/* backereiseiler.com
   Farben und Schrift wie im Referenz-Layout, Olive nur unten (Kontakt + Footer) */

:root {
  --bg: #f6f4ee;
  --panel: #fbfaf3;
  --bar: rgba(250,249,242,1);
  --ink: #000000;
  --ink-soft: #050505;
  --grey: #333333;
  --muted: #5e5c50;
  --olive: #6b684e;
  --olive-dk: #4a4836;
  --hair: rgba(0,0,0,.2);
  --ft-text: #cccccc;
  --ft-title: #cfcfcf;
  --btn-dk: #222222;
  --dot: #c7c7c7;
  --arrow-bg: rgba(232,232,232,1);
  --bad: #9b3a26;
  --font: 'Mulish', 'Segoe UI', Arial, sans-serif;
  --font-hd: 'Fraunces', Georgia, 'Times New Roman', serif;
  --inner: 1042px;
  --wide: 1200px;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-family: var(--font);
  line-height: 1.6;
  font-weight: 400;
  background-color: var(--bg);
}

img { display: block; max-width: 100%; height: auto; border-radius: 0px; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 400; }
h1, h2 { font-family: var(--font-hd); }
/* Schrift war erst Anonymous Pro, zu hart fürs Süße. 09/2026 */
p { margin: 0; }
figure { margin: 0; }
button { font-family: inherit; }

/* ---------- Kopfleiste ---------- */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: transparent;
  transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.topbar--solid, .topbar--menu { background-color: rgba(74,72,54,.97); }
.topbar--solid { box-shadow: 0 1px 0 rgba(255,255,255,.08); }

.topbar-in {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 72px;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 0 18px;
}

.tb-burger {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  transform: rotate(0deg);
  transition: transform .5s ease-in-out;
  cursor: pointer;
  justify-self: start;
}
.tb-burger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: .25s ease-in-out;
}
.tb-burger span:nth-child(1) { top: 0px; }
.tb-burger span:nth-child(2) { top: 9px; }
.tb-burger span:nth-child(3) { top: 18px; }
.tb-burger--x span:nth-child(1) { top: 9px; transform: rotate(45deg); }
.tb-burger--x span:nth-child(2) { width: 0%; left: 50%; }
.tb-burger--x span:nth-child(3) { top: 9px; transform: rotate(-45deg); }

.tb-nav { display: none; }

.tb-logo { justify-self: center; }
.tb-logo img {
  width: auto;
  height: 34px;
  /* Logo immer weiß */
  filter: brightness(0) invert(1);
}

.tb-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.tb-tel span { display: none; }

