@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
/* Seite allgemein */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
}
body {
    margin: 0;
    padding: 0;
  }
.close-btn{
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-left: 2rem;
  cursor: pointer;
}
.sidenav {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background-color: #111;
  transition: right 0.3s ease;
  z-index: 1000;
  padding-top: 60px;
}
.sidenav.active {
  right: 0;
  background-color: white;

}
.side-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-nav-links li {
  margin-bottom: 2rem;
  padding: 15px;
  text-align: center;
}
.side-nav-links li a {
  color: black;
  text-decoration: none;
  font-size: 1.6rem;
}
  .navbar {
    background-color: white; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: sticky;
    top: 0;
    z-index: 999;
  }
    .logo {
    width: 250px;
      }
.logolinien {
    width: 150px;
    align: center;
  }
  .nav-links {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }
  .nav-links li {
    margin-right: 15px;
    display: inline-block;
    margin: 0 10px;
  }
  .nav-links li a {
    font-size: 1.8rem;
    color: black;
    text-decoration: none;
    
  }
.burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 2rem;
  right: 20px;
  z-index: 1001;
}
.burger div {
  width: 25px;
  height: 3px;
  background-color: red;
}
.container{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-title{
    font-size: 4rem;
    font-weight: 300;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
.section-title span{
    color: crimson;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 4px solid crimson;
    margin: 1em 0;
    padding: 0;
   
}
a{
    text-decoration: none;
}
img {
    height: 100%;
    width: 100%;
    object-fit: cover;
 
}
p {
    color: black;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: .05rem;
}

/* seite ende*/

/* Hero - Bergruessungsseite!*/

#hero{
    background-image: url("./img/Ball2.jpg");
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
}
#hero::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .4;
    z-index: -1;
}
#hero .hero{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    justify-content: flex-start;
}
#hero h1{
    display: block;
    width: fit-content;
    font-size: 3rem;
    position: relative;
    color: transparent;
    animation: text_reveal .5s ease forwards;
    animation-delay: 1s;
  }
#hero h1:nth-child(1){
 animation-delay: .4s;
}
#hero h1:nth-child(2){
    animation-delay: .8s;
   }
#hero h1:nth-child(3){
    animation-delay: 1.2s;
   }
#hero .cta{
    display: inline-block;
    padding: 10px 37px;
    color: white;
    background-color: transparent;
    border: 2px solid crimson;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-top: 30px;
    transition: .3s ease background-color;
    transition-property: background-color, color;
    position: relative;
}
#hero .cta:hover{
    color: white;
    background-color: crimson;
}

/* ENDE - Hero - Bergruessungsseite!*/

/* WWSS - Wer wir sind */

#wwss .wwss{
    flex-direction: column;
    text-align: center;
    max-width: 1500px;
    margin: 5rem  auto;
    padding: 1rem auto;
    min-height: 50%;
}
#wwss .section-title{
    font-size: 4rem;
    font-weight: 300;
    color: black;
	margin-top: 9rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
#wwss .section-title span{
    color: crimson;
}

/* ENDE - WWSS - Wer wir sind */

/* bm - Band Mitglieder */

#bm .section-title{
    font-size: 4rem;
    font-weight: 300;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
#bm .bm{
	display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 9rem 0;
}
#bm .bm-header h1 {
    margin-bottom: 50px;
}
#bm .bm-item {
    display: flex;
    flex-direction: row;
    width: 80%;
    overflow: visible;
    height: 80rem; /*hinzu*/
	align-items: stretch;
	max-width: 1200px;
    height: auto; /* wichtig: keine feste Höhe */
    overflow: visible;

}
#bm .bm-item:nth-child(even) {
  flex-direction: row-reverse;
}
#bm .bm-info{
    padding: 30px;
    flex: 0 0 50%; /* keine Flex-Grow, keine Flex-Shrink, feste Basis 50% */
 	align-self: stretch;
    display: flex;
    align-items: flex-start;
	box-sizing: border-box;
    justify-content: flex-start;
    background-image: linear-gradient(60deg, #b2bcc7 0%, #899199 100%);
    color: white;
	border-radius: 15px; /* optional: abgerundete Ecken rechts */
    flex-direction: column;
	text-align: left;
	overflow: visible;
}
#bm .bm-imglogo {
 	flex: 0 0 50%; /* keine Flex-Grow, keine Flex-Shrink, feste Basis 50% */
 	overflow: hidden;
  	position: relative;
	object-fit: cover; /* oder contain */
	border-radius: 15px;
}
#bm .wort-markieren{
    font-size: 1.2rem;
    font-weight: 200;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    text-align: left;
}
#bm .wort-markieren span{
    font-size: 2.9rem;
    color: black;
    font-weight: 500;
    text-align: left;
}
#bm .wort-markieren_2 span{
  font-size: 2.2rem;
  color: crimson;
  font-weight: 500;
  
}
#bm .bm-info h1 {
	font-size: 4rem;
	font-weight: 500;
	text-align: left;
}
#bm .bm-info h2 {
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 10px;
	text-align: left;
}
#bm .bm-info p {
	color: white;
}

