body {
    margin: 0;
    padding: 20px;
    background-color: black; /* schwarze Streifen links/rechts */
    font-family: 'Courier New', Courier, monospace;
    color: #f8f3f3;
    overflow-x: hidden;


/* Bei kleineren Bildschirmen ausblenden */
@media (max-width: 550px) {
    .video-carousel {
        display: none;
    }
    margin: -10px;
    .wrapper{background-color: rgb(82, 78, 78);}
  
   
}
    
/* Container für das Video-Karussell */
.video-carousel {
    position: fixed; /* Fixiert am oberen Rand */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Nur der obere Teil der Website */
    overflow: hidden;
    z-index: 0; /* Im Hintergrund */
   
}

/* Video-Styling */
.video-carousel video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s ease-in-out;
    
}

/* Aktives Video anzeigen */
.video-carousel video.active {
    opacity: 1;
}
  
}
    
  
  .wrapper {
    margin: 0 auto;
    opacity: 70;
    padding: 0 1rem;
    position: relative;
    z-index: 3; 
    padding: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.358); /* Halbtransparenter Overlay */
    margin-top: 0vh; /* Platz oberhalb des Inhalts lassen */

  }

  .contentimWrapper{
    max-width: 1180px;
    margin: 0 auto;
    opacity: 1;
    border-radius: 10px;
    padding: 0 1rem;
    position: relative;
    z-index: 3; 
    padding: 5px;
    color: white;
    background-color: rgba(235, 228, 228, 0.151); /* Halbtransparenter Overlay */
    margin-top: 0vh; /* Platz oberhalb des Inhalts lassen */
  }

  .wrapper_unterseiten {
   
   background-color: rgb(146, 140, 140);
   padding: 5px;

  }
  
  /* === Navigation === */
  nav {
    position: sticky;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
  }
  
  nav ul {
    display: flex;
    flex-wrap: wrap; /* Umbruch auf kleinen VW´s */
  
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
  }
  
  nav li {
    flex: 1 1 300px;
    text-align: center;
  }
  
  nav a {
    display: block;
    padding: 1rem;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  /* 4 Pseudoklassen je Menüpunkt */
  nav a:link {
    color: #fff;
  }
  
  nav a:visited {
    color: #ccc;
  }
  
  nav a:hover {
    background-color: #333;
    color: rgb(97, 195, 219)
  }
  
  nav a:active {
    color:#fcfafa;
  }
  
 /* angepasste Schriftgröße */
  header {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0px;
    font-size: large;
  }
  
  header h1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
  }
  
  header img {
    width: 68%;
    border-radius: 12px;
    transition: transform 0.3 ease;
  }
  
  header img:hover {
    transform: scale(1.02);
  }
   
  main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
    padding: auto;
  }
.startseitenlogo {
  opacity: 100%;
  max-width: 20vw;          /* Anpassung an kleine Bildschirme */
  max-height: 25vh;
  min-width: 15vw;
  width: 200pxauto;
  height: auto;
  padding: 3px;
  padding-top: 0px;
  color: black;
  border-radius: 10px;
  background-color: rgb(124, 108, 18);    
  box-shadow: 3px 3px 8px #0c0b0b8a;  
  border-radius: 50%;       /* Optional: rundes Bild */
}

  .werwirsind {
    padding-left: 10px;
    padding-top: 5px;
    margin: 0;
    text-align: left;
    z-index: 2; 

  }

  img {
    max-height: 400px;
    box-shadow: 3px 3px 8px #0c0b0b8a;  
    z-index: 2; 
    }


.einzel{  text-align: right; padding-top: 20px; padding-right: 10px}

.doppel{  text-align: left; padding-top: 0px; padding-left: 10px;}


.doppelcontainer {
    padding: 0;
    font-size: 116px;
    background: #4caf4f00;
    color: white;
    border: none;
    cursor: pointer;
    transition: padding 0.1s ease;
    overflow: hidden;
}

.hover-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    text-decoration: none;
    position: fixed;
    margin-top: -150px;
}


.doppelcontainer:hover .hover-text {
    opacity: 1;
    visibility: visible;
}


  .responsive-img {
            display: block;           /* Wichtig: margin auto funktioniert nur bei block */
    margin-left: auto;
    margin-right: auto;
    width: auto;              /* Oder feste Breite, z. B. 80% */
    align-content: center;
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
    max-height: 650px;
    max-width: 1000px;

  }
  
  .responsive-img:hover {
    transform: scale(1.02);
  }

  
 /* unterseiten */

.textuntermembers, .textuntertraining, .taube {
margin-left: 25px;
margin-right: 25px;
display: flexblock;
text-align: center;

}


/* Mitglieder-Seite */

.membersHeader{
  text-align: right;
  margin-right: 25px;
  border:rgb(124, 108, 18);
}

.taube{
  display: flex;
  position: fixed;
  border-radius: 10%;
  margin: 1px;
  max-width: 700px;

}

.pics_faq\Gartenpils.jpg{
width: 100%;
height: auto;
}

.membersButtons ul{
 list-style-type: none;
 margin: 12px;
 padding-bottom: 18px;

}

.membersButtons li {
    margin-bottom: 50px; /* Fügt einen Abstand zwischen den Listenelementen hinzu */
    
  
}
/* News-Seite */

/* Textboxen für die Grid-News */

.logtext

{border: solid, rgb(228, 233, 235);
padding: 1rem;
color: black;
border-radius: 10px;
background-color: white;    
opacity: 80%;
box-shadow: 3px 3px 8px #0c0b0b8a;
text-decoration: none;
list-style: none;
}



.Datenschutz {
 
color: #000;
}

.flexboxLichterfest {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Flexibles Layout */
  gap: 16px; /* Abstand zwischen den Bildern */
}

.flexboxLichterfest img {
 width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
    max-height: 650px;
    object-fit: cover;

}


/* fußzeile */
  footer {
 

    text-align: center;
    padding: 1.5rem 1rem;
    background-color: #000;
    opacity: 0.8;
     color:#fcfafa;
    font-size: 0.9rem;
  }

  .datenschutz, .email, .mobil 
  {text-decoration: none;
  color:#fcfafa}

  .mobil a {
  text-decoration: none;
 color:#fcfafa
  }

  @media (max-width: 600px) {
    nav li {
      flex: 1 1 100%;
    }
    
  }

