/* ===== 01-basis.css ===== */
/* ============================================================
   Schnitzel-Hütte Ellhofen — Basis
   Schriften liegen LOKAL unter /fonts/ (kein Google-Fonts-Abruf
   → keine externen Verbindungen, kein Cookie-Banner nötig).
   ============================================================ */

@font-face {
  font-family: Amatic;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/amatic_400.woff2") format("woff2");
}

@font-face {
  font-family: Amatic;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/amatic_700.woff2") format("woff2");
}

@font-face {
  font-family: Bellota;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/bellota_400.woff2") format("woff2");
}

@font-face {
  font-family: Bellota;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/bellota_700.woff2") format("woff2");
}

:root {
  --sh-holz-tief: #1d1108;
  --sh-holz-dunkel: #33200f;
  --sh-holz: #5a3720;
  --sh-holz-hell: #8a5a31;
  --sh-pergament: #fbf2df;
  --sh-pergament-2: #f2e2c4;
  --sh-creme: #fffbf2;
  --sh-gold: #f2c24c;
  --sh-gold-tief: #c98f1e;
  /* Gold als SCHRIFT auf hellem Grund: #c98f1e kommt auf Pergament nur auf
     Kontrast 2,5 und ist damit unlesbar. Diese dunklere Variante schafft 5,2. */
  --sh-gold-schrift: #8a5c14;
  --sh-gruen: #6e9e3e;
  --sh-rot: #b8402f;
  --sh-schrift: #3b2413;
  --sh-schrift-hell: #6d543f;

  /* Höhe des festen Kopfes — EINE Quelle für Abstandhalter, Sprungziele
     und die klebende Speisekarten-Leiste. Wird der Kopf umgebaut, hier
     nachmessen, sonst rutschen Überschriften dahinter. */
  --sh-kopf-hoehe: 123px;
  --sh-werkzeug-hoehe: 137px;

  --sh-breite: 1180px;
  --sh-rund: 18px;
  --sh-schatten: 0 18px 44px rgba(29, 17, 8, 0.16);
  --sh-schatten-tief: 0 26px 60px rgba(29, 17, 8, 0.32);
}

/* ---------- Holz ----------
   Bretter + Maserung komplett aus CSS: kein Stock-Foto, keine
   Bildnachweis-Pflicht, gestochen scharf auf jedem Display. */
.sh-holz {
  background-color: #4a2c17;
  background-image:
    repeating-linear-gradient(
      92deg,
      rgba(255, 255, 255, 0.028) 0 2px,
      rgba(0, 0, 0, 0) 2px 6px,
      rgba(0, 0, 0, 0.05) 6px 8px,
      rgba(0, 0, 0, 0) 8px 17px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0 82px,
      rgba(0, 0, 0, 0.42) 82px 85px,
      rgba(255, 255, 255, 0.055) 85px 87px
    ),
    linear-gradient(175deg, #603b21 0%, #4a2c17 45%, #3a2211 100%);
}

.sh-holz-tief {
  background-color: #241508;
  background-image:
    repeating-linear-gradient(
      88deg,
      rgba(255, 255, 255, 0.022) 0 2px,
      rgba(0, 0, 0, 0) 2px 7px,
      rgba(0, 0, 0, 0.06) 7px 9px,
      rgba(0, 0, 0, 0) 9px 19px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0 68px,
      rgba(0, 0, 0, 0.55) 68px 71px,
      rgba(255, 255, 255, 0.04) 71px 73px
    ),
    linear-gradient(180deg, #33200f 0%, #1d1108 100%);
}

/* Pergament / helles Kiefernholz für Inhaltsflächen */
.sh-pergament-flaeche {
  background-color: var(--sh-pergament);
  background-image:
    repeating-linear-gradient(
      91deg,
      rgba(160, 110, 60, 0.05) 0 1px,
      rgba(0, 0, 0, 0) 1px 5px,
      rgba(160, 110, 60, 0.035) 5px 6px,
      rgba(0, 0, 0, 0) 6px 14px
    ),
    linear-gradient(180deg, #fdf6e8 0%, #f4e6cc 100%);
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--sh-kopf-hoehe) + 14px);
}

body {
  margin: 0;
  background: var(--sh-holz-tief);
  color: var(--sh-schrift);
  font-family: Bellota, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
label:focus-visible {
  outline: 3px solid var(--sh-gold);
  outline-offset: 3px;
}

/* ---------- Grundbausteine ---------- */
.sh-container {
  width: min(var(--sh-breite), calc(100% - 40px));
  margin: 0 auto;
}

.sh-container-schmal {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.sh-section {
  position: relative;
  padding: 96px 0;
}

.sh-section-eng {
  padding: 64px 0;
}

/* Amatic ist eine sehr schmale Schreibschrift: line-height nie unter
   1.1, sonst schneidet die Reveal-Animation Oberlängen ab. */
.sh-titel-xl,
.sh-titel-lg,
.sh-titel-md {
  margin: 0;
  font-family: Amatic, Bellota, cursive;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  padding-bottom: 0.06em;
}

.sh-titel-xl {
  font-size: clamp(3.1rem, 8.5vw, 5.6rem);
}

.sh-titel-lg {
  font-size: clamp(2.5rem, 5.4vw, 3.9rem);
}

.sh-titel-md {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
}

.sh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--sh-gold-schrift);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sh-eyebrow::before,
.sh-eyebrow::after {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.55;
}

.sh-eyebrow-links::after {
  display: none;
}

.sh-text {
  margin: 0 0 18px;
  color: var(--sh-schrift-hell);
}

.sh-text-gross {
  margin: 0 0 22px;
  font-size: 1.1rem;
  color: var(--sh-schrift-hell);
}

/* Auf dunklem Holz */
.sh-auf-holz {
  color: var(--sh-pergament);
}

.sh-auf-holz .sh-text,
.sh-auf-holz .sh-text-gross {
  color: rgba(251, 242, 223, 0.84);
}

.sh-auf-holz .sh-eyebrow {
  color: var(--sh-gold);
}

/* ---------- Knöpfe ---------- */
.sh-knoepfe {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.sh-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
}

.sh-knopf-gold {
  background: linear-gradient(180deg, #f7cd63, var(--sh-gold-tief));
  color: #2c1a08;
  box-shadow: 0 14px 30px rgba(201, 143, 30, 0.34);
}

.sh-knopf-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(201, 143, 30, 0.42);
}

.sh-knopf-holz {
  background: var(--sh-holz);
  color: var(--sh-pergament);
  box-shadow: 0 14px 30px rgba(29, 17, 8, 0.26);
}

.sh-knopf-holz:hover {
  transform: translateY(-2px);
  background: var(--sh-holz-hell);
}

.sh-knopf-rand {
  border: 2px solid rgba(251, 242, 223, 0.42);
  background: rgba(251, 242, 223, 0.06);
  color: var(--sh-pergament);
}

.sh-knopf-rand:hover {
  transform: translateY(-2px);
  border-color: var(--sh-gold);
  background: rgba(242, 194, 76, 0.14);
  color: var(--sh-gold);
}

.sh-knopf-rand-dunkel {
  border: 2px solid rgba(59, 36, 19, 0.28);
  background: transparent;
  color: var(--sh-schrift);
}

.sh-knopf-rand-dunkel:hover {
  transform: translateY(-2px);
  border-color: var(--sh-gold-tief);
  background: rgba(242, 194, 76, 0.16);
}

.sh-knopf-klein {
  min-height: 44px;
  padding: 11px 20px;
  font-size: 0.94rem;
}

/* ---------- Hängeschild aus Holz ---------- */
.sh-schild {
  position: relative;
  display: inline-block;
  padding: 20px 42px 24px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  box-shadow: var(--sh-schatten), inset 0 2px 0 rgba(255, 255, 255, 0.1);
  transform-origin: top center;
  animation: sh-schaukeln 6s ease-in-out infinite;
}

.sh-schild::before,
.sh-schild::after {
  content: "";
  position: absolute;
  top: -26px;
  width: 3px;
  height: 26px;
  background: linear-gradient(180deg, rgba(242, 194, 76, 0.15), rgba(242, 194, 76, 0.75));
}

.sh-schild::before {
  left: 26px;
  transform: rotate(9deg);
}

.sh-schild::after {
  right: 26px;
  transform: rotate(-9deg);
}

@keyframes sh-schaukeln {
  0%, 100% { transform: rotate(-0.9deg); }
  50% { transform: rotate(0.9deg); }
}

/* ---------- Lichterkette ---------- */
.sh-lichterkette {
  position: relative;
  height: 26px;
  overflow: hidden;
  pointer-events: none;
}

.sh-lichterkette::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 20px;
  border-bottom: 2px solid rgba(242, 194, 76, 0.3);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.sh-lichterkette span {
  position: absolute;
  top: 13px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sh-gold);
  box-shadow: 0 0 10px 3px rgba(242, 194, 76, 0.6);
  animation: sh-glimmen 3.2s ease-in-out infinite;
}

@keyframes sh-glimmen {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.42; transform: scale(0.86); }
}

