/* Abschnitte und Seitenbausteine, dritte Fassung: flach, ohne Kästen, wechselnder Rhythmus */

/* Held: Foto über die volle Breite, Logo mittig */
.held { position: relative; min-height: min(86vh, 860px); display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 4rem 1.25rem 5rem; }
.held > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.held::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,12,11,0.35) 0%, rgba(13,12,11,0.45) 45%, rgba(13,12,11,0.92) 100%); }
.held .innen { position: relative; z-index: 1; max-width: 720px; display: flex; flex-direction: column; align-items: center; }
.held .logo { width: clamp(150px, 20vw, 220px); height: auto; margin-bottom: 1.5rem; filter: drop-shadow(0 6px 30px rgba(0,0,0,0.5)); }
.held .ort { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 1.1rem; }
.held h1 { margin-bottom: 1.1rem; }
.held p { color: var(--ink-2); font-size: clamp(1.05rem, 1.4vw, 1.2rem); max-width: 46ch; }
.held .knopfreihe { justify-content: center; margin-top: 1.8rem; }
.held .bewertung-zeile { margin-top: 1.6rem; opacity: 0.65; font-size: 0.88rem; color: var(--ink); }
.held .bewertung-zeile a { color: inherit; }
.held .held-zeiten { max-width: none; margin-top: 1.4rem; display: flex; align-items: center; gap: 1rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); opacity: 0.55; transition: opacity 0.3s; }
.held .held-zeiten:hover { opacity: 0.9; }
.held .held-zeiten a { color: inherit; }
.held .held-zeiten::before, .held .held-zeiten::after { content: ''; width: 34px; height: 1px; background: var(--linie); }
.held .usp { max-width: none; margin-top: 0.6rem; opacity: 0.55; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); display: flex; flex-wrap: wrap; justify-content: center; gap: 0.3rem 1.4rem; }

/* Helle Fläche mit dem Zitat, mittig, zwischen Events und Weinbar-Foto */
.hell { background: var(--hell-bg); color: var(--hell-ink); padding: clamp(4rem, 7vw, 6.5rem) 0; text-align: center; }
.hell .wrap { max-width: 760px; display: flex; flex-direction: column; align-items: center; }
.hell .strich { background: var(--hell-linie); margin: 0 auto 1.4rem; }
.hell .zitat { font-family: var(--schau); font-size: clamp(2rem, 3.8vw, 3.2rem); letter-spacing: 0.02em; text-transform: uppercase; color: var(--hell-ink); line-height: 1.02; max-width: 20ch; margin-bottom: 1.4rem; }
.hell p { color: var(--hell-ink-2); font-size: 1.05rem; max-width: 60ch; }
.hell p + p { margin-top: 0.9rem; }

.sterne { font-size: 0.95rem; letter-spacing: 0.1em; color: var(--ink); white-space: nowrap; }
.sterne .halb { position: relative; display: inline-block; color: rgba(255,255,255,0.3); }
.sterne .halb::after { content: '★'; position: absolute; left: 0; top: 0; width: 70%; overflow: hidden; color: var(--ink); }

