#Sponsoren p {
  font-size: clamp(1rem, 2.5vw, 2rem);
  text-align: left;
}

@media (max-width: 600px) {
  #Sponsoren p {
    font-size: 1rem;
  }
}
.home-dropdown .dropdown .dropdown-content a {
  white-space: nowrap;
}
.home-dropdown .dropdown .dropdown-content a:hover,
.home-dropdown .dropdown-content .dropdown-content a:hover {
  background: rgb(120, 170, 120) !important;
  color: #fff !important;
}
.home-dropdown .dropdown .dropdown-content a:hover {
  background: rgb(120, 170, 120);
  color: #fff;
}
/* Untermenü von 'Mannschaften' im gleichen Stil wie Hauptmenü */
.home-dropdown .dropdown .dropdown-content {
  background: rgb(77, 110, 77);
  border-radius: 8px; /* Füge border-radius hinzu */
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.home-dropdown .dropdown .dropdown-content a {
  color: white;
  background: rgb(77, 110, 77);
  padding: 10px;
  text-decoration: none;
  display: block;
}
.home-dropdown .dropdown .dropdown-content a:hover {
  background: rgb(77, 110, 77);
  color: #fff;
}
.home-dropdown .dropdown .dropdown-content {
  display: none;
  position: absolute;
  left: 102%; /* etwas weiter nach links (näher ans Hauptmenü) */
  top: 10px;  /* etwas nach unten verschoben */
  min-width: 180px;
  background: rgb(77, 110, 77);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  border-radius: 8px;
  z-index: 101;
    border-radius: 8px; /* Füge border-radius hinzu */
}
.home-dropdown .dropdown:hover > .dropdown-content {
  display: block !important;
}
.home-dropdown .dropdown > .dropdown-content {
  display: none;
}
.dropdown {
  position: relative;
}
body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      scroll-behavior: smooth;
    }
    header {
      background: rgb(77, 110, 77);
      color: white;
      padding: 1rem;
      position: sticky;
      top: 0;
      z-index: 1000;
    font: italic bold 2rem 'Segoe UI', sans-serif;

    }
    nav a {
      color: white;
      margin: 0 1rem;
      text-decoration: none;
      font-weight: bold;
    }
    section {
      padding: 4rem 2rem;
    }
    #hero {
      background: rgb(194, 231, 194);
      color: white;
      text-align: center;
      padding: 1rem;
      position: 0px;



    }
    #hero h1 {
      font-size: 1rem;
      background: rgb(194, 231, 194);
        color: green;
      padding: 1rem 0;
      font: italic bold 2rem 'Segoe UI', sans-serif;
    }
    #about, #news {
      background: rgb(194, 231, 194);
      font-size: medium;
        margin: 2rem 0;
        padding: 2rem;
        position: 0px;
        
    }
    
    #Trainingszeiten {
      background: rgb(194, 231, 194);
      font-size: medium;
        margin: 2rem 0;
        padding: 2rem;
        position: 0px;

    }

    #anfahrt {
      background: rgb(194, 231, 194);
      font-size: medium;
      padding: 3rem 2rem;
      position: 0px;
  
      
    }

    #contact {
     background: rgb(194, 231, 194);
     padding: 2rem;
        
    }

    #news {
      background:  rgb(194, 231, 194);
      font-size: medium;
      padding: 3rem 2rem;
    }
    
    #about {
      background: rgb(194, 231, 194);
    }

    #Trainingszeiten {
      background: rgb(194, 231, 194);
      padding: 3rem 2rem;
    }
    

    #fb-page {
      background: rgb(194, 231, 194);
      font-size: medium;
        margin: 2rem 0;
        padding: 2rem;
        position: 0px;

    
    }
    
    h2 {
      color: #004080;
    }
    
    form input, form textarea {
      width: 100%;
      padding: 0.5rem;
      margin: 0.5rem 0;
    }
    button {
      background: #004080;
      color: white;
      padding: 0.5rem 1rem;
      border: none;
      cursor: pointer;
    }
    footer {
      background: rgb(77, 110, 77);
      color: white;
      text-align: center;
      padding: 1rem;
      position: relative;
    }

    nav ul a li ul li a:hover {
      display: none;
      position: absolute;
      background-color: rgb(194, 231, 194);
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      border-radius: 0px 0px 12px 12px;
    }

    
    nav ul li ul {
      display: block;
      position: absolute;
    }

    #Sponsoren {
      background: rgb(194, 231, 194);
      padding: 2rem;
      font-size: 1.25rem;
      margin: 2rem 0;
      max-width: 100%;
      height: auto;
      width: 100%;
        } 

    Logo {
      background: rgb(194, 231, 194);
      width: auto;
      height: 50px;
      margin-right: 1rem;
      overflow: hidden
      }

      .dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(77, 110, 77);
  min-width: 160px;
  z-index: 1;
  flex-direction: column;
}

.dropdown-content a {
  color: white;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: rgb(194, 231, 194);
}

.dropdown:hover .dropdown-content {
  display: block;
}