/* ---------- Einblenden beim Scrollen ---------- */
[data-sh-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--sh-verzoegerung, 0ms);
}

[data-sh-reveal].sh-sichtbar {
  opacity: 1;
  transform: none;
}

/* Ohne JavaScript trotzdem alles sichtbar */
.sh-kein-js [data-sh-reveal] {
  opacity: 1;
  transform: none;
}

/* ---------- Kleinkram ---------- */
.sh-nur-lesbar {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.sh-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2147483001;
  padding: 12px 18px;
  border-radius: 0 0 14px 0;
  background: var(--sh-gold);
  color: #2c1a08;
  font-weight: 700;
  text-decoration: none;
}

.sh-skip:focus {
  left: 0;
}

.sh-code {
  margin-left: 3px;
  color: var(--sh-gold-schrift);
  font-size: 0.74em;
  vertical-align: super;
  white-space: nowrap;
}

.sh-auf-holz .sh-code {
  color: var(--sh-gold);
}

@media screen and (max-width: 940px) {
  :root {
    --sh-kopf-hoehe: 111px;
  }
}

@media screen and (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .sh-section {
    padding: 68px 0;
  }

  .sh-section-eng {
    padding: 48px 0;
  }

  .sh-knopf {
    width: 100%;
  }

  .sh-knoepfe {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-sh-reveal] {
    opacity: 1;
    transform: none;
  }
}


/* ===== 02-kopf.css ===== */
/* ============================================================
   Kopfbereich — fest oben, mobiles Menü ohne JavaScript
   Kein backdrop-filter: in Kombination mit einer Overlay-Ebene
   rutscht der Kopf in Safari sonst unter den Inhalt.
   ============================================================ */

.sh-kopf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483000;
  width: 100%;
  box-shadow: 0 12px 34px rgba(20, 11, 4, 0.42);
}

.sh-kopf * {
  box-sizing: border-box;
}

/* Streifen ganz oben: Öffnungszeiten + Telefon */
.sh-kopf-streifen {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(242, 194, 76, 0.16);
  background: rgba(15, 8, 3, 0.72);
  color: rgba(251, 242, 223, 0.9);
  font-size: 0.84rem;
}

.sh-kopf-streifen-innen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--sh-breite), calc(100% - 40px));
  min-height: 38px;
  margin: 0 auto;
}

.sh-kopf-streifen strong {
  color: var(--sh-gold);
}

.sh-kopf-streifen a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.sh-kopf-streifen a:hover {
  color: var(--sh-gold);
}

.sh-kopf-streifen-sozial {
  display: inline-flex;
  gap: 12px;
}

.sh-kopf-innen {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(var(--sh-breite), calc(100% - 40px));
  min-height: 84px;
  margin: 0 auto;
}

.sh-kopf-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  justify-self: start;
  text-decoration: none;
}

.sh-kopf-logo img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.5));
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sh-kopf-logo:hover img {
  transform: rotate(-6deg) scale(1.05);
}

.sh-kopf-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.sh-kopf-logo-text b {
  font-family: Amatic, cursive;
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--sh-pergament);
  padding-bottom: 0.04em;
}

.sh-kopf-logo-text span {
  color: var(--sh-gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sh-kopf-mitte {
  display: flex;
  justify-content: center;
}

.sh-kopf-nav {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(242, 194, 76, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
}

.sh-kopf-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(251, 242, 223, 0.88);
  font-size: 0.97rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.sh-kopf-nav a:hover {
  background: rgba(242, 194, 76, 0.16);
  color: var(--sh-gold);
  transform: translateY(-1px);
}

.sh-kopf-nav a[aria-current="page"] {
  background: var(--sh-gold);
  color: #2c1a08;
}

.sh-kopf-aktionen {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}

.sh-kopf-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7cd63, var(--sh-gold-tief));
  color: #2c1a08;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(201, 143, 30, 0.32);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.sh-kopf-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(201, 143, 30, 0.42);
}

/* Lichterkette unter dem Kopf */
.sh-kopf-lichter {
  position: relative;
  z-index: 1;
  height: 16px;
  margin-bottom: -16px;
  overflow: hidden;
  pointer-events: none;
}

.sh-kopf-lichter i {
  position: absolute;
  top: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sh-gold);
  box-shadow: 0 0 9px 3px rgba(242, 194, 76, 0.55);
  animation: sh-glimmen 3.4s ease-in-out infinite;
}

/* Burger */
.sh-kopf-schalter {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sh-kopf-burger {
  display: none;
  width: 48px;
  height: 48px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(242, 194, 76, 0.32);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.sh-kopf-burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--sh-pergament);
  transition: transform 240ms ease, opacity 200ms ease;
}

.sh-kopf-schalter:checked ~ .sh-kopf-innen .sh-kopf-burger {
  border-color: var(--sh-gold);
  background: rgba(242, 194, 76, 0.18);
}

