*{
  margin:0;
  padding:0;
  text-decoration:none;
}

html, body {   
    height: 100%;    
}
body{
   font-family:Verdana, Geneva, sans-serif;  
   color:#333333;
  background-color:#787878;
}

h1{
  font-size:20px;
  font-weight:normal;
  margin-bottom:1em;
  }

h2{
  font-size:18px;
  font-weight:normal;
  margin-top:28px;
  margin-bottom:0;
  }

header{

  /*background-image:url(bar.jpg);*/
  border-bottom:1px solid #939B90;
  background-color:#ffffff;
}
.logo{
   display:block;  
}
footer{  
  color:#ffffff;
  clear:both;
  padding-top:20px;
  padding-bottom:20px;
  font-size:12px; 
}
footer a{
  color:#ffffff;
}
footer p{
  line-height:18px;
}
footer h4{
  padding-bottom:18px;
}

ul.nav{
  list-style-type:none;
  position:absolute;
  right:0;
  top:55px;
  display:block;
}
ul.nav li{  
  float:left;
  margin-left:10px;
}

ul.nav li a{ 
  color:#939B90;
  font-size:14px;
}

ul.nav li a.cur, ul.nav li a:hover{
  color:#7BC9CE;
}
.bodytext a{
  color:#7BC9CE;
  font-weight:normal;
}

.center{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  max-width:1140px;    
  
}

.center2, .center5{
   max-width:1160px; 
 }
.center2 h1, .center5 h1{
   margin-left:10px;
 }

header .center{
 
  padding-top:30px;
  padding-bottom:20px;
}
header .center.p2{
 /* background-image:url(spacer.png);*/
 /* background-repeat:repeat-y;*/
}

.wrap{
  background-color:#ffffff;
  padding-bottom:20px;
}

.content-head{
  margin-bottom:20px;
}

.content-head img{
  width:100%;
}
.home-img {
  position:relative;  
  background-image:url(bg_home2.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}

.home-text{
  
  padding-bottom:55px;
  padding-top:35px;
  box-sizing:border-box;
  /*text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
  /*background-color:rgba(123,201,206,0.3);*/
 /* background-image:url(spacer.png);*/
/*  background-repeat:repeat-y;*/
}



.col{
  width:25%;
  float:left;  
}
.col50{
  width:50%;
  float:left;
  padding-right:70px;
  box-sizing:border-box;
}
.col50right{
  width:50%;
  float:left;  
  box-sizing:border-box;
}
.con{
  width:25% !important;
  float:left;
  padding:10px;
  box-sizing:border-box;
 }
.teaser{
  margin:10px;
  
  position:relative;
  
}
.teaser a h3{ 
  position:absolute;
  bottom:3px;
  left:0;
  text-align:center;
  width:calc(100% - 2px);
  font-size:14px;
  padding-top:5px;
  padding-bottom:7px;
  background-color:rgba(255,255,255,0.7);
}
.teaser a:hover img{
   opacity:0.6;
}
.teaser a{
   color:#626c60;
}
.teaser img{
  width:100%;
  height:auto;
  
  -webkit-box-shadow: -9px 4px 8px 0px rgba(125,125,125,1);
  -moz-box-shadow: -9px 4px 8px 0px rgba(125,125,125,1);
  box-shadow: -9px 4px 8px 0px rgba(125,125,125,1);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
} 

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* Für den IE6 und IE7 */
}
.csc-frame-frame1{
  width:50%;
  float:left;  
  box-sizing:border-box;
}
.csc-frame-frame2{
  width:50%;
  margin-left:50%;  
  box-sizing:border-box;
}
p.bodytext{
  margin-bottom:1em;
  
  max-width:630px;
  
}
.wrap ul li{    
  
  background: url(list.jpg) no-repeat left 4px;
  padding: 0px 0px 15px 23px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
}
.tx-powermail{
  width:100% !important;
}
.powermail_field{
  width:100% !important;
}
.powermail_label{
  width:150px !important;
  font-weight:normal !important;
  display:none !important;
}

.tx-powermail h3, .tx-powermail legend{
  display:none;
}
.powermail_submit{
  background-color:#7BC9CE !important;
}
.powermail_fieldset{
  border:none !important;
  background-color:#ffffff !important;
  width:100%;
  padding:0 !important;
}
textarea{
  font-family:Verdana, Geneva, sans-serif; 
}
.parsley-errors-list li{
  background:none !important;
}
#burger{
  position:absolute;
  right:10px;
  top:30px;
  display:none;
  cursor:pointer;
}
article{
  font-size:12px;
}

article p.bodytext{
  max-width:100%;
}
.olFramedCloudPopupContent{
  width:140px !important;
  height:65px !important;
  font-size:12px;
}
.olFramedCloudPopupContent p{
  margin-bottom:5px;
}

@media only screen and (max-width: 1180px) { 
    .center{
        padding-left:10px;
        padding-right:10px;
    }
    ul.nav{
       right:10px;       
    }
}
@media only screen and (min-width: 801px) {
    ul.nav{       
       display:block !important;
    }
    footer table{
      padding-top:35px;
    }
}
@media only screen and (max-width: 800px) {
   .home-text p.bodytext br{
      display:none;
    }
    .logo{
       width:240px;
       height:auto;
     }
    #burger{
      display:block;
     } 
    .col{
        width:50%;
    }
    .col:nth-of-type(3):after{
      content: ".";
     display: block;
      clear:left;
      height:3em;
      visibility:hidden; 
    }
    .con{
        width:50% !important;
    }
    .con img{
        width:100% !important;
    }
    footer .col{
       height:120px;
    }
    ul.nav{
       right:auto;
       left:0; 
       top:101px;
       width:100%;
       background-color:#939B90;
       z-index:1000;
       display:none;
    }
    ul.nav li{
       float:none;
       background-color:#ffffff;
       text-align:center;
       margin-bottom:1px;
       margin-left:0;
    } 
    ul.nav li a{
       display:block;
       padding:15px;
    } 
}
@media only screen and (max-width: 500px) {  
    .col, .col50{
        width:100% !important;   
        padding-bottom:18px;  
    }
    footer .col{
       height:auto;
    }
    .col:nth-of-type(3):after{       
       display: none;     
    }
}

