/* =========================================================================
   Goldankauf Oberhavel – Juwelier Grützmacher GmbH
   Design-System 2026, helle Variante. Keine Frameworks, keine externen
   Requests. Schriften liegen selbst gehostet unter /assets/fonts/.
   ACHTUNG BEIM AENDERN DIESER DATEI:
   Browser speichern sie ein Jahr lang. Damit Besucher die Aenderung sehen,
   muss in ALLEN HTML-Dateien und in admin/index.php der Versionsstempel
   hochgezaehlt werden - aus "?v=2026-09-12a" wird z. B. "?v=2026-09-10".
   Mit "Suchen und Ersetzen in allen Dateien" ist das in Sekunden erledigt.

   ========================================================================= */

/* ============================== Schriften ============================== */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================== Tokens ============================== */
:root {
  /* Gold */
  --gold: #c9a227;
  --gold-hell: #f0d98c;
  --gold-tief: #8a6a15;
  --champagner: #e9dcb8;

  /* Helle Flächen */
  --weiss: #ffffff;
  --porzellan: #fbfaf7;
  --elfenbein: #f8f4ea;
  --sand: #f3eee1;
  --sand-2: #ebe3d0;

  /* Warmes Dunkel – Fußzeile, Bildkacheln, dunkle Schaltflächen */
  --dunkel: #1b1512;
  --dunkel-2: #251d18;
  --dunkel-3: #33291f;

  /* Text */
  --text: #191512;
  --text-2: #57504a;
  --text-3: #6e675d;
  --text-hell-1: #ece7de;
  --text-hell-2: #b0a89c;

  --linie: #e4dccb;
  --linie-stark: #d3c8b0;

  /* Radien */
  --r-xl: 26px;
  --r-l: 20px;
  --r: 14px;
  --r-s: 10px;
  --r-pill: 999px;

  /* Schatten – warm getönt, nicht grau */
  --sh-1: 0 1px 2px rgba(60, 45, 20, .05), 0 4px 14px rgba(60, 45, 20, .06);
  --sh-2: 0 2px 6px rgba(60, 45, 20, .06), 0 20px 44px -14px rgba(60, 45, 20, .18);
  --sh-3: 0 4px 12px rgba(60, 45, 20, .08), 0 36px 70px -22px rgba(60, 45, 20, .26);
  --sh-gold: 0 8px 24px -8px rgba(201, 162, 39, .5);

  /* Maße */
  --maxw: 1200px;
  --gutter: clamp(18px, 4vw, 40px);
  --sek-y: clamp(64px, 8vw, 116px);

  /* Schrift */
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  font-feature-settings: "kern" 1, "liga" 1, "cv11" 1;
  color: var(--text);
  background: var(--porzellan);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-tief); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--text); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  line-height: 1.13;
  margin: 0 0 .5em;
  color: var(--text);
  font-weight: 600;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(2.35rem, 1.4rem + 3.6vw, 4.1rem); font-weight: 500; letter-spacing: -.028em; }
h2 { font-size: clamp(1.75rem, 1.2rem + 2.1vw, 2.75rem); letter-spacing: -.022em; }
h3 { font-size: clamp(1.18rem, 1.05rem + .55vw, 1.42rem); }
h4 { font-size: 1.08rem; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

::selection { background: var(--gold); color: var(--text); }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--eng { max-width: 880px; }

.visually-hidden {
  position: absolute !important; 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: -9999px; top: 0; z-index: 999;
  background: var(--gold); color: var(--text); padding: 14px 22px;
  font-weight: 700; border-radius: 0 0 var(--r-s) 0; text-decoration: none;
}
.skip:focus { left: 0; }

:focus-visible { outline: 2px solid var(--gold-tief); outline-offset: 3px; border-radius: 3px; }

/* Einblenden beim Scrollen – Klasse wird per JS gesetzt.
   Ohne JavaScript bleibt jeder Inhalt sichtbar. */
@media (prefers-reduced-motion: no-preference) {
  .rv { opacity: 0; transform: translateY(18px); will-change: opacity, transform; }
  .rv--an {
    opacity: 1; transform: none;
    transition: opacity .7s var(--ease), transform .7s var(--ease);
  }
}

/* ============================== Kopfzeile ============================== */
.topbar {
  background: var(--sand);
  color: var(--text-2);
  font-size: .84rem;
  border-bottom: 1px solid var(--linie);
}
.topbar .wrap {
  display: flex; flex-wrap: wrap; gap: 6px 28px;
  align-items: center; justify-content: flex-end; padding-block: 9px;
}
.topbar a {
  color: var(--text-2); text-decoration: none; font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
  transition: color .2s var(--ease);
}
.topbar a:hover { color: var(--gold-tief); }
.topbar svg { width: 14px; height: 14px; fill: var(--gold-tief); flex: none; }
.topbar .oeffnung { margin-right: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--text-3); }

.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 250, 247, .84);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--linie);
  transition: background .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.header--fest {
  background: rgba(255, 255, 255, .96);
  border-bottom-color: var(--linie-stark);
  box-shadow: 0 10px 30px -22px rgba(60, 45, 20, .85);
}
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; }

/* Originallogo */
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo__bild { width: auto; height: 44px; flex: none; transition: opacity .25s var(--ease); }
.logo:hover .logo__bild { opacity: .82; }
@media (max-width: 480px) { .logo__bild { height: 34px; } }

