body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #f9f9f9;
  color: #333;
}
*, *::before, *::after {
  box-sizing: border-box;
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.logo img {
  height: 40px;
  margin-right: 0.5rem;
}

.logo span {
  font-weight: bold;
  font-size: 1.5rem;
}

/* Menüleiste */
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  position: relative;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
  padding: 0.5rem 0.75rem;
  display: block;
}

.nav-links a:hover {
  color: red;
}

/* Dropdown-Menü */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 180px;
  padding: 0.5rem 0;
  z-index: 1100;
}

.dropdown-content li {
  list-style: none;
}

.dropdown-content li a {
  padding: 0.5rem 1rem;
  color: #333;
  transition: color 0.3s;
}

.dropdown-content li a:hover {
  color: red;
}

/* Hover (Desktop) */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Toggle-Button */
.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    top: 100%;
    right: 0;
    width: 35%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-bottom-left-radius: 15px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .dropdown-content {
    position: static;
    display: none;
    background: none;
    box-shadow: none;
    padding-left: 1rem;
  }

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

/* Cursor für Dropdown */
.dropdown-toggle {
  cursor: pointer;
}



/* Allgemeine Navigation */
.navbar {
  background-color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #eee;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.logo img {
  height: 50px;
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #fff;
    flex-direction: column;
    width: 220px;
    display: none;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 12px 12px;
    transition: all 0.3s ease;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .nav-links li a {
    color: #1d1d1f;
    font-weight: 500;
    text-decoration: none;
  }

  .nav-links li a:hover {
    color: #e63946;
  }
}
/* Burger-Menü nur auf kleinen Bildschirmen anzeigen */
.menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}

/* Hero-Bereich */
.hero-header {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:center 25%;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
  color: white;
  padding: 20px;
  max-width: 800px;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.hero-content p {
  font-size: 1.2rem;
  font-weight: 300;
}

/* Responsiv */
@media (max-width: 768px) {
  .leiter-card {
    width: 100%;
    max-width: 300px;
  }
}
.fussball-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: #0055a5;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.fussball-link:hover {
  color: #e63946;
  text-decoration: underline;
}

.hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

.vis.show {
      opacity: 1;
      transform: translateY(0);
    }






.turnangebote {
  padding: 5rem 1rem;
  
  max-width: 1300px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 0.5rem;
}

.section-header .underline {
  width: 80px;
  height: 4px;
  background-color: #e60000;
  margin: 0 auto;
  border-radius: 2px;
}

.card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  background-color: #f2f2f2;
}

.card-content {
  padding: 2rem;
}

.card-content h3 {
  font-size: 1.6rem;
  color: #e60000;
  margin-bottom: 0.8rem;
}

.card-content .time {
  font-weight: 600;
  color: #005bbb;
  margin-bottom: 0.8rem;
}

.card-content p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}

.card-content a {
  color: #005bbb;
  text-decoration: none;
  font-weight: bold;
}

.card-content .cta {
  margin-top: 1rem;
  font-weight: 600;
  color: #e60000;
}

@media (min-width: 768px) {
  .card {
    flex-direction: row;
  }

  .card img {
    width: 40%;
    max-height: 100%;
  }

  .card-content {
    width: 60%;
  }
}




.team-section {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
  text-align: center;
}



.team-container {
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-wrap: nowrap; /* Verhindert Umbruch */
  flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.team-member {
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  border-radius: 1.5rem;
  width: 30%; /* drei Karten nebeneinander */
  padding: 2rem 1.5rem 2.5rem;
  text-align: left;
  transition: transform 0.3s ease;
}

/* Responsive: Bei kleinen Bildschirmen umstellen auf einspaltig */
@media (max-width: 900px) {
  .team-container {
    flex-wrap: wrap; /* Umbruch erlauben */
    flex-direction: column;
    align-items: center;
  }
  
  .team-member {
    width: 90vw;
    margin-bottom: 2rem;
  }
}


.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(204,0,0,0.3);
}

.image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  height: 250px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: scale 0.3s ease;
}

.team-member:hover .image-wrapper img {
  transform: scale(1.05);
}

.member-info h3 {
  font-size: 1.8rem;
  color: #cc0000;
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.member-info p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.contact-btn {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  padding: 0.5rem 1.4rem;
  border-radius: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(204,0,0,0.3);
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background: #a30000;
}


.site-footer {
  background-color: black; /* Hellblau-grauer Footer-Hintergrund */
  color: white;
  padding: 60px 20px 20px;
  font-family: 'Arial', sans-serif;
}

.footer-column h3,
.footer-column h4 {
  color: #4A90E2; /* Hellblau für Überschriften */
  margin-bottom: 12px;
}

.footer-column a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #cc4c4c; /* Sanftes Rot beim Hover */
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}



