/* erinnerungsgarten-siegele.de · eine CSS-Datei, Farben nur als Tokens in :root
 *
 * Farbquellen: Logo-SVG (#005027, #c6d300, #828282) + Altseite (#012100 Footer, #333 Text, #5e6661, #e4ecd8)
 * Kontraste (WCAG 2.x, berechnet 15.09.2026):
 *   --text     #333333 auf #ffffff 12.63:1 · auf --flaeche 10.40:1
 *   --leise    #5e6661 auf #ffffff  5.92:1 · auf --flaeche  4.87:1
 *   --gruen    #005027 auf #ffffff  9.65:1 · auf --flaeche  7.94:1 · #ffffff auf --gruen 9.65:1
 *   --lime     #c6d300 auf --gruen  5.84:1 · auf --nacht 10.44:1 · auf #ffffff 1.65:1 → NIE auf Hell
 *   --grau     #828282 auf #ffffff  3.84:1 → nur große Schrift / Deko
 *   --nacht    #012100 · #ffffff darauf 17.23:1
 *   --sand     #f5f0eb (Wetter-Widget der Altseite) · --text 11.16:1 · --gruen 8.52:1 · --leise 5.23:1
 *   --schleier --nacht zu 65 % über Foto · #ffffff darauf im schlechtesten Fall (weißes Bildpixel) 5.47:1
 *   Kartenpunkt --gruen auf hellster Kartenfarbe 9.24:1, auf dunkelster 2.67:1 → weißer Rand 2px
 *   --rot      #a4262c (Kreuz „nicht enthalten“) auf #ffffff 7.26:1 · auf --sand 6.41:1
 *   Altseite: Footer-Links #68870d auf #012100 = 4.15:1 (zu wenig) → hier --lime
 */

@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500 600; font-display: swap;
  src: url("../fonts/cormorant-garamond-normal-500-600.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 500; font-display: swap;
  src: url("../fonts/cormorant-garamond-italic-500.woff2") format("woff2"); }
@font-face { font-family: "Mulish"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../fonts/mulish-normal-400-700.woff2") format("woff2"); }
@font-face { font-family: "Mulish"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("../fonts/mulish-italic-400.woff2") format("woff2"); }

:root {
  --gruen: #005027;
  --lime: #c6d300;
  --grau: #828282;
  --nacht: #012100;
  --text: #333333;
  --leise: #5e6661;
  --flaeche: #e4ecd8;
  --weiss: #ffffff;
  --sand: #f5f0eb;
  --rot: #a4262c;
  --schleier: rgb(1 33 0 / .65);
  --schatten: rgb(0 0 0 / .08);
  --linie-nacht: rgb(255 255 255 / .2);

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Mulish", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  --breite: 72rem;
  --rand: clamp(1rem, 4vw, 2rem);
  --abstand: clamp(3rem, 8vw, 6rem);
  --radius: 4px;
  --fokus: 3px solid var(--gruen);
}

/* Basis */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font: 400 1.0625rem/1.65 var(--sans); color: var(--text); background: var(--weiss); }
img, svg, video { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.15; color: var(--gruen); margin: 0 0 .5em; overflow-wrap: break-word; hyphens: auto; }
h1 { font-size: clamp(2.25rem, 5vw + 1rem, 3.75rem); }
h2 { font-size: clamp(1.75rem, 3vw + 1rem, 2.625rem); }
h3 { font-size: clamp(1.375rem, 1.5vw + 1rem, 1.75rem); }
p, ul, ol { margin: 0 0 1em; }
a { color: var(--gruen); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: var(--fokus); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.huelle { width: min(100% - 2 * var(--rand), var(--breite)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: var(--rand); top: -4rem; z-index: 100; padding: .5rem 1rem; background: var(--gruen); color: var(--weiss); }
.skip:focus { top: .5rem; }

/* Header */
.kopf { position: relative; z-index: 50; background: var(--weiss); border-bottom: 1px solid var(--flaeche); }
.kopf__innen { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 5.5rem; }
.kopf__logo img { width: clamp(11rem, 20vw, 15rem); }
.menu-knopf { display: none; }
.nav__liste { display: flex; gap: clamp(1rem, 2.5vw, 2rem); margin: 0; padding: 0; list-style: none; }
.nav__liste > li { position: relative; }
.nav a, .nav button { font: 600 1rem/1.4 var(--sans); color: var(--gruen); text-decoration: none; }
.nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--lime); text-decoration-thickness: 3px; }
.nav__gruppe { display: flex; align-items: center; gap: .25rem; }
.nav__auf { display: inline-grid; place-items: center; width: 2rem; height: 2rem; padding: 0; border: 0; background: none; cursor: pointer; }
.nav__auf::after { content: ""; width: .5rem; height: .5rem; border: solid var(--gruen); border-width: 0 2px 2px 0; transform: translateY(-2px) rotate(45deg); }
.nav__auf[aria-expanded="true"]::after { transform: translateY(2px) rotate(225deg); }
.nav__sub { display: none; margin: 0; padding: .75rem 0; list-style: none; }
.nav__sub a { display: block; padding: .375rem 1.25rem; font-weight: 400; }
.nav__sub a:hover { background: var(--flaeche); }
.nav__auf[aria-expanded="true"] + .nav__sub { display: grid; }