.nav { display: flex; align-items: center; gap: 2px; }
.nav a {
  position: relative; color: var(--text); text-decoration: none;
  font-size: .93rem; font-weight: 500; padding: 10px 15px; border-radius: var(--r-s);
  transition: color .2s var(--ease);
}
.nav a::after {
  content: ""; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 1.5px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav a:not(.btn):hover { color: var(--gold-tief); }
.nav a:not(.btn):hover::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--gold-tief); }
.nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav .btn { margin-left: 12px; }
.nav .btn::after { display: none; }

.burger {
  display: none; background: var(--weiss); border: 1px solid var(--linie-stark);
  border-radius: var(--r-s); padding: 10px 12px; cursor: pointer;
}
.burger svg { width: 22px; height: 22px; stroke: var(--text); display: block; }

@media (max-width: 1100px) {
  .burger { display: inline-flex; }
  .nav {
    position: absolute; inset: 100% 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--weiss); padding: 12px var(--gutter) 22px; gap: 2px;
    border-bottom: 1px solid var(--gold); display: none;
    box-shadow: 0 24px 40px -24px rgba(60, 45, 20, .55);
  }
  .nav.offen { display: flex; animation: navAuf .28s var(--ease); }
  @keyframes navAuf { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
  .nav a { padding: 14px 12px; font-size: 1rem; border-bottom: 1px solid var(--linie); }
  .nav a::after { display: none; }
  .nav .btn { margin: 14px 0 0; justify-content: center; border-bottom: 0; }
  .topbar .oeffnung { display: none; }
  .topbar .wrap { justify-content: center; gap: 6px 20px; }
}

/* ============================== Buttons ============================== */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: .95rem; line-height: 1;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  padding: 15px 26px; border-radius: var(--r-pill); border: 1px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease),
              background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn svg { width: 17px; height: 17px; fill: currentColor; flex: none; }

.btn--gold {
  background: linear-gradient(135deg, #e3c464 0%, var(--gold) 55%, #ab8518 100%);
  color: #1b1408; box-shadow: var(--sh-gold);
}
.btn--gold::before {
  content: ""; position: absolute; inset: 0; transform: translateX(-110%);
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, .55) 50%, transparent 80%);
  transition: transform .7s var(--ease);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -8px rgba(201, 162, 39, .6); color: #1b1408; }
.btn--gold:hover::before { transform: translateX(110%); }

.btn--linie { border-color: var(--linie-stark); color: var(--text); background: var(--weiss); }
.btn--linie:hover { border-color: var(--gold); color: var(--gold-tief); transform: translateY(-2px); box-shadow: var(--sh-1); }

.btn--dunkel { background: var(--dunkel); color: var(--weiss); }
.btn--dunkel:hover { background: var(--dunkel-3); color: var(--weiss); transform: translateY(-2px); box-shadow: var(--sh-2); }

.btn--gross { padding: 18px 34px; font-size: 1.02rem; }
.btn:active { transform: translateY(0); }

/* ============================== Hero ============================== */
.hero {
  position: relative; isolation: isolate; overflow: hidden; color: var(--text);
  background:
    radial-gradient(1000px 620px at 84% 6%, rgba(233, 205, 130, .45), transparent 62%),
    radial-gradient(720px 480px at 2% 104%, rgba(214, 196, 158, .32), transparent 64%),
    linear-gradient(158deg, #fdfbf6 0%, #f7f1e4 58%, #efe6d2 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, .6), transparent);
}
.hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(32px, 5vw, 62px);
  align-items: center; padding-block: clamp(48px, 6vw, 84px) clamp(56px, 7vw, 96px);
}
.hero h1 { margin-bottom: .3em; }
.hero h1 em {
  font-style: normal; font-weight: 500;
  background: linear-gradient(100deg, #b58e1c, var(--gold) 42%, #86660f);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .71rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-tief); margin-bottom: 22px;
}
.hero .kicker::before {
  content: ""; width: 34px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-tief));
}
.hero .lead { font-size: clamp(1.02rem, .95rem + .3vw, 1.18rem); color: var(--text-2); max-width: 56ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__trust { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--linie-stark); }
.hero__trust ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 30px; }
.hero__trust li {
  list-style: none; display: flex; align-items: center; gap: 9px;
  font-size: .91rem; font-weight: 500; color: var(--text-2);
}
.hero__trust svg { width: 17px; height: 17px; fill: var(--gold-tief); flex: none; }

/* Bildmotiv im Hero */
.hero__bild { position: relative; }
.hero__bild img {
  width: 100%; border-radius: var(--r-xl);
  box-shadow: var(--sh-3);
  border: 1px solid rgba(201, 162, 39, .28);
}

@media (max-width: 1000px) {
  .hero .wrap { grid-template-columns: 1fr; padding-block: 40px 54px; }
  .hero__bild { max-width: 520px; }
}

.hero--schmal .wrap { grid-template-columns: 1fr; max-width: 900px; }

/* ============================== Rechner ============================== */
.sek--rechner { background: var(--sand); padding-block: clamp(48px, 6vw, 82px); }

