/* Spreehof Lehde — Ferienapartments im Spreewalddorf Lehde
   ------------------------------------------------------------------
   Thema: DIE INSEL. Das Haus steht auf einem von Fließen umgebenen
   Grundstück und ist NUR über eine Fußgängerbrücke erreichbar; geparkt
   wird drüben am Gasthaus SUEZ, wo auch das Frühstück ist. Das ist der
   Reiz des Ortes und zugleich das, was ein Gast vor der Buchung wissen
   muss — mit dem Koffer über eine Holzbrücke ist kein Detail, sondern
   die Anreise. Deshalb ist „Der Weg auf die Insel" eine eigene Station.

   Abgrenzung zu den anderen Beherbergungsseiten im Bestand:
     Hotel Pension Gerono — Stadt, nüchtern, blau
     Hexenschopf         — Schwarzwald, Creme und Weinrot, Fraunces
   Hier: helles Naturweiß, Wassergrün, Playfair Display über Karla, und
   als Zeichen eine liegende Welle statt eines Strichs.

   Farbe: aus dem Hero-Foto gemessen — die Fläche wird von Grüntönen des
   Wassers und der Wiese getragen (#484830 zu 11 %, #303018 zu 4,5 %).
   Das Blau und das Gelb der alten Website stammten aus dem Bausatz des
   Anbieters, nicht vom Haus, und wurden nicht übernommen.
   Nachgerechnet:
     #2a6247 auf #f7f5ee = 6,6:1    Akzenttext auf Naturweiß
     #ffffff auf #2a6247 = 7,2:1    gefüllte Knöpfe
     #17231c auf #f7f5ee = 14,9:1   Fließtext
     #eef2ec auf #16261d = 14,0:1   Text auf dunklem Band
     #7fd0a4 auf #16261d =  8,6:1   Akzent auf dunklem Band

   Mobile first (Hausregel 3): Grundregeln beschreiben die schmale Ansicht.
*/

