:root {
  --honig:        #BE7A16;
  --honig-text:   #8A5609;
  --honig-tief:   #6E4407;
  --honig-hell:   #F3E6C9;
  --wachs:        #FBF7EF;
  --wachs-tief:   #F3ECDC;
  --tinte:        #2E2A24;
  --text:         #3F382E;
  --text-leise:   #6B6153;
  --text-still:   #6B6153;
  --linie:        #E8DFCC;
  --linie-stark:  #D8CBAD;
  --weiss:        #FFFFFF;
  --breite:       1180px;
  --radius:       10px;
  --radius-gross: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--weiss);
}

img { max-width: 100%; height: auto; }
a { color: var(--honig-text); }

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

h1, h2, h3, h4, h5 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: -.01em;
  color: var(--tinte);
}
h1 { font-size: 44px; line-height: 1.18; margin: 0 0 24px; }
h2 { font-size: 34px; line-height: 1.25; margin: 0 0 16px; }
h3 { font-size: 21px; line-height: 1.35; margin: 0 0 10px; font-family: inherit; font-weight: 700; }
h4 { font-size: 18px; margin: 0 0 10px; font-family: inherit; font-weight: 700; }

.wrap { width: 100%; max-width: var(--breite); margin: 0 auto; padding: 0 24px; }
.wrap--schmal { max-width: 760px; }

.abschnitt      { padding: 64px 0; }
.abschnitt:not(.abschnitt--wachs) + .abschnitt:not(.abschnitt--wachs) { padding-top: 0; }
.abschnitt--eng { padding: 44px 0; }
.abschnitt--wachs { background: var(--wachs); border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }

.augenbraue { font-size: 14px; letter-spacing: .16em; text-transform: uppercase; color: var(--honig-text); margin: 0 0 16px; }
.lead { font-size: 20px; line-height: 1.6; color: var(--text-leise); margin: 0 0 32px; }
.klein { font-size: 15px; color: var(--text-still); }
.mitte { text-align: center; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 24px; top: 12px; background: #fff; padding: 10px 16px; z-index: 100; }

.kopf { border-bottom: 1px solid var(--linie); background: var(--weiss); position: sticky; top: 0; z-index: 50; }
.kopf .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 14px; padding-bottom: 14px; }
.marke { display: inline-block; flex: 0 0 auto; line-height: 0; text-decoration: none; }
.marke img { height: 38px; width: auto; vertical-align: middle; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.marke em { font-style: normal; color: var(--honig-text); }

.hauptnav { display: flex; align-items: center; gap: 22px; font-size: 16px; }
.hauptnav > a, .nav-gruppe > button {
  color: var(--text-leise); text-decoration: none; background: none; border: 0;
  font: inherit; cursor: pointer; padding: 6px 0; display: inline-flex; align-items: center;
  gap: 5px; white-space: nowrap;
}
.hauptnav > a:hover, .nav-gruppe > button:hover { color: var(--tinte); }
.hauptnav a[aria-current] { color: var(--tinte); box-shadow: inset 0 -2px 0 var(--honig); }

.nav-gruppe { position: relative; }
.nav-gruppe > button::after { content: ""; border: 4px solid transparent; border-top-color: currentColor; margin-top: 4px; }
.nav-klappe {
  position: absolute; top: 100%; left: -18px; min-width: 250px; background: #fff;
  border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: 12px 0;
  box-shadow: 0 12px 28px rgba(46,42,36,.12); display: none; z-index: 60;
}
.nav-gruppe[open] .nav-klappe, .nav-gruppe.offen .nav-klappe { display: block; }
.nav-klappe a { display: block; padding: 8px 20px; color: var(--text-leise); text-decoration: none; font-size: 16px; }
.nav-klappe a:hover { background: var(--wachs); color: var(--tinte); }
.nav-klappe b { display: block; padding: 10px 20px 4px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--honig-text); }