.tb-drawer {
  padding: 10px 18px 28px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.tb-drawer a {
  display: block;
  padding: 11px 0;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.tb-drawer__ct { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.15); }
.tb-drawer__ct a { font-size: 14px; letter-spacing: 0; text-transform: none; color: var(--ft-text); }

/* ---------- Hero ---------- */
.hero-seil {
  color: #ffffff;
  background-color: var(--olive-dk);
  background-image: radial-gradient(circle at 18% 30%, rgba(255,255,255,.06), transparent 55%);
  padding: 110px 18px 60px;
}
.hero-seil__in {
  display: grid;
  gap: 38px;
  max-width: var(--wide);
  margin: 0 auto;
}
.hero-kicker {
  color: var(--ft-text);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero-mark {
  margin-top: 18px;
  color: #fff;
  font-size: 64px;
  line-height: .95;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: lowercase;
}
.hero-mark__sub {
  display: block;
  margin-top: 10px;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.hero-lbl {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-p {
  max-width: 470px;
  margin-top: 14px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.43;
}
.hero-act { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-top: 32px; }
.hero-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 13px 30px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #222;
  border: 1px solid #222222;
  border-radius: 0px;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
/* Glanz-Effekt wie beim mobilen Button im Referenz */
.hero-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 45px;
  height: 100%;
  background-image: linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.4));
  transform: skewX(-45deg);
  animation: 3s linear infinite hero-flash;
}
@keyframes hero-flash { 30% { left: 110%; } 100% { left: 110%; } }
.hero-btn:hover { color: #222; background-color: #ffffff; }
.hero-more {
  color: #fff;
  font-size: 14px;
  text-underline-offset: 5px;
}
.hero-more:hover { color: var(--ft-text); }

.hero-sq {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 1;
  justify-self: center;
  background-color: rgba(255,255,255,.06);
  outline: 1px solid rgba(255,255,255,.35);
  outline-offset: 12px;
}
.hero-sq img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Intro ---------- */
.intro-band {
  max-width: 740px;
  margin: 0 auto;
  padding: 52px 18px 45px;
  text-align: CENTER;
}
.intro-band p { color: var(--ink); font-size: 15px; line-height: 1.7; }

/* ---------- Piktogramme ---------- */
.attr-wrap { padding: 0 18px; }
.attr-panel {
  display: grid;
  gap: 34px;
  max-width: var(--inner);
  margin: 0 auto;
  padding: 40px 24px;
  background-color: var(--panel);
}
.attr-picto {
  display: grid;
  grid-template-columns: repeat(3, 34px);
  gap: 22px 40px;
  justify-content: center;
  color: var(--grey);
}
.attr-picto svg { width: 22px; height: 38px; margin: 0 auto; }
.attr-picto__odd { color: var(--olive); }
.attr-pairs { display: grid; gap: 26px; }
.attr-pair__t {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.attr-pair p { margin-top: 4px; color: var(--muted); font-size: 14px; line-height: 1.6; }

.ttl-link { padding: 55px 18px 26px; text-align: center; }
.ttl-link a {
  color: #000000;
  font-size: 22px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease-in-out;
}
.ttl-link a:hover { border-bottom-color: #000; }

/* ---------- Theke ---------- */
.theke { padding: 0 18px; }
.theke-card {
  display: grid;
  gap: 30px;
  max-width: var(--inner);
  margin: 0 auto;
}
.theke-pic { position: relative; }
.theke-pic img { width: 100%; aspect-ratio: 560 / 740; object-fit: cover; }
.theke-pin {
  position: absolute;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #000;
  font-size: 13px;
  background-color: #fbfaf3;
  border: 1px solid #000000;
  border-radius: 3000px;
}
.theke-leg { padding: 30px 22px; background-color: var(--panel); }
.theke-grp + .theke-grp { margin-top: 30px; }
.theke-grp__t {
  margin-bottom: 14px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theke-list { list-style: none; margin: 0; padding: 0; }
.theke-list li {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 0.5px solid var(--hair);
  font-size: 14px;
}
.theke-num {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  border: 1px solid #000000;
  border-radius: 3000px;
}
.theke-eur { white-space: nowrap; }
.theke-note { margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.57; }

/* ---------- 2x2 ---------- */
.why-grid { max-width: var(--inner); margin: 0 auto; padding: 45px 18px 0; }
.why-lead { max-width: 820px; margin: 0 auto; font-size: 15px; line-height: 1.7; text-align: center; }
.why-h {
  margin: 40px 0 30px;
  font-size: 22px;
  letter-spacing: 1.5px;
  text-align: CENTER;
  text-transform: uppercase;
}
.why-items { display: grid; gap: 34px; }
.why-it { display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: start; }
.why-it img { width: 110px; aspect-ratio: 3 / 4; object-fit: cover; }
.why-it h3 {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.why-it p { margin-top: 8px; font-size: 14px; line-height: 1.57; }

/* ---------- Trennlinie ---------- */
.hr-line {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1094px;
  margin: 70px auto 0;
  padding: 0 18px;
}
.hr-line b { flex: 1; height: 0px; border-top: 1px solid #000; }
.hr-line i {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  transform: rotate(45deg);
}

/* ---------- Vorbestellen Intro + 3 Spalten ---------- */
.vb-intro { max-width: 780px; margin: 0 auto; padding: 70px 18px 34px; text-align: center; }
.vb-intro h2 { font-size: 26px; letter-spacing: 1.5px; text-transform: uppercase; }
.vb-intro p { margin-top: 18px; font-size: 15px; line-height: 1.7; }

.steps3 {
  max-width: var(--inner);
  margin: 0 18px;
  padding: 40px 22px 44px;
  background-color: #faf9f2;
}
.steps3-h {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.steps3-cols { display: grid; gap: 34px; margin-top: 36px; }
.steps3-col svg { color: var(--ink-soft); }
.steps3-col p { margin-top: 14px; font-size: 14px; line-height: 1.6; }
.steps3-col b { font-weight: 700; }

/* ---------- Slider ---------- */
.bst-slider { max-width: 1100px; margin: 0 auto; padding: 60px 18px 15px; }
.bst-slider__h {
  margin-bottom: 26px;
  font-size: 22px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}
.bst-frame { position: relative; }
.bst-track { position: relative; max-width: 860px; margin: 0 auto; }
.bst-slide { display: none; }
.bst-slide--on { display: block; animation: bst-in .45s ease; }
@keyframes bst-in { from { opacity: 0; } to { opacity: 1; } }
.bst-slide img { width: 100%; aspect-ratio: 860 / 550; object-fit: cover; }
.bst-slide figcaption { margin-top: 12px; color: var(--muted); font-size: 13px; text-align: center; }
.bst-arr {
  position: absolute;
  top: 38%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--arrow-bg);
  cursor: pointer;
}
.bst-arr--l { left: 6px; }
.bst-arr--r { right: 6px; }
.bst-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.bst-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--dot);
  cursor: pointer;
}
.bst-dots button:hover, .bst-dots .bst-dot--on { background-color: #222 !important; }

/* ---------- Statement ---------- */
.stmt { padding: 45px 18px 0; }
.stmt-in {
  max-width: var(--inner);
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
  background-color: var(--panel);
}
.stmt-in h2 { font-size: 20px; letter-spacing: 1px; text-transform: uppercase; }
.stmt-in p { max-width: 800px; margin: 18px auto 0; font-size: 14px; line-height: 1.75; }

/* ---------- Bilderreihe ---------- */
.strip4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  max-width: var(--wide);
  margin: 30px auto 0;
  padding: 0 18px;
}
.strip4 img { width: 100%; aspect-ratio: 300 / 220; object-fit: cover; }

/* ---------- Zitat ---------- */
.quote-pnl { padding: 45px 18px 0; }
.quote-in {
  max-width: var(--inner);
  margin: 0 auto;
  padding: 20px 24px 42px;
  text-align: center;
  background-color: var(--panel);
}
.quote-glyph { height: 70px; font-family: var(--font-hd); font-size: 96px; line-height: 1.22; }
.quote-lead { max-width: 640px; margin: 0 auto; font-family: var(--font-hd); font-size: 20px; line-height: 1.45; }
.quote-who {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
}
.quote-who img, .quote-sm img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; }
.quote-more { display: grid; gap: 22px; max-width: 820px; margin: 34px auto 0; padding-top: 30px; border-top: 0.5px solid var(--hair); text-align: left; }
.quote-sm { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.quote-sm img { width: 44px; height: 44px; }
.quote-sm p { font-size: 14px; line-height: 1.6; }
.quote-sm i { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }

/* ---------- Bild-Band ---------- */
.mehl-band {
  position: relative;
  height: 62vh;
  min-height: 380px;
  margin-top: 45px;
  background: url('../asset/seiler-band-mehlstaub.webp') center center no-repeat;
  background-size: cover;
}
.mehl-band__over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0,0,0,.28);
}
.mehl-band__word { font-family: var(--font-hd); font-size: 58px; line-height: 1; font-weight: 300; }
.mehl-band__cap { margin-top: 12px; font-size: 13px; letter-spacing: 4px; text-transform: uppercase; }

/* ---------- Langer Text ---------- */
.tag-copy { max-width: 880px; margin: 0 auto; padding: 60px 18px 0; text-align: center; }
.tag-copy h2 { font-size: 20px; letter-spacing: 1px; text-transform: uppercase; }
.tag-copy p { margin-top: 20px; font-size: 14px; line-height: 1.75; }
.tag-copy .tag-copy__lead { margin-top: 26px; font-size: 17px; line-height: 1.5; }
.tag-copy__btn {
  display: inline-block;
  min-width: 300px;
  margin-top: 28px;
  padding: 9px 24px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #000000;
  border-radius: 0px 0px 0px 0px;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.tag-copy__btn:hover { color: #fff; background-color: #000; }

/* ---------- Mosaik ---------- */
.mosaik {
  display: grid;
  gap: 20px;
  margin-top: 60px;
  padding: 0 18px;
}
.mosaik-big img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.mosaik-small { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mosaik-small img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

/* ---------- FAQ ---------- */
.faq-seil { max-width: 860px; margin: 0 auto; padding: 75px 18px 0; }
.faq-seil__h {
  margin-bottom: 26px;
  font-size: 22px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}
.faq-q { border-top: 1px solid var(--hair); }
.faq-q:last-child { border-bottom: 1px solid var(--hair); }
.faq-q summary {
  position: relative;
  padding: 17px 40px 17px 0;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}
.faq-q summary::-webkit-details-marker { display: none; }
.faq-q summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 12px;
  font-size: 24px;
  font-weight: 400;
}
.faq-q[open] summary::after { content: "\2013"; }
.faq-q p { padding: 0 0 20px; font-size: 14px; line-height: 1.7; }

/* ---------- Bestellformular ---------- */
.vb-order { padding: 75px 18px 90px; }
.vb-order__in { display: grid; gap: 34px; max-width: var(--inner); margin: 0 auto; }
.vb-side h2 { font-size: 22px; line-height: 1.3; letter-spacing: 1.5px; text-transform: uppercase; }
.vb-side > p { margin-top: 14px; font-size: 14px; line-height: 1.7; }
.vb-prices { list-style: none; margin: 24px 0 0; padding: 0; }
.vb-prices li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  font-size: 14px;
  border-bottom: 0.5px solid var(--hair);
}
.vb-prices li span:last-child { white-space: nowrap; }
.vb-side .vb-side__fine { margin-top: 14px; color: var(--muted); font-size: 13px; }

.vb-box { padding: 30px 20px; background-color: var(--panel); }
.vb-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.vb-row2 { display: grid; gap: 0 20px; }
.vb-f { display: flex; flex-direction: column; margin-bottom: 16px; }
.vb-f label { margin-bottom: 6px; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; }
.vb-f input, .vb-f select, .vb-f textarea {
  width: 100%;
  padding: 11px 12px;
  color: #000;
  font-size: 15px;
  font-family: var(--font);
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,.35);
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.vb-f select {
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.vb-f textarea { resize: vertical; min-height: 110px; }
.vb-f input:focus, .vb-f select:focus, .vb-f textarea:focus { outline: none; border-color: #000; box-shadow: inset 0 0 0 1px #000; }
.vb-f .vb-bad, .vb-check .vb-bad { border-color: var(--bad); }
.vb-hint { margin-top: 4px; color: var(--muted); font-size: 12px; }
.vb-err { display: block; min-height: 0; color: var(--bad); font-size: 12px; line-height: 1.4; }
.vb-err:not(:empty) { margin-top: 5px; }
.vb-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 6px; font-size: 13px; line-height: 1.5; cursor: pointer; }
.vb-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #222; }
.vb-send {
  width: 100%;
  margin-top: 22px;
  padding: 14px 20px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #222222;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
}
.vb-send:hover { background-color: var(--olive); }
.vb-send:disabled { opacity: .6; cursor: default; }
.vb-thanks { padding: 30px 0; text-align: center; }
.vb-thanks h3 { margin-top: 16px; font-size: 20px; }
.vb-thanks p { margin-top: 12px; font-size: 14px; line-height: 1.6; }
.vb-thanks__ref b { letter-spacing: 1px; }

/* ---------- Kontakt + Karte ---------- */
.kontakt-split { display: grid; }
.kontakt-txt {
  padding: 60px 24px;
  color: #ffffff;
  background-color: #6b684e;
}
.kontakt-txt h2 { font-size: 30px; line-height: 1.25; }
.kontakt-adr { margin-top: 20px; font-size: 16px; line-height: 1.6; }
.kontakt-ln { margin-top: 10px; font-size: 16px; }
.kontakt-ln a { color: rgb(255, 255, 255); text-underline-offset: 4px; }
.kontakt-sm { max-width: 420px; margin-top: 24px; color: var(--ft-text); font-size: 13px; line-height: 1.6; }
.kontakt-map { position: relative; min-height: 60vh; background-color: #d7d7d7; }
.kontakt-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(.92);
}
.kontakt-map__ask {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  color: #333333;
  font-size: 13px;
  text-align: center;
}
.kontakt-map__ask button {
  padding: 10px 22px;
  color: #000;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #000;
  cursor: pointer;
}

/* ---------- Footer ---------- */
.ft-seil { padding: 75px 18px 90px; background-color: #6b684e; }
.ft-in { display: grid; gap: 34px; max-width: var(--wide); margin: 0 auto; }
.ft-logo {
  width: auto;
  max-width: 160px;
  height: 40px;
  filter: brightness(0) invert(1);
}
.ft-fine { margin-top: 14px; color: var(--ft-text); font-size: 13px; line-height: 1.6; }
.ft-t {
  margin-bottom: 12px;
  color: var(--ft-title);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ft-col a {
  display: block;
  padding: 3px 0;
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-decoration: none;
}
.ft-col a:hover { text-decoration: underline; }

/* ---------- nach oben ---------- */
.up-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  background-color: rgba(250,249,242,.9);
  border: 1px solid #000000;
  border-radius: 33px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  cursor: pointer;
}
.up-btn--show { opacity: 1; visibility: visible; }

/* ---------- Cookie-Hinweis ---------- */
.kk-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  max-width: 560px;
  padding: 22px 20px;
  color: #000;
  font-size: 13px;
  line-height: 1.55;
  background-color: #fbfaf3;
  border: 1px solid #000000;
}
.kk-bar__t { margin-bottom: 8px; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.kk-bar a { text-underline-offset: 3px; }
.kk-bar__opts { margin: 14px 0 0; padding: 12px 0 0; border-top: 0.5px solid var(--hair); }
.kk-bar__opts label { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px; cursor: pointer; }
.kk-bar__opts input { margin: 2px 0 0; accent-color: #222; }
.kk-bar__btns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.kk-bar__btns button {
  flex: 1 1 auto;
  padding: 10px 14px;
  color: #000;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
}
.kk-bar__btns .kk-yes { color: #fff; background-color: #222; border-color: #222; }

/* ---------- Rechtstexte ---------- */
/* auf den Rechtsseiten gibt es kein dunkles Hero, Leiste also gleich dunkel */
.pg-legal .topbar { background-color: rgba(74,72,54,.97); }
.lg-body { max-width: var(--wide); margin: 0 auto; padding: 120px 18px 80px; }
.lg-body h1 { font-size: 28px; line-height: 1.2; letter-spacing: 1px; text-transform: uppercase; }
.lg-stand { margin-bottom: 30px; color: var(--muted); font-size: 13px; }
.lg-body h2 {
  margin: 34px 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.lg-body h2:first-child { margin-top: 0; }
.lg-body p { margin-top: 10px; font-size: 15px; line-height: 1.75; }
.lg-body ul { margin: 10px 0 0; padding-left: 20px; font-size: 15px; line-height: 1.75; }
.lg-body a { text-underline-offset: 3px; }

/* ================= ab 640 ================= */
@media screen and (min-width: 640px) {
  .topbar-in { height: 88px; padding: 0 30px; }
  .tb-tel span { display: inline; }
  .hero-seil { padding: 130px 30px 80px; }
  .hero-mark { font-size: 88px; }
  .attr-panel { padding: 50px 40px; }
  .why-items { grid-template-columns: 1fr 1fr; gap: 44px 50px; }
  .why-it { grid-template-columns: 130px 1fr; }
  .why-it img { width: 130px; }
  .steps3-cols { grid-template-columns: repeat(3, 1fr); gap: 30px; }
  .strip4 { grid-template-columns: repeat(4, 1fr); }
  .quote-more { grid-template-columns: 1fr 1fr; gap: 34px; }
  .mosaik-small { gap: 20px; }
  .vb-row2 { grid-template-columns: 1fr 1fr; }
  .vb-box { padding: 40px 36px; }
  .ft-in { grid-template-columns: 1fr 1fr; }
  .kk-bar { left: 20px; bottom: 20px; right: auto; }
  .lg-body { padding: 150px 30px 90px; }
  .lg-body h1 { font-size: 38px; }
}

/* ================= ab 960 ================= */
@media screen and (min-width: 960px) {
  .topbar-in { height: 100px; }
  .tb-burger { display: none; }
  .tb-drawer { display: none !important; }
  .tb-nav { display: flex; gap: 26px; justify-self: start; }
  .tb-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
  }
  .tb-nav a:hover, .tb-nav .tb-nav__on { border-bottom-color: rgba(255,255,255,.7); }
  .tb-logo img { height: 42px; }

  .hero-seil { padding: 150px 40px 100px; }
  .hero-seil__in { grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
  .hero-sq { justify-self: end; }
  .hero-mark { font-size: 112px; }

  .attr-panel { grid-template-columns: 300px 1fr; align-items: center; padding: 60px 70px; }
  .attr-pairs { max-width: 379px; }

  .theke-card { grid-template-columns: 560px 1fr; gap: 0; align-items: center; }
  .theke-leg { margin-left: -40px; padding: 44px 40px; position: relative; }

  .steps3 { margin: 0 auto; padding: 50px 60px 56px; }
  .steps3-h { font-size: 18px; }

  .bst-track { max-width: 860px; }
  .bst-arr--l { left: 0; }
  .bst-arr--r { right: 0; }

  .stmt-in, .quote-in { padding-left: 90px; padding-right: 90px; }

  .mosaik { grid-template-columns: 1fr 1fr; }

  .vb-order__in { grid-template-columns: 5fr 7fr; gap: 60px; align-items: start; }
  .vb-side { position: sticky; top: 130px; }

  .kontakt-split { grid-template-columns: 1fr 1fr; }
  .kontakt-txt { display: flex; flex-direction: column; justify-content: center; min-height: 80vh; padding: 60px 70px; }
  .kontakt-map { min-height: 80vh; }

  .ft-in { grid-template-columns: 4fr 2fr 2fr 2fr; }
}

@media screen and (min-width: 1200px) {
  .hero-mark { font-size: 128px; }
  .kontakt-txt h2 { font-size: 52px; }
}

/* kleine Handys: Wortmarke sonst abgeschnitten */
@media screen and (max-width: 379px) {
  .hero-mark { font-size: 52px; }
  .hero-mark__sub { letter-spacing: 6px; }
  .tag-copy__btn { min-width: 0; width: 100%; }
}

/* .theke-pic img { filter: saturate(.85); }  zu blass, wieder raus */


/* =====================================================
   Unterseiten: Torten + Geschenkboxen
   ===================================================== */
.pg-inner .topbar { background-color: rgba(74,72,54,.97); }

/* --- Torten Kopf --- */
.tt-head { padding: 110px 18px 56px; color: #fff; background-color: var(--olive-dk); }
.tt-head__in { display: grid; gap: 34px; max-width: var(--wide); margin: 0 auto; }
.tt-kick { color: var(--ft-text); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.tt-head h1 { margin-top: 14px; font-size: 44px; line-height: 1.05; font-weight: 300; }
.tt-head__p { max-width: 520px; margin-top: 18px; font-size: 16px; line-height: 1.6; }
.tt-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 28px 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.2);
}
.tt-facts li { color: var(--ft-text); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.tt-facts b { display: block; color: #fff; font-family: var(--font-hd); font-size: 26px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.tt-pic img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* --- Größen --- */
.gr-wrap { max-width: var(--inner); margin: 0 auto; padding: 60px 18px 0; }
.gr-wrap h2 { font-size: 30px; text-align: center; }
.gr-sub { max-width: 640px; margin: 12px auto 0; color: var(--muted); font-size: 14px; text-align: center; }
.gr-scroll { margin-top: 30px; overflow-x: auto; background-color: var(--panel); }
.gr-tab { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 15px; }
.gr-tab th {
  padding: 16px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.gr-tab td { padding: 15px 20px; border-bottom: 0.5px solid var(--hair); }
.gr-tab th:last-child, .gr-tab td:last-child { text-align: right; white-space: nowrap; }
.gr-tab tr:last-child td { border-bottom: 0; }
.gr-tab .gr-oft td { background-color: rgba(107,104,78,.08); }
.gr-note { margin-top: 14px; color: var(--muted); font-size: 13px; }

/* --- Sorten, abwechselnd links/rechts --- */
.sorte-list { max-width: var(--wide); margin: 0 auto; padding: 80px 18px 0; }
.sorte-list > h2 { margin-bottom: 40px; font-size: 30px; text-align: center; }
.sorte-row { display: grid; gap: 22px; margin-bottom: 56px; }
.sorte-row img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.sorte-no { color: var(--olive); font-size: 13px; letter-spacing: 2px; }
.sorte-row h3 { margin-top: 6px; font-family: var(--font-hd); font-size: 27px; line-height: 1.2; }
.sorte-row p { margin-top: 12px; font-size: 15px; line-height: 1.7; }
.sorte-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.sorte-meta span { padding: 5px 10px; font-size: 12px; letter-spacing: .5px; border: 1px solid rgba(0,0,0,.3); }
.sorte-meta .sorte-plus { color: #fff; background-color: #222; border-color: #222; }

/* --- Extras --- */
.extra-wrap { padding: 10px 18px 0; }
.extra-in { max-width: var(--inner); margin: 0 auto; padding: 40px 24px; background-color: var(--panel); }
.extra-in h2 { font-size: 26px; }
.extra-in > p { margin-top: 8px; color: var(--muted); font-size: 14px; }
.extra-grid { display: grid; gap: 0 44px; margin-top: 22px; }
.extra-it { display: flex; justify-content: space-between; gap: 14px; padding: 14px 0; font-size: 14px; border-top: 0.5px solid var(--hair); }
.extra-it span:last-child { font-weight: 700; white-space: nowrap; }

/* --- Zeitleiste --- */
.zeit { max-width: 760px; margin: 0 auto; padding: 80px 18px 0; }
.zeit h2 { font-size: 30px; }
.zeit-line { position: relative; margin: 30px 0 0; padding: 0 0 0 32px; list-style: none; }
.zeit-line::before { content: ""; position: absolute; top: 8px; bottom: 30px; left: 6px; border-left: 1px solid #000; }
.zeit-line li { position: relative; padding-bottom: 30px; }
.zeit-line li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -32px;
  width: 13px;
  height: 13px;
  background-color: var(--bg);
  border: 1px solid #000;
  border-radius: 50%;
}
.zeit-line li:last-child::before { background-color: #000; }
.zeit-when { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.zeit-line p { margin-top: 6px; font-size: 15px; line-height: 1.65; }

/* --- Hochzeiten --- */
.hz-block { display: grid; gap: 30px; max-width: var(--wide); margin: 50px auto 0; padding: 0 18px; }
.hz-txt h2 { font-size: 32px; line-height: 1.15; }
.hz-txt p { margin-top: 16px; font-size: 15px; line-height: 1.75; }
.hz-pull { margin: 26px 0 0; padding: 4px 0 4px 20px; font-family: var(--font-hd); font-size: 21px; line-height: 1.4; border-left: 2px solid var(--olive); }
.hz-pics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
.hz-pics img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.hz-pics img:last-child { margin-top: 50px; }

/* --- Torten-Formular --- */
.tf-wrap { padding: 80px 18px 90px; }
.tf-in { max-width: 880px; margin: 0 auto; }
.tf-in > h2 { font-size: 32px; text-align: center; }
.tf-lead { max-width: 620px; margin: 12px auto 30px; font-size: 15px; line-height: 1.6; text-align: center; }
.tf-row3 { display: grid; gap: 0 20px; }

/* --- Geschenkboxen Kopf, hell --- */
.gs-head { padding: 130px 18px 50px; text-align: center; background-color: var(--panel); }
.gs-kick { color: var(--muted); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.gs-head h1 { margin-top: 12px; font-size: 42px; line-height: 1.1; font-weight: 300; }
.gs-head__p { max-width: 640px; margin: 18px auto 0; font-size: 16px; line-height: 1.65; }
.gs-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 36px; margin: 30px 0 0; padding: 0; list-style: none; font-size: 13px; }
.gs-facts b { display: block; font-family: var(--font-hd); font-size: 24px; font-weight: 400; }

/* --- Boxen --- */
.gbox-grid { display: grid; gap: 26px; max-width: var(--wide); margin: 0 auto; padding: 60px 18px 0; }
.gbox-card { display: flex; flex-direction: column; background-color: #fbfaf3; }
.gbox-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gbox-body { display: flex; flex: 1; flex-direction: column; padding: 22px 22px 24px; }
.gbox-badge { align-self: flex-start; margin-bottom: 10px; padding: 3px 8px; color: #fff; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; background-color: #222; }
.gbox-body h2 { font-size: 25px; }
.gbox-inh { margin: 12px 0 20px; padding: 0; list-style: none; font-size: 14px; line-height: 1.6; }
.gbox-inh li { padding-left: 14px; text-indent: -14px; }
.gbox-inh li::before { content: "– "; }
.gbox-foot { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 0.5px solid var(--hair); }
.gbox-eur { font-family: var(--font-hd); font-size: 26px; }
.gbox-halt { color: var(--muted); font-size: 12px; text-align: right; }
.gbox-card--top { outline: 1px solid #000; outline-offset: -1px; }

/* --- Pralinenkarte --- */
.pk-wrap { display: grid; gap: 30px; max-width: var(--wide); margin: 0 auto; padding: 80px 18px 0; }
.pk-pic img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.pk-txt h2 { font-size: 32px; }
.pk-intro { margin-top: 10px; font-size: 15px; line-height: 1.65; }
.pk-list { margin: 24px 0 0; padding: 0; list-style: none; }
.pk-list li { padding: 11px 0; border-bottom: 0.5px solid var(--hair); }
.pk-line { display: flex; align-items: baseline; gap: 8px; font-size: 15px; font-weight: 700; }
.pk-line i { flex: 1; border-bottom: 1px dotted rgba(0,0,0,.45); transform: translateY(-4px); }
.pk-line em { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 400; letter-spacing: 1px; }
.pk-list p { margin-top: 2px; color: var(--muted); font-size: 13px; }
.pk-leg { margin-top: 14px; color: var(--muted); font-size: 12px; line-height: 1.6; }

/* --- selbst zusammenstellen --- */
.mix-wrap { max-width: var(--inner); margin: 0 auto; padding: 80px 18px 0; text-align: center; }
.mix-wrap h2 { font-size: 30px; }
.mix-wrap > p { max-width: 640px; margin: 12px auto 0; font-size: 15px; line-height: 1.65; }
.mix-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 30px; background-color: #000; border: 1px solid #000; }
.mix-tile { padding: 24px 10px; background-color: var(--bg); }
.mix-tile b { display: block; font-family: var(--font-hd); font-size: 42px; font-weight: 300; line-height: 1; }
.mix-tile span { display: block; margin-top: 6px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.mix-tile em { display: block; margin-top: 12px; font-size: 17px; font-style: normal; font-weight: 700; }

/* --- Firmen --- */
.firm { padding: 80px 18px 0; }
.firm-in { display: grid; gap: 30px; max-width: var(--inner); margin: 0 auto; padding: 30px 22px; background-color: var(--panel); }
.firm-in img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.firm-txt h2 { font-size: 28px; }
.firm-txt > p { margin-top: 12px; font-size: 15px; line-height: 1.7; }
.firm-staffel { margin: 20px 0 0; padding: 0; list-style: none; font-size: 14px; }
.firm-staffel li { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 10px 0; border-top: 0.5px solid var(--hair); }

/* --- Lagerung --- */
.lager { display: grid; gap: 26px; max-width: var(--inner); margin: 0 auto; padding: 70px 18px 0; }
.lager-it { display: grid; grid-template-columns: 44px 1fr; gap: 16px; }
.lager-it h3 { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.lager-it p { margin-top: 4px; font-size: 14px; line-height: 1.6; }

/* --- Geschenkbox-Formular mit Schätzung --- */
.gf-wrap { padding: 80px 18px 90px; }
.gf-in { display: grid; gap: 26px; max-width: var(--inner); margin: 0 auto; }
.gf-in > h2 { font-size: 32px; }
.gf-sum { padding: 26px 22px; color: #fff; background-color: #222222; }
.gf-sum__t { color: var(--ft-text); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.gf-sum__row { display: flex; justify-content: space-between; gap: 10px; margin-top: 10px; font-size: 14px; }
.gf-sum__total { margin-top: 16px; padding-top: 14px; font-family: var(--font-hd); font-size: 30px; border-top: 1px solid rgba(255,255,255,.25); }
.gf-sum__fine { margin-top: 10px; color: var(--ft-text); font-size: 12px; line-height: 1.5; }

@media screen and (min-width: 640px) {
  .tt-head { padding: 130px 30px 70px; }
  .tt-head h1 { font-size: 60px; }
  .extra-grid { grid-template-columns: 1fr 1fr; }
  .extra-in { padding: 50px 44px; }
  .tf-row3 { grid-template-columns: 1fr 1fr 1fr; }
  .gs-head h1 { font-size: 58px; }
  .gbox-grid { grid-template-columns: 1fr 1fr; }
  .mix-tiles { grid-template-columns: repeat(4, 1fr); }
  .lager { grid-template-columns: repeat(3, 1fr); }
  .lager-it { grid-template-columns: 1fr; gap: 10px; }
}

@media screen and (min-width: 960px) {
  .tt-head { padding: 160px 40px 80px; }
  .tt-head__in { grid-template-columns: 5fr 6fr; align-items: end; gap: 60px; }
  .tt-head h1 { font-size: 76px; }
  .sorte-row { grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; margin-bottom: 80px; }
  .sorte-row--rev .sorte-pic { order: 2; }
  .hz-block { grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
  .gs-head { padding: 170px 40px 70px; }
  .pk-wrap { grid-template-columns: 5fr 7fr; align-items: start; gap: 60px; }
  .pk-pic { position: sticky; top: 130px; }
  .firm-in { grid-template-columns: 1fr 1fr; align-items: center; padding: 44px; }
  .gf-in { grid-template-columns: 8fr 4fr; align-items: start; column-gap: 40px; }
  .gf-in > h2 { grid-column: 1 / -1; }
  .gf-sum { position: sticky; top: 130px; }
}

@media screen and (min-width: 1200px) {
  .gbox-grid { grid-template-columns: repeat(4, 1fr); }
}
