body{
    margin: 0px;
    padding: 0px;
    background-color: #112426;
    font-family: 'Open Sans', sans-serif;
}

header{
    display: flex;
    justify-content: center;
}
.arrowdiv{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color:#0a1516;
    
}
#arrow{
    background-color:#0a1516;
    border: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
}
.fas.fa-sort-down{
    color: white;
    font-size: 50px;
}
.titleimg{
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}

.titleimg img{
    width: 100%;
    filter: opacity(0.40);
}

.titleimg span{
    position: absolute;
    color: #FFF3C7;
    z-index: 1;
    font-size: 6rem;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
}

.header_zeile{
    display: flex;
    padding: 20px;
    width: 100%;
    position: absolute;
    align-content: center;
    z-index: 1;
    justify-content: space-between;
}

#logo{
    color: #FFF3C7;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;


}

#burger_btn{
    background: none;
    border: none;
    z-index: 3;
    padding: 0;
    margin: 0;
}

.navigation{
    position: absolute;
    z-index: 2;
}

.navigation ul{
    display: flex;
    
}

.navigation li{
    list-style-type: none;
    padding: 18px;
}
.navigation li:hover{
    background-color: #112426;
    transition: 1s;
}

.navigation a{
    color: #FFF3C7;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

main{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #112426;
}

.aboutsection{
    width:100%;
    display: flex;
    flex-direction: row;
    padding: 50px;
    align-content: center;
    justify-content: center;
    background-color: #0a1516;
    align-items: flex-start;
}

main p{
    color: #FFF3C7;
    width: 60%;
    margin: 25px;
    text-align: center;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;

}
.aboutsection p{
    width: 60%;
}
main section{
    padding: 20px;
}

main h1{
    font-size: 2rem;
    margin: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
    color: #FFF3C7;
}

main h2{
    font-size: 2rem;
    margin: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
    color: #FFF3C7;
}

main h3{
    font-size: 1.5rem;
    margin: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
    color: #FFF3C7;
}

.imandre{
    display: flex;
    width: 30%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imandre h2{
    color: #FFF3C7;
}

.imandre img{
    width: 70%;
}

.about{
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
    align-items: center;
}

#bildschau{
    display: flex;
    align-items: center;
    width: 50%;
    flex-direction: column;
}

#bildschau img{
    width: 100%;
}

#bildschau2{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#bildschau2 img{
    width: 50%;
}

.far.fa-envelope{
    color: #FFF3C7;
    font-size: 30px;
    padding: 10px;
}

.fab.fa-instagram{
    color:#FFF3C7;
    font-size: 30px;
    padding: 10px;
}

.workbutton{
    background-color: #FFF3C7;
    width: 20%;
    border: none;
    margin: 40px;
    border-radius: 50px;
    padding: 20px;
    cursor: pointer;
}

.workbutton:hover{
    background-color: #0a1516;
    transition: 1s;
}

.workbutton a:hover{
    color: white;
}
.workbutton a{
    color: black;
    text-decoration: none;
}

#here{
    color: #FFF3C7;
}

/* FOTO SLIDESHOW */

* {box-sizing: border-box}
            body {font-family: Verdana, sans-serif; margin:0}
            .mySlides {display: none}
            img {vertical-align: middle;}
            
            /* Slideshow container */
            .slideshow-container {
              max-width: 1000px;
              position: relative;
              margin: auto;
            }
            
            /* Next & previous buttons */
            .prev, .next {
              cursor: pointer;
              position: absolute;
              top: 50%;
              width: auto;
              padding: 16px;
              margin-top: -22px;
              color: white;
              font-weight: bold;
              font-size: 18px;
              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 {
              background-color: rgba(0,0,0,0.8);
            }
            
            /* Caption text */
            .text {
              color: #f2f2f2;
              font-size: 15px;
              padding: 8px 12px;
              position: absolute;
              bottom: 8px;
              width: 100%;
              text-align: center;
            }
            
            /* Number text (1/3 etc) */
            .numbertext {
              color: #f2f2f2;
              font-size: 12px;
              padding: 8px 12px;
              position: absolute;
              top: 0;
            }
            
            /* The dots/bullets/indicators */
            .dot {
              cursor: pointer;
              height: 15px;
              width: 15px;
              margin: 0 2px;
              background-color: #bbb;
              border-radius: 50%;
              display: inline-block;
              transition: background-color 0.6s ease;
            }
            
            .active, .dot:hover {
              background-color: #717171;
            }
            
            /* Fading animation */
            .fade {
              -webkit-animation-name: fade;
              -webkit-animation-duration: 1.5s;
              animation-name: fade;
              animation-duration: 1.5s;
            }
            
            @-webkit-keyframes fade {
              from {opacity: .4} 
              to {opacity: 1}
            }
            
            @keyframes fade {
              from {opacity: .4} 
              to {opacity: 1}
            }
            
            /* On smaller screens, decrease text size */
            @media only screen and (max-width: 300px) {
              .prev, .next,.text {font-size: 11px}
            }


/* FOOTER START */

.footer-menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
hr{
    color: #FFF3C7;
    width: 100%;
}
.footer-menu li{
    text-align: center;
    padding: 20px;
    border-radius: 50px;
    list-style-type: none;
}

.footer-menu ul{
    padding: 0;
    margin: 20px;
}
.footer-menu h2{
    color: #FFF3C7;
    text-align: center;
}
.footer-menu a{
    color: #FFF3C7;
    text-decoration: none;
}

.rights-reserved{
    width: 100%;
    background-color: #FFF3C7;
}
.rights-reserved p{
    color: black;
    width: 100%;
    text-align: center;
    padding: 30px;
    margin: 0;
}

/* Google Maps*/

.mapouter{
    text-align:right;
    width:100%;
    height:400px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:100%;
    height:400px;
}
.gmap_iframe {
    height:400px!important;}

/* Get in Touch */
.contact_location{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px;
    align-items: center;
    background-color: #0a1516;
}

.standort{
    display: flex;
    width: 30%;
    align-items: center;
    flex-direction: column;
}

.location_section{
    align-items: center;
    width: 100%;
}

.getintouch{
    width: 30%;
    align-items: center;
    flex-direction: column;
    display: flex;
}

#location{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#location h3{
    color:#FFF3C7;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;

}