/* ENDE - bm - Band Mitglieder */

/* Feedback */

#Bewertungen {
    flex-direction: column;
    text-align: center;
    max-width: 1500px;
    margin: 0rem auto;
	Padding: 5rem;
    min-height: 50%;
   
}
#Bewertungen .section-title{
    font-size: 4rem;
    font-weight: 300;
    color: black;
	margin: 5rem auto;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
#Bewertungen .section-title span{
    color: crimson;
}
#Bewertungen .Bewertungen p{
	
    font-size: 2rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: .05rem;
	font-style: italic;
	text-align: left;
}
#Bewertungen .Bewertungen h2 {
	font-size: 3rem;
	font-weight: 500;
	margin-top: 10px;
}

/* END Feedback */




/* Kontakt - Formular */

  form .wort-markieren{
    font-size: 3.3rem;
    font-weight: 300;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    text-align: center;
}
  form .wort-markieren span{
    color: crimson;
    letter-spacing: .1rem;
}
  form{
    background:  rgba(27,31,34,0.80);
    width: 640px;
    margin: 5rem auto;
    max-width: 97%;
    border-radius: 4px;
    padding: 12rem  3rem;
  }
  form .title {
    
    padding-top: 0rem;
    margin-top: 0rem;
  }
  form .title h2{
    letter-spacing: 6px;
    border-bottom: 1px solid white;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 32px;
  }
  form .half{
    display: flex;
    justify-content: space-between;
    color: white;
  }
  form .half .item{
    display: flex;
    flex-direction: column;
    margin: 0rem 1rem 1.2rem 1rem;
    width: 100%;
  }
  form label{
    display: block;
    font-size: 13px;
    letter-spacing: 3.5px;
    margin-bottom: 16px;
  }
  form .half .item input{
    border-radius: 4px;
    border: 1px solid white;
    outline: 0;
    padding: 1rem;
    width: 100%;
    height: 44px;
    background: transparent;
    font-size: 17px;
    color: white;
  }
  form .full{
    margin-bottom: 24px;
    color: white;
  }
  form .full textarea{
    background: transparent;
    border-radius: 0.4rem;
    border: 1px solid white;
    outline: 0;
    padding: 12px 16px;
    width: 100%;
    height: 200px;
    font-size: 17px;
    color: white;
    font-family: 'Montserrat', sans-serif;
  }
  form .action{
    margin-bottom: 32px;
   
  }
  form .action input{
    background: transparent;
    border-radius: 4px;
    border: 1px solid white;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    height: 44px;
    letter-spacing: 3px;
    outline: 0;
    padding: 0 20px 0 22px;
    margin-right: 10px;
  }
  form select {
  height: 44px; /* oder jede andere gewünschte Höhe */
  padding: 0 20px; /* optional, beeinflusst die Innenabstände */
  font-size: 14px; /* beeinflusst auch die visuelle Höhe */
  line-height: 44px; /* kann helfen, den Text vertikal zu zentrieren */
  border-radius: 4px;
  background-color: rgba(27,31,34,0.80);; /* dunkler Hintergrund */
	  font-size: 17px;
	  font-family: sans-serif;
	  letter-spacing: 0.3rem;
  color: white;
}
  form .action input[type="submit"]{
    background: white;
    color: black;
  }
  form .action input[type="reset"]{
    
    color: white;
  }
  orm .icons a{
    border: 2.5px solid white;
    border-radius: 50%;
    line-height: 190%;
    text-align: center;
    font-weight: 600;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    color: white;
  }
  form .half .item input:focus, form .full textarea:focus, form .action input[type="reset"]:hover, form .icons a:hover{
    background: rgba(255,255,255,0.075);
  }
.cta-call {
  display: inline-block;
  margin: 2rem 0.4rem 0.4rem 0.4rem ;
  padding:0.6rem 0.8rem;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
    border: 1px solid white;
  font-weight: bold;
  font-size: 1.4rem;
}
.cta-call:hover {
  background-color: #004c99;
}