.sh-kopf-schalter:checked ~ .sh-kopf-innen .sh-kopf-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.sh-kopf-schalter:checked ~ .sh-kopf-innen .sh-kopf-burger span:nth-child(2) {
  opacity: 0;
}

.sh-kopf-schalter:checked ~ .sh-kopf-innen .sh-kopf-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.sh-kopf-schalter:focus-visible ~ .sh-kopf-innen .sh-kopf-burger {
  outline: 3px solid var(--sh-gold);
  outline-offset: 3px;
}

.sh-kopf-mobil {
  display: none;
}

.sh-kopf-abstand {
  height: var(--sh-kopf-hoehe);
  width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .sh-kopf-nav a {
    padding: 10px 12px;
    font-size: 0.92rem;
  }

  .sh-kopf-cta {
    padding: 12px 17px;
  }
}

@media screen and (max-width: 940px) {
  .sh-kopf-innen {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    gap: 14px;
  }

  .sh-kopf-mitte,
  .sh-kopf-cta {
    display: none;
  }

  .sh-kopf-burger {
    display: flex;
  }

  .sh-kopf-logo img {
    width: 52px;
    height: 52px;
  }

  .sh-kopf-logo-text b {
    font-size: 1.6rem;
  }

  /* Bewusst display:none → block statt des 0fr/1fr-Grid-Tricks:
     der klappt in älteren Safari-Versionen nicht auf und das Menü
     bliebe dort leer. Die Bewegung macht die Animation unten. */
  .sh-kopf-mobil {
    position: relative;
    z-index: 2;
    display: none;
    width: min(var(--sh-breite), calc(100% - 40px));
    margin: 0 auto;
  }

  .sh-kopf-schalter:checked ~ .sh-kopf-mobil {
    display: block;
  }

  .sh-kopf-mobil-innen {
    display: grid;
    gap: 9px;
    padding: 4px 0 18px;
    /* auf kurzen Displays scrollt das Menü, statt unten abzuschneiden */
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    animation: sh-aufklappen 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  @keyframes sh-aufklappen {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: none; }
  }

  .sh-kopf-mobil a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 13px 18px;
    border: 1px solid rgba(242, 194, 76, 0.18);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.3);
    color: var(--sh-pergament);
    font-size: 1.02rem;
    font-weight: 700;
    text-decoration: none;
  }

  .sh-kopf-mobil a[aria-current="page"] {
    border-color: var(--sh-gold);
    color: var(--sh-gold);
  }

  .sh-kopf-mobil a.sh-kopf-mobil-cta {
    justify-content: center;
    border-color: transparent;
    background: linear-gradient(180deg, #f7cd63, var(--sh-gold-tief));
    color: #2c1a08;
  }
}

@media screen and (max-width: 620px) {
  .sh-kopf-streifen-versteckbar {
    display: none;
  }

  .sh-kopf-streifen-innen {
    justify-content: center;
  }

  .sh-kopf-innen,
  .sh-kopf-mobil,
  .sh-kopf-streifen-innen {
    width: min(100% - 28px, var(--sh-breite));
  }
}


/* ===== 03-fuss.css ===== */
/* ============================================================
   Fußbereich + feste Aktionsleiste am unteren Rand (Handy)
   ============================================================ */

.sh-fuss {
  position: relative;
  color: var(--sh-pergament);
}

.sh-fuss::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--sh-gold), transparent);
  opacity: 0.5;
}

.sh-fuss-haupt {
  padding: 76px 0 0;
}

.sh-fuss-gitter {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1fr;
  gap: 44px;
}

.sh-fuss-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  text-decoration: none;
}

.sh-fuss-logo img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.sh-fuss-logo b {
  display: block;
  font-family: Amatic, cursive;
  font-size: 2rem;
  color: var(--sh-pergament);
  line-height: 1.05;
  padding-bottom: 0.04em;
}

