header{
    text-align: center;
    background-color:white;
    height: 390px;
    max-width: 100%;
}
#logo{
    height: 500px;
    width: 500px;
    display: inline-block;
    margin-top: -74px;
    z-index: 2;
    position: relative;
    max-width: 100%;
}
nav ul li{
    margin: 0 20px;
    display: inline-block;
}
nav ul li a:visited{
    color:white;
}
nav ul li a{
    color:white;
    text-decoration: none;
}
nav ul li a:hover{
    border-bottom: 2px #CC0035 solid;
}
nav ul{
    position: relative;
    z-index: 10;
    text-align: center;
    list-style: none;
    padding: 15px;
    background-color:#7BA755;
    font-family:'Roboto', sans-serif;
    font-size: 20px;
  }
nav {
    position: webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 20;
  }
.gallery-button.inactive, .gallery-button-wrapper .gallery-button.inactive:hover{
    background-color: #c3c3c3!important;
}
.gallery-button.inactive img{
    opacity: 0; 
}
.teaser{
    width: 600px;
    padding: 30px 30px 150px 30px;
    text-align: center;
    position: relative;
    z-index: 2;
} 
.teaser-text{
    font-family: 'Amatic SC', cursive;
    font-size: 40px;
    background-color:rgba(105, 147, 69, 0.8);
    position: absolute;
    top: 200px;
    right: 50px;
    padding: 20px;
    color:white;
    z-index: 2;
    max-width: 100%;
}
.wrapper-teaser{
    position: relative;
    width: 100%;
    text-align: center;
}
.image{
    width: 40vw;
    text-align: center;
    padding:0px;
    max-width: 30vw;
  }
#main-center{
    margin: 0 auto;
    width: 900px;
}
body{
    background-color: #EFFAE7;
    max-width: 100%;
}
p{
    font-family:'Roboto', sans-serif;
    line-height: 150%;
}
h2{
    font-family: 'Amatic SC', cursive;
    font-size: 45px;
    padding-bottom: 20px;
    font-weight: 700;
}
h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.normal-section{
    display:flex;
    flex-direction: row;
}

.wrapper-left{
padding-right: 50px;
padding-bottom: 50px;
}
.wrapper-right{
padding-bottom: 50px;
}
div ul {
font-family:'Roboto', sans-serif;
line-height: 150%;    
}
.normal-section a{
color: #0044cc;
}
.normal-section a:hover{
    color:#332d2f;
}
#wrapper-images img{
    display: none;
    margin: 0px
}
#wrapper-images img.visible{
    display: inline-block;
}
.icon{
    width:50px;
    vertical-align: -20px;
    padding-left: 10px;
}
.gallery-button-wrapper{
    display: flex;
    flex-direction: row;
    margin-top: -10px;
 }
.gallery-button-wrapper .gallery-button{
    background-color: #7BA755;
    flex: 1;
    cursor: pointer;
    padding: 10px 0px;
}
.gallery-button-wrapper .gallery-button:hover{
    background-color: #517c2b;
}
.gallery-button img{
    width: 50px;
    z-index: 2;
    opacity: 0.3;
    max-width: 100%;
}
.gallery-button:hover img{
    opacity: 1;
}
#forward img{
    right: -20px;
}
#backward img{
    /* left: -20px; */
}

.wrapper-gallery{
    position: relative;
    /* z-index: 2; */
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
}
.gallery-image{
    width: 1000px;
    background-color:#7BA755;
    margin-bottom: 50px;
    max-width: 100%;
}
#impressionen h2{
    text-align: center;
}
footer{
    background-color: #7BA755;
    padding: 10px;
    color: white;
    text-align: right;
}
/* // For mobile */
@media only screen and (max-width: 768px) {
    section{
        width: 100%;
        /* overflow: hidden; */
    }
    nav{
        width: 100%;
    }
    .teaser {
        width: 100%;
        padding: 30px 0px 150px 0px

      }
    #main-center{
        width: 100%;
        margin: inherit;
        text-align: center;
    }
    .normal-section{
        display: block;

    }

    .gallery-button{
        width: 65px;    
        }
    .image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70vw;
        max-width: 70vw;
    }
    .gallery-image{
        width: 100%;
        }
    .wrapper-left{
        padding-right: 0px;
    }
    .wrapper-teaser{
        display: flex;
        width: 100%;
        text-align: center;
        flex-direction: column;
    }
    .teaser-text{
        position: relative;
        padding: 20px;
        max-width: 100%;
        top: 0px;
        right: 0px;
        height: 20%;
        font-size: 30px;
        background-color:rgba(105, 147, 69, 1);
        margin: 20px;
    }
    .teaser{
    padding-bottom: 0px;    
    }
    nav ul li a{
        padding: 10px 0px;
        display: inline-block;
    }
    nav ul{
        text-align: center;
        padding: 3px;
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
    }
    nav ul li{
        margin: 0px;
        border: 1px rgba(255,255,255,.2) solid;
        padding: 0px;
        padding: 3px;
        flex: 1 0 34%;
    }
    .wrapper-right{
        padding: 10px;
    }
}