@media (min-width: 64.01rem) {
  .nav__sub { position: absolute; top: 100%; left: -1.25rem; min-width: 32rem; grid-template-columns: 1fr 1fr;
    background: var(--weiss); border: 1px solid var(--flaeche); border-radius: var(--radius); box-shadow: 0 .75rem 2rem var(--schatten); }
}

@media (max-width: 64rem) {
  .menu-knopf { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .75rem; border: 2px solid var(--gruen);
    border-radius: var(--radius); background: var(--weiss); font: 600 1rem/1 var(--sans); color: var(--gruen); cursor: pointer; }
  .menu-knopf__strich, .menu-knopf__strich::before, .menu-knopf__strich::after { display: block; width: 1.125rem; height: 2px; background: var(--gruen); }
  .menu-knopf__strich { position: relative; }
  .menu-knopf__strich::before, .menu-knopf__strich::after { content: ""; position: absolute; left: 0; }
  .menu-knopf__strich::before { top: -6px; }
  .menu-knopf__strich::after { top: 6px; }
  .js .nav { display: none; }
  .js .nav.ist-offen { display: block; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 5.5rem); overflow-y: auto;
    padding: 1rem var(--rand) 2rem; background: var(--weiss); border-bottom: 1px solid var(--flaeche); }
  .nav__liste { flex-direction: column; gap: 0; }
  .nav__liste > li { border-bottom: 1px solid var(--flaeche); }
  .nav__liste > li > a, .nav__gruppe > a { display: block; padding: .875rem 0; flex: 1; }
  .nav__sub { grid-template-columns: 1fr 1fr; padding: 0 0 1rem; }
  .nav__sub a { padding: .5rem 0; }
}

/* Inhalt */
main { display: block; }
.abschnitt { padding-block: var(--abstand); }
.abschnitt--flaeche { background: var(--flaeche); }
.knopf { display: inline-block; padding: .75rem 1.5rem; border: 2px solid var(--gruen); border-radius: var(--radius);
  background: var(--gruen); color: var(--weiss); font: 700 1rem/1.3 var(--sans); text-decoration: none; }
.knopf:hover { background: var(--nacht); border-color: var(--nacht); }
.knopf--hell { background: transparent; color: var(--gruen); }
.knopf--hell:hover { background: var(--flaeche); border-color: var(--gruen); }

.abschnitt--sand { background: var(--sand); }
.dachzeile { margin: 0 0 .25rem; font: 700 .8125rem/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--gruen); }

/* Startseite: Hero */
.hero { position: relative; background: linear-gradient(to bottom, transparent 50%, var(--sand) 50%); }
.hero__bild { width: 100%; aspect-ratio: 1600 / 646; object-fit: cover; object-position: 50% 30%; }
.hero__tafel { position: relative; margin-top: -4rem; padding: clamp(1.5rem, 4vw, 2.5rem); max-width: 40rem;
  background: var(--weiss); border-radius: var(--radius); box-shadow: 0 1rem 2.5rem var(--schatten); }