/* ENDE - Kontakt - Formular */
  
/* Media */

#Media {
	display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 1500px;
    margin: 0 auto;
    padding: 10rem 0;
	min-height: 50%;
   
}
#Media .section-title{
	padding: 10rem auto;
    font-size: 4rem;
    font-weight: 300;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
#Media .section-title span{
    color: crimson;
}
#Media p{
    font-size: 2rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 200;
    letter-spacing: .05rem;
	text-align: center;
}

#Media h2 {
	font-size: 2rem;
	font-weight: 300;
	margin-top: 1rem;
	text-align: center;
}

.song-title {
  text-align: center;
  margin-bottom: 1em;
}
audio {
  display: block;
  margin: 0 auto 2em auto; /* zentriert + Abstand */
}


/* end Media */
  
/* Gallerie */
 
#Galerie{
   display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 1500px;
    margin: 0 auto;
    padding: 10rem 0;
	min-height: 50%;
}	  
#Galerie .section-title{
	font-size: 4rem;
    font-weight: 300;
    color: black;
    margin: 0rem auto;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}  
  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gallery-item {
    width: 600px;
    margin: 10px;
    overflow: hidden;
  }
  .gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    overflow: auto;
  }
  .modal-content {
    
    max-width: 800px;
    margin: 50px auto;
  }
  .modal-content img {
    max-width: 100%;
    height: auto;
  }
 
/* ENDE - Gallerie */

/* faq */

#faq .faq{
	display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 1500px;
    margin: 0 2rem;
    padding: 2rem 2rem;
	min-height: 50%;
   
}
#faq .section-title{
	padding: 2rem auto;
    font-size: 4rem;
    font-weight: 300;
    color: black;
    margin: 8rem auto;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-align: center;
}
#faq .section-title span{
    color: crimson;
}
#faq .faq p{
    font-size: 2rem;
    margin: 2rem ;
    line-height: 2.5rem;
    font-weight: 200;
    letter-spacing: .05rem;
	text-align: left;
}
#faq .faq .small-text {
  font-size: 1.5rem;
  margin-top: 5px;
  line-height: 2.5rem;
  font-weight: 200;
  letter-spacing: .05rem;
}
#faq .faq h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
#faq .faq ul {
  list-style: none;
}
#faq .faq ul li::before {
  content: "•";
  color: crimson;
  margin-right: 0.5rem;
}
#faq .faq article {
  margin-left: 0;
  padding-left: 0;
}
#faq .faq h2 {
  margin-left: 0;
  padding-left: 0;
}

/* end faq */

/* Footer */

footer {
  background-color: rgb(231, 231, 231);
  padding: 20px;
  text-align: center;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.button {
  order: 1;
  text-align: left;
}
.button button {
  background-color: crimson;
  border: none;
  color: white;
  padding: 10px 55px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}
.social-media {
  order: 3;
  margin-left: auto;
}
.social-media a {
  margin-left: 10px;
  border: 2.5px solid black;
    border-radius: 50%;
    line-height: 190%;
    text-align: center;
    font-weight: 600;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    color: black;
}
#imprint-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto; 
  
}
.imprint-modal {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
  }
.imprint-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  max-height: 80%; 
  overflow: auto; 
  width: 98%; /*ehem. 80%*/
  max-width: 600px;
  position: relative; 
}
#close-imprint {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 24px;
  color: black;
  cursor: pointer;
}
.imprint-content h1 {
    font-size: 1.8rem;
    margin-top: 2rem;
    color: #444;
  }
.imprint-content h2 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    color: #555;
  }
.imprint-content a {
    color: #0066cc;
    text-decoration: underline;
  }

/* contact  */
	#contact .contact {
		flex-direction: column;
		padding: 100px 0;
		align-items: center;
		justify-content: center;
		min-width: 20vh;
	}
	#contact .contact-items {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		margin: 0;
	}
	#contact .contact-item {
		width: 30%;
		margin: 0;
		flex-direction: row;
	}
	#contact .contact-item .icon {
		height: 100px;
		width: 100px;
	}
	#contact .contact-item .icon img {
		object-fit: contain;
	}
	#contact .contact-item .contact-info {
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}

/* End contact  */










/* Responsive Design - Media Query For Tablet  */

