/* Schriften liegen auf dem eigenen Webspace (keine Verbindung zu Google). Lizenz: SIL Open Font License. */
@font-face {
  font-family: "Source Sans 3"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../schriften/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Vidaloka"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../schriften/vidaloka-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Landhotel Henkenhof – gemeinsamer Stil für alle Seiten
   Farben und Schriften der bisherigen Website: dunkles Petrol + Kupfer, Vidaloka + Source Sans. */

:root {
  --petrol: #043238;
  --petrol-2: #0B4650;
  --kupfer: #BC7343;          /* Linien, Akzente */
  --kupfer-knopf: #A85F31;    /* Knopf-Fläche, weiße Schrift lesbar */
  --kupfer-hell: #D9945F;     /* Kupfer-Schrift auf Petrol */
  --nebel: #E9EEEC;           /* Seitenhintergrund, kühl wie Morgennebel im Upland */
  --weiss: #FFFFFF;
  --text: #14282B;
  --text-leise: #4A5E61;

  --schrift-titel: "Vidaloka", Georgia, serif;
  --schrift-text: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;

  --breite: 1240px;
  --rand: clamp(16px, 4vw, 48px);
  --abstand: clamp(64px, 9vw, 128px);
  --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--nebel);
  color: var(--text);
  font-family: var(--schrift-text);
  font-size: 18px;
  line-height: 1.55;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--kupfer-hell); outline-offset: 3px; }

h1, h2, h3 { font-family: var(--schrift-titel); font-weight: 400; line-height: 1.08; margin: 0; letter-spacing: 0.005em; }
h2 { font-size: clamp(34px, 4.6vw, 58px); }
h3 { font-size: clamp(26px, 2.6vw, 34px); }
p { margin: 0; }

.innen { max-width: var(--breite); margin: 0 auto; padding: 0 var(--rand); }
.nur-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Kleine Überzeile über Überschriften */
.zeile {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--kupfer-knopf); margin-bottom: 18px;
}
.zeile::before { content: ""; width: 28px; height: 2px; background: var(--kupfer); }
.auf-dunkel .zeile { color: var(--kupfer-hell); }

/* Knöpfe */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 28px;
  border-radius: var(--radius); border: 2px solid transparent;
  font-family: var(--schrift-text); font-size: 17px; font-weight: 700; letter-spacing: 0.02em;
  text-decoration: none; cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s, transform .2s;
}
.knopf--buchen { background: var(--kupfer-knopf); color: var(--weiss); }
.knopf--buchen:hover { background: #8F4F27; }
.knopf--linie { border-color: currentColor; color: var(--petrol); background: transparent; }
.knopf--linie:hover { background: var(--petrol); color: var(--weiss); border-color: var(--petrol); }
.auf-dunkel .knopf--linie { color: var(--weiss); }
.auf-dunkel .knopf--linie:hover { background: var(--weiss); color: var(--petrol); border-color: var(--weiss); }
.pfeil { transition: transform .2s; }
a:hover .pfeil { transform: translateX(4px); }

/* ---------- Kopfleiste ---------- */
.kopf {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  color: var(--weiss);
  transition: background-color .3s, box-shadow .3s;
}
.kopf::before { /* leichter Schatten oben, damit Menü auf hellem Foto lesbar bleibt */
  content: ""; position: absolute; inset: 0 0 -40px 0; z-index: -1; pointer-events: none;
  background: linear-gradient(rgba(4,50,56,.55), rgba(4,50,56,0));
  transition: opacity .3s;
}
.kopf.ist-fest { background: var(--petrol); box-shadow: 0 2px 18px rgba(0,0,0,.18); }
.kopf.ist-fest::before { opacity: 0; }
.kopf__innen { display: flex; align-items: center; gap: 28px; height: 84px; }
.kopf__logo img { width: 150px; }
.kopf nav { margin-left: auto; }
.kopf__menue { display: flex; gap: 28px; list-style: none; padding: 0; margin-top: 0; margin-bottom: 0; }
.kopf__menue a { text-decoration: none; font-weight: 600; font-size: 17px; padding: 6px 0; border-bottom: 2px solid transparent; }
.kopf__menue a:hover { border-color: var(--kupfer); }
.kopf__telefon { text-decoration: none; font-weight: 600; white-space: nowrap; }
.kopf .knopf { min-height: 46px; padding: 0 22px; }
.kopf__menuknopf { display: none; }

/* ---------- Kopfbild ---------- */
.held {
  position: relative; min-height: min(100svh, 980px); display: flex; align-items: flex-end;
  color: var(--weiss); overflow: hidden; background: var(--petrol);
}
.held__bild { position: absolute; inset: 0; }
.held__bild img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; animation: heranzoomen 14s ease-out both; }
@keyframes heranzoomen { from { transform: scale(1.08); } to { transform: scale(1); } }
.held::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(4,50,56,.78) 0%, rgba(4,50,56,.35) 55%, rgba(4,50,56,0) 80%),
    linear-gradient(0deg, rgba(4,50,56,.7) 0%, rgba(4,50,56,0) 45%);
}
.held__inhalt {
  position: relative; z-index: 1; width: 100%;
  display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px;
  padding-bottom: clamp(40px, 7vw, 88px); padding-top: 140px;
}
.held h1 { font-size: clamp(48px, 7.6vw, 108px); max-width: 11ch; }
.held__unter { margin-top: 22px; font-size: clamp(18px, 1.6vw, 22px); max-width: 34ch; opacity: .95; }