.hero__tafel h1 { margin-bottom: .75rem; }
.hero__unterzeile { font-size: 1.125rem; color: var(--gruen); font-weight: 600; }
.hero + .abschnitt { padding-top: calc(var(--abstand) - 1rem); }
@media (min-width: 64.01rem) {
  .hero { background: none; }
  .hero__bild { min-height: 34rem; max-height: 80vh; }
  .hero > .huelle { position: absolute; left: 0; right: 0; bottom: 3rem; display: flex; justify-content: flex-end; }
  .hero__tafel { margin-top: 0; max-width: 30rem; } /* rechts, Johannes steht in der Bildmitte */
}
@media (max-width: 40rem) {
  .hero__bild { aspect-ratio: 640 / 457; }
  .hero__tafel { margin-top: -2rem; }
}

/* Startseite: Wetter (Open-Meteo erst nach Klick) */
.wetter__titel { font-style: italic; }
.wetter__steuerung { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 1rem; margin: 1.5rem 0 .75rem; }
.wetter__auswahl { flex: 1 1 18rem; }
.wetter__auswahl label { display: block; margin-bottom: .375rem; font-weight: 700; color: var(--gruen); }
.wetter select { width: 100%; padding: .75rem 1rem; border: 2px solid var(--gruen); border-radius: var(--radius);
  background: var(--weiss); font: 600 1rem/1.3 var(--sans); color: var(--text); }
.wetter__hinweis { font-size: .9375rem; color: var(--leise); max-width: 46rem; }
.js .wetter.ist-geladen .wetter__hinweis, .js .wetter.ist-geladen [data-wetter-laden] { display: none; }
html:not(.js) .wetter { display: none; }
.wetter__empf { display: grid; gap: .75rem; margin: 1.5rem 0; }
@media (min-width: 34rem) { .wetter__empf { grid-template-columns: 1fr 1fr; } }
.wetter__karte { display: flex; gap: .875rem; align-items: flex-start; padding: 1rem 1.25rem; background: var(--weiss); border-radius: var(--radius); }
.wetter__karte svg, .wetter__tag svg { flex: none; width: 2rem; height: 2rem; color: var(--gruen); }
.wetter__label { margin: 0 0 .125rem; font: 700 .75rem/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--leise); }
.wetter__text { margin: 0; font-weight: 600; }
.wetter__service { margin: 0 0 1.5rem; padding: .75rem 1rem; border-left: 3px solid var(--gruen); background: var(--weiss); }
.wetter__tage { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; margin: 0; padding: 0; list-style: none; }
@media (max-width: 34rem) { .wetter__tage { grid-template-columns: repeat(3, 1fr); } }
.wetter__tag { padding: .875rem .25rem; text-align: center; background: var(--weiss); border-radius: var(--radius); }
.wetter__tag svg { display: block; margin: .375rem auto; }
.wetter__wt { margin: 0; font-weight: 800; font-size: .8125rem; text-transform: uppercase; color: var(--gruen); }
.wetter__tmp { margin: 0; font-weight: 700; }
.wetter__tmp small { font-weight: 600; color: var(--leise); }
.wetter__reg { margin: .25rem 0 0; font-size: .8125rem; font-weight: 700; color: var(--gruen); }
.wetter__meldung { padding: 1.5rem; text-align: center; color: var(--leise); }
.wetter__fuss { margin: 1rem 0 0; font-size: .8125rem; color: var(--leise); text-align: right; }
.wetter__fuss a { color: var(--leise); }

/* Startseite: Kacheln */
.kacheln { display: grid; gap: clamp(1rem, 3vw, 2rem); grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 1fr)); margin: 0; padding: 0; list-style: none; }
.kacheln a { display: block; border-radius: var(--radius); overflow: hidden; }
.kacheln img { width: 100%; aspect-ratio: 640 / 394; object-fit: cover; transition: transform .3s ease; }
.kacheln a:hover img { transform: scale(1.03); }
.kacheln a:focus-visible { outline-offset: 4px; }

