body, html {
  overflow-x: hidden;
  max-width: 100vw; 
}


.vh-100{
  font-family: Helgoland;
}

.navbar-brand {
  font-family: 'Helgoland';
  font-size: 2rem;
  color: rgb(255, 255, 255);
  text-decoration: none; 
  /* white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block; */
 /* color: rgb(136, 82, 82); */
}

.navbar-brand b{
  margin-left: 15px;
}

.navbar-brand:hover {
  color: rgb(255, 255, 255);
}

.navbar-brand,
.navbar-brand:visited,
.navbar-brand:focus,
.navbar-brand:active {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.nav-link {
  font-weight: 500;
  font-size: 1.1em;
  color: rgb(255, 255, 255);
  /* color: rgb(136, 82, 82); */
  position: relative;
}

.nav-link:hover {
  color: rgb(224, 218, 159);
}

.nav-link::after {
  transition: all 0.2s;
  opacity: 0;
  color: rgb(170, 149, 27);
}

.navlink-brand,
.navlink-brand:visited,
.navlink-brand:focus,
.navlink-brand:active {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.nav-link:active{
  color: rgb(78, 69, 19);
}

@media screen and (max-width: 480px) {
  .navbar-brand{
    font-size: 1.7rem;
  }
  .nav-link {
    font-size: .8rem;
  }
}


.navbar {
  box-shadow: 0 2px 15px rgba(136, 82, 82, 0.3);
  
  /* Hintergrund mit Transparenz */
  background: linear-gradient(
    120deg, 
    rgba(136, 82, 82, 0.9) 0%,  /* hier die Transparenz mit alpha-Wert */
    rgba(58, 40, 40, 0.9) 60%
  );
}


/* .tilt-hover {
  transition: transform 0.3s ease;
  display: inline-block;
}

.tilt-hover:hover {
  transform: rotate(3deg);
}


.tilt-hover2 {
  transform: rotate(-1deg);
  transition: transform 0.3s ease;
  display: inline-block;
}

.tilt-hover2:hover {
  transform: rotate(-3deg);
}

.tilt-hover3{
transform: rotate(1deg);
transition: transform 0.3s ease;
}

.tilt-hover3:hover {
  transform: rotate(-0.75deg);
} */

/* Nur bei Bildschirmen größer als 768px Tilt aktivieren */
@media (min-width: 768px) {
  .tilt-hover2 {
    transition: transform 0.3s ease;
  }

  .tilt-hover2:hover {
    transform: rotate(-5deg) scale(1.05);
  }

  .tilt-hover3{
transform: rotate(1deg);
transition: transform 0.3s ease;
}

.tilt-hover3:hover {
  transform: rotate(-0.75deg);
}

.tilt-hover {
  transition: transform 0.3s ease;
  display: inline-block;
}

.tilt-hover:hover {
  transform: rotate(3deg);
}

}


/* Event */
.event-list {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-bottom: 20px; /* Angepasste Polsterung */
}

.event {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px;
  transition: background-color 0.3s ease;
}

.event:hover {
  background-color: #f9f9f9;
}

.date {
  font-size: 1.5em;
  color: #3d3d3d;
  margin-right: 20px;
  font-weight:  600;
}

.time {
  font-size: .8em;
  color: #444343;
  margin-right: 20px;
  font-weight:  400;
}

.details {
  flex-grow: 1;
  text-align: right;
  color: rgb(136, 82, 82);
}

h3 {
  margin: 0;
  color: rgb(136, 82, 82);
}

p {
  margin: 5px 0 0;
  color: #777;
}

.card img {
  height: 100px;
}


@media screen and (max-width: 1000px) {
  .date {
    font-size: 1rem; /* Verkleinere die Schriftgröße bei kleineren Bildschirmen */
  }
  .time {
    font-size: .6em; /* Verkleinere die Schriftgröße bei kleineren Bildschirmen */
  }
  h3 {
    font-size: 1.1rem;
  }
  p {
    font-size: .8rem;
  }
}

/* Listen Repertoire */
.custom-list {
  margin-bottom: 20px;
}

.custom-heading {
  margin-bottom: 10px;
}

.repertoire-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}


/* VORSTAND */
.vorstand {
  margin-bottom: 2rem;
  text-align: center;
  color: rgb(136, 82, 82);
  /* background-size: contain;
  background-position: center;
  background-image: url(media/hintergruende/vortand3.jpg); */
}

.vorstand-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.vorstand h2 {
  font-family: Helgoland;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: rgb(136, 82, 82);
}

.vorstandsmitglied {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin: 0 5% 40px 5%;
  transition: transform 0.5s ease;
}

.vorstandsmitglied:hover {
  transform: scale(1.2);
}

.vorstands-bild {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  border: 5px solid rgba(136, 82, 82, 0.1);
}

.vorstands-bild:hover {
  border-radius: 15%;
}

.vorstands-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vorstandsmitglied h3 {
  margin: 0;
  font-family: Helgoland;
  font-size: 1.5rem;
  color: rgb(136, 82, 82);
  margin-bottom: 2px;
}

.vorstandsmitglied p {
  font-family: Roboto;
  margin: 0;
  color: rgb(136, 82, 82);
  font-size: 16px;
}

.vors {
  background-size: contain;
  background-position: center;
  background-image: url(media/hintergruende/vortand3.jpg);
  max-width: 100%;
  overflow-x: hidden;
  color: rgb(136, 82, 82);
}

/* VORSITZENDE */
.vorsitzende {
  text-align: center;
  color: rgb(136, 82, 82);
  padding: 2.5rem;
}

.vorstand-list-vorsitz {
  display: flex;
  justify-content: center; 
  align-items: center;
  flex-wrap: wrap; 
}

.vorsitzende h2 {
  font-family: 'Helgoland';
  font-size: 3rem;
  margin-bottom: 2rem;
  color: rgb(136, 82, 82);
}

.vorstandsmitglied-vorsitz {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 40px;
  margin-left: 20px;
  transition: transform 0.5s ease;
}

.vorstandsmitglied-vorsitz:hover {
  transform: scale(1.2);
}

.vorstands-bild-vorsitz {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  border: 5px solid rgba(136, 82, 82, 0.1);
}

.vorstands-bild-vorsitz:hover {
  border-radius: 15%;
}

.vorstands-bild-vorsitz img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.vorstandsmitglied-vorsitz h3 {
  margin: 0;
  font-family: 'Helgoland';
  font-size: 1.5rem;
  color: rgb(136, 82, 82);
  margin-bottom: 5px;
}

.vorstandsmitglied-vorsitz p {
  font-family: Roboto;
  margin: 0;
  font-size: 16px;
  color: rgb(136, 82, 82);
}


/* Responsive Anpassung für kleine Bildschirme */
@media (max-width: 768px) {
  .vorstand {
    margin-bottom: 1rem;
  }
  
  .vorstand h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .vorstandsmitglied {
    margin: 0 3% 20px 3%;
  }
  
  .vorstands-bild {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }
  
  .vorstands-bild-vorsitz {
    width: 150px;
    height: 150px;
    margin-bottom: 8px;
  }

  .vorstandsmitglied h3,
  .vorstandsmitglied-vorsitz h3 {
    font-size: 1.2rem;
    margin-bottom: 1px;
  }
  
  .vorstandsmitglied p,
  .vorstandsmitglied-vorsitz p {
    font-size: 14px;
  }
  
  .vorsitzende h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  
  .vorsitzende {
    padding: 1.5rem;
  }
}


/* REPERTOIRE */
.reper {
  padding: 3rem 1rem;
  background-image: url(media/hintergruende/hgnoten.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}

.custom-list {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(136, 82, 82, 0.1);
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  list-style: none;
}

.custom-list li {
  font-style: italic;
  color: rgb(136, 82, 82);
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  border: none;
}

.custom-heading {
  font-family: 'Helgoland', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(136, 82, 82);
  margin-bottom: 1rem;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

/* Optional: Abstände für Spalten im Bootstrap-Grid */
#repertoire > div {
  margin-bottom: 2rem;
}

/* Responsive Anpassung */
@media (max-width: 991px) {
  #repertoire .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



.fw-light {
  color: rgb(136, 82, 82);
}

.footer * {
  color: white !important;
}

.footer{
  background: linear-gradient(
  120deg, 
  rgb(58, 40, 40) 40%,
  rgb(136, 82, 82) 100% 
  
);
}

.footerhead{
font-family: Helgoland;

}
/* BILDERGALERIE */
.row.text-center.text-lg-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}

.row.text-center.text-lg-start .col-lg-3,
.row.text-center.text-lg-start .col-md-4,
.row.text-center.text-lg-start .col-6 {
  margin-bottom: 20px;
  padding: 10px;
}

.row.text-center.text-lg-start a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.row.text-center.text-lg-start a:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.row.text-center.text-lg-start img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.row.text-center.text-lg-start img:hover {
  opacity: 0.8; 
}

/* SCROLL BUTTON */
#goTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
  max-width: 90vw; /* Sicherstellen, dass Button nicht breiter als Viewport */
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
  background-color: #555;
  color: white;
  border: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  #goTopBtn {
    bottom: 15px;
    right: 15px;
    padding: 8px;
    font-size: 14px;
    max-width: 100vw; /* noch sicherer bei kleinen Bildschirmen */
  }
}

