/* ==========================================================================
   Lenas Pflegedienst – Stylesheet
   Farbschema: helles Grün auf Weiß
   ========================================================================== */

:root {
  --green:        #6ebe7a;
  --green-dark:   #519f5e;
  --green-light:  #eaf6ec;
  --green-logo:   #8cc63f;
  --text:         #333333;
  --text-soft:    #7a7a7a;
  --line:         #e6e6e6;
  --white:        #ffffff;
  --bg-soft:      #f7f9f7;
  --shadow:       0 10px 40px rgba(0, 0, 0, .08);
  --radius:       6px;
  --wrap:         1180px;
  --font:         "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

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

/* hidden-Attribut muss auch Klassen mit display-Angabe übersteuern */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--green-dark); text-decoration: none; }
a:hover { color: var(--green); }

h1, h2, h3, h4 { line-height: 1.25; margin: 0 0 .6em; color: var(--text); font-weight: 700; }
h1 { font-size: 2.6rem; }
h2 { font-size: 2.1rem; }
h3 { font-size: 1.3rem; }
p  { margin: 0 0 1.1em; }

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

.section { padding: 90px 0; }
.section--soft { background: var(--bg-soft); }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-head h2 { margin-bottom: 18px; }
.section-head p { color: var(--text-soft); }
.rule {
  width: 90px; height: 3px; background: var(--green);
  border: 0; margin: 0 auto 26px;
}
.rule--left { margin-left: 0; }

.lead { font-size: 1.05rem; color: var(--text-soft); }
.muted { color: var(--text-soft); }
.text-green { color: var(--green); }

/* --------------------------------------------------------- Buttons ------ */
.btn {
  display: inline-block;
  padding: 14px 34px;
  border: 2px solid var(--green);
  border-radius: 3px;
  color: var(--white);
  background: var(--green);
  font-size: .82rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  transition: background .25s, color .25s, border-color .25s;
}
.btn:hover { background: var(--green-dark); border-color: var(--green-dark); color: var(--white); }
.btn--ghost { background: transparent; color: var(--white); }
.btn--ghost:hover { background: var(--green); border-color: var(--green); color: var(--white); }
.btn--outline { background: transparent; color: var(--green-dark); }
.btn--outline:hover { background: var(--green); color: var(--white); }

/* ------------------------------------------------------- Topbar/Nav ----- */
.topbar {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  font-size: .9rem;
}
.topbar .wrap { display: flex; justify-content: flex-end; gap: 26px; padding-top: 8px; padding-bottom: 8px; }
.topbar a { color: var(--green-dark); font-weight: 700; }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 92px; gap: 24px;
}
.logo { display: block; flex: 0 0 auto; }
.logo img {
  height: 70px;       /* dreizeiliges Logo braucht etwas mehr Höhe */
  width: auto;
  max-width: 400px;   /* Logo wird nie breiter als 400 px */
}

.nav ul { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav a {
  display: inline-block;
  padding: 6px 0;
  color: var(--text);
  font-weight: 700;
  font-size: .98rem;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--green); }
.nav a[aria-current="page"] { color: var(--text); border-bottom-color: var(--green); }

.nav-toggle {
  display: none; width: 46px; height: 46px;
  border: 1px solid var(--line); background: var(--white);
  border-radius: var(--radius); cursor: pointer;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block; width: 22px; height: 2px; background: var(--text);
  margin: 0 auto; position: relative; transition: .2s;
}
.nav-toggle span::before { content: ""; position: absolute; top: -7px; }
.nav-toggle span::after  { content: ""; position: absolute; top: 7px; }

/* ---------------------------------------------------------- Slider ------ */
.slider {
  position: relative;
  display: grid;
  height: 88vh;
  min-height: 520px;
  max-height: 820px;
  overflow: hidden;
  background: #2f3a33;
}
.slide {
  grid-area: 1 / 1;
  position: relative;
  opacity: 0; visibility: hidden;
  transition: opacity .85s ease, visibility .85s;
  background-size: cover;
  background-position: center;
}
.slide.is-active { opacity: 1; visibility: visible; }
.slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(30,40,34,.72) 0%, rgba(30,40,34,.42) 60%, rgba(30,40,34,.28) 100%);
}
.slide__inner {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column; justify-content: center;
  max-width: var(--wrap); margin: 0 auto; padding: 0 24px;
  color: var(--white);
}
.slide__inner h1, .slide__inner h2 {
  color: var(--white);
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: clamp(2.1rem, 5.4vw, 4.1rem);
  margin: 0 0 22px;
  max-width: 16em;
}
.slide__sub {
  border-left: 3px solid var(--green);
  padding-left: 16px;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  margin: 0 0 34px;
  max-width: 34em;
}
.slide__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.slider__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 5;
  width: 50px; height: 50px;
  border: 0; border-radius: 50%;
  background: rgba(255,255,255,.18);
  color: var(--white); font-size: 1.5rem; line-height: 1;
  cursor: pointer; transition: background .2s;
}
.slider__nav:hover { background: var(--green); }
.slider__nav--prev { left: 22px; }
.slider__nav--next { right: 22px; }