.kopf-aktionen { display: flex; align-items: center; gap: 14px; font-size: 16px; flex: 0 0 auto; white-space: nowrap; }
.kopf-aktionen > a { color: var(--text-leise); text-decoration: none; }
.kopf-aktionen > a:hover { color: var(--tinte); }
.kopf-aktionen > a.knopf, .kopf-aktionen > a.knopf:hover { color: #fff; }

.language-switcher { display: flex; align-items: center; gap: 4px; font-size: 15px; flex: 0 0 auto; }
.language-switcher a { color: #C4BCAD; text-decoration: none; padding: 3px 7px; border-radius: 5px; }
.language-switcher a:hover { color: #fff; }
.language-switcher a.active { color: #fff; font-weight: 700; background: #45403A; text-decoration: none; }
.language-switcher .sep { display: none; }

.burger { display: none; background: none; border: 1px solid var(--linie-stark); border-radius: 8px; padding: 9px 11px; cursor: pointer; }
.burger span { display: block; width: 20px; height: 2px; background: var(--tinte); margin: 4px 0; }

.knopf {
  display: inline-block; background: var(--honig-text); color: #fff; text-decoration: none;
  padding: 14px 28px; border-radius: var(--radius); font-size: 17px; font-weight: 600;
  border: 0; cursor: pointer; text-align: center; line-height: 1.4;
}
.knopf:hover { background: var(--honig-tief); color: #fff; }
.knopf--klein { padding: 10px 20px; font-size: 16px; }
.knopf--weiss { background: #fff; color: var(--honig-tief); }
.knopf--weiss:hover { background: var(--wachs); color: var(--honig-tief); }
.knopf--rand { background: transparent; color: var(--text); border: 1px solid var(--linie-stark); }
.knopf--rand:hover { background: var(--wachs); color: var(--tinte); }
.knopf-zeile { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hinweis-unter-knopf { font-size: 15px; color: var(--text-still); margin: 18px 0 0; }

.hero { background: var(--wachs); border-bottom: 1px solid var(--linie); }
.hero .wrap { padding-top: 68px; padding-bottom: 64px; }
.hero-zweispaltig { display: flex; align-items: center; }
.hero-text { width: 62%; padding-right: 52px; }
.hero-bild { width: 38%; }
.hero-bild img { border-radius: var(--radius-gross); margin: 0 auto; }
.hero--knapp .wrap { padding-top: 48px; padding-bottom: 44px; }

.vertrauen { background: var(--wachs-tief); font-size: 16px; color: var(--text-leise); }
.vertrauen .wrap { display: flex; flex-wrap: wrap; gap: 12px 56px; padding-top: 18px; padding-bottom: 18px; }
.vertrauen b { color: var(--tinte); }

.karten { display: flex; flex-wrap: wrap; gap: 22px; }
.karte { flex: 1 1 300px; background: var(--wachs); border-radius: var(--radius-gross); padding: 28px 26px; }
.karte p:last-child { margin-bottom: 0; }

.karten--gleich > .karte {
  flex: 1 1 300px; display: flex; flex-direction: column;
}
.karten--gleich > .karte > div:last-child,
.karten--gleich > .karte > p:last-child {
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
  overflow: hidden; margin-bottom: 0;
}
.karte--rand { background: #fff; border: 1px solid var(--linie); }
a.karte { text-decoration: none; color: inherit; display: block; }
a.karte:hover { background: var(--wachs-tief); }
.karte-symbol {
  width: 46px; height: 46px; background: var(--honig-hell); border-radius: 12px; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center; color: var(--honig-text); font-size: 20px;
}

.geraet { border: 11px solid var(--tinte); border-radius: 32px; background: #FFFDF8; padding: 18px 14px; max-width: 320px; margin: 0 auto; }
.geraet-zeile { background: #fff; border: 1px solid var(--linie); border-radius: 10px; padding: 13px; margin-bottom: 10px; font-size: 15px; }
.marke-chip { display: inline-block; background: var(--honig-hell); color: var(--honig-text); font-size: 13px; padding: 6px 12px; border-radius: 6px; margin: 0 6px 6px 0; }

.tarife { display: flex; flex-wrap: wrap; gap: 18px; }
.tarif { flex: 1 1 220px; border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: 26px 22px; background: #fff; }
.tarif--gewaehlt { border: 2px solid var(--honig); }
.tarif-preis { font-family: Georgia, serif; font-size: 40px; color: var(--tinte); margin: 8px 0 4px; line-height: 1.1; }
.tarif-stufe { font-size: 15px; color: var(--text-still); margin: 0; }

table.vergleich { width: 100%; border-collapse: collapse; margin-top: 36px; font-size: 16px; }
table.vergleich th { text-align: left; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--honig-text); font-weight: 400; padding: 0 12px 12px; border-bottom: 1px solid var(--linie-stark); }
table.vergleich td { padding: 14px 12px; border-bottom: 1px solid var(--linie); }
table.vergleich td.mitte, table.vergleich th.mitte { text-align: center; width: 150px; }

.beitrag-liste { display: flex; flex-wrap: wrap; gap: 26px; }
.beitrag {
  flex: 0 1 calc(33.333% - 18px); min-width: 280px; display: flex; flex-direction: column;
  text-decoration: none; color: inherit; border: 1px solid var(--linie);
  border-radius: var(--radius-gross); overflow: hidden; background: #fff;
}
.beitrag:hover { border-color: var(--linie-stark); }
.beitrag-liste > .beitrag:nth-last-child(2):first-child,
.beitrag-liste > .beitrag:nth-last-child(2):first-child ~ .beitrag { flex-basis: calc(50% - 13px); }
.beitrag-liste > .beitrag:only-child { flex-basis: calc(50% - 13px); }
.beitrag-bild { height: 168px; background: var(--honig-hell); overflow: hidden; }
.beitrag-bild img { width: 100%; height: 100%; object-fit: cover; display: block; }
.beitrag-inhalt { padding: 20px 22px 24px; }
.beitrag-kategorie { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--honig-text); margin: 0 0 8px; }
.beitrag h3 { margin-bottom: 8px; }
.beitrag p { font-size: 16px; color: var(--text-leise); margin: 0; }

.filterleiste { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter { font-size: 15px; padding: 8px 16px; border: 1px solid var(--linie-stark); border-radius: 999px; text-decoration: none; color: var(--text-leise); }
.filter:hover { background: var(--wachs); color: var(--tinte); }
.filter[aria-current] { background: var(--tinte); border-color: var(--tinte); color: #fff; }

.blaettern { display: flex; justify-content: center; gap: 8px; margin-top: 44px; flex-wrap: wrap; }
.blaettern a, .blaettern span {
  min-width: 42px; padding: 9px 12px; text-align: center; border: 1px solid var(--linie-stark);
  border-radius: 8px; text-decoration: none; color: var(--text-leise); font-size: 16px;
}
.blaettern a:hover { background: var(--wachs); color: var(--tinte); }
.blaettern .aktiv { background: var(--tinte); border-color: var(--tinte); color: #fff; }
.blaettern .aus { opacity: .4; }

.artikel { font-size: 19px; line-height: 1.75; }
.artikel h2 { font-size: 27px; margin-top: 40px; }
.artikel h3 { margin-top: 28px; }
.artikel ul, .artikel ol { padding-left: 22px; }
.artikel li { margin-bottom: 8px; }
.artikel img { border-radius: var(--radius); }
.artikel figure { margin: 28px 0; }
.artikel figcaption { font-size: 15px; color: var(--text-still); margin-top: 8px; }
.artikel-meta { font-size: 15px; color: var(--text-still); margin-bottom: 28px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.artikel-meta img { border-radius: 999px; }
.merksatz { border-left: 3px solid var(--honig); background: var(--wachs); padding: 20px 24px; margin: 32px 0; font-size: 18px; }
.inline-cta { background: var(--wachs); border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: 26px 28px; margin: 40px 0; }
.inline-cta h3 { margin-bottom: 8px; }
.inline-cta p { margin: 0 0 18px; color: var(--text-leise); }

.werkzeug-kasten { background: var(--honig-hell); border-left: 4px solid var(--honig); border-radius: var(--radius); padding: 22px 26px; margin: 28px 0 34px; }
.werkzeug-kasten h2 { font-size: 21px; margin: 0 0 7px; }
.werkzeug-kasten p { margin: 0 0 16px; color: var(--text); }
.werkzeug-kasten .knopf { margin: 0; }

.marken { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.marken a { font-size: 14px; padding: 6px 13px; background: var(--wachs); border-radius: 999px; text-decoration: none; color: var(--text-leise); }
.marken a:hover { background: var(--wachs-tief); color: var(--tinte); }

.rechner { background: #fff; border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: 30px; }
.feldzeile { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; }
.feld { flex: 1 1 200px; }
.feld label { display: block; font-size: 15px; color: var(--text-leise); margin-bottom: 7px; }
.feld input, .feld select { width: 100%; padding: 12px 14px; font-size: 17px; border: 1px solid var(--linie-stark); border-radius: var(--radius); background: #fff; color: var(--tinte); font-family: inherit; }
.ergebnis { background: var(--wachs); border-radius: var(--radius); padding: 22px 24px; margin-top: 6px; }
.ergebnis-wert { font-family: Georgia, serif; font-size: 38px; color: var(--tinte); line-height: 1.1; margin: 4px 0 14px; }
.ergebnis-zeile { display: flex; justify-content: space-between; gap: 16px; font-size: 16px; color: var(--text-leise); padding: 7px 0; border-bottom: 1px solid var(--linie); }
.ergebnis-zeile:last-child { border-bottom: 0; }

.teilen { margin-top: 22px; }
.teilen-zeile { display: flex; gap: 10px; align-items: stretch; flex-wrap: wrap; }
.teilen-zeile input { flex: 1 1 260px; min-width: 0; padding: 11px 13px; font-size: 15px; border: 1px solid var(--linie-stark); border-radius: var(--radius); background: var(--wachs); color: var(--text-leise); font-family: inherit; }
.teilen-zeile button { flex: 0 0 auto; }
.teilen-hinweis { font-size: 14px; color: #1E6B3A; margin: 8px 0 0; }

.ergebnis--gruen { border-left: 4px solid #1E6B3A; }
.ergebnis--gelb  { border-left: 4px solid var(--honig); }
.ergebnis--rot   { border-left: 4px solid #9B2C1F; }
.ergebnis--gruen .ergebnis-wert { color: #1E6B3A; }
.ergebnis--gelb .ergebnis-wert  { color: var(--honig-tief); }
.ergebnis--rot .ergebnis-wert   { color: #9B2C1F; }

.zitat { font-family: Georgia, serif; font-size: 24px; line-height: 1.5; color: var(--text); margin: 0 0 14px; }

.schluss { background: var(--honig-text); text-align: center; padding: 56px 0; }
.schluss h2 { color: #fff; }
.schluss p { color: #F7E9CE; font-size: 18px; margin: 0 0 26px; }

.fuss { background: var(--tinte); color: #C4BCAD; font-size: 16px; }
.fuss .wrap { display: flex; flex-wrap: wrap; gap: 32px; padding-top: 44px; padding-bottom: 40px; }
.fuss-spalte { flex: 1 1 210px; }
.fuss b { display: block; color: #fff; margin-bottom: 12px; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.fuss a { display: block; color: #C4BCAD; text-decoration: none; padding: 4px 0; }
.fuss a:hover { color: #fff; }
.fuss-unten { border-top: 1px solid #45403A; font-size: 15px; }
.fuss-unten .wrap { padding-top: 18px; padding-bottom: 18px; display: block; }
.fuss-unten-zeile { display: flex !important; flex-wrap: wrap; gap: 12px 28px; align-items: center; justify-content: space-between; }
.fuss-laden { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.fuss-laden img { height: 40px; width: auto; }
.fuss-newsletter { display: flex; gap: 8px; margin-top: 12px; }
.fuss-newsletter input { flex: 1 1 auto; min-width: 0; padding: 11px 13px; border: 1px solid #45403A; background: #3A352E; color: #fff; border-radius: 8px; font-family: inherit; font-size: 15px; }
.fuss-newsletter button { border: 0; background: var(--honig); color: #fff; padding: 0 18px; border-radius: 8px; cursor: pointer; font-family: inherit; font-size: 15px; font-weight: 600; }

.packages-slider { display: flex; align-items: center; gap: 12px; }
.packages-slider .slider-btn { flex: 0 0 auto; font-size: 22px; line-height: 1; padding: 12px 16px; }
.packages { flex: 1 1 auto; min-width: 0; }

.tarifliste, .owl-packages {
  display: flex; gap: 18px; list-style: none; margin: 0; padding: 4px;
  overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin;
}
.tarifliste > li.item, .owl-packages > li.item { flex: 0 0 290px; scroll-snap-align: start; }

.package {
  display: flex; flex-direction: column; height: 100%; background: #fff;
  border: 1px solid var(--linie); border-radius: var(--radius-gross); overflow: hidden;
}
.package-header { background: var(--wachs-tief); padding: 16px 22px; min-height: 74px; display: flex; align-items: center; }
.package-header h2, .package-header h5 { margin: 0; font-family: inherit; font-weight: 700; font-size: 17px; color: var(--tinte); }
.package .price { padding: 20px 22px 6px; }
.package .price .preis-betrag, .package .price h4 { font-family: Georgia, serif; font-size: 32px; font-weight: normal; margin: 0; line-height: 1.15; color: var(--tinte); }
.package .price .preis-hinweis, .package .price h2, .package .price h3 { font-family: inherit; font-size: 14px; font-weight: 400; color: var(--text-still); margin: 0 0 8px; line-height: 1.4; }
.package .price sup { font-size: 11px; }
.package .price .period { font-size: 15px; color: var(--text-still); }
.package > ul { list-style: none; margin: 0; padding: 16px 22px; flex: 1 1 auto; font-size: 15px; }
.package > ul > li { padding: 7px 0; border-bottom: 1px solid var(--linie); color: var(--text-leise); }
.package > ul > li:last-child { border-bottom: 0; }
.package > ul i { color: var(--honig-text); margin-right: 6px; }
.package .btn, .package .btn-template-main {
  display: block; margin: 0 22px 22px; background: var(--honig-text); color: #fff;
  text-decoration: none; text-align: center; padding: 13px 20px;
  border-radius: var(--radius); font-weight: 600;
}
.package .btn:hover { background: var(--honig-tief); color: #fff; }

.seitenleiste { flex: 0 0 280px; }
.seitenleiste-kasten { background: var(--wachs); border-radius: var(--radius-gross); padding: 22px 24px; margin-bottom: 22px; }
.seitenleiste-kasten h3 { font-size: 17px; margin-bottom: 12px; }
.seitenleiste-kasten a { display: block; padding: 5px 0; color: var(--text-leise); text-decoration: none; font-size: 16px; }
.seitenleiste-kasten a:hover { color: var(--honig-text); }
.galerie { position: relative; display: flex; align-items: center; gap: 10px; margin: 28px 0; }
.galerie-spur, .owl-carousel {
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 4px; margin: 0; list-style: none;
  flex: 1 1 auto; min-width: 0; scrollbar-width: thin;
}
.galerie-spur > .item, .owl-carousel > .item {
  flex: 0 0 auto; width: 200px; scroll-snap-align: center; margin: 0;
}
.galerie-spur img, .owl-carousel img {
  width: 100%; height: auto; display: block; border: 1px solid var(--linie);
  border-radius: 14px; background: var(--wachs); cursor: zoom-in;
}
.galerie-pfeil {
  flex: 0 0 auto; width: 42px; height: 42px; border: 1px solid var(--linie-stark);
  background: #fff; border-radius: 999px; cursor: pointer; font-size: 20px;
  line-height: 1; color: var(--tinte); display: flex; align-items: center; justify-content: center;
}
.galerie-pfeil:hover { background: var(--wachs); }
.galerie-pfeil[disabled] { opacity: .35; cursor: default; }

.galerie-gross { position: relative; border: 0; padding: 0; background: transparent; max-width: 92vw; max-height: 92vh; overflow: visible; }
.galerie-gross::backdrop { background: rgba(46, 42, 36, .82); }
.galerie-gross img { max-width: 92vw; max-height: 88vh; width: auto; height: auto; border-radius: 12px; display: block; }
.galerie-gross-schliessen {
  position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; border-radius: 999px;
  border: 0; background: rgba(255, 255, 255, .92); color: var(--tinte); font-size: 22px;
  line-height: 1; cursor: pointer; box-shadow: 0 2px 10px rgba(46, 42, 36, .3);
}
.galerie-gross-schliessen:hover { background: #fff; }

.shop-kachel { display: block; text-decoration: none; color: inherit; }
.shop-kachel img { width: 100%; border-radius: var(--radius); margin-bottom: 12px; }
.shop-kachel b { display: block; font-size: 16px; color: var(--tinte); margin-bottom: 6px; }
.shop-kachel .klein { display: block; margin-bottom: 8px; }
.shop-kachel-link { color: var(--honig-text); font-size: 15px; text-decoration: underline; }
.shop-kachel:hover .shop-kachel-link { color: var(--honig-tief); }

.leiste-quer { display: flex; flex-wrap: wrap; gap: 22px; align-items: flex-start; }
.leiste-quer > .seitenleiste-kasten { flex: 1 1 260px; margin-bottom: 0; }

.mit-leiste { display: flex; gap: 44px; align-items: flex-start; }
.mit-leiste > .haupt { flex: 1 1 auto; min-width: 0; }

.brotkrumen { font-size: 15px; color: var(--text-still); margin-bottom: 18px; }
.brotkrumen a { color: var(--text-still); text-decoration: none; }
.brotkrumen a:hover { color: var(--honig-text); }

.altinhalt { font-size: 17px; line-height: 1.7; }
.altinhalt img { border-radius: var(--radius); }
.altinhalt table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.altinhalt th, .altinhalt td { padding: 12px; border-bottom: 1px solid var(--linie); text-align: left; }
.altinhalt .btn, .altinhalt .btn-template-main {
  display: inline-block; background: var(--honig-text); color: #fff; text-decoration: none;
  padding: 12px 24px; border-radius: var(--radius); font-weight: 600;
}

@media (max-width: 1180px) {
  h1 { font-size: 33px; }
  h2 { font-size: 27px; }
  .hero-zweispaltig { display: block; }
  .hero-text { width: 100%; padding-right: 0; margin-bottom: 32px; }
  .hero-bild { width: 100%; }
  .abschnitt { padding: 44px 0; }
  .abschnitt--eng { padding: 32px 0; }
  .hero .wrap { padding-top: 44px; padding-bottom: 40px; }
  .artikel { font-size: 18px; }
  .mit-leiste { display: block; }
  .seitenleiste { margin-top: 44px; }
  .beitrag { flex: 1 1 280px; }

  .burger { display: block; }
  .kopf .wrap { flex-wrap: wrap; }
  .kopf-aktionen .kopf-anmelden { display: none; }
  .hauptnav {
    display: none; order: 3; width: 100%; flex-direction: column; align-items: stretch;
    gap: 0; border-top: 1px solid var(--linie); margin-top: 14px; padding-top: 8px;
  }
  .hauptnav.offen { display: flex; }
  .hauptnav > a, .nav-gruppe > button { padding: 13px 2px; width: 100%; }
  .hauptnav a[aria-current] { box-shadow: none; }
  .nav-gruppe { position: static; }
  .nav-gruppe > button { justify-content: space-between; }
  .nav-klappe { position: static; border: 0; box-shadow: none; padding: 0 0 10px 14px; min-width: 0; border-left: 2px solid var(--linie); margin-left: 2px; }
  .nav-klappe a { padding: 9px 12px; }
}

@media (max-width: 560px) {
  .knopf-zeile .knopf { width: 100%; }
  .vertrauen .wrap { gap: 6px 28px; font-size: 15px; }
  .rechner { padding: 20px; }
}

@media print {
  .kopf, .schluss, .fuss, .burger, .filterleiste, .blaettern { display: none; }
  .abschnitt, .karte, .beitrag, .rechner, .inline-cta { page-break-inside: avoid; }
}

.rechtshinweis {
  background: var(--wachs-tief); border-left: 3px solid var(--honig);
  padding: 14px 18px; margin: 0 0 26px; font-size: 15px; color: var(--text-leise);
}

.packages .tarifliste, .packages .owl-packages {
  display: flex; flex-wrap: wrap; gap: 18px; overflow: visible;
  scroll-snap-type: none; padding: 4px; list-style: none; margin: 0;
}
.package { position: relative; }
  .tarif-abzeichen {
    position: absolute; top: -11px; right: 14px; z-index: 1;
    padding: 4px 12px; border-radius: 999px;
    background: var(--honig-text); color: #fff; font-size: 12px; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase; white-space: nowrap;
  }
  .package u { text-decoration: none; font-weight: 700; color: var(--text-leise); }
  .package--hervor { border-color: var(--honig); box-shadow: 0 0 0 2px var(--honig) inset; }
  .package--hervor .package-header { background: #F6E9CE; }

  .tarif-fussnoten {
    margin: 26px 0 0; padding: 16px 20px; background: var(--wachs-tief);
    border-radius: 10px; font-size: 14px; color: var(--text-still); line-height: 1.6;
  }
  .tarif-fussnoten p { margin: 0 0 6px; }
  .tarif-fussnoten p:last-child { margin-bottom: 0; }

  .packages .tarifliste > li.item,
  .packages .owl-packages > li.item { flex: 1 1 240px; max-width: 320px; }