.sh-fuss-logo span {
  color: var(--sh-gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sh-fuss-text {
  margin: 0 0 20px;
  color: rgba(251, 242, 223, 0.72);
  font-size: 0.97rem;
}

.sh-fuss-titel {
  margin: 0 0 16px;
  font-family: Amatic, cursive;
  font-size: 1.72rem;
  font-weight: 700;
  color: var(--sh-gold);
  line-height: 1.1;
  padding-bottom: 0.04em;
}

.sh-fuss-liste {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.sh-fuss-liste a,
.sh-fuss-zeile a {
  color: rgba(251, 242, 223, 0.82);
  text-decoration: none;
  transition: color 180ms ease;
}

.sh-fuss-liste a:hover,
.sh-fuss-zeile a:hover {
  color: var(--sh-gold);
}

.sh-fuss-zeile {
  margin: 0 0 11px;
  color: rgba(251, 242, 223, 0.82);
  font-size: 0.97rem;
}

.sh-fuss-zeile strong {
  display: block;
  color: var(--sh-pergament);
}

.sh-fuss-sozial {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.sh-fuss-sozial a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(242, 194, 76, 0.3);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--sh-gold);
  transition: transform 200ms ease, background-color 200ms ease;
}

.sh-fuss-sozial a:hover {
  transform: translateY(-3px);
  background: rgba(242, 194, 76, 0.18);
}

.sh-fuss-sozial svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.sh-fuss-unten {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 56px;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(242, 194, 76, 0.16);
  font-size: 0.9rem;
  color: rgba(251, 242, 223, 0.6);
}

.sh-fuss-recht {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.sh-fuss-recht a,
.sh-fuss-credit {
  color: rgba(251, 242, 223, 0.72);
  text-decoration: none;
}

.sh-fuss-recht a:hover,
.sh-fuss-credit:hover {
  color: var(--sh-gold);
}

/* ---------- Feste Aktionsleiste (nur Handy) ---------- */
.sh-mobilleiste {
  display: none;
}

@media screen and (max-width: 940px) {
  .sh-fuss-gitter {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
}

@media screen and (max-width: 640px) {
  .sh-fuss-gitter {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sh-fuss-haupt {
    padding-top: 56px;
  }

  .sh-fuss-unten {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 38px;
    padding-bottom: 22px;
  }

  /* Platz für die feste Leiste schaffen. Gemessen sind 79 px inklusive
     Safe-Area — mit 74 px lagen Impressum und Datenschutz darunter. */
  .sh-fuss {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .sh-mobilleiste {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147482999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(242, 194, 76, 0.28);
    background: rgba(20, 11, 4, 0.96);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.4);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .sh-mobilleiste a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 62px;
    padding: 8px 6px;
    color: var(--sh-pergament);
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none;
  }

  .sh-mobilleiste a + a {
    border-left: 1px solid rgba(242, 194, 76, 0.16);
  }

  .sh-mobilleiste a.sh-mobilleiste-haupt {
    background: linear-gradient(180deg, #f7cd63, var(--sh-gold-tief));
    color: #2c1a08;
  }

  .sh-mobilleiste svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
}


/* ===== 10-start.css ===== */
/* ============================================================
   Startseite
   ============================================================ */

/* ---------- Kopfbild ---------- */
.sh-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(88vh, 820px);
  padding: 70px 0 90px;
  overflow: hidden;
  isolation: isolate;
}

.sh-hero-bild {
  position: absolute;
  inset: -3%;
  z-index: -2;
  background-image: var(--sh-hero-bild);
  background-size: cover;
  background-position: center 58%;
  animation: sh-zoomen 26s ease-in-out infinite alternate;
}

@keyframes sh-zoomen {
  from { transform: scale(1); }
  to { transform: scale(1.09); }
}

.sh-hero-schleier {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 90% at 50% 12%, rgba(20, 11, 4, 0.28), rgba(20, 11, 4, 0.78) 78%),
    linear-gradient(180deg, rgba(20, 11, 4, 0.72) 0%, rgba(20, 11, 4, 0.34) 34%, rgba(20, 11, 4, 0.9) 100%);
}

.sh-hero-innen {
  position: relative;
  text-align: center;
}

.sh-hero-schild {
  margin-bottom: 28px;
}

.sh-hero-schild img {
  display: block;
  width: clamp(120px, 22vw, 168px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.55));
  animation: sh-schaukeln 7s ease-in-out infinite;
  transform-origin: top center;
}

.sh-hero h1 {
  color: var(--sh-creme);
  text-shadow: 0 6px 26px rgba(0, 0, 0, 0.55);
}

.sh-hero-unterzeile {
  display: block;
  margin-top: 4px;
  color: var(--sh-gold);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
}

.sh-hero-text {
  width: min(720px, 100%);
  margin: 20px auto 0;
  color: rgba(255, 251, 242, 0.9);
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

.sh-hero .sh-knoepfe {
  justify-content: center;
  margin-top: 34px;
}

.sh-hero-fakten {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.sh-hero-fakt {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid rgba(242, 194, 76, 0.36);
  border-radius: 999px;
  background: rgba(20, 11, 4, 0.5);
  color: rgba(255, 251, 242, 0.94);
  font-size: 0.92rem;
  font-weight: 700;
}

.sh-hero-fakt b {
  color: var(--sh-gold);
}

.sh-hero-pfeil {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 1;
  width: 26px;
  height: 42px;
  margin-left: -13px;
  border: 2px solid rgba(242, 194, 76, 0.5);
  border-radius: 999px;
}

.sh-hero-pfeil::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  border-radius: 2px;
  background: var(--sh-gold);
  animation: sh-tropfen 1.9s ease-in-out infinite;
}

@keyframes sh-tropfen {
  0% { transform: translateY(0); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: translateY(15px); opacity: 0; }
}

/* ---------- Zahlenband ---------- */
.sh-zahlen {
  position: relative;
  z-index: 2;
  padding: 0;
}

.sh-zahlen-gitter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: -44px;
  border: 2px solid rgba(242, 194, 76, 0.28);
  border-radius: var(--sh-rund);
  overflow: hidden;
  box-shadow: var(--sh-schatten-tief);
}

.sh-zahl {
  padding: 30px 18px;
  text-align: center;
  background: rgba(20, 11, 4, 0.9);
}

.sh-zahl b {
  display: block;
  font-family: Amatic, cursive;
  font-size: clamp(2.4rem, 4.4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--sh-gold);
  padding-bottom: 0.04em;
}

.sh-zahl span {
  display: block;
  margin-top: 2px;
  color: rgba(251, 242, 223, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* ---------- Zweispalter mit Bild ---------- */
.sh-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 62px;
}

.sh-split-gedreht .sh-split-bild {
  order: 2;
}

.sh-split-bild {
  position: relative;
}

.sh-split-bild img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--sh-rund);
  box-shadow: var(--sh-schatten);
}

.sh-split-bild::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(251, 242, 223, 0.28);
  border-radius: 10px;
  pointer-events: none;
}

.sh-split-stapel {
  position: relative;
  padding-bottom: 74px;
  padding-right: 62px;
}

.sh-split-stapel-klein {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  border: 6px solid var(--sh-pergament);
  border-radius: var(--sh-rund);
  box-shadow: var(--sh-schatten-tief);
}

.sh-split-stapel-klein::after {
  display: none;
}

/* ---------- Gerichte-Karten ---------- */
.sh-gerichte {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 44px;
}

/* Pergament-Karten setzen ihre Schriftfarbe IMMER selbst. Sonst erben sie in
   einem .sh-auf-holz-Abschnitt das helle Creme — creme auf creme, unlesbar. */
.sh-gericht {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--sh-rund);
  background: var(--sh-pergament);
  color: var(--sh-schrift);
  box-shadow: var(--sh-schatten);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
}

.sh-gericht:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-schatten-tief);
}

.sh-gericht-bild {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.sh-gericht-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sh-gericht:hover .sh-gericht-bild img {
  transform: scale(1.07);
}

.sh-gericht-preis {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(20, 11, 4, 0.88);
  color: var(--sh-gold);
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.sh-gericht-inhalt {
  flex: 1;
  padding: 22px 24px 26px;
}

.sh-gericht-inhalt h3 {
  margin: 0 0 8px;
  font-family: Amatic, cursive;
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1.12;
  padding-bottom: 0.04em;
}

.sh-gericht-inhalt p {
  margin: 0;
  color: var(--sh-schrift-hell);
  font-size: 0.97rem;
}

/* ---------- Bildband über die volle Breite ---------- */
.sh-band {
  position: relative;
  padding: 128px 0;
  overflow: hidden;
  isolation: isolate;
}

.sh-band-bild {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--sh-band-bild);
  background-size: cover;
  background-position: center;
}

.sh-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 11, 4, 0.82), rgba(20, 11, 4, 0.62) 50%, rgba(20, 11, 4, 0.88));
}

.sh-band-innen {
  width: min(760px, 100%);
  text-align: center;
  margin: 0 auto;
}

/* ---------- Vorteils-Karten ---------- */
.sh-vorteile {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.sh-vorteil {
  padding: 30px 26px 32px;
  border: 1px solid rgba(242, 194, 76, 0.24);
  border-radius: var(--sh-rund);
  background: rgba(0, 0, 0, 0.24);
  transition: transform 300ms ease, border-color 300ms ease, background-color 300ms ease;
}

.sh-vorteil:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 194, 76, 0.55);
  background: rgba(0, 0, 0, 0.36);
}

.sh-vorteil-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(242, 194, 76, 0.14);
  color: var(--sh-gold);
}

.sh-vorteil-symbol svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.sh-vorteil h3 {
  margin: 0 0 8px;
  font-family: Amatic, cursive;
  font-size: 1.68rem;
  font-weight: 700;
  color: var(--sh-pergament);
  line-height: 1.12;
  padding-bottom: 0.04em;
}

.sh-vorteil p {
  margin: 0;
  color: rgba(251, 242, 223, 0.78);
  font-size: 0.97rem;
}