/* Events: Plakat, darunter Text, keine Karte */
.events-schlitten { display: grid; grid-auto-flow: column; grid-auto-columns: min(76vw, 320px); gap: 1.4rem; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scroll-padding-inline: 1.25rem; padding: 0 1.25rem 1rem; margin: 0 -1.25rem; scrollbar-width: none; touch-action: pan-x pan-y; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
.events-schlitten::-webkit-scrollbar { display: none; }
.events-schlitten > * { scroll-snap-align: start; }
@media (min-width: 900px) {
  .events-liste { grid-auto-flow: row; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-columns: auto; overflow: visible; padding: 0; margin: 0; gap: 2.2rem; }
  /* Karten-Slider am Desktop: vier Karten sichtbar, Rest per Pfeil oder Wischen */
  .events-schlitten--karten { grid-auto-columns: calc((100% - 3 * 2rem) / 3); gap: 2rem; padding: 0; margin: 0; scroll-padding-inline: 0; scroll-snap-type: x mandatory; }
}
@media (min-width: 1100px) {
  .events-liste.events-schlitten--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .events-schlitten--karten { grid-auto-columns: calc((100% - 3 * 2rem) / 4); }
}
.kopfzeile--pfeile { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.pfeile { display: none; gap: 0.5rem; padding-bottom: 0.3rem; }
@media (min-width: 900px) { .pfeile { display: flex; } }
.pfeil { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.5); color: var(--ink); background: transparent; transition: background-color 0.3s, opacity 0.3s; }
.pfeil svg { width: 18px; height: 18px; }
.pfeil:hover { background: rgba(255,255,255,0.08); }
.pfeil[disabled] { opacity: 0.3; cursor: default; }
.schlitten-balken { display: block; }
.event { display: flex; flex-direction: column; }
.event .bild { aspect-ratio: 3 / 4; overflow: hidden; background: var(--bg-3); }
.event .bild img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.event:hover .bild img { transform: scale(1.02); }
.event .bild--typo { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 1.4rem; border: 1px solid var(--hair); }
.event .bild--typo .tag { font-family: var(--schau); font-size: 5rem; line-height: 0.9; color: var(--ink); }
.event .bild--typo .monat { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-2); margin-top: 0.6rem; }
.event .datum { margin-top: 1.1rem; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.event .uhr { display: block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); opacity: 0.8; margin-top: 0.15rem; }
.event h3 { margin-top: 0.4rem; font-size: 1.25rem; }
.event p { margin-top: 0.4rem; font-size: 0.98rem; color: var(--ink-2); }
.event .textlink { margin-top: 0.7rem; }

/* Foto-Band mit Text darauf */
.band { position: relative; min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 5rem 1.25rem; }
.band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::after { content: ''; position: absolute; inset: 0; background: rgba(13,12,11,0.58); }
.band .innen { position: relative; z-index: 1; max-width: 620px; }
.band .strich { margin: 0 auto 1.1rem; }
.band p { margin: 1rem auto 0; color: var(--ink-2); font-size: 1.08rem; }
.band .knopfreihe { justify-content: center; }

