/* ===================================================================
   Lebens.Echt – Basis-Layout (gemeinsam für alle Varianten)
   Farben & Schriften werden je Variante über CSS-Variablen gesetzt.
   =================================================================== */

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1.15rem;            /* große Grundschrift für gute Lesbarkeit */
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
}

img { max-width: 100%; height: auto; display: block; }

/* Links generell in Braun/Terracotta statt Browser-Blau */
a { color: var(--accent); }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; color: var(--head); }

h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: .5em; }
h3 { font-size: 1.35rem; margin-bottom: .4em; }

section { padding: clamp(3.5rem, 8vw, 6rem) 1.25rem; }
.inner { max-width: 1080px; margin: 0 auto; }

.section-intro { max-width: 720px; margin: 0 auto 2.5rem; text-align: center; font-size: 1.2rem; }
.section-head { text-align: center; }
.section-head .eyebrow {
  display: inline-block; letter-spacing: .18em; text-transform: uppercase;
  font-size: .85rem; font-weight: 700; color: var(--accent); margin-bottom: .8em;
}

/* ---------- Header / Navigation ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: var(--nav-bg);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.navbar {
  max-width: 1080px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: .6rem 1.25rem; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: var(--logo-radius, 10px); }
.brand span { font-family: var(--font-head); font-size: 1.35rem; font-weight: 700; color: var(--head); }
nav.main ul { display: flex; gap: 1.6rem; list-style: none; }
nav.main a {
  text-decoration: none; color: var(--text); font-weight: 600; font-size: 1.02rem;
  padding: .35rem 0; border-bottom: 2px solid transparent;
}
nav.main a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.nav-toggle {
  display: none; align-items: center; gap: .55rem;
  background: none; border: none; color: var(--head); cursor: pointer;
  font-size: 1.9rem; padding: .2rem .3rem;
}
.nav-toggle-text {
  font-family: var(--font-head); font-size: .95rem; font-weight: 700;
  letter-spacing: .14em;
}

/* ---------- Hero ---------- */
.hero { position: relative; text-align: center; padding: clamp(4.5rem, 10vw, 8rem) 1.25rem; background: var(--hero-bg); overflow: hidden; }
.hero .inner { position: relative; max-width: 860px; }
.hero img.hero-logo { width: clamp(110px, 16vw, 160px); margin: 0 auto 1.6rem; border-radius: var(--logo-radius, 14px); box-shadow: var(--shadow); }
.hero h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); margin-bottom: .5em; color: var(--hero-head, var(--head)); }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero p.sub { font-size: clamp(1.15rem, 2.4vw, 1.4rem); max-width: 640px; margin: 0 auto 2.2rem; color: var(--hero-text, var(--text)); }

.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 1.1rem;
  padding: .95rem 2.1rem; border-radius: var(--btn-radius, 999px);
  background: var(--accent); color: var(--btn-text, #fff);
  box-shadow: var(--shadow); transition: transform .15s ease, filter .15s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.07); }