/* ---------- Bewertung ---------- */
.sh-bewertung {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 34px 38px;
  border: 2px solid rgba(242, 194, 76, 0.3);
  border-radius: var(--sh-rund);
  background: rgba(0, 0, 0, 0.26);
  text-align: center;
}

.sh-bewertung-note {
  font-family: Amatic, cursive;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--sh-gold);
  padding-bottom: 0.04em;
}

.sh-sterne {
  display: inline-flex;
  gap: 3px;
  color: var(--sh-gold);
}

.sh-sterne svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* ---------- Reservierungs-Aufruf ---------- */
.sh-aufruf {
  position: relative;
  padding: 56px 48px 60px;
  border: 2px solid rgba(242, 194, 76, 0.3);
  border-radius: var(--sh-rund);
  text-align: center;
  box-shadow: var(--sh-schatten-tief);
}

.sh-aufruf .sh-knoepfe {
  justify-content: center;
}

.sh-aufruf-wege {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
  text-align: left;
}

.sh-weg {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(242, 194, 76, 0.22);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.26);
  color: var(--sh-pergament);
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease;
}

.sh-weg:hover {
  transform: translateY(-3px);
  border-color: var(--sh-gold);
}

.sh-weg svg {
  flex: none;
  width: 26px;
  height: 26px;
  fill: var(--sh-gold);
}

.sh-weg b {
  display: block;
  font-size: 1.02rem;
}

.sh-weg span {
  color: rgba(251, 242, 223, 0.72);
  font-size: 0.88rem;
}

/* ---------- Öffnungszeiten-Karte ---------- */
.sh-zeiten {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.sh-zeit {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.26);
  border-left: 4px solid var(--sh-gold);
}

.sh-zeit b {
  color: var(--sh-pergament);
  font-size: 1.05rem;
}

.sh-zeit span {
  color: var(--sh-gold);
  font-family: Amatic, cursive;
  font-size: 1.9rem;
  font-weight: 700;
  white-space: nowrap;
  padding-bottom: 0.04em;
}

@media screen and (max-width: 980px) {
  .sh-gerichte,
  .sh-vorteile {
    grid-template-columns: repeat(2, 1fr);
  }

  .sh-split {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .sh-split-gedreht .sh-split-bild {
    order: 0;
  }

  .sh-split-stapel {
    padding-right: 40px;
    padding-bottom: 58px;
  }

  .sh-zahlen-gitter {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -34px;
  }

  .sh-aufruf-wege {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 680px) {
  .sh-hero {
    min-height: auto;
    padding: 52px 0 76px;
  }

  .sh-hero-pfeil {
    display: none;
  }

  .sh-gerichte,
  .sh-vorteile,
  .sh-zeiten {
    grid-template-columns: 1fr;
  }

  .sh-band {
    padding: 84px 0;
  }

  .sh-aufruf {
    padding: 40px 22px 44px;
  }

  .sh-bewertung {
    padding: 28px 22px;
    gap: 18px;
  }

  .sh-split-stapel {
    padding-right: 26px;
    padding-bottom: 44px;
  }
}


/* ===== 11-speisekarte.css ===== */
/* ============================================================
   Speisekarte
   ============================================================ */

.sh-seitenkopf {
  position: relative;
  padding: 74px 0 78px;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}

.sh-seitenkopf-bild {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--sh-kopf-bild);
  background-size: cover;
  background-position: center 55%;
}

.sh-seitenkopf::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 11, 4, 0.84), rgba(20, 11, 4, 0.66) 55%, rgba(20, 11, 4, 0.92));
}

.sh-seitenkopf h1 {
  color: var(--sh-creme);
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.5);
}

.sh-seitenkopf p {
  width: min(660px, 100%);
  margin: 16px auto 0;
  color: rgba(255, 251, 242, 0.88);
}

/* ---------- Werkzeugleiste: Suche + Kategorien ---------- */
.sh-karte-werkzeug {
  position: sticky;
  top: var(--sh-kopf-hoehe);
  z-index: 40;
  padding: 14px 0;
  border-bottom: 1px solid rgba(242, 194, 76, 0.2);
  background: rgba(20, 11, 4, 0.96);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.sh-karte-suche {
  position: relative;
  margin-bottom: 12px;
}

.sh-karte-suche input {
  width: 100%;
  min-height: 50px;
  padding: 12px 18px 12px 48px;
  border: 1px solid rgba(242, 194, 76, 0.3);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  color: var(--sh-pergament);
  font-family: inherit;
  font-size: 1rem;
}

.sh-karte-suche input::placeholder {
  color: rgba(251, 242, 223, 0.5);
}

.sh-karte-suche svg {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  fill: var(--sh-gold);
  pointer-events: none;
}

.sh-karte-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.sh-karte-chips a {
  flex: none;
  padding: 9px 17px;
  border: 1px solid rgba(242, 194, 76, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(251, 242, 223, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}

.sh-karte-chips a:hover,
.sh-karte-chips a.sh-aktiv {
  border-color: var(--sh-gold);
  background: var(--sh-gold);
  color: #2c1a08;
}

/* ---------- Gruppen ---------- */
.sh-karte-liste {
  padding: 54px 0 20px;
}

.sh-gruppe {
  margin-bottom: 34px;
  overflow: hidden;
  border-radius: var(--sh-rund);
  box-shadow: var(--sh-schatten-tief);
  scroll-margin-top: calc(var(--sh-kopf-hoehe) + var(--sh-werkzeug-hoehe) + 12px);
}

.sh-gruppe-kopf {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 30px;
  border-bottom: 3px solid rgba(242, 194, 76, 0.35);
}

.sh-gruppe-kopf img {
  width: 72px;
  height: 72px;
  flex: none;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.sh-gruppe-kopf h2 {
  margin: 0;
  font-family: Amatic, cursive;
  font-size: clamp(2.1rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--sh-gold);
  padding-bottom: 0.04em;
}

.sh-gruppe-kopf p {
  margin: 2px 0 0;
  color: rgba(251, 242, 223, 0.74);
  font-size: 0.94rem;
}

.sh-gruppe-inhalt {
  padding: 12px 30px 26px;
}

.sh-zeile {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(90, 55, 32, 0.22);
}

.sh-zeile:last-child {
  border-bottom: 0;
}

.sh-zeile-name {
  font-weight: 700;
  color: var(--sh-schrift);
}

.sh-zeile-zusatz {
  display: block;
  margin-top: 2px;
  color: var(--sh-schrift-hell);
  font-size: 0.93rem;
  font-weight: 400;
}

.sh-zeile-preise {
  display: grid;
  gap: 10px;
  justify-items: end;
  font-weight: 700;
  color: var(--sh-holz);
  white-space: nowrap;
}

.sh-zeile-preise-2 {
  grid-template-columns: repeat(2, 74px);
}

.sh-zeile-preise-1 {
  grid-template-columns: 74px;
}

.sh-groessen {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 16px 0 6px;
}

.sh-groessen-spalten {
  display: grid;
  gap: 10px;
  justify-items: end;
  color: var(--sh-gold-schrift);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-unterkopf {
  margin: 22px 0 2px;
  font-family: Amatic, cursive;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--sh-holz);
  padding-bottom: 0.04em;
}

.sh-unterkopf-neu {
  color: var(--sh-rot);
}

.sh-hinweis {
  margin: 8px 0 4px;
  padding: 13px 18px;
  border-left: 4px solid var(--sh-gold);
  border-radius: 0 10px 10px 0;
  background: rgba(242, 194, 76, 0.16);
  color: var(--sh-schrift);
  font-size: 0.96rem;
}

.sh-karte-leer {
  display: none;
  padding: 40px 0;
  color: rgba(251, 242, 223, 0.8);
  text-align: center;
}

.sh-karte-leer.sh-an {
  display: block;
}

.sh-gruppe[hidden] {
  display: none;
}

/* ---------- Legende ---------- */
.sh-legende {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  padding: 34px 38px;
  border: 1px solid rgba(242, 194, 76, 0.26);
  border-radius: var(--sh-rund);
  background: rgba(0, 0, 0, 0.26);
}

.sh-legende h2 {
  margin: 0 0 14px;
  font-family: Amatic, cursive;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--sh-gold);
  padding-bottom: 0.04em;
}

.sh-legende ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  color: rgba(251, 242, 223, 0.82);
  font-size: 0.94rem;
}

.sh-legende b {
  display: inline-block;
  min-width: 30px;
  color: var(--sh-gold);
}

@media screen and (max-width: 680px) {
  .sh-gruppe-kopf {
    padding: 18px 20px;
    gap: 14px;
  }

  .sh-gruppe-kopf img {
    width: 56px;
    height: 56px;
  }

  .sh-gruppe-inhalt {
    padding: 10px 20px 22px;
  }

  .sh-zeile-preise-2 {
    grid-template-columns: repeat(2, 62px);
    gap: 6px;
  }

  .sh-groessen-spalten {
    font-size: 0.74rem;
    gap: 6px;
  }

  .sh-legende {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 22px;
  }
}


/* ===== 12-huette.css ===== */
/* ============================================================
   Hütte & Biergarten
   ============================================================ */

.sh-zeitstrahl {
  position: relative;
  margin-top: 44px;
  padding-left: 34px;
}

.sh-zeitstrahl::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--sh-gold), rgba(242, 194, 76, 0.12));
}

