html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

body {
  background: url("images/background.jpg") no-repeat center center fixed;
  background-size: cover;
  /* margin: 0; <- bereits oben gesetzt */
  font-family: 'Roboto', sans-serif;
  /* background-color: #FADEC1; <- optional, da vom Bild überdeckt */
  color: white;
}

header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #D53730;
  color: white;
}

header img {
  height: 60px;
  margin-right: 20px;
}

nav {
  margin: auto;
}

nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #00bcd4;
}

section:not(.sponsoren) {
  flex: 1;
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
}

.home {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  text-align: center;
  padding: 40px 20px;
}

.home-logo {
  max-width: 30vw;
  max-height: 30vw;
  /* margin-left: 60px; <- prüfen, ggf. entfernen */
  object-fit: contain;
}

.faq-item {
  margin-bottom: 10px;
  cursor: pointer;
}

..faq-answer {
  display: none;
  transition: all 0.3s ease;
}

.faq-item.open .faq-answer {
  display: block;
}

.sponsoren {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 20px;
  color: black;
  margin: 0;
}

.sponsoren-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.sponsoren h2 {
  color: black;
  font-size: 2rem;
  margin-bottom: 30px;
}

.sponsoren-gruppe h3 {
  color: black;
  font-size: 1.5rem;
  margin: 20px 0;
  text-align: center;
}

.hauptsponsoren {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.hauptsponsoren img {
  max-height: 80px;
  width: auto;
  max-width: 100%;
}

/* Slider */
.weitere-sponsoren-slider {
  width: 100%;
  overflow: hidden;
  height: 80px;
  position: relative;
  padding: 20px 0;
  margin: 0;
}

.slider-track {
  display: flex;
  gap: 15px;
  width: max-content;
  animation: scrollSlider 30s linear infinite;
  transform: translateX(0);
}

.slider-track img {
  max-height: 60px;
  width: auto;
  flex-shrink: 0;
}

@keyframes scrollSlider {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

footer {
  width: 100vw;
  background-color: #D53730;
  color: white;
  padding: 20px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 0;
  position: relative;
}

footer a {
  color: #cccccc;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #00bcd4;
}

.social-media {
  margin-top: 10px;
  margin-right: 60px;
}

.social-media a {
  margin: 0 30px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease;
}

.social-media a:hover {
  color: #00bcd4;
}

.social-media svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.anfahrt {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  color: white;
}

.anfahrt h1, .anfahrt h2 {
  color: #FFD700;
}

.anfahrt ul {
  padding-left: 20px;
}

.anfahrt a {
  color: #00bcd4;
  text-decoration: underline;
}

.ticket-preis-bild {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.band-card {
  position: relative;
  width: 300px;
  margin: 10px;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.band-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.band-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 10px;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  text-align: center;
}

.band-card:hover .band-info {
  transform: translateY(0);
}

.band-card.no-hover .band-info {
  transform: translateY(0);
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}

  .nav-links {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }

  section {
    padding: 40px 20px;
  }

  .logo {
    height: 50px;
  }
}
.timetable {
  padding: 60px 0;
  background-color: transparent;
  text-align: center;
}

.timetable h2 {
  color: white;
  font-size: 36px;
  margin-bottom: 30px;
  }

.logo-gross {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
}

.timetable-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px; /* kleiner Abstand */
  margin: 0 auto;
}

.timetable-row img {
  width: 23%;          /* So passen 4 Bilder nebeneinander */
  max-width: 280px;     /* Begrenzung, damit sie nicht riesig werden */
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px) {
  .timetable-row img {
    width: 48%;  /* Zwei nebeneinander auf kleineren Bildschirmen */
  }
}

@media (max-width: 480px) {
  .timetable-row img {
    width: 100%; /* Eins pro Zeile auf ganz kleinen Geräten */
  }
}
#kontakt {
  max-width: 500px;
  margin: 40px auto;
  color: white;
  font-family: 'Roboto', sans-serif;
}

#kontakt h2 {
  text-align: center;
  margin-bottom: 20px;
}

#kontakt form {
  display: flex;
  flex-direction: column;
}

#kontakt label {
  margin-top: 10px;
  font-weight: bold;
}

#kontakt input,
#kontakt textarea {
  padding: 8px;
  margin-top: 5px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
}

#kontakt button {
  margin-top: 20px;
  padding: 12px;
  background-color: #D53730;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#kontakt button:hover {
  background-color: #b52b26;
}