/* Gerichte-Liste */
.gerichte { list-style: none; display: grid; gap: 0; }
.gerichte li { display: grid; grid-template-columns: 1fr auto; gap: 0.3rem 1.5rem; padding: 0.9rem 0; border-top: 1px solid var(--hair); align-items: baseline; }
.gerichte li:first-child { border-top: 0; }
.gerichte .name { font-weight: 700; color: var(--ink); }
.gerichte .name sup { font-weight: 400; font-size: 0.66em; color: var(--ink-3); margin-left: 0.25rem; letter-spacing: 0.02em; }
.gerichte .preis { font-weight: 700; color: var(--akzent-text); white-space: nowrap; font-variant-numeric: tabular-nums; }
.gerichte .text { grid-column: 1 / -1; font-size: 0.95rem; color: var(--ink-2); margin-top: -0.15rem; }
.marke-v { display: inline-block; margin-left: 0.5rem; padding: 0.1rem 0.5rem; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); border: 1px solid var(--linie); vertical-align: middle; }
.karten-nav { display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; margin: 1.5rem 0 2.5rem; }
.karten-nav a { padding: 0.3rem 0; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); border-bottom: 1px solid transparent; transition: all 0.3s; }
.karten-nav a:hover { color: var(--ink); border-color: var(--ink); }
.karte-gruppe { padding-top: 3rem; }
.karte-gruppe .intro { color: var(--ink-2); margin: 0.6rem 0 1rem; }
.karte-2sp { display: grid; grid-template-columns: 1fr; gap: 0 3rem; }
@media (min-width: 900px) { .karte-2sp { grid-template-columns: 1fr 1fr; } }
.karte-fluss { column-gap: 3rem; }
@media (min-width: 900px) { .karte-fluss { columns: 2; } .karte-fluss .karte-gruppe, .karte-fluss .getraenke-gruppe { break-inside: avoid; } }
.getraenke-gruppe { margin-bottom: 2.5rem; }
.getraenke-tab { width: 100%; border-collapse: collapse; font-size: 0.98rem; }
.getraenke-tab th { text-align: right; font-weight: 700; color: var(--ink-3); font-size: 0.74rem; padding: 0.4rem 0 0.4rem 1rem; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.getraenke-tab th:first-child { padding-left: 0; }
.getraenke-tab th:first-child { text-align: left; }
.getraenke-tab td { padding: 0.55rem 0; border-top: 1px solid var(--hair); vertical-align: top; }
.getraenke-tab td + td { text-align: right; white-space: nowrap; font-weight: 700; color: var(--akzent-text); padding-left: 1rem; font-variant-numeric: tabular-nums; }

/* Foto-Mosaik */
.mosaik { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
@media (min-width: 720px) { .mosaik { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; } .mosaik .gross { grid-column: span 2; grid-row: span 2; } }
.mosaik div { overflow: hidden; aspect-ratio: 1; }
@media (min-width: 720px) { .mosaik div { aspect-ratio: auto; } }
.mosaik img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.mosaik div:hover img { transform: scale(1.03); }

/* Drei Spalten Text, ohne Kästen */
.spalten-3 { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 800px) { .spalten-3 { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
.spalten-3 > div { padding-top: 1.2rem; border-top: 1px solid var(--hair-2); }
.spalten-3 h3 { margin-bottom: 0.5rem; }
.spalten-3 p { color: var(--ink-2); font-size: 0.98rem; }
.spalten-3 .textlink { display: inline-block; margin-top: 0.8rem; }
.spalten-4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem 1rem; }
@media (min-width: 700px) { .spalten-4 { gap: 2rem; } }
@media (min-width: 1100px) { .spalten-4 { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }
.spalten-4 .foto { aspect-ratio: 3 / 4; overflow: hidden; margin-bottom: 1rem; }
.spalten-4 .foto img { width: 100%; height: 100%; object-fit: cover; }
.spalten-4 h3 { margin-bottom: 0.4rem; font-size: 1.05rem; }
.spalten-4 p { color: var(--ink-2); font-size: 0.98rem; }

/* Zeiten und Kontakt */
.zeiten { list-style: none; display: grid; gap: 0; max-width: 480px; }
.zeiten li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.8rem 0; border-top: 1px solid var(--hair); }
.zeiten li:first-child { border-top: 0; }
.zeiten span:last-child { font-weight: 700; color: var(--akzent-text); white-space: nowrap; font-variant-numeric: tabular-nums; }
.kontaktzeilen { display: grid; gap: 0.6rem; margin-top: 1.6rem; }
.kontaktzeilen a { display: inline-flex; align-items: center; gap: 0.7rem; font-weight: 700; }
.kontaktzeilen a:hover { color: var(--akzent-text); }
.kontaktzeilen svg { width: 18px; height: 18px; color: var(--ink-2); flex: none; }
.reservierung h3 { margin-bottom: 0.6rem; }
.reservierung p { color: var(--ink-2); }
#dish-halter { min-height: 420px; background: #151311; }

/* Häufige Fragen */
.fragen { display: grid; gap: 0; max-width: 820px; }
.fragen details { border-top: 1px solid var(--hair); }
.fragen details:last-child { border-bottom: 1px solid var(--hair); }
.fragen summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.05rem 0; font-weight: 700; font-size: 1.02rem; }
.fragen summary::-webkit-details-marker { display: none; }
.fragen summary::after { content: '+'; font-weight: 400; font-size: 1.3rem; color: var(--ink-2); transition: transform 0.4s var(--ease); flex: none; }
.fragen details[open] summary::after { transform: rotate(45deg); }
.fragen .a { padding: 0 0 1.2rem; color: var(--ink-2); }

/* Innenseiten-Kopf: feiner Strich, Kicker, H1, Vorspann */
.seitenkopf { padding: clamp(3rem, 6vw, 5rem) 0 clamp(1.5rem, 3vw, 2.5rem); }
.seitenkopf .vorspann { margin-top: 1.2rem; }

/* Textband: Bild, Text, Häkchen, Knöpfe */
.haken { list-style: none; display: grid; gap: 0.55rem; margin-top: 1.4rem; }
.haken li { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--ink-2); }
.haken li::before { content: ''; flex: none; width: 6px; height: 6px; margin-top: 0.7em; background: var(--ink-2); }

/* Galerie */
.galerie { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
@media (min-width: 900px) { .galerie { grid-template-columns: repeat(3, 1fr); } }

/* Instagram */
.insta-raster { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
@media (min-width: 720px) { .insta-raster { grid-template-columns: repeat(4, 1fr); } }
.insta-kachel { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--bg-3); }
.insta-kachel img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.insta-kachel:hover img { transform: scale(1.04); }
.insta-kachel .insta-text { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.2rem 0.9rem 0.8rem; font-size: 0.82rem; line-height: 1.35; color: var(--ink); background: linear-gradient(180deg, rgba(13,12,11,0), rgba(13,12,11,0.85)); opacity: 0; transition: opacity 0.5s var(--ease); }
.insta-kachel:hover .insta-text, .insta-kachel:focus-visible .insta-text { opacity: 1; }
.insta-kopf { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }

/* Rechtstexte */
.text-seite { max-width: 760px; }
.text-seite h2 { margin-top: 2.5rem; margin-bottom: 0.8rem; }
.text-seite h3 { margin-top: 1.6rem; margin-bottom: 0.4rem; }
.text-seite p, .text-seite li { color: var(--ink-2); margin-bottom: 0.8rem; }
.text-seite ul { padding-left: 1.2rem; }
.text-seite a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--linie); text-underline-offset: 3px; }

