/* ==========================================================================
   Onnenmaja / Nuottisaari – gemeinsames Stylesheet
   Schriften lokal gehostet (SIL Open Font License), keine externen Aufrufe.
   ========================================================================== */

@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/newsreader-latin-300-normal.woff2") format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: italic; font-weight: 300; font-display: swap; src: url("../fonts/newsreader-latin-300-italic.woff2") format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/newsreader-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/newsreader-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/hanken-grotesk-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/hanken-grotesk-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/hanken-grotesk-latin-600-normal.woff2") format("woff2"); }

:root {
  --accent: #9E3B2C;
  --papier: #F2EEE6;
  --sand: #E8E2D6;
  --see: #22343A;
  --see-hell: #2C454B;
  --nacht: #1B2427;
  --text: #1B2427;
  --text-2: #33403F;
  --text-3: #56605F;
  --linie: #D6CEBF;
  --linie-2: #C9C0AF;
  --hell: #F2EEE6;
  --hell-2: #D5CEC1;
  --glut: #E0B08A;

  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;

  --pad: 20px;
  --abstand: 72px;
  --h2: 2.5rem;
  --radius: 4px;
  --max: 1440px;
}
@media (min-width: 640px)  { :root { --pad: 48px; --abstand: 100px; --h2: 3.375rem; } }
@media (min-width: 1024px) { :root { --pad: 64px; --abstand: 120px; --h2: 3.75rem; } }
@media (min-width: 1280px) { :root { --pad: 96px; --abstand: 140px; --h2: 4rem; } }

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 76px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--papier); color: var(--text); font: 400 1.0625rem/1.65 var(--sans); }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--accent); text-underline-offset: .18em; }
a:hover { color: #7C2C20; }
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.dunkel :focus-visible, .lightbox :focus-visible, .hero :focus-visible, .kopf :focus-visible, .cta :focus-visible, .fuss :focus-visible, .tour :focus-visible { outline-color: var(--glut); }
[hidden] { display: none !important; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--nacht); color: var(--hell); border-radius: var(--radius); font-weight: 600; text-decoration: none; }
.skip:focus { top: 12px; color: var(--hell); }

