@charset "utf-8";
/* CSS Document */

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f6f6;
}

ul.zfc {
	margin-left: 1.1em !important;
}

ul.zfc li::before {
  content: "\2022";  
  color: #C00000; 
  font-weight: bold; 
  display: inline-block; 
  width: 3em; 
  margin-left: -3em;
  margin-right: 0;
  padding-left: 25px;
}

ul.shop li::before {
  content: "\2022";
  color: #de1e26;
  font-weight: bold;
  display: inline-block; 
  width: 3em;
  margin-left: -1em;
  padding-left: 25px;
}

.text-red {
  color: #de1e26; 
}

.link-white {
  color: #ffffff; 
}

.text-yellow {
  color: #ffcc00; 
}

.text-green {
  color: #339900; 
}

.player-number  {
	font-weight: 800;
    font-size: 4rem;
    color: #de1e26;
}
.player-name {
	font-weight: 300;
    font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}
.player-list {
    font-size: 1.5rem;
    font-weight: 500;
	padding-top: 3rem;
}

.product-section-title{
	display: block; 
	background-color: #de1e26; 
	width: 100%; 
	height: 40px; 
	color: #fff; 
	text-align: center; 
	text-transform: uppercase;
	padding: 8px; 
	font-size: 1.5rem;
}
.player {
    display: flex;
gap: 1rem;
list-style: none;
text-align: left;
padding: 0;
flex-flow: wrap;
flex: 0 0 200px;
  }
.player>li {
    flex:350px;
  }
.player h3 {
  color: #333;
}
.player h3>span {
  font-size: 1rem;
  font-weight: normal;
}
.player img {
  margin: 1rem 1rem 0 1rem;
  display: block;
  max-height: 100%;
  float: right;
}
.player-list {
	max-width: 50%;
}

.wrap { max-width: 100%; margin: 1em auto;  }


.accordion .panel {
  margin: 0 auto;
  height: 0;
  overflow:hidden;
  background-color: white;
  line-height: 1.4;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.5s;
}

.accordion input:checked~.panel {
  height: auto;
  color: #333;
  padding: 20px;
  transition: all 0.5s;
}

.accordion label {
  cursor: pointer;
  background-color: #cc0000;          /* Hellblau */
  border-bottom: 2px solid #bb0000;
  display: block;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  box-sizing: border-box;
  z-index: 100;
}

.accordion input{
  display: none!important;
}

.accordion input:checked+label {
  background-color:#cc0000;            /* Dunkelblau */
}

.accordion input:checked+label:before {
  transition: 0.5s;
}
.button-container {
      text-align: center;
      margin-top: 20px;
    }
.button-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
.button {
      display: inline-block;
      padding: 10px 20px;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      margin: 0 30px;
      margin-bottom: 10px;
	  margin-top: 10px;
    }

 /* Responsive styles */
    @media screen and (max-width: 600px) {
      .button-wrapper {
        flex-direction: column;
        align-items: center;
      }
      
      .button {
        width: 100%;
        margin: 5px 0;
      }

      .button + div {
        margin-top: 10px;
      }
	}
.podcast-folge {
            margin-bottom: 20px;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
            display: flex;
        }

.podcast-bild {
            flex-shrink: 0;
            margin-right: 20px;
            width: 250px;
            height: 250px;
        }

.podcast-info {
            flex-grow: 1;
        }

.play-button {
            width: 50px;
            height: 50px;
            background-color: #3498db;
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 24px;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
        }

        @media (min-width: 768px) {
            .podcast-bild {
                width: 250px;
                height: 250px;
            }

            .play-button {
                width: 50px;
                height: 50px;
                font-size: 32px;
                line-height: 50px;
            }
        }
.container-cc {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }
        /* Stil für jedes Cheerleader-Element */
.cheerleader {
            text-align: center;
        }
.cheerleader img {
            max-width: 100%;
            height: auto;
        }
        /* Stil für den Text */
