body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*Padding Startseite*/
.mod_article block {
    margin: 24px;
}

/*Padding*/

.content-text {
 margin-left: 2%;
 margin-right: 2%;
}

/*Titel*/
.contact ce_form block {
    margin-left: 15px;
}

@media only screen and (max-width: 460px) {
h1 {
  font-size: 170%;
  font-style: normal;
}
}

@media only screen and (max-width: 430px) {
h1 {
  font-size: 150%;
  font-style: normal;
}
}

/*Schriftart*/


h1,h2,h3, body {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
}


/*Introtext*/

.introcv{
  font-family: "Open Sans";
  font-weight: 400;
}

/*Hintergrund*/

.graybox {
  background-color: #D3D3D3;
  opacity: 0.9;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 2px;
}

.bluebox {
  background-color: #87CEFA;
  opacity: 1;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 2px;
  border-radius: 1%;
  box-shadow: 10px 10px 5px LightSteelBlue;
}

@media only screen and (max-width: 1024px) {
  .bluebox {
  border-radius: 1%;
  display:block;
     position:relative;
  box-shadow: 10px 10px 5px LightSteelBlue;
  margin-bottom: 2px;
  }
}

/*Buttons */


.button-primary{
    border-radius: 4px;
    border: solid 1px #20538D;
    font-weight: 400;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #87CEFA;
    color: black;
    margin-top: 5px;
    padding: 10px 12px;
    text-decoration: none;
    display: inline-block;
   
} 

.button-primary:hover{
  background-color: #B0E0E6;
  color: black;
}

.button-primary2 {
  background-color: #D3D3D3;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
}

/*Linie Titel*/


.headline h1 {
border-bottom: 3px solid firebrick;
}

.headline h2 {
border-bottom: 3px solid firebrick;
}


/*Padding and Styling for Jobs*/

.jobs {
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px double black;
}

/*Text indented*/

.text-indented {
  padding-left: 1em;
}

/*Bild abgerundet */

.imgintro img {
  border-radius: 3%;
  max-width: 75%;
  max-height: 75%;
  box-shadow: 10px 10px 5px LightSteelBlue;
  margin-bottom: 10px;
  
}

/*Responsive*/

@media only screen and (max-width: 1024px) {
  .imgintro img {
  border-radius: 3%;
  display:block;
     position:relative;
      right:0;
  box-shadow: 10px 10px 5px LightSteelBlue;
  margin-bottom: 10px;
  }
}


/*Text smaller*/

p.small {
  margin-top: 1px ;
  margin-bottom: 3px ;
}

/*Footer Placeholder*/
 .footerph {
  padding-top: 5em; 
  
}
   
.footerph {
  list-style-type: none;
  margin: 0;
  padding: 2em;
  background-color: #FFFAF0;
  
  font-size: 0.9em;
}

.footerph > li {
  display: inline;
}

.footerph > li a  {
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.footerph > li a:hover {
  background-color: #FAEBD7;
}