.sh-zeitpunkt {
  position: relative;
  padding-bottom: 30px;
}

.sh-zeitpunkt:last-child {
  padding-bottom: 0;
}

.sh-zeitpunkt::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 7px;
  width: 17px;
  height: 17px;
  border: 3px solid var(--sh-holz-tief);
  border-radius: 50%;
  background: var(--sh-gold);
  box-shadow: 0 0 0 3px rgba(242, 194, 76, 0.25);
}

.sh-zeitpunkt h3 {
  margin: 0 0 4px;
  font-family: Amatic, cursive;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.12;
  color: var(--sh-pergament);
  padding-bottom: 0.04em;
}

.sh-zeitpunkt p {
  margin: 0;
  color: rgba(251, 242, 223, 0.78);
}

/* Ausstattungs-Kacheln */
.sh-merkmale {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.sh-merkmal {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 24px;
  border-radius: 14px;
  background: var(--sh-pergament);
  color: var(--sh-schrift);
  box-shadow: var(--sh-schatten);
}

.sh-merkmal svg {
  flex: none;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  fill: var(--sh-gold-schrift);
}

.sh-merkmal b {
  display: block;
  margin-bottom: 3px;
  font-size: 1.04rem;
}

.sh-merkmal span {
  color: var(--sh-schrift-hell);
  font-size: 0.94rem;
}

/* Jahreszeiten-Karten */
.sh-jahreszeiten {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 44px;
}

.sh-jahreszeit {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--sh-rund);
  box-shadow: var(--sh-schatten-tief);
  isolation: isolate;
}

.sh-jahreszeit img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sh-jahreszeit:hover img {
  transform: scale(1.06);
}

.sh-jahreszeit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 11, 4, 0.1) 30%, rgba(20, 11, 4, 0.9));
}

.sh-jahreszeit-inhalt {
  padding: 30px 32px 34px;
  color: var(--sh-creme);
}

.sh-jahreszeit-inhalt h3 {
  margin: 0 0 8px;
  font-family: Amatic, cursive;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.08;
  color: var(--sh-gold);
  padding-bottom: 0.04em;
}

.sh-jahreszeit-inhalt p {
  margin: 0;
  color: rgba(255, 251, 242, 0.86);
  font-size: 0.98rem;
}

@media screen and (max-width: 940px) {
  .sh-merkmale {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 680px) {
  .sh-merkmale,
  .sh-jahreszeiten {
    grid-template-columns: 1fr;
  }

  .sh-jahreszeit {
    min-height: 300px;
  }
}


/* ===== 13-galerie.css ===== */
/* ============================================================
   Galerie — Mauerwerk-Raster + Lightbox ohne Bibliothek
   ============================================================ */

.sh-galerie-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
}

.sh-galerie-filter button {
  padding: 10px 20px;
  border: 1px solid rgba(242, 194, 76, 0.3);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(251, 242, 223, 0.86);
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}

.sh-galerie-filter button:hover,
.sh-galerie-filter button[aria-pressed="true"] {
  border-color: var(--sh-gold);
  background: var(--sh-gold);
  color: #2c1a08;
}

.sh-galerie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sh-galerie-bild {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  border-radius: var(--sh-rund);
  overflow: hidden;
  background: var(--sh-holz-dunkel);
  cursor: zoom-in;
  box-shadow: var(--sh-schatten);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
}

.sh-galerie-bild[hidden] {
  display: none;
}

.sh-galerie-bild img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sh-galerie-bild-hoch img {
  aspect-ratio: 3 / 4;
}

.sh-galerie-bild:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-schatten-tief);
}

.sh-galerie-bild:hover img {
  transform: scale(1.06);
}

.sh-galerie-bild figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 18px 14px;
  background: linear-gradient(180deg, rgba(20, 11, 4, 0), rgba(20, 11, 4, 0.88));
  color: var(--sh-creme);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
}

/* Lightbox */
.sh-lupe {
  position: fixed;
  inset: 0;
  z-index: 2147483100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 7, 3, 0.94);
}

.sh-lupe.sh-offen {
  display: flex;
}

.sh-lupe img {
  max-width: min(1100px, 100%);
  max-height: 84vh;
  border-radius: var(--sh-rund);
  box-shadow: var(--sh-schatten-tief);
}

.sh-lupe-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  color: rgba(255, 251, 242, 0.86);
  font-size: 0.96rem;
  text-align: center;
}

.sh-lupe button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(242, 194, 76, 0.34);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: var(--sh-gold);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}

.sh-lupe button:hover {
  background: rgba(242, 194, 76, 0.2);
  transform: scale(1.06);
}