.rechner {
  position: relative;
  background: var(--weiss);
  border: 1px solid var(--linie);
  border-radius: var(--r-l);
  box-shadow: var(--sh-2);
  padding: clamp(24px, 3.4vw, 36px);
  color: var(--text);
}
.rechner::before {
  content: ""; position: absolute; inset: -1px -1px auto; height: 3px;
  border-radius: var(--r-l) var(--r-l) 0 0;
  background: linear-gradient(90deg, var(--gold-tief), var(--gold-hell), var(--gold-tief));
}
.rechner h2, .rechner h3 { margin-top: 0; font-size: clamp(1.3rem, 1.1rem + .7vw, 1.7rem); }
.rechner__form { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; margin-bottom: 20px; }
.rechner__form label {
  display: block; font-size: .74rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; margin-bottom: 7px; color: var(--text-3);
}
.rechner__form .feld { flex: 1 1 200px; }
.rechner input[type="number"], .rechner select,
.form input, .form select, .form textarea {
  width: 100%; padding: 14px 15px; font: inherit; font-size: 1rem;
  border: 1px solid var(--linie-stark); border-radius: var(--r-s);
  background: var(--weiss); color: var(--text);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.rechner input[type="number"]:focus, .form input:focus, .form textarea:focus, .form select:focus {
  border-color: var(--gold); outline: none; box-shadow: 0 0 0 4px rgba(201, 162, 39, .16);
}
.rechner__tabs {
  display: flex; gap: 6px; margin-bottom: 18px; flex-wrap: wrap;
  background: var(--sand); padding: 5px; border-radius: var(--r-pill); width: fit-content;
}
.rechner__tab {
  border: 0; background: transparent; color: var(--text-2);
  padding: 9px 20px; border-radius: var(--r-pill);
  font: 600 .88rem var(--sans); cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.rechner__tab:hover { color: var(--text); }
.rechner__tab[aria-selected="true"] {
  background: var(--dunkel); color: var(--gold-hell); box-shadow: var(--sh-1);
}
.rechner table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.rechner th, .rechner td { padding: 11px 8px; text-align: left; border-bottom: 1px solid var(--linie); }
.rechner tr:last-child td { border-bottom: 0; }
.rechner th {
  font-size: .7rem; text-transform: uppercase; letter-spacing: .12em;
  color: var(--text-3); font-weight: 700;
}
.rechner td:last-child, .rechner th:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.rechner td:last-child { font-weight: 700; }
.rechner tbody tr { transition: background .2s var(--ease); }
.rechner tbody tr:hover { background: rgba(201, 162, 39, .08); }
.rechner__fuss { font-size: .8rem; color: var(--text-3); margin: 18px 0 0; line-height: 1.6; }

/* ============================== Sektionen ============================== */
.sek { padding-block: var(--sek-y); position: relative; }
.sek--grau { background: var(--sand); }
.sek--schmal { padding-block: clamp(40px, 5vw, 64px); }

/* Ehemals dunkle Sektion – jetzt warme Sandfläche mit Goldschimmer */
.sek--dunkel {
  position: relative; isolation: isolate;
  background-color: var(--sand); color: var(--text-2);
}
.sek--dunkel::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: url("../img/sektion-hell.jpg");
  background-size: cover; background-position: center;
}
.sek--dunkel h2, .sek--dunkel h3, .sek--dunkel h4 { color: var(--text); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .71rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold-tief); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .6; }
.kopf--mitte .eyebrow::before { display: none; }

.kopf { max-width: 740px; margin-bottom: clamp(32px, 4vw, 52px); }
.kopf > p { color: var(--text-2); font-size: 1.05rem; }
.kopf--mitte { margin-inline: auto; text-align: center; }

.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 68px); align-items: center;
}
.split--umkehr > *:first-child { order: 2; }
@media (max-width: 940px) {
  .split { grid-template-columns: 1fr; gap: 34px; }
  .split--umkehr > *:first-child { order: 0; }
}
.split p { color: var(--text-2); }
.split h2 + p { font-size: 1.05rem; }

/* Bildkacheln – bewusst dunkel gehalten, damit das Gold leuchtet */
.visual {
  position: relative; border-radius: var(--r-l); overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--dunkel);
  box-shadow: var(--sh-2);
}
.visual::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  border-radius: inherit; border: 1px solid rgba(201, 162, 39, .3);
}
.visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.visual:hover img { transform: scale(1.04); }

/* ============================== Karten ============================== */
.karten { display: grid; grid-template-columns: repeat(auto-fit, minmax(272px, 1fr)); gap: 20px; }
.karte {
  position: relative; overflow: hidden;
  background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--r-l);
  padding: 30px 26px; box-shadow: var(--sh-1);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.karte::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 2px;
  background: linear-gradient(90deg, var(--gold-tief), var(--gold-hell));
  transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease);
}
.karte:hover { transform: translateY(-5px); box-shadow: var(--sh-2); border-color: rgba(201, 162, 39, .42); }
.karte:hover::before { transform: scaleX(1); }
.karte h3 { margin-bottom: .45em; }
.karte p { color: var(--text-2); font-size: .97rem; }
.karte__icon {
  width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(140deg, rgba(240, 217, 140, .45), rgba(201, 162, 39, .16));
  border: 1px solid rgba(201, 162, 39, .32);
  transition: transform .35s var(--ease);
}
.karte:hover .karte__icon { transform: translateY(-2px) rotate(-4deg); }
.karte__icon svg { width: 24px; height: 24px; fill: var(--gold-tief); }

/* ============================== Kennzahlen ============================== */
.zahlen {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px; background: var(--linie);
  border: 1px solid var(--linie); border-radius: var(--r-l); overflow: hidden;
  box-shadow: var(--sh-1);
}
.zahlen li { background: rgba(255, 255, 255, .86); padding: 30px 22px; text-align: center; }
.zahlen li b {
  /* Feste Mindesthoehe, damit ein- und zweizeilige Kacheln dieselbe
     Grundlinie fuer den Text darunter haben. */
  display: grid; place-items: center; min-height: 4rem;
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.6rem); line-height: 1;
  color: var(--gold-tief); margin-bottom: 8px;
}
.zahlen li span { font-size: .86rem; line-height: 1.5; color: var(--text-2); display: block; }