.cheerleader p {
            font-family: Arial, sans-serif;
            font-size: 14px;
			font-weight: bold;
        }
.container-sponsoren {
            width: 100%;
            margin: auto;
            padding: 20px;
        }
        h1, h2 {
            text-align: center;
            color: #de1e26;
        }
.sponsor-category {
            margin: 40px 0;
        }
.sponsor-category h2 {
            margin-bottom: 10px;
            color: #444;
        }
.sponsor-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
 .sponsor {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin: 10px;
            padding: 10px;
            text-align: center;
			box-shadow: 0 2px 5px rgba(0,0,0,0.1);
			transition: transform 0.3s, box-shadow 0.3s;
        }
.sponsor img {
            max-width: 100%;
            height: auto;
			margin-top: 10px;
            margin-bottom: 10px;
        }
.sponsor a {
            text-decoration: none;
            color: #414141;
            font-weight: bold;
        }
.sponsor a:hover {
            text-decoration: underline;
        }
.sponsor:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
		}	
.hauptsponsor img {
            width: 300px; /* Größe der Hauptsponsor-Logos anpassen */
        }
.klein img {
            width: 200px; /* Größe der Sponsoren-Logos anpassen */
        }	
.sponsor-category + .sponsor-category {
            border-top: 2px solid #ccc;
            padding-top: 40px;
        }
.partnersponsor {
            width: 45%; /* Breite für zweispaltige Darstellung */
            margin: 0px;
            text-align: left;
        }
.partnersponsor a {
            text-decoration: none;
            color: #414141;
        }
.partnersponsor a:hover {
            text-decoration: underline;
        }		
.container-mannschaft {
            width: 100%;
            margin: auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
        }
.team-photo {
            text-align: center;
            margin-bottom: 20px;
        }
.team-photo img {
            max-width: 100%;
            height: auto;
			margin-top: 10px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
.team-photo p {
            margin-top: 10px;
            font-style: italic;
            color: #666;
        }
.transfers {
            display: flex;
            justify-content: space-around;
            margin-top: 40px;
        }
.transfers div {
            width: 45%;
        }
.transfers h2 {
            text-align: center;
            color: #de1e26;
            margin-bottom: 20px;
        }
.transfers ul {
            list-style: none;
            padding: 0;
        }
.transfers ul li {
            background-color: #f1f1f1;
            margin: 10px 0;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            transition: background-color 0.3s;
        }
.transfers ul li:hover {
            background-color: #e1e1e1;
        }
.gallery {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
.gallery img {
            width: 400px;
            cursor: pointer;
            transition: transform 0.2s;
        }
.gallery img:hover {
            transform: scale(1.1);
        }
.lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }
.lightbox img {
            max-width: 90%;
            max-height: 80%;
        }
.lightbox:target {
            display: flex;
        }
.lightbox a {
            position: absolute;
            top: 20px;
            right: 30px;
            color: white;
            font-size: 30px;
            text-decoration: none;
        }
.main_title_zfc {
	font-size: 20px;
	float: left;
	color: #000;
	font-weight: 700;
}
.main_title_zfc:after {
	border-bottom: 3px solid #cc0000;
	content: "";
	display: block;
	margin-bottom: -3px;
	padding: 1px;
}
.heading-part-zfc {
	border-bottom: 3px solid #e5e5e5;
	display: inline-block;
	width: 100%;		
}
.player-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
            gap: 20px;
        }

.player-container {
            width: 100%;
            max-width: 600px;
        }

.player-image {
            width: 100%;
            height: auto;
            display: block;
        }
    select {
        width: 400px; /* Breite des Select-Felds */
    }
	input {
        width: 100px; /* Breite des Select-Felds */
        height: 30px;  /* Höhe des Select-Felds */
		margin-left: 20px;
    }
    option {
        font-size: 14px; /* Schriftgröße der Optionen */
        padding: 5px; /* Innenabstand der Optionen */
    }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section {
      margin-bottom: 40px;
    }
	