/* Signatur: der Buchen-Knopf als Zimmerschlüssel-Anhänger aus Kupfer */
.anhaenger {
  position: relative; display: block; width: 300px; text-decoration: none;
  background: var(--kupfer-knopf); color: var(--weiss);
  padding: 58px 30px 30px; border-radius: 22px 22px 150px 150px / 22px 22px 60px 60px;
  box-shadow: 0 18px 40px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.18);
  transform-origin: 50% 0; transition: transform .35s ease, background-color .2s;
  text-align: center;
}
.anhaenger::before { /* Loch für den Schlüsselring */
  content: ""; position: absolute; top: 18px; left: 50%; width: 22px; height: 22px; margin-left: -11px;
  border-radius: 50%; background: rgba(4,50,56,.55); box-shadow: inset 0 2px 3px rgba(0,0,0,.35);
}
.anhaenger:hover { background: #9A552A; transform: rotate(-2deg); }
.anhaenger__klein { display: block; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; opacity: .9; }
.anhaenger__gross { display: block; font-family: var(--schrift-titel); font-size: 36px; line-height: 1.1; margin: 8px 0 14px; }
.anhaenger__los { display: inline-flex; gap: 8px; font-weight: 700; border-top: 1px solid rgba(255,255,255,.35); padding-top: 14px; }
.held__anruf { display: block; margin-top: 16px; text-align: center; font-size: 16px; }
.held__anruf a { font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); }

/* ---------- Vertrauensleiste ---------- */
.leiste { background: var(--petrol); color: var(--weiss); }
.leiste ul { list-style: none; margin: 0 auto; padding-top: 26px; padding-bottom: 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.leiste li { display: flex; align-items: center; gap: 14px; font-weight: 600; font-size: 17px; line-height: 1.3; }
.leiste svg { flex: none; width: 30px; height: 30px; stroke: var(--kupfer-hell); fill: none; stroke-width: 1.6; }

/* ---------- Abschnitte ---------- */
.abschnitt { padding: var(--abstand) 0; }
.abschnitt__kopf { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 48px; }
.abschnitt__kopf p { max-width: 38ch; color: var(--text-leise); }

/* Drei große Bildkacheln */
.kacheln { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 16px; }
.kachel {
  position: relative; display: block; overflow: hidden; border-radius: var(--radius);
  min-height: 560px; color: var(--weiss); text-decoration: none; background: var(--petrol);
}
.kachel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.kachel:hover img { transform: scale(1.04); }
.kachel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,50,56,.88) 0%, rgba(4,50,56,.15) 50%, rgba(4,50,56,0) 70%); }
.kachel__text { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 1; }
.kachel__text p { margin-top: 10px; font-size: 17px; max-width: 30ch; }
.kachel__mehr { display: inline-flex; gap: 8px; margin-top: 16px; font-weight: 700; color: var(--kupfer-hell); }

