/* ==========================================================================
   Christiansen Stammholz — Design-System
   Farben, Typografie und Abstände 1:1 aus dem Prototyp Startseite.dc.html
   ========================================================================== */

:root {
  --gruen:        #71AA21;
  --gruen-dunkel: #5C8C1A;
  --gruen-hell:   #F1F6E8;
  --gruen-rand:   #D3E4BA;
  --schwarz:      #222222;
  --schwarz-tief: #1A1A1A;
  --grau:         #6B7280;
  --grau-hell:    #F7F7F7;
  --grau-fill:    #F8F9FA;
  --rand:         #EEEEEE;
  --stern:        #FFB400;
  --rot:          #b3261e;
  --weiss:        #ffffff;

  --radius:       6px;
  --radius-gross: 10px;
  --schatten:     0 2px 12px rgba(0,0,0,.06);
  --bahn:         1280px;
  --gutter:       24px;
}

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

body {
  margin: 0;
  font-family: Inter, Helvetica, Arial, sans-serif;
  color: var(--schwarz);
  background: var(--weiss);
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
  min-width: 320px;
  /* clip statt hidden: hidden erzeugt einen Scroll-Container und setzt
     position: sticky im Kopfbereich außer Kraft. */
  overflow-x: clip;
}

a { color: var(--gruen); text-decoration: none; }
a:hover { color: var(--gruen-dunkel); }
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gruen);
  outline-offset: 2px;
}
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font-family: inherit; }
::placeholder { color: var(--grau); }
h1, h2, h3, h4, h5, h6 { margin: 0; letter-spacing: -0.02em; font-weight: 800; }
p { margin: 0; }
ul, ol { margin: 0; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--gruen); color: #fff; padding: 12px 20px; font-weight: 700;
}
.skip-link:focus { left: 0; color: #fff; }

.bahn { max-width: var(--bahn); margin: 0 auto; padding: 0 var(--gutter); }
/* Grid- und Flex-Kinder schrumpfen sonst nicht unter ihre Inhaltsbreite. */
.raster > *, .split > *, .karussell > *, .produkt-raster > *,
.kontakt-raster > *, .bewertungs-box > *, .produktseite__raster > * { min-width: 0; }
.bahn--schmal { max-width: 900px; }

.screen-reader-text {
  border: 0; clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal;
}

/* --- Abschnitts-Bausteine ------------------------------------------------ */
.sektion        { padding: 96px 0; background: var(--weiss); }
.sektion--grau  { background: var(--grau-hell); }
.sektion--eng   { padding: 72px 0; }

.eyebrow {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.14em; color: var(--gruen);
}
.eyebrow-zentriert {
  display: flex; gap: 14px; align-items: center; justify-content: center;
}
.eyebrow-zentriert::before, .eyebrow-zentriert::after {
  content: ""; width: 42px; height: 1px; background: var(--gruen-rand);
}
.titel {
  font-size: clamp(28px, 3.6vw, 42px); line-height: 1.15; margin: 16px 0 0;
}
.titel--klein { font-size: clamp(24px, 3.2vw, 38px); }
.titel em, .titel .akzent {
  font-style: normal; color: var(--gruen);
  border-bottom: 3px solid var(--gruen); padding-bottom: 2px;
}
.lead {
  color: var(--grau); font-size: 16px; line-height: 1.65; margin: 20px 0 0;
}
.zentriert { text-align: center; }
.lead-zentriert { max-width: 640px; margin-left: auto; margin-right: auto; }

/* --- Buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex; gap: 12px; align-items: center; justify-content: center;
  border: 0; border-radius: var(--radius); padding: 15px 26px; cursor: pointer;
  min-height: 44px;   /* Mindestgröße für die Bedienung mit dem Finger */
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-align: center;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.btn--gruen { background: var(--gruen); color: #fff; }
.btn--gruen:hover { background: var(--gruen-dunkel); color: #fff; }
.btn--schwarz { background: var(--schwarz); color: #fff; }
.btn--schwarz:hover { background: var(--schwarz-tief); color: #fff; }
.btn--rand-schwarz { border: 1px solid var(--schwarz); color: var(--schwarz); background: transparent; }
.btn--rand-schwarz:hover { background: var(--schwarz); color: #fff; }
.btn--rand-hell { border: 1px solid rgba(255,255,255,.6); color: #fff; background: transparent; }
.btn--rand-hell:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.btn--rand-gruen {
  border: 1px solid var(--gruen-rand); color: var(--gruen-dunkel); background: transparent;
}
.btn--rand-gruen:hover { background: var(--gruen-hell); color: var(--gruen-dunkel); }
.btn--voll { width: 100%; }

/* ==========================================================================
   Kopfbereich
   ========================================================================== */
.kopf { position: sticky; top: 0; z-index: 60; box-shadow: var(--schatten); }

.topbar {
  background: var(--grau-hell); border-bottom: 1px solid var(--rand);
  font-size: 12.5px; color: var(--grau);
}
.topbar__inner {
  max-width: var(--bahn); margin: 0 auto; padding: 8px var(--gutter);
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  align-items: center; justify-content: space-between;
}
.topbar__links, .topbar__rechts {
  display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center;
}
.topbar span.mit-icon { display: flex; gap: 7px; align-items: center; }
.topbar i { color: var(--gruen); }
.topbar a { color: var(--grau); }
.topbar a:hover { color: var(--gruen); }
.topbar__laender { display: flex; gap: 7px; align-items: center; color: var(--schwarz); font-weight: 600; }
.topbar__laender i { color: var(--gruen); }
.topbar__laender span { color: var(--grau); font-weight: 500; }
.topbar__laender .trenner { color: var(--rand); }

.kopf__mitte { background: #fff; }
.kopf__mitte-inner {
  max-width: var(--bahn); margin: 0 auto; padding: 14px var(--gutter);
  display: flex; flex-wrap: wrap; gap: 16px 24px;
  align-items: center; justify-content: space-between;
}

.logo { display: flex; gap: 12px; align-items: center; color: var(--schwarz); }
.logo:hover { color: var(--schwarz); }
.logo__mark {
  width: 42px; height: 42px; border-radius: 999px; border: 3px solid var(--gruen);
  display: grid; place-items: center; flex: 0 0 auto;
}
.logo__mark span {
  width: 22px; height: 22px; border-radius: 999px; border: 3px solid var(--schwarz);
  display: grid; place-items: center;
}
.logo__mark span span {
  width: 6px; height: 6px; border: 0; border-radius: 999px; background: var(--gruen);
}
.logo { min-width: 0; }
.logo > span { min-width: 0; }
.logo__name {
  display: block; font-size: clamp(15px, 4.4vw, 21px); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.1; overflow-wrap: anywhere;
}
.logo__name .gruen { color: var(--gruen); }
.logo__name .tld { color: var(--grau); font-weight: 600; }
.logo__claim {
  display: block; font-size: clamp(7.5px, 2.1vw, 9.5px); font-weight: 600;
  letter-spacing: 0.14em; color: var(--grau); margin-top: 3px; white-space: nowrap;
}
.footer .logo__name { color: #fff; font-size: 19px; }

.suche {
  flex: 1 1 320px; display: flex; max-width: 520px; border: 1px solid var(--rand);
  border-radius: var(--radius); overflow: hidden; background: var(--grau-fill);
}
.suche input {
  flex: 1; border: 0; background: transparent; padding: 13px 16px;
  font-size: 14.5px; color: var(--schwarz); min-width: 0;
}
.suche button {
  border: 0; background: var(--gruen); color: #fff; padding: 0 20px; cursor: pointer;
}
.suche button:hover { background: var(--gruen-dunkel); }

.kopf__aktionen { display: flex; gap: 20px; align-items: center; }
.kopf-aktion {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  color: var(--schwarz); font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em;
  position: relative; background: transparent; border: 0; cursor: pointer;
}
.kopf-aktion:hover { color: var(--gruen); }
.kopf-aktion i { font-size: 17px; }
.badge {
  position: absolute; top: -6px; right: -10px; background: var(--gruen); color: #fff;
  font-size: 10px; min-width: 17px; height: 17px; border-radius: 999px;
  display: grid; place-items: center; padding: 0 4px; font-weight: 700;
}
.warenkorb-knopf {
  border: 0; background: transparent; cursor: pointer; display: flex; gap: 10px;
  align-items: center; padding: 0;
}
.warenkorb-knopf__icon { position: relative; color: var(--schwarz); }
.warenkorb-knopf__icon i { font-size: 19px; }
.warenkorb-knopf__icon .badge { top: -8px; right: -11px; }
.warenkorb-knopf__text { text-align: left; line-height: 1.2; }
.warenkorb-knopf__label {
  display: block; font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em; color: var(--grau);
}
.warenkorb-knopf__summe { display: block; font-size: 14px; font-weight: 700; color: var(--schwarz); }

/* --- Hauptnavigation + Mega-Menü ---------------------------------------- */
.hauptnav { background: var(--schwarz); position: relative; }
.hauptnav__liste {
  max-width: var(--bahn); margin: 0 auto; padding: 0 var(--gutter);
  display: flex; gap: 4px; overflow-x: auto; list-style: none;
}
.hauptnav__liste > li { position: static; }
.hauptnav__liste a {
  color: #fff; font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em;
  padding: 15px 14px; white-space: nowrap; display: flex; gap: 8px; align-items: center;
}
.hauptnav__liste a:hover,
.hauptnav__liste .current-menu-item > a,
.hauptnav__liste .current_page_item > a { color: var(--gruen); }
.hauptnav__liste .menu-item-has-children > a::after {
  content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 9px;
}
.hauptnav__liste .sub-menu {
  position: absolute; left: 0; right: 0; top: 100%; background: #fff;
  border-bottom: 1px solid var(--rand); box-shadow: var(--schatten); z-index: 70;
  display: none; list-style: none;
  max-width: var(--bahn); margin: 0 auto; padding: 24px var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px 32px;
}
.hauptnav__liste li:hover > .sub-menu,
.hauptnav__liste li:focus-within > .sub-menu { display: grid; }
.hauptnav__liste .sub-menu a {
  color: var(--schwarz); font-size: 14.5px; font-weight: 500; letter-spacing: 0; padding: 8px 0;
}
.hauptnav__liste .sub-menu a:hover { color: var(--gruen); }

.mega {
  position: absolute; left: 0; right: 0; top: 100%; background: #fff;
  border-bottom: 1px solid var(--rand); box-shadow: var(--schatten); z-index: 70;
}
.mega[hidden] { display: none; }
.mega__inner {
  max-width: var(--bahn); margin: 0 auto; padding: 32px var(--gutter);
  display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}
.mega__titel {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em; color: var(--gruen); margin-bottom: 14px;
}
.mega__links { display: grid; gap: 10px; font-size: 14.5px; }
.mega__links a { color: var(--schwarz); }
.mega__links a:hover { color: var(--gruen); }
.mega__promo {
  display: block; position: relative; border-radius: var(--radius-gross);
  overflow: hidden; background: var(--schwarz); min-height: 150px;
}
.mega__promo img {
  width: 100%; height: 100%; min-height: 150px; object-fit: cover;
  opacity: .55; position: absolute; inset: 0;
}
.mega__promo-text { position: relative; display: block; padding: 24px; color: #fff; }
.mega__promo-eyebrow {
  display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; color: var(--gruen);
}
.mega__promo-titel {
  display: block; font-size: 19px; font-weight: 800; letter-spacing: -0.02em; margin-top: 8px;
}

.burger { display: none; border: 0; background: transparent; color: #fff; padding: 14px; cursor: pointer; font-size: 18px; }

/* ==========================================================================
   Hero-Slider
   ========================================================================== */
.hero {
  position: relative; height: 78vh; min-height: 480px;
  background: var(--schwarz-tief); overflow: hidden;
}
.hero__bild {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity .6s ease;
}
.hero__bild.aktiv { opacity: 1; }
.hero__schleier {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.25));
}
.hero__inner {
  position: relative; height: 100%; max-width: var(--bahn); margin: 0 auto;
  padding: 0 var(--gutter); display: flex; align-items: center;
}
.hero__text { max-width: 640px; color: #fff; }
.hero__titel {
  font-size: clamp(34px, 5.6vw, 62px); line-height: 1.05; margin: 18px 0 0;
}
.hero__beschreibung {
  font-size: clamp(15px, 1.5vw, 18px); line-height: 1.65;
  color: rgba(255,255,255,.82); margin: 20px 0 0; max-width: 540px;
}
.hero__aktionen { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__hinweis {
  margin-top: 40px; font-size: 12.5px; color: rgba(255,255,255,.7);
  display: flex; gap: 10px; align-items: center;
}
.hero__hinweis i { color: var(--gruen); }
.hero__pfeil {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.25);
  color: #fff; cursor: pointer; z-index: 2;
}
.hero__pfeil:hover { background: rgba(0,0,0,.5); }
.hero__pfeil--links { left: 16px; }
.hero__pfeil--rechts { right: 16px; }
.hero__punkte {
  position: absolute; bottom: 24px; left: 0; right: 0;
  display: flex; gap: 10px; justify-content: center; z-index: 2;
}
.hero__punkt {
  width: 34px; height: 4px; border: 0; border-radius: 999px; cursor: pointer; padding: 0;
  background: rgba(255,255,255,.4);
}
.hero__punkt.aktiv { background: var(--gruen); }

/* ==========================================================================
   Kernbereiche
   ========================================================================== */
.raster {
  display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); margin-top: 56px;
}
.raster--schmal { grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }
.raster--breit  { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }

.kern {
  border: 1px solid var(--rand); border-radius: var(--radius-gross); overflow: hidden;
  background: #fff; display: flex; flex-direction: column;
  transition: box-shadow .2s ease;
}
.kern:hover { box-shadow: var(--schatten); }
.kern__bild { position: relative; background: var(--schwarz); }
.kern { min-width: 0; }
.kern__bild img { width: 100%; height: 230px; object-fit: cover; }
.kern__badge {
  position: absolute; top: 14px; left: 14px; background: var(--gruen); color: #fff;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; padding: 7px 13px; border-radius: 999px;
}
.kern__body { padding: 26px; display: flex; flex-direction: column; gap: 18px; flex: 1; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; }
.tag {
  background: var(--gruen-hell); border: 1px solid var(--gruen-rand); color: var(--gruen-dunkel);
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em; padding: 5px 12px; border-radius: 999px;
}
.kern__titel { font-size: 23px; }
.kern__untertitel { color: var(--gruen); font-size: 13.5px; font-weight: 600; margin-top: 6px; }
.kern__text { color: var(--grau); font-size: 14.5px; line-height: 1.65; }
.spec-liste {
  list-style: none; margin: 0; padding: 16px 18px; background: var(--grau-fill);
  border-left: 3px solid var(--gruen); border-radius: 0 var(--radius) var(--radius) 0;
  display: grid; gap: 11px;
}
.spec-liste li { display: flex; gap: 11px; align-items: center; font-size: 13.5px; color: var(--schwarz); }
.spec-liste i { color: var(--gruen); width: 16px; text-align: center; }
.kpis { display: flex; gap: 16px; }
.kpi { flex: 1; border: 1px solid var(--rand); border-radius: var(--radius); padding: 14px; }
.kpi__wert { font-size: 21px; font-weight: 800; color: var(--gruen); letter-spacing: -0.02em; }
.kpi__label { font-size: 11.5px; color: var(--grau); margin-top: 4px; }
.preis-zeile {
  background: var(--gruen-hell); border: 1px solid var(--gruen-rand); border-radius: var(--radius);
  padding: 13px 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.preis-zeile__label { font-size: 12px; color: var(--grau); }
.preis-zeile__wert { font-size: 17px; font-weight: 800; color: var(--schwarz); }
.kern__cta { margin-top: auto; }

.telefon-hinweis {
  text-align: center; margin: 44px 0 0; font-size: 15px; color: var(--grau);
  display: flex; gap: 10px; justify-content: center; align-items: center; flex-wrap: wrap;
}
.telefon-hinweis i { color: var(--gruen); }
.telefon-hinweis a { font-weight: 700; }

/* ==========================================================================
   Produktkarten & Karussell
   ========================================================================== */
.abschnitt-kopf {
  display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-end; justify-content: space-between;
}
.karussell-knoepfe { display: flex; gap: 10px; }
.karussell-knopf {
  width: 44px; height: 44px; border-radius: var(--radius); border: 1px solid var(--schwarz);
  background: transparent; color: var(--schwarz); cursor: pointer;
}
.karussell-knopf:hover { background: var(--schwarz); color: #fff; }
.karussell {
  display: flex; gap: 24px; margin-top: 40px; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 8px;
}
.karussell::-webkit-scrollbar { height: 6px; }
.karussell::-webkit-scrollbar-thumb { background: var(--rand); border-radius: 999px; }
.karussell > .produkt { flex: 0 0 288px; scroll-snap-align: start; }

.produkt-raster {
  display: grid; gap: 24px; grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  margin-top: 32px; list-style: none; padding: 0;
}

.produkt {
  background: #fff; border: 1px solid var(--rand); border-radius: var(--radius-gross);
  overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s ease;
}
.produkt:hover { box-shadow: var(--schatten); }
.produkt__bild { position: relative; background: var(--schwarz); display: block; }
.produkt__bild img { width: 100%; height: 190px; object-fit: cover; }
.produkt__rabatt {
  position: absolute; top: 12px; left: 12px; background: var(--gruen); color: #fff;
  font-size: 11px; font-weight: 700; padding: 6px 11px; border-radius: 999px;
}
.produkt__merken {
  position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 999px;
  border: 1px solid var(--rand); background: #fff; cursor: pointer; color: var(--grau);
}
.produkt__merken.aktiv, .produkt__merken:hover { color: var(--gruen); }
.produkt__body { padding: 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.produkt__kategorie { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; color: var(--gruen); }
.produkt__name {
  color: var(--schwarz); font-size: 15px; font-weight: 700; line-height: 1.4;
  letter-spacing: -0.01em; overflow-wrap: break-word;
}
.produkt__name:hover { color: var(--gruen); }
.produkt__preis { display: flex; gap: 10px; align-items: baseline; flex-wrap: wrap; }
.produkt__preis del, .produkt__preis .alt {
  color: var(--grau); font-size: 13.5px; text-decoration: line-through;
}
.produkt__preis ins, .produkt__preis .neu {
  color: var(--gruen); font-size: 21px; font-weight: 800; letter-spacing: -0.02em; text-decoration: none;
}
.produkt__preis .amount { color: var(--gruen); font-size: 21px; font-weight: 800; }
.produkt__preis del .amount { color: var(--grau); font-size: 13.5px; font-weight: 500; }
.produkt__einheit { font-size: 11.5px; color: var(--grau); }
.produkt__lager { display: flex; gap: 8px; align-items: center; font-size: 12px; color: var(--gruen-dunkel); }
.produkt__aktionen { display: flex; gap: 10px; margin-top: auto; }
.mengen-wahl {
  display: flex; align-items: center; border: 1px solid var(--rand);
  border-radius: var(--radius); overflow: hidden;
}
.mengen-wahl button {
  width: 34px; height: 44px; border: 0; background: var(--grau-fill); color: var(--schwarz); cursor: pointer;
}
.mengen-wahl button:hover { background: var(--rand); }
.mengen-wahl input {
  width: 34px; text-align: center; font-size: 14px; font-weight: 700; border: 0;
  background: #fff; padding: 0; -moz-appearance: textfield; height: 44px;
}
.mengen-wahl input::-webkit-outer-spin-button,
.mengen-wahl input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.produkt__warenkorb {
  flex: 1; border: 0; border-radius: var(--radius); background: var(--gruen); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; cursor: pointer; padding: 0 8px;
  display: flex; align-items: center; justify-content: center; text-align: center; min-height: 44px;
}
.produkt__warenkorb:hover { background: var(--gruen-dunkel); color: #fff; }
.produkt__warenkorb.laedt { opacity: .6; pointer-events: none; }
.produkt__warenkorb--breit { padding: 14px; font-size: 11.5px; }

/* Bannerkopf über einer Produktzeile */
.kategorie-banner {
  position: relative; background: var(--grau-hell); border-radius: var(--radius-gross);
  padding: 44px; overflow: hidden;
}
.kategorie-banner::after {
  content: ""; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px;
  border-radius: 999px; background: var(--gruen-hell);
}
.kategorie-banner > * { position: relative; z-index: 1; }

/* ==========================================================================
   Betrieb / Zwei-Spalten-Blöcke
   ========================================================================== */
.split {
  display: grid; gap: 56px; grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  align-items: center;
}
.split__bild { position: relative; }
.split__bild { min-width: 0; }
.split__bild img { width: 100%; height: clamp(240px, 38vw, 480px); object-fit: cover; border-radius: var(--radius-gross); }
.split__bild--hoch img { height: clamp(260px, 42vw, 520px); }
.bild-badge {
  position: absolute; right: 20px; bottom: 20px; background: var(--gruen); color: #fff;
  border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--schatten);
}
.bild-badge__label { font-size: 10.5px; font-weight: 600; letter-spacing: 0.14em; opacity: .85; }
.bild-badge__titel { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; margin-top: 4px; }

.zahlen-leiste {
  display: flex; flex-wrap: wrap; margin: 32px 0 0;
  border-top: 1px solid var(--rand); border-bottom: 1px solid var(--rand);
}
.zahlen-leiste > div { flex: 1 1 140px; padding: 20px; border-right: 1px solid var(--rand); }
.zahlen-leiste > div:first-child { padding-left: 0; }
.zahlen-leiste > div:last-child { border-right: 0; }
.zahlen-leiste__wert { font-size: 23px; font-weight: 800; color: var(--schwarz); letter-spacing: -0.02em; }
.zahlen-leiste__label { font-size: 12px; color: var(--grau); margin-top: 4px; }

.haken-liste { display: grid; gap: 12px; margin-top: 28px; }
.haken-liste div { display: flex; gap: 12px; font-size: 15px; color: var(--schwarz); }
.haken-liste i { color: var(--gruen); margin-top: 4px; }

.person { display: flex; gap: 14px; align-items: center; margin-top: 32px; }
.person__avatar {
  width: 46px; height: 46px; border-radius: 999px; background: var(--schwarz); color: #fff;
  display: grid; place-items: center; font-size: 14px; font-weight: 700;
}
.person__name { font-size: 14px; }
.person__name strong { display: block; }
.person__name span { color: var(--grau); }

.info-kachel {
  flex: 1 1 180px; background: var(--grau-fill); border: 1px solid var(--rand);
  border-radius: var(--radius); padding: 18px;
}
.info-kachel i { color: var(--gruen); }
.info-kachel__wert { font-size: 19px; font-weight: 800; margin-top: 10px; letter-spacing: -0.02em; }
.info-kachel__label { font-size: 12px; color: var(--grau); margin-top: 4px; }

.zitat-box {
  border-left: 3px solid var(--gruen); background: var(--grau-fill);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 22px 24px; margin-top: 24px;
}
.zitat-box--weiss { background: #fff; border: 1px solid var(--rand); border-left: 3px solid var(--gruen); }
.zitat-box__liste { display: grid; gap: 14px; margin-top: 16px; font-size: 14.5px; line-height: 1.65; }
.zitat-box__liste strong { color: var(--gruen); }
.zitat-box__liste span { color: var(--grau); }

.pill-schwarz {
  display: inline-block; background: var(--schwarz); color: #fff; font-size: clamp(10px, 3vw, 11px);
  font-weight: 700; letter-spacing: 0.1em; padding: 9px 16px; border-radius: 999px; margin-top: 22px;
}

/* --- Zertifikate --------------------------------------------------------- */
.zert {
  background: var(--grau-hell); border: 1px solid var(--rand); border-radius: var(--radius-gross);
  padding: 32px; text-align: center;
}
.zert__icon {
  width: 64px; height: 64px; border-radius: 999px; background: var(--gruen-hell);
  border: 1px solid var(--gruen-rand); display: grid; place-items: center; margin: 0 auto;
}
.zert__icon i { color: var(--gruen); font-size: 24px; }
.zert__titel { font-size: 13.5px; font-weight: 700; letter-spacing: 0.08em; margin: 20px 0 0; }
.zert__text { color: var(--grau); font-size: 14px; line-height: 1.65; margin: 12px 0 0; }

/* --- Dunkler Pellets-Block ---------------------------------------------- */
.dunkel { position: relative; background: var(--schwarz-tief); overflow: hidden; color: #fff; }
.dunkel__bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22;
}
.dunkel__inner { position: relative; max-width: var(--bahn); margin: 0 auto; padding: 96px var(--gutter); }
.dunkel__pills { display: flex; gap: 12px; flex-wrap: wrap; }
.pill-hell {
  border: 1px solid rgba(211,228,186,.5); color: var(--gruen-rand); font-size: 11px;
  font-weight: 600; letter-spacing: 0.1em; padding: 7px 14px; border-radius: 999px;
}
.dunkel__titel {
  font-size: clamp(30px, 4.2vw, 48px); margin: 24px 0 0; max-width: 760px; line-height: 1.1;
}
.dunkel__titel .akzent { color: var(--gruen); border: 0; }
.dunkel__text {
  color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.65; max-width: 680px; margin: 20px 0 0;
}
.kennzahlen { display: flex; flex-wrap: wrap; margin: 44px 0 0; }
.kennzahlen > div { padding: 0 28px 0 0; margin-right: 28px; margin-bottom: 16px; }
.kennzahlen > div:last-child { margin-right: 0; padding-right: 0; }
/* Die senkrechte Trennlinie erst zeigen, wenn alle vier Kennzahlen in eine
   Zeile passen. Beim Umbruch bliebe sonst am Zeilenende ein Strich im Leeren
   stehen (sichtbar von 320 bis 986 px). */
@media (min-width: 988px) {
  .kennzahlen > div { border-right: 2px solid var(--gruen); }
  .kennzahlen > div:last-child { border-right: 0; }
}
.kennzahl__wert { font-size: 27px; font-weight: 800; letter-spacing: -0.02em; }
.kennzahl__label { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 4px; }
.marken-zeile {
  margin-top: 36px; font-size: 12.5px; color: rgba(255,255,255,.72); letter-spacing: 0.06em;
}

/* ==========================================================================
   Bewertungen
   ========================================================================== */
.bewertungs-zahlen {
  display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  margin-top: 48px; text-align: center;
}
.bewertungs-zahlen__wert { font-size: 27px; font-weight: 800; letter-spacing: -0.02em; }
.bewertungs-zahlen__label { font-size: 12.5px; color: var(--grau); margin-top: 4px; }
.bewertungs-box {
  display: grid; gap: 40px; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  align-items: center; background: var(--grau-fill); border: 1px solid var(--rand);
  border-radius: var(--radius-gross); padding: 36px; margin-top: 40px;
}
.note { font-size: 64px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.sterne { color: var(--stern); font-size: 17px; letter-spacing: 3px; margin-top: 8px; }
.sterne--klein { font-size: 12.5px; letter-spacing: 2px; }
.balken-liste { display: grid; gap: 10px; }
.balken { display: flex; gap: 12px; align-items: center; font-size: 12.5px; color: var(--grau); }
.balken__label { width: 34px; color: var(--schwarz); font-weight: 600; }
.balken__spur {
  flex: 1; height: 8px; border-radius: 999px; background: var(--rand); overflow: hidden;
}
.balken__fuell { display: block; height: 100%; background: var(--stern); }
.balken__zahl { width: 34px; text-align: right; }

.bewertung {
  border: 1px solid var(--rand); border-radius: var(--radius-gross); padding: 26px; background: #fff;
}
.bewertung > i.fa-quote-left { color: var(--gruen-rand); font-size: 20px; }
.bewertung__text { font-size: 14.5px; line-height: 1.65; color: var(--schwarz); margin: 14px 0 0; }
.bewertung__produkt {
  display: inline-block; background: var(--gruen-hell); border: 1px solid var(--gruen-rand);
  color: var(--gruen-dunkel); font-size: 11px; font-weight: 600; padding: 5px 12px;
  border-radius: 999px; margin-top: 16px;
}
.bewertung__fuss {
  display: flex; gap: 12px; align-items: center; margin-top: 20px; padding-top: 20px;
  border-top: 1px solid var(--rand);
}
.bewertung__avatar {
  width: 38px; height: 38px; border-radius: 999px; display: grid; place-items: center;
  color: #fff; font-size: 12.5px; font-weight: 700;
}
.bewertung__meta { font-size: 13.5px; }
.bewertung__meta strong { display: block; }
.bewertung__meta span { color: var(--grau); font-size: 12px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-liste { display: grid; gap: 12px; }
.faq {
  background: #fff; border: 1px solid var(--rand); border-radius: var(--radius-gross); overflow: hidden;
}
.faq__frage {
  width: 100%; border: 0; background: transparent; cursor: pointer; padding: 20px 24px;
  display: flex; gap: 20px; align-items: center; justify-content: space-between;
  text-align: left; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--schwarz);
}
.faq__frage i { color: var(--gruen); flex: 0 0 auto; }
.faq__antwort {
  margin: 0; padding: 0 24px 24px; color: var(--grau); font-size: 14.5px; line-height: 1.65;
}
.faq__antwort[hidden] { display: none; }

/* ==========================================================================
   Vertrauensleisten, Newsletter, Footer
   ========================================================================== */
.vorteile-leiste {
  padding: 80px 0; background: var(--grau-hell); border-top: 1px solid var(--rand);
}
.vorteile-leiste .bahn {
  display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); text-align: center;
}
.vorteile-leiste i { color: var(--gruen); font-size: 32px; }
.vorteile-leiste .label {
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em; margin-top: 18px;
}

.newsletter { background: #fff; padding: 72px 0; }
.newsletter .bahn {
  display: grid; gap: 40px; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); align-items: center;
}
.newsletter__titel { font-size: clamp(24px, 2.8vw, 32px); }
.newsletter form { display: flex; flex-wrap: wrap; gap: 12px; }
.newsletter input[type="email"] {
  flex: 1 1 220px; border: 1px solid var(--rand); background: var(--grau-fill);
  border-radius: var(--radius); padding: 15px 16px; font-size: 14.5px; color: var(--schwarz);
}
.newsletter__fehler { color: var(--rot); font-size: 13px; margin-top: 10px; }
.newsletter__erfolg { color: var(--gruen-dunkel); font-size: 13px; margin-top: 10px; font-weight: 600; }
.newsletter__hinweis { font-size: 12px; color: var(--grau); line-height: 1.6; margin: 12px 0 0; }

.usp-leiste {
  background: var(--grau-hell); border-top: 1px solid var(--rand); padding: 48px 0;
}
.usp-leiste .bahn {
  display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}
.usp { display: flex; gap: 16px; }
.usp i { color: var(--gruen); font-size: 24px; margin-top: 2px; }
.usp strong { display: block; font-size: 12.5px; letter-spacing: 0.1em; }
.usp span span { color: var(--grau); font-size: 13.5px; }

.footer { background: var(--schwarz); color: rgba(255,255,255,.75); }
.footer a { color: rgba(255,255,255,.75); }
.footer a:hover { color: var(--gruen); }
.footer__inner {
  max-width: var(--bahn); margin: 0 auto; padding: 72px var(--gutter);
  display: grid; gap: 40px; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}
.footer__claim { font-size: 9.5px; font-weight: 600; letter-spacing: 0.16em; color: var(--grau); margin-top: 6px; }
.footer__text { font-size: 14px; line-height: 1.65; margin: 18px 0 0; }
.footer__kontakt { display: grid; gap: 10px; margin-top: 20px; font-size: 13.5px; }
.footer__kontakt span { display: flex; gap: 11px; }
.footer__kontakt i { color: var(--gruen); margin-top: 3px; }
.footer__spalten-titel { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; color: #fff; }
.footer__liste { display: grid; gap: 11px; margin-top: 20px; font-size: 14px; list-style: none; padding: 0; }
.footer__tel {
  background: var(--gruen); border-radius: var(--radius); padding: 16px 18px; margin-top: 22px;
}
.footer__tel-label { font-size: 10.5px; font-weight: 600; letter-spacing: 0.14em; color: rgba(255,255,255,.85); }
.footer__tel a {
  display: block; color: #fff; font-size: 19px; font-weight: 800; letter-spacing: -0.01em; margin-top: 6px;
}
.footer__unten { background: var(--schwarz-tief); }
.footer__unten-inner {
  max-width: var(--bahn); margin: 0 auto; padding: 20px var(--gutter);
  display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; justify-content: space-between;
  font-size: 12.5px; color: var(--grau);
}
.footer__siegel { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.footer__siegel .marke {
  display: flex; gap: 9px; align-items: center; letter-spacing: 0.1em; color: rgba(255,255,255,.7);
}
.footer__siegel .marke i { color: var(--gruen); }
.footer__zahlarten { display: flex; gap: 10px; align-items: center; }
.footer__zahlarten i { font-size: 15px; }

.whatsapp {
  position: fixed; left: 20px; bottom: 20px; z-index: 80; width: 54px; height: 54px;
  border-radius: 999px; background: var(--gruen); color: #fff; display: grid; place-items: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.whatsapp:hover { background: var(--gruen-dunkel); color: #fff; }
.whatsapp i { font-size: 26px; }

.nach-oben {
  position: fixed; right: 20px; bottom: 20px; z-index: 80; width: 46px; height: 46px;
  border-radius: 999px; background: var(--schwarz); color: #fff; border: 0; cursor: pointer;
  display: none; place-items: center;
}
.nach-oben.sichtbar { display: grid; }
.nach-oben:hover { background: var(--gruen); }

/* ==========================================================================
   Warenkorb-Schublade
   ========================================================================== */
.drawer-schleier {
  position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 90; opacity: 0;
  pointer-events: none; transition: opacity .2s ease;
}
.drawer-schleier.offen { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 100%); background: #fff;
  z-index: 95; transform: translateX(100%); transition: transform .25s ease;
  display: flex; flex-direction: column; box-shadow: -6px 0 24px rgba(0,0,0,.15);
}
.drawer.offen { transform: none; }
.drawer__kopf {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; border-bottom: 1px solid var(--rand);
}
.drawer__titel { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; }
.drawer__schliessen { border: 0; background: transparent; font-size: 18px; cursor: pointer; color: var(--schwarz); }
.drawer__body { flex: 1; overflow-y: auto; padding: 24px; }
.drawer__leer { color: var(--grau); font-size: 14.5px; line-height: 1.65; }
.drawer-zeile { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--rand); }
.drawer-zeile img { width: 72px; height: 72px; object-fit: cover; border-radius: var(--radius); }
.drawer-zeile__name { font-size: 13.5px; font-weight: 700; line-height: 1.4; color: var(--schwarz); }
.drawer-zeile__meta { font-size: 12px; color: var(--grau); margin-top: 4px; }
.drawer-zeile__preis { font-size: 14px; font-weight: 800; color: var(--gruen); margin-top: 6px; }
.drawer-zeile__entfernen { border: 0; background: transparent; color: var(--grau); cursor: pointer; }
.drawer-zeile__entfernen:hover { color: var(--rot); }
.drawer__fuss { border-top: 1px solid var(--rand); padding: 20px 24px; }
.drawer__summe {
  display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; font-weight: 700;
}
.drawer__summe span:last-child { font-size: 21px; font-weight: 800; color: var(--gruen); }
.drawer__mwst { font-size: 11.5px; color: var(--grau); margin-top: 6px; }
.drawer__aktionen { display: grid; gap: 10px; margin-top: 16px; }

/* ==========================================================================
   Cookie-Banner
   ========================================================================== */
.cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; background: #fff;
  border-top: 1px solid var(--rand); box-shadow: 0 -4px 20px rgba(0,0,0,.12);
}
.cookie[hidden] { display: none; }
.cookie__inner { max-width: var(--bahn); margin: 0 auto; padding: 24px var(--gutter); }
.cookie__titel { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; }
.cookie__text { color: var(--grau); font-size: 13.5px; line-height: 1.65; margin: 10px 0 0; }
.cookie__aktionen { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.cookie__optionen { display: grid; gap: 14px; margin-top: 20px; }
.cookie__optionen[hidden] { display: none; }
.cookie-option { display: flex; gap: 14px; align-items: flex-start; justify-content: space-between; }
.cookie-option__name { font-size: 13.5px; font-weight: 700; }
.cookie-option__desc { font-size: 12.5px; color: var(--grau); margin-top: 2px; }
.schalter {
  width: 46px; height: 26px; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--rand); display: flex; align-items: center; padding: 3px; flex: 0 0 auto;
  justify-content: flex-start; transition: background .2s ease, justify-content .2s ease;
}
.schalter[aria-pressed="true"] { background: var(--gruen); justify-content: flex-end; }
.schalter[disabled] { background: var(--gruen); justify-content: flex-end; opacity: .7; cursor: default; }
.schalter span { width: 20px; height: 20px; border-radius: 999px; background: #fff; display: block; }

/* ==========================================================================
   WooCommerce
   ========================================================================== */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-message {
  list-style: none; border-left: 3px solid var(--gruen); background: var(--gruen-hell);
  padding: 16px 20px; margin: 0 0 24px; font-size: 14.5px; border-radius: 0 var(--radius) var(--radius) 0;
}
.woocommerce-error { border-left-color: var(--rot); background: #fdeceb; }
.woocommerce-message .button, .woocommerce-info .button { float: right; }

.shop-kopf {
  background: var(--grau-hell); border-bottom: 1px solid var(--rand); padding: 44px 0;
}
.shop-kopf__titel { font-size: clamp(26px, 3.2vw, 38px); }
.shop-kopf .lead { margin-top: 12px; }
.brotkrumen { font-size: 12.5px; color: var(--grau); margin-bottom: 14px; }
.brotkrumen a { color: var(--grau); }
.brotkrumen a:hover { color: var(--gruen); }

.shop-layout {
  display: grid; gap: 40px; grid-template-columns: 260px minmax(0, 1fr); padding: 56px 0;
}
.shop-filter { display: grid; gap: 28px; align-content: start; }
.shop-filter__block {
  border: 1px solid var(--rand); border-radius: var(--radius-gross); padding: 20px;
}
.shop-filter__titel {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--gruen); margin-bottom: 14px;
}
.shop-filter ul { list-style: none; padding: 0; display: grid; gap: 10px; font-size: 14px; }
.shop-filter a { color: var(--schwarz); }
.shop-filter a:hover { color: var(--gruen); }
.shop-filter .aktiv > a { color: var(--gruen); font-weight: 700; }
.shop-werkzeuge {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between;
  padding-bottom: 20px; border-bottom: 1px solid var(--rand);
}
.woocommerce-result-count { color: var(--grau); font-size: 13.5px; margin: 0; }
.woocommerce-ordering select {
  border: 1px solid var(--rand); border-radius: var(--radius); padding: 10px 14px;
  font-size: 13.5px; background: #fff; color: var(--schwarz);
}

.woocommerce-pagination { margin-top: 40px; }
.woocommerce-pagination ul { display: flex; gap: 8px; list-style: none; padding: 0; }
.woocommerce-pagination a, .woocommerce-pagination span {
  display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 12px;
  border: 1px solid var(--rand); border-radius: var(--radius); color: var(--schwarz); font-weight: 600;
}
.woocommerce-pagination .current { background: var(--gruen); border-color: var(--gruen); color: #fff; }

/* --- Produktseite -------------------------------------------------------- */
.produktseite { padding: 48px 0 88px; }
.produktseite__raster {
  display: grid; gap: 48px; grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
  align-items: start;
}
.galerie { min-width: 0; }
.galerie__haupt img {
  width: 100%; height: clamp(240px, 42vw, 480px); object-fit: cover;
  border-radius: var(--radius-gross); background: var(--grau-hell);
}
.galerie__thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.galerie__thumb {
  width: 84px; height: 84px; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--rand); padding: 0; background: #fff; cursor: pointer;
}
.galerie__thumb.aktiv { border-color: var(--gruen); }
.galerie__thumb img { width: 100%; height: 100%; object-fit: cover; }

.produktseite__titel {
  font-size: clamp(24px, 2.8vw, 34px); margin: 12px 0 0; line-height: 1.2;
  overflow-wrap: break-word;
}
.produktseite__meta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 14px; }
.produktseite__preis { margin: 20px 0 0; display: flex; gap: 12px; align-items: baseline; flex-wrap: wrap; }
.produktseite__preis .amount, .produktseite__preis ins .amount {
  color: var(--gruen); font-size: 32px; font-weight: 800; letter-spacing: -0.02em;
}
.produktseite__preis del .amount { color: var(--grau); font-size: 18px; font-weight: 500; }
.produktseite__preis ins { text-decoration: none; }
.produktseite__mwst { font-size: 12.5px; color: var(--grau); margin-top: 6px; }
.produktseite__kurz { color: var(--grau); font-size: 15px; line-height: 1.7; margin: 20px 0 0; }
.produktseite__kurz p { margin: 0 0 12px; }

.datenblatt {
  margin-top: 28px; border: 1px solid var(--rand); border-radius: var(--radius-gross); overflow: hidden;
}
.datenblatt__titel {
  background: var(--grau-fill); border-bottom: 1px solid var(--rand); padding: 14px 20px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--gruen);
}
.datenblatt table { width: 100%; border-collapse: collapse; font-size: 14px; }
.datenblatt th, .datenblatt td { padding: 12px 20px; text-align: left; border-bottom: 1px solid var(--rand); }
.datenblatt th { color: var(--grau); font-weight: 500; width: 45%; }
.datenblatt td { font-weight: 600; }
.datenblatt tr:last-child th, .datenblatt tr:last-child td { border-bottom: 0; }

.cart-form { margin-top: 28px; }
.cart-form .variations { width: 100%; margin-bottom: 18px; }
.cart-form .variations th {
  text-align: left; padding: 8px 0; font-size: 12px; font-weight: 700;
  letter-spacing: 0.1em; color: var(--grau); text-transform: uppercase;
}
.cart-form .variations td { padding: 0 0 14px; }
.cart-form select {
  width: 100%; border: 1px solid var(--rand); border-radius: var(--radius);
  padding: 13px 14px; font-size: 14.5px; background: #fff; color: var(--schwarz);
}
.cart-form .quantity { display: inline-flex; }
.cart-form .quantity input[type="number"] {
  width: 72px; height: 52px; text-align: center; border: 1px solid var(--rand);
  border-radius: var(--radius); font-size: 15px; font-weight: 700;
}
.cart-form__zeile { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.single_add_to_cart_button {
  flex: 1 1 220px; border: 0; border-radius: var(--radius); background: var(--gruen); color: #fff;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; cursor: pointer; padding: 18px 26px;
  min-height: 52px;
}
.single_add_to_cart_button:hover { background: var(--gruen-dunkel); }
.single_add_to_cart_button.disabled { opacity: .5; cursor: not-allowed; }

.produkt-vorteile { display: grid; gap: 12px; margin-top: 26px; }
.produkt-vorteile div { display: flex; gap: 12px; font-size: 14px; color: var(--schwarz); }
.produkt-vorteile i { color: var(--gruen); margin-top: 3px; }

.produkt-tabs { margin-top: 64px; }
.produkt-tabs__nav {
  display: flex; gap: 8px; flex-wrap: wrap; border-bottom: 1px solid var(--rand); padding: 0; list-style: none;
}
.produkt-tabs__nav button {
  border: 0; background: transparent; padding: 14px 20px; cursor: pointer;
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: var(--grau);
  border-bottom: 3px solid transparent; margin-bottom: -1px;
}
.produkt-tabs__nav button.aktiv { color: var(--schwarz); border-bottom-color: var(--gruen); }
.produkt-tabs__panel { padding: 32px 0; font-size: 15px; line-height: 1.75; color: var(--schwarz); max-width: 820px; }
.produkt-tabs__panel[hidden] { display: none; }
.produkt-tabs__panel h2, .produkt-tabs__panel h3 { margin: 28px 0 12px; font-size: 20px; }
.produkt-tabs__panel p { margin: 0 0 14px; }
.produkt-tabs__panel ul { margin: 0 0 16px; padding-left: 22px; }
.produkt-tabs__panel li { margin-bottom: 8px; }

.verwandte { padding: 72px 0; background: var(--grau-hell); }

/* --- Warenkorb / Kasse --------------------------------------------------- */
.wc-seite,
.wc-inhalt { padding: 48px 0 88px; }
.wc-inhalt .bahn { max-width: var(--bahn); }
.wc-inhalt > .bahn > .woocommerce { min-width: 0; }
.woocommerce table.shop_table {
  width: 100%; border-collapse: collapse; border: 1px solid var(--rand);
  border-radius: var(--radius-gross); overflow: hidden; font-size: 14.5px;
}
.woocommerce table.shop_table th {
  background: var(--grau-fill); text-align: left; padding: 14px 16px;
  font-size: 11px; letter-spacing: 0.12em; color: var(--grau); text-transform: uppercase;
}
.woocommerce table.shop_table td { padding: 16px; border-top: 1px solid var(--rand); vertical-align: middle; }
.woocommerce table.shop_table img { width: 64px; height: 64px; object-fit: cover; border-radius: var(--radius); }
.woocommerce .cart_item .product-name a { color: var(--schwarz); font-weight: 700; }
.woocommerce .cart_item .product-name a:hover { color: var(--gruen); }
.woocommerce .coupon { display: flex; gap: 10px; flex-wrap: wrap; }
.woocommerce .coupon input[type="text"] {
  border: 1px solid var(--rand); border-radius: var(--radius); padding: 13px 16px; font-size: 14px;
}
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 0; border-radius: var(--radius); background: var(--gruen); color: #fff;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; padding: 15px 26px; cursor: pointer;
}
.woocommerce .button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce a.button:hover { background: var(--gruen-dunkel); color: #fff; }
.woocommerce .button.alt { background: var(--schwarz); }
.woocommerce .button.alt:hover { background: var(--schwarz-tief); }
.woocommerce .cart-collaterals, .cart-collaterals { margin-top: 40px; }
.cart_totals, .woocommerce-checkout-review-order {
  border: 1px solid var(--rand); border-radius: var(--radius-gross); padding: 28px; background: var(--grau-fill);
}
.cart_totals h2, .woocommerce-checkout-review-order h3 {
  font-size: 13px; letter-spacing: 0.1em; margin-bottom: 18px;
}
.cart_totals table, .woocommerce-checkout-review-order table { border: 0; }
.cart_totals table th, .cart_totals table td { background: transparent; border-top: 1px solid var(--rand); }
.order-total .amount, .cart-subtotal .amount { color: var(--gruen); font-weight: 800; }

.woocommerce form .form-row { display: grid; gap: 6px; margin-bottom: 16px; }
.woocommerce form .form-row label { font-size: 12.5px; font-weight: 600; color: var(--grau); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
  border: 1px solid var(--rand); border-radius: var(--radius); padding: 13px 16px;
  font-size: 14.5px; background: #fff; width: 100%; color: var(--schwarz); height: auto;
}
.woocommerce-checkout .col2-set { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.woocommerce-checkout h3 { font-size: 18px; margin-bottom: 18px; }
#payment { margin-top: 24px; }
#payment ul.payment_methods { list-style: none; padding: 0; display: grid; gap: 12px; }
#payment ul.payment_methods li {
  border: 1px solid var(--rand); border-radius: var(--radius); padding: 16px; background: #fff;
}
#payment .payment_box { font-size: 13.5px; color: var(--grau); line-height: 1.6; margin-top: 10px; }
.woocommerce-terms-and-conditions-wrapper { margin: 20px 0; font-size: 13.5px; }
#place_order { width: 100%; padding: 18px; font-size: 13px; }

.woocommerce-order, .woocommerce-account { padding: 48px 0 88px; }
.woocommerce-order .woocommerce-order-overview {
  list-style: none; padding: 0; display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr)); margin: 28px 0;
}
.woocommerce-order .woocommerce-order-overview li {
  border: 1px solid var(--rand); border-radius: var(--radius); padding: 16px; font-size: 12.5px; color: var(--grau);
}
.woocommerce-order .woocommerce-order-overview strong { display: block; font-size: 15px; color: var(--schwarz); margin-top: 6px; }
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; display: grid; gap: 8px; }
.woocommerce-MyAccount-navigation a {
  display: block; padding: 12px 16px; border: 1px solid var(--rand);
  border-radius: var(--radius); color: var(--schwarz); font-size: 14px;
}
.woocommerce-MyAccount-navigation .is-active a { background: var(--gruen); border-color: var(--gruen); color: #fff; }
.woocommerce-account .woocommerce { display: grid; gap: 40px; grid-template-columns: 240px minmax(0,1fr); }

/* ==========================================================================
   Inhaltsseiten & Formulare
   ========================================================================== */
.seiten-kopf { background: var(--grau-hell); border-bottom: 1px solid var(--rand); padding: 56px 0; }
.seiten-kopf__titel { font-size: clamp(28px, 3.6vw, 42px); }
.seiten-inhalt { padding: 56px 0 88px; font-size: 15.5px; line-height: 1.8; color: var(--schwarz); }
/* Lesebreite: 860–900 px ergaben 94–109 Zeichen je Zeile, rund ein Drittel
   über dem, was sich flüssig liest. 68 Zeichen sind die übliche Grenze. */
.seiten-inhalt .bahn { max-width: min(900px, 68ch); }
.seiten-inhalt h2 { font-size: 24px; margin: 40px 0 14px; }
.seiten-inhalt h3 { font-size: 19px; margin: 30px 0 12px; }
.seiten-inhalt p { margin: 0 0 16px; }
.seiten-inhalt ul, .seiten-inhalt ol { margin: 0 0 18px; padding-left: 24px; }
.seiten-inhalt li { margin-bottom: 8px; }
.seiten-inhalt table { width: 100%; border-collapse: collapse; margin: 0 0 24px; font-size: 14.5px; }
.seiten-inhalt th, .seiten-inhalt td { border: 1px solid var(--rand); padding: 12px 14px; text-align: left; }
.seiten-inhalt th { background: var(--grau-fill); }
.seiten-inhalt a { text-decoration: underline; }

.formular { display: grid; gap: 18px; }
.formular__zeile { display: grid; gap: 6px; }
.formular__zeile--zwei { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); }
.formular label { font-size: 12.5px; font-weight: 600; color: var(--grau); }
.formular input, .formular select, .formular textarea {
  border: 1px solid var(--rand); border-radius: var(--radius); padding: 13px 16px;
  font-size: 14.5px; background: #fff; color: var(--schwarz); width: 100%;
}
.formular textarea { min-height: 160px; resize: vertical; }
.formular__hinweis { font-size: 12px; color: var(--grau); line-height: 1.6; }
.formular__fehler { color: var(--rot); font-size: 13px; }
.meldung {
  border-left: 3px solid var(--gruen); background: var(--gruen-hell); padding: 16px 20px;
  border-radius: 0 var(--radius) var(--radius) 0; font-size: 14.5px; margin-bottom: 24px;
}
.meldung--fehler { border-left-color: var(--rot); background: #fdeceb; }

.kontakt-raster {
  display: grid; gap: 48px; grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); align-items: start;
}
.kontakt-karte {
  border: 1px solid var(--rand); border-radius: var(--radius-gross); padding: 28px; background: var(--grau-fill);
}
.kontakt-karte__zeile { display: flex; gap: 14px; margin-bottom: 18px; font-size: 14.5px; }
.kontakt-karte__zeile i { color: var(--gruen); margin-top: 4px; width: 18px; text-align: center; }
.kontakt-karte strong { display: block; margin-bottom: 2px; }
.kontakt-karte span { color: var(--grau); }

.tracking-ergebnis {
  border: 1px solid var(--rand); border-radius: var(--radius-gross); padding: 28px; margin-top: 28px;
}
.tracking-schritte { display: grid; gap: 0; margin-top: 24px; }
.tracking-schritt {
  display: flex; gap: 16px; padding-bottom: 24px; position: relative; padding-left: 4px;
}
.tracking-schritt::before {
  content: ""; position: absolute; left: 15px; top: 26px; bottom: 0; width: 2px; background: var(--rand);
}
.tracking-schritt:last-child { padding-bottom: 0; }
.tracking-schritt:last-child::before { display: none; }
.tracking-schritt__punkt {
  width: 26px; height: 26px; border-radius: 999px; background: var(--rand); color: #fff;
  display: grid; place-items: center; font-size: 11px; flex: 0 0 auto; position: relative; z-index: 1;
}
.tracking-schritt.erledigt .tracking-schritt__punkt { background: var(--gruen); }
.tracking-schritt__titel { font-size: 14.5px; font-weight: 700; }
.tracking-schritt__datum { font-size: 12.5px; color: var(--grau); margin-top: 2px; }

/* ==========================================================================
   Reveal-Animation & Responsive
   ========================================================================== */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .4s ease, transform .4s ease; }
[data-reveal].sichtbar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  * { scroll-behavior: auto !important; }
}

/* Tablet quer: Filterspalte und Kontobereich stapeln, die Navigationsleiste
   passt hier nicht mehr in eine Zeile und wird zum Menü. */
@media (max-width: 1024px) {
  .shop-layout { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .burger { display: block; }
  .hauptnav__liste { display: none; flex-direction: column; padding-bottom: 12px; }
  .hauptnav__liste.offen { display: flex; }
  .hauptnav__liste > li { width: 100%; }
  .hauptnav__liste .sub-menu {
    position: static; display: grid; box-shadow: none; border: 0;
    padding: 4px 0 8px 16px; max-width: none; gap: 4px;
  }
  .mega { display: none; }   /* Mega-Menü braucht Hover — im Menü stehen die Unterpunkte */
}

@media (max-width: 860px) {
  .sektion { padding: 64px 0; }
  .sektion--eng { padding: 56px 0; }
  .dunkel__inner { padding: 64px var(--gutter); }
  .hero { height: auto; min-height: 0; padding: 64px 0 88px; }
  .hero__inner { height: auto; }
  .footer__inner { padding: 56px var(--gutter); }
  .kopf__mitte-inner { gap: 12px; }
  .suche { order: 3; flex-basis: 100%; max-width: none; }
  .produktseite__raster { gap: 32px; }
  .produktseite { padding: 32px 0 64px; }
  .seiten-kopf, .shop-kopf { padding: 36px 0; }
  .seiten-inhalt { padding: 40px 0 64px; }
  .verwandte { padding: 56px 0; }
  .newsletter { padding: 56px 0; }
  .vorteile-leiste { padding: 56px 0; }
  .kennzahlen > div { padding-right: 20px; margin-right: 20px; }
}

@media (max-width: 640px) {
  :root { --gutter: 16px; }
  .kopf__aktionen { gap: 14px; }
  .warenkorb-knopf__text { display: none; }
  .kategorie-banner { padding: 24px; }
  .kategorie-banner::after { display: none; }
  .bewertungs-box { padding: 22px; }
  .zahlen-leiste > div { border-right: 0; padding-left: 0; flex-basis: 45%; }
  .kern__body { padding: 20px; }
  .kpis { flex-wrap: wrap; }
  .split { gap: 32px; }
  .karussell > .produkt { flex-basis: 240px; }
  .produkt-tabs__nav { gap: 0; }
  .produkt-tabs__nav button { flex: 1 1 100%; text-align: left; padding: 12px 0; border-bottom: 1px solid var(--rand); }
  .produkt-tabs__nav button.aktiv { border-bottom-color: var(--gruen); }
  .drawer { width: 100%; }
  .whatsapp { width: 46px; height: 46px; bottom: 14px; left: 14px; }
  .whatsapp i { font-size: 22px; }
  .nach-oben { width: 40px; height: 40px; bottom: 14px; right: 14px; }
  .cookie__aktionen .btn { flex: 1 1 100%; }
}

/* Kleine Telefone: Schrift und Abstände weiter zurücknehmen. */
@media (max-width: 400px) {
  .topbar { font-size: 11.5px; }
  .topbar__inner { gap: 6px 14px; }
  .logo__mark { width: 34px; height: 34px; border-width: 2px; }
  .logo__mark span { width: 18px; height: 18px; border-width: 2px; }
  .kopf__aktionen { gap: 12px; }
  .kopf-aktion { font-size: 9.5px; }
  /* Nur die großen Titel verkleinern — .titel--klein hat eine eigene Kurve,
     sonst wird der Titel beim Verbreitern des Fensters kleiner. */
  .titel:not(.titel--klein) { font-size: clamp(24px, 7vw, 32px); }
  .note { font-size: 48px; }
  .kennzahl__wert { font-size: 22px; }
  .bewertungs-zahlen__wert { font-size: 23px; }
  .btn { padding: 14px 20px; font-size: 12px; }
}

/* Breite Inhalte (Tabellen, Code) dürfen scrollen statt zu sprengen. */
.seiten-inhalt table,
.datenblatt table,
.woocommerce table.shop_table { min-width: 0; }
.seiten-inhalt .tabelle-scroll,
.produkt-tabs__panel .tabelle-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

@media print {
  .kopf, .footer, .whatsapp, .nach-oben, .cookie, .drawer, .drawer-schleier { display: none !important; }
}

/* --------------------------------------------------------------------------
   Kasse und Warenkorb — Korrekturen gegenüber dem WooCommerce-Standard.
   WooCommerce legt seine Spalten mit float und Prozentbreiten an; in unserem
   Grid schrumpfen die Felder dadurch auf halbe Breite. Diese Regeln stellen
   ein sauberes zweispaltiges Layout her.
   -------------------------------------------------------------------------- */

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 1fr);
  gap: 24px 48px;
  align-items: start;
}
.woocommerce-checkout form.checkout > #customer_details { grid-column: 1; grid-row: 1 / span 3; }
.woocommerce-checkout form.checkout > #order_review_heading { grid-column: 2; grid-row: 1; margin: 0; }
.woocommerce-checkout form.checkout > #order_review { grid-column: 2; grid-row: 2; position: sticky; top: 24px; }
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout form.login,
.woocommerce-checkout form.checkout_coupon { grid-column: 1 / -1; }

/* Spalten und Felder aus dem WooCommerce-Standard neutralisieren. */
.woocommerce .col2-set,
.woocommerce-page .col2-set { display: block; }
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 { float: none; width: 100%; margin: 0 0 32px; }

/* Eine Spalte als Grundlage, zwei erst ab genug Platz. Auto-fit mit
   Mindestbreite verhält sich hier unzuverlässig, weil WooCommerce-Felder
   eigene Mindestbreiten mitbringen. */
.woocommerce form .woocommerce-billing-fields__field-wrapper,
.woocommerce form .woocommerce-shipping-fields__field-wrapper,
.woocommerce form .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0 18px;
}
@media (min-width: 560px) {
  .woocommerce form .woocommerce-billing-fields__field-wrapper,
  .woocommerce form .woocommerce-shipping-fields__field-wrapper,
  .woocommerce form .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.woocommerce form .form-row { min-width: 0; }
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce form .form-row-wide {
  float: none; width: auto; margin-right: 0;
}
.woocommerce form .form-row-wide,
.woocommerce form .notes,
.woocommerce form .form-row.create-account,
.woocommerce form .woocommerce-account-fields { grid-column: 1 / -1; }

.woocommerce form .form-row textarea,
.woocommerce form #order_comments { min-height: 120px; resize: vertical; }

.woocommerce form .form-row label.checkbox,
.woocommerce form .woocommerce-form__label-for-checkbox {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px; font-weight: 500; color: var(--schwarz);
}
.woocommerce form .form-row label.checkbox input,
.woocommerce form .woocommerce-form__label-for-checkbox input { width: auto; margin-top: 3px; }
.woocommerce form .required { color: var(--rot); text-decoration: none; }

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--grau); margin: 0 0 18px;
}
.woocommerce-shipping-fields h3 label { display: flex; gap: 10px; align-items: center; }
.woocommerce-shipping-fields h3 input { width: auto; }

#order_review .shop_table { border: 0; }
#order_review .shop_table th { background: transparent; padding: 10px 0; }
#order_review .shop_table td { padding: 10px 0; text-align: right; }
#order_review .shop_table .product-name { text-align: left; }
#order_review ul#shipping_method { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
#order_review ul#shipping_method li { display: flex; gap: 8px; align-items: baseline; }
#order_review ul#shipping_method input { width: auto; }

/* Warenkorbseite: Tabelle und Summen nebeneinander. */
.woocommerce-cart .woocommerce { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.woocommerce-cart .cart-collaterals { margin-top: 0; max-width: 460px; margin-left: auto; }
.woocommerce-cart .cart-collaterals .cross-sells { display: none; }
.woocommerce-cart table.cart td.product-remove { width: 44px; text-align: center; }
.woocommerce-cart table.cart td.product-remove a { color: var(--grau); font-size: 20px; text-decoration: none; }
.woocommerce-cart table.cart td.product-remove a:hover { color: var(--rot); }
.woocommerce-cart table.cart td.actions { text-align: right; }
.woocommerce-cart table.cart td.actions .coupon { float: left; }
.woocommerce-cart .quantity input[type="number"] {
  width: 76px; height: 46px; text-align: center;
  border: 1px solid var(--rand); border-radius: var(--radius); font-weight: 700;
}

@media (max-width: 980px) {
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout form.checkout > #customer_details,
  .woocommerce-checkout form.checkout > #order_review_heading,
  .woocommerce-checkout form.checkout > #order_review { grid-column: 1; grid-row: auto; position: static; }
  .woocommerce-cart .cart-collaterals { max-width: none; margin-left: 0; }
  .woocommerce-cart table.cart td.actions .coupon { float: none; margin-bottom: 12px; }
}

/* WooCommerce-eigene Button- und Hinweisstile überschreiben.
   Ohne diese Regeln bleibt „Zahlungspflichtig bestellen" im Violett des
   Plugins, und die Hinweisboxen zeigen ein Icon aus einer nicht geladenen
   Schrift, das den Text überdeckt. */
.woocommerce #place_order,
.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce #respond input#submit.alt {
  background: var(--gruen); color: #fff; border: 0;
}
.woocommerce #place_order:hover,
.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce #respond input#submit.alt:hover { background: var(--gruen-dunkel); color: #fff; }

.woocommerce .button:disabled,
.woocommerce .button.disabled,
.woocommerce button.button:disabled { background: var(--rand); color: var(--grau); cursor: not-allowed; }

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-notice::before { content: none !important; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { padding-left: 20px; }

.woocommerce-info a, .woocommerce-message a { font-weight: 600; }

/* Inhaltstabellen auf schmalen Displays waagerecht scrollen lassen,
   statt das Layout zu sprengen. */


/* Felder, die nur Bots ausfüllen sollen: unsichtbar, ohne das Dokument
   nach links zu verlängern (left:-9999px täte genau das). */
.honigtopf {
  position: absolute !important;
  width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0; padding: 0; margin: -1px;
}

/* --------------------------------------------------------------------------
   Letzte Engstellen: WooCommerce setzt auf Floats mit Prozentbreiten, und
   Grid-Kinder haben von Haus aus die Mindestbreite ihres Inhalts. Beides
   sprengt schmale Displays.
   -------------------------------------------------------------------------- */

.woocommerce-checkout form.checkout > *,
.woocommerce-cart .woocommerce > *,
.woocommerce .col2-set > *,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields { min-width: 0; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells {
  float: none; width: 100%; min-width: 0;
}
.woocommerce .cart_totals table,
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td { min-width: 0; word-break: normal; }
.woocommerce .cart_totals table th { width: 42%; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container { max-width: 100%; min-width: 0; }

/* Sehr lange Fachwörter (z. B. „Umsatzsteuer-Identifikationsnummer")
   dürfen umbrechen statt über den Rand zu laufen. */
h1, h2, h3, h4, .titel, .seiten-kopf__titel, .shop-kopf__titel { overflow-wrap: break-word; }

/* Bestellübersicht an der Kasse auf sehr schmalen Displays. */
@media (max-width: 480px) {
  .cart_totals,
  .woocommerce-checkout-review-order { padding: 18px; }
  #order_review .shop_table { table-layout: fixed; width: 100%; }
  #order_review .shop_table th,
  #order_review .shop_table td { font-size: 13px; padding: 8px 0; }
  #order_review .shop_table .product-name { word-break: break-word; }
  #order_review ul#shipping_method li { flex-wrap: wrap; }
  .woocommerce table.shop_table th { letter-spacing: 0.06em; }
}


/* --------------------------------------------------------------------------
   Kopfbereich auf schmalen Displays
   Vorher belegte der klebende Kopf 285 px — ein Drittel des Bildschirms.
   Jetzt bleibt nur eine kompakte Zeile stehen; Servicezeile und Suchfeld
   scrollen weg beziehungsweise werden auf Wunsch eingeblendet.
   -------------------------------------------------------------------------- */
.kopf-aktion--suche { display: none; }

@media (max-width: 1024px) {
  .topbar { display: none; }

  .kopf__mitte-inner { padding: 8px var(--gutter); gap: 10px 14px; }
  .logo__mark { width: 34px; height: 34px; border-width: 2px; }
  .logo__mark span { width: 18px; height: 18px; border-width: 2px; }
  .logo__name { font-size: clamp(15px, 4.2vw, 18px); }
  .logo__claim { display: none; }

  .kopf-aktion--suche { display: flex; }

  /* Nur das Suchfeld IM KOPF einklappen — das Formular der 404-Seite
     und die Seitenleiste sollen sichtbar bleiben. */
  .kopf .suche {
    display: none; order: 3; flex-basis: 100%; max-width: none; margin-top: 4px;
  }
  .kopf.suche-offen .suche { display: flex; }

  .hauptnav__liste { padding-bottom: 8px; }
  .burger { padding: 10px 14px; }
}

@media (max-width: 480px) {
  .kopf__aktionen { gap: 10px; }
  .kopf-aktion { font-size: 9.5px; }
  .kopf-aktion i { font-size: 15px; }
  .warenkorb-knopf__icon i { font-size: 17px; }
}

/* --------------------------------------------------------------------------
   Kurzmeldungen (Toasts)
   Rückmeldung nach dem Hinzufügen zum Warenkorb, beim Merken und bei Fehlern.
   Stapelbar, mit Fortschrittsbalken und automatischem Ausblenden.
   -------------------------------------------------------------------------- */
.toasts {
  position: fixed; right: 16px; bottom: 16px; z-index: 120;
  display: grid; gap: 10px; width: min(360px, calc(100vw - 32px));
  pointer-events: none;
}
.toast {
  position: relative; display: flex; gap: 12px; align-items: flex-start;
  background: #fff; border: 1px solid var(--rand); border-left: 4px solid var(--gruen);
  border-radius: var(--radius); padding: 14px 40px 14px 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.14); pointer-events: auto;
  animation: toast-ein .22s ease-out;
}
.toast--fehler { border-left-color: var(--rot); }
.toast--info   { border-left-color: var(--schwarz); }
.toast.geht    { animation: toast-aus .2s ease-in forwards; }
.toast__icon   { color: var(--gruen); font-size: 18px; margin-top: 2px; flex: 0 0 auto; }
.toast--fehler .toast__icon { color: var(--rot); }
.toast--info .toast__icon   { color: var(--schwarz); }
.toast__titel  { font-weight: 700; font-size: 14px; line-height: 1.3; }
.toast__text   { font-size: 13.5px; color: var(--grau); margin-top: 3px; line-height: 1.45; }
.toast__link   { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 700; }
.toast__zu {
  position: absolute; top: 6px; right: 6px; width: 28px; height: 28px;
  border: 0; background: none; color: var(--grau); cursor: pointer; border-radius: var(--radius);
}
.toast__zu:hover { color: var(--schwarz); background: var(--grau-hell); }
.toast__balken {
  position: absolute; left: 0; bottom: 0; height: 3px; background: var(--gruen);
  animation: toast-balken linear forwards;
}
.toast--fehler .toast__balken { background: var(--rot); }
.toast--info .toast__balken   { background: var(--schwarz); }

@keyframes toast-ein  { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes toast-aus  { to { opacity: 0; transform: translateY(8px) scale(.98); } }
@keyframes toast-balken { from { width: 100%; } to { width: 0; } }

@media (max-width: 560px) {
  .toasts { right: 12px; left: 12px; bottom: 12px; width: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .toast, .toast__balken { animation: none !important; }
}

/* Sanfte Übergänge für Bedienelemente — vorher sprangen Karten und Knöpfe. */
.produkt, .kern, .zert, .artikel-karte, .kachel { transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease; }
.produkt:hover, .kern:hover { transform: translateY(-2px); }
.btn, .produkt__warenkorb, .woocommerce .button { transition: background .18s ease, color .18s ease, border-color .18s ease, transform .12s ease; }
.btn:active, .produkt__warenkorb:active, .woocommerce .button:active { transform: translateY(1px); }
.badge { transition: transform .18s ease; }
.badge.puls { animation: badge-puls .45s ease; }
@keyframes badge-puls { 0% { transform: scale(1); } 45% { transform: scale(1.45); } 100% { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .produkt:hover, .kern:hover { transform: none; }
  .badge.puls { animation: none; }
}

/* Warenkorbseite: Mengenfeld mit Schaltflächen, Zustand beim Aktualisieren. */
.woocommerce-cart .quantity.mengen-wahl {
  display: inline-flex; align-items: stretch; border: 1px solid var(--rand);
  border-radius: var(--radius); overflow: hidden;
}
.woocommerce-cart .quantity.mengen-wahl input[type="number"] {
  border: 0; border-radius: 0; width: 56px;
}
.woocommerce-cart .quantity.mengen-wahl button {
  width: 40px; border: 0; background: var(--grau-fill); color: var(--schwarz); cursor: pointer;
}
.woocommerce-cart .quantity.mengen-wahl button:hover { background: var(--rand); }
form.woocommerce-cart-form.wird-aktualisiert { opacity: .55; pointer-events: none; transition: opacity .15s ease; }
/* Der Aktualisieren-Knopf bleibt als Rückfall ohne JavaScript erreichbar. */
form.woocommerce-cart-form [name="update_cart"] { opacity: 1; }


/* --------------------------------------------------------------------------
   Nachbesserungen aus dem Responsive-Audit
   -------------------------------------------------------------------------- */

/* Die seitlichen Slider-Pfeile sitzen bei 16 px, der Hero-Text beginnt bei
   24 px innerhalb der Bahn. Erst ab 1330 px liegt die Bahn so weit innen,
   dass sich beide nicht mehr überlagern — darunter genügen die Punkte. */
.hero__pfeil { display: none; }
@media (min-width: 1330px) {
  .hero__pfeil { display: block; }
}

/* Warenkorb-Knopf blieb ohne Beschriftung als 19 × 18 px übrig. */
.warenkorb-knopf { min-width: 44px; min-height: 44px; justify-content: center; }
.kopf-aktion { min-width: 44px; min-height: 44px; justify-content: center; }

/* Merken-Knopf und Mengenwahl auf Fingergröße. */
.produkt__merken { width: 40px; height: 40px; }
.mengen-wahl button { width: 44px; }
.mengen-wahl input { width: 40px; }

/* Kontrast: Untertitel und Auszeichnung der Kernbereiche lagen bei 2,8:1. */
.kern__untertitel { color: var(--gruen-dunkel); }
.kern__badge { background: var(--gruen-dunkel); }

/* Drei Kennzahlen sollen nicht 2 + 1 mit doppelt breitem Rest umbrechen. */
@media (max-width: 600px) {
  .zahlen-leiste > div { flex: 1 1 100%; padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--rand); }
  .zahlen-leiste > div:last-child { border-bottom: 0; }
}

/* Der WhatsApp-Knopf verdeckte auf schmalen Displays den Textknopf darunter.
   Er rückt nach oben aus dem Weg und wird etwas kleiner. */
@media (max-width: 1023px) {
  .whatsapp { bottom: 76px; left: 12px; width: 46px; height: 46px; }
  .whatsapp i { font-size: 22px; }
}

/* Warenkorb-Schublade: der Schließen-Knopf war 25 × 23 px, und bei voller
   Breite blieb vom Schleier nichts zum Antippen übrig. */
.drawer__schliessen { width: 44px; height: 44px; display: grid; place-items: center; }
@media (max-width: 640px) {
  .drawer { width: 92%; }
}


/* --------------------------------------------------------------------------
   Zweite Runde Audit-Korrekturen
   -------------------------------------------------------------------------- */

/* Schichtung der schwebenden Elemente.
   Vorher lag der Cookie-Hinweis über der Warenkorb-Schublade: ein Tipp auf
   „ZUR KASSE" traf „ALLE AKZEPTIEREN". Die Schublade ist eine bewusste
   Handlung und gehört deshalb nach oben; WhatsApp, Nach-oben-Knopf und
   Meldungen weichen dem Hinweis nach oben aus. */
.cookie          { z-index: 100; }
.drawer-schleier { z-index: 128; }
.drawer          { z-index: 130; }
.toasts          { z-index: 140; bottom: calc(16px + var(--cookie-hoehe, 0px)); }
.whatsapp        { bottom: calc(20px + var(--cookie-hoehe, 0px)); }
.nach-oben       { bottom: calc(20px + var(--cookie-hoehe, 0px)); }

/* Das Einstellungsfeld war auf kleinen Geräten höher als der Bildschirm und
   ließ sich nicht scrollen. */
.cookie__inner   { max-height: min(78vh, 620px); overflow-y: auto; }
.cookie__optionen { max-height: none; }

/* Der Fuß der Schublade scrollte mit dem Inhalt weg. */
.drawer__fuss {
  position: sticky; bottom: 0; background: #fff;
  border-top: 1px solid var(--rand); margin-top: 8px;
}

/* Tabellen in Inhaltsseiten: echte Tabelle in einem scrollbaren Rahmen,
   damit Kopf- und Datenzellen in einer Spaltenberechnung bleiben. */
.tabelle-scroll {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 0 0 24px; border-right: 1px solid transparent;
}
/* Keine erzwungene Mindestbreite: schmale Tabellen sollen sich einfügen,
   breite scrollen von selbst. Ein festes min-width zwang das Datenblatt
   (285 px natürliche Breite) unnötig ins seitliche Scrollen. */
.tabelle-scroll table { margin-bottom: 0; min-width: 0; width: 100%; }
.tabelle-scroll.scrollbar {
  /* Verlauf am rechten Rand als Hinweis, dass es seitlich weitergeht. */
  background: linear-gradient(to left, rgba(0,0,0,.06), rgba(0,0,0,0) 28px);
}

/* Fußzeilen- und Fließtextlinks weiter auseinander, damit sie am Finger
   auseinanderzuhalten sind. */
.footer__liste { gap: 12px; }
.footer__liste a { display: inline-block; padding: 3px 0; }


/* Aktionslinks der Kontaktkarte waren nur 17 px hoch. */
.kontakt-karte__zeile a,
.zitat-box__liste a { display: inline-block; padding: 10px 0; }
.kontakt-karte__zeile { align-items: center; }

/* Lange Optionen im Auswahlfeld nicht abschneiden. */
.formular select { text-overflow: ellipsis; }

/* Die Meldung nach dem Absenden soll auffallen. */
.meldung[role="status"] { scroll-margin-top: 160px; }

/* Warenkorb: Bedienelemente aus dem Audit nachgebessert. */
form.woocommerce-cart-form [name="update_cart"] {
  min-height: 44px; opacity: 1; background: var(--schwarz); color: #fff;
}
form.woocommerce-cart-form [name="update_cart"]:hover { background: var(--schwarz-tief); }
.woocommerce a.remove {
  width: 36px; height: 36px; display: inline-grid; place-items: center;
  font-size: 20px; line-height: 1; text-decoration: none;
}
.woocommerce .coupon input[type="text"] { flex: 1 1 220px; min-width: 200px; min-height: 44px; }
.woocommerce .coupon { align-items: stretch; }
#payment input[type="radio"], #shipping_method input[type="radio"] { width: 20px; height: 20px; }
#payment ul.payment_methods li { background: #fff; }
#payment div.payment_box { background: var(--grau-fill); color: var(--grau); font-size: 14px; }
/* Die Adressblöcke der Dankeseite standen wegen der col2-set-Regel untereinander. */
.woocommerce-columns--addresses {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 28px;
}
/* Zusammenfassung an der Kasse: nur kleben, wenn sie auch auf den Schirm passt. */
/* Früher schaltete hier ein `position: static` das Kleben auf flachen
   Fenstern ganz ab. Die Übersicht darf kleben und selbst scrollen — die
   Regel dafür steht weiter unten. */

/* --------------------------------------------------------------------------
   Kundenkonto — Korrekturen aus dem Audit
   WooCommerce legt Navigation und Inhalt mit float und Prozentbreiten an
   (30 % / 68 % ab 769 px). Zusammen mit unserem Raster landete die Navigation
   in der rechten Spalte und der Inhalt in einer 163 px schmalen Zelle.
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none; width: auto; min-width: 0;
}

/* Ohne Navigation (abgemeldet) gibt es nichts zu spalten — das
   Anmeldeformular soll die volle Breite bekommen. */
.woocommerce-account .woocommerce:not(:has(.woocommerce-MyAccount-navigation)) {
  grid-template-columns: minmax(0, 1fr);
}
.woocommerce-account #customer_login { grid-column: 1 / -1; }
.woocommerce-account #customer_login {
  display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}
.woocommerce-account #customer_login > div { float: none; width: auto; }

/* Die Bestellnummer steckt in einem <th>, das WooCommerce auf kleinen
   Displays ausblendet — dann sind alle Zeilen ununterscheidbar. */
@media (max-width: 768px) {
  .woocommerce-account table.my_account_orders tbody th {
    display: block; text-align: left; background: transparent;
    padding: 14px 16px 0; font-size: 15px;
  }
  .woocommerce-account table.my_account_orders tbody th::before {
    content: attr(data-title) ": "; color: var(--grau); font-weight: 500;
  }
}

/* Fingergerechte Größen im Konto. */
.woocommerce-MyAccount-navigation a { min-height: 44px; display: flex; align-items: center; }
.woocommerce .my_account_orders .button { min-height: 44px; }

/* Solange die Schublade offen ist, sind Meldungen überflüssig — sie lagen
   sonst auf „ZUR KASSE". Die Schublade zeigt dasselbe ohnehin an. */
body.schublade-offen .toasts { display: none; }

/* Pagination: WooCommerce überschreibt die Größen des Themes.
   Ohne diese Angaben bleiben die Ziffern 25–34 px klein und lila. */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 44px; min-height: 44px; padding: 0 12px;
  display: grid; place-items: center; font-weight: 600;
  background: transparent; color: var(--schwarz);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--gruen); border-color: var(--gruen); color: #fff;
}

/* --------------------------------------------------------------------------
   Filterspalte auf schmalen Displays einklappen
   Zuvor musste man 1310 px scrollen, bis das erste Produkt sichtbar wurde —
   der Filterblock stand mit 652 px vollständig davor.
   -------------------------------------------------------------------------- */
.filter-schalter { display: none; }
@media (max-width: 1024px) {
  .filter-schalter {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    width: 100%; min-height: 48px; padding: 12px 16px; margin-bottom: 20px;
    background: var(--grau-fill); border: 1px solid var(--rand); border-radius: var(--radius);
    font-family: inherit; font-size: 13px; font-weight: 700; letter-spacing: 0.06em;
    color: var(--schwarz); cursor: pointer;
  }
  .filter-schalter i { color: var(--gruen); transition: transform .18s ease; }
  .filter-schalter[aria-expanded="true"] i { transform: rotate(180deg); }
  .shop-filter[hidden] { display: none; }
}

/* „Ähnliche Produkte" nutzt die WooCommerce-Liste ul.products — ohne eigene
   Regel stapelten sich die vier Karten untereinander, auch auf 1440 px. */
.woocommerce ul.products {
  list-style: none; margin: 32px 0 0; padding: 0;
  display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
}
.woocommerce ul.products > li { margin: 0; width: auto; float: none; }

/* ==========================================================================
   Produktseite — Nachbesserungen aus der Responsive-Prüfung
   ========================================================================== */

/* Zwischen 480 und 960 px schnitt „height: clamp(240px, 42vw, 480px)" das
   Bild auf ein Band von 2,25:1 zu — von einem quadratischen Foto blieben
   44 %. Ein festes Seitenverhältnis zeigt das Motiv auf jeder Breite gleich. */
.galerie__haupt img {
  height: auto; aspect-ratio: 4 / 3; max-height: 480px;
}

/* Die einspaltige Ansicht schob den Kaufknopf hinter Kurztext und Datenblatt
   — auf 390 px lag er bei y ≈ 1460 px, also mehr als eine Bildschirmhöhe
   unter dem Titel. Unterhalb des Umbruchs kommt er direkt nach dem Preis. */
.kaufspalte { display: flex; flex-direction: column; min-width: 0; }
@media (max-width: 939px) {
  .kaufspalte .cart-form        { order: 2; margin-top: 20px; }
  .kaufspalte .produktseite__kurz { order: 3; }
  .kaufspalte .datenblatt       { order: 4; }
  .kaufspalte .produkt-vorteile { order: 5; }
}

/* „.cart-form__zeile" existiert im DOM nicht — das flex-Verhalten des
   Kaufknopfes lief deshalb ins Leere und er blieb 172 px schmal. */
.cart-form form.cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cart-form form.cart > .variations,
.cart-form form.cart > .woocommerce-variation,
.cart-form form.cart > .woocommerce-variation-availability,
.cart-form form.cart > .woocommerce-variation-description,
.cart-form form.cart > .woocommerce-variation-price { flex: 1 1 100%; margin-bottom: 0; }
.cart-form form.cart .woocommerce-variation-add-to-cart {
  display: flex; flex: 1 1 100%; gap: 12px; align-items: center; flex-wrap: wrap;
}
.cart-form .single_add_to_cart_button { flex: 1 1 200px; min-width: 0; }

/* Fingergerechte Ziele auf der Produktseite. */
.produkt-tabs__nav button { min-height: 44px; }
.reset_variations { display: inline-flex; align-items: center; min-height: 44px; }
.produkt__merken, .produkt-karte__merken { min-width: 44px; min-height: 44px; }

@media (max-width: 640px) {
  /* Die Kurzform „border-bottom: 1px solid" setzte die Stärke des aktiven
     Reiters von 3 px auf 1 px zurück — die Markierung war kaum zu sehen. */
  .produkt-tabs__nav button.aktiv { border-bottom-width: 3px; }
}

/* Auf dem Telefon füllten die Vorschaubilder zwei Reihen (180 px) und
   schoben den Kaufknopf weiter nach unten. Eine einzelne, seitlich
   verschiebbare Reihe zeigt genauso viel und kostet 96 px weniger. */
@media (max-width: 600px) {
  .galerie__thumbs {
    flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; padding-bottom: 4px;
  }
  .galerie__thumb { flex: 0 0 auto; scroll-snap-align: start; }
}

/* Frachtfrei-Hinweis über Warenkorb und Kasse. */
.frachtfrei { margin: 0 0 20px; font-size: 14.5px; }
.frachtfrei--erreicht { font-weight: 600; }

/* Sprungziele dürfen nicht unter dem klebenden Kopf landen: beim Klick auf
   ein Inhaltsverzeichnis war die Überschrift um bis zu 78 px verdeckt. */
html { scroll-padding-top: 120px; }
:target { scroll-margin-top: 120px; }
@media (max-width: 1024px) { html { scroll-padding-top: 130px; } :target { scroll-margin-top: 130px; } }

/* WooCommerce räumt seine Floats mit `::before`/`::after { display: table }`
   auf. In einem Raster sind das zwei zusätzliche Rasterkinder: vier Kacheln
   für zwei Blöcke — die Anmeldung landete in Spalte 2, die Registrierung
   fiel in Zeile 2, und im Konto tauschten Navigation und Inhalt die Plätze. */
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after,
.woocommerce .col2-set::before,
.woocommerce .col2-set::after,
#customer_login::before,
#customer_login::after { display: none; }

/* --- Fingergerechte Größen und Lesbarkeit (Responsive-Prüfung) ----------- */

/* Ankreuzfelder lieferte der Browser mit 13 px aus. */
.woocommerce input[type="checkbox"],
.formular input[type="checkbox"] { width: 20px; height: 20px; }
.woocommerce-form-login__rememberme,
.woocommerce-form__label-for-checkbox { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }

/* Bestellnummer in der Übersicht war 36 × 16 px groß. */
.woocommerce .my_account_orders td a,
.woocommerce-orders-table__cell-order-number a { display: inline-flex; align-items: center; min-height: 44px; }

/* Schieberegler des Rechners: 16 px hoher Griff ist mit dem Daumen kaum
   zu treffen. */
input[type="range"] { width: 100%; height: 32px; }
input[type="range"]::-webkit-slider-thumb { width: 28px; height: 28px; }
input[type="range"]::-moz-range-thumb { width: 28px; height: 28px; }

/* Zeilenlänge auf den Rechtstexten: 860 px ergaben 94–109 Zeichen je Zeile.
   68 Zeichen sind die übliche Obergrenze für flüssiges Lesen. */

/* Der Zustimmungsbanner nahm auf 320 × 844 die Hälfte des Bildschirms ein. */
.cookie { max-height: 45vh; overflow-y: auto; }

/* --- Letzte Nacharbeiten aus den Responsive-Berichten -------------------- */

/* Der Hinweis auf seitlich scrollende Tabellen war mit 6 % Deckkraft auf
   28 px praktisch unsichtbar — auf 320 px blieben so über 200 px Inhalt
   unbemerkt. Breiter und deutlicher, mit weißem Anfang, damit die Kante
   nicht schmutzig wirkt. */
.tabelle-scroll.scrollbar {
  background: linear-gradient(to left, rgba(0,0,0,.16), rgba(0,0,0,.04) 24px, rgba(0,0,0,0) 56px);
}

/* Fingergerechte Ziele in Kopf- und Fußbereich. */
.topbar a, .topbar span.mit-icon { min-height: 34px; display: inline-flex; align-items: center; }
.suche button { min-width: 52px; min-height: 44px; }
a.logo { display: inline-flex; align-items: center; min-height: 44px; }
.footer__liste a, .fuss__liste a { min-height: 34px; display: inline-flex; align-items: center; }

/* Bestellkarten im Konto: die letzte Karte blieb ohne Rahmen, weil
   WooCommerce die Trennlinie nur zwischen den Zeilen zeichnet. */
@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tbody tr,
  .woocommerce-orders-table tbody tr {
    display: block; border: 1px solid var(--rand); border-radius: var(--radius);
    margin-bottom: 14px; padding: 4px 0;
  }
  .woocommerce table.shop_table_responsive tbody tr td { border: 0; }
}

/* Die Bestellübersicht klebte nur auf hohen Fenstern; auf einem flachen
   Laptop sprang sie zurück in den Fluss. Sie darf mitscrollen, wenn sie
   höher ist als das Fenster. */
@media (min-width: 1025px) {
  .woocommerce-checkout form.checkout > #order_review,
  .kasse__uebersicht {
    position: sticky; top: 110px; align-self: start;
    max-height: calc(100vh - 130px); overflow-y: auto;
  }
}
