/* =========================================================
   WELLMOBIL – Übergangs-Webseite (Barbara Eberle)
   Einfache, vollständige One-Page-Site bis zur WordPress-Umsetzung
   ========================================================= */

:root {
  --grün-dunkel: #2f4a2a;
  --grün-marke: #4fa005;
  --grün-hell: #e8efe1;
  --creme: #faf8f2;
  --text-dunkel: #2b2b26;
  --text-hell: #6b6a60;
  --weiss: #ffffff;
  --rahmen: #ddd8c9;
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Mulish", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-dunkel);
  background: var(--creme);
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font-display); color: var(--grün-dunkel); line-height: 1.2; font-weight: 600; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.1rem, 4.5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--grün-marke); color: #fff; padding: 10px 16px; z-index: 999; }
.skip-link:focus { left: 8px; top: 8px; }

/* ---------- Header ---------- */
.site-header__top {
  background: var(--grün-dunkel);
  color: #fff;
  font-size: 0.88rem;
}
.site-header__top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  padding: 8px 24px;
}
.site-header__top a { display: inline-flex; align-items: center; gap: 6px; opacity: 0.95; }
.site-header__top a:hover { opacity: 1; text-decoration: underline; }

.site-header__main {
  background: var(--weiss);
  border-bottom: 1px solid var(--rahmen);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header__main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
}
.site-logo img { height: 60px; width: auto; }

.hauptmenü ul { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.hauptmenü a {
  display: inline-block;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--grün-dunkel);
  border-radius: 6px;
}
.hauptmenü a:hover, .hauptmenü a.aktiv { background: var(--grün-hell); color: var(--grün-marke); }
.hauptmenü .button-whatsapp {
  background: #25d366;
  color: #fff;
}
.hauptmenü .button-whatsapp:hover { background: #1eb257; color: #fff; }

.menu-toggle { display: none; background: none; border: 1px solid var(--rahmen); border-radius: 6px; padding: 8px 10px; font-size: 1rem; cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  padding: 56px 0 40px;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.hero__eyebrow {
  display: inline-block;
  background: var(--grün-hell);
  color: var(--grün-dunkel);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.hero p.lead { font-size: 1.1rem; color: var(--text-hell); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero__bild img { border-radius: 18px; box-shadow: 0 24px 48px rgba(47,74,42,0.18); }

/* ---------- Buttons ---------- */
.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--grün-marke);
  color: #fff;
  padding: 13px 26px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
}
.button:hover { background: var(--grün-dunkel); }
.button--outline { background: transparent; border: 2px solid var(--grün-marke); color: var(--grün-marke); }
.button--outline:hover { background: var(--grün-marke); color: #fff; }
.button--whatsapp { background: #25d366; }
.button--whatsapp:hover { background: #1eb257; }

/* ---------- Sections ---------- */
.section { padding: 56px 0; }
.section--hell { background: var(--grün-hell); }
.section__kopf { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.section__kopf p { color: var(--text-hell); }

.zitat {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--grün-dunkel);
  text-align: center;
  max-width: 760px;
  margin: 0 auto 1em;
}
.zitat cite { display: block; font-size: 0.9rem; font-style: normal; color: var(--text-hell); margin-top: 10px; }

/* ---------- Über mich ---------- */
.ueber-mich { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: start; }
.ueber-mich img { border-radius: 18px; }
.ueber-mich .ausbildung { margin-top: 20px; }
.ausbildung ul { padding-left: 1.1em; color: var(--text-hell); }

/* ---------- Karten / Angebote ---------- */
.karten-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.karte {
  background: var(--weiss);
  border: 1px solid var(--rahmen);
  border-radius: 14px;
  padding: 26px;
}
.karte .icon {
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  background: var(--grün-hell);
  border-radius: 12px;
  margin-bottom: 14px;
  color: var(--grün-marke);
}
.karte h3 { margin-bottom: 8px; }
.karte p { color: var(--text-hell); font-size: 0.95rem; margin-bottom: 0; }

/* ---------- Preise-Übersicht ---------- */
.preis-mini { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.preis-mini .karte { text-align: center; }
.preis-mini .preis { font-family: var(--font-display); font-size: 1.8rem; color: var(--grün-marke); margin: 6px 0; }

/* ---------- Kontakt ---------- */
.kontakt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.kontakt-karte {
  background: var(--weiss);
  border: 1px solid var(--rahmen);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
}
.kontakt-karte .icon {
  width: 52px; height: 52px; margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--grün-hell);
  color: var(--grün-marke);
}
.kontakt-karte a.kontakt-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
  color: var(--grün-marke);
}
.kontakt-karte a.kontakt-link:hover { text-decoration: underline; }
.kontakt-karte.whatsapp .icon { background: #e7faf0; color: #25d366; }
.kontakt-adresse { text-align: center; margin-top: 32px; color: var(--text-hell); }

/* ---------- Footer ---------- */
.site-footer { background: var(--grün-dunkel); color: #eef2ea; padding: 44px 0 20px; }
.site-footer a { color: #eef2ea; }
.site-footer a:hover { color: var(--grün-marke); }
.footer-logo img { height: 50px; margin-bottom: 14px; border-radius: 8px; background: #fff; padding: 6px 10px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; }
.footer-grid h5 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.9rem; margin-bottom: 12px; color: #fff; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 0.9rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 32px;
  padding-top: 16px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  font-size: 0.82rem; color: #c3cebf;
}
.footer-bottom ul { list-style: none; display: flex; gap: 16px; padding: 0; margin: 0; }

/* ---------- WhatsApp Floating Button ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: #25d366;
  color: #fff;
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  z-index: 200;
}
.whatsapp-float svg { width: 28px; height: 28px; }

/* ---------- Rechtstexte (Impressum/Datenschutz) ---------- */
.rechtstext h2 { margin-top: 1.6em; }
.rechtstext h2:first-child { margin-top: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .menu-toggle { display: inline-block; }
  .hauptmenü {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--rahmen);
    display: none; padding: 10px 20px 20px;
  }
  .hauptmenü.offen { display: block; }
  .hauptmenü ul { flex-direction: column; gap: 0; }
  .site-header__main { position: static; }
  .hero .container { grid-template-columns: 1fr; }
  .hero__bild { order: -1; }
  .ueber-mich { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .container { padding: 0 16px; }
  .section { padding: 40px 0; }
  .hero { padding: 32px 0 24px; }
}
