
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -88px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
 
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: rgba(0,0,0,0.8);
}

.dots {
    position: relative;
    /*margin-top: -30px;*/
    text-align: right; /*center*/
}

/*
@media ab 900 px und
    
    margin-top: -30px;
    text-align: center

und alle anderen media size weg tuen*/



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  border: 0.002px solid black;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.bed {
  margin-top: -114px;
}

.gps {
  margin-top: -114px;
}


.gyk {
  margin-top: -114px;
}


.has {
  margin-top: -100px;
}


.hum {
  margin-top: -160px;
}


.mul {
  margin-top: -125px;
}


.pul {
  margin-top: -105px;
}

.slu {
  margin-top: -125px;
}

.tha {
  margin-top: -105px;
}

.zau {
  margin-top: -105px;
}

.blu{
    margin-top: -115px;
}

.feu{
    margin-top: -85px;
}

.fra{
    margin-top: -120px;
}

.fuer{
    margin-top: -120px;
}


.gun{
    margin-top: -100px;
}



.hai{
    margin-top: -100px;
}



.hss{
    margin-top: -85px;
}



.hum2{
    margin-top: -85px;
}

.ams{
    margin-top: -160px;
}


.pra{
    margin-top: -115px;
}

.gun2{
    margin-top: -150px;
}


.lok{
    margin-top: -100px;
}

.mak{
    margin-top: -65px;
}

.rek{
    margin-top: -100px;
}

.spl{
    margin-top: -90px;
}

.ste{
    margin-top: -85px;
}


.sts{
    margin-top: -100px;
}



.wim{
    margin-top: -85px;
}








.active  {
  background-color: white;
}

.dot:hover{
    background-color: black;
}

