/* ═══════════════════════════════════════════════════════════
   SERMER OKTOBERFEST – Stylesheet
   ═══════════════════════════════════════════════════════════ */

:root {
  --clr-primary:  #0d2a4a;
  --clr-blue:     #2e7abf;
  --clr-blue-lt:  #a8d4f5;
  --clr-hero-bg:  #0d2a4a;
  --clr-bg:       #ffffff;
  --clr-bg-alt:   #f0f6fb;
  --clr-text:     #1e2a38;
  --clr-muted:    #5a6a7a;
  --clr-border:   #c8dff0;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Source Sans 3', sans-serif;
  --radius: 8px;
  --shadow: 0 4px 20px rgba(0,0,0,.12);
  --max-w:  1100px;
  --header-h: 60px;
}

/* ── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; height: 100%; overflow-x: hidden; }
body { font-family: var(--font-body); color: var(--clr-text); background: var(--clr-bg); line-height: 1.6; font-size: 16px; overflow-x: hidden; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: var(--clr-blue); text-decoration: none; }
a:hover { text-decoration: underline; }
h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.2; color: var(--clr-primary); }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem; }

/* ── HEADER ──────────────────────────────────────────────── */
.site-header {
  background: var(--clr-primary);
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  border-bottom: 3px solid var(--clr-blue);
  height: var(--header-h);
}
.header-inner {
  max-width: var(--max-w); margin: 0 auto;
  padding: 0 1.5rem; height: 100%;
  display: flex; align-items: center; gap: .75rem;
}
.logo-link  { flex: 1; display: flex; align-items: center; gap: .5rem; text-decoration: none; min-width: 0; }
.logo-pretzel { font-size: 1.6rem; }
.logo-text  { display: flex; flex-direction: column; }
.logo-main  { font-family: var(--font-display); font-size: 1.1rem; font-weight: 900; color: #fff; line-height: 1.1; }
.logo-sub   { font-size: .62rem; color: var(--clr-blue-lt); letter-spacing: .08em; text-transform: uppercase; }

main { padding-top: var(--header-h); }

/* ── NAV ─────────────────────────────────────────────────── */
.main-nav ul { display: flex; align-items: center; gap: .15rem; list-style: none; }
.main-nav a  {
  display: block; padding: .38rem .65rem;
  color: #dde8f4; font-size: .82rem; font-weight: 600;
  border-radius: var(--radius); transition: color .2s, background .2s; text-decoration: none;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { color: #fff; background: rgba(46,122,191,.25); }
.nav-cta { background: var(--clr-blue) !important; color: #fff !important; }
.nav-cta:hover { background: #1a5f9e !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: .5rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s; }

/* ── TICKET NOTICE ───────────────────────────────────────── */
.ticket-notice { background: var(--clr-blue); color: #fff; text-align: center; padding: .6rem 1.5rem; font-weight: 600; font-size: .9rem; }
.ticket-notice a { color: #fff; text-decoration: underline; }

.hero {
  background: var(--clr-hero-bg);
  height: calc(100vh - var(--header-h));
  min-height: 480px;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 80% at 80% 50%, rgba(46,122,191,.15) 0%, transparent 70%),
    repeating-linear-gradient(60deg, transparent 0, transparent 38px, rgba(46,122,191,.04) 38px, rgba(46,122,191,.04) 40px);
}
.hero-inner {
  max-width: var(--max-w); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 2rem; align-items: center;
  padding: 1.5rem;
  position: relative;
}
.hero-poster {
  display: flex; justify-content: center; align-items: center;
}
.hero-poster-img {
  display: block;
  width: auto; height: auto;
  max-height: calc(100vh - var(--header-h) - 3rem);
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 16px 48px rgba(0,0,0,.5), 0 0 0 2px rgba(46,122,191,.3);
  transition: transform .3s;
}
.hero-poster-img:hover { transform: scale(1.02); }
.hero-content {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: .4rem; text-align: left;
}
.hero-badge {
  display: inline-block; border: 2px solid rgba(46,122,191,.5);
  color: var(--clr-blue-lt); font-size: .7rem; letter-spacing: .16em;
  text-transform: uppercase; padding: .25rem .85rem; border-radius: 999px;
  font-weight: 600; align-self: flex-start;
}
.hero h1 { font-size: clamp(1.5rem, 2.8vw, 2.8rem); font-weight: 900; color: #fff; line-height: 1.05; margin: 0; }
.hero h1 em { display: block; font-size: .5em; font-style: normal; color: var(--clr-blue-lt); }
.hero-date { font-size: .95rem; color: var(--clr-blue-lt); font-weight: 700; margin: 0; }
.hero-meta  { font-size: .82rem; color: #b0c8e0; margin: 0; line-height: 1.4; }
.hero-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: .3rem; }

/* ── COUNTDOWN im Hero ───────────────────────────────────── */
.hero-countdown {
  margin-top: .5rem;
  background: rgba(46,122,191,.15);
  border: 1px solid rgba(46,122,191,.3);
  border-radius: var(--radius);
  padding: .6rem 1rem;
  display: inline-flex; flex-direction: column; gap: .35rem;
  align-self: flex-start;
}
.hero-cd-label {
  font-size: .65rem; letter-spacing: .15em; text-transform: uppercase;
  color: var(--clr-blue-lt); font-weight: 600;
}
.hero-cd-units {
  display: flex; align-items: center; gap: .3rem;
}
.hero-cd-unit {
  display: flex; flex-direction: column; align-items: center; min-width: 44px;
}
.hero-cd-num {
  font-family: var(--font-display); font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 900; color: #fff; line-height: 1;
}
.hero-cd-lbl {
  font-size: .58rem; color: #8aa8c8; text-transform: uppercase; letter-spacing: .08em; margin-top: .15rem;
}
.hero-cd-sep {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 900;
  color: rgba(46,122,191,.6); line-height: 1; margin-bottom: 1rem;
}

/* ── SECTION – vollbildfähig ─────────────────────────────── */
.section {
  min-height: calc(100vh - var(--header-h));
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(2rem, 5vh, 4rem) 1.5rem;
}
.section-alt { background: var(--clr-bg-alt); }
.section-header { text-align: center; margin-bottom: 1.75rem; }
.section-header h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); margin-bottom: .4rem; }
.section-header p  { color: var(--clr-muted); max-width: 560px; margin: 0 auto; font-size: .95rem; }
.divider { width: 48px; height: 3px; background: var(--clr-blue); margin: .5rem auto .7rem; border-radius: 2px; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn { display: inline-block; padding: .65rem 1.5rem; border-radius: var(--radius); font-weight: 700; font-size: .88rem; cursor: pointer; transition: all .2s; text-decoration: none; border: 2px solid transparent; }
.btn-primary { background: var(--clr-blue); color: #fff; border-color: var(--clr-blue); }
.btn-primary:hover { background: #1a5f9e; border-color: #1a5f9e; color: #fff; text-decoration: none; }
.btn-outline { background: transparent; color: var(--clr-blue); border-color: var(--clr-blue); }
.btn-outline:hover { background: var(--clr-blue); color: #fff; text-decoration: none; }
.btn-lg { padding: .8rem 1.9rem; font-size: .95rem; }

/* ── ABOUT TEXT ──────────────────────────────────────────── */
.about-wrap { max-width: 720px; margin: 0 auto 2rem; text-align: center; }
.about-text  { font-size: .97rem; color: var(--clr-muted); line-height: 1.8; margin-bottom: .85rem; }
.about-text strong { color: var(--clr-primary); }
.about-quote { font-family: var(--font-display); font-size: 1.5rem; font-weight: 900; color: var(--clr-primary); margin-top: 1rem; }

/* ── FOTO-GRID (Startseite) ──────────────────────────────── */
.fest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; max-width: var(--max-w); margin: 0 auto; }
.fest-img  { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .3s; }
.fest-img:hover { transform: scale(1.03); }

.btn-disabled {
  background: #6b8099 !important;
  border-color: #6b8099 !important;
  color: rgba(255,255,255,.6) !important;
  cursor: not-allowed;
  pointer-events: none;
}
.nav-cta-disabled {
  display: block; padding: .38rem .65rem;
  background: #4a6070 !important;
  color: rgba(255,255,255,.45) !important;
  border-radius: var(--radius); font-size: .82rem; font-weight: 600;
  cursor: not-allowed; white-space: nowrap; text-decoration: none;
}

/* ── VIP BUTTON ───────────────────────────────────────────── */
.btn-vip {
  background: linear-gradient(135deg, #c8a227, #a07820);
  color: #fff; border-color: #c8a227;
}
.btn-vip:hover { background: linear-gradient(135deg, #e0b82e, #c8a227); color: #fff; text-decoration: none; }
.nav-vip {
  background: linear-gradient(135deg, #c8a227, #a07820) !important;
  color: #fff !important; border-radius: var(--radius) !important;
}
.nav-vip:hover { opacity: .85; }

/* ── VIP SEITE ────────────────────────────────────────────── */
.page-hero--vip { background: linear-gradient(135deg, #0d2a4a, #1a3a0a 40%, #0d2a4a); }
.vip-hero-badge {
  display: inline-block; background: linear-gradient(135deg,#c8a227,#a07820);
  color:#fff; font-weight:700; font-size:.8rem; padding:.3rem .9rem;
  border-radius:999px; margin-bottom:.75rem; letter-spacing:.08em;
}

/* Sticky Subnav – fest unter dem Header */
.vip-subnav {
  position: fixed;
  top: var(--header-h);
  left: 0; right: 0;
  z-index: 150;
  background: #0d2a4a;
  border-bottom: 2px solid rgba(200,162,39,.4);
  display: flex;
  justify-content: center;
  gap: .15rem; padding: .3rem .5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
}
/* Nur auf VIP-Seite einblenden */
body:not(.page-vip) .vip-subnav { display: none; }

/* VIP-Seite: Inhalt unter Header + Subnav schieben */
body.page-vip main { padding-top: calc(var(--header-h) + 42px) !important; }
.vip-subnav a {
  color: rgba(255,255,255,.75); font-size: .72rem; font-weight: 600;
  padding: .28rem .55rem; border-radius: 999px;
  text-decoration: none; transition: background .2s, color .2s;
  white-space: nowrap;
}
.vip-subnav a:hover,
.vip-subnav a.active { background: rgba(200,162,39,.3); color: #f0c040; text-decoration: none; }

.vip-leistungen { background: var(--clr-bg-alt); border-radius: var(--radius); padding: 1.75rem; margin-bottom: 1.75rem; }
.vip-leistungen h3 { font-size: 1.1rem; margin-bottom: 1rem; }
.vip-sub { font-size: .85rem; color: var(--clr-muted); font-family: var(--font-body); font-weight: 400; }
.vip-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.vip-list li { font-size: .92rem; color: var(--clr-muted); padding: .3rem 0; }
.vip-list li::before { content: '✅ '; }
.vip-cta-box { text-align: center; padding: 2rem; background: var(--clr-primary); border-radius: var(--radius); }
.vip-cta-box p { color: #a8d4f5; margin-bottom: 1rem; }
.vip-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.vip-step { display: flex; gap: 1rem; align-items: flex-start; background: #fff; border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 1.25rem; }
.vip-step-num { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,#c8a227,#a07820); color: #fff; font-weight: 900; font-size: 1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vip-step h4 { font-size: .95rem; margin-bottom: .3rem; }
.vip-step p  { font-size: .85rem; color: var(--clr-muted); }
.vip-hinweise { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.vip-hinweis-card { background: #fff; border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 1.25rem; }
.vip-hinweis-card h4 { font-size: .95rem; margin-bottom: .5rem; }
.vip-hinweis-card p  { font-size: .88rem; color: var(--clr-muted); line-height: 1.65; }

/* ── VVK NOTICE ───────────────────────────────────────────── */
.vvk-notice {
  background: linear-gradient(135deg, rgba(200,162,39,.15), rgba(200,162,39,.05));
  border: 1px solid rgba(200,162,39,.4);
  border-radius: var(--radius); padding: 1rem 1.25rem;
  color: var(--clr-text); font-size: .95rem; font-weight: 500;
  text-align: center; margin-bottom: 1.75rem;
}

@media (max-width: 768px) {
  .vip-list    { grid-template-columns: 1fr; }
  .vip-steps   { grid-template-columns: 1fr; }
  .vip-hinweise { grid-template-columns: 1fr; }
}

/* ── INSTAGRAM + SHARE HEADER ────────────────────────────── */
.header-social {
  display: flex; flex-direction: row; align-items: center;
  gap: .4rem; flex-shrink: 0; flex-wrap: nowrap;
}
.header-insta,
.header-share {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 8px;
  flex-shrink: 0; transition: transform .2s, opacity .2s;
}
.header-insta {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff; text-decoration: none;
}
.header-insta:hover { transform: scale(1.1); opacity: .9; text-decoration: none; }
.header-share {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  color: #fff; cursor: pointer;
}
.header-share:hover { transform: scale(1.1); background: rgba(255,255,255,.22); }

/* ── INSTAGRAM HERO ──────────────────────────────────────── */
.hero-insta {
  display: inline-flex; align-items: center; gap: .55rem;
  margin-top: 1.1rem;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff; font-weight: 700; font-size: .88rem;
  padding: .55rem 1.3rem; border-radius: 999px;
  text-decoration: none; transition: opacity .2s, transform .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
.hero-insta:hover { opacity: .9; transform: translateY(-2px); text-decoration: none; color: #fff; }

/* ── GALERIE GRID ────────────────────────────────────────── */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  gap: .7rem; max-width: var(--max-w); margin: 0 auto;
}
.gal-item {
  position: relative; border-radius: var(--radius);
  overflow: hidden; aspect-ratio: 4/3;
  cursor: pointer; background: var(--clr-bg-alt); box-shadow: var(--shadow);
}
.gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.gal-item:hover img { transform: scale(1.07); }
.gal-item-overlay {
  position: absolute; inset: 0; background: rgba(13,42,74,.5);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s;
}
.gal-item:hover .gal-item-overlay { opacity: 1; }
.gal-placeholder { cursor: default; }
.gal-ph-inner {
  width: 100%; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: .6rem;
  color: var(--clr-border); border: 2px dashed var(--clr-border); border-radius: var(--radius);
}
.gal-ph-inner span { font-size: .78rem; color: var(--clr-muted); }

/* ── GALERIE MODAL ───────────────────────────────────────── */
.gal-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .28s ease;
}
.gal-modal.active { opacity: 1; }
.gal-modal[hidden] { display: none; }
.gal-modal-bg { position: absolute; inset: 0; background: rgba(5,14,24,.92); backdrop-filter: blur(6px); }
.gal-modal-close {
  position: absolute; top: 1.1rem; right: 1.1rem; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.gal-modal-close:hover { background: rgba(255,255,255,.25); }
.gal-modal-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.gal-modal-nav:hover { background: var(--clr-blue); }
.gal-modal-prev { left: 1.1rem; }
.gal-modal-next { right: 1.1rem; }
.gal-modal-stage {
  position: relative; z-index: 1;
  max-width: min(90vw, 1000px); max-height: 78vh;
  display: flex; align-items: center; justify-content: center;
}
.gal-modal-stage img {
  max-width: 100%; max-height: 78vh; object-fit: contain;
  border-radius: var(--radius); box-shadow: 0 24px 64px rgba(0,0,0,.6);
  opacity: 0; transition: opacity .22s ease; user-select: none;
}
.gal-modal-footer { position: relative; z-index: 1; text-align: center; margin-top: 1rem; display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.gal-modal-caption { color: rgba(255,255,255,.65); font-size: .82rem; max-width: 480px; }
.gal-modal-dots { display: flex; gap: .45rem; flex-wrap: wrap; justify-content: center; }
.gal-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); border: none; cursor: pointer; transition: background .2s, transform .2s; padding: 0; }
.gal-dot.active { background: #fff; transform: scale(1.3); }

@media (max-width: 600px) {
  .gal-modal-prev { left: .4rem; }
  .gal-modal-next { right: .4rem; }
  .gal-modal-nav  { width: 38px; height: 38px; }
}

/* ── TISCHRESERVIERUNG ───────────────────────────────────── */
.reservation-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; max-width: 800px; margin: 0 auto 2rem; }
.reservation-card {
  background: #fff; border: 2px solid var(--clr-border);
  border-radius: var(--radius); padding: 2rem 1.5rem;
  text-align: center; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 1rem;
  position: relative;
}
.reservation-card--vip { border-color: #c8a227; }
.reservation-vip-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: #c8a227; color: #fff; font-size: .72rem; font-weight: 700;
  padding: .28rem .85rem; border-radius: 999px; white-space: nowrap;
}
.reservation-icon { font-size: 2.5rem; }
.reservation-card h3 { font-size: 1.3rem; }
.reservation-card p  { color: var(--clr-muted); font-size: .92rem; line-height: 1.65; }
.reservation-info { list-style: none; text-align: left; font-size: .88rem; color: var(--clr-muted); }
.reservation-info li { padding: .25rem 0; }
.reservation-info li::before { content: '✓ '; color: var(--clr-blue); font-weight: 700; }
.reservation-card .btn { margin-top: auto; }
.reservation-note {
  max-width: 700px; margin: 0 auto;
  background: var(--clr-bg-alt); border: 1px solid var(--clr-border);
  border-radius: var(--radius); padding: 1rem 1.25rem;
  font-size: .88rem; color: var(--clr-muted); text-align: center;
}

/* ── INFO CARDS ──────────────────────────────────────────── */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.1rem; max-width: var(--max-w); margin: 0 auto; }
.info-card { background: #fff; border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 1.35rem 1.1rem; text-align: center; box-shadow: var(--shadow); transition: transform .2s; }
.info-card:hover { transform: translateY(-3px); }
.info-card-icon { font-size: 1.8rem; margin-bottom: .6rem; }
.info-card h3   { font-size: .95rem; margin-bottom: .35rem; }
.info-card p    { font-size: .85rem; color: var(--clr-muted); }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-list { max-width: 720px; margin: 0 auto; }
details { background: #fff; border: 1px solid var(--clr-border); border-radius: var(--radius); margin-bottom: .5rem; overflow: hidden; }
summary { padding: .9rem 1.1rem; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: .92rem; color: var(--clr-primary); }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 1.25rem; color: var(--clr-blue); transition: transform .3s; flex-shrink: 0; }
details[open] summary::after { transform: rotate(45deg); }
details[open] summary { border-bottom: 1px solid var(--clr-border); }
.faq-answer { padding: .85rem 1.1rem; color: var(--clr-muted); font-size: .9rem; line-height: 1.7; }

/* ── FAQ VIP HINT ─────────────────────────────────────────── */
.faq-vip-hint {
  background: linear-gradient(135deg, rgba(200,162,39,.12), rgba(200,162,39,.05));
  border: 1px solid rgba(200,162,39,.4);
  border-radius: var(--radius); padding: .9rem 1.25rem;
  font-size: .92rem; color: var(--clr-text); margin-bottom: 1rem;
}
.faq-vip-hint a { color: #a07820; font-weight: 600; }

.festordnung-box { background: var(--clr-bg-alt); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 1.75rem 1.5rem; text-align: center; max-width: 560px; margin: 2rem auto 0; box-shadow: var(--shadow); }
.festordnung-icon { font-size: 2.2rem; margin-bottom: .65rem; }
.festordnung-box h3 { margin-bottom: .5rem; }
.festordnung-box p  { color: var(--clr-muted); font-size: .88rem; margin-bottom: 1.1rem; }

/* ── VORVERKAUF ──────────────────────────────────────────── */
.vs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.1rem; max-width: var(--max-w); margin: 0 auto; }
.vs-card { background: #fff; border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 1.25rem; box-shadow: var(--shadow); }
.vs-card h3 { font-size: .97rem; margin-bottom: .4rem; }
.vs-card p, .vs-card address { font-size: .86rem; color: var(--clr-muted); font-style: normal; line-height: 1.6; }
.vvk-hinweis { font-size: .97rem; color: var(--clr-text); max-width: 640px; margin: 0 auto; font-weight: 500; }

/* ── KONTAKT ─────────────────────────────────────────────── */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; max-width: 860px; margin: 0 auto; align-items: start; }
.contact-info h3 { margin-bottom: .85rem; }
.contact-info p  { color: var(--clr-muted); margin-bottom: .5rem; font-size: .9rem; }
.contact-info strong { color: var(--clr-primary); }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: .32rem; font-size: .86rem; color: var(--clr-primary); }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: .6rem .8rem; border: 1.5px solid var(--clr-border); border-radius: var(--radius); font: inherit; font-size: .9rem; transition: border-color .2s; background: #f8fbfe; color: var(--clr-text); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--clr-blue); }
.form-group textarea { resize: vertical; min-height: 100px; }
.alert { padding: .85rem 1.1rem; border-radius: var(--radius); margin-bottom: 1rem; font-size: .9rem; }
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-error   { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

/* ── PAGE HERO ───────────────────────────────────────────── */
.page-hero { background: var(--clr-primary); padding: 2.25rem 1.5rem; text-align: center; border-bottom: 3px solid var(--clr-blue); }
.page-hero h1 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.4rem); margin-bottom: .35rem; }
.page-hero p  { color: #8aa8c8; font-size: .92rem; }

/* ── PROSE ───────────────────────────────────────────────── */
.prose { max-width: 720px; margin: 0 auto; padding: 2.5rem 1.5rem; }
.prose h2 { margin: 1.75rem 0 .6rem; font-size: 1.25rem; }
.prose h3 { margin: 1.25rem 0 .4rem; font-size: 1rem; }
.prose p, .prose li { margin-bottom: .65rem; color: var(--clr-muted); font-size: .9rem; line-height: 1.75; }
.prose ul { padding-left: 1.4rem; }
.prose a  { color: var(--clr-blue); }

/* ── FOOTER ──────────────────────────────────────────────── */
.site-footer { background: var(--clr-hero-bg); border-top: 3px solid var(--clr-blue); padding: 2rem 1.5rem; text-align: center; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.footer-brand { display: flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-size: 1.05rem; color: #fff; font-weight: 700; }

/* Instagram Footer-Button */
.footer-insta-btn {
  display: inline-flex; align-items: center; gap: .6rem;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff; font-weight: 700; font-size: .88rem;
  padding: .55rem 1.3rem; border-radius: 999px;
  text-decoration: none; transition: opacity .2s, transform .2s;
  box-shadow: 0 4px 14px rgba(0,0,0,.3);
}
.footer-insta-btn:hover { opacity: .9; transform: translateY(-2px); text-decoration: none; color: #fff; }

.footer-nav  { display: flex; gap: 1.1rem; flex-wrap: wrap; justify-content: center; }
.footer-nav a { color: #8aa8c8; font-size: .8rem; }
.footer-nav a:hover { color: #fff; text-decoration: none; }
.footer-copy { color: #4a6a8a; font-size: .76rem; }

/* ── BACK TO TOP ─────────────────────────────────────────── */
.back-to-top {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  width: 42px; height: 42px; background: var(--clr-blue); color: #fff;
  border: none; border-radius: 50%; cursor: pointer; font-size: 1.2rem;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s, transform .2s;
  z-index: 300;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover   { transform: translateY(-3px); background: #1a5f9e; }

/* ── UTILITIES ───────────────────────────────────────────── */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 1.75rem; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .hero { height: auto; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 1rem; }
  .hero-poster { padding: 1.5rem 1.5rem .5rem; }
  .hero-poster-img { height: auto; max-height: 38vh; max-width: 200px; }
  .hero-content { text-align: center; align-items: center; padding: .5rem 1.5rem 1.5rem; }
  .hero-badge { align-self: center; }
  .hero-actions { justify-content: center; }
  .hero-countdown { align-self: center; }
  .section { min-height: auto; }
}

@media (max-width: 768px) {
  :root { --header-h: 56px; }

  /* Navigation */
  .nav-toggle { display: flex; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--clr-primary); border-top: 2px solid var(--clr-blue); padding: .6rem 0;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; align-items: stretch; }
  .main-nav a  { padding: .7rem 1.25rem; border-radius: 0; font-size: .9rem; }

  /* Alle Mehrspalter → einspaltig */
  .contact-wrap        { grid-template-columns: 1fr; }
  .info-grid           { grid-template-columns: 1fr; }
  .ticket-grid         { grid-template-columns: 1fr; }
  .reservation-grid    { grid-template-columns: 1fr; }
  .vs-grid             { grid-template-columns: 1fr; }
  .fest-grid           { grid-template-columns: 1fr; }
  .gal-grid            { grid-template-columns: 1fr 1fr; }

  /* Buttons nicht abschneiden */
  .hero-actions        { flex-direction: column; align-items: center; }
  .btn-lg              { width: 100%; text-align: center; }
  .festordnung-actions { flex-direction: column; align-items: center; }

  /* Galerie Modal Pfeile */
  .gal-modal-prev { left: .4rem; }
  .gal-modal-next { right: .4rem; }
}

@media (max-width: 480px) {
  .gal-grid { grid-template-columns: 1fr; }
  .hero-cd-units { gap: .2rem; }
  .hero-cd-num { font-size: 1.3rem; }
  .hero-cd-unit { min-width: 36px; }
}