.slider__dots {
  position: absolute; bottom: 96px; left: 50%; transform: translateX(-50%);
  z-index: 5; display: flex; gap: 12px;
}
.slider__dots button {
  width: 12px; height: 12px; padding: 0;
  border: 2px solid var(--white); border-radius: 50%;
  background: rgba(0, 0, 0, .18);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
  cursor: pointer;
}
.slider__dots button[aria-selected="true"] { background: var(--green); border-color: var(--green); }

.slider__curve {
  position: absolute; bottom: -1px; left: 0; width: 100%; z-index: 4;
  line-height: 0; pointer-events: none;
}
.slider__curve svg { width: 100%; height: 90px; display: block; }

/* -------------------------------------------------------- Features ------ */
.features {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 30px; text-align: center;
  padding: 60px 0;
}
.features__item svg { width: 44px; height: 44px; color: var(--green); margin: 0 auto 14px; }
.features__item strong {
  display: block; color: var(--green);
  font-size: 1.55rem; font-weight: 700;
}

/* ----------------------------------------------------------- Grid ------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.grid-3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px;
  grid-auto-rows: 1fr;   /* alle Boxen exakt gleich hoch */
}
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
/* Einzelne Karte mittig statt links im Raster */
.grid-4--zentriert { grid-template-columns: minmax(0, 280px); justify-content: center; }

.check-list { list-style: none; margin: 0 0 28px; padding: 0; }
.check-list li {
  position: relative; padding-left: 30px; margin-bottom: 12px;
}
/* Zweispaltige Aufzählung mit gleichmäßigen Abständen */
.check-list--cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 36px;
}
.check-list--cols li { margin-bottom: 0; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 14px; height: 8px;
  border-left: 2px solid var(--green); border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.media-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.media-frame img { width: 100%; }

/* ---------------------------------------------------------- Ablauf ------ */
.steps {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none; margin: 0; padding: 0;
}
/* Durchgehende Verbindungslinie hinter den Kreisen */
.steps::before {
  content: "";
  position: absolute; top: 54px; left: 12.5%; right: 12.5%;
  height: 2px;
  background: var(--green);
  opacity: .35;
  z-index: 0;
}
.step { position: relative; z-index: 1; text-align: center; }

.step__marker {
  position: relative;
  width: 108px; height: 108px;
  margin: 0 auto 26px;
}
.step__circle {
  width: 108px; height: 108px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--green);
  color: var(--green-dark);
  display: grid; place-items: center;
  box-shadow: 0 8px 26px rgba(110, 190, 122, .20);
  transition: background .25s, color .25s, transform .25s;
}
.step__circle svg { width: 44px; height: 44px; }
.step__no {
  position: absolute; right: -4px; bottom: -4px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--green); color: var(--white);
  border: 3px solid var(--white);
  display: grid; place-items: center;
  font-size: 1rem; font-weight: 700; line-height: 1;
  transition: background .25s;
}
.step:hover .step__circle {
  background: var(--green); color: var(--white); transform: translateY(-4px);
}
.step:hover .step__no { background: var(--green-dark); }

.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { color: var(--text-soft); font-size: .95rem; margin: 0; }