/* ============================== Ablauf ============================== */
.schritte {
  counter-reset: s; display: grid; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
  gap: 20px; list-style: none; margin: 0; padding: 0;
}
.schritte li {
  counter-increment: s; position: relative;
  padding: 34px 24px 26px; background: var(--weiss);
  border: 1px solid var(--linie); border-radius: var(--r-l);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.schritte li:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.schritte li::before {
  content: counter(s, decimal-leading-zero);
  position: absolute; top: -19px; left: 24px;
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(140deg, #e3c464, var(--gold) 60%, #ab8518);
  color: #1b1408; font: 600 .95rem var(--sans);
  box-shadow: 0 6px 16px -6px rgba(201, 162, 39, .7);
  border: 3px solid var(--sand);
}
.sek:not(.sek--grau):not(.sek--dunkel):not(.sek--rechner) .schritte li::before { border-color: var(--porzellan); }
.schritte h3 { font-size: 1.12rem; margin: 8px 0 .4em; }
.schritte p { margin: 0; font-size: .95rem; color: var(--text-2); }

/* ============================== Hakenliste ============================== */
.haken { list-style: none; margin: 0 0 1.4em; padding: 0; display: grid; gap: 12px; }
.haken li { display: flex; gap: 12px; align-items: flex-start; color: var(--text-2); }
.haken li::before {
  content: ""; flex: none; width: 22px; height: 22px; margin-top: 3px; border-radius: 50%;
  background: rgba(201, 162, 39, .18)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238a6a15'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")
    center/13px no-repeat;
}

/* ============================== FAQ ============================== */
.faq { display: grid; gap: 10px; }
.faq details {
  background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--r);
  overflow: hidden; transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.faq details:hover { border-color: var(--linie-stark); }
.faq details[open] { border-color: rgba(201, 162, 39, .5); box-shadow: var(--sh-1); }
.faq summary {
  cursor: pointer; list-style: none; padding: 21px 60px 21px 24px; position: relative;
  font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--text);
  letter-spacing: -.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before, .faq summary::after {
  content: ""; position: absolute; right: 24px; top: 50%;
  background: var(--gold-tief); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.faq summary::before { width: 14px; height: 2px; margin-top: -1px; }
.faq summary::after { width: 2px; height: 14px; margin-top: -7px; right: 30px; }
.faq details[open] summary::after { transform: rotate(90deg); opacity: 0; }
.faq details[open] summary { color: var(--gold-tief); }
.faq .faq__a { padding: 0 24px 22px; color: var(--text-2); }
.faq .faq__a p { font-size: .98rem; }

/* ============================== Bewertungen ============================== */
.stimmen { display: grid; grid-template-columns: repeat(auto-fit, minmax(262px, 1fr)); gap: 20px; }
.stimme {
  position: relative; background: var(--weiss);
  border: 1px solid var(--linie); border-radius: var(--r-l);
  padding: 30px 26px 26px; margin: 0; box-shadow: var(--sh-1);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.stimme:hover { transform: translateY(-4px); border-color: rgba(201, 162, 39, .42); box-shadow: var(--sh-2); }
.stimme::before {
  content: "\201C"; position: absolute; top: 2px; right: 20px;
  font-family: var(--serif); font-size: 5rem; line-height: 1;
  color: rgba(201, 162, 39, .22);
}
.stimme .sterne { color: var(--gold); letter-spacing: 4px; font-size: .95rem; margin-bottom: 14px; }
.stimme blockquote { margin: 0 0 16px; font-style: italic; color: var(--text-2); font-size: 1rem; line-height: 1.6; }
.stimme cite { font-style: normal; font-weight: 600; color: var(--gold-tief); font-size: .9rem; }

/* ============================== CTA-Band ============================== */
.band {
  position: relative; isolation: isolate; overflow: hidden;
  background-color: var(--sand-2); color: var(--text);
  text-align: center; padding-block: clamp(56px, 7vw, 88px);
}
.band::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: url("../img/band-hell.jpg");
  background-size: cover; background-position: center;
}
.band::after {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, .6), transparent);
}
.band p { max-width: 64ch; margin-inline: auto; color: var(--text-2); }
.band__cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }

/* ============================== Ortsliste ============================== */
.orte { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 0; padding: 0; }
.orte a {
  display: inline-block; padding: 10px 19px; border-radius: var(--r-pill); text-decoration: none;
  font-size: .92rem; font-weight: 500; background: var(--weiss);
  border: 1px solid var(--linie); color: var(--text);
  transition: transform .25s var(--ease), background .25s var(--ease),
              border-color .25s var(--ease), color .25s var(--ease);
}
.orte a:hover {
  background: var(--dunkel); border-color: var(--dunkel); color: var(--gold-hell); transform: translateY(-2px);
}

/* ============================== Info-Kasten ============================== */
.kasten {
  position: relative; background: var(--elfenbein);
  border: 1px solid var(--linie);
  border-radius: var(--r); padding: 24px 26px 24px 30px; margin: 0 0 1.5em;
  font-size: .99rem; color: var(--text-2);
}
.kasten::before {
  content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 3px;
  border-radius: 0 3px 3px 0; background: linear-gradient(var(--gold-hell), var(--gold-tief));
}
.kasten strong { color: var(--text); font-weight: 600; }
.sek--grau .kasten, .sek--dunkel .kasten, .sek--rechner .kasten { background: var(--weiss); }