@font-face{font-family:PlayfairLokal;src:url("schrift/playfair-display-800.woff2") format("woff2");font-weight:800;font-display:swap}
@font-face{font-family:PlayfairLokal;src:url("schrift/playfair-display-600.woff2") format("woff2");font-weight:600;font-display:swap}
@font-face{font-family:KarlaLokal;src:url("schrift/karla-400.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:KarlaLokal;src:url("schrift/karla-500.woff2") format("woff2");font-weight:500;font-display:swap}
@font-face{font-family:KarlaLokal;src:url("schrift/karla-700.woff2") format("woff2");font-weight:700;font-display:swap}

:root{
  --papier:#f7f5ee;
  --papier-2:#eceade;
  --linie:rgba(23,35,28,.15);
  --tinte:#17231c;
  --gedaempft:#4d5a52;
  --gruen:#2a6247;
  --gruen-tief:#1f4d37;
  --gruen-hell:#7fd0a4;
  --dunkel:#16261d;
  --dunkel-2:#0f1c15;
  --auf-dunkel:#eef2ec;
  --auf-dunkel-2:#bcc9c0;
  --r:3px;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--papier);color:var(--tinte);
  font-family:KarlaLokal,system-ui,Arial,sans-serif;line-height:1.64;font-size:16px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

h1,h2,h3{font-family:PlayfairLokal,Georgia,serif;font-weight:800;line-height:1.08;
  margin:0;letter-spacing:-.014em;overflow-wrap:break-word}
h1{font-size:clamp(2.2rem,8.6vw,3.2rem)}
h2{font-size:clamp(1.8rem,6.4vw,2.4rem)}
h3{font-size:1.14rem;line-height:1.22;font-weight:600}
p{margin:0;color:var(--gedaempft)}
h1+p,h2+p,h3+p{margin-top:.95rem}
strong{color:var(--tinte);font-weight:700}
.dunkel strong{color:var(--auf-dunkel)}

/* Augenbraue: kleine liegende Welle — das Zeichen der Seite. */
.marke{display:inline-flex;align-items:center;gap:.6rem;font-family:KarlaLokal;
  font-weight:700;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--gruen);margin-bottom:.9rem}
.marke::before{content:"";width:1.6rem;height:.55rem;flex:0 0 auto;
  background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%208%22%3E%3Cpath%20d%3D%22M1%205%20Q4%201%207%205%20T13%205%20T19%205%20T25%205%22%20fill%3D%22none%22%20stroke%3D%22%232a6247%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat}
.dunkel .marke::before,.hero .marke::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%208%22%3E%3Cpath%20d%3D%22M1%205%20Q4%201%207%205%20T13%205%20T19%205%20T25%205%22%20fill%3D%22none%22%20stroke%3D%22%237fd0a4%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E")}
.dunkel .marke{color:var(--gruen-hell)}

.sprung{position:absolute;left:-9999px;top:.5rem;background:var(--gruen);
  color:#fff;padding:.7rem 1rem;z-index:40;border-radius:var(--r);font-weight:700}
.sprung:focus{left:.75rem}

/* ── Kopf ─────────────────────────────────────────────────────────── */
.kopf{position:sticky;top:0;z-index:30;background:rgba(247,245,238,.96);
  backdrop-filter:blur(14px);border-bottom:1px solid var(--linie)}
.kopf__innen{display:flex;flex-wrap:wrap;align-items:center;
  justify-content:space-between;row-gap:.15rem;column-gap:.5rem;
  max-width:1160px;margin:auto;padding:.25rem .85rem .3rem}
.wortmarke{order:1;flex:0 1 auto;min-width:0;font-family:PlayfairLokal,Georgia,serif;
  font-weight:800;font-size:1.08rem;line-height:1.08;letter-spacing:-.012em;
  display:flex;flex-direction:column;justify-content:center;min-height:34px}
.wortmarke em{display:none;font-style:normal;font-family:KarlaLokal;font-weight:500;
  font-size:.66rem;color:var(--gedaempft);letter-spacing:.1em;text-transform:uppercase}
.wege{order:3;flex:1 0 100%;display:flex;gap:.1rem;overflow-x:auto;
  -webkit-overflow-scrolling:touch;scrollbar-width:none}
.wege::-webkit-scrollbar{display:none}
.wege a{flex:0 0 auto;font-size:.82rem;color:var(--gedaempft);
  padding:.3rem .5rem;border-radius:var(--r);white-space:nowrap}
.wege a:hover{color:#fff;background:var(--gruen)}
.ruf{order:2;flex:0 0 auto}

.knopf{display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:.6rem 1.2rem;border-radius:var(--r);
  border:1px solid var(--gruen);background:var(--gruen);color:#fff;
  font-family:KarlaLokal;font-weight:700;font-size:.92rem;cursor:pointer}
.knopf:hover{background:var(--gruen-tief);border-color:var(--gruen-tief)}
.kopf .knopf{min-height:36px;padding:.3rem .85rem;font-size:.85rem}
.knopf--leer{background:transparent;color:var(--tinte);border-color:var(--linie)}
.knopf--leer:hover{background:rgba(23,35,28,.06);border-color:var(--tinte)}
.dunkel .knopf--leer,.hero__knoepfe .knopf--leer{color:var(--auf-dunkel);
  border-color:rgba(238,242,236,.34)}
.dunkel .knopf--leer:hover,.hero__knoepfe .knopf--leer:hover{background:rgba(238,242,236,.1)}

/* ── Hero ─────────────────────────────────────────────────────────── */
.hero{position:relative;display:grid;align-items:end;min-height:72vh;
  overflow:hidden;background:var(--dunkel)}
.hero__bild{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:center 54%}
.hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(22,38,29,.96) 8%,rgba(22,38,29,.5) 58%,rgba(22,38,29,.24)),
             linear-gradient(90deg,rgba(22,38,29,.88) 4%,rgba(22,38,29,.38) 52%,transparent 86%)}
.hero__innen{position:relative;z-index:1;width:100%;max-width:1160px;
  margin-inline:auto;padding:5rem 1rem 2.8rem;color:var(--auf-dunkel)}
.hero .marke{color:var(--gruen-hell)}
.hero p{font-size:1.05rem;max-width:38rem;color:var(--auf-dunkel-2)}
.hero__knoepfe{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.8rem}
.hero__knoepfe .knopf{flex:1 1 14rem}

/* ── Bänder ───────────────────────────────────────────────────────── */
.band{padding:3.5rem 1rem}
.band.papier-2{background:var(--papier-2)}
.band.dunkel{background:var(--dunkel);color:var(--auf-dunkel)}
.band.dunkel p{color:var(--auf-dunkel-2)}
.innen{max-width:1160px;margin:auto}
.zwei{display:grid;gap:1.6rem}
.zwei p{font-size:1.04rem}

/* ── Ausstattungsliste ────────────────────────────────────────────── */
.liste{list-style:none;margin:2.2rem 0 0;padding:0;display:grid;gap:0;
  border-top:1px solid var(--linie)}
.dunkel .liste{border-color:rgba(238,242,236,.22)}
.liste li{position:relative;padding:.85rem 0 .85rem 1.6rem;font-size:.97rem;
  border-bottom:1px solid var(--linie);color:var(--gedaempft)}
.dunkel .liste li{border-color:rgba(238,242,236,.22);color:var(--auf-dunkel-2)}
.liste li::before{content:"";position:absolute;left:.1rem;top:1.2em;width:1rem;
  height:.4rem;background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%208%22%3E%3Cpath%20d%3D%22M1%205%20Q4%201%207%205%20T13%205%20T19%205%20T25%205%22%20fill%3D%22none%22%20stroke%3D%22%232a6247%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat}
.dunkel .liste li::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%208%22%3E%3Cpath%20d%3D%22M1%205%20Q4%201%207%205%20T13%205%20T19%205%20T25%205%22%20fill%3D%22none%22%20stroke%3D%22%237fd0a4%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E")}
.liste b{font-weight:700;color:var(--tinte)}
.dunkel .liste b{color:var(--auf-dunkel)}

/* ── Preistafel ───────────────────────────────────────────────────── */
.tafel{display:grid;gap:0;margin-top:2.2rem;border-top:2px solid var(--linie)}
.dunkel .tafel{border-color:rgba(238,242,236,.25)}
.posten{display:grid;gap:.3rem;padding:1.15rem 0;border-bottom:1px solid var(--linie)}
.dunkel .posten{border-color:rgba(238,242,236,.22)}
.posten__kopf{display:flex;flex-wrap:wrap;align-items:baseline;
  justify-content:space-between;gap:.3rem 1rem}
.posten h3{font-size:1.1rem}
.posten__preis{font-family:PlayfairLokal,Georgia,serif;font-weight:800;
  font-size:1.4rem;color:var(--gruen);white-space:nowrap}
.dunkel .posten__preis{color:var(--gruen-hell)}
.posten p{font-size:.92rem}

/* ── Kacheln ──────────────────────────────────────────────────────── */
.kacheln{display:grid;gap:1.2rem;margin-top:2.2rem}
.kachel{border:1px solid var(--linie);border-radius:var(--r);padding:1.5rem;
  background:#fff}
.papier-2 .kachel{background:var(--papier)}
.dunkel .kachel{background:rgba(238,242,236,.05);border-color:rgba(238,242,236,.22)}
.kachel h3{margin-bottom:.6rem}
.kachel p{font-size:.95rem}

/* ── Bilder ───────────────────────────────────────────────────────── */
.reihe{display:grid;gap:1rem;margin-top:2.2rem}
.reihe figure{margin:0}
.reihe img{width:100%;height:240px;object-fit:cover;border-radius:var(--r)}
.reihe figcaption{margin-top:.55rem;font-size:.85rem;color:var(--gedaempft)}
.dunkel .reihe figcaption{color:var(--auf-dunkel-2)}
.streifen{display:block;height:42vw;max-height:400px;min-height:190px;overflow:hidden}
.streifen img{width:100%;height:100%;object-fit:cover;object-position:center 55%}
.bildpaar{display:grid;gap:1.2rem;margin-top:2.2rem}
.bildpaar figure{margin:0}
.bildpaar img{width:100%;height:46vw;max-height:360px;min-height:210px;
  object-fit:cover;border-radius:var(--r)}
.bildpaar figcaption{margin-top:.55rem;font-size:.85rem;color:var(--gedaempft)}
.dunkel .bildpaar figcaption{color:var(--auf-dunkel-2)}

/* ── Mitmach-Stationen ────────────────────────────────────────────── */
.station{margin-top:2.2rem;border:1px solid var(--linie);border-radius:var(--r);
  padding:1.4rem;background:#fff}
.papier-2 .station{background:var(--papier)}
.dunkel .station{background:rgba(238,242,236,.05);border-color:rgba(238,242,236,.22)}
.wahl{display:grid;gap:.55rem}
.wahl button{display:block;width:100%;text-align:left;min-height:50px;
  padding:.8rem 1rem;border:1px solid var(--linie);border-radius:var(--r);
  background:transparent;color:var(--tinte);font-family:KarlaLokal;font-weight:500;
  font-size:.96rem;cursor:pointer;line-height:1.35}
.dunkel .wahl button{color:var(--auf-dunkel);border-color:rgba(238,242,236,.25)}
.wahl button[aria-pressed="true"]{background:var(--gruen);color:#fff;
  border-color:var(--gruen);font-weight:700}
.antwort{margin-top:1.3rem;padding-top:1.3rem;border-top:1px solid var(--linie)}
.dunkel .antwort{border-color:rgba(238,242,236,.22)}
.antwort h3{margin-bottom:.55rem}
.antwort .knopf{margin-top:1.2rem}

/* Der Weg auf die Insel: nummerierte Schritte */
.schritte{display:grid;gap:.9rem;margin-top:2.2rem;counter-reset:schritt}
.schritt{position:relative;border:1px solid var(--linie);border-radius:var(--r);
  padding:1.4rem 1.4rem 1.4rem 4rem;background:#fff}
.papier-2 .schritt{background:var(--papier)}
.dunkel .schritt{background:rgba(238,242,236,.05);border-color:rgba(238,242,236,.22)}
.schritt::before{counter-increment:schritt;content:counter(schritt);
  position:absolute;left:1.3rem;top:1.15rem;font-family:PlayfairLokal,Georgia,serif;
  font-weight:800;font-size:1.7rem;line-height:1;color:var(--gruen)}
.dunkel .schritt::before{color:var(--gruen-hell)}
.schritt h3{margin-bottom:.5rem}
.schritt p{font-size:.95rem}

.fein{font-size:.85rem;color:var(--gedaempft);margin-top:1.1rem}
.dunkel .fein{color:var(--auf-dunkel-2)}

/* ── Kontakt ──────────────────────────────────────────────────────── */
.daten{display:grid;gap:0;margin-top:1.5rem;border-top:1px solid var(--linie)}
.daten p{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;
  gap:.2rem 1.2rem;padding:.15rem 0;border-bottom:1px solid var(--linie)}
.daten b{font-family:KarlaLokal;font-weight:700;font-size:.96rem;color:var(--tinte)}
.daten span{color:var(--gedaempft);font-size:.9rem}
.daten b,.daten span,.daten a{display:flex;align-items:center;min-height:44px;margin:0}
.daten a{color:var(--gruen);text-decoration:underline;text-underline-offset:3px}
.dunkel .daten,.dunkel .daten p{border-color:rgba(238,242,236,.22)}
.dunkel .daten b{color:var(--auf-dunkel)}
.dunkel .daten span{color:var(--auf-dunkel-2)}
.dunkel .daten a{color:var(--gruen-hell)}
.formular{display:grid;gap:.9rem}
label.feld{display:grid;gap:.35rem;font-size:.9rem;font-weight:500}
input,select,textarea{width:100%;min-height:48px;padding:.7rem .85rem;font:inherit;
  font-size:1rem;border-radius:var(--r);border:1px solid var(--linie);
  background:#fff;color:var(--tinte)}
textarea{min-height:7.5rem;resize:vertical}
.dunkel label.feld{color:var(--auf-dunkel)}
.dunkel input,.dunkel select,.dunkel textarea{background:rgba(238,242,236,.07);
  border-color:rgba(238,242,236,.28);color:var(--auf-dunkel)}

/* Karte: erst nach Zustimmung, deshalb kein Einwilligungsbanner. */
.karte-block{position:relative;min-height:320px;display:grid;
  background:var(--dunkel-2);color:var(--auf-dunkel)}
.karte-block iframe{border:0;width:100%;height:100%;min-height:320px;display:block}
.karte__sperre{align-self:center;justify-self:center;max-width:34rem;
  padding:2.4rem 1.2rem;text-align:center}
.karte__sperre p{font-size:.95rem;color:var(--auf-dunkel-2)}
.karte__aktionen{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;
  margin-top:1.2rem}
.karte__aktionen .knopf--leer{color:var(--auf-dunkel);border-color:rgba(238,242,236,.34)}

/* ── Fuß ──────────────────────────────────────────────────────────── */
.fuss{background:var(--dunkel);color:var(--auf-dunkel);padding:2.8rem 1rem;font-size:.92rem}
.fuss__innen{max-width:1160px;margin:auto;display:grid;gap:1.5rem}
.fuss p{color:var(--auf-dunkel-2)}
.fuss b{font-family:PlayfairLokal,Georgia,serif;font-weight:800;font-size:1.06rem;
  color:var(--auf-dunkel)}
.fuss a{color:var(--auf-dunkel-2);text-decoration:underline;text-underline-offset:3px}
.fuss a:hover{color:var(--gruen-hell)}

/* ── Rechtstexte ──────────────────────────────────────────────────── */
.rechtstext{max-width:44rem}
.rechtstext h1{font-size:clamp(2rem,7.5vw,2.7rem);margin-bottom:.5rem}
.rechtstext h2{font-size:1.18rem;margin:2.2rem 0 .5rem}
.rechtstext p{margin-bottom:.9rem}
.hinweis{margin-top:2.6rem;border:1px solid var(--gruen);border-left-width:4px;
  background:rgba(42,98,71,.07);padding:1.2rem;border-radius:var(--r)}
.hinweis strong{display:block;font-family:PlayfairLokal,Georgia,serif;font-weight:800;
  font-size:1.14rem;color:var(--gruen-tief);margin-bottom:.5rem}
.hinweis p:last-child{margin-bottom:0}

/* ══ ab 620 px ════════════════════════════════════════════════════ */
@media (min-width:620px){
  .kacheln{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .reihe{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .bildpaar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .liste{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:2.4rem}
  .formular{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .formular .weit{grid-column:1/-1}
  .fuss__innen{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .hero__knoepfe .knopf{flex:0 0 auto}
  .schritte{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}

/* ══ ab 760 px: Kopf einreihig ════════════════════════════════════ */
@media (min-width:760px){
  .kopf__innen{flex-wrap:nowrap;padding:.45rem 1.4rem;column-gap:1.2rem}
  .wortmarke{order:0;font-size:1.18rem}
  .wortmarke em{display:block}
  .wege{order:0;flex:1 1 auto;justify-content:center;overflow:visible}
  .wege a{font-size:.85rem;padding:.45rem .65rem}
  .ruf{order:0}
  .kopf .knopf{min-height:42px;padding:.5rem 1rem;font-size:.87rem}
  .band{padding:5rem 1.4rem}
  .hero__innen{padding:7rem 1.4rem 4rem}
  .fuss{padding:3.4rem 1.4rem}
  .kacheln{grid-template-columns:repeat(3,1fr)}
  .reihe{grid-template-columns:repeat(4,1fr)}
  .schritte{grid-template-columns:repeat(4,1fr)}
}

/* ══ ab 1000 px ═══════════════════════════════════════════════════ */
@media (min-width:1000px){
  h1{font-size:clamp(2.8rem,5vw,4rem)}
  h2{font-size:clamp(2rem,3.3vw,2.8rem)}
  .hero{min-height:80vh}
  /* Ueberschrift und Text stehen UNTEREINANDER (Hausregel 15). Nur echte
     Blockpaare — Kontaktdaten und Formular — stehen nebeneinander. */
  .zwei{grid-template-columns:minmax(0,1fr);gap:1.2rem}
  .zwei > div > p{max-width:70ch}
  .zwei.gespann{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.6rem;align-items:start}
  .band{padding:6rem 2rem}
  .hero__innen{padding:8rem 2rem 5rem}
  .liste{grid-template-columns:repeat(3,1fr);column-gap:2.4rem}
  .posten{grid-template-columns:minmax(0,24rem) minmax(0,1fr);gap:.5rem 2.4rem;
    align-items:start}
  .posten__kopf{grid-column:1;flex-direction:column;align-items:flex-start}
  .posten p{grid-column:2}
}

/* Hausregel 9: zwischen Kontakt, Karte und Fuss bleibt keine Flaeche stehen. */
.band--anschluss{padding-bottom:0}
.band--anschluss > .innen{padding-bottom:3.5rem}

/* Lange deutsche Woerter (Ferienapartment, Gemeinschaftskueche) liefen
   auf 320 px aus der Seite. */
@media (max-width:719.98px){
  h1,h2,h3,p,.liste li,.wahl button{hyphens:auto}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
