/* Lokale Schriften */
@font-face{font-family:"Newsreader";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/newsreader-latin-400-normal.woff2) format("woff2")}
@font-face{font-family:"Newsreader";font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/newsreader-latin-600-normal.woff2) format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/inter-latin-400-normal.woff2) format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/inter-latin-500-normal.woff2) format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/inter-latin-600-normal.woff2) format("woff2")}
:root{
  color-scheme: light only;
  --moos:#1E3A2B;--rinde:#4A3728;--blatt:#6E9B3E;--papier:#FAFAF7;
  --nebel:#E9EAE4;--tinte:#14201A;--grau:#6C7570;
  --serif:"Newsreader",Georgia,serif;--sans:"Inter",system-ui,-apple-system,sans-serif;
}
*{box-sizing:border-box}
body{margin:0;background:var(--papier);color:var(--tinte);font-family:var(--sans);
  font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
.spalte{max-width:680px;margin:0 auto;padding:0 20px}

/* Die Kopfzeile bleibt beim Scrollen oben. Sie braucht einen eigenen
   Stapelkontext und einen deckenden Hintergrund, sonst scheinen lange
   Überschriften beim Drucken und Scrollen hindurch. */
header.kopf{background:#1E3A2B;position:sticky;top:0;z-index:100;isolation:isolate;
  transform:translateZ(0);-webkit-backface-visibility:hidden}
header.kopf .spalte{display:flex;align-items:center;gap:11px;height:56px}
header.kopf a.marke{color:#EDF2EC;text-decoration:none;font-family:var(--serif);font-size:20px;font-weight:600}
header.kopf nav{margin-left:auto;display:flex;gap:18px}
header.kopf nav a{color:#AEC3B0;text-decoration:none;font-size:14px}
header.kopf nav a:hover{color:#fff}

.einstieg{margin:26px 0 8px}
.vorspann{font-size:17.5px;color:#33403A}
.leer{background:#fff;border:1px solid var(--nebel);border-radius:6px;padding:20px;margin:20px 0}

.liste{margin:18px 0 10px}
.karte{display:flex;gap:15px;padding:16px 0;border-bottom:1px solid var(--nebel);align-items:flex-start}
/* Vorschaubilder füllen ihre Fläche aus. Amazon-Bilder haben meist viel
   weißen Rand - mit cover wird der weggeschnitten statt mitangezeigt. */
.karte .kbild img{width:120px;height:120px;object-fit:cover;object-position:center;
  background:#F2F3EF;border-radius:5px}
.karte h2{font-family:var(--serif);font-size:20px;line-height:1.25;margin:0 0 5px;font-weight:600}
.karte h2 a{color:var(--tinte);text-decoration:none}
.karte h2 a:hover{color:var(--moos)}
.karte p{margin:0;font-size:14.5px;color:var(--grau)}

.brot{font-size:12.5px;color:var(--grau);margin:20px 0 12px}
.brot a{color:var(--grau);text-decoration:none}
h1{font-family:var(--serif);font-size:31px;line-height:1.18;font-weight:600;margin:0 0 10px;
  position:relative;z-index:1}
.autorenzeile{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--grau);margin-bottom:20px}
.avatar{width:28px;height:28px;border-radius:50%;background:#DDE9D4;display:grid;place-items:center;
  font-size:12px;color:var(--moos);font-weight:600;flex:0 0 auto}

p{margin:0 0 15px}
h2{font-family:var(--serif);font-size:23px;line-height:1.25;font-weight:600;margin:32px 0 12px}
h3{font-size:16.5px;margin:22px 0 7px;font-weight:600}
figure{margin:0 0 22px}
/* Hauptbild zeigt das ganze Produkt - bei einem hohen Baum würde ein
   Ausschnitt Spitze oder Fuß abschneiden. */
.held{width:100%;max-width:520px;margin:0 auto;display:block;border-radius:7px;
  background:#F2F3EF;object-fit:contain}
figcaption{font-size:12px;color:var(--grau);margin-top:7px}

table{width:100%;border-collapse:collapse;font-size:14.5px;margin:16px 0 24px;background:#fff}
th,td{text-align:left;padding:9px 10px;border-bottom:1px solid var(--nebel)}
th{font-size:12.5px;color:var(--grau);font-weight:500;background:#F6F7F4}

.werbelabel{font-size:11.5px;color:var(--grau);margin:22px 0 5px}
.box{background:#fff;border:1px solid var(--nebel);border-left:3px solid var(--blatt);
  border-radius:6px;padding:16px;margin:0 0 6px}
.box .rang{font-size:12px;color:var(--rinde);font-weight:600;margin-bottom:8px}
.box .oben{display:flex;gap:15px;align-items:flex-start}
.box .pbild{flex:0 0 100px}
.box .pbild img{width:100px;height:100px;object-fit:contain;border-radius:5px;background:#F2F3EF}
.box .pname{font-family:var(--serif);font-size:18px;font-weight:600;line-height:1.25;
  display:block;margin-bottom:8px;color:#14201A}
.box ul{margin:0 0 12px;padding-left:18px;font-size:14.5px;color:#32403A}
.box ul li{margin-bottom:4px}
.kauf{display:inline-block;background:#F0A32A;border:1px solid #D98C12;color:#1A1200;
  text-decoration:none;font-weight:600;font-size:15px;padding:11px 20px;border-radius:999px}
.kauf:hover{background:#E89A1E}
.boxfuss{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.boxfuss span{font-size:11.5px;color:var(--grau)}

.erfahrung{background:#F6F3EE;border-radius:6px;padding:17px 18px;margin:24px 0}
.erfahrung .titel{font-size:12.5px;font-weight:600;color:var(--rinde);margin-bottom:8px}
.erfahrung p:last-child{margin-bottom:0}

.faq{border-top:1px solid var(--nebel);padding-top:4px}
.faq h3{margin-top:18px}
.faq p{font-size:16px;color:#2A3630}

.autorbox{display:flex;gap:14px;background:#fff;border:1px solid var(--nebel);border-radius:6px;
  padding:16px;margin:30px 0 0;align-items:flex-start}
.autorbox .gross{width:46px;height:46px;border-radius:50%;background:#DDE9D4;display:grid;place-items:center;
  font-family:var(--serif);font-size:19px;color:var(--moos);flex:0 0 auto}
.autorbox p{font-size:14px;margin:0;color:var(--grau)}
.autorbox b{font-size:14.5px;color:var(--tinte);display:block;margin-bottom:3px}

.weiter{margin:30px 0 0}
.weiter h2{font-size:19px;margin-bottom:10px}
.weiter ul{list-style:none;margin:0;padding:0}
.weiter li{border-bottom:1px solid var(--nebel)}
.weiter a{display:block;padding:11px 0;color:var(--moos);text-decoration:none;font-size:15.5px}
.weiter a:hover{color:var(--blatt)}

footer{background:#16241C;color:#9FB4A3;margin-top:44px;padding:26px 0 34px;font-size:13px}
footer .spalte>p{margin:0 0 12px}
footer a{color:#C4D6C6}
footer nav{display:flex;gap:16px;flex-wrap:wrap;margin-top:10px}

@media (max-width:560px){
  body{font-size:16.5px}
  h1{font-size:26px}
  h2{font-size:21px}
  .box .oben{flex-direction:column}
  .box .pbild{flex:none;width:100%}
  .box .pbild img{width:100%;height:auto;aspect-ratio:1}
  .kauf{display:block;text-align:center}
  .karte .kbild img{width:84px;height:84px}
  table{font-size:13.5px}
  th,td{padding:8px 7px}
}

/* --- Produktbox: knappe Daten, eigener Text hervorgehoben --- */
.box ul.pdaten{margin:0 0 10px;padding-left:18px;font-size:14px;color:#4A554F;line-height:1.5}
.box ul.pdaten li{margin-bottom:2px}
.box .pfazit{font-size:15px;margin:0 0 12px;padding-left:11px;border-left:2px solid var(--nebel);color:#2A3630}

/* ============================================================
   Vorteile / Nachteile / Details im Artikeltext
   ============================================================ */
ul.vorteile{
  list-style:none;margin:18px 0;padding:14px 18px 14px 15px;
  background:#E7F3DF;border-radius:7px;
}
ul.vorteile li{
  position:relative;padding-left:26px;margin-bottom:7px;
  font-weight:700;color:#1F4D2C;line-height:1.4;
}
ul.vorteile li:last-child{margin-bottom:0}
ul.vorteile li::before{
  content:"✓";position:absolute;left:0;top:0;
  color:#2F7A3C;font-weight:900;
}

ul.nachteile{
  list-style:none;margin:18px 0;padding:14px 18px 14px 15px;
  background:#B4362A;border-radius:7px;
}
ul.nachteile li{
  position:relative;padding-left:26px;margin-bottom:7px;
  font-weight:700;color:#fff;line-height:1.4;
}
ul.nachteile li:last-child{margin-bottom:0}
ul.nachteile li::before{
  content:"✕";position:absolute;left:0;top:0;
  color:#F4C7C0;font-weight:900;
}

.details-box{
  margin:18px 0;padding:15px 18px;
  background:#FBF1DC;border-left:4px solid #D98C12;border-radius:0 7px 7px 0;
}
.details-box b{color:#8A5A12}
.details-box p{margin:0 0 8px}
.details-box p:last-child{margin-bottom:0}

/* Fett hervorgehobene Wörter im Fließtext bleiben in der Textfarbe,
   nur das Gewicht ändert sich - kein grelles Rot o.ä. */
.beitrag b, article b{font-weight:700}

/* ============================================================
   Textbausteine für Produktbeiträge
   ============================================================ */

/* --- Das Wichtigste in Kürze: steht oben, wird oft von Google
       als Antwortausschnitt genommen --- */
.kurzfassung{background:#F4F6F1;border-left:4px solid var(--moos);border-radius:0 6px 6px 0;
  padding:15px 18px;margin:0 0 22px}
.kurzfassung b{display:block;font-size:12.5px;letter-spacing:.4px;text-transform:uppercase;
  color:var(--moos);margin-bottom:8px}
.kurzfassung ul{margin:0;padding-left:19px;font-size:16px;color:#14201A}
.kurzfassung li{margin-bottom:5px}
.kurzfassung li:last-child{margin-bottom:0}

/* --- Pro --- */
.pro{background:#E8F3DF;border-radius:7px;padding:15px 18px;margin:20px 0 10px}
.pro b.baukopf{display:block;background:#3F7326;color:#fff;font-size:13px;font-weight:700;
  letter-spacing:.6px;text-transform:uppercase;padding:5px 12px;border-radius:999px;
  width:-moz-fit-content;width:fit-content;margin-bottom:11px}
.pro ul{margin:0;padding-left:20px;font-size:16px;font-weight:600;color:#1F3A14}
.pro li{margin-bottom:6px}
.pro li:last-child{margin-bottom:0}

/* --- Contra --- */
.contra{background:#B3261E;color:#fff;border-radius:7px;padding:15px 18px;margin:10px 0 22px}
.contra b.baukopf{display:block;background:#fff;color:#8C1D18;font-size:13px;font-weight:700;
  letter-spacing:.6px;text-transform:uppercase;padding:5px 12px;border-radius:999px;
  width:-moz-fit-content;width:fit-content;margin-bottom:11px}
.contra ul{margin:0;padding-left:20px;font-size:16px;font-weight:700;color:#fff}
.contra li{margin-bottom:6px}
.contra li:last-child{margin-bottom:0}
.contra strong{color:#fff}

/* --- Im Detail: Tabelle mit farbiger Kante --- */
.detail{border:1px solid var(--nebel);border-top:4px solid var(--rinde);border-radius:0 0 7px 7px;
  margin:22px 0;overflow:hidden;background:#fff}
.detail b.baukopf{display:block;background:#F6F3EE;color:var(--rinde);font-size:13px;font-weight:700;
  letter-spacing:.5px;text-transform:uppercase;padding:11px 16px;border-bottom:1px solid var(--nebel)}
.detail dl{margin:0;padding:4px 16px 14px}
.detail dt{font-size:12.5px;font-weight:600;color:var(--rinde);margin-top:12px}
.detail dd{margin:3px 0 0;font-size:15.5px;line-height:1.55;color:#14201A}

/* --- Für wen geeignet --- */
.fuerwen{background:#F6F3EE;color:#14201A;border-radius:7px;padding:15px 18px;margin:22px 0}
.fuerwen b.baukopf{display:block;font-size:12.5px;letter-spacing:.4px;text-transform:uppercase;
  color:#4A3728;margin-bottom:7px}
.fuerwen p{margin:0;font-size:16px;color:#14201A}

/* --- Tipp und Achtung --- */
.tipp,.achtung{border-radius:7px;padding:13px 16px;margin:20px 0;font-size:15.5px}
.tipp{background:#EEF4E9;border-left:4px solid #6E9B3E;color:#14201A}
.achtung{background:#FDF1E7;border-left:4px solid #B3261E;color:#14201A}
.tipp b,.achtung b{display:block;font-size:12.5px;letter-spacing:.4px;text-transform:uppercase;margin-bottom:5px}
.tipp b{color:#3F7326}
.achtung b{color:#8C1D18}
.tipp p:last-child,.achtung p:last-child{margin-bottom:0}

/* --- Hervorhebungen im Fließtext --- */
.beitrag strong,main strong{font-weight:600;color:#0F1A14}

@media (max-width:560px){
  .pro ul,.contra ul,.kurzfassung ul{font-size:15.5px}
  .detail dl{padding:4px 14px 12px}
}

/* --- Teilen: einfache Links, keine fremden Skripte, kein Datenabfluss --- */
.teilen{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:26px 0 0;
  padding-top:16px;border-top:1px solid var(--nebel)}
.teilen span{font-size:12.5px;color:var(--grau)}
.teilen a{font-size:13.5px;color:var(--moos);text-decoration:none;
  border:1px solid var(--nebel);border-radius:999px;padding:6px 14px;background:#fff}
.teilen a:hover{border-color:var(--blatt);color:var(--blatt)}

/* --- Blättern zwischen Übersichtsseiten --- */
.blaettern{display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin:26px 0 0;padding-top:16px;border-top:1px solid var(--nebel)}
.blaettern a{color:var(--moos);text-decoration:none;border:1px solid var(--nebel);
  border-radius:999px;padding:8px 18px;font-size:14.5px;background:#fff}
.blaettern a:hover{border-color:var(--blatt);color:var(--blatt)}
.blaettern .aus{color:#B6BDB8;border:1px solid transparent;padding:8px 18px;font-size:14.5px}
.blaettern .stand{font-size:13px;color:var(--grau)}

/* ============================================================
   Bildergalerie und Preis in der Produktbox
   ============================================================ */
.box .oben{align-items:flex-start}
.pdaten-spalte{flex:1;min-width:0}

.galerie{position:relative;flex:0 0 190px;margin-bottom:2px}
.streifen{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:6px;border-radius:6px;
  scrollbar-width:none;-webkit-overflow-scrolling:touch}
.streifen::-webkit-scrollbar{display:none}
.gbild{flex:0 0 100%;scroll-snap-align:center}
.gbild img{width:100%;height:190px;object-fit:contain;background:#F2F3EF;border-radius:6px;display:block}
.gpfeil{position:absolute;top:calc(50% - 10px);transform:translateY(-50%);width:30px;height:30px;
  border-radius:50%;border:1px solid var(--nebel);background:rgba(255,255,255,.94);cursor:pointer;
  font-size:15px;color:var(--moos);display:grid;place-items:center;padding:0;line-height:1}
.gpfeil.links{left:4px} .gpfeil.rechts{right:4px}
.gpunkte{display:flex;gap:5px;justify-content:center;margin-top:8px}
.gpunkt{width:6px;height:6px;border-radius:50%;border:0;background:#CFD5CE;padding:0;cursor:pointer}
.gpunkt.an{background:var(--moos);width:15px;border-radius:99px}

.preiszeile{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin:4px 0 2px}
.preis{font-size:25px;font-weight:700;letter-spacing:-.4px;color:#14201A}
.statt{font-size:14px;color:var(--grau);text-decoration:line-through}
.spar{background:#E4F0DA;color:#3B6B2A;font-size:12px;font-weight:600;padding:3px 9px;border-radius:999px}
.stand{font-size:11.5px;color:var(--grau);margin:0 0 11px}

@media(max-width:560px){
  .galerie{flex:none;width:100%}
  .gbild img{height:230px}
  .preis{font-size:23px}
}

/* --- Galerie in der Produktbox --- */
.galerie{position:relative;flex:0 0 100px}
.galerie .streifen{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;-webkit-overflow-scrolling:touch;border-radius:5px;width:100px}
.galerie .streifen::-webkit-scrollbar{display:none}
.gbild{flex:0 0 100px;scroll-snap-align:center}
.gbild img{width:100px;height:100px;object-fit:contain;background:#F2F3EF;border-radius:5px;display:block}
.gpfeil{position:absolute;top:38px;width:22px;height:22px;border-radius:50%;border:1px solid var(--nebel);
  background:rgba(255,255,255,.92);cursor:pointer;font-size:12px;color:#14201A;display:grid;place-items:center;padding:0}
.gpfeil.links{left:-3px} .gpfeil.rechts{right:-3px}
.gpunkte{display:flex;gap:4px;justify-content:center;margin-top:6px}
.gpunkt{width:5px;height:5px;border-radius:50%;border:0;background:#CFD5CE;padding:0;cursor:pointer}
.gpunkt.an{background:#14201A;width:12px;border-radius:99px}

/* --- Preis in der Produktbox --- */
.ppreis{margin:2px 0 12px}
.pbetrag{font-size:22px;font-weight:700;color:#14201A;display:block}
.pstand{font-size:11px;color:var(--grau)}

@media(max-width:560px){
  .galerie{flex:none;width:100%}
  .galerie .streifen{width:100%}
  .gbild{flex:0 0 100%}
  .gbild img{width:100%;height:auto;aspect-ratio:1}
}

.erfahrung .quelle{font-size:12px;color:var(--grau);margin:-4px 0 10px}

/* --- Verfügbarkeit, Streichpreis, Prime --- */
.verf{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;
  border-radius:999px;padding:3px 10px;margin-bottom:8px}
.verf.ok{background:#E4F0DA;color:#3B6B2A}
.verf.ok::before{content:"";width:7px;height:7px;border-radius:50%;background:#3B6B2A}
.verf.nein{background:#F3F4F0;color:#8A938C}
.verf.nein::before{content:"";width:7px;height:7px;border-radius:50%;background:#B6BDB8}
.box.nichtlieferbar{opacity:.62;border-left-color:#C8CCC5}
.preiszeile{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}
.ppreis .statt{font-size:14px;color:var(--grau);text-decoration:line-through}
.ppreis .rabatt{background:#B3261E;color:#fff;font-size:12px;font-weight:700;padding:2px 8px;border-radius:999px}
.prime{display:inline-block;background:#00A8E1;color:#fff;font-size:10.5px;font-weight:700;
  letter-spacing:.3px;padding:2px 7px;border-radius:4px;font-style:italic;vertical-align:middle;margin-left:6px}
.kauf.aus{background:#E3E5DF;border-color:#D0D3CB;color:#8A938C;cursor:not-allowed}


/* --- Druck und PDF-Export ---
   Ohne das läuft die klebende Kopfzeile im Ausdruck über die Überschrift. */
@media print{
  header.kopf{position:static;z-index:auto}
  header.kopf nav{display:none}
  .teilen,.blaettern,.weiter{display:none}
  body{font-size:12pt}
  .box{break-inside:avoid}
  .pro,.contra,.detail,.fuerwen,.kurzfassung{break-inside:avoid}
}

/* --- Produktbild im Fließtext --- */
.inhaltsbild{margin:26px 0;text-align:center}
.inhaltsbild img{max-width:360px;width:100%;height:auto;border-radius:7px;background:#F2F3EF}
.inhaltsbild figcaption{font-size:11.5px;color:var(--grau);margin-top:6px}

/* --- Weiterlesen als Karten mit Bild --- */
.weiterkarten{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:10px;margin-top:6px}
.weiterkarte{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;
  background:#fff;border:1px solid var(--nebel);border-radius:8px;overflow:hidden;
  padding:9px 13px 9px 9px;transition:border-color .15s}
.weiterkarte:hover{border-color:var(--blatt)}
/* Kleines Vorschaubild links, randlos gefüllt. Bei vielen Beiträgen bleibt
   die Liste dadurch übersichtlich. */
.weiterkarte img,.weiterkarte .kein_bild{flex:0 0 58px;width:58px;height:58px;border-radius:6px;
  object-fit:cover;object-position:center;background:#F2F3EF}
.weiterkarte .kein_bild{background:linear-gradient(135deg,#EEF2EA,#E3EADC)}
.weiterkarte .wtext{display:block;min-width:0}
.weiterkarte .wkat{display:block;font-size:10.5px;letter-spacing:.4px;text-transform:uppercase;
  color:var(--blatt);font-weight:600;margin-bottom:2px}
.weiterkarte .wtitel{display:block;font-family:var(--serif);font-size:14.5px;line-height:1.3;color:var(--tinte)}
@media(max-width:560px){
  .weiterkarten{grid-template-columns:1fr;gap:8px}
  .weiterkarte img,.weiterkarte .kein_bild{flex:0 0 50px;width:50px;height:50px}
  .weiterkarte .wtitel{font-size:14px}
  .inhaltsbild img{max-width:100%}
}

/* ============================================================
   Menü am Handy: Burger-Knopf, aufklappbare Liste.
   Läuft ohne JavaScript über eine versteckte Checkbox, damit es
   auch funktioniert, bevor Skripte geladen sind.
   ============================================================ */
.burger{display:none;margin-left:auto;width:38px;height:38px;cursor:pointer;
  flex-direction:column;justify-content:center;gap:5px;padding:0 8px;border-radius:6px}
.burger span{display:block;height:2px;background:#EDF2EC;border-radius:2px;transition:transform .2s,opacity .2s}
.menue_schalter:checked ~ .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menue_schalter:checked ~ .burger span:nth-child(2){opacity:0}
.menue_schalter:checked ~ .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media(max-width:620px){
  header.kopf .spalte{flex-wrap:wrap;height:auto;padding-top:9px;padding-bottom:9px}
  header.kopf a.marke{font-size:18px}
  .burger{display:flex}
  header.kopf nav{display:none;width:100%;margin:0;flex-direction:column;gap:0;
    border-top:1px solid rgba(255,255,255,.14);margin-top:9px;padding-top:4px}
  .menue_schalter:checked ~ nav{display:flex}
  header.kopf nav a{padding:11px 2px;font-size:15px;border-bottom:1px solid rgba(255,255,255,.08)}
  header.kopf nav a:last-child{border-bottom:0}
}


/* ============================================================
   Menü, überarbeitet (5.5): große Tippflächen am Handy, aktiver
   Punkt markiert, hervorgehobener Menüpunkt (z. B. TV-Thema),
   Burger schon ab Tablet-Breite statt abgeschnittener Punkte.
   ============================================================ */
header.kopf nav{gap:4px}
header.kopf nav a{white-space:nowrap;padding:6px 10px;border-radius:6px;line-height:1.2}
header.kopf nav a:hover{background:rgba(255,255,255,.1)}
header.kopf nav a.aktiv{color:#fff;background:rgba(255,255,255,.14)}
header.kopf nav a.hervor{color:#fff;background:var(--blatt);font-weight:600}
header.kopf nav a.hervor:hover{filter:brightness(1.08);background:var(--blatt)}
header.kopf a:focus-visible,.burger:focus-visible{outline:2px solid #fff;outline-offset:2px}

@media(max-width:820px){
  header.kopf .spalte{flex-wrap:wrap;height:auto;min-height:56px;padding-top:6px;padding-bottom:6px}
  header.kopf a.marke{font-size:19px;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .burger{display:flex;width:46px;height:46px;margin-left:auto;margin-right:-8px;padding:0 11px}
  header.kopf nav{display:none;width:100%;margin:6px 0 4px;flex-direction:column;gap:2px;
    border-top:1px solid rgba(255,255,255,.16);padding-top:8px;max-height:calc(100vh - 70px);overflow-y:auto}
  .menue_schalter:checked ~ nav{display:flex}
  header.kopf nav a{display:flex;align-items:center;justify-content:space-between;min-height:48px;
    padding:12px 12px;font-size:17px;border-radius:8px;border-bottom:0;white-space:normal}
  header.kopf nav a::after{content:"›";font-size:22px;line-height:1;opacity:.55;margin-left:12px}
  header.kopf nav a.hervor{margin-bottom:6px}
  header.kopf nav a.hervor::after{opacity:1}
}
@media(prefers-reduced-motion:reduce){.burger span{transition:none}}

/* ============================================================
   Amazon-Empfehlungen (Kartenraster)
   ============================================================ */
.empfehlungen{margin:26px 0;padding:16px;background:#fff;border:1px solid var(--nebel);border-radius:10px}
.emp-kopf{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;flex-wrap:wrap}
.emp-titel{font-family:var(--serif);font-size:18px;font-weight:600}
.empfehlungen .werbelabel{margin:0}
.emp-raster{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,210px));gap:12px;justify-content:start}
.emp-karte{position:relative;display:flex;flex-direction:column;gap:6px;padding:10px;border:1px solid var(--nebel);
  border-radius:8px;text-decoration:none;color:var(--tinte);background:#fff;transition:border-color .15s,transform .15s}
.emp-karte:hover{border-color:var(--blatt);transform:translateY(-1px)}
.emp-bild{display:block;aspect-ratio:1;background:#fff;border-radius:6px;overflow:hidden}
.emp-bild img{width:100%;height:100%;object-fit:contain;padding:8px}
.emp-name{font-size:14px;line-height:1.3;font-weight:600;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.emp-text{font-size:13px;color:var(--grau);line-height:1.35}
.emp-preis{font-size:15px;font-weight:700}
.emp-preis small{display:block;font-weight:400;font-size:11px;color:var(--grau)}
.emp-knopf{margin-top:auto;display:block;text-align:center;background:#F0A32A;color:#1A1200;font-weight:600;
  font-size:13.5px;padding:8px 10px;border-radius:999px}
.emp-karte.aus .emp-knopf{background:#eee;color:#777}
.emp-label{position:absolute;top:8px;left:8px;z-index:1;background:var(--moos);color:#fff;font-size:11px;font-weight:600;
  padding:2px 8px;border-radius:999px}
/* Ein einzelnes Produkt: Bild links, Text rechts */
.emp-raster.emp-1{grid-template-columns:minmax(0,520px)}
.emp-raster.emp-1 .emp-karte{display:grid;grid-template-columns:120px minmax(0,1fr);column-gap:14px;row-gap:4px;align-items:start}
.emp-raster.emp-1 .emp-bild{grid-row:1 / span 5;width:120px}
.emp-raster.emp-1 .emp-karte > :not(.emp-bild):not(.emp-label){grid-column:2}
.emp-raster.emp-1 .emp-knopf{margin-top:6px;justify-self:start;padding:8px 18px}
@media(max-width:560px){
  .emp-raster.emp-1 .emp-karte{grid-template-columns:96px minmax(0,1fr)}
  .emp-raster.emp-1 .emp-bild{width:96px}
  .emp-raster.emp-1 .emp-knopf{justify-self:stretch}
  .empfehlungen{padding:12px;margin:22px 0}
  .emp-raster{grid-template-columns:repeat(2,1fr);gap:10px}
  .emp-name{font-size:13.5px}
}
/* Mehrere Produkte im Text (z. B. Farben): alle in einer Reihe, solange Platz ist */
.emp-inhalt .emp-raster:not(.emp-1){grid-template-columns:repeat(auto-fit,minmax(128px,1fr))}
.emp-inhalt .emp-raster.emp-2{max-width:460px}
.emp-inhalt .emp-name{font-size:13.5px}
@media(max-width:560px){.emp-inhalt .emp-raster:not(.emp-1){grid-template-columns:repeat(2,1fr)}}
