/* ==========================================================
   Früehligsfescht Einigen-Gwatt – Styles
   Farben aus dem Logo:
   Koralle #e65444 · Türkis #49aec1 · Orange #f79f47
   Violett #bc83f4 · Pink #fa88c3
   Sekundär: #ffcc63 · #9ed4d6 · #f98375
   ========================================================== */

:root {
  --koralle: #e65444;
  --tuerkis: #49aec1;
  --orange: #f79f47;
  --violett: #bc83f4;
  --pink: #fa88c3;
  --gelb: #ffcc63;
  --mint: #9ed4d6;
  --lachs: #f98375;
  --creme: #fffaf3;
  --dunkel: #4a3429;
  --weiss: #ffffff;
  --radius: 18px;
  --schatten: 0 6px 24px rgba(74, 52, 41, 0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', 'Segoe UI', sans-serif;
  background: var(--creme);
  color: var(--dunkel);
  line-height: 1.6;
}

h1, h2, h3, .logo-text, .btn {
  font-family: 'Baloo 2', 'Nunito', sans-serif;
}

img { max-width: 100%; display: block; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

section { padding: 70px 0; }

.section-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 8px;
}
.section-sub {
  text-align: center;
  color: #8a7263;
  max-width: 620px;
  margin: 0 auto 42px;
}

/* Bunte Unterstreichung der Titel */
.section-title span {
  background: linear-gradient(transparent 62%, var(--gelb) 62%);
  padding: 0 6px;
}

/* ---------- Navigation ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 243, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 3px solid var(--gelb);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 1080px;
  margin: 0 auto;
}
.nav-logo img { height: 44px; }
.nav-links { display: flex; gap: 4px; list-style: none; flex-wrap: wrap; }
.nav-links a {
  text-decoration: none;
  color: var(--dunkel);
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  transition: background 0.2s;
  font-size: 0.95rem;
}
.nav-links a:hover { background: var(--gelb); }
.nav-links a.nav-cta {
  background: var(--koralle);
  color: var(--weiss);
}
.nav-links a.nav-cta:hover { background: var(--lachs); }

/* Hamburger-Knopf und Leisten-CTA (nur mobil sichtbar) */
.nav-toggle {
  display: none;
  background: var(--weiss);
  border: 3px solid var(--gelb);
  border-radius: 999px;
  width: 46px;
  height: 46px;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  color: var(--dunkel);
  box-shadow: var(--schatten);
  flex-shrink: 0;
}
.nav-cta-mobil { display: none; }

/* ---------- Hero ---------- */
.hero {
  text-align: center;
  padding: 70px 20px 50px;
  position: relative;
  overflow: hidden;
}
.hero-logo { max-width: 540px; margin: 0 auto 20px; }
.hero h1 { font-size: 2.6rem; line-height: 1.15; margin-bottom: 10px; }
.hero .datum {
  display: inline-block;
  background: var(--tuerkis);
  color: var(--weiss);
  font-weight: 800;
  font-size: 1.25rem;
  padding: 10px 26px;
  border-radius: 999px;
  margin: 12px 0 6px;
  box-shadow: var(--schatten);
}
.hero .ort { color: #8a7263; font-weight: 700; margin-bottom: 26px; }

/* Countdown */
.countdown {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 26px 0 32px;
  flex-wrap: wrap;
}
.count-box {
  background: var(--weiss);
  border-radius: var(--radius);
  box-shadow: var(--schatten);
  padding: 14px 10px;
  min-width: 86px;
  border-top: 6px solid var(--koralle);
}
.count-box:nth-child(2) { border-top-color: var(--orange); }
.count-box:nth-child(3) { border-top-color: var(--tuerkis); }
.count-box:nth-child(4) { border-top-color: var(--violett); }
.count-box .zahl { font-size: 2rem; font-weight: 800; font-family: 'Baloo 2', sans-serif; }
.count-box .einheit { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: #8a7263; }

/* Schwebende Ballone */
.balloon {
  position: absolute;
  width: 46px;
  height: 58px;
  border-radius: 50% 50% 50% 50% / 44% 44% 56% 56%;
  opacity: 0.85;
  animation: floaty 7s ease-in-out infinite;
}
.balloon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 99%;
  width: 2px;
  height: 56px;
  background: rgba(74, 52, 41, 0.25);
}
.b1 { background: var(--koralle); left: 6%;  top: 16%; animation-delay: 0s; }
.b2 { background: var(--gelb);    left: 13%; top: 48%; animation-delay: 1.3s; }
.b3 { background: var(--mint);    right: 7%; top: 12%; animation-delay: 0.6s; }
.b4 { background: var(--pink);    right: 14%; top: 50%; animation-delay: 2s; }
.b5 { background: var(--violett); left: 48%; top: 6%;  animation-delay: 2.8s; display: none; }
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-18px) rotate(3deg); }
}
@media (min-width: 900px) { .b5 { display: block; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 14px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: var(--schatten);
}
.btn:hover { transform: translateY(-3px) scale(1.02); }
.btn-primary { background: var(--koralle); color: var(--weiss); }
.btn-secondary { background: var(--weiss); color: var(--dunkel); border: 3px solid var(--gelb); }
.btn-tuerkis { background: var(--tuerkis); color: var(--weiss); }
.btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

/* ---------- Karten / Programm ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px;
}
.card {
  background: var(--weiss);
  border-radius: var(--radius);
  box-shadow: var(--schatten);
  padding: 26px 20px;
  text-align: center;
  transition: transform 0.15s;
}
.card:hover { transform: translateY(-4px); }
.card .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
}
.card h3 { font-size: 1.15rem; margin-bottom: 4px; }
.card p { font-size: 0.92rem; color: #8a7263; }
.cards .card:nth-child(5n+1) .icon { background: #fde0dc; }
.cards .card:nth-child(5n+2) .icon { background: #e3f3f5; }
.cards .card:nth-child(5n+3) .icon { background: #fdecd6; }
.cards .card:nth-child(5n+4) .icon { background: #f2e6fd; }
.cards .card:nth-child(5n+5) .icon { background: #fee7f2; }

/* ---------- Info-Band ---------- */
.info-band {
  background: linear-gradient(120deg, var(--tuerkis), var(--mint));
  color: var(--weiss);
  border-radius: var(--radius);
  padding: 36px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 22px;
  box-shadow: var(--schatten);
}
.info-band h3 { font-size: 1.05rem; opacity: 0.92; }
.info-band p { font-weight: 800; font-size: 1.2rem; }

/* ---------- Preise ---------- */
.preis-wrap { max-width: 760px; margin: 0 auto; }
.preis-tabelle {
  width: 100%;
  border-collapse: collapse;
  background: var(--weiss);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--schatten);
}
.preis-tabelle th {
  background: var(--orange);
  color: var(--weiss);
  text-align: left;
  padding: 12px 16px;
  font-family: 'Baloo 2', sans-serif;
}
.preis-tabelle td { padding: 10px 16px; border-top: 1px solid #f4e8db; }
.preis-tabelle td:nth-child(2) { font-weight: 800; white-space: nowrap; }
.preis-tabelle td:nth-child(3) { color: #8a7263; font-size: 0.9rem; }
.preis-tabelle tbody tr:nth-child(even) { background: var(--creme); }
.preis-gratis {
  background: #e0f2e9;
  color: #1d7a4f;
  border-radius: 14px;
  padding: 14px 18px;
  margin-top: 16px;
  font-weight: 600;
}
.preis-fussnote { font-size: 0.85rem; color: #8a7263; margin-top: 10px; text-align: center; }
@media (max-width: 560px) {
  .preis-tabelle td:nth-child(2) { white-space: normal; }
  .preis-tabelle th, .preis-tabelle td { padding: 8px 10px; font-size: 0.92rem; }
}

/* ---------- Geschichte ---------- */
.geschichte-box {
  background: var(--weiss);
  border-radius: var(--radius);
  box-shadow: var(--schatten);
  border-left: 10px solid var(--violett);
  padding: 34px;
  max-width: 760px;
  margin: 0 auto;
}
.geschichte-box p + p { margin-top: 14px; }

/* ---------- Team ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 20px;
}
.team-card {
  background: var(--weiss);
  border-radius: var(--radius);
  box-shadow: var(--schatten);
  padding: 24px 16px;
  text-align: center;
}
.team-card .team-foto {
  width: 112px;
  height: 148px;
  object-fit: cover;
  border-radius: 14px;
  margin: 0 auto 12px;
  box-shadow: var(--schatten);
}
.team-grid .team-card:nth-child(5n+1) .team-foto { border-bottom: 5px solid var(--koralle); }
.team-grid .team-card:nth-child(5n+2) .team-foto { border-bottom: 5px solid var(--tuerkis); }
.team-grid .team-card:nth-child(5n+3) .team-foto { border-bottom: 5px solid var(--orange); }
.team-grid .team-card:nth-child(5n+4) .team-foto { border-bottom: 5px solid var(--violett); }
.team-grid .team-card:nth-child(5n+5) .team-foto { border-bottom: 5px solid var(--pink); }
.team-card .rolle { font-size: 0.88rem; color: #8a7263; }

/* ---------- Sponsoren ---------- */
.sponsoren {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.sponsor {
  background: var(--weiss);
  border-radius: 14px;
  box-shadow: var(--schatten);
  padding: 18px 30px;
  font-weight: 800;
  color: #8a7263;
  border-bottom: 5px solid var(--gelb);
}
.sponsoren .sponsor:nth-child(4n+2) { border-bottom-color: var(--mint); }
.sponsoren .sponsor:nth-child(4n+3) { border-bottom-color: var(--pink); }
.sponsoren .sponsor:nth-child(4n+4) { border-bottom-color: var(--violett); }

/* ---------- Galerie-Vorschau (Startseite) ---------- */
.galerie {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.galerie .foto {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--schatten);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.9);
}
.galerie .foto img { width: 100%; height: 100%; object-fit: cover; }
.galerie .foto:nth-child(6n+1) { background: var(--mint); }
.galerie .foto:nth-child(6n+2) { background: var(--gelb); }
.galerie .foto:nth-child(6n+3) { background: var(--lachs); }
.galerie .foto:nth-child(6n+4) { background: var(--violett); }
.galerie .foto:nth-child(6n+5) { background: var(--pink); }
.galerie .foto:nth-child(6n+6) { background: var(--tuerkis); }

/* ---------- Helfer-CTA ---------- */
.helfer-cta {
  background: linear-gradient(120deg, var(--koralle), var(--orange));
  border-radius: var(--radius);
  color: var(--weiss);
  text-align: center;
  padding: 54px 26px;
  box-shadow: var(--schatten);
}
.helfer-cta h2 { font-size: 2rem; margin-bottom: 10px; }
.helfer-cta p { max-width: 560px; margin: 0 auto 26px; }
.helfer-cta .btn { background: var(--weiss); color: var(--koralle); }

/* ---------- Footer ---------- */
footer {
  background: var(--dunkel);
  color: #e8dcd2;
  padding: 44px 0 30px;
  margin-top: 40px;
}
footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
}
footer h3 { color: var(--gelb); margin-bottom: 8px; }
footer a { color: var(--mint); text-decoration: none; }
footer .copyright {
  grid-column: 1 / -1;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 18px;
  font-size: 0.85rem;
  color: #b09c8e;
}

/* ==========================================================
   Helferseite
   ========================================================== */

.helfer-kopf { text-align: center; padding: 50px 20px 10px; }
.helfer-kopf h1 { font-size: 2.3rem; }

.demo-banner {
  background: var(--gelb);
  color: var(--dunkel);
  text-align: center;
  padding: 10px 16px;
  font-weight: 700;
  border-radius: 12px;
  margin: 18px auto;
  max-width: 760px;
}

.lade-status { text-align: center; padding: 40px; color: #8a7263; font-weight: 700; }

/* Filter-Knöpfe */
.filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}
.filter button {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 9px 20px;
  border-radius: 999px;
  border: 2px solid var(--tuerkis);
  background: var(--weiss);
  color: var(--tuerkis);
  cursor: pointer;
}
.filter button.aktiv { background: var(--tuerkis); color: var(--weiss); }

/* Bereichs-Abschnitte */
.bereich-titel {
  font-size: 1.5rem;
  margin: 36px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bereich-titel .punkt {
  width: 16px; height: 16px; border-radius: 50%; display: inline-block;
}

/* Schicht-Karten */
.schichten {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 14px;
}
.schicht {
  background: var(--weiss);
  border-radius: 14px;
  box-shadow: var(--schatten);
  padding: 16px;
  border: 3px solid transparent;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.1s;
  position: relative;
}
.schicht:hover { transform: translateY(-2px); }
.schicht.gewaehlt { border-color: var(--koralle); background: #fff3f0; }
.schicht.voll { opacity: 0.55; cursor: not-allowed; }
.schicht .aufgabe { font-weight: 800; font-family: 'Baloo 2', sans-serif; }
.schicht .zeit { color: var(--tuerkis); font-weight: 800; font-size: 1.05rem; }
.schicht .hinweis { font-size: 0.82rem; color: #8a7263; margin-top: 4px; }
.schicht .check {
  position: absolute; top: 10px; right: 12px;
  width: 26px; height: 26px; border-radius: 50%;
  border: 2px solid #ddd;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: var(--weiss); font-size: 0.9rem;
}
.schicht.gewaehlt .check { background: var(--koralle); border-color: var(--koralle); }

/* Plätze-Anzeige */
.plaetze {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 3px 12px;
  border-radius: 999px;
}
.plaetze.frei { background: #e0f2e9; color: #1d7a4f; }
.plaetze.knapp { background: #fdecd6; color: #b06a12; }
.plaetze.voll-badge { background: #fde0dc; color: var(--koralle); }

/* Auswahl-Leiste unten */
.auswahl-leiste {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--dunkel);
  color: var(--weiss);
  padding: 14px 20px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 18px;
  z-index: 60;
  flex-wrap: wrap;
}
.auswahl-leiste.sichtbar { display: flex; }

/* Anmeldeformular (Dialog) */
.dialog-hintergrund {
  position: fixed; inset: 0;
  background: rgba(74, 52, 41, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 16px;
}
.dialog-hintergrund.offen { display: flex; }
.dialog {
  background: var(--weiss);
  border-radius: var(--radius);
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  border-top: 8px solid var(--koralle);
}
.dialog h2 { margin-bottom: 4px; }
.dialog .gewaehlte-liste {
  background: var(--creme);
  border-radius: 12px;
  padding: 12px 16px;
  margin: 14px 0;
  font-size: 0.92rem;
}
.dialog label { font-weight: 700; display: block; margin: 14px 0 4px; }
.dialog input, .dialog textarea {
  width: 100%;
  padding: 11px 14px;
  border: 2px solid #e8dcd2;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
}
.dialog input:focus, .dialog textarea:focus { outline: none; border-color: var(--tuerkis); }
.dialog .dialog-knoepfe { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.fehler-text { color: var(--koralle); font-weight: 700; margin-top: 10px; }
.erfolg { text-align: center; padding: 20px 0; }
.erfolg .gross { font-size: 3rem; }

/* "Einfach einteilen lassen"-Box */
.einteilen-box {
  background: linear-gradient(120deg, var(--violett), var(--pink));
  border-radius: var(--radius);
  color: var(--weiss);
  padding: 26px 24px;
  max-width: 760px;
  margin: 18px auto 0;
  box-shadow: var(--schatten);
}
.einteilen-box h2 { font-size: 1.45rem; margin-bottom: 4px; }
.einteilen-box > p, .einteilen-box form > p { font-size: 0.95rem; }
.einteilen-box > p { margin-bottom: 14px; opacity: 0.95; }
.einteilen-felder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}
.einteilen-box input, .einteilen-box select {
  width: 100%;
  padding: 11px 12px;
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--dunkel);
  background: var(--weiss);
}
.einteilen-box #e-bemerkung { margin-bottom: 12px; }
.einteilen-box .btn { box-shadow: none; }
.einteilen-box .fehler-text {
  color: var(--weiss);
  background: rgba(0, 0, 0, 0.28);
  padding: 6px 12px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.einteilen-ok {
  background: rgba(255, 255, 255, 0.25);
  padding: 12px 16px;
  border-radius: 12px;
  margin-top: 4px;
  font-weight: 700;
}

/* ==========================================================
   Galerieseite (galerie.html)
   ========================================================== */
.galerie-gross {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 10px;
}
.g-thumb {
  border: none;
  padding: 0;
  background: var(--mint);
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: zoom-in;
  box-shadow: var(--schatten);
  transition: transform 0.12s;
}
.g-thumb:hover { transform: scale(1.03); }
.g-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(30, 20, 15, 0.93);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
.lightbox.offen { display: flex; }
.lightbox img {
  max-width: 92vw;
  max-height: 86vh;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
}
.lb-knopf {
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  font-size: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-knopf:hover { background: var(--koralle); }
.lb-zu { top: 18px; right: 18px; }
.lb-pfeil { top: 50%; transform: translateY(-50%); font-size: 2.2rem; }
.lb-links { left: 14px; }
.lb-rechts { right: 14px; }
.lb-zaehler {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.45);
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
}
@media (max-width: 560px) {
  .galerie-gross { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 6px; }
  .lb-knopf { width: 42px; height: 42px; }
}

/* ==========================================================
   Mobile Navigation (Hamburger)
   ========================================================== */
@media (max-width: 920px) {
  .nav-toggle { display: flex; align-items: center; justify-content: center; }
  .nav-inner { position: relative; padding: 8px 12px; gap: 10px; }
  .nav-logo { flex-shrink: 0; }
  .nav-logo img { height: 36px; }

  /* CTA mittig in der Leiste */
  .nav-cta-mobil {
    display: inline-block;
    margin: 0 auto;
    background: var(--koralle);
    color: var(--weiss);
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 999px;
    box-shadow: var(--schatten);
    white-space: nowrap;
  }

  /* Aufklapp-Menü als Karte im Festdesign */
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 10px;
    left: 10px;
    flex-direction: column;
    gap: 5px;
    background: var(--weiss);
    border: 3px solid var(--gelb);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(74, 52, 41, 0.22);
    padding: 12px;
  }
  .nav-links.offen { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Baloo 2', sans-serif;
    background: var(--creme);
  }
  .nav-links a:hover, .nav-links a:active { background: var(--gelb); }
  .nav-links a.nav-cta { display: none; }
}

/* ==========================================================
   Mobile-Optimierung (kompakter, ruhiger)
   ========================================================== */
@media (max-width: 640px) {
  /* Ballone bleiben, aber klein, am Rand und hinter dem Text */
  .balloon { width: 26px; height: 33px; opacity: 0.55; z-index: 0; }
  .balloon::after { height: 28px; }
  .b1 { left: 3%; top: 8px; }
  .b3 { right: 3%; top: 8px; }
  .b2, .b4, .b5 { display: none !important; }
  .hero > *:not(.balloon) { position: relative; z-index: 1; }

  .hero { padding: 34px 16px 36px; }
  .hero-logo { max-width: 300px; margin-bottom: 12px; }
  .hero h1 { font-size: 1.8rem; }
  .hero .section-sub { font-size: 0.95rem; margin-bottom: 4px; }
  .hero .datum { font-size: 1rem; padding: 8px 18px; }
  .hero .ort { margin-bottom: 18px; }
  .hero .btn { display: block; max-width: 320px; margin: 10px auto 0; }

  /* Kompakter Countdown */
  .countdown { gap: 8px; margin: 18px 0 22px; }
  .count-box { min-width: 64px; padding: 8px 6px; border-top-width: 4px; border-radius: 12px; }
  .count-box .zahl { font-size: 1.35rem; }
  .count-box .einheit { font-size: 0.62rem; }

  /* Engere Abstände überall */
  section { padding: 42px 0; }
  .section-sub { margin-bottom: 26px; font-size: 0.95rem; }
  .section-title { font-size: 1.7rem; }

  /* Programm: 2 kleine Karten pro Zeile */
  .cards { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .card { padding: 14px 8px; border-radius: 14px; }
  .card .icon { width: 44px; height: 44px; font-size: 1.3rem; margin-bottom: 8px; }
  .card h3 { font-size: 0.92rem; line-height: 1.25; }
  .card p { font-size: 0.78rem; line-height: 1.35; }

  /* Infoband & Boxen */
  .info-band { padding: 22px 20px; gap: 14px; }
  .info-band p { font-size: 1.05rem; }
  .geschichte-box { padding: 22px 18px; border-left-width: 6px; }
  .helfer-cta { padding: 34px 18px; }
  .helfer-cta h2 { font-size: 1.5rem; }

  /* Team: 2 kompakte Karten pro Zeile */
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .team-card { padding: 14px 8px; }
  .team-card .team-foto { width: 92px; height: 122px; margin-bottom: 8px; }
  .team-card h3 { font-size: 0.95rem; }
  .team-card .rolle { font-size: 0.78rem; }

  /* Sponsoren & Galerie-Vorschau */
  .sponsor { padding: 12px 20px; font-size: 0.9rem; }
  .galerie { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  /* Schichtkarten & Filter */
  .filter { gap: 6px; }
  .filter button { padding: 7px 14px; font-size: 0.85rem; }
  .schichten { grid-template-columns: 1fr 1fr; gap: 8px; }
  .schicht { padding: 11px 10px; }
  .schicht .aufgabe { font-size: 0.88rem; line-height: 1.25; }
  .schicht .zeit { font-size: 0.92rem; }
  .schicht .hinweis { font-size: 0.72rem; }
  .plaetze { font-size: 0.72rem; padding: 2px 9px; }
  .schicht .check { width: 21px; height: 21px; font-size: 0.75rem; top: 8px; right: 8px; }
  .helfer-kopf { padding: 32px 16px 6px; }
  .helfer-kopf h1 { font-size: 1.65rem; }
  .auswahl-leiste { padding: 10px 12px; gap: 10px; }
  .auswahl-leiste .btn { padding: 10px 18px; font-size: 0.95rem; }

  /* Footer */
  footer { padding: 32px 0 22px; }
}