.dot.active {
 background-color: black;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.item{ 
    height: 685px;
   width: 1200px;
    object-fit: cover;

   /*display: flex;
  flex-wrap: wrap;
  justify-content: center;*/
  }

.bueroP {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.buero{
 max-width: 1200px;
  position: relative;
  margin: auto;
  height: 800px;
    
object-fit: cover;
   
}

.left-move{
    margin-left: -230px;
}

.map{
     width:400px;
}

.besch {
    color: black;
    font-size: 21px;
    font-weight: 500;
    font-family: proxima-n-w01-reg,sans-serif;
    
}

.besch2 {
    color: black;
    font-size: 16px;
    font-weight: bolder;
    display:inline-block;
     width:300px;
    font-family: proxima-n-w01-reg,sans-serif;
    
}
.stickFooter{
    margin-top: 80px;
}

.stickFooterK{
    margin-top: 100px;
}

.stickFooterB{
    margin-top: 900px;
}

.stickFooterD{
    margin-top: 800px;
}

.stickFooterW{
   margin-top: 10000px;
}

.stickFooterP{
    margin-top: 250px;
}



p {
     font-family: proxima-n-w01-reg,sans-serif;
}



.gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px calc((100% - (570px * 3)) / 2); /* wenn 610 dann ohne calc*/
  /*gap: .... Für Abstand zwischen den img*/
}

.gallery-image img {
  height: 350px;
  width: 550px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}


.img-box {
  /*flex: 0 0 550px; /*610*/
  box-sizing: content-box;
  margin:  10px;
  height: 350px;
  width: 550px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
  
}

.caption {
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: white;
    
  font-family: proxima-n-w01-reg,sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
 
}

.caption340{
    width: 340px;
}

.caption350{
    width: 350px;
}

.caption370{
    width: 370px;
}

.transparent-box {
  height: 350px;
  width: 550px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}



.navline
{
    border-bottom:1px solid rgb(226, 223, 223);
    /*padding-bottom:0px*/
}



footer{
    
    background: white;
   
    padding: 20px;
    color: black;
    font-size: 13px;
    font-family: proxima-n-w01-reg,sans-serif;
    text-align: left;
     
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   

    /*position: fixed;
    left: 0;
    bottom: 0;
     width: 100%;*/
    
    
}


footer ul{
    display: flex;
    list-style-type: none;
}
footer a{
    display: flex;
    text-decoration: none;
    color: black;
    padding-left: 5px;
}


.margintop{
    margin-top: 50px;
}


header
{
    display: flex;
    /*padding: 20px calc((100% - (570px * 3)) / 2);*/
    justify-content: flex-end;
    align-items: center;
    padding: 35px 17%;
    font-family: proxima-n-w01-reg,sans-serif;
    text-decoration: none;

}
  
.nav{
    list-style: none;
}
.nav li{
    display: inline-block;
    padding: 0px 13px;
}

.nav li a {
    font-size: 18px;
    text-decoration: none;
    color: black;
    font-weight: 500;
}


.logo{
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}

.toggle-button {
    position: absolute;
    top: 35px;
    right: 60px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar{
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 10px;
}


.awardWinner{
   float: right; 
    margin-top: -20px; /*-120*/
    margin-right: 250px;
}



@media (max-width: 1080px) {
    .awardWinner{
        margin-top: 150px; /*30*/
        float: left; 
    }
    
    .stickFooterP{
    margin-top: 280px;
    }
    
    
.lok{
   text-align: center;
    margin-top: -140px;
}

.pra{
    text-align: center;
    margin-top: -150px;
}
}


@media (max-width: 1150px) {
    .toggle-button {
        display: flex;
    }
    
    .nav {
        width: 100%;
        display: none;
    }
    .responsive {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .responsive-text{
       margin-left: 5px;
        margin-right: 5px;
    }
    
    .down{
       margin-top: 850px;
    }
    
    .nav.active {
        display: flex;
        text-align: center;
        padding: 7px;
         width: 100%;
        flex-direction: column;
        margin-left: 50px;
    }
}



@media (max-width: 900px) {
    
.fuer{
    text-align: center;
    margin-top: -150px;
}
    
    .gun{
    text-align: center;
    margin-top: -150px;
}
    


    
    
}

@media (max-width: 850px) {
    .gyk{
        text-align: center;
         margin-top: -165px; 
    }
    
    .has{
        text-align: center;
         margin-top: -135px; 
    }
    
     .blu{
        text-align: center;
         margin-top: -145px; 
    }

    .ams{
        text-align: center;
         margin-top: -205px; 
    }
    

}
     


@media (max-width: 800px) {
   
    .fuer{

    margin-top: -150px;
}
   
 .rek{
     text-align: center;
    margin-top: -130px;
}

.gun2{
    text-align: center;
    margin-top: -200px;
}



     
}


@media (max-width: 750px) {
    .dots{
        text-align: center;
         margin-top: -150px; 
        
    }
    .hum{
         margin-top: -190px; 
    }
    
    .feu{
    margin-top: -115px;
}
    
     .fuer{

    margin-top: -150px;
}
    
    .hss{
    margin-top: -110px;
}


.hum2{
    margin-top: -115px;
}
    
.mak{
    margin-top: -95px;
}

.spl{
    margin-top: -120px;
}

    .ste{
    margin-top: -115px;
}

.wim{
    margin-top: -125px;
}

.ams{
  
     margin-top: -205px; 
}

.pra{
  
    margin-top: -155px; 
}
   
.gun2{
    
    margin-top: -200px;
}

 

     
}



@media (max-width: 725px) {
    .dots{
         margin-top: -165px; 
        
    }
    
     .hum{
         margin-top: -190px; 
    }
    
    .pul{
         margin-top: -140px; 
    }
    
       .tha {
  margin-top: -125px;
}
    
      .zau {
  margin-top: -125px;
}
       .feu{
    margin-top: -110px;
}
    
      .fuer{
    margin-top: -150px;
}
    
      .gun{
    margin-top: -140px;
}
    
      .hai{
    margin-top: -140px;
}
    
      .hss{
    margin-top: -110px;
}
    
    .hum2{
    margin-top: -115px;
}
   

    .lok{
 
    margin-top: -130px;
}
   
.mak{
    margin-top: -95px;
}


  .rek{
    
    margin-top: -130px;
}

    
.spl{
    margin-top: -120px;
}

    .ste{
    margin-top: -115px
}

.sts{
    margin-top: -130px;
}


.wim{
    margin-top: -125px;
}

.ams{
  
    margin-top: -205px; 
}

.gun2{
    
    margin-top: -200px;
}

  
 
     
}


@media (max-width: 700px) {
    .dots{
      
         margin-top: -165px; 
        
    }
    
    .has{
        margin-top: -150px; 
    }
     

       .hum{
         margin-top: -190px; 
    }
    
        .pul{
         margin-top: -130px; 
    }
    
    .tha {
  margin-top: -125px;
}
    
    
    .zau {
      margin-top: -125px;
    }
    
      .feu{
    margin-top: -110px;
}
    
      .fuer{
    margin-top: -170px;
}
    
      .hai{
    margin-top: -140px;
}
 
    .hss{
    margin-top: -120px;
}
 
        .hum2{
    margin-top: -115px;
}
   
.lok{
 
    margin-top: -130px;
}
   
   .mak{
    margin-top: -95px;
}

 
  .rek{
    
    margin-top: -130px;
}

    .spl{
    margin-top: -120px;
}


.ste{
    margin-top: -115px;
}

.sts{
    margin-top: -130px;
}



.wim{
    margin-top: -125px;
}


.ams{
  
    margin-top: -205px; 
}

.gun2{
    
    margin-top: -200px;
}

    
}



@media (max-width: 711px) {

      .fuer{
    margin-top: -190px;
}
 
    
}


@media (max-width: 651px) {

 .lok{
 
    margin-top: -150px;
}
 .rek{
    
    margin-top: -130px;
}
  
    
}


@media (max-width: 607px) {


 .rek{
    
    margin-top: -160px;
}
  
    
}

   
 
@media (max-width: 570px) {
    
    .dots {
    position: relative;
    margin-top: -210px;
    text-align: center;
    }   
    
    .hum{
         margin-top: -240px; 
    }
    
     .caption{
        width: auto;
         position: relative;
          text-align: center;
         margin-left: -50px;
    }
      
    .caption340{
    width: auto;
       position: relative;
         text-align: center;
        margin-left: -50px;
    }

.caption350{
    width: auto;
    position: relative;
     text-align: center;
    margin-left: -50px;
}

.ams{
  
    margin-top: -225px; 
}

.awardWinner{
    margin-top: 200px; /*30*/
}
    
}
    

/*

@media (max-width: 550px) {
    

    
    .dots{
      
         margin-top: -185px; 
        
    }
    .gps{
        margin-top: -165px; 
    }
    
    .has{
        margin-top: -160px; 
    }
     
    
       .hum{
         margin-top: -200px; 
    }
    
     .mul{
         margin-top: -155px; 
    }
     
    .pul{
         margin-top: -130px; 
    }
    
    .slu {
  margin-top: -145px;
}
    
      .tha {
  margin-top: -125px;
}
    
        .zau {
  margin-top: -125px;
}

        .blu {
  margin-top: -185px;
}

      .feu{
    margin-top: -110px;
}
    
    .fra{
    margin-top: -200px;
}
    
       .gun{
    margin-top: -170px;
}
    
      .hai{
    margin-top: -150px;
}
    
    .hss{
    margin-top: -120px;
}
    
            .hum2{
    margin-top: -115px;
}
    
    .lok{
 
    margin-top: -150px;
}
   

    .mak{
    margin-top: -95px;
}
    
 .rek{
    
    margin-top: -150px;
}
  
    

     .spl{
    margin-top: -120px;
}


.ste{
    margin-top: -115px;
}


   .sts{
    margin-top: -130px;
}

 
.wim{
    margin-top: -125px;
}

 

}


@media (max-width: 510px) {
 .sts{
    margin-top: -160px;
}

 
     
}

@media (max-width: 500px) {
   .hai{
    margin-top: -170px;
}
    .hum2{
    margin-top: -135px;
}
     
    
     .hum{
    margin-top: -235px;
}
}


@media (max-width: 493px) {

     
.ste{
    margin-top: -135px;
}

 .zau{
    margin-top: -145px;
}
 
}


@media (max-width: 460px) {

     
.zau{
    margin-top: -185px;
}

  


@media (max-width: 440px) {

     
.zau{
    margin-top: -185px;
}

  


}

@media (max-width: 445px) {

     

   .tha{
    margin-top: -165px;
}
 


}



@media (max-width: 440px) {

     
.gps{
    margin-top: -225px;
}

   .tha{
    margin-top: -185px;
}
 
 
   .mul{
    margin-top: -185px;
}
 


}

@media (max-width: 430px) {

     
.pul{
    margin-top: -165px;
}

    .gyk{
    margin-top: -205px;
}
    

     .slu{
    margin-top: -175px;
}
    

   
}




@media (max-width: 425px) {

     
.bed{
    margin-top: -225px;
}


}
    
    


@media (max-width: 375px) {
 .wim{
    margin-top: -130px;
}

    .pul{
    margin-top: -165px;
}
    
}
    @media (max-width: 365px) {
 .wim{
    margin-top: -140px;
}
    }


@media (max-width: 500px) {
    
       .hum{
         margin-top: -230px; 
    }
     
}
*/


@media (max-width: 900px) {
    .stickFooterK{
    margin-top: 300px;
}
}



@media (max-width: 1100px) {
    .down{
         margin-top: 1100px;
        
    }
    
}

@media (max-width: 1000px) {
    .down{
           margin-top: 1250px;
        
    }
  
}


@media (max-width: 850px) {
    .down{
          margin-top: 1350px;
        
    }
   
}


@media (max-width: 750px) {
    .down{
        margin-top: 1450px;
        
    }
     
}


@media (max-width: 650px) {
    .down{
        margin-top: 1750px;
        
    }
     
}

@media (max-width: 550px) {
    .down{
        margin-top: 1950px;
        
    }
     
}



.table{
  margin: 10px;
   
}

table {
  border-collapse: collapse;
  width: 1200px;

  /*overflow-y:auto;
  /*overflow-y:auto;*/
}

th, td {
   
  padding: 12px;
  text-align: left;
  /*white-space:pre;*/
}