/* Angebote */
.angebote { background: var(--weiss); }
.karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.karte { display: flex; flex-direction: column; background: var(--nebel); border-radius: var(--radius); overflow: hidden; }
.karte img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.karte__text { display: flex; flex-direction: column; flex: 1; padding: 26px; }
.karte__wann { font-size: 15px; color: var(--text-leise); margin-top: 8px; }
.karte__preis { margin-top: auto; padding-top: 22px; display: flex; align-items: baseline; gap: 8px; border-top: 1px solid rgba(4,50,56,.12); margin-bottom: 18px; }
.karte__preis strong { font-family: var(--schrift-titel); font-weight: 400; font-size: 30px; color: var(--petrol); }
.karte__preis span { font-size: 15px; color: var(--text-leise); }
.karte .knopf { width: 100%; }

/* Bild + Text nebeneinander */
.teilung { display: grid; grid-template-columns: var(--spalten, 1.2fr 1fr); align-items: center; gap: clamp(32px, 6vw, 88px); }
.teilung__bild img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: var(--radius); }
.teilung__text p { margin-top: 20px; color: var(--text-leise); max-width: 42ch; }
.fakten { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 10px; }
.fakten li { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(4,50,56,.14); }
.fakten b { font-weight: 600; }

/* Großes Bildband Region */
.band { position: relative; min-height: min(88vh, 860px); display: flex; align-items: center; color: var(--weiss); overflow: hidden; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,50,56,.8), rgba(4,50,56,.1) 70%); }
.band__text { position: relative; z-index: 1; max-width: 560px; }
.band__text p { margin-top: 20px; font-size: 20px; }
.band__zahlen { display: flex; gap: 40px; margin: 32px 0 36px; }
.band__zahlen strong { display: block; font-family: var(--schrift-titel); font-weight: 400; font-size: 44px; line-height: 1; color: var(--kupfer-hell); }
.band__zahlen span { font-size: 15px; }

/* Gästestimmen */
.stimmen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.stimme { margin: 0; border-top: 2px solid var(--kupfer); padding-top: 24px; }
.stimme blockquote { margin: 0; font-family: var(--schrift-titel); font-size: 24px; line-height: 1.3; color: var(--petrol); }
.stimme figcaption { margin-top: 18px; font-size: 15px; color: var(--text-leise); }
.sterne { color: var(--kupfer-knopf); letter-spacing: 2px; }

/* Direkt buchen */
.direkt { background: var(--petrol); color: var(--weiss); }
.direkt .innen { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.direkt ul { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; font-size: 19px; }
.direkt li { display: flex; gap: 14px; }
.direkt li::before { content: "✓"; color: var(--kupfer-hell); font-weight: 700; }
.direkt__aktion { display: grid; gap: 14px; justify-items: stretch; max-width: 340px; }
.direkt__aktion .knopf--buchen { min-height: 64px; font-size: 20px; padding: 0 40px; }
.direkt__aktion small { font-size: 15px; opacity: .8; }

/* Häufige Fragen */
.fragen { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; }
.fragen details { border-bottom: 1px solid rgba(4,50,56,.16); }
.fragen summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px;
  padding: 22px 0; font-weight: 600; font-size: 19px;
}
.fragen summary::-webkit-details-marker { display: none; }
.fragen summary::after { content: "+"; font-size: 26px; line-height: 1; color: var(--kupfer-knopf); transition: transform .2s; }
.fragen details[open] summary::after { transform: rotate(45deg); }
.fragen details p { padding: 0 0 22px; color: var(--text-leise); max-width: 60ch; }