.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 8px 0;
}

.footer-logo {
  width: 80px;
  margin-bottom: 12px;
}

.contact-section p,
.nav-section ul,
.legal-section ul {
  font-size: 14px;
  line-height: 1.6;
}

.social-media a img {
  width: 24px;
  margin-right: 10px;
  transition: transform 0.3s;
}

.social-media a:hover img {
  transform: scale(1.1);
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #ffffff33;
  padding-top: 20px;
  font-size: 13px;
  color: #cccccc;
}


h2 {
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .trainer-grid,
  .download-grid,
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }
}/* --- Kalender Section --- */
.calendar-section {
  max-width: 1300px;
  margin: 5rem auto;
  padding: 0 1rem;
  text-align: center;
}

.calendar-wrapper {
  overflow-x: auto;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  border-radius: 16px;
  overflow: hidden;
  table-layout: fixed;
}

.calendar-table th,
.calendar-table td {
  padding: 1.5rem 1.8rem;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  min-width: 160px;
}

.calendar-table th {
  background-color: #fafafa;
  color: #000;  /* Schwarz für die Header */
  font-weight: 700;
  font-size: 1.2rem;
  border-bottom: 2px solid #ddd; /* schwarze Linie unten */
}

.calendar-table td:first-child {
  font-weight: 700;
  font-size: 1.1rem;
  background-color: #f4f4f4;
}

.training-btn {
  background: #fff;
  border: 3px solid #cc0000;
  border-radius: 1rem;
  padding: 0.7rem 1rem;
  color: #cc0000;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.4s, color 0.4s, transform 0.3s;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(204, 0, 0, 0.2);
  white-space: normal;       /* Zeilenumbruch erlauben */
  word-wrap: break-word;
  box-sizing: border-box;
}

.training-btn:hover,
.training-btn:focus {
  background-color: #cc0000;
  color: #fff;
  outline: none;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(204, 0, 0, 0.5);
}

/* Popup */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
  padding: 2.5rem 3rem;
  box-shadow: 0 12px 36px rgba(0,0,0,0.3);
  border-radius: 1.2rem;
  max-width: 400px;
  width: 95vw;
  z-index: 2500;
  transition: all 0.3s ease;
}

.popup.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.85);
}

#popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #cc0000;
  cursor: pointer;
  user-select: none;
}

#add-calendar-btn {
  background-color: #cc0000;
  color: white;
  border: none;
  border-radius: 1.2rem;
  padding: 0.9rem 2rem;
  font-weight: 800;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 2rem;
  width: 100%;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 14px rgba(204, 0, 0, 0.4);
}

#add-calendar-btn:hover {
  background-color: #a30000;
}

/* Responsive */
@media (max-width: 900px) {
  .calendar-table th,
  .calendar-table td {
    min-width: 100px;
    padding: 1rem 1rem;
    font-size: 1rem;
  }
  .training-btn {
    font-size: 0.95rem;
    max-width: 100%;
    padding: 0.5rem 0.8rem;
  }
}

@media (max-width: 600px) {
  .calendar-table th,
  .calendar-table td {
    min-width: 80px;
    padding: 0.8rem 0.8rem;
    font-size: 0.85rem;
  }
  .training-btn {
    font-size: 0.9rem;
    max-width: 100%;
    padding: 0.4rem 0.6rem;
  }
}

/* Einheitlich hochwertige, zentral ausgerichtete Sektionstitel */
.section-title {
  color: #000; /* schwarz */
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  position: relative;
  padding-bottom: 0.5rem;
  margin: 2rem auto;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #cc0000; /* Rot */
  border-radius: 2px;
}

/* --- FAQ Section --- */
.faq-section {
  max-width: 900px;
  margin: 4rem auto;
  padding: 0 1rem;
  text-align: center; /* Damit alles in der Sektion zentriert ist */
}

.haeufige-fragen-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block; /* Wichtig, damit der Strich genau unter der Überschrift ist */
  padding-bottom: 0.4rem;
  color: #000;
  /* kein margin-left oder margin-right nötig, weil wir text-align: center im Parent haben */
}


.haeufige-fragen-title::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #cc0000; /* kleiner roter Strich unter Überschrift */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.faq {
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.faq summary {
  font-weight: 700;
  cursor: pointer;
  font-size: 1.2rem;
  outline: none;
  list-style: none;
  padding: 0.4rem 0;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::before {
  content: '+';
  display: inline-block;
  margin-right: 1rem;
  font-weight: 700;
  color: #cc0000;
  transition: transform 0.3s ease;
}

.faq[open] summary::before {
  content: '−'; /* Minuszeichen wenn geöffnet */
  transform: rotate(180deg);
}

.faq p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