.btn.ghost { background: transparent; color: var(--head); border: 2px solid var(--head); box-shadow: none; }
.hero .btn-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Angebote ---------- */
.angebote { background: var(--bg-alt); }
.angebot-block { margin-top: 3rem; }
.angebot-block > h3 {
  font-size: 1.6rem; text-align: center; margin-bottom: 1.6rem;
}
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.card {
  background: var(--card-bg); border: 1px solid var(--line);
  border-radius: var(--card-radius, 16px); padding: 0; overflow: hidden;
  box-shadow: var(--shadow);
}
.card-media { position: relative; }
.card-media img { width: 100%; height: 190px; object-fit: cover; display: block; }
.card .icon {
  width: 52px; height: 52px; display: grid; place-items: center;
  border-radius: 50%; background: var(--card-bg); color: var(--accent);
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.card-media .icon { position: absolute; left: 1.2rem; bottom: -24px; }
.card .icon svg { width: 26px; height: 26px; }
.card-body { padding: 2.2rem 1.5rem 1.6rem; }
.card h4 { font-family: var(--font-head); font-size: 1.22rem; color: var(--head); margin-bottom: .45em; }
.card p { font-size: 1.05rem; color: var(--muted); }

/* ---------- Warum ---------- */
.warum .leben-zeilen {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem; margin: 2.2rem 0; text-align: center;
}
.warum .leben-zeilen div {
  font-family: var(--font-head); font-size: 1.3rem; color: var(--head);
  padding: 1.4rem 1rem; border-radius: var(--card-radius, 16px);
  background: var(--card-bg); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.warum .punchline { text-align: center; font-size: 1.45rem; font-family: var(--font-head); color: var(--accent); margin: 1.2rem 0 2.4rem; }
.warum-grid {
  display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center; max-width: 1000px; margin: 0 auto;
}
.warum-bild { border-radius: var(--card-radius, 16px); box-shadow: var(--shadow); }
.otter-story { display: grid; gap: 1.1rem; }
.otter-story p { padding-left: 1.2rem; border-left: 4px solid var(--accent); font-size: 1.12rem; }
@media (max-width: 760px) {
  .warum-grid { grid-template-columns: 1fr; }
  .warum-bild { max-width: 320px; margin: 0 auto; }
}

/* ---------- FAQ ---------- */
.faq { background: var(--bg-alt); }
.faq .inner { max-width: 780px; }
details {
  background: var(--card-bg); border: 1px solid var(--line);
  border-radius: var(--card-radius, 16px); margin-bottom: 1rem;
  box-shadow: var(--shadow); overflow: hidden;
}
summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  padding: 1.25rem 1.5rem; font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; color: var(--head);
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 1.6rem; color: var(--accent); transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details .answer { padding: 0 1.5rem 1.4rem; color: var(--muted); font-size: 1.08rem; }

/* ---------- Kontakt ---------- */
.kontakt .kontakt-card {
  max-width: 680px; margin: 0 auto; text-align: center;
  background: var(--card-bg); border: 1px solid var(--line);
  border-radius: var(--card-radius, 16px); padding: 2.6rem 2rem; box-shadow: var(--shadow);
}
.kontakt .name { font-family: var(--font-head); font-size: 1.5rem; color: var(--head); margin-bottom: .2em; }
.kontakt .rolle { color: var(--muted); margin-bottom: 1.4rem; }
.kontakt .zeile { font-size: 1.25rem; margin: .4rem 0; }
.kontakt .zeile a { color: var(--head); text-decoration: none; font-weight: 700; }
.kontakt .zeile a:hover { color: var(--accent); }
.kontakt .btn { margin-top: 1.6rem; }
.kontakt .hinweis { margin-top: 1rem; font-size: .95rem; color: var(--muted); }

/* ---------- Footer / Impressum ---------- */
footer.site {
  background: var(--footer-bg); color: var(--footer-text);
  border-top: 4px solid var(--accent);
  padding: clamp(3rem, 6vw, 4.5rem) 1.25rem 0; font-size: 1rem;
}
footer.site .inner {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 2.8rem; padding-bottom: 2.8rem; align-items: start;
}
footer.site h4 {
  font-family: var(--font-head); font-size: .82rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--footer-accent, #F2BA8C); margin-bottom: 1.1em;
}
footer.site p { margin-bottom: .45em; line-height: 1.55; }
footer.site a { color: var(--footer-text); text-decoration: none; transition: color .15s ease; }
footer.site a:hover { color: #FFFFFF; text-decoration: none; }
footer.site .legal {
  grid-column: 1 / -1; border-top: 1px solid var(--footer-line);
  margin: 0 -1.25rem; padding: 1.2rem 1.25rem;
  text-align: center; font-size: .92rem; opacity: .8;
}
@media (max-width: 950px) {
  footer.site .inner { grid-template-columns: 1fr 1fr; gap: 2.2rem; }
  .foot-brand { grid-column: 1 / -1; max-width: 480px; }
}
@media (max-width: 540px) {
  footer.site .inner { grid-template-columns: 1fr; gap: 2rem; }
}

/* ---------- Hero-Marke ---------- */
.hero h1 .marke { display: block; margin-bottom: .15em; }

/* ---------- Angebote: zwei Karten pro Reihe ---------- */
@media (min-width: 761px) {
  .cards.zwei { grid-template-columns: repeat(2, 1fr); }
  .cards.zwei .card-media img { height: 240px; }
}
.flyer-btn {
  display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.1rem;
  font: inherit; font-weight: 700; font-size: 1rem; cursor: pointer;
  color: var(--accent); background: transparent;
  border: 1.5px solid var(--accent); border-radius: var(--btn-radius, 8px);
  padding: .6rem 1.1rem; transition: background .15s ease, color .15s ease;
}
.flyer-btn svg { width: 20px; height: 20px; }
.flyer-btn:hover, .flyer-btn:focus-visible { background: var(--accent); color: var(--btn-text, #fff); }

/* ---------- Flyer-Fenster ---------- */
.flyer-dialog {
  width: min(94vw, 900px); max-height: 92vh; margin: auto; padding: 0;
  border: none; border-radius: var(--card-radius, 10px);
  background: var(--bg); color: var(--text);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.flyer-dialog::backdrop { background: rgba(40, 22, 12, .65); }
.flyer-kopf {
  position: sticky; top: 0; z-index: 1;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.4rem; background: var(--bg); border-bottom: 1px solid var(--line);
}
.flyer-kopf h3 { font-size: 1.4rem; margin: 0; }
.flyer-zu {
  font: inherit; font-weight: 700; font-size: 1.05rem; cursor: pointer;
  background: var(--head); color: #fff; border: none;
  border-radius: var(--btn-radius, 8px); padding: .6rem 1.1rem;
}
.flyer-inhalt {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6rem; padding: 1.4rem;
}
.flyer-item { margin: 0; text-align: center; }
.flyer-item img {
  width: 100%; border-radius: 6px; box-shadow: var(--shadow);
  border: 1px solid var(--line); margin-bottom: 1rem;
}
.flyer-item .btn { font-size: 1rem; padding: .8rem 1.3rem; }

/* ---------- Unsere Haltung: vier Sätze in einer Reihe ---------- */
@media (min-width: 901px) {
  .warum .leben-zeilen { grid-template-columns: repeat(4, 1fr); }
}
.warum .leben-zeilen div { display: flex; align-items: center; justify-content: center; }
.warum h3.punchline { font-size: 1.6rem; }

/* ---------- Ziele ---------- */
.ziele { background: var(--bg-alt); }
.ziele-liste { list-style: none; max-width: 800px; margin: 0 auto; display: grid; gap: 1rem; }
.ziele-liste li {
  display: flex; align-items: center; gap: 1.2rem;
  background: var(--card-bg); border: 1px solid var(--line);
  border-radius: var(--card-radius, 10px); box-shadow: var(--shadow);
  padding: 1.1rem 1.5rem; font-size: 1.12rem;
}
.ziel-icon {
  flex-shrink: 0; width: 50px; height: 50px; display: grid; place-items: center;
  border-radius: 50%; background: var(--icon-bg); color: var(--accent);
}
.ziel-icon svg { width: 25px; height: 25px; }

/* ---------- Team ---------- */
.team-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem; max-width: 840px; margin: 0 auto;
}
.team-card {
  text-align: center; background: var(--card-bg); border: 1px solid var(--line);
  border-radius: var(--card-radius, 10px); box-shadow: var(--shadow);
  padding: 2.2rem 1.6rem;
}
.team-foto {
  width: 150px; height: 150px; margin: 0 auto 1.3rem; border-radius: 50%;
  display: grid; place-items: center; overflow: hidden;
  background: var(--icon-bg); color: var(--accent);
  font-family: var(--font-head); font-size: 2.6rem; font-weight: 800;
  border: 4px solid var(--card-bg); box-shadow: var(--shadow);
}
.team-foto img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 1.3rem; margin-bottom: .2em; }
.team-rolle {
  color: var(--accent); font-weight: 700; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .14em; margin-bottom: .9rem;
}
.team-text { color: var(--muted); }

/* ---------- Footer-Linklisten & Markenblock ---------- */
footer.site ul { list-style: none; }
footer.site ul li { margin-bottom: .65em; }
footer.site ul a {
  display: inline-block; padding: .1em 0;
  border-bottom: 1px solid transparent;
}
footer.site ul a:hover { border-bottom-color: var(--footer-accent, #F2BA8C); }
.foot-logo { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.foot-logo img { width: 48px; height: 48px; border-radius: var(--logo-radius, 10px); }
.foot-logo span { font-family: var(--font-head); font-size: 1.35rem; font-weight: 700; color: var(--footer-head); }
.foot-brand p { font-size: .98rem; opacity: .9; line-height: 1.6; }
.foot-kontakt p { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .6em; }
.foot-kontakt svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: .22em; color: var(--footer-accent, #F2BA8C); }

/* ---------- Dezente Scroll-Animationen ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.card { transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,.10); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .card, .btn { transition: none; }
}

/* ---------- Schwebende Buttons (WhatsApp links, Nach-oben rechts) ---------- */
.float-btn {
  position: fixed; bottom: 20px; z-index: 60;
  width: 56px; height: 56px; display: grid; place-items: center;
  border-radius: 50%; border: none; cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.22);
  transition: transform .15s ease, opacity .3s ease;
}
.float-btn:hover { transform: translateY(-2px); }
.float-btn svg { width: 28px; height: 28px; }
.float-btn.wa { left: 20px; background: #25D366; color: #fff; }
.float-btn.top { right: 20px; background: var(--accent); color: var(--btn-text); opacity: 0; pointer-events: none; }
.float-btn.top.show { opacity: 1; pointer-events: auto; }

/* ---------- Kontakt-Kacheln (Kontaktseite) ---------- */
.kontakt-intro { text-align: center; margin-bottom: 1.6rem; font-size: 1.15rem; }
.kontakt-info {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.3rem; max-width: 900px; margin: 0 auto 3rem;
}
.info-tile {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: .3rem; padding: 1.8rem 1.3rem;
  background: var(--card-bg); border: 1px solid var(--line);
  border-radius: var(--card-radius, 10px); box-shadow: var(--shadow);
  text-decoration: none; color: var(--text);
  transition: transform .2s ease, box-shadow .2s ease;
}
.info-tile:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,.10); }
.info-tile .tile-icon {
  width: 56px; height: 56px; display: grid; place-items: center;
  border-radius: 50%; background: var(--icon-bg); color: var(--accent);
  margin-bottom: .5rem;
}
.info-tile .tile-icon svg { width: 26px; height: 26px; }
.info-tile .tile-titel { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: var(--head); }
.info-tile .tile-wert { font-size: 1.08rem; font-weight: 600; }
.info-tile .tile-hinweis { font-size: .92rem; color: var(--muted); }
.form-titel { text-align: center; font-size: 1.5rem; margin: 0 0 1.4rem; }

/* ---------- Kontaktformular ---------- */
.form-card {
  max-width: 680px; margin: 0 auto;
  background: var(--card-bg); border: 1px solid var(--line);
  border-radius: var(--card-radius, 10px); padding: 2.2rem 2rem; box-shadow: var(--shadow);
}
.form-feld { margin-bottom: 1.3rem; }
.form-feld label { display: block; font-weight: 700; color: var(--head); margin-bottom: .35em; }
.form-feld input, .form-feld textarea, .form-feld select {
  width: 100%; font: inherit; color: var(--text);
  padding: .8rem .95rem; border: 1.5px solid var(--line);
  border-radius: var(--btn-radius, 8px); background: var(--bg);
}
.form-feld input:focus, .form-feld textarea:focus, .form-feld select:focus {
  outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent);
}
.form-check { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: 1.4rem; font-size: 1rem; }
.form-check input { width: 22px; height: 22px; margin-top: .15em; flex-shrink: 0; accent-color: var(--accent); }
.form-hinweis { font-size: .95rem; color: var(--muted); margin-top: 1rem; }
.form-status { margin-top: 1rem; font-weight: 700; color: var(--accent); }

/* ---------- Unterseiten (Recht & Kontakt) ---------- */
.seite { padding-top: clamp(2.5rem, 6vw, 4rem); }
.seite .inner { max-width: 800px; }
.seite h1 { font-size: clamp(2rem, 4.5vw, 2.8rem); margin-bottom: .6em; }
.seite h2 { font-size: 1.5rem; margin: 1.8em 0 .5em; }
.seite h3 { font-size: 1.2rem; margin: 1.4em 0 .4em; }
.seite p, .seite li { margin-bottom: .7em; }
.seite ul, .seite ol { padding-left: 1.4rem; margin-bottom: 1em; }
.seite .stand { color: var(--muted); font-size: .95rem; margin-top: 2.5rem; }
.zurueck { display: inline-block; margin-bottom: 1.5rem; text-decoration: none; color: var(--accent); font-weight: 700; }
.zurueck:hover { text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  nav.main { display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--nav-bg); border-bottom: 1px solid var(--line); padding: 1rem 1.5rem 1.5rem; }
  nav.main.open { display: block; }
  nav.main ul { flex-direction: column; gap: 1rem; }
  .nav-toggle { display: flex; }
  .float-btn { width: 50px; height: 50px; bottom: 14px; }
  .float-btn.wa { left: 14px; }
  .float-btn.top { right: 14px; }
}