#goTopBtn.show {
  display: block;
}



/* SLIDER LEFT*/
.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}


/* SLIDER RIGHT*/
.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}


/* Carousel */
.carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* Kleinere Höhe auf Mobilgeräten */
@media (max-width: 576px) {
  .carousel-item img {
    height: 100px;
  }
}

/* Noch kleinere Höhe für sehr kleine Smartphones */
@media (max-width: 360px) {
  .carousel-item img {
    height: 100px;
  }
}

/* INSTAGRAM SECTION */
.instagram-section {
  background: linear-gradient(
    120deg,
    rgba(136, 82, 82, 0.95) 0%,
    rgba(58, 40, 40, 0.95) 70%
  );
  color: white;
  padding: 4rem 1rem;
}

.instagram-section h1 {
  font-family: 'Helgoland';
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.instagram-section .lead {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #f3f3f3;
}

.instagram-btn {
  border: 2px solid white;
  color: white !important;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.instagram-btn:hover {
  background-color: white;
  color: rgb(136, 82, 82) !important;
  transform: scale(1.05);
}

.insta-image {
  max-width: 40%;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  transition: transform 0.3s ease;
}

.insta-image:hover {
  transform: scale(1.03);
}

/* Textbereich leicht nach innen eingerückt für mehr Balance */
.instagram-section .text-section {
  padding-right: 2rem;
}

/* Responsive Anpassungen */
@media (max-width: 992px) {
  .instagram-section .text-section {
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }
  .insta-image {
    max-width: 50%;
  }
}


/* ANKÜNDIGUNGEN SECTION */
.ankuendigungen-section {
  padding: 4rem 1rem;
  border-radius: 12px;
}

.ankuendigungen-title {
  font-family: 'Helgoland', sans-serif;
  color: rgb(136, 82, 82);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.flyer-shadow {
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  max-width: 70%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flyer-shadow:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
  /* Abstand zwischen Text/Button und Bild auf mobilen Geräten */
  .ankuendigungen-section .row > div + div {
    margin-top: 2rem;
  }

  .flyer-shadow {
    max-width: 85%;
  }
}