/* ---------------------------------------------------------- Cards ------- */
.card {
  display: flex; flex-direction: column;
  background: var(--green-light);
  border: 1px solid rgba(110, 190, 122, .28);
  border-radius: 18px;
  padding: 36px 32px;
  height: 100%;
  transition: box-shadow .25s, transform .25s, background .25s;
}
.card:hover {
  box-shadow: 0 14px 40px rgba(82, 159, 94, .18);
  transform: translateY(-4px);
  background: #e2f2e6;
}
.card h2, .card h3 { font-size: 1.2rem; }
.card__icon {
  width: 58px; height: 58px; border-radius: 14px;
  background: var(--white); color: var(--green-dark);
  display: grid; place-items: center; margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(82, 159, 94, .14);
}
.card__icon svg { width: 28px; height: 28px; }
.card p { margin-bottom: 0; color: #4c5a4f; }

/* ----------------------------------------------------------- Team ------- */
/* Flex statt Raster: eine unvollständige letzte Reihe steht dann mittig */
.team-grid {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 34px;
}
.team-grid .team-card { flex: 0 1 calc(25% - 26px); }

.team-card { text-align: center; }
.team-card__photo {
  position: relative;
  width: 100%; aspect-ratio: 3 / 4;
  background: var(--green-light) center/cover no-repeat;
  border-radius: var(--radius); overflow: hidden; margin-bottom: 18px;
  display: grid; place-items: center;
}
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card__initials { font-size: 2.2rem; font-weight: 700; color: var(--green); }
.team-card h3 { margin-bottom: 4px; font-size: 1.1rem; }
.team-card p { margin: 0; color: var(--text-soft); font-size: .95rem; }

/* -------------------------------------------------------- Kontakt ------- */
.contact-band { position: relative; background: #2f3a33 center/cover no-repeat; padding: 90px 0; }
.contact-band::before { content: ""; position: absolute; inset: 0; background: rgba(30,40,34,.55); }
.contact-band .wrap { position: relative; z-index: 2; }
.contact-box {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 60px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 50px;
}
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { display: flex; gap: 18px; margin-bottom: 28px; }
.contact-list li:last-child { margin-bottom: 0; }
.contact-list .ico {
  flex: 0 0 40px; width: 40px; height: 40px;
  border-radius: var(--radius);
  background: var(--green-light); color: var(--green-dark);
  display: grid; place-items: center;
}
.contact-list .ico svg { width: 20px; height: 20px; }
.contact-list dt { color: var(--green); font-weight: 700; font-size: .95rem; }
.contact-list dd { margin: 0; font-weight: 700; font-size: 1.05rem; }
.contact-list dd a { color: var(--text); }
.contact-list dd a:hover { color: var(--green); }

/* --------------------------------------------------------- Galerie ------ */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.gallery a.is-hidden { display: none; }
.gallery__more { text-align: center; margin-top: 40px; }
.gallery__more[hidden] { display: none; }
.gallery a {
  display: block; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--green-light);
}
.gallery img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.gallery a:hover img { transform: scale(1.06); }
.gallery__status { text-align: center; color: var(--text-soft); }

.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(20, 26, 22, .93);
  display: none; align-items: center; justify-content: center;
  padding: 40px;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 84vh; border-radius: var(--radius); }
.lightbox button {
  position: absolute; border: 0; background: rgba(255,255,255,.15);
  color: #fff; width: 52px; height: 52px; border-radius: 50%;
  font-size: 1.6rem; cursor: pointer;
}
.lightbox button:hover { background: var(--green); }
.lightbox .lb-close { top: 24px; right: 24px; }
.lightbox .lb-prev  { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next  { right: 24px; top: 50%; transform: translateY(-50%); }

/* -------------------------------------------------------- Subheader ----- */
.page-head {
  background: var(--green-light);
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--line);
}
.page-head h1 { margin-bottom: 10px; }

/* Kopfbereich mit Zufallsbild aus der Galerie */
.page-head--hero {
  position: relative;
  border-bottom: 0;
  padding: 130px 0 110px;
  background: #2f3a33 center/cover no-repeat;
  transition: background-image .4s ease;
}
.page-head--hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(30,40,34,.78) 0%, rgba(30,40,34,.5) 70%);
}
.page-head--hero .wrap { position: relative; z-index: 2; }
.page-head--hero h1 { color: var(--white); }
.page-head--hero .muted { color: rgba(255,255,255,.8); }
.page-head--hero .breadcrumb { color: rgba(255,255,255,.8); }
.page-head--hero .breadcrumb a { color: var(--white); }
.page-head--hero .breadcrumb li + li::before { color: rgba(255,255,255,.7); }
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; font-size: .93rem; color: var(--text-soft); }
.breadcrumb li + li::before { content: "›"; margin-right: 10px; color: var(--text-soft); }