.sh-lupe-zu {
  top: 22px;
  right: 22px;
}

.sh-lupe-vor {
  right: 22px;
  top: 50%;
  margin-top: -25px;
}

.sh-lupe-zurueck {
  left: 22px;
  top: 50%;
  margin-top: -25px;
}

@media screen and (max-width: 940px) {
  .sh-galerie {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .sh-galerie {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sh-lupe-vor,
  .sh-lupe-zurueck {
    top: auto;
    bottom: 22px;
    margin-top: 0;
  }

  .sh-lupe-text {
    bottom: 84px;
  }
}


/* ===== 14-jobs.css ===== */
/* ============================================================
   Jobs
   ============================================================ */

.sh-job {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: var(--sh-rund);
  background: var(--sh-pergament);
  color: var(--sh-schrift);
  box-shadow: var(--sh-schatten-tief);
  scroll-margin-top: 130px;
}

.sh-job-kopf {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 34px;
  border-bottom: 3px solid rgba(242, 194, 76, 0.4);
}

.sh-job-kopf h2 {
  margin: 0 0 10px;
  font-family: Amatic, cursive;
  font-size: clamp(2.1rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--sh-gold);
  padding-bottom: 0.04em;
}

.sh-job-marken {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sh-job-marke {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(251, 242, 223, 0.14);
  color: rgba(251, 242, 223, 0.9);
  font-size: 0.86rem;
  font-weight: 700;
}

.sh-job-marke svg {
  width: 15px;
  height: 15px;
  fill: var(--sh-gold);
}

.sh-job-inhalt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  padding: 32px 34px 36px;
}

.sh-job-block h3 {
  margin: 0 0 14px;
  font-family: Amatic, cursive;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 0.04em;
}

.sh-job-liste {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.sh-job-liste li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--sh-schrift-hell);
  font-size: 0.98rem;
}

.sh-job-liste li::before {
  content: "";
  flex: none;
  width: 9px;
  height: 9px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--sh-gold-schrift);
}

.sh-job-liste-plus li::before {
  background: var(--sh-gruen);
}

.sh-job-fuss {
  grid-column: 1 / -1;
  padding-top: 26px;
  border-top: 1px dashed rgba(90, 55, 32, 0.26);
}

.sh-job-fuss .sh-knoepfe {
  margin-top: 18px;
}

.sh-job-bild {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.sh-job-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 840px) {
  .sh-job-kopf {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .sh-job-inhalt {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 24px 30px;
  }
}


/* ===== 15-kontakt.css ===== */
/* ============================================================
   Kontakt, Reservierungsformular, Anfahrt
   ============================================================ */

.sh-kontakt-gitter {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 46px;
  align-items: start;
}

/* ---------- Formular ---------- */
.sh-formular {
  padding: 34px 36px 38px;
  border-radius: var(--sh-rund);
  background: var(--sh-pergament);
  color: var(--sh-schrift);
  box-shadow: var(--sh-schatten-tief);
}

.sh-formular h2 {
  margin: 0 0 6px;
  font-family: Amatic, cursive;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.08;
  padding-bottom: 0.04em;
}

.sh-formular-hinweis {
  margin: 0 0 26px;
  color: var(--sh-schrift-hell);
  font-size: 0.96rem;
}

.sh-feldpaar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.sh-feld {
  margin-bottom: 18px;
}

.sh-feld label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--sh-schrift);
}

.sh-feld label span {
  color: var(--sh-rot);
}

.sh-feld input,
.sh-feld select,
.sh-feld textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border: 2px solid rgba(90, 55, 32, 0.2);
  border-radius: 12px;
  background: var(--sh-creme);
  color: var(--sh-schrift);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.sh-feld textarea {
  min-height: 118px;
  resize: vertical;
}

.sh-feld input:focus,
.sh-feld select:focus,
.sh-feld textarea:focus {
  border-color: var(--sh-gold-tief);
  box-shadow: 0 0 0 4px rgba(242, 194, 76, 0.24);
  outline: none;
}

/* Honigtopf gegen Spam — für Menschen unsichtbar, nie ausfüllen */
.sh-honig {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sh-formular-fuss {
  margin-top: 8px;
  color: var(--sh-schrift-hell);
  font-size: 0.86rem;
}

.sh-formular-fuss a {
  color: var(--sh-gold-schrift);
}

.sh-formular button[type="submit"] {
  width: 100%;
  margin-top: 12px;
}

/* ---------- Kontaktkarten ---------- */
.sh-kontakt-karte {
  padding: 28px 30px 30px;
  margin-bottom: 20px;
  border: 1px solid rgba(242, 194, 76, 0.26);
  border-radius: var(--sh-rund);
  background: rgba(0, 0, 0, 0.26);
}

.sh-kontakt-karte h2,
.sh-kontakt-karte h3 {
  margin: 0 0 16px;
  font-family: Amatic, cursive;
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--sh-gold);
  padding-bottom: 0.04em;
}

.sh-kontakt-zeile {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(242, 194, 76, 0.14);
  color: rgba(251, 242, 223, 0.84);
  text-decoration: none;
}

.sh-kontakt-zeile:last-child {
  border-bottom: 0;
}

a.sh-kontakt-zeile:hover {
  color: var(--sh-gold);
}

.sh-kontakt-zeile svg {
  flex: none;
  width: 23px;
  height: 23px;
  margin-top: 3px;
  fill: var(--sh-gold);
}

.sh-kontakt-zeile b {
  display: block;
  color: var(--sh-pergament);
  font-size: 1.02rem;
}

a.sh-kontakt-zeile:hover b {
  color: var(--sh-gold);
}

.sh-kontakt-zeile span {
  font-size: 0.92rem;
}

/* ---------- Anfahrt ---------- */
.sh-anfahrt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 40px;
}

.sh-anfahrt-bild {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--sh-rund);
  box-shadow: var(--sh-schatten);
}

.sh-anfahrt-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sh-anfahrt-schritte {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  counter-reset: sh-schritt;
}

.sh-anfahrt-schritte li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: rgba(251, 242, 223, 0.82);
}

.sh-anfahrt-schritte li::before {
  counter-increment: sh-schritt;
  content: counter(sh-schritt);
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(242, 194, 76, 0.16);
  color: var(--sh-gold);
  font-weight: 700;
}

@media screen and (max-width: 940px) {
  .sh-kontakt-gitter,
  .sh-anfahrt {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 560px) {
  .sh-feldpaar {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sh-formular {
    padding: 26px 22px 30px;
  }

  .sh-kontakt-karte {
    padding: 24px 22px 26px;
  }
}


/* ===== 16-gutscheine.css ===== */
/* ============================================================
   Gutscheine
   ============================================================ */

.sh-gutschein {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 42px 46px;
  border: 3px dashed rgba(242, 194, 76, 0.5);
  border-radius: var(--sh-rund);
  box-shadow: var(--sh-schatten-tief);
}

.sh-gutschein::before,
.sh-gutschein::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 50%;
  background: var(--sh-holz-tief);
}

.sh-gutschein::before {
  left: -16px;
}

.sh-gutschein::after {
  right: -16px;
}

.sh-gutschein h2 {
  margin: 0 0 12px;
  font-family: Amatic, cursive;
  font-size: clamp(2.2rem, 4.4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--sh-gold);
  padding-bottom: 0.04em;
}

.sh-gutschein-betrag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  border: 3px solid var(--sh-gold);
  border-radius: 50%;
  color: var(--sh-gold);
  font-family: Amatic, cursive;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-9deg);
}