/* Fuß */
.fuss { background: #03262B; color: rgba(255,255,255,.85); padding: 72px 0 110px; font-size: 16px; }
.fuss .innen { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.fuss h4 { margin: 0 0 14px; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--kupfer-hell); }
.fuss ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.fuss a { text-decoration: none; }
.fuss a:hover { text-decoration: underline; }
.fuss img { width: 140px; margin-bottom: 18px; }

/* Buchen-Leiste unten auf dem Handy */
.handyleiste { display: none; }

/* Entwurfs-Hinweis (vor dem Livegang entfernen) */
.entwurf { position: fixed; left: 16px; bottom: 16px; z-index: 60; background: #FFF4D6; color: #5A4300; font-size: 13px; padding: 8px 12px; border-radius: 4px; box-shadow: 0 2px 10px rgba(0,0,0,.15); max-width: 300px; }

/* ---------- Tablet ---------- */
@media (max-width: 1080px) {
  .kopf__menue, .kopf__telefon { display: none; }
  .kopf__menuknopf { display: inline-flex; margin-left: auto; background: none; border: 2px solid rgba(255,255,255,.6); color: var(--weiss); border-radius: var(--radius); min-height: 46px; padding: 0 16px; font: 600 16px var(--schrift-text); cursor: pointer; }
  .kopf.menue-offen .kopf__menue {
    display: flex; flex-direction: column; gap: 0; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--petrol); padding: 8px var(--rand) 24px;
  }
  .kopf.menue-offen .kopf__menue a { display: block; padding: 14px 0; font-size: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .leiste ul { grid-template-columns: repeat(2, 1fr); }
  .kacheln { grid-template-columns: 1fr 1fr; }
  .kachel:first-child { grid-column: 1 / -1; min-height: 460px; }
  .karten { grid-template-columns: 1fr 1fr; }
  .stimmen { grid-template-columns: 1fr; gap: 32px; }
  .fuss .innen { grid-template-columns: 1fr 1fr; }
}

/* ---------- Handy ---------- */
@media (max-width: 720px) {
  body { font-size: 17px; }
  .kopf__innen { height: 70px; gap: 12px; }
  .kopf__logo img { width: 118px; }
  .kopf .knopf--buchen { display: none; }
  .held__inhalt { grid-template-columns: 1fr; padding-top: 110px; }
  .held h1 { font-size: 46px; }
  .anhaenger { display: none; }
  .held__anruf { display: none; }
  .leiste ul { grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 22px; padding-bottom: 22px; }
  .leiste li { font-size: 15px; gap: 10px; }
  .abschnitt__kopf { flex-direction: column; align-items: start; margin-bottom: 32px; }
  .kacheln, .karten { grid-template-columns: 1fr; }
  .kachel, .kachel:first-child { min-height: 420px; }
  .teilung, .direkt .innen, .fragen { grid-template-columns: 1fr; gap: 32px; }
  .band { min-height: min(80vh, 640px); }
  .band__zahlen { gap: 24px; }
  .band__zahlen strong { font-size: 34px; }
  .fuss .innen { grid-template-columns: 1fr; }
  .handyleiste {
    display: grid; grid-template-columns: auto 1fr; gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: var(--petrol);
    box-shadow: 0 -4px 18px rgba(0,0,0,.2);
  }
  .handyleiste .knopf--linie { color: var(--weiss); padding: 0 18px; }
  .entwurf { top: 78px; bottom: auto; left: 16px; right: 16px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- Unterseiten: kurzer Seitenkopf ---------- */
.seitenkopf { position: relative; min-height: 420px; display: flex; align-items: flex-end; color: var(--weiss); overflow: hidden; background: var(--petrol); }
.seitenkopf img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.seitenkopf::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,50,56,.85) 0%, rgba(4,50,56,.3) 60%, rgba(4,50,56,.55) 100%); }
.seitenkopf .innen { position: relative; z-index: 1; width: 100%; padding-bottom: 48px; padding-top: 120px; }
.seitenkopf h1 { font-size: clamp(42px, 6vw, 76px); }
.seitenkopf p { margin-top: 14px; font-size: 20px; max-width: 46ch; }

/* Kleiner Link unter Knöpfen, z. B. „oder anfragen“ */
.nebenlink { display: block; margin-top: 12px; text-align: center; font-size: 15px; font-weight: 600; color: var(--petrol); }
.held__anruf .trenner { opacity: .6; margin: 0 6px; }

/* ---------- Kontakt ---------- */
.kontakt { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.kontakt__wege { display: grid; gap: 28px; }
.kontakt__wege h3 { font-size: 24px; margin-bottom: 6px; }
.kontakt__wege p { color: var(--text-leise); }
.kontakt__wege a:not(.knopf) { font-weight: 600; color: var(--petrol); }
.kontakt__gross { font-family: var(--schrift-titel); font-size: 32px; text-decoration: none; }

.formular { background: var(--weiss); border-radius: var(--radius); padding: clamp(24px, 4vw, 48px); box-shadow: 0 10px 40px rgba(4,50,56,.08); }
.formular h2 { font-size: clamp(30px, 3.4vw, 42px); }
.formular > p { margin-top: 10px; color: var(--text-leise); }
.felder { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 18px; margin-top: 32px; }
.feld { display: grid; gap: 6px; }
.feld--breit { grid-column: 1 / -1; }
.feld label, .feld legend { font-weight: 600; font-size: 16px; }
.feld small { color: var(--text-leise); font-weight: 400; }
.feld input, .feld select, .feld textarea {
  width: 100%; min-height: 50px; padding: 12px 14px;
  font: 17px var(--schrift-text); color: var(--text);
  background: var(--nebel); border: 1.5px solid transparent; border-radius: var(--radius);
}
.feld textarea { min-height: 130px; resize: vertical; }
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: none; border-color: var(--kupfer); background: var(--weiss); }
.feld input:user-invalid { border-color: #B3261E; }
.honig { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formular__ende { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 28px; }
.formular__ende .knopf { min-height: 58px; padding: 0 36px; font-size: 18px; }
.formular__ende p { flex: 1 1 260px; font-size: 14px; color: var(--text-leise); }
.meldung { margin-top: 24px; padding: 14px 18px; border-radius: var(--radius); font-weight: 600; }
.meldung--fehler { background: #FBE9E7; color: #8C1D18; }
.meldung[hidden] { display: none; }

.danke { text-align: center; max-width: 640px; margin: 0 auto; }
.danke p { margin-top: 18px; color: var(--text-leise); font-size: 19px; }
.danke .knopf { margin-top: 32px; }

@media (max-width: 720px) {
  .seitenkopf { min-height: 320px; }
  .kontakt { grid-template-columns: 1fr; }
  .felder { grid-template-columns: 1fr 1fr; gap: 16px 12px; }
  .handyleiste { grid-template-columns: auto auto 1fr; }
  .handyleiste .knopf { padding: 0 14px; }
}

/* ---------- Zimmer ---------- */
.ausstattung { background: var(--petrol); color: var(--weiss); }
.ausstattung ul { list-style: none; margin: 0 auto; padding-top: 30px; padding-bottom: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 24px; }
.ausstattung li { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 16px; line-height: 1.3; }
.ausstattung li::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--kupfer-hell); }

.zimmerliste { display: grid; gap: clamp(56px, 8vw, 104px); }
.zimmerzeile { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.zimmerzeile:nth-child(even) .zimmerzeile__bild { order: 2; }
.zimmerzeile__bild img, .platzhalter { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.platzhalter {
  display: grid; place-items: center; text-align: center; padding: 24px;
  background: repeating-linear-gradient(135deg, var(--petrol) 0 22px, var(--petrol-2) 22px 44px);
  color: rgba(255,255,255,.85); font-weight: 600; font-size: 16px;
}
.zimmerzeile__eckdaten { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 18px; padding: 0; list-style: none; }
.zimmerzeile__eckdaten li { background: var(--weiss); border-radius: 999px; padding: 4px 14px; font-size: 15px; font-weight: 600; color: var(--petrol); }
.zimmerzeile p { color: var(--text-leise); max-width: 44ch; }
.zimmerzeile__preis { display: flex; align-items: baseline; gap: 8px; margin: 24px 0 20px; }
.zimmerzeile__preis strong { font-family: var(--schrift-titel); font-weight: 400; font-size: 38px; color: var(--petrol); line-height: 1; }
.zimmerzeile__preis span { font-size: 15px; color: var(--text-leise); }
.zimmerzeile__knoepfe { display: flex; flex-wrap: wrap; gap: 12px; }

.hinweise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hinweis { background: var(--weiss); border-radius: var(--radius); padding: 28px; border-top: 3px solid var(--kupfer); }
.hinweis h3 { font-size: 26px; }
.hinweis p { margin-top: 10px; color: var(--text-leise); }
.hinweis a { display: inline-flex; gap: 8px; margin-top: 14px; font-weight: 700; color: var(--kupfer-knopf); text-decoration: none; }

.preise { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.preise table { width: 100%; border-collapse: collapse; font-size: 17px; }
.preise th, .preise td { text-align: left; padding: 14px 0; border-bottom: 1px solid rgba(4,50,56,.14); vertical-align: top; }
.preise th { font-weight: 600; }
.preise td { text-align: right; white-space: nowrap; padding-left: 16px; }
.preise caption { text-align: left; font-family: var(--schrift-titel); font-size: 26px; color: var(--petrol); padding-bottom: 8px; }
.preise table + table { margin-top: 36px; }
.klein { font-size: 15px; color: var(--text-leise); margin-top: 18px; }

@media (max-width: 1080px) {
  .ausstattung ul { grid-template-columns: repeat(2, 1fr); }
  .hinweise { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .zimmerzeile, .preise { grid-template-columns: 1fr; }
  .zimmerzeile:nth-child(even) .zimmerzeile__bild { order: 0; }
  .ausstattung li { font-size: 15px; }
  .preise td { white-space: normal; }
}

/* ---------- Urlaub mit Hund ---------- */
.vorzuege { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.vorzug { background: var(--weiss); border-radius: var(--radius); padding: 28px 24px; }
.vorzug svg { width: 40px; height: 40px; stroke: var(--kupfer); fill: none; stroke-width: 1.6; }
.vorzug h3 { font-size: 24px; margin-top: 18px; }
.vorzug p { margin-top: 10px; color: var(--text-leise); font-size: 17px; }

.karte--hervor { outline: 3px solid var(--kupfer); position: relative; }
.karte__marke { position: absolute; top: 16px; left: 16px; background: var(--kupfer-knopf); color: var(--weiss); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.karte__leistungen { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; font-size: 16px; }
.karte__leistungen li { display: flex; gap: 10px; }
.karte__leistungen li::before { content: "✓"; color: var(--kupfer-knopf); font-weight: 700; }
.karte__zusatz { font-size: 14px; color: var(--text-leise); margin: -10px 0 16px; }
.karte__naechte { font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--kupfer-knopf); }

.zahlenleiste { display: grid; grid-template-columns: var(--spalten, repeat(4, 1fr)); gap: 20px; margin-top: 40px; }
.zahlenleiste strong { display: block; font-family: var(--schrift-titel); font-weight: 400; font-size: 48px; line-height: 1; color: var(--kupfer-hell); }
.zahlenleiste span { font-size: 16px; }

.anfrageblock { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.anfrageblock__text p { margin-top: 18px; color: var(--text-leise); max-width: 40ch; }

@media (max-width: 1080px) {
  .vorzuege { grid-template-columns: 1fr 1fr; }
  .zahlenleiste { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .vorzuege { grid-template-columns: 1fr; }
  .anfrageblock { grid-template-columns: 1fr; }
  .zahlenleiste strong { font-size: 38px; }
}

/* ---------- Angebote ---------- */
.gruppe + .gruppe { margin-top: clamp(64px, 8vw, 104px); }
.gruppe__kopf { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 28px; border-bottom: 2px solid var(--kupfer); padding-bottom: 14px; }
.gruppe__kopf h2 { font-size: clamp(30px, 3.4vw, 44px); }
.gruppe__kopf p { color: var(--text-leise); font-size: 16px; }
.gruppe__bild { position: relative; margin: 0 0 32px; border-radius: var(--radius); overflow: hidden; background: var(--petrol); }
.gruppe__bild img { display: block; width: 100%; aspect-ratio: 21 / 9; object-fit: cover; object-position: 50% 45%; }
.gruppe__bild figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 48px 28px 22px; color: var(--weiss); font-family: var(--schrift-titel); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.25; background: linear-gradient(0deg, rgba(4,50,56,.85), rgba(4,50,56,0)); }
@media (max-width: 720px) { .gruppe__bild img { aspect-ratio: 4 / 3; } .gruppe__bild figcaption { padding: 32px 16px 14px; font-size: 17px; } }
.angebotsseite .karte { background: var(--weiss); }
.karte__zeitraum { font-size: 15px; color: var(--text-leise); margin-top: 6px; }
.fussnote { margin-top: 40px; font-size: 15px; color: var(--text-leise); }
@media (max-width: 720px) {
  .gruppe__kopf { flex-direction: column; gap: 6px; }
}

/* ---------- Zeitlich begrenzte Aktionen ----------
   Jedes Element mit data-bis="JJJJ-MM-TT" wird nach diesem Tag automatisch ausgeblendet (siehe js/aktionen.js). */
.aktionsleiste {
  display: block; background: var(--kupfer-knopf); color: var(--weiss);
  text-align: center; text-decoration: none; font-size: 15px; font-weight: 600;
  padding: 8px var(--rand); line-height: 1.35;
}
.aktionsleiste:hover { background: #8F4F27; }
.aktionsleiste b { font-weight: 700; letter-spacing: .06em; }

.aktion {
  display: grid; grid-template-columns: 1fr 1.1fr; overflow: hidden;
  background: var(--petrol); color: var(--weiss); border-radius: var(--radius);
  margin-bottom: clamp(64px, 8vw, 104px);
}
.aktion__bild img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.aktion__text { padding: clamp(28px, 4vw, 52px); }
.aktion__zeitraum { display: inline-block; background: var(--kupfer-knopf); border-radius: 999px; padding: 5px 14px; font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.aktion h2 { margin-top: 18px; }
.aktion__text > .aktion__rabatt { font-family: var(--schrift-titel); font-size: clamp(48px, 6vw, 72px); line-height: 1; color: var(--kupfer-hell); margin-top: 18px; }
.aktion__text > p { margin-top: 12px; font-size: 19px; opacity: .92; }
.code { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 26px 0; }
.code__feld { font: 700 24px/1 ui-monospace, "Cascadia Mono", Consolas, monospace; letter-spacing: .12em; padding: 14px 18px; border: 2px dashed var(--kupfer-hell); border-radius: var(--radius); }
.code__kopieren { background: none; border: 2px solid rgba(255,255,255,.6); color: var(--weiss); border-radius: var(--radius); min-height: 48px; padding: 0 16px; font: 600 16px var(--schrift-text); cursor: pointer; }
.code__kopieren:hover { background: var(--weiss); color: var(--petrol); }
.aktion__schritte { margin: 0 0 26px; padding-left: 20px; font-size: 16px; opacity: .9; display: grid; gap: 4px; }
.aktion__knoepfe { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
@media (max-width: 720px) {
  .aktion { grid-template-columns: 1fr; }
  .aktion__bild img { min-height: 220px; max-height: 260px; }
  .aktionsleiste { font-size: 14px; }
}

/* ---------- Rechtstexte (Impressum, Datenschutz, AGB) ---------- */
.seitenkopf--schlicht { min-height: 300px; }
.seitenkopf--schlicht::after { display: none; }
.rechtstext { max-width: 760px; font-size: 17px; line-height: 1.65; }
.rechtstext h2 { font-size: clamp(26px, 2.6vw, 32px); margin: 48px 0 14px; }
.rechtstext h2:first-child { margin-top: 0; }
.rechtstext h3 { font-family: var(--schrift-text); font-weight: 700; font-size: 18px; margin: 28px 0 8px; }
.rechtstext p, .rechtstext ul { margin: 0 0 14px; color: var(--text); }
.rechtstext ul { padding-left: 22px; }
.rechtstext a { color: var(--kupfer-knopf); }
.rechtstext .stand { margin-top: 40px; font-size: 15px; color: var(--text-leise); }
.pruefhinweis { background: #FFF4D6; color: #5A4300; border-radius: var(--radius); padding: 14px 18px; margin-bottom: 32px; font-size: 15px; }

/* ---------- Cookie-Einwilligung ---------- */
.einwilligung {
  position: fixed; left: 16px; bottom: 16px; z-index: 80; width: min(440px, calc(100% - 32px));
  background: var(--weiss); color: var(--text); border-radius: var(--radius);
  box-shadow: 0 12px 48px rgba(4,50,56,.28); border-top: 4px solid var(--kupfer);
  padding: 24px; font-size: 15px; line-height: 1.5;
}
.einwilligung h2 { font-size: 24px; margin-bottom: 8px; }
.einwilligung p a { color: var(--kupfer-knopf); }
.einwilligung__wahl { display: grid; gap: 8px; margin: 16px 0 4px; }
.einwilligung__wahl[hidden] { display: none; }
.einwilligung__wahl label { display: flex; gap: 10px; align-items: center; font-weight: 600; }
.einwilligung__wahl small { font-weight: 400; color: var(--text-leise); }
.einwilligung__wahl input { width: 18px; height: 18px; accent-color: var(--kupfer-knopf); }
.einwilligung__knoepfe { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.einwilligung__knoepfe .knopf { min-height: 46px; padding: 0 12px; font-size: 15px; }
.einwilligung__mehr { grid-column: 1 / -1; background: none; border: 0; color: var(--petrol); text-decoration: underline; font: 600 15px var(--schrift-text); cursor: pointer; padding: 6px; }
.fuss__link { background: none; border: 0; padding: 0; color: inherit; font: inherit; cursor: pointer; text-align: left; }
.fuss__link:hover { text-decoration: underline; }
@media (max-width: 720px) {
  .einwilligung { bottom: 84px; left: 12px; width: calc(100% - 24px); padding: 20px; }
}

/* ---------- Häufige Fragen ---------- */
.fragen-sprung { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 56px; }
.fragen-sprung a { background: var(--weiss); border-radius: 999px; padding: 8px 18px; font-weight: 600; font-size: 16px; color: var(--petrol); text-decoration: none; border: 1.5px solid rgba(4,50,56,.12); }
.fragen-sprung a:hover { border-color: var(--kupfer); }
.fragen--gruppe { scroll-margin-top: 140px; }
.fragen--gruppe + .fragen--gruppe { margin-top: 64px; }
.fragen--gruppe h2 { font-size: clamp(28px, 3vw, 40px); }
.fragen details p a { color: var(--kupfer-knopf); }
.alle-fragen { display: inline-flex; gap: 8px; margin-top: 24px; font-weight: 700; color: var(--kupfer-knopf); text-decoration: none; }
.seitenkopf--schlicht .innen { padding-top: 170px; }
@media (max-width: 720px) { .seitenkopf--schlicht .innen { padding-top: 150px; } }