.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--pad); }
.serif { font-family: var(--serif); font-weight: 300; letter-spacing: -.01em; }
.eb { display: block; font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
@media (min-width: 1024px) { .eb { font-size: .8125rem; } }
.h2 { font-family: var(--serif); font-weight: 300; font-size: var(--h2); line-height: 1.03; letter-spacing: -.01em; }
.h2 em, .h1 em { font-style: italic; }
.lead { font-size: 1.0625rem; line-height: 1.7; color: var(--text-2); }
@media (min-width: 640px) { .lead { font-size: 1.125rem; } }
.kopfzeile { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
@media (min-width: 640px) { .kopfzeile { gap: 24px; margin-bottom: 48px; } }
@media (min-width: 1024px) { .kopfzeile { margin-bottom: 64px; } }
.abschnitt { padding-block: var(--abstand); }
.sand { background: var(--sand); }
.dunkel { background: var(--see); color: var(--hell); }
.dunkel .eb { color: #D9CFBD; }
.dunkel .lead { color: var(--hell-2); }
.fill { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ico { width: 1em; height: 1em; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-size: 1rem; font-weight: 600; text-decoration: none; line-height: 1.2; }
.btn .ico { width: 16px; height: 16px; stroke-width: 1.8; }
.btn--akzent { background: var(--accent); color: #fff; min-height: 56px; padding: 0 30px; }
.btn--akzent:hover { background: #7C2C20; color: #fff; }
.btn--rand { border-color: rgba(242,238,230,.7); color: var(--hell); }
.btn--rand:hover { background: rgba(242,238,230,.12); color: var(--hell); }
.btn--hell { background: var(--hell); color: var(--nacht); border: 0; }
.btn--hell:hover { background: #fff; color: var(--nacht); }
.rund { width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(242,238,230,.55); background: rgba(15,22,24,.35); color: var(--hell); display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.rund:hover { background: rgba(15,22,24,.6); }
.rund .ico { width: 18px; height: 18px; }

/* ---------- Kopfbereich / Navigation ---------- */
.kopf { position: fixed; inset: 0 0 auto 0; z-index: 50; color: var(--hell); transition: background .3s, box-shadow .3s; }
.kopf.ist-fest, .seite-recht .kopf { background: rgba(27,36,39,.94); box-shadow: 0 1px 0 rgba(255,255,255,.06); }
@supports (backdrop-filter: blur(8px)) { .kopf.ist-fest, .seite-recht .kopf { background: rgba(27,36,39,.82); backdrop-filter: blur(10px); } }
.kopf__inner { max-width: var(--max); margin: 0 auto; padding: 16px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
@media (min-width: 1024px) { .kopf__inner { padding-block: 22px; } .kopf.ist-fest .kopf__inner { padding-block: 14px; } }
.marke { display: inline-flex; align-items: center; gap: 12px; color: var(--hell); text-decoration: none; }
.marke:hover { color: var(--hell); }
.marke svg { flex-shrink: 0; width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.marke span { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; letter-spacing: -.01em; }
@media (min-width: 1024px) { .marke svg { width: 34px; height: 34px; } .marke span { font-size: 1.7rem; } }
.nav ul { display: flex; gap: 28px; }
@media (min-width: 1360px) { .nav ul { gap: 36px; } }
.nav ul a { color: var(--hell); text-decoration: none; font-size: .9375rem; font-weight: 500; padding-block: 8px; white-space: nowrap; }
.nav ul a:hover { color: #fff; text-decoration: underline; }
.btn { white-space: nowrap; }
.nav__cta { display: none; }
.kopf__cta { min-height: 46px; padding: 0 20px; font-size: .9375rem; }
.menue-btn { display: none; width: 46px; height: 46px; border-radius: 999px; border: 0; background: var(--hell); color: var(--nacht); align-items: center; justify-content: center; }
.menue-btn .ico { width: 20px; height: 20px; stroke-width: 1.8; }
.menue-btn .zu { display: none; }
@media (max-width: 1179px) {
  .menue-btn { display: inline-flex; }
  .kopf__rechts { display: flex; align-items: center; gap: 12px; }
  .nav { position: fixed; inset: 0; z-index: -1; background: var(--nacht); padding: 110px var(--pad) 40px; display: flex; flex-direction: column; gap: 32px; overflow-y: auto; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav li { border-top: 1px solid #34413F; }
  .nav li:last-child { border-bottom: 1px solid #34413F; }
  .nav ul a { display: block; padding: 16px 0; font-family: var(--serif); font-size: 1.75rem; font-weight: 300; white-space: normal; }
  .nav__cta { display: inline-flex; align-self: flex-start; }
  .menue-offen .nav { visibility: visible; opacity: 1; }
  .menue-offen .menue-btn .auf { display: none; }
  .menue-offen .menue-btn .zu { display: block; }
  .menue-offen { overflow: hidden; }
}
@media (min-width: 1180px) { .kopf__rechts { display: contents; } }
@media (max-width: 639px) { .kopf__cta { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; background: var(--see); color: var(--hell); overflow: hidden; }
@media (min-width: 640px) { .hero { min-height: min(100svh, 1040px); } }
@media (min-width: 1024px) { .hero { min-height: max(640px, min(100svh, 960px)); } }
.hero__medien { position: absolute; inset: 0; }
.hero__medien video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s; }
.hero__medien video.laeuft { opacity: 1; }
.hero__verlauf { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,23,25,.5) 0%, rgba(14,23,25,.1) 26%, rgba(14,23,25,.25) 52%, rgba(14,23,25,.8) 100%); }
.hero__inhalt { position: relative; max-width: var(--max); width: 100%; margin: 0 auto; padding: 120px var(--pad) 112px; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
@media (min-width: 640px) { .hero__inhalt { padding-bottom: 64px; } }
@media (min-width: 1024px) { .hero__inhalt { padding-bottom: 72px; } }
.hero__text { display: flex; flex-direction: column; gap: 18px; max-width: 860px; }
@media (min-width: 640px) { .hero__text { gap: 26px; } }
.hero .eb { color: #E4DDD0; }
.h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(3.25rem, 1.6rem + 6.6vw, 7rem); line-height: .98; letter-spacing: -.015em; }
.hero__lead { font-size: 1.0625rem; line-height: 1.55; max-width: 600px; color: #EDE7DC; }
@media (min-width: 640px) { .hero__lead { font-size: 1.1875rem; } }
@media (min-width: 1024px) { .hero__lead { font-size: 1.25rem; } }
.hero__aktionen { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 8px; }
.textlink { color: var(--hell); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(242,238,230,.5); padding: 10px 0 3px; }
.textlink:hover { color: #fff; border-color: #fff; }
.hero__pause { flex-shrink: 0; }
@media (max-width: 639px) { .hero__aktionen .btn--akzent { display: none; } }

/* ---------- Fakten ---------- */
.fakten { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--linie); }
.fakt { padding: 22px 0; display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 2px; }
.fakt:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--linie); }
.fakt:nth-child(n+3) { border-top: 1px solid var(--linie); }
.fakt:last-child:nth-child(odd) { grid-column: span 2; }
.fakt__wert { font-family: var(--serif); font-weight: 300; font-size: 1.75rem; line-height: 1.2; }
.fakt__label { font-size: .8125rem; color: var(--text-3); line-height: 1.4; }
.fakt__hinweis { display: block; font-size: .75rem; color: var(--text-3); }
@media (min-width: 640px) {
  .fakten { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fakt { padding: 32px 0 32px 24px; border-left: 1px solid var(--linie); border-top: 0 !important; }
  .fakt:nth-child(3n+1) { padding-left: 0; border-left: 0; }
  .fakt:nth-child(n+4) { border-top: 1px solid var(--linie) !important; }
  .fakt:last-child:nth-child(odd) { grid-column: auto; }
  .fakt:nth-child(5) { grid-column: span 2; }
  .fakt__wert { font-size: 2.125rem; } .fakt__label { font-size: .875rem; }
}
@media (min-width: 1024px) {
  .fakten { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .fakt, .fakt:nth-child(3n+1) { padding: 40px 0 40px 28px; border-left: 1px solid var(--linie); border-top: 0 !important; }
  .fakt:first-child { padding-left: 0; border-left: 0; }
  .fakt:nth-child(5) { grid-column: auto; }
  .fakt__wert { font-size: 2.375rem; }
}

/* ---------- 01 Insel ---------- */
.insel { display: grid; gap: 40px; }
.insel__text { display: flex; flex-direction: column; gap: 22px; }
.merkmale { display: grid; gap: 14px; padding-top: 22px; border-top: 1px solid var(--linie); margin-top: 6px; }
.merkmal { display: flex; align-items: center; gap: 14px; font-size: .9375rem; line-height: 1.4; }
.merkmal .ico { width: 26px; height: 26px; color: var(--see-hell); stroke-width: 1.5; }
.insel__bilder { display: grid; gap: 16px; }
.bildrahmen { position: relative; overflow: hidden; border-radius: var(--radius); background: #3B5359; }
.insel__gross { aspect-ratio: 5 / 6; }
.insel__klein { display: none; }
@media (min-width: 640px) {
  .merkmale { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .merkmal { flex-direction: column; align-items: flex-start; gap: 10px; }
  .insel__bilder { grid-template-columns: 3fr 2fr; height: 520px; }
  .insel__gross { aspect-ratio: auto; }
  .insel__klein { display: block; background: #8C6E4F; }
}
@media (min-width: 1024px) {
  .insel { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; align-items: center; }
  .insel__text { grid-column: 1 / span 5; gap: 28px; }
  .insel__bilder { grid-column: 7 / span 6; display: block; position: relative; height: 720px; }
  .insel__gross { position: absolute; top: 0; right: 0; width: 86%; height: 640px; }
  .insel__klein { position: absolute; left: 0; bottom: 0; width: 50%; height: 360px; border: 10px solid var(--papier); }
}

/* ---------- 02 Häuser ---------- */
@media (min-width: 1024px) { .haeuser-kopf { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 48px; } .haeuser-kopf > div { max-width: 760px; display: flex; flex-direction: column; gap: 24px; } .haeuser-kopf .lead { max-width: 380px; } }
.haeuser { display: grid; gap: 20px; }
.haus { background: var(--papier); border-radius: var(--radius); overflow: hidden; display: grid; }
.haus__bild { position: relative; min-height: 220px; background: #A89A83; }
.haus__text { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.haus__titel { font-family: var(--serif); font-weight: 300; font-size: 1.75rem; line-height: 1.15; }
.haus__unter { font-size: .9375rem; color: var(--text-3); line-height: 1.5; }
.haus ul { display: flex; flex-direction: column; gap: 8px; font-size: .9375rem; line-height: 1.45; }
.haus li { padding-left: 18px; position: relative; }
.haus li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 1px; background: var(--accent); }
@media (min-width: 640px) { .haus { grid-template-columns: 240px 1fr; } .haus__text { padding: 32px; } .haus__titel { font-size: 1.875rem; } }
@media (min-width: 1024px) { .haeuser { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } .haus { grid-template-columns: 240px 1fr; } .haus__text { padding: 36px; gap: 16px; } .haus__titel { font-size: 2.125rem; } }
@media (min-width: 1280px) { .haus { grid-template-columns: 260px 1fr; } }

/* Rundgang */
.tour { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 640px) { .tour { margin-top: 48px; } }
@media (min-width: 1024px) { .tour { margin-top: 64px; } }
.tour__buehne { position: relative; height: 420px; border-radius: var(--radius); overflow: hidden; background: #1E2F34; color: var(--hell); }
@media (min-width: 640px) { .tour__buehne { height: 540px; } }
@media (min-width: 1024px) { .tour__buehne { height: 640px; } }
.tour__viewer { position: absolute; inset: 0; }
.tour__verlauf { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(14,23,25,.55) 0%, rgba(14,23,25,.1) 28%, rgba(14,23,25,.2) 62%, rgba(14,23,25,.72) 100%); }
.tour__vorschau-deck { position: absolute; inset: 0; background: rgba(14,23,25,.25); }
.tour__oben { position: absolute; top: 16px; left: 16px; right: 16px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.tour__oben .eb { color: #E4DDD0; }
.tour__zaehler { font-size: .75rem; font-weight: 600; letter-spacing: .08em; color: #E4DDD0; }
.tour__start { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 0 20px; }
.tour__start svg { width: 56px; height: 56px; fill: none; stroke: var(--hell); stroke-width: 1.4; }
.tour__start span { font-size: .875rem; color: #F2EEE6; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.tour:not(.aktiv) .tour__verlauf { background: linear-gradient(180deg, rgba(14,23,25,.55) 0%, rgba(14,23,25,.35) 40%, rgba(14,23,25,.35) 60%, rgba(14,23,25,.75) 100%); }
.tour__unten { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; pointer-events: none; }
.tour__unten > * { pointer-events: auto; }
.tour__raum { display: flex; flex-direction: column; gap: 2px; pointer-events: none; }
.tour__titel { font-family: var(--serif); font-weight: 300; font-size: 1.3125rem; line-height: 1.2; }
.tour__info { font-size: .8125rem; color: #E4DDD0; }
.tour__knoepfe { display: flex; gap: 8px; }
.tour__tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.tour__tab { min-height: 44px; padding: 0 6px; border-radius: 8px; border: 1px solid var(--linie-2); background: var(--papier); color: var(--text); font-size: .875rem; font-weight: 500; }
.tour__tab[aria-selected="true"] { background: var(--nacht); border-color: var(--nacht); color: var(--hell); font-weight: 600; }
@media (min-width: 640px) {
  .tour__oben { top: 24px; left: 24px; right: 24px; }
  .tour__oben .tour__zaehler { display: none; }
  .tour__tabs { position: absolute; top: 58px; left: 24px; right: 24px; z-index: 3; display: flex; flex-wrap: wrap; gap: 8px; }
  .tour__tab { border-radius: 999px; padding: 0 18px; border-color: rgba(242,238,230,.55); background: rgba(15,22,24,.35); color: var(--hell); }
  .tour__tab:hover { background: rgba(15,22,24,.6); }
  .tour__tab[aria-selected="true"] { background: var(--hell); border-color: var(--hell); color: var(--nacht); }
  .tour { position: relative; }
  .tour__unten { left: 24px; right: 24px; bottom: 24px; }
  .tour__titel { font-size: 1.5rem; } .tour__info { font-size: .875rem; }
  .tour__start svg { width: 72px; height: 72px; }
}
@media (min-width: 1024px) { .tour__oben { top: 28px; left: 28px; } .tour__tabs { top: 62px; left: 28px; } .tour__unten { left: 28px; right: 28px; bottom: 28px; } .tour__titel { font-size: 1.625rem; } }
/* Pannellum-Anpassungen */
.tour .pnlm-container { background: #1E2F34; font-family: var(--sans); }
.tour .pnlm-load-box { background: rgba(15,22,24,.7); border-radius: 8px; }
.tour .pnlm-about-msg { display: none !important; }
.tour:fullscreen .tour__buehne, .tour__buehne:fullscreen { height: 100%; border-radius: 0; }

.betten { display: grid; gap: 0; margin-top: 28px; }
.bett { padding: 20px 0; border-top: 1px solid var(--linie-2); display: flex; gap: 16px; align-items: flex-start; }
.bett .ico { width: 28px; height: 28px; color: var(--see-hell); stroke-width: 1.5; }
.bett strong { display: block; font-weight: 600; }
.bett span { font-size: .9375rem; color: var(--text-3); }
@media (min-width: 640px) { .betten { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 40px; } }

/* Galerie */
.galerie { margin-top: 48px; }
.galerie__kopf { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 16px; }
.galerie__kopf h3 { font-family: var(--serif); font-weight: 300; font-size: 1.875rem; line-height: 1.1; }
.galerie__kopf span { font-size: .875rem; color: var(--text-3); }
.galerie__raster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 230px repeat(2, 150px); gap: 10px; }
.kachel { position: relative; padding: 0; border: 0; border-radius: var(--radius); overflow: hidden; background: var(--linie-2); cursor: zoom-in; }
.kachel img { transition: transform .5s ease; }
.kachel:hover img { transform: scale(1.04); }
.kachel:first-child { grid-column: span 2; }
.kachel:nth-child(n+5):not(.kachel--alle) { display: none; }
.kachel--alle { background: var(--see-hell); cursor: pointer; }
.kachel--alle .alle { position: absolute; inset: 0; background: rgba(14,23,25,.6); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: var(--hell); font-weight: 600; font-size: .8125rem; }
.kachel--alle .alle .ico { width: 26px; height: 26px; }
@media (min-width: 640px) {
  .galerie { margin-top: 64px; }
  .galerie__kopf h3 { font-size: 2.125rem; }
  .galerie__raster { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(3, 190px); gap: 12px; }
  .kachel:first-child { grid-row: span 2; }
  .kachel:nth-child(5):not(.kachel--alle) { display: block; }
  .kachel--alle .alle { font-size: .875rem; }
}
@media (min-width: 1024px) {
  .galerie__kopf h3 { font-size: 2.375rem; } .galerie__kopf span { font-size: .9375rem; }
  .galerie__raster { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(3, 240px); gap: 16px; }
  .kachel:nth-child(n+5):not(.kachel--alle) { display: block; }
}

/* Lightbox */
.lightbox { width: 100vw; height: 100vh; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(12,18,20,.96); color: var(--hell); }
.lightbox::backdrop { background: rgba(12,18,20,.96); }
.lightbox[open] { display: flex; flex-direction: column; }
.lightbox__leiste { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; gap: 16px; }
.lightbox__zaehler { font-size: .875rem; letter-spacing: .08em; color: var(--hell-2); }
.lightbox__buehne { flex: 1; min-height: 0; position: relative; display: flex; align-items: center; justify-content: center; padding: 0 12px; touch-action: pan-y; }
.lightbox__buehne img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border-radius: 2px; user-select: none; }
.lightbox__pfeil { position: absolute; top: 50%; transform: translateY(-50%); }
.lightbox__pfeil--zurueck { left: 16px; } .lightbox__pfeil--vor { right: 16px; }
.lightbox__unterschrift { text-align: center; padding: 14px 16px 22px; font-size: .9375rem; color: var(--hell-2); }
@media (max-width: 639px) { .lightbox__pfeil { top: auto; bottom: 12px; transform: none; } .lightbox__unterschrift { padding-bottom: 70px; } }
@media (min-width: 1024px) { .lightbox__buehne { padding: 0 88px; } .lightbox__leiste { padding: 20px 28px; } }

/* ---------- 03 Ausstattung ---------- */
@media (min-width: 1024px) { .ausst-kopf { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; align-items: end; } .ausst-kopf > div { grid-column: 1 / span 7; display: flex; flex-direction: column; gap: 24px; } .ausst-kopf .lead { grid-column: 9 / span 4; } }
.ausst { display: grid; }
.ausst__punkt { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 22px 0; border-top: 1px solid #3E565C; }
.ausst__punkt:last-child { border-bottom: 1px solid #3E565C; }
.ausst__punkt .ico { width: 26px; height: 26px; color: var(--glut); stroke-width: 1.5; }
.ausst__punkt h3 { font-size: 1.0625rem; font-weight: 600; margin-bottom: 6px; }
.ausst__punkt p { font-size: .9375rem; line-height: 1.6; color: var(--hell-2); }
@media (min-width: 640px) {
  .ausst { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; row-gap: 44px; }
  .ausst__punkt { display: flex; flex-direction: column; gap: 14px; padding: 24px 0 0; }
  .ausst__punkt:last-child { border-bottom: 0; }
  .ausst__punkt h3 { font-size: 1.125rem; margin: 0; }
  .ausst__punkt .ico { width: 28px; height: 28px; }
}
@media (min-width: 1024px) { .ausst { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 48px; row-gap: 56px; } .ausst__punkt { padding-top: 28px; gap: 16px; } .ausst__punkt .ico { width: 30px; height: 30px; } .ausst__punkt h3 { font-size: 1.1875rem; } }

/* ---------- 04 Lage ---------- */
.lage { display: grid; gap: 28px; }
.karte { position: relative; height: 320px; border-radius: var(--radius); overflow: hidden; background: #E7E2D5; }
.karte svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.karte__gross { display: none; }
.karte__fuss { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.chip { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 999px; background: rgba(15,22,24,.7); color: var(--hell); font-size: .75rem; font-weight: 500; letter-spacing: .02em; }
.karte__link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border-radius: 999px; background: var(--papier); color: var(--text); font-size: .875rem; font-weight: 600; text-decoration: none; box-shadow: 0 1px 4px rgba(0,0,0,.12); }
.karte__link:hover { background: #fff; color: var(--text); }
.karte__link .ico { width: 14px; height: 14px; stroke-width: 2; }
@media (max-width: 639px) { .karte__fuss .chip { display: none; } .karte__fuss { justify-content: flex-end; } }
.liste div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid var(--linie); }
.liste div:last-child { border-bottom: 1px solid var(--linie); }
.liste dt { font-size: .9375rem; color: var(--text-3); }
.liste dd { font-size: .9375rem; font-weight: 600; text-align: right; }
.orte { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 44px calc(var(--pad) * -1) 0; padding-inline: var(--pad); scroll-padding-inline: var(--pad); scrollbar-width: none; }
.orte::-webkit-scrollbar { display: none; }
.ort { flex: 0 0 76%; scroll-snap-align: start; display: flex; flex-direction: column; gap: 12px; }
.ort__bild { position: relative; height: 300px; border-radius: var(--radius); overflow: hidden; background: #3B5359; }
.ort h3 { font-family: var(--serif); font-weight: 300; font-size: 1.5rem; line-height: 1.15; }
.ort p { font-size: .875rem; line-height: 1.6; color: var(--text-3); }
.punkte { display: flex; justify-content: center; gap: 6px; margin-top: 18px; }
.punkte span { width: 8px; height: 4px; border-radius: 2px; background: var(--linie-2); transition: width .25s, background .25s; }
.punkte span.an { width: 20px; background: var(--nacht); }
@media (min-width: 640px) {
  .lage { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 32px; }
  .lage__text { grid-column: 1 / -1; }
  .karte { grid-column: 1 / -1; height: 440px; }
  .karte__klein { display: none; } .karte__gross { display: block; }
  .karte__fuss { left: 18px; right: 18px; bottom: 18px; }
  .lage .liste { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
  .lage .liste div { padding: 16px 0; }
  .lage .liste div:nth-last-child(2) { border-bottom: 1px solid var(--linie); }
  .orte { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; overflow: visible; margin: 48px 0 0; padding: 0; }
  .ort { gap: 14px; } .ort__bild { height: 240px; }
  .punkte { display: none; }
}
@media (min-width: 1024px) {
  .lage { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; }
  .karte { grid-column: 1 / span 7; height: 520px; }
  .karte__fuss { left: 20px; right: 20px; bottom: 20px; }
  .lage__seite { grid-column: 9 / span 4; display: flex; flex-direction: column; gap: 28px; justify-content: center; }
  .lage .liste { grid-template-columns: 1fr; }
  .lage .liste div:nth-last-child(2) { border-bottom: 0; }
  .lage__text { grid-column: auto; }
  .orte { gap: 24px; margin-top: 72px; }
  .ort { gap: 18px; } .ort__bild { height: 300px; } .ort h3 { font-size: 1.75rem; } .ort p { font-size: .9375rem; }
}
@media (max-width: 1023px) { .lage__seite { display: contents; } }

/* ---------- 05 Anreise ---------- */
.anreise__bild { position: relative; height: 260px; border-radius: var(--radius); overflow: hidden; background: #3B5359; }
.anreise__bild .chip { position: absolute; left: 12px; bottom: 12px; }
.schritte { margin-top: 28px; counter-reset: s; }
.schritt { display: grid; grid-template-columns: 44px 1fr; gap: 10px; padding: 22px 0; border-top: 1px solid var(--linie-2); }
.schritt:first-child { border-top: 2px solid var(--nacht); }
.schritt__nr { font-family: var(--serif); font-weight: 300; font-size: 2.25rem; line-height: 1; color: var(--accent); }
.schritt h3 { font-size: 1.125rem; font-weight: 600; margin-bottom: 6px; }
.schritt p { font-size: .9375rem; line-height: 1.6; color: var(--text-3); }
@media (min-width: 640px) { .anreise__bild { height: 420px; } .anreise__bild .chip { left: 16px; bottom: 16px; } .schritte { margin-top: 48px; } .schritt { grid-template-columns: 72px 1fr; gap: 16px; padding: 28px 0; } .schritt__nr { font-size: 2.75rem; } .schritt h3 { font-size: 1.25rem; margin-bottom: 8px; } }
@media (min-width: 1024px) {
  .anreise__bild { height: 540px; } .anreise__bild .chip { left: 20px; bottom: 20px; }
  .schritte { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 72px; }
  .schritt { display: flex; flex-direction: column; gap: 16px; padding: 28px 0 0; border-top: 2px solid var(--nacht); }
  .schritt h3 { margin: 0; }
}

/* ---------- 06 Gut zu wissen ---------- */
.wissen { display: grid; gap: 40px; }
.faq h3 { margin-bottom: 12px; color: var(--text-3); }
.faq details { border-top: 1px solid var(--linie); }
.faq details:first-of-type { border-top-color: var(--nacht); }
.faq details:last-of-type { border-bottom: 1px solid var(--linie); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 44px; padding: 12px 0; font-family: var(--serif); font-size: 1.3125rem; line-height: 1.3; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { width: 18px; height: 18px; stroke-width: 1.8; transition: transform .2s; }
.faq details[open] summary .ico { transform: rotate(45deg); }
.faq details p { padding: 0 0 18px; font-size: .9375rem; line-height: 1.7; color: var(--text-2); max-width: 560px; }
@media (min-width: 640px) { .wissen { gap: 48px; } .faq summary { font-size: 1.5rem; padding: 18px 0; } .faq details p { font-size: 1rem; } .wissen .liste div { padding: 16px 0; } }
@media (min-width: 1024px) {
  .wissen { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; }
  .wissen__links { grid-column: 1 / span 5; display: flex; flex-direction: column; gap: 36px; }
  .wissen__links .kopfzeile { margin: 0; }
  .faq { grid-column: 7 / span 6; padding-top: 118px; }
  .faq h3 { margin-bottom: 20px; }
  .faq summary { font-size: 1.625rem; padding: 20px 0; }
}

/* ---------- Gastgeber ---------- */
.gastgeber { display: grid; gap: 14px; padding-bottom: var(--abstand); }
.gastgeber__karte { display: flex; flex-direction: column; gap: 18px; padding: 28px 24px; background: var(--sand); border-radius: var(--radius); }
.gastgeber__kopf { display: flex; gap: 16px; align-items: center; }
.gastgeber__foto { width: 72px; height: 72px; border-radius: 999px; overflow: hidden; flex-shrink: 0; background: #A89A83; }
.gastgeber__foto img { width: 100%; height: 100%; object-fit: cover; }
.gastgeber__name { font-size: .9375rem; font-weight: 600; }
.gastgeber blockquote { margin: 0; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.375rem; line-height: 1.35; }
.gastgeber__zeile { font-size: .875rem; color: var(--text-3); }
.gastgeber__zeile--gross { display: none; }
.schwester { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 24px; border: 1px solid var(--linie-2); border-radius: var(--radius); color: var(--text); text-decoration: none; }
.schwester:hover { background: var(--sand); color: var(--text); }
.schwester__name { font-family: var(--serif); font-weight: 300; font-size: 1.625rem; }
.schwester__text { display: none; font-size: .9375rem; line-height: 1.5; color: var(--text-3); }
.schwester .ico { width: 22px; height: 22px; flex-shrink: 0; }
.schwester > div { flex-shrink: 0; display: flex; flex-direction: column; gap: 4px; }
@media (min-width: 640px) {
  .gastgeber { gap: 20px; }
  .gastgeber__karte { display: grid; grid-template-columns: 160px 1fr; gap: 36px; align-items: center; padding: 44px; }
  .gastgeber__kopf { display: contents; }
  .gastgeber__kopf .gastgeber__meta { display: none; }
  .gastgeber__foto { width: 160px; height: 160px; }
  .gastgeber__rechts { display: flex; flex-direction: column; gap: 16px; }
  .gastgeber blockquote { font-size: 1.6875rem; line-height: 1.3; }
  .gastgeber__zeile--gross { display: block; }
  .schwester { padding: 28px 32px; }
  .schwester__text { display: block; flex: 1; }
  .schwester__name { font-size: 1.875rem; }
}
@media (max-width: 639px) { .gastgeber__rechts .eb { display: none; } }
@media (min-width: 1024px) {
  .gastgeber { grid-template-columns: 1fr 360px; gap: 0; background: var(--sand); border-radius: var(--radius); padding: 64px; margin-bottom: var(--abstand); align-items: center; column-gap: 56px; }
  .gastgeber__karte { padding: 0; grid-template-columns: 220px 1fr; gap: 56px; background: none; }
  .gastgeber__foto { width: 220px; height: 220px; }
  .gastgeber blockquote { font-size: 2rem; }
  .gastgeber__rechts { gap: 20px; }
  .schwester { flex-direction: column; align-items: flex-start; gap: 10px; padding: 28px; }
  .schwester .ico { display: none; }
  .schwester__name::after { content: " ↗"; }
}

/* ---------- CTA ---------- */
.cta { position: relative; min-height: 500px; display: flex; align-items: center; background: var(--see-hell); color: var(--hell); overflow: hidden; }
.cta__deck { position: absolute; inset: 0; background: rgba(14,23,25,.55); }
.cta__inhalt { position: relative; width: 100%; display: flex; flex-direction: column; gap: 20px; padding-block: 64px; }
.cta h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.875rem, 1.9rem + 4vw, 5rem); line-height: 1.02; }
.cta p { font-size: 1rem; line-height: 1.6; color: #EDE7DC; max-width: 560px; }
.cta .btn { align-self: stretch; white-space: normal; text-align: center; padding-block: 12px; }
@media (min-width: 640px) { .cta { min-height: 540px; text-align: center; } .cta__inhalt { align-items: center; gap: 24px; } .cta .btn { align-self: center; } .cta p { font-size: 1.0625rem; } }
@media (min-width: 1024px) { .cta { min-height: 560px; } .cta__inhalt { gap: 28px; } .cta p { font-size: 1.125rem; max-width: 760px; } }

/* ---------- Fuß ---------- */
.fuss { background: var(--nacht); color: var(--hell-2); padding: 48px 0 120px; font-size: .9375rem; }
.fuss .wrap { display: flex; flex-direction: column; gap: 32px; }
.fuss .marke svg { width: 28px; height: 28px; }
.fuss .marke span { font-size: 1.375rem; }
.fuss__oben { display: flex; flex-direction: column; gap: 28px; }
.fuss__spalten { display: flex; flex-direction: column; }
.fuss__spalte { display: flex; flex-direction: column; }
.fuss__spalte .eb { display: none; color: var(--hell); font-size: .75rem; }
.fuss a { color: var(--hell-2); }
.fuss a:hover { color: #fff; }
.fuss__spalte a { display: flex; align-items: center; min-height: 44px; border-top: 1px solid #34413F; }
.fuss__spalten > .fuss__spalte:last-child a:last-child { border-bottom: 1px solid #34413F; }
.fuss__beschreibung { display: none; }
.fuss__unten { display: flex; flex-direction: column; gap: 6px; font-size: .8125rem; color: #A9A396; }
@media (min-width: 640px) {
  .fuss { padding: 64px 0; }
  .fuss .wrap { gap: 44px; }
  .fuss__spalten { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
  .fuss__spalte { gap: 12px; }
  .fuss__spalte .eb { display: block; }
  .fuss__spalte a { display: inline; min-height: 0; border: 0 !important; }
  .fuss__unten { padding-top: 20px; border-top: 1px solid #34413F; }
}
@media (min-width: 1024px) {
  .fuss { padding: 72px 0; }
  .fuss .wrap { gap: 56px; }
  .fuss__oben { display: grid; grid-template-columns: 2fr 3fr; gap: 48px; }
  .fuss__marke { display: flex; flex-direction: column; gap: 16px; }
  .fuss__beschreibung { display: block; font-size: .875rem; line-height: 1.6; max-width: 320px; }
  .fuss__unten { flex-direction: row; justify-content: space-between; padding-top: 24px; }
}

/* ---------- Buchungsleiste (Smartphone) ---------- */
.buchleiste { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; height: 72px; padding: 0 8px 0 18px; border-radius: 16px; background: var(--papier); box-shadow: 0 8px 24px rgba(10,16,18,.28); display: flex; align-items: center; justify-content: space-between; gap: 12px; transform: translateY(140%); transition: transform .35s ease; }
.buchleiste.sichtbar { transform: none; }
.buchleiste strong { display: block; font-size: .875rem; font-weight: 600; }
.buchleiste span { font-size: .75rem; color: var(--text-3); }
.buchleiste .btn { min-height: 52px; padding: 0 18px; border-radius: 12px; font-size: .9375rem; }
@media (min-width: 640px) { .buchleiste { display: none; } }
.menue-offen .buchleiste { display: none; }

/* ---------- Rechtstexte ---------- */
.recht { padding: 140px 0 var(--abstand); }
.recht .wrap { max-width: 860px; }
.recht h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.5rem, 2rem + 2.5vw, 3.75rem); line-height: 1.05; margin-bottom: 40px; }
.recht h2 { font-family: var(--serif); font-weight: 400; font-size: 1.625rem; line-height: 1.25; margin: 48px 0 14px; }
.recht h3 { font-size: 1.0625rem; font-weight: 600; margin: 28px 0 8px; }
.recht p, .recht li { color: var(--text-2); }
.recht p + p { margin-top: 12px; }
.recht ul { list-style: disc; padding-left: 1.2em; margin-top: 10px; }
.recht li + li { margin-top: 6px; }
.recht address { font-style: normal; }
.recht .stand { margin-top: 56px; font-size: .875rem; color: var(--text-3); }
.platzhalter { background: #FBE9A6; color: #5A4300; padding: 0 .2em; border-radius: 2px; }

/* ---------- Druck ---------- */
@media print {
  .kopf, .buchleiste, .hero__medien video, .tour__tabs, .tour__start, .hero__pause, .lightbox { display: none !important; }
  .hero { min-height: 0; color: var(--text); background: none; }
  .hero__verlauf, .hero__medien { display: none; }
  .dunkel, .cta { background: none; color: var(--text); }
}

/* --- generiert: Bildausschnitte --- */
.fp-hero{object-position:50% 55%}
.fp-wiese{object-position:55% 50%}
.fp-boot{object-position:72% 50%}
.fp-see{object-position:65% 50%}
.fp-saunahaus{object-position:35% 50%}
.fp-abend{object-position:50% 60%}