.sh-schritte {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  counter-reset: sh-gs;
}

.sh-schritt {
  padding: 28px 26px 30px;
  border-radius: var(--sh-rund);
  background: var(--sh-pergament);
  color: var(--sh-schrift);
  box-shadow: var(--sh-schatten);
}

.sh-schritt::before {
  counter-increment: sh-gs;
  content: counter(sh-gs);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: rgba(242, 194, 76, 0.3);
  color: var(--sh-holz);
  font-family: Amatic, cursive;
  font-size: 1.9rem;
  font-weight: 700;
}

.sh-schritt h3 {
  margin: 0 0 7px;
  font-family: Amatic, cursive;
  font-size: 1.66rem;
  font-weight: 700;
  line-height: 1.12;
  padding-bottom: 0.04em;
}

.sh-schritt p {
  margin: 0;
  color: var(--sh-schrift-hell);
  font-size: 0.96rem;
}

@media screen and (max-width: 840px) {
  .sh-gutschein {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 32px 24px 36px;
    text-align: center;
  }

  .sh-schritte {
    grid-template-columns: 1fr;
  }
}


/* ===== 17-rechtliches.css ===== */
/* ============================================================
   Impressum, Datenschutz — reine Textseiten
   ============================================================ */

.sh-recht {
  padding: 42px 46px 48px;
  border-radius: var(--sh-rund);
  background: var(--sh-pergament);
  color: var(--sh-schrift);
  box-shadow: var(--sh-schatten-tief);
}

.sh-recht h2 {
  margin: 34px 0 12px;
  font-family: Amatic, cursive;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--sh-holz);
  padding-bottom: 0.04em;
}

.sh-recht h2:first-child {
  margin-top: 0;
}

.sh-recht h3 {
  margin: 22px 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
}

.sh-recht p,
.sh-recht li {
  color: var(--sh-schrift-hell);
  font-size: 0.99rem;
}

.sh-recht p {
  margin: 0 0 14px;
}

.sh-recht ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.sh-recht li {
  margin-bottom: 6px;
}

.sh-recht a {
  color: var(--sh-gold-schrift);
  word-break: break-word;
}

.sh-recht-block {
  margin: 0 0 20px;
  padding: 20px 24px;
  border-left: 4px solid var(--sh-gold);
  border-radius: 0 12px 12px 0;
  background: rgba(242, 194, 76, 0.15);
}

.sh-recht-block p {
  margin: 0;
  color: var(--sh-schrift);
}

@media screen and (max-width: 640px) {
  .sh-recht {
    padding: 28px 22px 32px;
  }
}


/* ===== 30-sonderseiten.css ===== */
/* ============================================================
   404 und Passwortseite (beide ohne Kopf/Fuß)
   ============================================================ */

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

.sh-sonder-karte {
  width: min(560px, 100%);
  padding: 48px 40px 52px;
  border: 2px solid rgba(242, 194, 76, 0.3);
  border-radius: var(--sh-rund);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: var(--sh-schatten-tief);
}

.sh-sonder-karte img {
  width: 116px;
  height: 116px;
  margin-bottom: 22px;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.55));
  animation: sh-schaukeln 7s ease-in-out infinite;
  transform-origin: top center;
}

.sh-sonder-karte h1 {
  margin: 0 0 10px;
  font-family: Amatic, cursive;
  font-size: clamp(2.6rem, 7vw, 3.8rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--sh-gold);
  padding-bottom: 0.04em;
}

.sh-sonder-karte p {
  margin: 0 0 8px;
  color: rgba(251, 242, 223, 0.82);
}

.sh-sonder-karte .sh-knoepfe {
  justify-content: center;
}

.sh-sonder-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(242, 194, 76, 0.18);
  font-size: 0.93rem;
}

.sh-sonder-links a {
  color: rgba(251, 242, 223, 0.74);
  text-decoration: none;
}

.sh-sonder-links a:hover {
  color: var(--sh-gold);
}

.sh-sonder-feld {
  margin: 24px 0 4px;
}

.sh-sonder-feld input {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 2px solid rgba(242, 194, 76, 0.3);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--sh-pergament);
  font-family: inherit;
  font-size: 1rem;
  text-align: center;
}

.sh-sonder-feld input:focus {
  border-color: var(--sh-gold);
  outline: none;
}


/* ===== 40-druck.css ===== */
/* ============================================================
   Druck — vor allem für die Speisekarte gedacht.
   Wichtig auch als Sicherheitsnetz: die Einblend-Animation setzt
   opacity:0. Ohne diese Regel druckt der Browser leere Seiten.
   ============================================================ */

@media print {
  [data-sh-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  html,
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 11pt;
  }

  .sh-kopf,
  .sh-kopf-abstand,
  .sh-fuss,
  .sh-mobilleiste,
  .sh-karte-werkzeug,
  .sh-hero-pfeil,
  .sh-knoepfe,
  .sh-galerie-filter,
  .sh-lupe,
  .sh-skip {
    display: none !important;
  }

  .sh-seitenkopf,
  .sh-hero {
    padding: 0 0 18pt !important;
    min-height: 0 !important;
  }

  .sh-seitenkopf-bild,
  .sh-hero-bild,
  .sh-hero-schleier,
  .sh-band-bild {
    display: none !important;
  }

  .sh-seitenkopf h1,
  .sh-hero h1,
  .sh-hero-unterzeile {
    color: #000 !important;
    text-shadow: none !important;
  }

  .sh-holz,
  .sh-holz-tief,
  .sh-pergament-flaeche,
  .sh-gruppe,
  .sh-gruppe-kopf,
  .sh-recht,
  .sh-legende {
    background: #fff !important;
    box-shadow: none !important;
  }

  .sh-auf-holz,
  .sh-auf-holz .sh-text,
  .sh-gruppe-kopf h2,
  .sh-legende h2,
  .sh-legende ul,
  .sh-unterkopf {
    color: #000 !important;
  }

  .sh-gruppe {
    break-inside: avoid;
    border: 1pt solid #000;
    margin-bottom: 10pt;
  }

  .sh-gruppe-kopf {
    border-bottom: 1pt solid #000 !important;
  }

  .sh-gruppe-kopf img,
  .sh-section img,
  .sh-galerie {
    display: none !important;
  }

  .sh-zeile {
    break-inside: avoid;
    padding: 4pt 0;
  }

  .sh-section {
    padding: 12pt 0 !important;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
  }
}
