@font-face { font-family: "Switzer"; src: url("schrift/switzer-400-normal.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Switzer"; src: url("schrift/switzer-500-normal.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Switzer"; src: url("schrift/switzer-600-normal.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Switzer"; src: url("schrift/switzer-700-normal.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  --text: #11151C;
  --text-2: #4A5550;
  --text-3: #5E6A64;
  --linie: #DDE4E0;
  --grau: #F4F6F5;
  --minze: #EAF4EE;
  --gruen: #279B67;
  --gruen-text: #1E7F53;
  --gruen-hell: #9CCDB3;
  --wand: #9AAAA2;
  --nacht: #0F1A15;
  --rand: clamp(16px, 4vw, 56px);
  --breite: 1320px;
  --innen: clamp(14px, 2.6vw, 36px);
  --leiste-hoehe: 60px;
  --leiste-oben: 24px;
  --auslauf: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #FFFFFF;
  color: var(--text);
  font-family: "Switzer", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, video, svg { display: block; max-width: 100%; }
h1, h2, h3 { text-wrap: balance; font-weight: 700; letter-spacing: -0.03em; }
p { text-wrap: pretty; }
a { color: inherit; }

[id] { scroll-margin-top: calc(var(--leiste-oben) + var(--leiste-hoehe) + 16px); }
#oben { scroll-margin-top: 0; }

:focus-visible { outline: 2px solid var(--gruen-text); outline-offset: 3px; border-radius: 4px; }

.sprung {
  position: fixed; left: 16px; top: -60px; z-index: 60;
  background: var(--text); color: #fff; padding: 10px 16px; border-radius: 6px;
  text-decoration: none; font-weight: 600;
}
.sprung:focus { top: 16px; }

.unsichtbar {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* Knöpfe */

.knopf {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 20px;
  border-radius: 6px; border: 0;
  font: 600 0.9375rem/1 "Switzer", sans-serif;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color .2s ease, transform .2s var(--auslauf);
}
.knopf:active { transform: scale(.97); }
.knopf-gross { min-height: 54px; padding: 0 28px; font-size: 1.0625rem; }
.knopf-dunkel { background: var(--text); color: #fff; }
.knopf-dunkel:hover { background: #28323C; }
.knopf-hell { background: #fff; color: var(--text); }
.knopf-hell:hover { background: var(--minze); }

/* Kopfleiste: schwebt mit Abstand zum oberen Rand und läuft beim Scrollen mit */

.leiste {
  position: fixed; z-index: 40;
  top: var(--leiste-oben); left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 2 * (10px + var(--innen))));
  min-height: var(--leiste-hoehe);
  display: flex; align-items: center; gap: 16px;
  background: #fff;
  border-radius: 6px;
  padding: 8px 8px 8px 18px;
  box-shadow: 0 1px 2px rgba(17, 21, 28, .05), 0 12px 32px -18px rgba(17, 21, 28, .28);
  transition: box-shadow .3s ease;
}
.leiste.gescrollt {
  box-shadow: 0 1px 2px rgba(17, 21, 28, .08), 0 18px 40px -16px rgba(17, 21, 28, .35);
}

.marke {
  display: inline-flex; align-items: center; gap: 9px;
  text-decoration: none; font-weight: 700; font-size: 1.1875rem; letter-spacing: -0.02em;
  min-height: 44px;
}
.marke img { width: 28px; height: 28px; }

.leiste-links {
  list-style: none; margin: 0 auto; padding: 0;
  display: flex; gap: 4px;
}
.leiste-links a {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px;
  text-decoration: none; font-size: .9375rem; font-weight: 500; color: var(--text-2);
  border-radius: 6px; transition: color .2s ease, background-color .2s ease;
}
.leiste-links a:hover { color: var(--text); background: var(--grau); }

.menue-knopf {
  display: none;
  width: 44px; height: 44px; border: 0; background: transparent; border-radius: 6px; cursor: pointer;
  align-items: center; justify-content: center;
}
.menue-striche, .menue-striche::before, .menue-striche::after {
  display: block; width: 18px; height: 1.5px; background: var(--text); border-radius: 2px;
  transition: transform .25s var(--auslauf);
}
.menue-striche { position: relative; }
.menue-striche::before, .menue-striche::after { content: ""; position: absolute; left: 0; }
.menue-striche::before { top: -6px; }
.menue-striche::after { top: 6px; }
.menue-knopf[aria-expanded="true"] .menue-striche { background: transparent; }
.menue-knopf[aria-expanded="true"] .menue-striche::before { transform: translateY(6px) rotate(45deg); }
.menue-knopf[aria-expanded="true"] .menue-striche::after { transform: translateY(-6px) rotate(-45deg); }

/* Bühne: der Gastraum als Grundriss */

.buehne {
  margin: 10px;
  border-radius: 6px;
  background: linear-gradient(180deg, #CDE8D9 0%, #DFF0E6 38%, #EEF7F2 72%, #F6FAF8 100%);
  padding: calc(var(--leiste-oben) - 10px + var(--leiste-hoehe) + clamp(14px, 2vw, 22px)) var(--innen) var(--innen);
  min-height: min(980px, calc(100svh - 20px));
  display: flex;
}

.raum {
  position: relative;
  flex: 1;
  width: 100%; max-width: 1240px; margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(250px, 1fr) auto;
  gap: clamp(8px, 1.4vw, 18px);
  padding: clamp(26px, 3.4vw, 44px) clamp(26px, 4.4%, 60px) clamp(36px, 4vw, 52px);
}

.waende { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.waende path {
  fill: none; stroke: var(--wand); stroke-width: 7;
  stroke-linejoin: round; stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.raum-schild {
  position: absolute; font-size: .75rem; font-weight: 500; color: var(--text-3);
  letter-spacing: .01em; pointer-events: none;
}
.raum-eingang { bottom: 12px; left: 23.5%; transform: translateX(-50%); }

.buehne-kopf {
  position: relative; z-index: 3;
  margin: 0;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 40px;
  flex-wrap: wrap;
}
.wortmarke {
  display: block;
  font-size: clamp(4.4rem, 10.5vw, 9.6rem);
  line-height: .8;
  letter-spacing: -0.04em;
  margin-left: -0.04em;
}
.claim {
  display: block;
  text-align: right;
  font-size: clamp(1.7rem, 3.3vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  padding-bottom: .12em;
}

.buehne-fuss {
  position: relative; z-index: 3;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 28px 48px;
}

.buehne-text { max-width: 470px; }
.buehne-unterzeile {
  margin: 0 0 20px;
  font-size: clamp(1.0625rem, 1.25vw, 1.1875rem);
  line-height: 1.55;
  color: var(--text-2);
}

.buehne-zusage {
  display: flex; gap: 10px; align-items: center;
  margin: 16px 0 0;
  font-size: .9375rem; line-height: 1.5; color: var(--text-2);
}
.buehne-zusage svg {
  flex: none; width: 20px; height: 20px;
  fill: none; stroke: var(--gruen-text); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

/* Tische */

.plan { position: relative; }

.tisch {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  transform: translate(-50%, -50%);
  display: grid; place-content: center; gap: 1px;
  text-align: center;
  background: #fff;
  border: 1.5px solid var(--gruen-hell);
  border-radius: 6px;
  color: var(--text);
  transition: background-color .45s ease, border-color .45s ease, color .45s ease;
}
.tisch.vier { width: clamp(72px, 8.6vw, 118px); height: clamp(52px, 5.6vw, 76px); }
.tisch.zwei { width: clamp(56px, 6.2vw, 84px); height: clamp(52px, 5.6vw, 76px); }
.tisch.tafel { width: clamp(150px, 17vw, 236px); height: clamp(52px, 5.6vw, 76px); }
.tisch b { font-size: clamp(.6875rem, 1vw, .84rem); font-weight: 600; line-height: 1.2; }
.tisch small {
  font-size: clamp(.625rem, .82vw, .75rem); font-weight: 500; line-height: 1.2; color: var(--text-3);
  font-variant-numeric: tabular-nums; transition: color .45s ease;
}

.tisch .s {
  position: absolute; background: #D3EADD; border-radius: 3px;
  transition: background-color .45s ease;
}
.tisch .o1, .tisch .o2, .tisch .o3, .tisch .u1, .tisch .u2, .tisch .u3 { width: 24%; height: 7px; }
.tisch .o1, .tisch .o2, .tisch .o3 { top: -12px; }
.tisch .u1, .tisch .u2, .tisch .u3 { bottom: -12px; }
.tisch .o1, .tisch .u1 { left: 16%; }
.tisch .o2, .tisch .u2 { right: 16%; }
.tafel .o1, .tafel .o2, .tafel .o3, .tafel .u1, .tafel .u2, .tafel .u3 { width: 18%; }
.tafel .o1, .tafel .u1 { left: 10%; }
.tafel .o2, .tafel .u2 { left: 41%; right: auto; }
.tafel .o3, .tafel .u3 { right: 10%; }
.tisch .l, .tisch .r { width: 7px; height: 40%; top: 30%; }
.tisch .l { left: -12px; }
.tisch .r { right: -12px; }

.tisch.belegt { background: var(--gruen-text); border-color: var(--gruen-text); color: #fff; }
.tisch.belegt small { color: #fff; }
.tisch.belegt .s { background: var(--gruen-hell); }
.tisch.neu { animation: neu-gebucht 1.6s var(--auslauf); }

@keyframes neu-gebucht {
  0% { box-shadow: 0 0 0 0 rgba(39, 155, 103, .55); }
  100% { box-shadow: 0 0 0 16px rgba(39, 155, 103, 0); }
}

/* Beschriftungen an den Tischen */

.hinweis {
  position: absolute; top: calc(100% + 22px); z-index: 4;
  display: inline-flex; align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(17, 21, 28, .78);
  color: #fff;
  font-size: .8125rem; font-weight: 500; line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 8px 20px -10px rgba(17, 21, 28, .5);
  animation: auftauchen .5s var(--auslauf);
  pointer-events: none;
}
.hinweis::before {
  content: ""; position: absolute; bottom: 100%;
  width: 1px; height: 22px; background: rgba(17, 21, 28, .45);
}
.hinweis::after {
  content: ""; position: absolute; bottom: calc(100% + 18px);
  width: 7px; height: 7px; border-radius: 50%;
  background: #fff; border: 1.5px solid rgba(17, 21, 28, .6);
}
.hinweis.nach-rechts { left: calc(50% - 16px); }
.hinweis.nach-rechts::before { left: 16px; }
.hinweis.nach-rechts::after { left: 12.5px; }
.hinweis.nach-links { right: calc(50% - 16px); }
.hinweis.nach-links::before { right: 16px; }
.hinweis.nach-links::after { right: 12.5px; }
.hinweis.gruen { background: var(--gruen-text); }

@keyframes auftauchen {
  from { opacity: 0; transform: translateY(6px); }
}

/* Uhrzeit */

.uhr { text-align: right; }
.uhr-titel { margin: 0 0 10px; font-size: .8125rem; line-height: 1.5; color: var(--text-3); }
.uhr-stand { color: var(--text); font-weight: 600; font-size: .9375rem; font-variant-numeric: tabular-nums; }
.uhr-zeiten { display: flex; gap: 6px; justify-content: flex-end; }
.uhr-zeiten button {
  min-height: 44px; min-width: 64px; padding: 0 12px;
  border: 1px solid #D2DCD6; border-radius: 6px; background: #fff; color: var(--text);
  font: 600 .875rem/1 "Switzer", sans-serif; font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s var(--auslauf);
}
.uhr-zeiten button:hover { border-color: var(--text-3); }
.uhr-zeiten button:active { transform: scale(.96); }
.uhr-zeiten button[aria-pressed="true"] { background: var(--text); border-color: var(--text); color: #fff; }

/* Kästchen direkt unter der Bühne, gleiche Breite wie die Bühne */

h2 { margin: 0 0 18px; font-size: clamp(2rem, 3.4vw, 3.1rem); line-height: 1.04; }

.kaesten {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px;
  margin: 0 10px;
}
.kasten {
  display: flex; flex-direction: column;
  min-height: clamp(200px, 18vw, 250px);
  padding: clamp(22px, 2.4vw, 32px);
  border-radius: 4px; color: #fff;
}
.kasten-1 { background: #14432F; }
.kasten-2 { background: #1B5E41; }
.kasten-3 { background: #23774F; }
.kasten svg {
  width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.kasten p { margin: 0; color: rgba(255, 255, 255, .9); max-width: 34ch; line-height: 1.45; }
.kasten .kasten-zahl {
  margin: auto 0 8px; color: #fff;
  font-size: clamp(2.2rem, 3.6vw, 3.3rem); font-weight: 700; line-height: 1;
  letter-spacing: -0.035em; font-variant-numeric: tabular-nums;
}

/* Reihen: Bilder berühren sich an den Ecken, abwechselnd links und rechts */

.reihen { margin-top: clamp(56px, 7vw, 96px); }

.reihe {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}
.reihe-bild { position: relative; min-height: clamp(460px, 40vw, 620px); overflow: hidden; }
.bild-rechts .reihe-bild { order: 2; }
.reihe-foto { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.reihe-text {
  align-self: center;
  max-width: 620px;
  padding: clamp(36px, 4vw, 56px) clamp(28px, 5.5vw, 96px);
}
.bild-rechts .reihe-text { justify-self: end; }
.reihe-text p, .einrichtung p, .video-text p { color: var(--text-2); max-width: 48ch; margin: 0 0 14px; }

.handy {
  position: absolute; top: 50%; left: 50%;
  width: clamp(210px, 19vw, 280px);
  transform: translate(-50%, -50%);
  padding: 7px; background: #11151C; border-radius: 24px;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .55);
}
.handy img { border-radius: 18px; width: 100%; height: auto; }

.randnotiz {
  display: flex; align-items: center; gap: 12px;
  margin-top: 24px !important; padding-top: 18px; border-top: 1px solid var(--linie);
  font-size: .9375rem;
}
.randnotiz::before {
  content: ""; flex: none; width: 34px; height: 20px; border-radius: 999px;
  background: var(--gruen-text) radial-gradient(circle at 24px 10px, #fff 6.5px, transparent 7px);
}

.reihe-karte {
  position: absolute; left: 50%; top: 50%;
  height: 84%; width: auto;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  box-shadow: 0 34px 70px -24px rgba(0, 0, 0, .6);
}

.link-karte {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: min(430px, calc(100% - 40px));
  background: #fff; border-radius: 6px; padding: 24px;
  box-shadow: 0 34px 70px -24px rgba(0, 0, 0, .6);
}
.link-karte-titel { margin: 0 0 14px; font-weight: 600; font-size: 1.0625rem; }
.link-karte-feld {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin: 0 0 18px; padding: 6px 6px 6px 12px;
  border: 1px solid #D2DCD6; border-radius: 6px;
  font-size: .875rem; font-weight: 600;
}
.link-karte-feld span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.link-karte-knopf {
  flex: none; background: var(--gruen-text); color: #fff; border-radius: 5px;
  padding: 8px 12px; font-size: .8125rem;
}
.link-karte ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.link-karte li { display: flex; align-items: center; gap: 10px; font-size: .9375rem; color: var(--text-2); }
.link-karte svg {
  flex: none; width: 20px; height: 20px; fill: none; stroke: var(--gruen-text); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}

/* Einrichtung */

.einrichtung {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px); align-items: end;
  width: min(var(--breite), 100% - 2 * var(--rand));
  margin: 0 auto; padding: clamp(56px, 7vw, 96px) 0;
}
.einrichtung h2 { margin: 0; font-size: clamp(2.4rem, 5.4vw, 4.8rem); line-height: .98; letter-spacing: -0.038em; }
.einrichtung p { margin: 0; font-size: 1.125rem; }

/* Video */

.video {
  display: grid; grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px); align-items: center;
  background: var(--grau);
  padding: clamp(56px, 7vw, 96px) var(--rand);
}
.video-rahmen {
  border-radius: 6px; overflow: hidden; background: #000;
  box-shadow: 0 30px 60px -30px rgba(17, 21, 28, .35);
}
.video-rahmen video { width: 100%; height: auto; aspect-ratio: 16 / 9; }

/* Preis */

.preis {
  background: var(--nacht); color: #EEF3F0;
  padding: clamp(64px, 8vw, 110px) var(--rand) clamp(44px, 5vw, 64px);
}
.preis-kopf, .preis-feld, .preis-klein { width: min(var(--breite), 100%); margin-left: auto; margin-right: auto; }
.preis-kopf {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 80px); align-items: end;
}
.preis-kopf h2 { margin: 0; }
.preis-kopf p { margin: 0; color: #A9B8B0; max-width: 46ch; }

.preis-feld {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 80px);
  margin-top: clamp(36px, 4.5vw, 60px); padding-top: clamp(28px, 3.5vw, 44px);
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.preis-betrag {
  margin: 0; font-weight: 700; line-height: .88; letter-spacing: -0.04em;
  font-size: clamp(4.4rem, 11vw, 9.5rem); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.preis-einheit { margin: 14px 0 0; color: #A9B8B0; font-size: 1.0625rem; }
.preis-start { margin: 24px 0; font-size: 1.1875rem; font-weight: 600; color: #8FDDB5; }

.preis-liste { list-style: none; margin: 0; padding: 0; align-self: start; }
.preis-liste li {
  position: relative; padding: 14px 0 14px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #DCE5E0;
}
.preis-liste li:first-child { padding-top: 0; }
.preis-liste li::before {
  content: ""; position: absolute; left: 3px; top: 20px;
  width: 11px; height: 6px;
  border-left: 2px solid #8FDDB5; border-bottom: 2px solid #8FDDB5;
  transform: rotate(-45deg);
}
.preis-liste li:first-child::before { top: 6px; }
.preis-klein { margin-top: clamp(36px, 4.5vw, 56px); font-size: .8125rem; color: #8FA197; }

/* Fuß */

.fuss {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 32px;
  padding: 28px var(--rand);
  font-size: .9375rem; color: var(--text-2);
}
.fuss-marke { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--text); margin-right: auto; }
.fuss-kontakt { margin: 0; }
.fuss-kontakt a, .fuss-links a { color: var(--text); text-underline-offset: 3px; }
.fuss-links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0 20px; }
.fuss-links a { display: inline-flex; min-height: 44px; align-items: center; }

/* 404-Seite */

.fehlerseite { padding: var(--innen); min-height: calc(100svh - 20px); }
.fehlerseite .raum { display: flex; flex-direction: column; justify-content: space-between; gap: 48px; }
.fehlerseite .marke { position: relative; z-index: 2; align-self: flex-start; }
.fehler-text { position: relative; z-index: 2; max-width: 560px; margin-bottom: 24px; }
.fehler-zahl {
  margin: 0; font-weight: 700; line-height: .85; letter-spacing: -0.04em;
  font-size: clamp(5rem, 16vw, 12rem); color: var(--gruen-text); font-variant-numeric: tabular-nums;
}
.fehler-text h1 { margin: 12px 0 16px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.04; }
.fehler-text p:not(.fehler-zahl) { margin: 0 0 28px; color: var(--text-2); max-width: 44ch; }

/* Impressum und Datenschutz */

.recht-kopf {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px var(--rand); border-bottom: 1px solid var(--linie);
}
.recht-zurueck {
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: .9375rem; font-weight: 600; color: var(--text-2); text-decoration: none;
}
.recht-zurueck:hover { color: var(--text); }
.recht {
  max-width: 720px; margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) var(--rand) clamp(64px, 8vw, 110px);
}
.recht h1 { margin: 0 0 8px; font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.05; }
.recht-stand { margin: 0 0 clamp(32px, 4vw, 48px); font-size: .9375rem; color: var(--text-3); }
.recht h2 { margin: clamp(28px, 3.4vw, 40px) 0 10px; font-size: 1.1875rem; letter-spacing: -0.015em; }
.recht p, .recht li { color: var(--text-2); font-size: 1rem; }
.recht p { margin: 0 0 12px; }
.recht ul { margin: 0 0 12px; padding-left: 20px; }
.recht li { margin-bottom: 4px; }
.recht a { color: var(--gruen-text); text-underline-offset: 3px; }

/* Einblenden beim Scrollen: nur Verschiebung, Inhalt bleibt immer sichtbar */

.js .zeigen { transform: translateY(28px); transition: transform .9s var(--auslauf); transition-delay: var(--v, 0s); }
.js .zeigen.da { transform: none; }

/* Mittlere Breiten */

@media (max-width: 1100px) {
  .tisch .s { display: none; }
  .hinweis { font-size: .75rem; padding: 6px 11px; }
  .uhr-zeiten button { min-width: 54px; padding: 0 8px; }
}

/* Tablet und Handy */

@media (max-width: 900px) {
  :root { --leiste-oben: 14px; }

  .leiste-links {
    display: none;
    position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    flex-direction: column; gap: 0; padding: 8px;
    background: #fff; border-radius: 6px;
    box-shadow: 0 18px 40px -18px rgba(17, 21, 28, .35);
  }
  .leiste-links.offen { display: flex; }
  .leiste-links a { width: 100%; min-height: 48px; font-size: 1rem; color: var(--text); }
  .leiste-knopf { margin-left: auto; }
  .menue-knopf { display: inline-flex; }

  .buehne { min-height: 0; }
  .raum { grid-template-rows: auto auto auto; padding: 30px 22px 52px; gap: 0; }
  .buehne-kopf { flex-direction: column; align-items: flex-start; gap: 14px; }
  .wortmarke { font-size: clamp(4rem, 19vw, 6.5rem); }
  .claim { text-align: left; font-size: clamp(1.7rem, 7.4vw, 2.4rem); }

  .plan { height: clamp(300px, 78vw, 440px); margin: 28px -8px 8px; }
  .tisch { left: calc(var(--mx) * 1%); top: calc(var(--my) * 1%); }
  .tisch.vier { width: 27%; max-width: 118px; height: 20%; }
  .tisch.zwei { width: 20%; max-width: 84px; height: 20%; }
  .tisch.tafel { width: 46%; max-width: 236px; height: 20%; }
  .hinweis { display: none; }

  .buehne-fuss { flex-direction: column; align-items: stretch; }
  .uhr { text-align: left; order: -1; }
  .uhr-zeiten { justify-content: flex-start; }
  .uhr-zeiten button { flex: 1 1 0; min-width: 0; padding: 0 4px; }

  .kaesten { grid-template-columns: minmax(0, 1fr); }
  .kasten { min-height: 0; }
  .kasten .kasten-zahl { margin-top: 26px; }

  .reihe { grid-template-columns: minmax(0, 1fr); }
  .bild-rechts .reihe-bild { order: 0; }
  .reihe-bild { min-height: 0; aspect-ratio: 1 / 1; max-height: 600px; }
  .reihe-text, .bild-rechts .reihe-text { justify-self: stretch; max-width: none; padding: 32px var(--rand) 48px; }
  .handy { width: min(56%, 260px); }

  .einrichtung, .preis-kopf, .preis-feld { grid-template-columns: minmax(0, 1fr); }
  .einrichtung { padding: 24px 0 56px; }
  .video { grid-template-columns: minmax(0, 1fr); padding-left: 0; padding-right: 0; }
  .video-text { padding: 0 var(--rand); }
  .video-rahmen { border-radius: 0; }
}

@media (max-width: 480px) {
  .leiste-knopf { display: none; }
  .menue-knopf { margin-left: auto; }
  .buehne-text .knopf-gross { width: 100%; }
  .tisch small { display: none; }
  .preis .knopf-gross { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .zeigen { transform: none; }
}