/* Fuß */
.fuss { border-top: 1px solid var(--hair); background: var(--bg-2); padding: 4rem 0 2.5rem; }
.fuss .spalten { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .fuss .spalten { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
.fuss h4 { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1rem; color: var(--ink); }
.fuss p, .fuss li { color: var(--ink-2); font-size: 0.95rem; }
.fuss ul { list-style: none; display: grid; gap: 0.45rem; }
.fuss a:hover { color: var(--ink); text-decoration: underline; }
.fuss .marke { margin-bottom: 1rem; }
.fuss .unten { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--hair); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem 1.5rem; font-size: 0.88rem; color: var(--ink-3); }
.fuss .unten a { color: var(--ink-2); }
.sozial { display: flex; gap: 1.2rem; margin-top: 1rem; }
.sozial a { display: inline-flex; color: var(--ink-2); transition: color 0.3s; }
.sozial a:hover { color: var(--ink); }
.sozial svg { width: 20px; height: 20px; }

/* Events direkt nach dem Hero */
#events { padding-top: clamp(3rem, 5vw, 4.5rem); }

/* Formulare (Felder wie bei Gut Altona, eigenes Design) */
.formular-anker { scroll-margin-top: calc(var(--kopf-h) + 24px); }
.formular { max-width: 760px; }
.formular h2 { margin-bottom: 0.6rem; }
.formular .felder { display: grid; grid-template-columns: 1fr; gap: 1.1rem 1.5rem; margin-top: 1.6rem; }
@media (min-width: 700px) { .formular .felder { grid-template-columns: 1fr 1fr; } .formular .voll { grid-column: 1 / -1; } }
.formular label { display: block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 0.45rem; }
.formular input, .formular select, .formular textarea { width: 100%; font: inherit; color: var(--ink); background: rgba(255,255,255,0.04); border: 1px solid var(--hair-2); border-radius: var(--r); padding: 0.8rem 0.9rem; transition: border-color 0.3s, background-color 0.3s; }
.formular input::placeholder, .formular textarea::placeholder { color: var(--ink-3); }
.formular input:focus, .formular select:focus, .formular textarea:focus { outline: none; border-color: var(--ink); background: rgba(255,255,255,0.07); }
.formular select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23cfc7ba' stroke-width='1.6' d='M3 6l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.9rem center; background-size: 14px; padding-right: 2.4rem; }
.formular select option { background: var(--bg-3); color: var(--ink); }
.formular textarea { resize: vertical; min-height: 96px; }
.formular .honig { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.formular .haekchen { display: flex; gap: 0.8rem; align-items: flex-start; margin-top: 1.4rem; font-size: 0.92rem; color: var(--ink-2); text-transform: none; letter-spacing: 0; font-weight: 400; }
.formular .haekchen input { width: 18px; height: 18px; flex: none; margin-top: 0.2rem; accent-color: var(--ink); }
.formular .knopfreihe { margin-top: 1.4rem; }
.formular .klein { margin-top: 1rem; }
.formular .meldung { margin-top: 1rem; padding: 0.9rem 1rem; border: 1px solid var(--hair-2); color: var(--ink); }
.formular .meldung.fehler { border-color: #c98a8a; color: #f0c4c4; }
.formular .meldung.ok { border-color: rgba(255,255,255,0.6); }
.formular[data-status="gesendet"] .felder, .formular[data-status="gesendet"] .haekchen, .formular[data-status="gesendet"] .knopfreihe, .formular[data-status="gesendet"] .klein { display: none; }
.formular .knopf[disabled] { opacity: 0.6; cursor: wait; }
.formular input:user-invalid, .formular select:user-invalid { border-color: #c98a8a; }

/* Gerichtsfoto in der Speisekarte */
.karte-bild { margin: 0 0 1.4rem; aspect-ratio: 3 / 4; overflow: hidden; max-width: 300px; }
.karte-bild img { width: 100%; height: 100%; object-fit: cover; }

/* Hochformat-Fotos nicht über die volle Spaltenbreite */
.rahmen--3x4 { max-width: 420px; }
.rahmen--1x1 { max-width: 460px; }
@media (min-width: 900px) { .gitter-2 > .rahmen--3x4, .gitter-2 > .rahmen--1x1 { justify-self: center; width: 100%; } }

/* Nach dem Seitenkopf enger anschließen */
.seitenkopf + .abschnitt--eng, .seitenkopf + .abschnitt { padding-top: 0.5rem; }
.seitenkopf + section .gitter-2 { align-items: start; }

/* Handy: Hero-Stichworte ausblenden, Abstände enger */
@media (max-width: 899px) {
  .held .usp { display: none; }
  .held { min-height: auto; padding: 3rem 1.25rem 3.5rem; }
  .held .logo { width: 150px; }
  .abschnitt { padding: 3.2rem 0; }
  .band { min-height: auto; padding: 4rem 1.25rem; }
  .kopfzeile { margin-bottom: 1.6rem; }
}

@media (max-width: 899px) {
  .held .held-zeiten { font-size: 0.72rem; letter-spacing: 0.12em; white-space: nowrap; }
  .held .held-zeiten::before, .held .held-zeiten::after { display: none; }
}

/* Handy: Events wie bei Gut Altona */
.schlitten-balken { height: 2px; background: rgba(255,255,255,0.12); margin-top: 2.2rem; margin-bottom: 1rem; }
.schlitten-balken span { display: block; height: 100%; width: 25%; background: rgba(255,255,255,0.7); transition: width 0.2s; }
@media (max-width: 899px) {
  .schlitten-balken { display: block; }
  /* Karten-Slider: Plakat mit Datum, Titel und Knopf darüber */
  .events-schlitten--karten { grid-auto-columns: 280px; gap: 0.9rem; align-items: start; padding-bottom: 0; overflow-y: hidden; overscroll-behavior-y: none; }
  .events-schlitten--karten .event { overflow: hidden; }
  .events-schlitten--karten .event { position: relative; background: var(--bg-3); }
  .events-schlitten--karten .event .bild { aspect-ratio: 3 / 4; position: relative; }
  .events-schlitten--karten .event .bild::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(13,12,11,0) 28%, rgba(13,12,11,0.55) 50%, rgba(13,12,11,0.9) 70%, rgba(13,12,11,0.98) 100%); pointer-events: none; }
  .events-schlitten--karten .event .datum, .events-schlitten--karten .event h3, .events-schlitten--karten .event .textlink { z-index: 2; }
  .events-schlitten--karten .event > a:first-child { position: relative; display: block; }
  .events-schlitten--karten .event .datum, .events-schlitten--karten .event .uhr, .events-schlitten--karten .event h3, .events-schlitten--karten .event .textlink { position: absolute; left: 1.1rem; right: 1.1rem; z-index: 1; margin: 0; }
  .events-schlitten--karten .event .datum { bottom: 6.6rem; color: var(--ink); opacity: 0.9; }
  .events-schlitten--karten .event .uhr { display: none; }
  .events-schlitten--karten .event h3 { bottom: 4.6rem; font-size: 1.35rem; }
  .events-schlitten--karten .event p { display: none; }
  .events-schlitten--karten .event .textlink { bottom: 1.1rem; right: auto; padding: 0.7rem 1.4rem; border: 1px solid rgba(255,255,255,0.7); text-decoration: none; font-size: 0.74rem; }
  /* Übersicht: untereinander, volle Breite */
  .events-liste { display: grid; grid-auto-flow: row; grid-template-columns: 1fr; grid-auto-columns: auto; gap: 2.2rem; overflow: visible; padding: 0; margin: 0; }
  .events-liste .event p { display: none; }
  .events-liste .event h3 { font-size: 1.5rem; margin-top: 0.8rem; order: 1; }
  .events-liste .event .datum { order: 2; margin-top: 0.3rem; }
  .events-liste .event .uhr { order: 3; }
  .events-liste .event .textlink { order: 4; }
}

/* Handy: lange Werte dürfen umbrechen */
@media (max-width: 899px) {
  .zeiten li { flex-wrap: wrap; }
  .zeiten span:last-child { white-space: normal; text-align: right; flex: 1 1 auto; }
  .getraenke-tab th { white-space: normal; }
  .getraenke-tab td + td { white-space: normal; }
  .gerichte .preis { white-space: normal; }
}

/* Im Slider nur einblenden, nicht verschieben, sonst entsteht kurz senkrechter Spielraum */
.events-schlitten .zeig { transform: none; }

/* Fakten-Block auf Eventseiten: deutlich abgesetzt */
.fakten { margin-top: 1.8rem; padding: 1.4rem 1.5rem 1.5rem; background: var(--bg-3); border-left: 2px solid rgba(255,255,255,0.6); }
.fakten .kicker { margin-bottom: 0.9rem; }
.fakten dl { margin: 0; display: grid; gap: 0; }
.fakten dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 0.3rem 1.2rem; padding: 0.75rem 0; border-top: 1px solid var(--hair-2); }
.fakten dl > div:first-child { border-top: 0; padding-top: 0; }
.fakten dt { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); padding-top: 0.25rem; }
.fakten dd { margin: 0; font-weight: 400; color: var(--ink); font-size: 1.05rem; line-height: 1.5; }
@media (max-width: 899px) { .fakten dl > div { grid-template-columns: 1fr; gap: 0.15rem; } }