/* ---------------------------------------------------------- Karte ------- */
.map-section { position: relative; }
.map {
  width: 100%;
  height: 520px;
  background: var(--green-light);
  z-index: 1;
}
.map--fallback { display: grid; place-items: center; }
.leaflet-container { font-family: var(--font); }
.map-marker { filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .35)); }

.map-card {
  position: absolute; z-index: 500;
  left: 50%; transform: translateX(-50%);
  bottom: 34px;
  width: min(var(--wrap), calc(100% - 48px));
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 26px 32px;
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
}
.map-card__logo { width: 56px; height: 56px; flex: 0 0 56px; }
.map-card h2 { font-size: 1.35rem; margin-bottom: 4px; }
.map-card p { margin: 0; }
.map-card__actions {
  margin-left: auto;
  display: flex; gap: 12px; flex-wrap: wrap;
}
.map-card__actions .btn { padding: 13px 26px; }

/* -------------------------------------------------------- Fuhrpark ------ */
.fuhrpark {
  line-height: 0;
  background: #2c332e;
  overflow: hidden;
}
.fuhrpark img {
  display: block;
  width: 100%;
  min-width: 100%;                       /* füllt auch sehr breite Monitore */
  height: clamp(200px, 21vw, 430px);     /* feste Bandhöhe */
  object-fit: cover;
  object-position: center 55%;
}

/* ---------------------------------------------------------- Footer ------ */
.site-footer { background: #2c332e; color: #c9d1cb; padding: 70px 0 0; font-size: .97rem; }
/* Weißes Logo links unten in der ersten Footer-Spalte */
.footer-logo { margin-top: 26px; }
.footer-logo img {
  width: auto; height: 66px;
  max-width: 260px;
  opacity: .95;
}
.site-footer h3 { color: var(--white); font-size: 1.05rem; margin-bottom: 20px; }
.site-footer a { color: #c9d1cb; }
.site-footer a:hover { color: var(--green); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 50px; padding-bottom: 50px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 22px 0;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: .9rem;
}

/* --------------------------------------------- Kontaktformular ---------- */
.kontaktformular {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 26px;
  max-width: 880px;
  margin: 0 auto;
}
.feld--voll { grid-column: 1 / -1; }
.feld label {
  display: block;
  font-weight: 700; font-size: .95rem;
  margin-bottom: 8px;
}
.feld input,
.feld textarea {
  width: 100%;
  padding: 13px 16px;
  font: inherit; font-size: 1rem;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: border-color .2s, box-shadow .2s;
}
.feld textarea { resize: vertical; min-height: 150px; }
.feld input:focus,
.feld textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(110, 190, 122, .22);
}
.feld input:invalid:not(:placeholder-shown) { border-color: #d98b8b; }

.checkbox {
  display: flex; gap: 12px; align-items: flex-start;
  font-weight: 400; font-size: .95rem; line-height: 1.5;
  cursor: pointer;
}
.checkbox input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 2px; accent-color: var(--green); }
.checkbox a { text-decoration: underline; }

/* Spamschutz-Feld: unsichtbar, aber nicht display:none (Bots erkennen das) */
.honigtopf {
  position: absolute !important;
  left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}

.form-meldung {
  max-width: 880px; margin: 0 auto 30px;
  padding: 18px 22px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: .98rem;
}
.form-meldung--ok {
  background: var(--green-light);
  border-color: rgba(110, 190, 122, .5);
}
.form-meldung--fehler {
  background: #fdf1f1;
  border-color: #e6bcbc;
}
.form-meldung strong { display: block; margin-bottom: 4px; }

/* ------------------------------------------- E-Mail kopieren ------------ */
.copy-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 0;
  border: 0; background: none;
  color: var(--green-dark);
  font: inherit; font-size: .86rem;
  text-decoration: underline;
  cursor: pointer;
}
.copy-btn:hover { color: var(--green); }
.copy-btn.is-done { color: var(--green); text-decoration: none; font-weight: 700; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Mailto- und Telefonlinks klar als Links erkennbar */
.contact-list dd a,
.topbar a { text-decoration: none; }
.contact-list dd a:hover,
.topbar a:hover { text-decoration: underline; }

/* ------------------------------------ Datenschutz-Banner (DSGVO) -------- */
.consent {
  position: fixed; z-index: 1000;
  left: 0; right: 0; bottom: 0;
  background: var(--white);
  border-top: 3px solid var(--green);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, .18);
  transform: translateY(100%);
  transition: transform .35s ease;
}
.consent.is-open { transform: none; }
.consent__inner {
  width: 100%; max-width: var(--wrap); margin: 0 auto;
  padding: 26px 24px;
  display: flex; gap: 34px; align-items: flex-start; flex-wrap: wrap;
}
.consent__text { flex: 1 1 460px; }
.consent__text h2 { font-size: 1.25rem; margin-bottom: 8px; }
.consent__text p { font-size: .95rem; margin-bottom: 0; color: var(--text-soft); }
.consent__text a { text-decoration: underline; }