/* ============================== Kontaktdaten ============================== */
.kontaktbox { display: grid; gap: 20px; }
.kontaktzeile { display: flex; gap: 16px; align-items: flex-start; }
.kontaktzeile__icon {
  flex: none; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(140deg, rgba(240, 217, 140, .42), rgba(201, 162, 39, .14));
  border: 1px solid rgba(201, 162, 39, .32);
}
.kontaktzeile__icon svg { width: 20px; height: 20px; fill: var(--gold-tief); }
.kontaktzeile b {
  display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em;
  color: var(--text-3); font-weight: 700; margin-bottom: 3px;
}
.kontaktzeile a { text-decoration: none; font-weight: 600; color: var(--text); }
.kontaktzeile a:hover { color: var(--gold-tief); }

/* ============================== Formular ============================== */
.form { display: grid; gap: 18px; }
.form .reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .form .reihe { grid-template-columns: 1fr; } }
.form label {
  font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em;
  display: block; margin-bottom: 7px; color: var(--text-3);
}
.form textarea { min-height: 150px; resize: vertical; }
.form label.check, .form .check {
  display: flex; gap: 12px; align-items: flex-start;
  text-transform: none; letter-spacing: normal; font-weight: 400;
  font-size: .9rem; color: var(--text-2); margin-bottom: 0;
}
.form .check input { width: 20px; height: 20px; margin-top: 2px; flex: none; accent-color: var(--gold-tief); }
.form .check a { color: var(--gold-tief); }
.form .hp { position: absolute; left: -9999px; }
.form .hinweis { font-size: .82rem; color: var(--text-3); }

/* ============================== Tabellen ============================== */
.tab { width: 100%; border-collapse: collapse; margin: 0 0 1.5em; font-size: .96rem; }
.tab th, .tab td { padding: 13px 14px; border-bottom: 1px solid var(--linie); text-align: left; }
.tab th {
  background: var(--sand); font-size: .72rem; text-transform: uppercase;
  letter-spacing: .11em; color: var(--text-3); font-weight: 700;
}
.tab tbody tr:hover { background: rgba(201, 162, 39, .06); }
.tab-scroll { overflow-x: auto; }

/* ============================== Brotkrumen ============================== */
.krumen { background: var(--porzellan); border-bottom: 1px solid var(--linie); font-size: .84rem; }
.krumen ol { list-style: none; margin: 0; padding: 14px 0; display: flex; flex-wrap: wrap; gap: 9px; }
.krumen li { display: flex; gap: 9px; align-items: center; color: var(--text-3); }
.krumen li + li::before { content: "/"; color: var(--linie-stark); }
.krumen a { color: var(--text-2); text-decoration: none; }
.krumen a:hover { color: var(--gold-tief); }

.krumen--hero, .seitenkopf .krumen {
  background: none; border: 0; margin-bottom: 20px; font-size: .82rem;
}
.krumen--hero ol, .seitenkopf .krumen ol { padding: 0; }
.krumen--hero li + li::before, .seitenkopf .krumen li + li::before { color: rgba(201, 162, 39, .7); }

/* ============================== Seitenkopf ============================== */
.seitenkopf {
  position: relative; isolation: isolate; overflow: hidden;
  background-color: var(--elfenbein); color: var(--text-2);
  padding-block: clamp(30px, 4vw, 46px) clamp(44px, 5vw, 66px);
}
.seitenkopf::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: url("../img/seitenkopf-hell.jpg");
  background-size: cover; background-position: center;
}
.seitenkopf::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, .55), transparent);
}
.seitenkopf h1 { margin-bottom: .25em; }
.seitenkopf .lead {
  font-size: clamp(1rem, .95rem + .25vw, 1.14rem); color: var(--text-2);
  max-width: 62ch; margin-bottom: 0;
}
.seitenkopf + .sek { padding-top: clamp(38px, 4.5vw, 62px); }

/* ============================== Fließtext ============================== */
.prosa { max-width: 76ch; }
.prosa h2 { font-size: clamp(1.35rem, 1.15rem + .8vw, 1.72rem); margin-top: 1.7em; }
.prosa h2:first-child { margin-top: 0; }
.prosa h3 { font-size: clamp(1.08rem, 1rem + .35vw, 1.22rem); margin-top: 1.6em; }
.prosa p, .prosa li { color: var(--text-2); }
.prosa ul, .prosa ol { padding-left: 1.3em; margin-bottom: 1.3em; }
.prosa li { margin-bottom: .5em; }
.prosa li::marker { color: var(--gold-tief); }
.prosa strong { color: var(--text); font-weight: 600; }
.prosa .tab { font-size: .93rem; }
.prosa hr { border: 0; border-top: 1px solid var(--linie); margin: 2.4em 0 1.6em; }
/* AGB: Unterpunkte a), b) eingerückt, Inhaltsübersicht als Kasten */
.prosa .agb-punkt { padding-left: 1.6em; }
.prosa .agb-inhalt {
  list-style: none; margin: 0 0 2.4em; padding: 20px 24px;
  background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--r);
  columns: 2 18em; column-gap: 32px; font-size: .92rem;
}
.prosa .agb-inhalt li { margin-bottom: .45em; break-inside: avoid; }
.prosa .agb-inhalt a { text-decoration: none; }
.prosa .agb-inhalt a:hover { text-decoration: underline; }
.prosa h2[id] { scroll-margin-top: 100px; }
.prosa .agb-fuss { font-size: .9rem; }