@keyframes text_reveal_box{
    50%{
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@keyframes text_reveal{
    100%{
        color: white;
    }
}
@media (max-width: 768px) {
  .wwss {
    padding: 0rem 1rem;
	margin: 0rem 1rem;
  }
.footer-content {
    flex-direction: column;
  }
  .button {
    order: 2;
  }
  .social-media {
    order: 3;
    margin-top: 10px;
    margin: 0 auto;
  }
	
}
@media (max-width: 600px) {
    .imprint-modal {
      padding: 1rem;
    }

    .imprint-content h1 {
      font-size: 1.5rem;
    }

    .imprint-content h2 {
      font-size: 1.2rem;
    }
  }
@media (max-width: 480px) {
  form .half{
          flex-direction: column;
        }
  form .half .item{
          width: 100%;
        }
  form .action{
          display: flex;
          flex-direction: column;
        }
  form .action input{
          margin-bottom: 10px;
          width: 100%;
        }
  #wwss {
    padding: 0rem 5rem;
	margin: 0rem 5rem;
  }	
  html {
    font-size: 9px;
  }
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
  .logo, .logolinien {
    width: 100%;
    max-width: 180px;
  }
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .nav-links li {
    margin: 10px 0;
  }
  #hero h1 {
    font-size: 2.2rem;
    text-align: center;
  }
  #hero .cta {
    font-size: 1.3rem;
    padding: 8px 25px;
    display: block;
    margin: 20px auto;
  }
  .section-title {
    font-size: 4rem;
    padding: 0 10px;
  }
  #bm .bm-item {
    width: 95%;
    flex-direction: column;
    margin: 0 auto;
	  
  }
  #bm .bm-info{
  width: 100%;
  align-items: center;
  flex: 0 0 auto;
	  
  }
  #bm .bm-imglogo{
  width: 100%;
  align-items: center;
  object-fit: cover;
  display: block;
  }
  .gallery-item {
    width: 100%;
    margin: 5px 0;
  }
  form {
    width: 95%;
    padding: 30px 20px;
  }
  form .half {
    flex-direction: column;
  }
  form .half .item {
    width: 100%;
  }
  form .action {
    display: flex;
    flex-direction: column;
  }
  form .action input {
    margin-bottom: 10px;
    width: 100%;
  }
  footer {
    padding: 10px;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .social-media a {
    margin: 5px;
  }
  #wwss {
    padding: 0rem 1rem;
	margin: 0rem 1rem;
  }
  .bm-item {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: center;
    width: 95%;
	margin: 2rem auto;
	
}
  .bm-info {
    display: flex;
    flex-direction: column;
	width: 100%;
		}
  .bm-imglogo {
    object-fit: cover;
    display: block;
	width: 100%;
	  }
}
@media screen and (max-width: 768px) {
	
  .wwss {
    padding: 0rem 1rem;
	margin: 0rem 1rem;
  }
  .nav-links {
    display: none;
  }
  .burger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  .logo img {
    max-width: 120px;
    height: auto;
  }
  .sidenav {
    display: none;
  }
  .sidenav.active {
    display: block;
  }
  .bm-item {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: center;
    width: 95%;
	margin: 2rem auto;
	
}
  .bm-info {
    display: flex;
    flex-direction: column;
	width: 100%;
		}
	
	.bm-imglogo {
    object-fit: cover;
    display: block;
	width: 100%;
	  }
  }
@media screen and (max-width: 600px) {
    .navbar a {
      display: block;
    }
    .navbar a.icon {
      float: right;
      display: block;
    }
    .navbar.responsive {
      position: relative;
    }
	  #wwss {
    padding: 0rem 1rem;
	margin: 0rem 1rem;
  }
	 .navbar.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .navbar.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  #faq .faq article,
  #faq .faq h2,
  #faq .faq p,
  #faq .faq .small-text {
    padding: 1rem;
    margin: 1rem;
  }
  #faq .section-title {
    font-size: 4rem;
   
  }
  #Bewertungen .Bewertungen {
    padding: 1rem 0rem; /* oben/unten 50px, links/rechts 20px */
    text-align: left;   /* optional: zentrierung aufheben */
  }


  #Bewertungen .section-title {
    font-size: 4rem;
    padding: 0 1rem;
  }
 .bm-item {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: center;
    width: 95%;
	margin: 2rem auto;
	
}
 .bm-info {
    display: flex;
    flex-direction: column;
	width: 100%;
		}
 .bm-imglogo {
    object-fit: cover;
    display: block;
	width: 100%;
	  }
}

/* End Media Query For Tablet */