.consent__optionen { margin-top: 18px; display: grid; gap: 12px; }
.consent__option {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: .92rem; line-height: 1.5;
  cursor: pointer;
}
.consent__option--fest { cursor: default; opacity: .8; }
.consent__option input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--green); }

.consent__buttons {
  flex: 0 0 auto;
  display: flex; flex-direction: column; gap: 10px;
  min-width: 240px;
}
.consent__buttons .btn { text-align: center; padding: 13px 24px; }
.consent__link {
  border: 0; background: none; padding: 4px;
  color: var(--text-soft); font: inherit; font-size: .9rem;
  text-decoration: underline; cursor: pointer;
}
.consent__link:hover { color: var(--green-dark); }

/* Gesperrte Karte vor der Einwilligung */
.map--gesperrt {
  display: grid; place-items: center;
  background: var(--green-light);
  /* unten Platz lassen, damit der Info-Kasten nichts verdeckt */
  padding: 40px 24px 190px;
}
.map-sperre { max-width: 520px; text-align: center; }
.map-sperre h3 { margin-bottom: 10px; }
.map-sperre p { font-size: .95rem; }
.map-sperre .muted { font-size: .86rem; }
.map-sperre label { cursor: pointer; }
.map-sperre input { accent-color: var(--green); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--green); color: #fff; padding: 12px 20px;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--green-dark); outline-offset: 2px; }

/* ------------------------------------------------------ Responsive ------ */
@media (max-width: 1000px) {
  .grid-4, .steps, .features { grid-template-columns: repeat(2, 1fr); }
  .team-grid .team-card { flex: 0 1 calc(50% - 17px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps { gap: 44px 30px; }
  .steps::before { display: none; }
  .logo img { height: 62px; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--white); border-bottom: 1px solid var(--line);
    display: none; box-shadow: var(--shadow);
  }
  .nav.is-open { display: block; }
  .nav ul { flex-direction: column; gap: 0; padding: 10px 24px 20px; }
  .nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .grid-2, .grid-3, .contact-box { grid-template-columns: 1fr; gap: 34px; }
  .contact-box { padding: 34px 26px; }
  .check-list--cols { grid-template-columns: 1fr; }
  .kontaktformular { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-logo img { height: 58px; }
  .fuhrpark img { max-height: 240px; }
  .page-head--hero { padding: 90px 0 74px; }
  .map { height: 380px; }
  .consent__inner { flex-direction: column; gap: 18px; padding: 22px 20px; max-height: 82vh; overflow-y: auto; }
  .consent__buttons { width: 100%; min-width: 0; }
  .map--gesperrt { padding: 34px 20px; }
  .map-card {
    position: static; transform: none; width: auto;
    margin: -26px 20px 0; border-radius: 14px; padding: 26px 24px;
    flex-direction: column; align-items: flex-start; gap: 18px;
  }
  .map-card__logo { display: none; }
  .map-card__actions { margin-left: 0; width: 100%; }
  .map-card__actions .btn { flex: 1 1 auto; text-align: center; }
  .section { padding: 64px 0; }
  h1 { font-size: 2rem; } h2 { font-size: 1.7rem; }
  .slider { height: auto; min-height: 0; max-height: none; }
  .slide__inner { padding: 100px 24px 150px; }
  .slider__nav { display: none; }
  .slider__dots { bottom: 110px; }
  .slider__curve svg { height: 55px; }
  .topbar .wrap { justify-content: center; flex-wrap: wrap; gap: 14px; }
}

@media (max-width: 560px) {
  .grid-4, .features, .footer-grid { grid-template-columns: 1fr; }
  .team-grid .team-card { flex: 0 1 100%; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .step__marker, .step__circle { width: 92px; height: 92px; }
  .step__circle svg { width: 38px; height: 38px; }
  .logo img { height: 52px; }
  .site-header .wrap { min-height: 84px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