/* Startseite: Zitat auf Bild */
.zitat { position: relative; display: grid; min-height: clamp(26rem, 60vw, 40rem); overflow: hidden; color: var(--weiss); }
.zitat__bild { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 20% 50%; }
.zitat::before { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--schleier); }
.zitat__innen { position: relative; z-index: 2; align-self: center; padding-block: var(--abstand); text-align: right; }
.zitat__text { margin: 0 0 1rem auto; max-width: 18ch; font-size: clamp(2.25rem, 5vw + 1rem, 4.25rem); font-style: italic; color: var(--weiss); }
.zitat__name { margin: 0; font: 700 .875rem/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; }

/* Zwei Spalten Text + Bild */
.zwei-spalten { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.zwei-spalten__bild { width: 100%; max-width: 28rem; border-radius: var(--radius); justify-self: center; }
@media (min-width: 52rem) {
  .zwei-spalten { grid-template-columns: 1.1fr .9fr; }
  .zwei-spalten--bild-links { grid-template-columns: .9fr 1.1fr; }
}

/* Karte (statisches OSM-Bild, Marker als Links) */
.karte-raster { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (min-width: 64.01rem) {
  .karte-raster { grid-template-columns: 1fr 34rem; }
  .karte-raster__text { position: sticky; top: 2rem; }
}
.karte { margin: 0; }
.karte__flaeche { position: relative; border-radius: var(--radius); overflow: hidden; }
.karte__flaeche > img { width: 100%; }
.karte__marker { margin: 0; padding: 0; list-style: none; }
.marker { position: absolute; width: 0; height: 0; }
.marker a { position: absolute; left: -.6875rem; top: -.6875rem; display: flex; align-items: center; width: 1.375rem; height: 1.375rem;
  color: var(--gruen); text-decoration: none; }
.marker a::before { content: ""; flex: none; width: 1rem; height: 1rem; margin: .1875rem; border: 2px solid var(--weiss); border-radius: 50%;
  background: var(--gruen); box-shadow: 0 0 0 1px var(--gruen); }
.marker span { position: absolute; top: 50%; transform: translateY(-50%); white-space: nowrap; padding: .125rem .5rem;
  font: 700 .8125rem/1.3 var(--sans); background: var(--weiss); border-radius: 1rem; box-shadow: 0 .125rem .5rem var(--schatten); }
.marker--r span { left: 1.625rem; }
.marker--l span { right: 1.625rem; }
.marker--o span, .marker--u span { left: 50%; transform: translateX(-50%); }
.marker--o span { top: auto; bottom: 1.625rem; }
.marker--u span { top: 1.625rem; }
.marker a:hover::before, .marker a:focus-visible::before { background: var(--nacht); transform: scale(1.25); }
.marker a:hover span, .marker a:focus-visible span { background: var(--gruen); color: var(--weiss); }
.marker a:focus-visible { outline: none; }
.marker a:focus-visible span { outline: var(--fokus); outline-offset: 2px; }
@media (max-width: 40rem) {
  /* Beschriftung nur optisch aus (Linkname bleibt für Screenreader), bei Fokus/Hover sichtbar */
  .marker span { clip-path: inset(50%); }
  .marker a:hover span, .marker a:focus-visible span { clip-path: none; z-index: 3; }
  .marker a { left: -.75rem; top: -.75rem; width: 1.5rem; height: 1.5rem; }
  .marker a::before { margin: .25rem; }
  /* Forst alt/neu liegen 300 m auseinander: Tippziele (24 px) sonst überlappend */
  .marker a[href="/forst-alt/"] { transform: translateX(-.75rem); }
  .marker a[href="/forst-neu/"] { transform: translateX(.75rem); }
}
.karte figcaption { margin-top: .5rem; font-size: .8125rem; color: var(--leise); }
.karte figcaption a { color: var(--leise); }

/* Standortseiten: Hero + Einleitung */
.ort-hero { position: relative; background: var(--sand); }
.ort-hero__bild { width: 100%; aspect-ratio: 16 / 7; max-height: 32rem; object-fit: cover; }
@media (max-width: 40rem) { .ort-hero__bild { aspect-ratio: 4 / 3; } }
.ort-hero .huelle { position: relative; }
.ort-hero__tafel { position: relative; display: inline-block; margin-top: -3.5rem; padding: 1.25rem 2rem 1rem; background: var(--weiss); border-radius: var(--radius); box-shadow: 0 1rem 2.5rem var(--schatten); }
.ort-hero__tafel h1 { margin: 0; }
.ort-hero__gemeinde { margin: 0; color: var(--leise); font-size: 1.0625rem; }
.ort-intro { padding-top: 2.5rem; }
.ort-intro__raster { display: grid; gap: 2rem; }
.ort-intro__unterzeile { font: 600 clamp(1.5rem, 2vw + 1rem, 2rem)/1.2 var(--serif); color: var(--gruen); }
.knopfreihe { display: flex; flex-wrap: wrap; gap: .75rem; margin: 0; padding: 0; list-style: none; }
@media (min-width: 52rem) {
  .ort-intro__raster { grid-template-columns: 1.4fr 1fr; align-items: start; }
  .knopfreihe { flex-direction: column; align-items: flex-start; padding-left: 2rem; border-left: 2px solid var(--gruen); }
}

/* Legende */
.legende h2 { font-size: clamp(1.5rem, 2vw + 1rem, 2rem); }
.legende__liste { display: grid; gap: .5rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
@media (min-width: 52rem) { .legende__liste { grid-template-columns: 1fr 1fr; } }
.legende__liste li { display: flex; gap: 1rem; align-items: center; padding: .625rem 1rem; background: var(--sand); border-radius: var(--radius); font-size: .9375rem; }
.legende__liste img { flex: none; width: 2.5rem; height: 2.5rem; object-fit: contain; }

/* Angebote */
.ang { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.ang:nth-child(even of .ang) { background: var(--sand); }
.angebot__kopf { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; padding-bottom: .75rem; margin-bottom: 1.5rem; border-bottom: 2px solid var(--gruen); }
.angebot__kopf h2 { margin: 0; font-size: clamp(1.625rem, 2vw + 1rem, 2.25rem); text-transform: uppercase; letter-spacing: .02em; }
.angebot__kopf strong { font-family: var(--sans); font-weight: 800; letter-spacing: 0; }
.angebot__symbol { flex: none; width: 2.5rem; height: 2.5rem; object-fit: contain; }
.angebot__hinweis { margin-bottom: 1.5rem; padding: .875rem 1.25rem; background: var(--flaeche); border-left: 3px solid var(--gruen); }
.angebot__hinweis p { margin: 0; }
.angebot__raster { display: grid; gap: clamp(1.5rem, 4vw, 3rem); }
@media (min-width: 64.01rem) { .angebot__raster { grid-template-columns: 1.1fr 1fr; align-items: start; } }
.angebot__text .dachzeile { text-transform: uppercase; }
.galerie { display: grid; gap: .5rem; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.galerie li:first-child { grid-column: 1 / -1; }
.galerie a { display: block; border-radius: var(--radius); overflow: hidden; cursor: zoom-in; }
.galerie img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.galerie__text { display: block; margin-top: .25rem; font-size: .875rem; color: var(--leise); }
.variante { margin-top: 2rem; }
.variante h3 { margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--flaeche); text-transform: uppercase; font-size: 1.375rem; }
.variante h3 strong { font-family: var(--sans); font-weight: 800; }
.leistungen { display: grid; gap: 1.5rem; }
@media (min-width: 40rem) { .leistungen { grid-template-columns: 1fr 1fr; } }
.leistungen p { margin: 0 0 .5rem; font: 700 .875rem/1.4 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--gruen); }
.leistungen ul { margin: 0; padding: 0; list-style: none; }
.leistungen li { position: relative; padding-left: 1.75rem; margin-bottom: .25rem; }
.leistungen li::before { position: absolute; left: 0; top: 0; width: 1.25rem; text-align: center; font-weight: 800; }
.ja li::before { content: "✓"; color: var(--gruen); }
.nein li::before { content: "✕"; color: var(--rot); }
.preis { display: grid; gap: .25rem 1rem; margin: 1.5rem 0 0; padding: .875rem 1.25rem; background: var(--weiss); border: 2px solid var(--gruen); border-radius: var(--radius); }
@media (min-width: 40rem) { .preis { grid-template-columns: 1fr auto 1fr; align-items: center; } .preis span:last-child { text-align: right; } }
.preis b { font-weight: 400; font-size: 1.25rem; color: var(--gruen); }
.preis b strong { font-size: 1.5rem; }

/* Feld-Trenner, Herzensprojekt */
.trenner { position: relative; display: grid; min-height: clamp(9rem, 20vw, 14rem); overflow: hidden; }
.trenner__bild { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.trenner__text { position: relative; align-self: center; justify-self: start; margin: 0 0 0 max(var(--rand), calc((100% - var(--breite)) / 2)); padding: .5rem 1.25rem; background: var(--weiss); border-radius: var(--radius); font: 600 1.5rem/1.2 var(--serif); color: var(--gruen); }
.herz { position: relative; display: grid; padding-block: clamp(3rem, 10vw, 8rem); overflow: hidden; }
.herz__bild { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.herz .huelle { position: relative; }
.herz__tafel { max-width: 44rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--weiss); border-radius: var(--radius); }
.herz__unterzeile { font-weight: 700; color: var(--gruen); }

/* Zwei-Klick: Belegungspläne, Vimeo */
.einbettung__hinweis { max-width: 46rem; font-size: .9375rem; color: var(--leise); }
.plaene { display: grid; gap: 1rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.plan { padding: 1.25rem; background: var(--weiss); border-radius: var(--radius); }
.plan h3 { font-size: 1.375rem; }
.einbettung__extern { margin-left: 1rem; font-size: .9375rem; }
.plan iframe { display: block; width: 100%; height: min(80vh, 44rem); margin-top: 1rem; border: 0; }
.videos { display: grid; gap: 1.5rem; margin-top: 1.5rem; }
.video { position: relative; max-width: 60rem; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius); background: var(--nacht); }
.video img, .video iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.einbettung__start { position: absolute; inset: 0; width: 100%; border: 0; background: transparent; cursor: pointer; }
.einbettung__start::before { content: ""; position: absolute; left: 50%; top: 50%; width: 5rem; height: 5rem; transform: translate(-50%, -50%);
  border-radius: 50%; background: var(--gruen); box-shadow: 0 0 0 4px var(--weiss); }
.einbettung__start::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-35%, -50%);
  border-style: solid; border-width: .9rem 0 .9rem 1.5rem; border-color: transparent transparent transparent var(--weiss); }
.einbettung__start:hover::before, .einbettung__start:focus-visible::before { background: var(--nacht); }

/* Vertragssektion */
.vertrag__kopf { display: grid; gap: 1.5rem; align-items: start; margin-bottom: 2rem; }
.vertrag__logo { width: 7rem; }
.vertrag__raster { display: grid; gap: 2rem; }
.vertrag__eintrag { display: grid; gap: 1rem; align-content: start; }
.vertrag__eintrag img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.vertrag__eintrag h3 { margin-bottom: .375rem; }
@media (min-width: 52rem) {
  .vertrag__kopf { grid-template-columns: 7rem 1fr; }
  .vertrag__raster { grid-template-columns: 1fr 1fr; }
  .vertrag__eintrag { grid-template-columns: 14rem 1fr; }
}

/* Lightbox */
.lightbox { max-width: min(96vw, 1600px); max-height: 94vh; padding: 0; border: 0; background: transparent; }
.lightbox::backdrop { background: var(--schleier); }
.lightbox img { max-width: 100%; max-height: 86vh; margin: 0 auto; border-radius: var(--radius); }
.lightbox__leiste { display: flex; justify-content: center; gap: .5rem; margin-top: .5rem; }
.lightbox button { padding: .5rem 1rem; border: 2px solid var(--weiss); border-radius: var(--radius); background: var(--nacht); color: var(--weiss); font: 700 1rem/1 var(--sans); cursor: pointer; }

/* Footer */
.fuss { background: var(--nacht); color: var(--weiss); padding-block: clamp(3rem, 6vw, 4.5rem) 1.5rem; font-size: 1rem; }
.fuss a { color: var(--lime); }
.fuss__raster { display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.fuss h2 { font-size: 1.625rem; color: var(--weiss); }
.fuss h3 { font: 700 1rem/1.4 var(--sans); color: var(--weiss); margin: 0 0 .25rem; }
.fuss address { font-style: normal; margin-bottom: 1em; }
.fuss__liste { list-style: none; padding: 0; }
.fuss__liste li + li { margin-top: .25rem; }
.fuss__unten { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--linie-nacht); font-size: .9375rem; }
.fuss__unten p { margin: 0; }

/* Übrige Seiten: Übersicht, Gartenpost, Beiträge, Kontakt, Rechtstexte */
.schmal { max-width: 46rem; }
.seite-kopf h1 { margin-bottom: .75rem; }
.beitraege { display: grid; gap: clamp(1.5rem, 3vw, 2rem); grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr)); margin: 0; padding: 0; list-style: none; }
.post-karte { display: flex; flex-direction: column; background: var(--weiss); border: 1px solid var(--flaeche); border-radius: var(--radius); overflow: hidden; }
.post-karte__bild { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; }
.post-karte__text { display: flex; flex-direction: column; flex: 1; padding: 1.25rem 1.5rem 1.5rem; }
.post-karte h3 a { color: inherit; text-decoration: none; }
.post-karte h3 a:hover { text-decoration: underline; }
.post-karte__text p:last-child { margin: auto 0 0; }
.post-karte__mehr { font-weight: 700; }
.beitrag h1 { margin-bottom: 1.5rem; }
.beitrag h2 { margin-top: 2rem; font-size: clamp(1.5rem, 2vw + 1rem, 2rem); }
.beitrag__bild { width: 100%; margin-bottom: 1.5rem; border-radius: var(--radius); }
.beitrag__autor { color: var(--leise); }
.beitrag__zurueck { margin-top: 2rem; font-weight: 700; }
.audio { margin: 1.5rem 0; padding: 1.25rem 1.5rem; background: var(--sand); border-radius: var(--radius); }
.audio figcaption { margin-bottom: .75rem; font-weight: 700; color: var(--gruen); }
.audio audio { width: 100%; }
.audio p { margin: .75rem 0 0; font-size: .9375rem; }
.bildraster { display: grid; gap: .5rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 12rem), 1fr)); margin: 2rem 0 0; padding: 0; list-style: none; }
.bildraster a { display: block; border-radius: var(--radius); overflow: hidden; cursor: zoom-in; }
.bildraster img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.kontakt-raster { display: grid; gap: clamp(2rem, 5vw, 4rem); }
@media (min-width: 52rem) { .kontakt-raster { grid-template-columns: 1fr 18rem; } }
.kontakt-adresse { align-self: start; padding: 1.5rem; background: var(--flaeche); border-radius: var(--radius); }
.kontakt-adresse p:last-child { margin: 0; }
.formular { margin-top: 2rem; }
.formular label { display: block; margin-bottom: .375rem; font-weight: 700; color: var(--gruen); }
.formular input, .formular textarea { width: 100%; padding: .75rem 1rem; border: 2px solid var(--leise); border-radius: var(--radius);
  background: var(--weiss); font: 400 1rem/1.5 var(--sans); color: var(--text); }
.formular input:focus-visible, .formular textarea:focus-visible { border-color: var(--gruen); }
.formular__hinweis { font-size: .9375rem; color: var(--leise); }
.formular__falle { position: absolute; width: 1px; height: 1px; margin: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.rechtstext h2 { margin-top: 2.25rem; font-size: clamp(1.5rem, 1.5vw + 1rem, 1.875rem); }
.rechtstext ul { padding-left: 1.25rem; }
.entwurf { display: inline-block; padding: .375rem .75rem; border-left: 3px solid var(--rot); background: var(--sand); font-weight: 700; color: var(--rot); }
