/* ====================================================================
   Friesdorf-Verlag — Webpräsenz
   Design: Sage Green, abgestimmt auf das Buchcover
   Schriften lokal eingebunden (DSGVO-konform, keine Google-Verbindung)
   ==================================================================== */

/* ===== Schriften ===================================================== */
@font-face { font-family:'Cormorant'; font-weight:500; font-display:swap;
  src:url('fonts/cormorant-500.woff2') format('woff2'); }
@font-face { font-family:'Cormorant'; font-weight:600; font-display:swap;
  src:url('fonts/cormorant-600.woff2') format('woff2'); }
@font-face { font-family:'Cormorant'; font-weight:700; font-display:swap;
  src:url('fonts/cormorant-700.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-weight:400; font-display:swap;
  src:url('fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-weight:500; font-display:swap;
  src:url('fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-weight:600; font-display:swap;
  src:url('fonts/inter-600.woff2') format('woff2'); }

/* ===== Farben & Grundwerte =========================================== */
:root {
  --bg:        #F2EDE2;
  --bg-tief:   #E8E1D0;
  --bg-warm:   #EDE6D6;
  --text:      #2D3E2F;
  --text-weich:#5A6B5C;
  --akzent:    #8DA08C;
  --akzent-tief:#6E8270;
  --gold:      #B08D4C;
  --linie:     #D4CBB5;
  --weiss:     #FBF9F3;
  --schatten:  rgba(45,62,47,0.10);
  --serif: 'Cormorant', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --rand: 14px;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }

body {
  background:var(--bg);
  color:var(--text);
  font-family:var(--sans);
  font-size:18px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,h4 { font-family:var(--serif); font-weight:600; line-height:1.18; }
strong { font-weight:600; }
em { font-style:italic; }
a { color:var(--akzent-tief); }

/* ===== Navigationsleiste ============================================= */
.navi {
  position:sticky; top:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:0.85rem 2rem;
  background:rgba(242,237,226,0.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--linie);
}
.navi-marke { display:flex; align-items:center; gap:0.7rem;
  font-family:var(--serif); font-size:1.25rem; font-weight:700;
  color:var(--text); text-decoration:none; letter-spacing:0.01em; }
.navi-marke img { width:38px; height:38px; border-radius:7px; object-fit:cover; }
.navi-links { display:flex; gap:1.9rem; list-style:none; }
.navi-links a {
  font-size:0.93rem; font-weight:500; color:var(--text);
  text-decoration:none; letter-spacing:0.01em; padding-bottom:3px;
  border-bottom:1.5px solid transparent; transition:border-color .2s ease;
}
.navi-links a:hover { border-color:var(--akzent); }
.navi-burger { display:none; background:none; border:0; cursor:pointer;
  font-size:1.5rem; color:var(--text); }

/* ===== Allgemeine Abschnitte ========================================= */
.block { max-width:920px; margin:0 auto; padding:5rem 1.6rem; }
.block-schmal { max-width:760px; }
.abschnitt-kicker {
  display:block; text-align:center; font-size:0.8rem; font-weight:600;
  letter-spacing:0.2em; text-transform:uppercase; color:var(--akzent-tief);
  margin-bottom:0.8rem;
}
.block h2 {
  font-size:clamp(2rem,4.4vw,2.9rem); text-align:center;
  margin-bottom:2.4rem; font-weight:700;
}
.block h2 .zier { color:var(--gold); }

/* einblendende Animation beim Scrollen */
.auf { opacity:0; transform:translateY(26px);
  transition:opacity .7s ease, transform .7s ease; }
.auf.sichtbar { opacity:1; transform:translateY(0); }

/* ===== Hero ========================================================== */
.hero {
  position:relative; text-align:center; overflow:hidden;
  padding:5.5rem 1.6rem 5rem;
  background:
    radial-gradient(ellipse 70% 55% at 50% 8%, var(--bg-warm) 0%, var(--bg) 72%);
}
.hero-inner { max-width:780px; margin:0 auto; position:relative; z-index:2; }

/* gezeichnetes Turmhaus */
.hero-turm { width:96px; height:96px; margin:0 auto 1.6rem; display:block; }
.hero-turm path, .hero-turm line, .hero-turm polyline, .hero-turm rect {
  stroke:var(--akzent-tief); stroke-width:2; fill:none;
  stroke-linecap:round; stroke-linejoin:round;
}
.hero-turm .voll { fill:var(--akzent); stroke:none; }

.hero .kicker {
  font-size:0.84rem; font-weight:600; letter-spacing:0.22em;
  text-transform:uppercase; color:var(--akzent-tief); margin-bottom:1.2rem;
}
.hero h1 {
  font-size:clamp(2.6rem,6.4vw,4.4rem); font-weight:700;
  margin-bottom:1.5rem; letter-spacing:-0.01em;
}
.hero .leitsatz {
  font-family:var(--serif); font-size:clamp(1.35rem,3vw,1.85rem);
  font-style:italic; color:var(--text-weich); margin-bottom:2.6rem;
}
.knopf-reihe { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }

.knopf {
  display:inline-block; font-size:0.95rem; font-weight:600;
  letter-spacing:0.03em; text-decoration:none; padding:0.95rem 2.2rem;
  border-radius:2rem; transition:transform .25s ease, background .25s ease,
  color .25s ease, box-shadow .25s ease; cursor:pointer; border:1.5px solid transparent;
}
.knopf-voll { background:var(--text); color:var(--bg); }
.knopf-voll:hover { background:var(--akzent-tief); transform:translateY(-2px);
  box-shadow:0 10px 24px var(--schatten); }
.knopf-linie { background:transparent; color:var(--text);
  border-color:var(--akzent); }
.knopf-linie:hover { background:var(--akzent); color:var(--weiss);
  transform:translateY(-2px); }

/* feiner Trenner */
.trenner { width:66px; height:3px; background:var(--gold);
  border-radius:2px; margin:0 auto; }
.hero .trenner { margin-top:3rem; }


/* ===== Über den Verlag =============================================== */
.vorstellung p { color:var(--text-weich); margin-bottom:1.15rem;
  font-size:1.05rem; }
.vorstellung p:last-child { margin-bottom:0; }
.vorstellung strong { color:var(--text); }
.vorstellung .erst {
  font-family:var(--serif); font-size:1.4rem; font-style:italic;
  color:var(--text); text-align:center; margin-bottom:2rem; line-height:1.5;
}

/* ===== Kennzahlen ==================================================== */
.kennzahlen {
  display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem;
  margin-top:3rem;
}
.kennzahl { text-align:center; padding:1.4rem 1rem;
  background:var(--weiss); border:1px solid var(--linie);
  border-radius:var(--rand); }
.kennzahl .zahl { font-family:var(--serif); font-size:2.6rem;
  font-weight:700; color:var(--akzent-tief); line-height:1; }
.kennzahl .text { font-size:0.86rem; color:var(--text-weich);
  margin-top:0.5rem; }

/* ===== Hauptwerk / Buch-Schaufenster ================================= */
.werk { background:var(--bg-tief); }
.werk-inhalt {
  display:grid; grid-template-columns:auto 1fr; gap:3rem;
  align-items:center; max-width:880px; margin:0 auto;
}
.buch {
  width:210px; height:300px; position:relative; perspective:900px;
  margin:0 auto;
}
.buch-cover {
  position:absolute; inset:0; border-radius:4px 9px 9px 4px;
  background:linear-gradient(135deg,#34472F 0%,#2D3E2F 60%,#243224 100%);
  box-shadow:0 22px 44px rgba(45,62,47,0.34);
  transform:rotateY(-22deg); transform-style:preserve-3d;
  transition:transform .5s ease;
  display:flex; flex-direction:column; align-items:center;
  justify-content:center; padding:1.8rem 1.4rem; text-align:center;
  border-left:5px solid rgba(0,0,0,0.32);
}
.buch:hover .buch-cover { transform:rotateY(-10deg); }
.buch-cover .b-zier { width:38px; height:2px; background:var(--gold);
  margin:0 0 1.1rem; }
.buch-cover h3 { font-family:var(--serif); font-size:1.32rem;
  font-weight:700; color:#F2EDE2; line-height:1.25; }
.buch-cover .b-unter { font-family:var(--serif); font-size:0.92rem;
  font-style:italic; color:#B9C6B4; margin-top:0.7rem; }
.buch-cover .b-autor { font-size:0.72rem; letter-spacing:0.12em;
  text-transform:uppercase; color:#8DA08C; margin-top:1.5rem; }
.werk-text h2 { text-align:left; margin-bottom:1rem; }
.werk-text p { color:var(--text-weich); margin-bottom:1rem; }
.werk-merkmale { list-style:none; margin-top:1.2rem; }
.werk-merkmale li { font-size:0.95rem; color:var(--text);
  padding:0.35rem 0 0.35rem 1.7rem; position:relative; }
.werk-merkmale li::before { content:"—"; position:absolute; left:0;
  color:var(--gold); font-weight:600; }

/* ===== Programm-Karten =============================================== */
.karten { display:grid; grid-template-columns:repeat(3,1fr); gap:1.7rem; }
.karte {
  background:var(--weiss); border:1px solid var(--linie);
  border-radius:var(--rand); padding:2.3rem 1.7rem; text-align:center;
  transition:transform .28s ease, box-shadow .28s ease;
}
.karte:hover { transform:translateY(-6px);
  box-shadow:0 16px 34px var(--schatten); }
.karte-symbol {
  width:54px; height:54px; margin:0 auto 1.1rem; border-radius:50%;
  background:rgba(141,160,140,0.16); display:flex; align-items:center;
  justify-content:center;
}
.karte-symbol svg { width:26px; height:26px; stroke:var(--akzent-tief);
  stroke-width:1.7; fill:none; }
.karte h3 { font-size:1.55rem; font-weight:700; margin-bottom:0.55rem; }
.karte p { font-size:0.96rem; color:var(--text-weich); }
.karte .karte-status {
  display:inline-block; margin-top:1rem; font-size:0.72rem;
  font-weight:600; letter-spacing:0.08em; text-transform:uppercase;
  color:var(--gold); border:1px solid var(--gold);
  border-radius:1rem; padding:0.2rem 0.85rem;
}

/* ===== Shop-Banner =================================================== */
.shop-banner {
  max-width:920px; margin:3rem auto 0; text-align:center;
  padding:2.4rem 2rem; border-radius:var(--rand);
  background:linear-gradient(135deg,var(--text) 0%,#243224 100%);
  color:var(--bg);
}
.shop-banner h3 { font-size:1.9rem; font-weight:700; color:var(--weiss);
  margin-bottom:0.6rem; }
.shop-banner p { color:#B9C6B4; font-size:1rem; max-width:520px;
  margin:0 auto 0.4rem; }
.shop-banner .shop-zeit { color:var(--akzent); font-weight:600;
  font-size:0.85rem; letter-spacing:0.06em; text-transform:uppercase;
  margin-top:0.8rem; }

/* ===== Autor ========================================================= */
.autor { background:var(--bg-tief); }
.autor-inhalt { max-width:720px; margin:0 auto; text-align:center; }
.autor-inhalt p { color:var(--text-weich); margin-bottom:1rem; }
.autor-name { font-family:var(--serif); font-size:1.6rem;
  font-weight:700; color:var(--text); margin-top:1.4rem; }
.autor-rolle { font-size:0.85rem; letter-spacing:0.08em;
  text-transform:uppercase; color:var(--akzent-tief); }

/* ===== FAQ =========================================================== */
.faq-liste { max-width:720px; margin:0 auto; }
.faq {
  border:1px solid var(--linie); border-radius:var(--rand);
  background:var(--weiss); margin-bottom:0.9rem; overflow:hidden;
}
.faq summary {
  cursor:pointer; padding:1.15rem 1.4rem; font-weight:600;
  font-size:1.02rem; list-style:none; display:flex;
  justify-content:space-between; align-items:center; gap:1rem;
}
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; font-family:var(--serif);
  font-size:1.6rem; color:var(--akzent-tief); transition:transform .25s ease; }
.faq[open] summary::after { transform:rotate(45deg); }
.faq-text { padding:0 1.4rem 1.3rem; color:var(--text-weich);
  font-size:0.97rem; }

/* ===== Kontakt ======================================================= */
.kontakt { text-align:center; }
.kontakt > p { color:var(--text-weich); max-width:520px;
  margin:0 auto 1.8rem; }
.kontakt-fallback { margin-top:1.3rem; font-size:0.92rem; }
.kontakt-fallback .mail { color:var(--akzent-tief); font-weight:600; }

/* ===== Fuß ============================================================ */
.fuss { background:var(--text); color:var(--bg);
  padding:3.4rem 1.6rem 2.4rem; }
.fuss-oben {
  max-width:920px; margin:0 auto 2.2rem; display:grid;
  grid-template-columns:1.4fr 1fr 1fr; gap:2.4rem;
}
.fuss-marke { display:flex; align-items:center; gap:0.7rem;
  margin-bottom:0.9rem; }
.fuss-marke img { width:46px; height:46px; border-radius:8px; }
.fuss-marke span { font-family:var(--serif); font-size:1.4rem;
  font-weight:700; color:var(--weiss); }
.fuss-text { font-size:0.9rem; color:#B9C6B4; line-height:1.7; }
.fuss-spalte h2 { font-size:0.82rem; letter-spacing:0.12em;
  text-transform:uppercase; color:var(--akzent); margin-bottom:0.9rem;
  font-family:var(--sans); font-weight:600; }
.fuss-spalte a { display:block; color:var(--bg); text-decoration:none;
  font-size:0.92rem; padding:0.28rem 0; transition:color .2s ease; }
.fuss-spalte a:hover { color:var(--akzent); }
.fuss-unten {
  max-width:920px; margin:0 auto; padding-top:1.8rem;
  border-top:1px solid rgba(141,160,140,0.3);
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:0.6rem;
  font-size:0.82rem; color:#8DA08C;
}

/* ===== Rechtstexte =================================================== */
.rechtstext { max-width:780px; }
.rechtstext h1 { font-size:clamp(2.1rem,5vw,2.9rem); font-weight:700;
  margin-bottom:0.6rem; }
.rechtstext .stand { color:var(--text-weich); font-size:0.9rem;
  margin-bottom:2.2rem; }
.rechtstext h2 { font-size:1.45rem; font-weight:700; text-align:left;
  margin:2.4rem 0 0.7rem; padding-top:1.2rem;
  border-top:1px solid var(--linie); }
.rechtstext h2:first-of-type { border-top:0; padding-top:0; }
.rechtstext h3 { font-size:1.12rem; font-weight:600;
  margin:1.3rem 0 0.4rem; }
.rechtstext p, .rechtstext li { color:var(--text-weich);
  margin-bottom:0.9rem; font-size:0.98rem; }
.rechtstext ul { padding-left:1.4rem; margin-bottom:1rem; }
.rechtstext a { color:var(--akzent-tief); word-break:break-word; }
.zurueck { margin-bottom:1.6rem; }
.zurueck a { font-size:0.9rem; font-weight:600; text-decoration:none;
  color:var(--akzent-tief); }
.zurueck a:hover { color:var(--text); }
.hinweis-box { margin-top:2.4rem; padding:1.1rem 1.3rem; font-size:0.9rem;
  background:rgba(176,141,76,0.12); border-left:3px solid var(--gold);
  border-radius:6px; }
.hinweis-box strong { color:var(--text); }

/* ===== Bewegung aus ================================================== */
@media (prefers-reduced-motion:reduce) {
  *, *::before, *::after { animation:none!important;
    transition:none!important; }
  html { scroll-behavior:auto; }
  .auf { opacity:1; transform:none; }
}

/* ===== Responsiv ===================================================== */
@media (max-width:860px) {
  .werk-inhalt { grid-template-columns:1fr; gap:2.2rem; }
  .werk-text h2 { text-align:center; }
  .fuss-oben { grid-template-columns:1fr; gap:1.8rem; }
}
@media (max-width:720px) {
  body { font-size:17px; }
  .navi { padding:0.75rem 1.2rem; }
  .navi-links { position:fixed; inset:62px 0 auto 0; flex-direction:column;
    background:var(--bg); padding:1.2rem 1.6rem; gap:0.2rem;
    border-bottom:1px solid var(--linie); transform:translateY(-130%);
    transition:transform .3s ease; }
  .navi-links.offen { transform:translateY(0); }
  .navi-links a { padding:0.7rem 0; }
  .navi-burger { display:block; }
  .block { padding:3.4rem 1.3rem; }
  .kennzahlen { grid-template-columns:1fr; }
  .karten { grid-template-columns:1fr; }
}

/* ===== Barrierefreiheit ============================================== */
.skip-link {
  position:absolute; left:-999px; top:0; z-index:200;
  background:var(--text); color:var(--bg); padding:0.8rem 1.4rem;
  border-radius:0 0 8px 0; font-size:0.95rem; font-weight:600;
  text-decoration:none;
}
.skip-link:focus { left:0; }

/* deutlich sichtbarer Tastatur-Fokus auf allen interaktiven Elementen */
a:focus-visible, button:focus-visible, summary:focus-visible,
details:focus-visible {
  outline:3px solid var(--akzent-tief);
  outline-offset:3px; border-radius:3px;
}

/* Logo im Hero (statt gezeichnetes Turmhaus) */
.hero-logo {
  width:170px; height:auto; margin:0 auto 1.6rem; display:block;
  animation:auftauchen 1s ease-out both;
}

/* ===== Neuerscheinung ================================================ */
.neu { background:var(--bg-tief); }
.neu-inhalt {
  display:grid; grid-template-columns:auto 1fr; gap:3.2rem;
  align-items:center; max-width:900px; margin:0 auto;
}
.neu-cover { position:relative; justify-self:center; }
.neu-cover img {
  width:260px; height:auto; display:block; border-radius:3px;
  box-shadow:0 22px 48px rgba(45,62,47,0.34);
}
.cover-fahne {
  position:absolute; top:18px; left:-12px;
  background:var(--gold); color:#fff; font-size:0.74rem;
  font-weight:600; letter-spacing:0.06em; text-transform:uppercase;
  padding:0.4rem 1rem; border-radius:3px;
  box-shadow:0 4px 10px rgba(45,62,47,0.25);
}
.neu-text h3 {
  font-size:clamp(1.6rem,3.6vw,2.2rem); font-weight:700;
  margin-bottom:1rem; line-height:1.25;
}
.neu-text h3 em { color:var(--text-weich); font-weight:600; }
.neu-text p { color:var(--text-weich); margin-bottom:1rem; }
.neu-hinweis {
  font-size:0.92rem; padding:0.9rem 1.1rem;
  background:rgba(176,141,76,0.12); border-left:3px solid var(--gold);
  border-radius:6px; color:var(--text)!important;
}
.merkmale { list-style:none; margin:1.2rem 0; }
.merkmale li {
  font-size:0.96rem; color:var(--text);
  padding:0.32rem 0 0.32rem 1.7rem; position:relative;
}
.merkmale li::before {
  content:"—"; position:absolute; left:0; color:var(--gold);
  font-weight:600;
}
.neu-text .knopf { margin-top:0.6rem; }

/* ===== Baende-Grid (zweibaendige Reihe) ============================ */
.neu-reihe-vorspann {
  max-width:760px; margin:0 auto 2.4rem auto; text-align:center;
  font-size:1.04rem; color:var(--text-weich); line-height:1.6;
}
.baende-grid {
  display:grid; grid-template-columns:1fr 1fr; gap:2.6rem;
  max-width:1000px; margin:0 auto;
}
.band-karte {
  background:var(--weiss); border:1px solid var(--linie);
  border-radius:var(--rand); padding:1.8rem 1.6rem;
  display:flex; flex-direction:column; gap:1.2rem;
}
.band-cover {
  position:relative; align-self:center; margin-bottom:0.4rem;
}
.band-cover img {
  width:200px; height:auto; display:block; border-radius:3px;
  box-shadow:0 16px 36px rgba(45,62,47,0.28);
}
.band-cover .cover-fahne {
  position:absolute; top:14px; left:-10px;
  background:var(--gold); color:#fff;
  font-size:0.70rem; font-weight:600; letter-spacing:0.06em;
  text-transform:uppercase; padding:0.32rem 0.85rem; border-radius:3px;
  box-shadow:0 4px 10px rgba(45,62,47,0.25);
}
.band-text h3 {
  font-size:1.32rem; font-weight:700; line-height:1.3;
  margin-bottom:0.8rem; text-align:center;
}
.band-text h3 em {
  color:var(--text-weich); font-weight:600; font-size:1rem;
  display:block; margin-top:0.2rem;
}
.band-text p {
  color:var(--text-weich); font-size:0.96rem;
  margin-bottom:0.9rem; line-height:1.6;
}
.band-text .merkmale { margin-top:0.4rem; }
@media (max-width:780px) {
  .baende-grid { grid-template-columns:1fr; gap:2rem; }
  .band-karte { padding:1.5rem 1.2rem; }
  .band-cover img { width:180px; }
}

/* ===== Merchandise (Aufkleber) ===================================== */
.merch { background:var(--bg-tief); }
.merch h2 { margin-bottom:1.2rem; }
.merch-vorspann {
  max-width:680px; margin:0 auto 2.8rem auto;
  text-align:center; font-size:1.05rem;
  color:var(--text-weich); line-height:1.65;
  font-style:italic;
}
.merch-inhalt {
  display:grid; grid-template-columns:1.1fr 1fr; gap:3.6rem;
  align-items:center; max-width:1040px; margin:0 auto;
}

/* Bild mit zarter Polaroid-Anmutung */
.merch-bild {
  position:relative; margin:0;
  background:var(--weiss); padding:14px 14px 18px 14px;
  border-radius:4px;
  box-shadow:0 20px 48px rgba(45,62,47,0.22),
             0 2px 6px rgba(45,62,47,0.08);
  transform:rotate(-0.6deg);
  transition:transform 0.4s ease;
}
.merch-bild:hover { transform:rotate(0deg); }
.merch-bild img {
  width:100%; height:auto; display:block; border-radius:2px;
}
.merch-fahne {
  position:absolute; bottom:-14px; right:18px;
  background:var(--gold); color:#fff;
  font-size:0.72rem; font-weight:600; letter-spacing:0.08em;
  text-transform:uppercase;
  padding:0.5rem 1.1rem; border-radius:3px;
  box-shadow:0 6px 14px rgba(45,62,47,0.28);
}

/* Textspalte */
.merch-text { padding:0.4rem 0; }
.merch-haupt {
  font-family:var(--serif);
  font-size:clamp(1.15rem,2.2vw,1.4rem); line-height:1.55;
  color:var(--text); font-weight:500;
  margin-bottom:1.6rem;
}
.merch-haupt em {
  font-style:italic; color:var(--akzent-tief);
  font-weight:600;
}
.merch-info {
  color:var(--text-weich); font-size:0.96rem;
  line-height:1.65; margin-bottom:1.6rem;
}
.merch-text .knopf { margin-top:0.2rem; }

@media (max-width:780px) {
  .merch-vorspann { margin-bottom:2rem; }
  .merch-inhalt { grid-template-columns:1fr; gap:2.4rem; max-width:480px; }
  .merch-bild { transform:none; max-width:380px; margin:0 auto; }
  .merch-text { text-align:center; }
}

/* ===== Bücher-Zeile ================================================== */
.buecher h2 { margin-bottom:2.6rem; }
.buchzeile {
  display:grid; grid-template-columns:auto 1fr; gap:2.6rem;
  align-items:start; background:var(--weiss);
  border:1px solid var(--linie); border-radius:var(--rand);
  padding:2.2rem; max-width:880px; margin:0 auto;
}
.buchzeile-cover img {
  width:200px; height:auto; display:block; border-radius:3px;
  box-shadow:0 16px 34px var(--schatten);
}
.buch-marke {
  display:inline-block; background:var(--akzent);
  color:#fff; font-size:0.72rem; font-weight:600;
  letter-spacing:0.06em; text-transform:uppercase;
  padding:0.3rem 0.9rem; border-radius:1rem; margin-bottom:0.8rem;
}
.buchzeile-text h3 {
  font-size:1.7rem; font-weight:700; margin-bottom:0.2rem;
}
.buch-unter {
  font-family:var(--serif); font-style:italic; font-size:1.15rem;
  color:var(--text-weich); margin-bottom:1rem!important;
}
.buchzeile-text p { color:var(--text-weich); margin-bottom:0.9rem;
  font-size:0.97rem; }
.buchzeile-text strong { color:var(--text); }
.buch-fakten {
  display:flex; flex-wrap:wrap; gap:0.5rem; margin:1.1rem 0 1.4rem;
}
.buch-fakten span {
  font-size:0.78rem; color:var(--text-weich);
  background:var(--bg-tief); border-radius:1rem;
  padding:0.28rem 0.85rem;
}

/* ===== Ergänzungen Responsiv ========================================= */
@media (max-width:860px) {
  .neu-inhalt { grid-template-columns:1fr; gap:2.2rem; }
  .neu-text h3 { text-align:center; }
  .buchzeile { grid-template-columns:1fr; gap:1.8rem; padding:1.6rem; }
  .buchzeile-cover { justify-self:center; }
}
@media (max-width:720px) {
  .hero-logo { width:132px; }
  .neu-cover img { width:210px; }
}

/* ===== Kontaktformular =============================================== */
.kontaktformular h1 {
  font-size:clamp(2rem,5vw,2.8rem); font-weight:700; margin-bottom:0.4rem;
}
.kf-intro { color:var(--text-weich); margin-bottom:2rem; }
.kf-intro em { color:var(--text); }

.kf-form { display:flex; flex-direction:column; gap:1.3rem; }

.kf-feld { display:flex; flex-direction:column; gap:0.4rem; }
.kf-feld label { font-size:0.95rem; font-weight:600; color:var(--text); }
.kf-pflicht { color:var(--gold); }

.kf-feld input[type=text],
.kf-feld input[type=email],
.kf-feld input[type=number],
.kf-feld textarea {
  font-family:var(--sans); font-size:1rem; color:var(--text);
  background:var(--weiss); border:1.5px solid var(--linie);
  border-radius:8px; padding:0.75rem 0.9rem; width:100%;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.kf-feld input:focus, .kf-feld textarea:focus {
  outline:none; border-color:var(--akzent-tief);
  box-shadow:0 0 0 3px rgba(141,160,140,0.25);
}
.kf-feld textarea { resize:vertical; min-height:130px; }

.kf-hilfe { font-size:0.84rem; color:var(--text-weich); }

.kf-rechen input { max-width:140px; }

/* Honeypot: fuer Menschen unsichtbar, fuer Bots ein Koeder */
.kf-honeypot {
  position:absolute; left:-9999px; width:1px; height:1px;
  overflow:hidden;
}

.kf-check { flex-direction:row; align-items:flex-start; gap:0.7rem; }
.kf-check input { margin-top:0.25rem; width:18px; height:18px; flex-shrink:0;
  accent-color:var(--akzent-tief); }
.kf-check label { font-weight:400; font-size:0.92rem;
  color:var(--text-weich); line-height:1.6; }
.kf-check a { color:var(--akzent-tief); }

.kf-form .knopf { align-self:flex-start; margin-top:0.4rem;
  border:0; cursor:pointer; font-family:var(--sans); }

.kf-fallback { margin-top:1.8rem; font-size:0.92rem;
  color:var(--text-weich); }

/* Meldungen */
.kf-meldung { padding:1rem 1.2rem; border-radius:8px; margin-bottom:1.6rem;
  font-size:0.96rem; }
.kf-fehler { background:rgba(154,59,46,0.10);
  border-left:3px solid #9A3B2E; color:#7a2e24; }
.kf-fehler strong { color:#9A3B2E; }
.kf-erfolg { background:rgba(141,160,140,0.14);
  border-left:3px solid var(--akzent-tief); text-align:left; }
.kf-erfolg h1 { color:var(--text); }
.kf-erfolg p { color:var(--text-weich); margin-bottom:1.4rem; }
.kf-erfolg .knopf { border:0; }

/* ===== Seite: Friesdorfer Geschichte ================================= */
.gesch-kopf {
  background:radial-gradient(ellipse 70% 60% at 50% 0%,var(--bg-warm) 0%,var(--bg) 72%);
  text-align:center; padding-top:1rem;
}
.gesch-kopf h1 {
  font-size:clamp(2.4rem,5.5vw,3.6rem); font-weight:700;
  margin-bottom:1.2rem;
}
.gesch-einleitung {
  max-width:620px; margin:0 auto; color:var(--text-weich);
  font-size:1.05rem;
}

/* Bericht */
.bericht { background:var(--bg-tief); }
.bericht .block { max-width:820px; }

.bericht-kopf {
  display:grid; grid-template-columns:auto 1fr; gap:2.2rem;
  align-items:center; margin-bottom:2.6rem;
  padding-bottom:2.2rem; border-bottom:1px solid var(--linie);
}
.bericht-bild {
  width:170px; height:auto; display:block; border-radius:4px;
  box-shadow:0 14px 30px var(--schatten);
}
.bericht-nummer {
  display:inline-block; background:var(--gold); color:#fff;
  font-size:0.72rem; font-weight:600; letter-spacing:0.08em;
  text-transform:uppercase; padding:0.3rem 0.9rem;
  border-radius:1rem; margin-bottom:0.8rem;
}
.bericht-meta h2 {
  font-size:clamp(1.7rem,4vw,2.4rem); font-weight:700;
  text-align:left; margin-bottom:0.7rem; line-height:1.2;
}
.bericht-unter {
  font-family:var(--serif); font-style:italic; font-size:1.15rem;
  color:var(--text-weich); margin-bottom:0.6rem;
}
.bericht-autor {
  font-size:0.85rem; letter-spacing:0.04em; color:var(--akzent-tief);
  font-weight:500;
}

.bericht-text h3 {
  font-size:1.6rem; font-weight:700; color:var(--text);
  margin:2.2rem 0 0.8rem;
}
.bericht-text h4 {
  font-size:1.18rem; font-weight:600; color:var(--text);
  margin:1.6rem 0 0.5rem;
}
.bericht-text p {
  color:var(--text-weich); margin-bottom:1.1rem; font-size:1.02rem;
}
.bericht-text p:first-of-type::first-letter {
  font-family:var(--serif); font-size:3.4rem; font-weight:700;
  float:left; line-height:0.9; margin:0.35rem 0.6rem 0 0;
  color:var(--akzent-tief);
}
.bericht-fussnote {
  margin-top:2rem; padding:1.1rem 1.3rem; font-size:0.92rem;
  background:rgba(176,141,76,0.12); border-left:3px solid var(--gold);
  border-radius:6px; color:var(--text)!important;
}
.bericht-fussnote::first-letter { all:unset; }

/* Abschluss-Box */
.gesch-mehr { text-align:center; }
.gesch-mehr-box {
  max-width:620px; margin:0 auto; background:var(--weiss);
  border:1px solid var(--linie); border-radius:var(--rand);
  padding:2.4rem 2rem;
}
.gesch-mehr-box h2 {
  font-size:1.7rem; font-weight:700; margin-bottom:0.7rem;
}
.gesch-mehr-box p {
  color:var(--text-weich); margin-bottom:1.5rem;
}
.gesch-mehr-box .knopf { border:0; }

@media (max-width:680px) {
  .bericht-kopf { grid-template-columns:1fr; gap:1.4rem; text-align:center; }
  .bericht-bild { width:150px; margin:0 auto; }
  .bericht-meta h2 { text-align:center; }
  .bericht-text p:first-of-type::first-letter {
    font-size:2.8rem;
  }
}

/* ===== Geschichte-Teaser auf der Startseite ========================== */
.gesch-teaser { background:var(--bg-tief); }
.teaser-inhalt {
  display:grid; grid-template-columns:1fr auto; gap:3rem;
  align-items:center; max-width:880px; margin:0 auto;
}
.teaser-text h2 { font-size:clamp(1.8rem,4vw,2.5rem); }
.teaser-text p { color:var(--text-weich); margin-bottom:1rem; }
.teaser-text .knopf { border:0; margin-top:0.5rem; }
.teaser-bild img {
  width:200px; height:auto; display:block; border-radius:4px;
  box-shadow:0 16px 34px var(--schatten);
}
@media (max-width:760px) {
  .teaser-inhalt { grid-template-columns:1fr; gap:1.8rem; }
  .teaser-bild { order:-1; }
  .teaser-bild img { width:160px; margin:0 auto; }
}

/* ===== Bericht: Inhaltsverzeichnis ==================================== */
.bericht-toc {
  background:var(--weiss); border:1px solid var(--linie);
  border-radius:var(--rand); padding:1.6rem 1.8rem; margin-bottom:2.6rem;
}
.bericht-toc h3 {
  font-size:0.82rem; font-weight:700; letter-spacing:0.09em;
  text-transform:uppercase; color:var(--akzent-tief);
  margin-bottom:0.9rem;
}
.bericht-toc ol {
  margin:0; padding-left:1.3rem; columns:2; column-gap:2.2rem;
}
.bericht-toc li {
  margin-bottom:0.45rem; font-size:0.96rem;
  break-inside:avoid;
}
.bericht-toc a {
  color:var(--text-weich); text-decoration:none;
  border-bottom:1px solid transparent; transition:color .15s,border-color .15s;
}
.bericht-toc a:hover {
  color:var(--akzent-tief); border-bottom-color:var(--akzent);
}

/* ===== Bericht: Strafmaß-Tabelle ====================================== */
.tabelle-wrap { overflow-x:auto; margin:1.4rem 0 1.6rem; }
.strafmass {
  width:100%; border-collapse:collapse; font-size:0.95rem;
  min-width:460px;
}
.strafmass thead th {
  background:var(--akzent-tief); color:#fff; text-align:left;
  padding:0.7rem 0.9rem; font-weight:600; font-size:0.82rem;
  letter-spacing:0.05em; text-transform:uppercase;
}
.strafmass tbody td {
  padding:0.65rem 0.9rem; border-bottom:1px solid var(--linie);
  color:var(--text-weich); vertical-align:top;
}
.strafmass tbody tr:nth-child(even) { background:rgba(141,160,140,0.09); }
.strafmass tbody td:nth-child(2) {
  white-space:nowrap; color:var(--text); font-weight:600;
}

/* ===== Bericht: Namensliste =========================================== */
.namensliste {
  list-style:none; margin:1.2rem 0 1.4rem; padding:0;
}
.namensliste li {
  padding:0.8rem 0 0.8rem 1.3rem; border-left:3px solid var(--akzent);
  margin-bottom:0.7rem; background:rgba(141,160,140,0.08);
  border-radius:0 6px 6px 0; color:var(--text-weich);
  font-size:0.97rem;
}
.namensliste strong { color:var(--text); }

@media (max-width:680px) {
  .bericht-toc ol { columns:1; }
  .bericht-toc { padding:1.3rem 1.4rem; }
}

/* Anker-Versatz wegen fixer Navigation */
.bericht-text h3[id] { scroll-margin-top:90px; }


/* ===== Interne Statistikseite ======================================== */
.stat-mailhinweis {
  background:rgba(141,160,140,0.18); border-left:3px solid var(--akzent-tief);
  border-radius:6px; padding:0.9rem 1.2rem; margin-bottom:1.6rem;
  color:var(--text);
}
.stat-zeitwahl {
  display:flex; flex-wrap:wrap; align-items:center; gap:0.6rem;
  margin-bottom:0.8rem;
}
.stat-zeitwahl > span {
  font-size:0.85rem; font-weight:600; color:var(--text-weich);
  letter-spacing:0.04em; text-transform:uppercase;
}
.stat-knopf {
  display:inline-block; padding:0.4rem 0.95rem; border-radius:1.4rem;
  font-size:0.9rem; text-decoration:none; color:var(--text-weich);
  background:var(--weiss); border:1px solid var(--linie);
  transition:background .15s,color .15s,border-color .15s;
}
.stat-knopf:hover { border-color:var(--akzent); color:var(--akzent-tief); }
.stat-knopf.aktiv {
  background:var(--akzent-tief); color:#fff; border-color:var(--akzent-tief);
}
.stat-zeitraum {
  font-size:0.92rem; color:var(--text-weich); margin-bottom:1.8rem;
}

.stat-gesamt {
  background:var(--akzent-tief); color:#fff; border-radius:var(--rand);
  padding:1.8rem 2rem; text-align:center; margin-bottom:2.4rem;
}
.stat-zahl {
  display:block; font-family:var(--serif); font-size:3.4rem;
  font-weight:700; line-height:1;
}
.stat-label {
  font-size:0.9rem; letter-spacing:0.05em; text-transform:uppercase;
  opacity:0.85;
}

.stat-h2 {
  font-size:1.4rem; font-weight:700; margin:2rem 0 1rem;
  color:var(--text);
}
.stat-balken { display:flex; flex-direction:column; gap:0.7rem; }
.stat-zeile {
  display:grid; grid-template-columns:11rem 1fr auto; gap:0.9rem;
  align-items:center;
}
.stat-name { font-size:0.95rem; color:var(--text); }
.stat-bar-huelle {
  background:var(--bg-tief); border-radius:1rem; height:1.5rem;
  overflow:hidden;
}
.stat-bar {
  display:block; height:100%; border-radius:1rem;
  background:linear-gradient(90deg,var(--akzent),var(--akzent-tief));
  min-width:3px;
}
.stat-wert {
  font-size:0.9rem; font-weight:600; color:var(--text-weich);
  white-space:nowrap;
}
.stat-fussnote {
  font-size:0.85rem; color:var(--text-weich); margin-top:0.9rem;
  line-height:1.7;
}

.stat-verlauf {
  display:flex; align-items:flex-end; gap:0.4rem;
  background:var(--weiss); border:1px solid var(--linie);
  border-radius:var(--rand); padding:1.4rem 1rem 0.8rem;
  min-height:170px; overflow-x:auto;
}
.stat-vtag {
  flex:1 0 auto; min-width:30px; display:flex; flex-direction:column;
  align-items:center; justify-content:flex-end; gap:0.3rem;
  height:130px;
}
.stat-vzahl { font-size:0.78rem; font-weight:600; color:var(--text-weich); }
.stat-vbalken {
  width:60%; max-width:30px; min-height:3px;
  background:linear-gradient(180deg,var(--akzent),var(--akzent-tief));
  border-radius:3px 3px 0 0;
}
.stat-vtext {
  font-size:0.72rem; color:var(--text-weich); white-space:nowrap;
}

.stat-leer {
  background:var(--weiss); border:1px solid var(--linie);
  border-radius:var(--rand); padding:2rem; text-align:center;
  color:var(--text-weich);
}
.stat-aktionen {
  display:flex; flex-wrap:wrap; gap:0.9rem; margin:2.4rem 0 1rem;
}
.stat-aktionen .knopf { border:0; }
.knopf-rand {
  background:transparent!important; color:var(--akzent-tief)!important;
  border:1px solid var(--akzent)!important;
}
.stat-stand {
  font-size:0.82rem; color:var(--text-weich); margin-top:0.5rem;
}

@media (max-width:680px) {
  .stat-zeile { grid-template-columns:7rem 1fr auto; gap:0.6rem; }
  .stat-name { font-size:0.85rem; }
}


/* ===== Kontaktformular: Anliegen-Auswahlfeld ========================= */
.kf-feld select {
  font-family:var(--sans); font-size:1rem; color:var(--text);
  background:var(--weiss); border:1.5px solid var(--linie);
  border-radius:8px; padding:0.75rem 0.9rem; width:100%;
  transition:border-color .2s ease, box-shadow .2s ease;
  -webkit-appearance:none; -moz-appearance:none; appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='%236E8270' d='M7 9 0 0h14z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 1rem center;
  padding-right:2.6rem; cursor:pointer;
}
.kf-feld select:focus {
  outline:none; border-color:var(--akzent-tief);
  box-shadow:0 0 0 3px rgba(141,160,140,0.25);
}
.kf-optional {
  font-weight:400; font-size:0.85rem; color:var(--text-weich);
}


/* ===== Interaktiver Zeitstrahl im Hero ============================== */
.zeitreise {
  max-width:880px; margin:2.8rem auto 0; padding:0 1.2rem;
}
.zeitreise-einleitung {
  text-align:center; font-size:0.82rem; font-weight:600;
  letter-spacing:0.14em; text-transform:uppercase;
  color:var(--akzent-tief); margin-bottom:1.6rem;
}

/* Das Band mit vier Stationen */
.zr-band {
  list-style:none; margin:0 0 1.8rem; padding:0;
  display:grid; grid-template-columns:repeat(4,1fr); gap:0.6rem;
  position:relative;
}
/* graue Grundlinie */
.zr-band::before {
  content:""; position:absolute; left:12.5%; right:12.5%; top:13px;
  height:2px; background:var(--linie); z-index:0;
}
/* farbige Linie, die sich durchzieht */
.zr-band::after {
  content:""; position:absolute; left:12.5%; top:13px;
  height:2px; width:0;
  background:linear-gradient(90deg,var(--akzent-tief),var(--akzent));
  z-index:0; transition:width 1.6s cubic-bezier(.65,0,.35,1);
}
.zr-band.band-aktiv::after { width:75%; }

.zr-band li { position:relative; z-index:1; }
.zr-station {
  width:100%; background:none; border:0; cursor:pointer;
  display:flex; flex-direction:column; align-items:center;
  gap:0.35rem; padding:0; font-family:inherit;
}
.zr-punkt {
  width:28px; height:28px; border-radius:50%;
  background:var(--bg); border:3px solid var(--akzent);
  transition:transform .25s ease, background .25s ease,
             border-color .25s ease, box-shadow .25s ease;
}
.zr-station:hover .zr-punkt {
  transform:scale(1.12); border-color:var(--akzent-tief);
}
.zr-station.aktiv .zr-punkt {
  background:var(--akzent-tief); border-color:var(--akzent-tief);
  box-shadow:0 0 0 6px rgba(141,160,140,0.22);
}
.zr-station:focus-visible .zr-punkt {
  outline:2px solid var(--gold); outline-offset:3px;
}
.zr-jahr {
  font-size:0.74rem; font-weight:600; letter-spacing:0.04em;
  text-transform:uppercase; color:var(--gold);
}
.zr-name {
  font-family:var(--serif); font-size:1.15rem; font-weight:700;
  color:var(--text-weich); transition:color .25s ease;
}
.zr-station:hover .zr-name { color:var(--text); }
.zr-station.aktiv .zr-name { color:var(--akzent-tief); }

/* Tafel mit Text und Zitat */
.zeitreise-tafel {
  background:var(--weiss); border:1px solid var(--linie);
  border-radius:14px; padding:1.8rem 2rem;
  box-shadow:0 14px 40px var(--schatten);
  transition:opacity .35s ease; text-align:center;
}
.zeitreise-epoche {
  font-family:var(--serif); font-size:1.6rem; font-weight:700;
  color:var(--text); margin:0 0 0.5rem;
}
.zeitreise-text {
  font-size:1rem; color:var(--text-weich); margin:0 0 1.3rem;
}
.zeitreise-zitat {
  margin:0; background:var(--bg-tief);
  border-left:4px solid var(--gold); border-radius:8px;
  padding:1.2rem 1.4rem; text-align:left;
}
.zeitreise-zitat blockquote {
  margin:0 0 0.7rem; font-family:var(--serif);
  font-size:1.1rem; line-height:1.6; color:var(--text);
  font-style:italic;
}
.zeitreise-zitat figcaption {
  font-family:var(--sans); font-size:0.78rem; font-weight:600;
  letter-spacing:0.04em; color:var(--akzent-tief);
  text-transform:uppercase;
}

@media (max-width:600px) {
  .zr-band { gap:0.3rem; }
  .zr-name { font-size:0.92rem; }
  .zr-jahr { font-size:0.62rem; }
  .zr-punkt { width:22px; height:22px; }
  .zr-band::before, .zr-band::after { top:10px; }
  .zeitreise-tafel { padding:1.4rem 1.3rem; }
  .zeitreise-epoche { font-size:1.35rem; }
  .zeitreise-zitat blockquote { font-size:1rem; }
}
@media (prefers-reduced-motion:reduce) {
  .zr-band::after { transition:none; width:75%; }
  .zr-punkt, .zeitreise-tafel { transition:none; }
}

/* ===== Tinten-Effekt: Verlagsname schreibt sich selbst ============= */
.hero h1.tinte {
  background:linear-gradient(90deg,var(--text) 50%,rgba(45,62,47,0) 50%);
  background-size:220% 100%;
  background-position:100% 0;
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:tinte-schreiben 1.7s ease-out .25s forwards;
}
@keyframes tinte-schreiben {
  to { background-position:0 0; }
}
@media (prefers-reduced-motion:reduce) {
  .hero h1.tinte { animation:none; -webkit-text-fill-color:var(--text); }
}


/* ===== Interaktive Krimi-Karte ====================================== */
.krimikarte {
  margin:2.2rem 0; padding:0;
}
.krimikarte-titel {
  font-family:var(--sans); font-size:0.82rem; font-weight:600;
  letter-spacing:0.08em; text-transform:uppercase;
  color:var(--akzent-tief); margin-bottom:0.8rem; text-align:center;
}
.krimikarte-flaeche {
  background:var(--weiss); border:1px solid var(--linie);
  border-radius:12px; overflow:hidden;
  box-shadow:0 10px 30px var(--schatten);
}
.kk-svg { display:block; width:100%; height:auto; }

.kk-punkt { cursor:pointer; outline:none; }
.kk-aura {
  fill:#b5613f; opacity:0.22;
  transform-origin:center; transform-box:fill-box;
  animation:kk-puls 2.4s ease-in-out infinite;
}
.kk-kern {
  fill:#b5613f; stroke:#fff; stroke-width:3;
  transition:fill .2s ease, r .2s ease;
}
.kk-punkt:hover .kk-kern,
.kk-punkt:focus .kk-kern { fill:#8a3f26; r:16; }
.kk-punkt.kk-aktiv .kk-kern { fill:#2D3E2F; r:16; }
.kk-punkt.kk-aktiv .kk-aura { fill:#2D3E2F; opacity:0.3; }
.kk-punkt:focus-visible .kk-kern { stroke:var(--gold); stroke-width:4; }
@keyframes kk-puls {
  0%,100% { transform:scale(1); opacity:0.22; }
  50%     { transform:scale(1.5); opacity:0.05; }
}

.krimikarte-info {
  background:var(--bg-tief); border:1px solid var(--linie);
  border-top:0; border-radius:0 0 12px 12px;
  padding:1.4rem 1.5rem; margin-top:-12px;
}
.kk-platzhalter {
  color:var(--text-weich); font-style:italic; margin:0;
  text-align:center;
}
.kk-fall { animation:kk-auf .4s ease; }
.kk-fall-marke {
  display:inline-block; background:#b5613f; color:#fff;
  font-size:0.72rem; font-weight:600; letter-spacing:0.06em;
  text-transform:uppercase; padding:0.25rem 0.8rem;
  border-radius:1rem; margin-bottom:0.6rem;
}
.kk-fall h5 {
  font-family:var(--serif); font-size:1.3rem; font-weight:700;
  color:var(--text); margin:0 0 0.6rem;
}
.kk-fall p {
  color:var(--text-weich); margin-bottom:0.6rem; font-size:0.98rem;
}
.kk-fall p:last-child { margin-bottom:0; }
@keyframes kk-auf {
  from { opacity:0; transform:translateY(8px); }
  to   { opacity:1; transform:translateY(0); }
}
@media (prefers-reduced-motion:reduce) {
  .kk-aura { animation:none; }
  .kk-fall { animation:none; }
}



/* ===== Krimi-Karte: echte Landkarte (Leaflet) ======================= */
.kk-karte {
  width:100%; height:380px; background:var(--bg-tief);
  position:relative;
}
.kk-karte .leaflet-container {
  width:100%; height:100%;
  font-family:var(--sans);
  background:var(--bg-tief);
}
@media (max-width:680px) {
  .kk-karte { height:300px; }
}
