/* Lettertypen staan op onze eigen server (Duitse privacyregels): geen verbinding met Google.
   Variabele fonts: één bestand per taalgebied dekt het hele gewichtsbereik. */
@font-face {
  font-family: "Archivo Narrow";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/archivo-narrow-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: "Archivo Narrow";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/archivo-narrow-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(fonts/figtree-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: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(fonts/figtree-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Kleuren uit de sauna zelf: linnen, hout, leisteen, thermaalwater, heide. */
:root {
  --leinen: #F2EADF;
  --leinen-tief: #E7DBCB;
  --holz: #B5834F;
  --schiefer: #2A2724;
  --schiefer-leise: #6A615A;
  --thermal: #1D4F52;
  --wasser: #A9CDCB;
  --heide: #8C3A62;
  --heide-tief: #702C4D;
  --linie: #DCCFBD;
  --papier: #FBF7F1;
  --slab: "Archivo Narrow", "Arial Narrow", sans-serif;
  --text: "Figtree", system-ui, sans-serif;
  --rand: 20px;
  --breite: 1120px;
  --auf-akzent: #fff;
  --bahn: #FBF7F1;
  --bahnrand: #D3C3AB;
  --flussfarbe: #5F9B99;
  --kopf-gewicht: 700;
  --nacht: #1B1815; --nacht-linie: #3A342E; --nacht-leise: #B9AD9C;
  --folgt-1: #EAD9BD; --folgt-2: #F3E7D2; --folgt-text: #5E4825;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
[id] { scroll-margin-top: 88px; }
body {
  margin: 0; background: var(--leinen); color: var(--schiefer);
  font-family: var(--text); font-size: 1.0625rem; line-height: 1.55;
  font-variant-numeric: tabular-nums;
}
img { display: block; max-width: 100%; }
a { color: var(--thermal); text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--heide); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { font-family: var(--slab); font-weight: var(--kopf-gewicht); color: var(--thermal); line-height: 1.15; margin: 0; }
h1 { font-size: clamp(2.25rem, 5.6vw, 4.25rem); line-height: 1.02; letter-spacing: -0.015em; text-wrap: balance; }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); text-wrap: balance; }
h3 { font-size: 1.625rem; }
p { margin: 0; max-width: 62ch; }
.huelle { max-width: var(--breite); margin: 0 auto; padding: 0 var(--rand); }

/* Smalle donkere balk boven de menubalk: geeft de lichte pagina een kader */
.leiste { background: var(--nacht); color: var(--nacht-leise); font-size: .875rem; }
.leiste .huelle { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.leiste p { max-width: none; padding: 9px 0; line-height: 1.35; }
.leiste strong { color: var(--leinen); font-weight: 600; }
.leiste .aendern { color: var(--leinen); margin-left: 10px; white-space: nowrap; text-underline-offset: 3px; }
.leiste .nur-breit { display: none; white-space: nowrap; }

.kopf { position: sticky; top: 0; z-index: 10; background: var(--leinen); border-bottom: 1px solid var(--linie); box-shadow: 0 6px 18px -14px rgba(27,24,21,.55); }
.kopf-innen { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0 16px; padding-top: 12px; padding-bottom: 12px; }
.marke { display: inline-flex; align-items: center; gap: 10px; font-family: var(--slab); font-weight: var(--kopf-gewicht); font-size: 1.1875rem; color: var(--thermal); text-decoration: none; }
.marke svg { width: 34px; height: 34px; flex: none; }
.marke .rund { fill: var(--thermal); }
.marke .dampf { fill: none; stroke: var(--leinen); stroke-width: 2; stroke-linecap: round; }
.marke small { display: block; font-family: var(--text); font-weight: 400; font-size: .75rem; color: var(--schiefer-leise); line-height: 1.1; }
.menueknopf { font: inherit; font-weight: 600; cursor: pointer; min-height: 44px; padding: 8px 14px; background: transparent; color: var(--thermal); border: 1.5px solid var(--thermal); border-radius: 8px; }
.kopf nav { display: none; width: 100%; flex-direction: column; padding: 8px 0 6px; }
.kopf nav.offen { display: flex; }
.kopf nav a { text-decoration: none; color: var(--schiefer); padding: 12px 0; border-top: 1px solid var(--linie); }
.kopf nav a:hover { text-decoration: underline; }
.kopf nav a.hervor { color: var(--heide); font-weight: 600; }

/* Einstieg */
.einstieg { padding-top: 28px; padding-bottom: 48px; position: relative; isolation: isolate; }
.platz-2 .aufmacher { margin-top: 8px; }
.einstieg-raster { display: grid; gap: 28px; margin-top: 24px; }
.vorspann { font-size: 1.1875rem; color: var(--schiefer-leise); }
.aufmacher { margin: 0; border-radius: 6px; overflow: hidden; aspect-ratio: 16 / 10; background: var(--leinen-tief); }
.aufmacher img { width: 100%; height: 100%; object-fit: cover; }
.frage { font-family: var(--slab); font-size: 1.25rem; color: var(--thermal); margin: 30px 0 14px; }
.staedte { display: flex; flex-wrap: wrap; gap: 10px; }
.staedte button {
  font: inherit; font-weight: 600; cursor: pointer; padding: 10px 16px; min-height: 48px;
  background: var(--papier); color: var(--thermal); border: 1.5px solid var(--thermal); border-radius: 8px;
}
.staedte button:hover { background: var(--leinen-tief); }
.staedte button[aria-pressed="true"] { background: var(--heide); border-color: var(--heide); color: var(--auf-akzent); }

/* Karte */
.karte { margin: 0; }
.karte svg { width: 100%; height: auto; display: block; }
.karte .land { font-family: var(--slab); font-size: 17px; fill: var(--schiefer-leise); letter-spacing: .04em; }
.karte .ort { font-family: var(--text); font-size: 14px; fill: var(--schiefer); paint-order: stroke; stroke: var(--leinen); stroke-width: 4px; stroke-linejoin: round; }
.karte .ort.klein { font-size: 12px; fill: var(--schiefer-leise); }
.karte .ort.aktiv { fill: var(--heide); font-weight: 600; font-size: 16px; }
.karte .hotelname { font-family: var(--slab); font-size: 15px; font-weight: 600; fill: var(--heide); paint-order: stroke; stroke: var(--leinen); stroke-width: 5px; stroke-linejoin: round; }
.karte .fluss { fill: none; stroke: var(--wasser); stroke-linecap: round; stroke-linejoin: round; }
.karte .flussname { font-family: var(--slab); font-size: 13px; fill: var(--flussfarbe); font-style: italic; letter-spacing: .12em; }
.karte .gegend { font-family: var(--slab); font-size: 11.5px; fill: #8A7A5E; font-style: italic; }
.karte .grenze { fill: none; stroke: var(--holz); stroke-width: 2.5; stroke-dasharray: 1 7; stroke-linecap: round; }
.karte .bahn-rand { fill: none; stroke: var(--bahnrand); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.karte .bahn { fill: none; stroke: var(--bahn); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.karte .schild rect { fill: #2C5B86; }
.karte .schild text { font-family: var(--text); font-size: 9.5px; font-weight: 600; fill: #fff; text-anchor: middle; }
.karte .weg { fill: none; stroke: var(--heide); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 0; }
.karte .weg.zeichnen { animation: zeichnen .9s ease-out; }
@keyframes zeichnen { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
.karte .zeit { font-family: var(--slab); font-weight: 600; font-size: 19px; fill: var(--heide); paint-order: stroke; stroke: var(--leinen); stroke-width: 6px; stroke-linejoin: round; }
.karte figcaption { font-size: 0.875rem; color: var(--schiefer-leise); padding-top: 6px; }

.abschnitt { padding-top: 48px; padding-bottom: 48px; }
.abschnitt h2 + p { margin-top: 12px; color: var(--schiefer-leise); }

/* Maßstabsgetreue Fahrzeit-Skala */
.skala { position: relative; height: 92px; margin: 36px 8px 8px; }
.skala .achse { position: absolute; left: 0; right: 0; top: 46px; height: 2px; background: var(--holz); }
.skala .strich { position: absolute; top: 40px; width: 2px; height: 14px; background: var(--holz); }
.skala .strich span { position: absolute; top: 20px; left: 0; transform: translateX(-50%); white-space: nowrap; font-size: .875rem; color: var(--schiefer-leise); }
.skala .strich.erster span { transform: none; }
.skala .punkt { position: absolute; top: 39px; width: 16px; height: 16px; margin-left: -8px; border-radius: 50%; border: 3px solid var(--thermal); background: var(--leinen); }
.skala .punkt.eigen { background: var(--heide); border-color: var(--heide); width: 20px; height: 20px; top: 37px; margin-left: -10px; }
.skala .schrift { position: absolute; top: 0; font-family: var(--slab); font-weight: 600; color: var(--heide); white-space: nowrap; }
.skala .schrift.rest { color: var(--schiefer-leise); font-weight: 400; transform: translateX(-50%); }

/* Strecke */
.strecke { list-style: none; margin: 0; padding: 0 0 0 9px; }
.strecke.oben { margin-top: 48px; }
.strecke > li { position: relative; border-left: 2px solid var(--holz); padding: 0 0 56px 26px; }
.strecke > li::before { content: ""; position: absolute; left: -9px; top: 8px; width: 16px; height: 16px; border-radius: 50%; background: var(--leinen); border: 3px solid var(--thermal); }
.strecke > li.eigen::before { background: var(--heide); border-color: var(--heide); width: 20px; height: 20px; left: -11px; top: 7px; }
.strecke > li.abfahrt { padding-bottom: 40px; font-family: var(--slab); font-size: 1.25rem; color: var(--thermal); }
.strecke > li.luecke { border-left-style: dashed; min-height: 170px; display: flex; align-items: center; color: var(--schiefer-leise); font-family: var(--slab); font-size: 1.125rem; padding-bottom: 0; }
.strecke > li.luecke::before { display: none; }
.strecke > li.fern { padding-bottom: 30px; }
.strecke > li.fern:last-child { border-left-color: transparent; }
.fern .dauer { display: block; white-space: nowrap; font-family: var(--slab); font-weight: 600; font-size: 1.375rem; line-height: 1.3; }
.fern .name { font-weight: 600; }
.fern .wo { color: var(--schiefer-leise); }
.fern .kurz { display: block; margin-top: 6px; max-width: 58ch; }
.fern .extern { display: inline-block; margin-top: 4px; font-size: .9375rem; }
.fern > span:nth-child(2) { display: block; }

.haus { display: grid; gap: 20px; }
.bilder { min-width: 0; }
.haus .bild { position: relative; margin: 0; aspect-ratio: 3 / 2; overflow: hidden; background: var(--leinen-tief); border-radius: 6px; }
.haus .bild img { width: 100%; height: 100%; object-fit: cover; }
.haus .bild figcaption { position: absolute; left: 10px; bottom: 10px; background: rgba(27,24,21,.78); color: var(--leinen); font-size: .875rem; padding: 4px 10px; border-radius: 4px; }
.fotos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 8px; }
.fotos button { padding: 0; border: 0; background: var(--leinen-tief); cursor: pointer; border-radius: 4px; overflow: hidden; aspect-ratio: 4 / 3; opacity: .72; transition: opacity .15s; }
.fotos button:hover, .fotos button[aria-pressed="true"] { opacity: 1; }
.fotos button[aria-pressed="true"] { outline: 2.5px solid var(--heide); outline-offset: 1px; }
.fotos img { width: 100%; height: 100%; object-fit: cover; }
.haus .ort { color: var(--schiefer-leise); margin-top: 4px; }
.fahrzeit { margin: 0 0 12px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.fahrzeit strong { font-family: var(--slab); font-weight: 600; font-size: 2.25rem; line-height: 1; color: var(--heide); }
.fahrzeit span { color: var(--schiefer-leise); }
.merkmale { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 9px; }
.merkmale li { padding-left: 26px; position: relative; }
.merkmale li::before { content: ""; position: absolute; left: 2px; top: .5em; width: 12px; height: 7px; border-left: 2.5px solid var(--thermal); border-bottom: 2.5px solid var(--thermal); transform: rotate(-45deg); }
.merkmale li.minus::before { border: 0; height: 2.5px; width: 12px; top: .75em; background: var(--schiefer-leise); transform: none; }
.abschluss { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.preis { font-weight: 600; }
.buchen { display: inline-block; text-decoration: none; text-align: center; background: var(--heide); color: var(--auf-akzent); font-weight: 600; padding: 14px 24px; min-height: 52px; border-radius: 8px; }
.buchen:hover { background: var(--heide-tief); }
/* Duitse reclameplicht: klein label bij elke link naar een eigen hotel.
   In .abschluss een eigen regel boven de knop (flex-basis 100%), zonder de knoprij zelf te breken. */
.anzeige { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--schiefer-leise); white-space: nowrap; }
.abschluss .anzeige { flex-basis: 100%; margin-bottom: -8px; }

.folgt { background: repeating-linear-gradient(135deg, var(--folgt-1) 0 6px, var(--folgt-2) 6px 12px); border-bottom: 1.5px dashed var(--holz); padding: 0 5px; border-radius: 3px; color: var(--folgt-text); font-size: .9375em; font-weight: 400; }

/* Vergleich */
.tabellenrahmen { margin-top: 28px; overflow-x: auto; border-top: 2px solid var(--thermal); border-bottom: 2px solid var(--thermal); }
table { border-collapse: collapse; width: 100%; min-width: 760px; font-size: 1rem; }
th, td { text-align: left; padding: 14px 14px; border-bottom: 1px solid var(--linie); vertical-align: top; }
thead th { font-family: var(--slab); font-weight: 600; font-size: .9375rem; color: var(--thermal); }
tbody th, thead th:first-child { position: sticky; left: 0; background: var(--leinen); min-width: 150px; }
tbody th { font-weight: 600; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tr.eigen th, tr.eigen td { background: var(--papier); }
tr.eigen th { color: var(--heide); }
td.zeitzelle { font-family: var(--slab); white-space: nowrap; }
.hinweis { margin-top: 12px; font-size: .9375rem; color: var(--schiefer-leise); }

/* Gegend: één grote foto en vier kleinere, geen kaartjes */
.gegend-fotos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 28px; }
.gegend-fotos figure { position: relative; margin: 0; overflow: hidden; border-radius: 6px; background: var(--leinen-tief); aspect-ratio: 3 / 2; }
.gegend-fotos figure.gross { grid-column: 1 / -1; }
.gegend-fotos img { width: 100%; height: 100%; object-fit: cover; }
.gegend-fotos figcaption span { display: block; color: var(--nacht-leise); }
.gegend-fotos figcaption { position: absolute; left: 10px; bottom: 10px; right: 10px; width: fit-content; background: rgba(27,24,21,.78); color: var(--leinen); font-size: .875rem; line-height: 1.3; padding: 4px 10px; border-radius: 4px; }

/* Sauna-Artikel */
.artikel { display: grid; gap: 28px; margin-top: 28px; }
.artikel figure { margin: 0; border-radius: 6px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--leinen-tief); }
.artikel figure img { width: 100%; height: 100%; object-fit: cover; }
.artikel h3 { font-size: 1.1875rem; margin-top: 22px; }
.artikel h3:first-child { margin-top: 0; }
.artikel p { margin-top: 6px; }
.artikel .weiter { margin-top: 22px; font-weight: 600; }

/* Fragen: regels met een lijn ertussen, geen kaartjes */
.fragen-raster { display: grid; gap: 28px; }
.fragen { border-top: 2px solid var(--thermal); }
.fragen details { border-bottom: 1px solid var(--linie); }
.fragen summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 18px 0; font-family: var(--slab); font-weight: 700; font-size: 1.3125rem; line-height: 1.2; color: var(--thermal); }
.fragen summary::-webkit-details-marker { display: none; }
.fragen summary::after { content: "+"; flex: none; font-family: var(--text); font-weight: 400; font-size: 1.625rem; line-height: 1; color: var(--holz); }
.fragen details[open] summary::after { content: "\2212"; }
.fragen summary:hover { color: var(--heide); }
.fragen .antwort { padding: 0 0 22px; display: grid; gap: 10px; }
.fragen .antwort p { max-width: 64ch; }

.ueber-text { display: grid; gap: 14px; }
.ueber-text h3 { font-size: 1.3125rem; margin-top: 10px; }

/* Kontakt */
.kontakt { border-top: 1px solid var(--linie); }
.kontakt .adresse { display: inline-block; margin-top: 22px; font-family: var(--slab); font-weight: 700; font-size: clamp(1.375rem, 4.4vw, 2.25rem); line-height: 1.1; color: var(--heide); text-decoration-thickness: 2px; text-underline-offset: 6px; overflow-wrap: anywhere; }
.kontakt .adresse:hover { color: var(--heide-tief); }
.kontakt .hinweis { margin-top: 18px; }

/* Voettekst: dezelfde donkere kleur als de balk bovenaan */
.fuss { background: var(--nacht); color: var(--nacht-leise); padding: 56px 0 40px; font-size: .9375rem; margin-top: 32px; }
.fuss a { color: var(--leinen); text-decoration: none; }
.fuss a:hover { text-decoration: underline; }
.fuss-raster { display: grid; gap: 36px; }
.fuss .marke { color: var(--leinen); }
.fuss .marke .rund { fill: var(--leinen); }
.fuss .marke .dampf { stroke: var(--nacht); }
.fuss .marke small { color: var(--nacht-leise); }
.fuss-marke p { margin-top: 16px; max-width: 38ch; }
.fuss-marke .post { margin-top: 14px; font-weight: 600; }
.fuss h3 { font-size: 1.125rem; color: var(--holz); margin-bottom: 12px; }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.fuss li a { display: inline-block; padding: 5px 0; }
.fuss-unten { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--nacht-linie); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px 28px; }
.fuss-unten ul { display: flex; flex-wrap: wrap; gap: 4px 24px; }
.fuss .klein { margin-top: 18px; font-size: .875rem; max-width: 80ch; }

@media (min-width: 620px) {
  .fuss-raster { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 860px) {
  :root { --rand: 32px; }
  .leiste .nur-breit { display: block; }
  .einstieg { padding-top: 36px; padding-bottom: 64px; }
  .einstieg-raster { grid-template-columns: 5fr 6fr; gap: 56px; margin-top: 36px; align-items: start; }
  .platz-1 { order: 2; }
  .aufmacher { aspect-ratio: 3 / 2; }
  .platz-2 .aufmacher { aspect-ratio: 21 / 9; }
  .haus { grid-template-columns: 5fr 6fr; gap: 44px; align-items: start; }
  .haus .bilder { order: 2; }
  .strecke > li { padding-left: 44px; padding-bottom: 72px; }
  .strecke > li.fern { display: grid; grid-template-columns: 240px 1fr auto; gap: 24px; align-items: baseline; padding-bottom: 34px; }
  .artikel { grid-template-columns: 5fr 6fr; gap: 56px; align-items: start; }
  .abschnitt { padding-top: 64px; padding-bottom: 64px; }
  .gegend-fotos { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .gegend-fotos figure.gross { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
  .fragen-raster { grid-template-columns: 4fr 7fr; gap: 56px; align-items: start; }
  .fragen-raster > div:first-child { position: sticky; top: 104px; }
  .fuss-raster { grid-template-columns: 5fr 3fr 3fr 3fr; gap: 40px; }
}
@media (min-width: 1040px) {
  .kopf-innen { flex-wrap: nowrap; }
  .kopf nav, .kopf nav.offen { display: flex; flex-direction: row; width: auto; gap: 26px; padding: 0; align-items: center; }
  .kopf nav a { border-top: 0; padding: 10px 0; }
  .menueknopf { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .karte .weg.zeichnen { animation: none; }
}

/* Textseiten (Impressum, Datenschutz) */
.textseite { padding-top: 40px; padding-bottom: 72px; }
.textseite .pfad { font-size: .9375rem; color: var(--schiefer-leise); margin-bottom: 18px; }
.textseite h1 { font-size: clamp(2rem, 4.6vw, 3.25rem); }
.textseite h2 { font-size: 1.5rem; margin-top: 40px; }
.textseite h2 + p, .textseite p + p, .textseite ul + p, .textseite p + ul { margin-top: 12px; }
.textseite .einleitung { margin-top: 16px; font-size: 1.1875rem; color: var(--schiefer-leise); }
.textseite ul { margin: 0; padding-left: 22px; max-width: 62ch; }
.textseite li + li { margin-top: 6px; }
.textseite address { font-style: normal; margin-top: 12px; line-height: 1.7; }
.textseite .stand { margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--linie); font-size: .9375rem; color: var(--schiefer-leise); }

/* Ratgeber-Seiten: Textseite mit Fotos, Tabelle und Buchungsknöpfen */
.ratgeber .textbild { margin: 32px 0 0; max-width: 760px; }
.ratgeber .textbild img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; background: var(--leinen-tief); }
.ratgeber .textbild figcaption { font-size: .875rem; color: var(--schiefer-leise); padding-top: 6px; }
.ratgeber .tabellenrahmen { margin-top: 16px; max-width: 860px; }
.ratgeber table.schmal { min-width: 560px; }
.ratgeber tbody th { font-family: var(--slab); font-weight: 600; color: var(--thermal); white-space: nowrap; }
.ratgeber .abschluss { margin-top: 20px; }
.ratgeber .merkmale { padding-left: 0; margin-top: 16px; }
.ratgeber .merkmale li + li { margin-top: 0; }
/* Op de telefoon past de tabel met twee hotels naast elkaar: niet zijwaarts schuiven, anders mist men het tweede hotel. */
@media (max-width: 640px) {
  .ratgeber table.schmal { min-width: 0; font-size: .9375rem; table-layout: fixed; hyphens: auto; overflow-wrap: break-word; }
  .ratgeber table.schmal th:first-child { width: 21%; }
  .ratgeber table.schmal th, .ratgeber table.schmal td { padding: 12px 8px; }
  .ratgeber table.schmal tbody th { white-space: normal; }
  .ratgeber table.schmal td.zeitzelle { white-space: normal; }
}
