*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.informationen{
  text-align: left !important;
  margin-bottom: 20px !important;
}


body{
  background-color: #f3f3f3;
  margin: 0;
}

h1{
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}

h2{
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

h3{
  font-size: 28px;
  font-size: 1.7rem;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

h4{
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h5{
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

p{
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
  padding-bottom: 30px;
}

a{
  text-decoration: none;
  font-size: 18px;
  font-size: 1.1rem;
}

section{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
}

section li{
  list-style: none;
  background-size: 25px;
  line-height: 2.5rem;
  background-image: url("../img/jaIcon.webp");
  background-repeat: no-repeat;
  background-position: left;
  padding: 1px 40px;
}

section ul{
  margin-top: -20px;
  padding-left: 0px;
  line-height: 2rem;
}



/*Navigation*/


nav{
  position: absolute;
  width: 100%;
  display: flex;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  padding-left: 8vw;
  padding-right: 8vw;
  min-height: 120px;
  z-index: 20;
}

.logobox{
  display: flex;
  background-color: transparent;
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.logo{
  white-space: nowrap;
}


.logo-pic{
  height: 100px;
  border-radius: 10px 10px 50px 50px;
  object-fit: contain;
  padding: 10px;
  min-height: 44px;
  margin: 10px 1vw 5px;
  background-color: rgba(255, 255, 255, 0.47);
}

.nav-links{
  display: flex;
  justify-content: center;
  width: 100%;

}
.nav-links a:hover{
  color: black;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
}

.nav-links a{
  color: white;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
}

.nav-links li{
  margin-right: 8px;
  margin-left: 8px;
  list-style: none;
}

.menu{
  display: none;
  cursor: pointer;
}

.menu div{
  width: 25px;
  background-color: white;
  height: 3px;
  margin-bottom: 5px;
  transition: all 0.3s;
}


/* mainpage */



.startImageContainer{
  background-image: url("../img/antoniblaeser_bilder/Marschieren.webp");
  align-items: center;
  display: flex;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  width: 100%;
  height: 80vh;
  background-color: rgba(98, 72, 64, 0.19);
  background-blend-mode: multiply;
  padding-top: 9vh;
  padding-bottom: 0;
}

.spacer{
  aspect-ratio: 900/200;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.layer1{
  width: 1200px;
  max-width: calc(100% - 60px);
  height: 80px;
  background-color: white;
  border-radius: 10px 10px 0 0;
}

.layer2{
  background-image: url("../img/layer21.svg");
  z-index: 1;
  bottom: -1px;
}

.layer3{
  background-image: url("../img/layer31.svg");
  z-index: 1;
  bottom: -1px;
  margin-top: 150px;
}

.layer4{
  background-image: url("../img/layer4.svg");
  z-index: 1;
  bottom: -1px;
  margin-top: 150px;
}



.content{
  width: 1200px;
  max-width: calc(100% - 60px);
  text-align: center;
  position: relative;
  z-index: 3;

}
.willkommen{
  background-color: white;
  padding: 0 100px 120px 100px;
  box-shadow: 0 20px 20px 0 rgba(0,0,0,.15);
  border-radius: 0 0 10px 10px;
  margin-bottom: -80px;
}

.willkommen_text{
  color: #064606;
}

.about{
  position: relative;
  padding-bottom: 350px;
  line-height: 1.8;
}

/*Zweigeteilt Seiten*/

.double-container{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: self-start;
}

.description{
  width: 48%;
  margin: 0 1%;
  padding: 0 20px;
}

.images{
  width: 48%;
  margin: 0 1%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.imageContainer{
  display: flex;
  flex-direction: column;
  width: 50%;
}

.imageContainer img{
  padding: 4px;
  border-radius: 5px;
}

.imageDescription{
  border-radius: 0px 0px 10px 10px;
  background-color: white;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/*Event*/

.events{
  background-color: rgb(255, 255, 255);
  padding-top: 70px;
  position: relative;
  padding-bottom: 350px;
}

.events-box{
  text-align: left;
  padding: 20px;
}

.events-box .images{
  background-color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 8px;
}

.events-box {
  color: #3a3a3a;
}

.contactButton {
  font-size: 22px;
  font-size: 1.4rem;
  color: #943a00;
  padding: 8px;
  border-radius: 10px;
  border-width: 3px;
  border-color: #943a00;
  border-style: solid;
}

.contactButton:hover{
  border-color: #943a00;
  border-style: solid;
  color: white;
  background-color: #943a00;
}


/*Activitäten*/


.activities{
  background-color: rgb(193, 218, 193);
  padding-top: 50px;
  position: relative;
  padding-bottom: 350px;
}

.reverse-order{
  flex-direction: row-reverse;
}



/*Kontakt*/

.kontakt{
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.kontaktdaten{
  text-align: left;
  padding-top: 60px;
  width: 48%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 1%;
}

.kontaktdaten div:nth-child(1){
  padding-bottom: 10px;
}

.email{
  padding-top: 10px;
  padding-bottom: 10px;
}

.email h3{
  margin-top: 10px;
  color: #333;
}

.infos{
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.kontaktdaten div:nth-child(3){
  margin-bottom: 10px;
}

.facebook{
  display: block;
  margin-top: 20px;
  background-size: 60px;
  background-image: url("../img/facebookIcon.webp");
  background-repeat: no-repeat;
  background-position: left;
  height: 60px;
  width: 60px;
}

.musikraum{
  display: block;
  margin-top: 20px;
  background-size: 250px;
  background-image: url("../img/antoniblaeser_bilder/musikraum.webp");
  background-repeat: no-repeat;
  background-position: left;
  height: 80px;
  width: 250px;
}

.instagram{
  display: block;
  margin-top: 20px;
  background-size: 60px;
  background-image: url("../img/instagramicon.webp");
  background-repeat: no-repeat;
  background-position: left;
  height: 60px;
  width: 60px;
  margin-left: 20px;
}

.facebook:hover .musikraum:hover .instagram:hover{
  cursor: pointer;
  background-color: transparent;
}


.kontaktformular{
  border-radius: 10px;
  padding: 60px;
  text-align: left;
  background-color: white;
  margin: 0 1%;
  width: 48%;
}


.kontaktformular div:nth-child(1) {
  padding-bottom: 10px;
}

.kontaktformular div:nth-child(2){
  padding-bottom: 0px;
}

.social{
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}



.kontaktformular p{
  padding-bottom: 0px;
}

.kontaktformular a, h5{
  color: #056905;
}

.mitgliedsantrag{
  color: green;
  font-size: 24px;
  font-size: 1.2rem;
  margin-left: 10px;
}

.mitgliedsantrag svg{
  height: 20px;
  height: 1.3rem;
  width: 20px;
  width: 1.3rem;
}

.footer{
  height: auto;
  min-height: 60px;
background-color: rgba(25, 66, 25, 0.89);/*rgba(88, 157, 88, 0.3);rgba(29, 77, 29, 0.89)*/
display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}


.footerContent{
  padding: 3px;
  font-size: 1rem;
  color: white;
}

.footer a{
  text-decoration: none;
  font-size: 1rem;
  color: white;
}



@media (max-width: 1199px){
  html, body{
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
    font-size: 16px;
  }
  nav{
    padding-left: 30px;
    padding-right: 30px;
    min-height: 60px;
  }
  .nav-links{
    position: absolute;
    right: 0px;
    height: 100vh;
    background-color: #232323;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3vh;
    align-items: center;
    width: 400px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    border-bottom: 1px solid #efdcdc;
    padding-top: 3vh;
  }


  .nav-links li{
    font-weight: 300;
    opacity: 0;
    padding: 20px;
  }

  .nav-links a{
    color: white;
  }

  .menu{
    margin-right: 3vh;
    display: block;
    overflow: hidden;
  }

  .startImageContainer{
    height: 65vh;
  }

}

@media (max-width: 991px){


  .logo-pic{
    height: 60px;
    padding: 5px;
  }

  nav{
    padding: 0 10px;
  }

  .willkommen{
    background-color: white;
    padding: 0 60px 80px 60px;
    margin-bottom: -180px;
  }

  .startImageContainer{
    height: 65vh;
  }

  .double-container{
    flex-direction: column;
  }

  .description{
    width: 100%;
  }

  .images{
    width: 100%;
  }

  .events-box .description{
    margin-bottom: 60px;
  }
  .events-box{
    margin-bottom: -200px;
  }

  .kontaktformular{
    width: 100%;
  }

  .kontaktdaten{
    width: 100%;
    margin-bottom: 60px;
  }

  .instagram, .facebook{
    height: 40px;
    width: 40px;
    background-size: 40px;
  }

}

@media (max-width: 480px){
  .logo h3{
    font-size: 1.5rem;
    font-weight: 400;
  }

  .h4{
    font-weight: 300;
  }

  .nav-links{
    width: 300px;
  }

  .startImageContainer{
    height: 70vh;
  }

  .willkommen{
    padding-left: 30px;
    padding-right: 30px;
  }

  .content{
    max-width: calc(100% - 30px);
  }

  section li{
    line-height: 2rem;
  }


  .layer1{
    max-width: calc(100% - 30px);
  }

  .description{
    padding-left: 0;
    padding-right: 0;
  }

  .activities, .events, .about{
    padding-bottom: 300px;
  }

  .kontaktformular{
    margin-bottom: -70px;
    padding-right: 20px;
    padding-left: 20px;
  }

}


.nav-active{
  transform: translateX(0%);
}

.disabled-scroll{
  overflow: hidden;
  height: 100%
}


@keyframes navLinkFade{
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
  }
}

.toggle .line1{
  transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
  opacity: 0;
}
.toggle .line3{
  transform: rotate(45deg) translate(-5px,-6px);
}