.image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  display: block;
}

/* Overlay-Link */
.overlay-link {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.overlay-link:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.stadion-tabelle {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.stadion-tabelle th {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: left;
  padding: 12px;
  border: 1px solid #ddd;
}

.stadion-tabelle td {
  padding: 12px;
  border: 1px solid #ddd;
}

.stadion-tabelle caption {
  caption-side: top;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  color: white;
}

/* Farben pro Sektor */
.stadion-tabelle.sektor-rot caption {
  background-color: #d9534f;
}
.stadion-tabelle.sektor-gruen caption {
  background-color: #5cb85c;
}
.stadion-tabelle.sektor-gelb caption {
  background-color: #f0ad4e;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .stadion-tabelle,
  .stadion-tabelle thead,
  .stadion-tabelle tbody,
  .stadion-tabelle th,
  .stadion-tabelle td,
  .stadion-tabelle tr {
    display: block;
  }

  .stadion-tabelle thead {
    display: none;
  }

  .stadion-tabelle tr {
    margin-bottom: 1rem;
    border-bottom: 2px solid #ccc;
  }

  .stadion-tabelle td {
    padding-left: 50%;
    position: relative;
    text-align: left;
  }

  .stadion-tabelle td::before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
  }

  .stadion-tabelle tr td:nth-child(1)::before { content: "Kategorie"; }
  .stadion-tabelle tr td:nth-child(2)::before { content: "Bereich"; }
  .stadion-tabelle tr td:nth-child(3)::before { content: "Preis"; }
}
.team-section {
      display: flex;
      flex-wrap: wrap;
      border: 0px solid #de1e26;
      padding: 20px;
      margin-bottom: 40px;
      border-radius: 10px;
    }

    .team-left {
      flex: 2;
      min-width: 300px;
      margin-right: 20px;
    }

	.team-image-top img {
max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border: none;
}

    .player-names {
      margin-top: 15px;
    }

    .player-names ul {
      padding-left: 20px;
    }

    .player-names li {
      line-height: 1.6;
    }

    .team-info {
      flex: 1;
      min-width: 250px;
      background-color: #f9f9f9;
      border-left: 4px solid #de1e26;
      padding: 15px;
      border-radius: 5px;
    }

    .team-info h3 {
      color: #de1e26;
      margin-top: 0;
    }

    .trennlinie {
  border: none;
  height: 2px;
  background-color: #de1e26;
  margin: 40px 0;
	}

    .spielplan-widget {
      margin-top: 20px;
    }

    @media (max-width: 768px) {
      .team-section {
        flex-direction: column;
      }

      .team-left, .team-info {
        margin-right: 0;
      }
	  
	  .section-title {
      color: #de1e26;
      margin-top: 40px;
      margin-bottom: 10px;
    }

    .container-archiv {
      max-width: 1200px;
      margin: 2rem auto;
      padding: 0 1rem;
    }
    .season {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      margin-bottom: 2rem;
      overflow: hidden;
    }
    .season img {
      width: 100%;
      height: auto;
      display: block;
      border-bottom: 4px solid #b50000;
    }
    .season-content {
      padding: 1rem;
    }
    .season-title {
      font-size: 1.5rem;
      font-weight: bold;
      color: #b50000;
      margin-bottom: 1rem;
      text-align: center;
    }
    .links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
    }
    .links a {
      text-decoration: none;
      background: #b50000;
      color: #fff;
      padding: 0.6rem 1.2rem;
      border-radius: 8px;
      font-weight: bold;
      transition: background 0.3s;
    }
    .links a:hover {
      background: #800000;
    }

    /* --- Optimierung für kleine Displays --- */
    @media (max-width: 600px) {
      .season-title {
        font-size: 1.2rem;
      }
      .links {
        flex-direction: column;
        align-items: stretch;
      }
      .links a {
        flex: 1 1 auto;
        text-align: center;
        padding: 0.8rem;
      }
    }