/* ============================== Fußzeile ============================== */
.fuss {
  background: var(--elfenbein); color: var(--text-2);
  padding-block: clamp(48px, 6vw, 72px) 0; font-size: .94rem;
  border-top: 3px solid var(--gold);
}
.fuss h3 {
  color: var(--text); font-family: var(--sans); font-size: .74rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.4em;
}
.fuss__grid {
  display: grid; grid-template-columns: 1.25fr 1.45fr .85fr .75fr;
  gap: clamp(28px, 3.4vw, 46px); padding-bottom: 44px;
}
@media (max-width: 1040px) { .fuss__grid { grid-template-columns: 1fr 1fr; gap: 38px; } }
@media (max-width: 620px)  { .fuss__grid { grid-template-columns: 1fr; gap: 34px; } }
.fuss a { color: var(--text-2); text-decoration: none; transition: color .2s var(--ease); }
.fuss a:hover { color: var(--gold-tief); }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.fuss__orte { grid-template-columns: 1fr 1fr; gap: 11px 18px; }
@media (max-width: 359px) { .fuss__orte { grid-template-columns: 1fr; } }
.fuss__unten {
  border-top: 1px solid var(--linie); padding-block: 22px;
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
  font-size: .84rem; color: var(--text-3);
}

/* Folgen Sie uns: Symbol mit Namen, damit die Spalte lesbar bleibt */
.fuss__folgen a { display: flex; align-items: center; gap: 12px; font-weight: 500; }
.fuss__folgen-icon {
  flex: none; width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center;
  background: var(--weiss); border: 1px solid var(--linie-stark);
  transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.fuss__folgen svg { width: 17px; height: 17px; fill: var(--gold-tief); transition: fill .25s var(--ease); }
.fuss__folgen a:hover .fuss__folgen-icon { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.fuss__folgen a:hover svg { fill: var(--weiss); }

/* ============================== Mobiler Aktionsbalken ============================== */
.floater { display: none; }
@media (max-width: 760px) {
  .floater {
    display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70;
    gap: 10px; padding: 8px; border-radius: var(--r-pill);
    background: rgba(255, 255, 255, .9);
    backdrop-filter: saturate(160%) blur(12px);
    -webkit-backdrop-filter: saturate(160%) blur(12px);
    border: 1px solid var(--linie-stark);
    box-shadow: 0 14px 34px -14px rgba(60, 45, 20, .5);
  }
  .floater .btn { flex: 1; padding: 14px 10px; font-size: .95rem; box-shadow: none; }
  body { padding-bottom: 84px; }
}

/* ============================== Meldungen ============================== */
.meldung { border-radius: var(--r); padding: 18px 22px; margin-bottom: 24px; font-weight: 500; }
.meldung--ok { background: #edf7f0; border: 1px solid #a9d7b9; color: #1c5c31; }
.meldung--fehler { background: #fdeeee; border: 1px solid #f0aaaa; color: #8b2020; }

/* ============================== Kleine Displays ============================== */
@media (max-width: 560px) {
  .rechner__tabs { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border-radius: var(--r); }
  .rechner__tab { width: 100%; }
  .rechner__form .feld { flex: 1 1 100%; }
  .rechner__form .btn { width: 100%; }
}

/* ============================== Druck ============================== */
@media print {
  .header, .topbar, .band, .floater, .fuss__folgen, .btn, .visual, .hero__bild { display: none !important; }
  body { font-size: 11pt; color: #000; background: #fff; padding: 0; }
  .sek, .hero { padding-block: 12pt; background: #fff; }
  .hero::after { display: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}

/* ============================== Rechnerseite ============================== */
.rechner--seite { padding: clamp(26px, 3.6vw, 44px); }

.rechner__schritt {
  display: grid; grid-template-columns: auto 1fr; gap: 18px;
  padding-bottom: 28px; margin-bottom: 28px;
  border-bottom: 1px solid var(--linie);
}
.rechner__schritt:last-of-type { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.rechner__schritt-nr {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(140deg, #e3c464, var(--gold) 60%, #ab8518);
  color: #1b1408; font: 600 .92rem var(--sans); flex: none; margin-top: 2px;
  box-shadow: 0 4px 12px -5px rgba(201, 162, 39, .8);
}
.rechner__schritt-inhalt > h2 {
  font-size: clamp(1.15rem, 1.05rem + .4vw, 1.35rem); margin-bottom: .7em;
}
.rechner__eingaben {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end;
}
@media (max-width: 620px) { .rechner__eingaben { grid-template-columns: 1fr; } }
.rechner__eingaben label {
  display: block; font-size: .74rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; margin-bottom: 7px; color: var(--text-3);
}
.rechner__tipp { font-size: .86rem; color: var(--text-3); margin: 14px 0 0; }

/* Ergebnisfeld */
.ergebnis {
  background: linear-gradient(150deg, var(--elfenbein), var(--sand-2));
  border: 1px solid rgba(201, 162, 39, .4); border-radius: var(--r-l);
  padding: 26px 28px; text-align: center;
}
.ergebnis__betrag {
  display: block; font-family: var(--serif); font-weight: 600;
  font-size: clamp(2.2rem, 1.5rem + 3vw, 3.4rem); line-height: 1.05;
  letter-spacing: -.03em; color: var(--gold-tief);
  font-variant-numeric: tabular-nums;
}
.ergebnis__detail {
  display: block; margin-top: 10px; font-size: .9rem; color: var(--text-2);
}
.ergebnis__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
@media (max-width: 620px) { .ergebnis__cta .btn { flex: 1 1 100%; } }

.rechner__fuss--warnung {
  background: #fdf6e6; border: 1px solid #e6cf95; border-radius: var(--r-s);
  padding: 12px 14px; color: #6d5410;
}

/* Hervorgehobene Zeile in der Legierungstabelle */
.tab tr.ist-gewaehlt { background: rgba(201, 162, 39, .12); }
.tab tr.ist-gewaehlt td { font-weight: 600; }
.tab td:nth-child(2), .tab td:nth-child(3),
.tab th:nth-child(2), .tab th:nth-child(3) { text-align: right; font-variant-numeric: tabular-nums; }
/* ============================== Rechner: Spaltenansicht ==============================
   Gold, Silber und Platin nebeneinander. Das Tabellengerüst steht bereits im
   HTML, JavaScript trägt nur die Beträge ein – dadurch springt beim Laden
   nichts (das zählt Google als Layoutstabilität).                          */
.rechner--spalten { text-align: center; padding: clamp(18px, 2.4vw, 28px); }
.rechner__kopf { margin-bottom: 14px; }
.rechner__kopf h2 { margin-bottom: .3em; font-size: clamp(1.15rem, 1.05rem + .4vw, 1.35rem); }
.rechner__kopf p { color: var(--text-2); font-size: .92rem; max-width: 56ch; margin-inline: auto; }

.rechner--spalten .rechner__form {
  justify-content: center; align-items: flex-end; gap: 12px; margin-bottom: 20px;
}
.rechner--spalten .rechner__form .feld { flex: 0 1 190px; text-align: left; }
.rechner--spalten .rechner__form input { padding: 10px 12px; font-size: .95rem; }
.rechner--spalten .rechner__form label { font-size: .7rem; margin-bottom: 5px; }

.rechner__spalten {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.6vw, 22px); text-align: left;
}
.metallspalte { min-width: 0; }
.metallspalte h3 {
  font-size: .98rem; text-align: center; margin-bottom: .5em;
  padding-bottom: .4em; border-bottom: 2px solid var(--gold);
}
.metallspalte table {
  width: 100%; border-collapse: collapse; font-size: .87rem;
  /* Feste Spaltenbreiten: sonst wird die Tabelle breiter, sobald die Betraege
     eintreffen - das zaehlt Google als Layoutverschiebung. */
  table-layout: fixed;
}
.metallspalte th:first-child, .metallspalte td:first-child { width: 38%; }
.metallspalte th {
  font-family: var(--sans); font-size: .63rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; color: var(--text-3);
  padding: 4px 2px 6px; text-align: left; border-bottom: 1px solid var(--linie);
}
.metallspalte th:last-child { text-align: right; }
.metallspalte td {
  padding: 5px 2px; border-bottom: 1px solid var(--linie);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.metallspalte tr:last-child td { border-bottom: 0; }
.metallspalte td:last-child { text-align: right; font-weight: 700; }
.metallspalte tbody tr { transition: background .2s var(--ease); }
.metallspalte tbody tr:hover { background: rgba(201, 162, 39, .09); }

.rechner__laedt { grid-column: 1 / -1; text-align: center; color: var(--text-3); font-size: .92rem; margin: 0; }
.rechner--spalten .rechner__fuss {
  text-align: center; max-width: 70ch; margin: 14px auto 0; font-size: .76rem;
}

/* Variante ohne eigenen Rahmen – etwa unter dem Rechner auf /rechner */
.rechner--ohnerahmen { background: none; border: 0; box-shadow: none; padding: 0; }
.rechner--ohnerahmen::before { display: none; }

/* Im oberen Seitenbereich sitzt der Rechner in der schmaleren rechten Spalte */
.hero .rechner__kopf { margin-bottom: 12px; }
.hero .metallspalte h3 { font-size: .92rem; }
.hero .metallspalte table { font-size: .83rem; }

/* Auf schmalen Displays bleiben die drei Spalten nebeneinander – dafür
   ruecken Schrift und Innenabstaende enger zusammen. */
@media (max-width: 620px) {
  .rechner__spalten { gap: 8px; }
  .metallspalte h3 { font-size: .86rem; }
  .metallspalte table, .hero .metallspalte table { font-size: .76rem; }
  .metallspalte td { padding: 5px 1px; }
  .metallspalte th { font-size: .58rem; letter-spacing: .04em; padding: 4px 1px 6px; }
  .metallspalte th:first-child, .metallspalte td:first-child { width: 30%; }
  .rechner--spalten .rechner__form .feld { flex: 1 1 100%; }
}
@media (max-width: 379px) {
  .rechner__spalten { grid-template-columns: 1fr; gap: 20px; }
}

/* Der Platzhalter belegt genauso viel Platz wie das spätere Datum – sonst
   wächst der Absatz beim Nachladen um eine Zeile und die Karte springt. */
.rechner__fuss [data-stand] { display: inline-block; min-width: 10.6em; }

/* ============================== WhatsApp-Knopf ==============================
   Sitzt fest unten rechts, auf jedem Bildschirm. Auf dem Handy rutscht er
   über die Anrufleiste, damit sich beide nicht überdecken. */
.wa {
  position: fixed; right: 20px; bottom: 20px; z-index: 75;
  display: inline-flex; align-items: center; gap: 0;
  height: 58px; padding: 0 15px; border-radius: 999px;
  background: #25d366; color: #fff; text-decoration: none;
  box-shadow: 0 6px 18px rgba(20, 100, 50, .34), 0 2px 6px rgba(0, 0, 0, .14);
  transition: gap .3s var(--ease), padding .3s var(--ease),
              transform .25s var(--ease), box-shadow .25s var(--ease);
}
.wa svg { width: 30px; height: 30px; fill: #fff; flex: none; }
.wa__text {
  max-width: 0; overflow: hidden; white-space: nowrap;
  font-weight: 600; font-size: .95rem; opacity: 0;
  transition: max-width .3s var(--ease), opacity .25s var(--ease);
}
.wa:hover, .wa:focus-visible {
  color: #fff; transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(20, 100, 50, .42), 0 2px 6px rgba(0, 0, 0, .16);
  gap: 10px; padding-right: 22px;
}
.wa:hover .wa__text, .wa:focus-visible .wa__text { max-width: 8rem; opacity: 1; }

@media (max-width: 760px) {
  /* über der Anrufleiste */
  .wa { right: 14px; bottom: 88px; height: 54px; padding: 0 13px; }
  .wa svg { width: 28px; height: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .wa, .wa__text { transition: none; }
}
@media print { .wa { display: none !important; } }

/* Kennzahl mit Wort statt Zahl: etwas kleiner, damit sie in die Spalte passt */
.zahlen li b.zahlen__wort {
  font-size: clamp(1.3rem, 1.05rem + .9vw, 1.75rem);
  line-height: 1.15;
}
.zahlen li abbr { text-decoration: none; border-bottom: 1px dotted currentColor; cursor: help; }

/* ============================== Einwilligungsbanner ==============================
   Beide Hauptknöpfe sind bewusst gleich groß und gleich auffällig. Ein Banner,
   bei dem „Ablehnen" versteckter ist als „Akzeptieren", gilt als unwirksam. */
.einwilligung {
  position: fixed; inset: auto 0 0 0; z-index: 90;
  background: var(--weiss);
  border-top: 3px solid var(--gold);
  box-shadow: 0 -10px 40px -12px rgba(60, 45, 20, .35);
  padding-block: clamp(16px, 2vw, 22px);
  max-height: 85vh; overflow-y: auto;
}
.einwilligung[hidden] { display: none; }
.einwilligung__innen {
  display: grid; grid-template-columns: 1fr auto;
  gap: clamp(16px, 2.5vw, 34px); align-items: center;
}
.einwilligung__text h2 {
  font-size: clamp(1.05rem, 1rem + .3vw, 1.25rem); margin-bottom: .35em;
}
.einwilligung__text p { font-size: .9rem; color: var(--text-2); margin: 0; max-width: 78ch; }

.einwilligung__knoepfe {
  display: flex; flex-direction: column; gap: 10px; align-items: stretch;
}
.einwilligung__btn {
  min-width: 190px; padding: 14px 22px; font-size: .95rem; box-shadow: none;
}
/* Gleiche Fläche, gleiche Schriftgröße, beide gefüllt – nur die Farbe unterscheidet sie. */
.einwilligung__btn--ab { background: var(--dunkel); color: var(--weiss); }
.einwilligung__btn--ab:hover { background: var(--dunkel-3); color: var(--weiss); transform: translateY(-2px); }
.einwilligung__btn--an { background: linear-gradient(135deg, #e3c464 0%, var(--gold) 55%, #ab8518 100%); color: #1b1408; }
.einwilligung__btn--an:hover { transform: translateY(-2px); color: #1b1408; }

.einwilligung__mehr {
  background: none; border: 0; padding: 4px; cursor: pointer;
  font: 500 .86rem var(--sans); color: var(--text-2); text-decoration: underline;
  text-underline-offset: 3px;
}
.einwilligung__mehr:hover { color: var(--gold-tief); }

.einwilligung__wahl { display: grid; gap: 12px; margin-top: 18px; }
/* Ohne diese Zeile wuerde display:grid das hidden-Attribut aushebeln. */
.einwilligung__wahl[hidden] { display: none; }
.einwilligung__punkt {
  display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start;
  background: var(--elfenbein); border: 1px solid var(--linie);
  border-radius: var(--r); padding: 14px 16px; cursor: pointer;
}
.einwilligung__punkt input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--gold-tief); }
.einwilligung__punkt input:disabled { cursor: not-allowed; }
.einwilligung__punkt b { display: block; font-size: .92rem; color: var(--text); margin-bottom: 2px; }
.einwilligung__punkt span { font-size: .84rem; color: var(--text-2); line-height: 1.5; }

/* Knopf in der Fußzeile, sieht aus wie die übrigen Verweise */
.fuss__einstellungen {
  background: none; border: 0; padding: 0; cursor: pointer;
  font: inherit; color: var(--text-2); text-align: left;
}
.fuss__einstellungen:hover { color: var(--gold-tief); }

/* Solange der Banner steht, treten WhatsApp-Knopf und Anrufleiste zurück.
   Sie zu verschieben wuerde eine Layoutverschiebung erzeugen. */
.einwilligung-offen .wa,
.einwilligung-offen .floater { display: none !important; }

@media (max-width: 800px) {
  .einwilligung__innen { grid-template-columns: 1fr; }
  .einwilligung__knoepfe { flex-direction: row; flex-wrap: wrap; }
  .einwilligung__btn { flex: 1 1 140px; min-width: 0; }
  .einwilligung__mehr { flex: 1 1 100%; text-align: center; }
}