.fakten .preis-titel { display: block; font-weight: 700; margin-top: 0.55rem; }
.fakten .preis-titel:first-child { margin-top: 0; }
.fakten .preis-zeile { display: block; color: var(--ink-2); }

/* Gutschein: Betragswahl */
.betraege { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.betrag-wahl { position: relative; }
.betrag-wahl input { position: absolute; opacity: 0; width: 0; height: 0; }
.betrag-wahl span { display: inline-block; padding: 0.75rem 1.3rem; border: 1px solid var(--hair-2); font-weight: 700; letter-spacing: 0.06em; color: var(--ink); cursor: pointer; transition: background-color 0.3s, border-color 0.3s; }
.betrag-wahl input:checked + span { background: var(--ink); color: #0d0c0b; border-color: var(--ink); }
.betrag-wahl input:focus-visible + span { outline: 1px solid var(--ink); outline-offset: 3px; }
.betrag-eingabe { margin-top: 0.9rem; }
.formular .haekchen + .haekchen { margin-top: 0.8rem; }

/* WhatsApp-Fenster am Desktop: Nummer zum Abtippen und QR-Code zum Scannen (Vorgabe 10.09.2026) */
.wa-dialog { position: fixed; inset: 0; z-index: 45; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.wa-dialog[hidden] { display: none; }
.wa-hinter { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.72); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.wa-fenster { position: relative; width: 100%; max-width: 600px; padding: 2.2rem 2.4rem 2.4rem; background: var(--bg-2); border: 1px solid var(--hair-2); border-radius: var(--r-pill); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); }
.wa-fenster h2 { margin-top: 0.4rem; }
.wa-fenster .grau { margin-top: 0.8rem; max-width: 46ch; }
.wa-zu { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink-2); border-radius: var(--r-pill); }
.wa-zu:hover { color: var(--ink); background: var(--akzent-tint); }
.wa-zu svg { width: 15px; height: 15px; }
.wa-inhalt { display: flex; gap: 2rem; align-items: center; margin-top: 1.6rem; }
.wa-inhalt img { flex: none; width: 168px; height: 168px; border: 8px solid #f4f0e9; border-radius: var(--r-pill); background: #f4f0e9; }
.wa-nummer { font-weight: 700; font-size: 1.9rem; letter-spacing: 0.08em; line-height: 1.1; }
.wa-inhalt .klein { margin-top: 0.4rem; }
.wa-inhalt .knopfreihe { margin-top: 1.2rem; align-items: center; }
.wa-kopieren[data-fertig] { background: var(--akzent); color: #0d0c0b; }
@media (max-width: 560px) { .wa-fenster { padding: 1.8rem 1.4rem; } .wa-inhalt { flex-direction: column; align-items: flex-start; } }
