*{
    margin:0;
    padding:0;
}
*:focus{
    outline: none;
}

html{
   height:100%;
}

body{
    color:#262A2B;   
    font-family: Arial, Verdana, Geneva, Tahoma, sans-serif; 
    background: #Fff;  
    height:100%;
}
#page{
    padding-bottom: 60px;    
}

a{
    text-decoration: none;
}

.container{
    max-width: 920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;         
    box-sizing: border-box;     
}
#plugin{   
    padding-bottom: 60px;
    background: #7B7263;
    color:#fff;
    line-height: 120%;
    font-size: 16px;
    border-top: 30px solid #fff;
}
#plugin.hidden{
  display: none;
}
#plugin a{
  text-decoration: underline;
  color:#fff;
}
#plugin ul{
  padding-left: 20px;
   margin-bottom: 16px;
}
#imp{
   padding-top: 30px;
}
#ds{
    padding-top: 30px;
}
.simple{
  background: rgba(0,0,0,0.3);  
  padding: 20px;
}
.plugger{
    cursor: pointer;
    display: none;
}
#plugin p{
    margin-bottom: 16px;    
}

.container.photos{
    max-width: 1020px;      
    margin-top: 90px;
    margin-bottom: 70px;
    display: flex;
}

#prevBtn, #nextBtn{
   align-self: center;
   font-size: 30px;
   cursor:pointer;
   opacity: 0.4;
   color:#E24731;
}

#prevBtn:hover, #nextBtn:hover{   
   opacity: 1;
}

header{    
    padding-top: 40px;    
    background-image: url(img/wave.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 50px;
    font-weight: normal;
    color:#7B7263;
    padding-left: 26%;
    padding-bottom: 70px;
}
h1 sup{
    font-size: 25px;
    color: #000;
    font-weight: bold;
}

.phone{
    text-align: center;
    font-size: 30px;
    margin-top: 70px;
}
.phone i{
    color:#262A2B; 
}

.phone a{
    color:#E24731;
    font-weight: bold;
}

.logo{
    width:700px;
    height:auto; 
    margin-left: auto;
    margin-right: auto;   
    display: block;
    margin-bottom: 50px;
}
nav ul{
    display:flex;
    justify-content: flex-end;
    padding-top: 30px;
}
nav ul li{
    list-style-type: none;
    font-size:20px;
    margin-left: 110px;
    font-weight: bold;
}
#team{  
   max-width: 920px;
   margin-left: auto;
    margin-right: auto; 
    visibility: hidden;   
}
#team img{
   padding-top:0px;
   padding-bottom: 0;
 
}
#team img{
   width:100%;
   height: auto;
   display: block;  
}
#team .member{   
   width:200px;     
   border-radius: 50%; 
   margin-left:15px;
   margin-right: 15px;
   box-sizing: border-box; 
   cursor: pointer;
   border:1px solid #262A2B;
   background-size:cover;
   background-repeat: no-repeat;
   background-position: center center;
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#team .member p{
   display: inline-block;  
   
}
#leistungen{   
   padding-top:0px;
   
}
#leistungen p{   
   font-size: 28px;
   text-align: center;
   font-weight: normal;
   letter-spacing: 3px;
}
h2{
   font-size: 24px;
   font-weight: normal;
   margin-top: 30px;
   margin-bottom: 20px;
   color:#000;
   letter-spacing: 3px;
}
h2::first-letter{
   color:#fff;
}

h3{
   font-size: 22px;
   margin-top: 24px;
   margin-bottom: 12px;
   font-weight: normal;
   line-height: 120%;
}

footer{  
    padding-bottom: 20px;
    padding-top: 20px;
    background: #262A2B;
    position: fixed;
    width: 100%;
    left:0;
    bottom:0;
}
.footer-inner{
    max-width: 920px;
     margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;    
    color: #fff;    
}
footer a{
    color: #fff; 
}
#lightbox{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height: 100vh;
    display: none;
    background: rgba(255,255,255,1);
    padding:70px;
    box-sizing: border-box;
}

#lightbox .container{   
    background: #f0f0f0;    
    padding:20px;
    overflow: auto;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}


#imageHolder{
    width:100%;
    height: 100%;
    display:flex;
    justify-content: center;
}
#imageHolder img{
    max-width:100%;
    max-height: 100%;
    align-self: center;
}
#closeBtn{
   position: absolute;
   right:20px;
   top:10px; 
   font-size: 30px;
   cursor:pointer;
   opacity: 0.4;
   color:#E24731;
}
#closeBtn:hover{   
   opacity: 1;  
}
#description{
  position: absolute;
  width: 100%;
  left:0;
  bottom:0;  
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.swap{
    display: flex;
    flex-direction: column;
}


@media only screen and (max-width: 1020px) {
   html,body{
       height: auto;
   } 

   #lightbox{
       padding: 20px;
   }
 
  #prevBtn, #nextBtn{
      display: none;
  }
  #team .member{
      margin-bottom: 20px;
      width:calc(50% - 30px);
  }
  #team{
      display: flex;
      flex-wrap: wrap;
  }
  .footer-inner{
      display: block;
      text-align: center;
      line-height: 200%;
  }
  footer{
      position: static;
  }
  #plugin{
      padding-left:20px;
      padding-right: 20px;
      box-sizing: border-box;
  }  
  .swap{
    display: flex;
    flex-direction:column-reverse
  }
  #leistungen{
      padding-top: 40px;
  }
  #page{
      padding-bottom: 0;
  }
 
}

@media only screen and (max-width: 600px) {
    h1{
      padding-left: 8%;    
      padding-bottom: 9vw;
      font-size:10vw;
    }
    h1 sup{
      font-size: 5vw;     
   }
   #leistungen p{
      font-size:24px;
      line-height: 150%;
  }
}