#location a{
    color: #FFF3C7;
    font-size: 16px;
    text-decoration: none;
}

.fas.fa-phone-alt{
    color: #FFF3C7;
    font-size: 30px;
    padding: 20px;
}

#location .far.fa-envelope{
    color: #FFF3C7;
    font-size: 30px;
    padding: 20px;
}

.fas.fa-map-marker-alt{
    color: #FFF3C7;
    font-size: 30px;
    padding: 20px;
}

/*Contact Form */

.cf{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contactform{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cf input{
    width: 100%;
    margin: 10px;
    padding: 20px;
    text-align: left;
}

.cf textarea{
    width: 100%;
    text-align: left;
    padding: 20px;
    margin: 10px;
}

#input-submit{
    width: 40%;
    background-color: #FFF3C7;
    border: none;
    color: black;
    cursor: pointer;
    text-align: center;
    margin: 20px;
    border-radius: 50px;
}

#input-submit:hover{
    background-color: #0a1516;
    transition: 1s;
}
#impressum a{
    color: #FFF3C7;
    text-decoration: none;
}

/* Foto Gallerie Anfang */

div.gallery {
    border: 1px solid #0a1516;
  }
  
  div.gallery:hover {
    border: 2px solid #FFF3C7;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 25%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 50%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
/* Foto Gallerie Ende */

@media only screen and (max-width: 1500px){
    .titleimg span{
        font-size: 3rem;
    }

    .about{
        width: 50%;
        padding: 0;
    }

    .imandre{
        width: 50%;
        padding: 0;
    }

    .aboutsection{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}



@media only screen and (max-width: 1000px){
    
    #logo{
        font-size: 16px;
    }

    #arrow{
        background-color:#0a1516;
        border: none;
        padding: 0;
        margin: 0;
        visibility: visible;
    }

    .titleimg span{
        font-size: 2rem;
    }
    
    .aboutsection{
        width:100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        background-color: #0a1516;
        align-items: flex-start;
    }
    .contact_location{
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .standort{
        width: 90%;
        padding: 0;
        margin: 0;
    }

    .mapouter{
    width: 90%;
    }

    .getintouch{
        width: 80%;
        padding: 0;
        margin: 0;
    }

    #input-submit{
        width: 80%;
    }

    .cf{
        width: 90%;
    }

    .about{
        width: 100%;
    }

    .imandre{
        width: 100%;
    }

    .workbutton{
        width: 70%;
    }

    .slideshow-container {
        width: 90%;
    }

    main p{
        width: 90%;
    }
    .aboutsection p{
        width: 100%;
    }

    .aboutsection h1{
        width: 100%;
        text-align: center;
    }

    #bildschau{
        width: 100%;
    }

    #bildschau2{
        width: 100%;
    }
    
    .navigation{
        background-color: #0a1516;
        width: 100%;
        z-index: 2;
        position: absolute;
        top: 60px;
    }

    #burger_btn img{
        width: 70%;
    }
    .navigation ul{
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .navigation li{
        width: 100%;
        text-align: center;
        padding: 30px;
    }
    .navigation a{
        font-size: 16px;
    }
}