:root {
  --green-950: #063f29;
  --green-900: #075637;
  --green-800: #087044;
  --green-700: #0b8552;
  --green-100: #e7f5ed;
  --green-50: #f3faf6;
  --ink: #17212b;
  --muted: #5d6872;
  --line: #dfe6e2;
  --surface: #ffffff;
  --soft: #f7f9f8;
  --shadow-sm: 0 8px 24px rgba(12, 50, 33, .08);
  --shadow-lg: 0 24px 70px rgba(12, 50, 33, .13);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --page: 1460px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #1aa76b; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--page)); margin-inline: auto; }
.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: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: #fff; border: 2px solid var(--green-800); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(210,220,214,.8);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 150px; height: auto; aspect-ratio: 1194 / 604; object-fit: contain; }
.primary-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-link { position: relative; text-decoration: none; font-weight: 650; font-size: .96rem; padding: 31px 0 27px; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; height: 2px; background: var(--green-800); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-link:hover::after, .nav-link[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--green-800); font-size: 1.08rem; font-weight: 760; white-space: nowrap; }
.icon { width: 22px; height: 22px; flex: 0 0 22px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 10px; align-items: center; justify-content: center; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 18px; border-radius: 10px; border: 1px solid transparent; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--green-800); box-shadow: 0 8px 20px rgba(8,112,68,.18); }
.btn-primary:hover { background: var(--green-900); }
.btn-outline { color: var(--green-800); background: #fff; border-color: var(--green-800); }
.btn-soft { color: var(--green-900); background: var(--green-100); }
.btn[disabled] { cursor: not-allowed; opacity: .55; transform: none; }

.hero { position: relative; overflow: hidden; background: linear-gradient(102deg, #fff 0%, #fff 38%, #eef8f3 100%); }
.hero-grid { min-height: 600px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.18fr); align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 72px 0 82px; }
.eyebrow { margin: 0 0 13px; color: var(--green-800); font-weight: 750; letter-spacing: .01em; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 620px; margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5rem); }
.hero-lead { max-width: 620px; margin: 0 0 26px; font-size: clamp(1.08rem, 2vw, 1.28rem); color: #35424d; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.partner-badge { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; color: #33433b; background: rgba(255,255,255,.85); border: 1px solid #cfe2d7; border-radius: 10px; box-shadow: var(--shadow-sm); font-size: .92rem; }
.hero-media { position: relative; align-self: stretch; display: flex; align-items: end; min-width: 0; margin-left: -140px; }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.96) 16%, rgba(255,255,255,.82) 28%, rgba(255,255,255,.45) 40%, rgba(255,255,255,0) 58%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

.trust-wrap { margin-top: -42px; position: relative; z-index: 4; }
.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.trust-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 22px 24px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon, .round-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--green-50); color: var(--green-800); }
.trust-item strong { display: block; margin-bottom: 2px; }
.trust-item span { color: var(--muted); font-size: .88rem; }

.section { padding: 92px 0; }
.section-soft { background: linear-gradient(180deg, #fff, var(--soft)); }
.section-head { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-kicker { margin: 0 0 8px; color: var(--green-800); font-weight: 750; }
.section-title { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3rem); }
.section-copy { margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.services-grid-six { grid-template-columns: repeat(6, minmax(0,1fr)); gap: 16px; }
.service-card { position: relative; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; display: grid; place-items: center; padding: 9px; background: linear-gradient(135deg, #edf5f0, #fbfcfb 72%); }
.service-photo img { width: 92%; height: 92%; object-fit: contain; display: block; border-radius: 10px; }
.service-photo, .service-photo img { -webkit-user-select: none; user-select: none; -webkit-user-drag: none; }
.service-photo img { pointer-events: none; }
.service-body { display: flex; flex: 1; flex-direction: column; padding: 20px 16px 20px; text-align: center; }
.service-body h3 { margin-bottom: 8px; font-size: 1.02rem; }
.service-body p { margin: 0 0 18px; color: var(--muted); font-size: .9rem; }
.text-link { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 5px; color: var(--green-800); font-weight: 750; text-decoration: none; }

.about-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: stretch; padding: 20px; border-radius: var(--radius-lg); background: var(--soft); border: 1px solid var(--line); }
.about-image img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; border-radius: 20px; }
.about-team-collage { min-height: 390px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.about-team-collage figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 20px; background: var(--green-50); }
.about-team-collage .team-collage-main { grid-row: 1 / -1; }
.about-team-collage img { min-height: 0; border-radius: 0; object-fit: cover; object-position: center 30%; }
.about-team-collage figcaption { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 7px 10px; color: #fff; background: rgba(6,63,41,.83); border-radius: 8px; font-size: .82rem; font-weight: 750; text-align: center; backdrop-filter: blur(5px); }
.home-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; align-items: stretch; }
.home-team-card { position: relative; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border-radius: 20px; background: linear-gradient(145deg, #edf6f1, #fff); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.home-team-card img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; object-position: center center; display: block; border-radius: 0; background: linear-gradient(145deg, #edf6f1, #fff); }
.home-team-caption { position: absolute; left: 12px; right: 12px; bottom: 12px; display: grid; gap: 3px; padding: 10px 12px; color: #fff; background: rgba(6,63,41,.83); border-radius: 10px; backdrop-filter: blur(5px); text-align: center; }
.home-team-caption strong { font-size: .98rem; }
.home-team-caption span { font-size: .84rem; }
.about-content { padding: 30px 22px 24px 8px; }
.about-content h2 { max-width: 540px; margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3rem); }
.about-content > p { color: var(--muted); max-width: 640px; }
.values-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; margin: 28px 0; }
.value { position: relative; display: grid; grid-template-columns: 14px 1fr; gap: 12px; align-items: start; }
.value::before { content: ""; width: 8px; height: 8px; margin-top: .42rem; border-radius: 50%; background: var(--green-800); box-shadow: 0 0 0 5px var(--green-50); }
.value h3 { margin: 0 0 3px; font-size: 1rem; color: var(--green-800); }
.value p { margin: 0; color: var(--muted); font-size: .91rem; }

.cta { padding: 0 0 90px; }
.cta-panel { display: grid; grid-template-columns: 74px 1fr auto; gap: 24px; align-items: center; padding: 30px 34px; border: 1px solid #c5e2d2; border-radius: var(--radius-md); background: linear-gradient(90deg, #f1faf5, #fff); }
.cta-panel h2 { margin: 0 0 4px; font-size: 1.45rem; color: var(--green-900); }
.cta-panel p { margin: 0; color: var(--muted); }
.cta-icon { width: 68px; height: 68px; }

.page-hero { padding: 72px 0 62px; background: linear-gradient(115deg, #f3faf6, #fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 4.7rem); margin-bottom: 14px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 44px; align-items: start; }
.prose h2 { margin-top: 38px; font-size: 1.8rem; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #4a5660; }
.info-card { position: sticky; top: 118px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--soft); }
.info-card h2 { font-size: 1.25rem; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.info-list li:last-child { border-bottom: 0; }

.inventory-consent { max-width: 820px; margin: 0 auto; padding: 46px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, #f2faf6, #fff); box-shadow: var(--shadow-sm); }
.inventory-consent .round-icon { margin: 0 auto 20px; width: 64px; height: 64px; }
.inventory-consent h2 { font-size: 2rem; }
.inventory-consent p { color: var(--muted); }
.inventory-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.inventory-frame { width: 100%; min-height: 1200px; border: 0; border-radius: 16px; background: #fff; }

.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.team-photo { aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #e7f4ec, #f7f9f8); color: var(--green-800); }
.team-photo svg { width: 92px; height: 92px; opacity: .7; }
.team-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center center; background: linear-gradient(145deg, #edf6f1, #fff); }
.team-body { padding: 23px; }
.team-body h2 { margin: 0 0 5px; font-size: 1.24rem; }
.team-role { min-height: 47px; margin: 0 0 16px; color: var(--green-800); font-size: .9rem; font-weight: 750; text-transform: uppercase; letter-spacing: .035em; }
.team-contact { display: grid; gap: 7px; }
.team-contact a { color: var(--muted); text-decoration: none; overflow-wrap: anywhere; }
.company-gallery { display: grid; gap: 28px; }
.company-gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.company-gallery-grid img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--radius-md); border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: #f4f7f5; }
.company-gallery-grid img:last-child { object-fit: contain; object-position: center; padding: 18px; background: linear-gradient(145deg, #eef3f0, #ffffff); }
.info-card-image { width: calc(100% + 48px); max-width: none; height: 190px; margin: -24px -24px 22px; object-fit: cover; border-radius: var(--radius-md) var(--radius-md) 0 0; }

.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field-full { grid-column: 1 / -1; }
label { font-weight: 700; }
input, textarea, select { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #bbc8c0; border-radius: 9px; }
textarea { min-height: 150px; resize: vertical; }
.checkbox { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.checkbox input { width: 20px; min-height: 20px; margin-top: 3px; }
.form-note, .form-status { color: var(--muted); font-size: .9rem; }
.form-status { padding: 12px 14px; border: 1px solid transparent; border-radius: 9px; background: var(--green-50); }
.form-status.is-success { color: #075b39; border-color: #b9dccb; background: #edf8f2; }
.form-status.is-error { color: #8a1f18; border-color: #e8bbb7; background: #fff2f1; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.form-field.is-invalid input, .form-field.is-invalid textarea, .form-field.is-invalid select { border-color: #b8322a; box-shadow: 0 0 0 4px rgba(184,50,42,.09); }
.field-error { color: #9c261f; font-size: .86rem; font-weight: 650; }
button:disabled { cursor: wait; opacity: .72; }

.site-footer { background: #f8faf9; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr .8fr; gap: 42px; padding: 55px 0 42px; }
.footer-title { margin-bottom: 14px; font-size: 1rem; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; color: var(--muted); }
.footer-list a { text-decoration: none; }
.footer-list a:hover { color: var(--green-800); }
.footer-logo { width: 170px; height: auto; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.socials { display: flex; gap: 9px; margin-top: 18px; }
.socials a { display: grid; place-items: center; width: 40px; height: 40px; color: var(--green-800); background: #fff; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease; }
.socials a:hover { color: var(--green-900); border-color: #b7d2c3; transform: translateY(-1px); box-shadow: 0 10px 18px rgba(6,63,41,.08); }
.socials svg { width: 18px; height: 18px; display: block; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }

.consent-banner { position: fixed; z-index: 1000; right: 20px; bottom: 20px; width: min(520px, calc(100% - 40px)); padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.consent-banner[hidden], .consent-modal[hidden] { display: none; }
.consent-banner h2 { margin-bottom: 8px; font-size: 1.3rem; }
.consent-banner p { margin: 0 0 18px; color: var(--muted); font-size: .93rem; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.consent-modal { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(13,24,19,.58); }
.consent-dialog { width: min(640px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 26px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-lg); }
.consent-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); }
.switch { position: relative; width: 48px; height: 28px; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch span { position: absolute; inset: 0; border-radius: 99px; background: #aab7b0; }
.switch span::before { content: ""; position: absolute; width: 22px; height: 22px; left: 3px; top: 3px; border-radius: 50%; background: #fff; transition: transform .2s ease; }
.switch input:checked + span { background: var(--green-800); }
.switch input:checked + span::before { transform: translateX(20px); }
.switch input:disabled + span { opacity: .7; }

@media (max-width: 1320px) {
  .services-grid-six { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 1060px) {
  .header-actions .phone-link { display: none; }
  .nav-list { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 1.05fr; }
  .hero-media { margin-left: -80px; }
  .trust-bar { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid-six { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--page)); }
  .header-inner { min-height: 74px; }
  .brand img { width: 125px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .primary-nav { position: fixed; inset: 75px 14px auto; margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-lg); transform: translateY(-16px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-list { display: grid; gap: 0; }
  .nav-link { display: block; padding: 13px 12px; border-radius: 8px; }
  .nav-link::after { display: none; }
  .nav-link:hover, .nav-link[aria-current="page"] { background: var(--green-50); color: var(--green-900); }
  .header-actions { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 0 28px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-media { min-height: 360px; margin-inline: -14px; margin-left: -14px; }
  .hero-media::before { background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.12) 100%), linear-gradient(0deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,0) 55%); }
  .trust-wrap { margin-top: -10px; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 70px 0; }
  .about-panel { grid-template-columns: 1fr; }
  .about-content { padding: 10px 8px 18px; }
  .about-image img { min-height: 300px; }
  .about-team-collage { min-height: 520px; }
  .home-team-grid { min-height: 0; }
  .company-gallery-grid { grid-template-columns: 1fr; }
  .company-gallery-grid img { height: 330px; }
  .cta-panel { grid-template-columns: 64px 1fr; }
  .cta-panel .btn { grid-column: 1 / -1; }
  .content-grid { grid-template-columns: 1fr; }
  .info-card { position: static; }
  .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 560px) {
  .hero-actions .btn { width: 100%; }
  .trust-item { padding: 18px; }
  .services-grid, .services-grid-six, .values-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .about-team-collage { min-height: 620px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; }
  .about-team-collage .team-collage-main { grid-column: 1 / -1; grid-row: auto; }
  .home-team-grid { grid-template-columns: 1fr; }
  .home-team-card img { min-height: 0; }
  .form-field-full { grid-column: auto; }
  .section-head { text-align: left; }
  .cta-panel { grid-template-columns: 1fr; text-align: center; }
  .cta-icon { margin-inline: auto; }
  .inventory-consent { padding: 28px 20px; }
  .footer-bottom { flex-direction: column; }
  .consent-actions .btn { width: 100%; }
}

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


/* Mitarbeiterfotos: Schutz vor einfachem Kontextmenü/Drag & Drop.
   Technisch lässt sich das Speichern öffentlich ausgelieferter Bilder nie vollständig verhindern. */
.protected-photo {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.photo-protection { position: relative; overflow: hidden; }
.photo-protection::after { content: ""; position: absolute; inset: 0; z-index: 2; background: transparent; }


/* Leistungsseite v0.13 */
.service-page-hero .hero-actions { margin-top: 26px; }
.service-page-hero .partner-badge { margin-top: 18px; }
.service-jump { position: sticky; top: 84px; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.service-jump-inner { display: flex; gap: 10px; overflow-x: auto; padding-block: 14px; scrollbar-width: thin; }
.service-jump a { flex: 0 0 auto; padding: 10px 14px; color: var(--green-900); background: var(--green-50); border: 1px solid #cfe4d8; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .92rem; }
.service-detail-list { display: grid; gap: 34px; }
.service-detail { scroll-margin-top: 150px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 48px; align-items: center; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.service-detail-reverse .service-detail-media { order: 2; }
.service-detail-media { min-height: 380px; display: grid; place-items: center; overflow: hidden; border-radius: 22px; background: linear-gradient(135deg, #edf5f0, #fbfcfb 72%); }
.service-detail-media img { width: 94%; height: 94%; object-fit: contain; border-radius: 16px; pointer-events: none; -webkit-user-drag: none; user-select: none; }
.service-detail-copy h2 { margin-bottom: 14px; font-size: clamp(1.8rem,3vw,2.7rem); }
.service-detail-copy > p { color: var(--muted); }

.shuttle-detail-visual { align-content: center; gap: 18px; padding: 38px; text-align: center; color: var(--green-900); background: linear-gradient(135deg, #e9f6ef, #ffffff 72%); }
.shuttle-detail-visual p { margin: 0; color: var(--muted); font-weight: 700; }
.shuttle-route { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; width: min(100%, 520px); }
.shuttle-route-label { display: grid; place-items: center; min-height: 74px; padding: 16px; border: 1px solid #c6dfd0; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); font-weight: 800; }
.shuttle-route-arrows { font-size: clamp(3rem, 8vw, 5.5rem); line-height: 1; font-weight: 400; }
.dot-list { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 10px; }
.dot-list li { position: relative; padding-left: 20px; color: #3f4a44; }
.dot-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 7px; height: 7px; border-radius: 50%; background: var(--green-800); }
.extra-services-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.extra-services-grid article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.extra-services-grid h3 { margin-bottom: 8px; color: var(--green-900); font-size: 1.1rem; }
.extra-services-grid p { margin: 0; color: var(--muted); }
.shuttle-panel { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 36px; align-items: center; padding: 38px 42px; border: 1px solid #c6dfd0; border-radius: var(--radius-lg); background: linear-gradient(110deg,#eef8f3,#fff); }
.shuttle-panel h2 { margin-bottom: 12px; font-size: clamp(2rem,4vw,3rem); }
.shuttle-panel p { max-width: 850px; color: var(--muted); }
.shuttle-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.shuttle-points span { padding: 9px 12px; border-radius: 999px; background: #fff; border: 1px solid #d6e8dd; color: var(--green-900); font-weight: 700; font-size: .9rem; }
@media (max-width: 980px) {
  .service-detail, .service-detail-reverse { grid-template-columns: 1fr; gap: 26px; }
  .service-detail-reverse .service-detail-media { order: 0; }
  .extra-services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .shuttle-panel { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .service-jump { top: 74px; }
  .service-detail { padding: 18px; }
  .service-detail-media { min-height: 260px; }
  .shuttle-route { grid-template-columns: 1fr; gap: 10px; }
  .shuttle-route-arrows { transform: rotate(90deg); }
  .extra-services-grid { grid-template-columns: 1fr; }
  .shuttle-panel { padding: 28px 22px; }
  .shuttle-panel .btn { width: 100%; }
}


/* Über uns – Version 0.19 */
.about-page-hero { padding: 54px 0; }
.about-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); gap: 58px; align-items: center; }
.about-hero-grid h1 { max-width: 700px; }
.about-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 1.12rem; }
.about-hero-photo { min-height: 430px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--line); background: #edf4f0; }
.about-hero-photo img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; display: block; }
.about-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.about-story-grid .section-title { max-width: 560px; }
.about-story-copy { display: grid; gap: 18px; }
.about-story-copy p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.about-values-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.about-value-card { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.about-value-dot { display: block; width: 12px; height: 12px; margin-bottom: 22px; border-radius: 50%; background: var(--green-800); box-shadow: 0 0 0 7px var(--green-50); }
.about-value-card h3 { margin-bottom: 10px; color: var(--green-900); font-size: 1.15rem; }
.about-value-card p { margin: 0; color: var(--muted); }
.team-grid-detailed .team-card { height: 100%; }
.team-grid-detailed .team-photo { aspect-ratio: 4 / 5; background: #f2f6f4; }
.team-grid-detailed .team-photo img { object-fit: contain; object-position: center bottom; padding: 10px 10px 0; }
.team-grid-detailed .team-body { display: flex; flex-direction: column; height: calc(100% - 1px); }
.team-description { margin: 0 0 18px; color: var(--muted); font-size: .94rem; }
.team-grid-detailed .team-contact { margin-top: auto; }
.about-gallery .section-head { margin-bottom: 32px; }
.about-gallery .company-gallery-grid > div { overflow: hidden; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); background: #f4f7f5; border: 1px solid var(--line); }
.about-gallery .company-gallery-grid img { border: 0; border-radius: 0; box-shadow: none; }
.about-cta { padding-top: 0; }
.about-cta .cta-panel { grid-template-columns: 1fr auto; }
.about-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

@media (max-width: 1100px) {
  .about-hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .about-values-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .about-page-hero { padding: 44px 0; }
  .about-hero-grid, .about-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-hero-photo, .about-hero-photo img { min-height: 330px; }
  .about-cta .cta-panel { grid-template-columns: 1fr; }
  .about-cta-actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .about-values-grid { grid-template-columns: 1fr; }
  .about-value-card { min-height: 0; }
  .about-hero-photo, .about-hero-photo img { min-height: 250px; }
  .about-cta-actions .btn { width: 100%; }
}


/* Version 0.20 */
.company-gallery .company-gallery-grid { align-items: stretch; }


/* Version 0.22 – Power Hero Über uns */
.about-power-hero { position: relative; min-height: 620px; overflow: hidden; display: grid; align-items: center; background: #f7faf8; }
.about-power-media { position: absolute; inset: 0 0 0 36%; -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, rgba(0,0,0,1) 46%, rgba(0,0,0,1) 100%); mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, rgba(0,0,0,1) 46%, rgba(0,0,0,1) 100%); }
.about-power-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.64) 20%, rgba(255,255,255,.18) 40%, rgba(255,255,255,0) 58%); }
.about-power-media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(255,255,255,0) 68%, rgba(255,255,255,.55) 100%); }
.about-power-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.about-power-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 690px) 1fr; align-items: center; min-height: 620px; }
.about-power-copy { padding: 76px 0 88px; }
.about-power-copy h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.4rem); }
.about-power-copy > p:not(.eyebrow) { max-width: 640px; margin: 0 0 28px; color: #35424d; font-size: clamp(1.08rem, 2vw, 1.28rem); }
@media (max-width: 980px) {
  .about-power-hero { min-height: auto; }
  .about-power-media { position: relative; inset: auto; min-height: 420px; order: 2; -webkit-mask-image: none; mask-image: none; }
  .about-power-media::before { background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.08) 100%); }
  .about-power-grid { min-height: auto; grid-template-columns: 1fr; }
  .about-power-copy { padding: 58px 0 34px; }
}
@media (max-width: 560px) {
  .about-power-copy h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .about-power-media { min-height: 320px; }
}


/* Version 0.24 – Über-uns-Werte und Kontaktabschluss */
.about-values-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-values-dots .about-value-card { position: relative; padding: 28px 24px 26px 54px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.about-value-dot { position: absolute; left: 24px; top: 31px; width: 11px; height: 11px; border-radius: 50%; background: var(--green-800); box-shadow: 0 0 0 7px var(--green-50); }
.about-values-dots h3 { margin: 0 0 8px; font-size: 1.08rem; color: var(--green-900); }
.about-values-dots p { margin: 0; color: var(--muted); }
.about-contact-panel { background: linear-gradient(100deg, #eef8f3 0%, #fff 72%); }
.about-contact-copy h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 3vw, 2.45rem); color: var(--green-900); }
.about-contact-copy > p { margin: 0; }
.about-contact-hours { margin-top: 8px !important; color: var(--muted); }

@media (max-width: 820px) {
  .about-values-dots .about-value-card { padding-left: 48px; }
  .about-value-dot { left: 20px; }
}

/* Version 0.26 – Fahrzeugseite Entwurf */
.vehicle-hero { position: relative; min-height: 610px; overflow: hidden; display: grid; align-items: center; background: #f7faf8; }
.vehicle-hero-media { position: absolute; inset: 0 0 0 36%; -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, rgba(0,0,0,1) 46%, rgba(0,0,0,1) 100%); mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, rgba(0,0,0,1) 46%, rgba(0,0,0,1) 100%); }
.vehicle-hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.64) 20%, rgba(255,255,255,.18) 40%, rgba(255,255,255,0) 58%); }
.vehicle-hero-media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(255,255,255,0) 68%, rgba(255,255,255,.55) 100%); }
.vehicle-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.vehicle-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 680px) 1fr; align-items: center; min-height: 610px; }
.vehicle-hero-copy { padding: 76px 0 88px; }
.vehicle-hero-copy h1 { max-width: 740px; font-size: clamp(3rem, 6vw, 5.2rem); }
.vehicle-hero-copy > p:not(.eyebrow) { max-width: 630px; margin: 0 0 28px; color: #35424d; font-size: clamp(1.08rem, 2vw, 1.25rem); }
.vehicle-hero-note { display: inline-flex; align-items: center; gap: 10px; max-width: 580px; padding: 10px 14px; color: #355043; background: rgba(255,255,255,.84); border: 1px solid #cfe2d7; border-radius: 10px; box-shadow: var(--shadow-sm); font-size: .92rem; }
.vehicle-hero-note > span:first-child { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; color: #fff; background: var(--green-800); border-radius: 50%; font-weight: 800; }
.vehicle-benefits { position: relative; z-index: 4; margin-top: -44px; }
.vehicle-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.vehicle-benefit-grid article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: center; padding: 24px 28px; }
.vehicle-benefit-grid article + article { border-left: 1px solid var(--line); }
.vehicle-benefit-icon { display: grid; place-items: center; width: 48px; height: 48px; padding: 0; color: var(--green-800); background: var(--green-50); border-radius: 50%; text-align: center; font-size: .82rem; font-weight: 850; font-variant-numeric: tabular-nums; }
.vehicle-benefit-number { display: grid; place-items: center; width: 100%; height: 100%; line-height: 1; }
.vehicle-benefit-grid article div > strong, .vehicle-benefit-grid article div > span { display: block; }
.vehicle-benefit-grid article div > span { color: var(--muted); font-size: .88rem; }
.vehicle-inventory-section { padding-top: 108px; }
.inventory-shell { max-width: 1240px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); }
.inventory-consent { max-width: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(240px,.6fr) minmax(0,1fr); text-align: left; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.inventory-consent-visual { min-height: 252px; display: grid; place-items: center; padding: 24px; color: var(--green-800); background: radial-gradient(circle at 50% 40%, #fff 0, #eef8f3 58%, #e3f2ea 100%); }
.inventory-consent-visual svg { width: min(100%, 210px); filter: drop-shadow(0 12px 18px rgba(6,63,41,.10)); }
.inventory-consent-copy { align-self: center; padding: 24px clamp(24px,3.4vw,44px); }
.inventory-consent h2 { margin-bottom: 12px; font-size: clamp(1.65rem,3vw,2.3rem); }
.inventory-consent-copy > p:not(.section-kicker) { max-width: 620px; margin-bottom: 12px; }
.inventory-privacy-link { margin-top: 10px; font-size: .88rem; }
.inventory-privacy-link a { color: var(--green-800); font-weight: 700; }
.inventory-actions { justify-content: flex-start; gap: 12px; margin-top: 18px; }
.inventory-frame { display: block; min-height: 1250px; border-radius: 0; }
.inventory-consent[hidden], .inventory-frame[hidden] { display: none; }
.vehicle-support-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 70px; align-items: center; }
.vehicle-support-grid .section-title { max-width: 820px; }
.vehicle-support-grid .section-copy { max-width: 780px; margin-bottom: 28px; }
.vehicle-support-card { padding: 34px; border: 1px solid #c9e0d3; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.vehicle-support-label { display: inline-block; margin-bottom: 20px; padding: 7px 10px; color: var(--green-900); background: var(--green-50); border-radius: 999px; font-size: .82rem; font-weight: 800; }
.vehicle-support-card h3 { margin-bottom: 18px; color: var(--green-900); font-size: 1.5rem; }
.vehicle-support-card p { color: var(--muted); }
@media (max-width: 980px) {
  .vehicle-hero { min-height: auto; }
  .vehicle-hero-media { position: relative; inset: auto; min-height: 400px; order: 2; }
  .vehicle-hero-media::before { background: linear-gradient(180deg, rgba(246,250,248,.3), rgba(246,250,248,0)); }
  .vehicle-hero-media img { -webkit-mask-image: none; mask-image: none; }
  .vehicle-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .vehicle-hero-copy { padding: 58px 0 78px; }
  .vehicle-benefits { margin-top: -36px; }
  .vehicle-benefit-grid { grid-template-columns: 1fr; }
  .vehicle-benefit-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .inventory-consent { grid-template-columns: 1fr; }
  .inventory-consent-visual { min-height: 220px; }
  .vehicle-support-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 620px) {
  .vehicle-hero-copy h1 { font-size: clamp(2.7rem,13vw,4rem); }
  .vehicle-hero-media { min-height: 300px; }
  .vehicle-benefit-grid article { padding: 20px; }
  .vehicle-inventory-section { padding-top: 82px; }
  .inventory-consent-visual { min-height: 190px; padding: 24px; }
  .inventory-consent-copy { padding: 24px 20px; }
  .inventory-actions .btn, .vehicle-support-grid .hero-actions .btn { width: 100%; }
  .inventory-frame { min-height: 1500px; }
  .vehicle-support-card { padding: 26px 22px; }
}

/* Version 0.26.9 – Karriere-Seite */
.career-hero { position: relative; min-height: 610px; overflow: hidden; display: grid; align-items: center; background: #f7faf8; }
.career-hero-media { position: absolute; inset: 0 0 0 36%; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, #000 46%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, #000 46%, #000 100%); }
.career-hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.64) 20%, rgba(255,255,255,.18) 40%, transparent 58%); }
.career-hero-media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 68%, rgba(255,255,255,.55) 100%); }
.career-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.career-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 720px) 1fr; align-items: center; min-height: 610px; }
.career-hero-copy { padding: 76px 0 88px; }
.career-hero-copy h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.2rem); }
.career-hero-copy > p:not(.eyebrow) { max-width: 625px; margin: 0 0 28px; color: #35424d; font-size: clamp(1.08rem, 2vw, 1.25rem); }
.career-status-wrap { position: relative; z-index: 3; margin-top: -42px; }
.career-status-card { display: grid; grid-template-columns: 58px 1fr; gap: 22px; align-items: start; padding: 30px 34px; border: 1px solid #c9e0d3; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-lg); }
.career-status-icon { display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: var(--green-800); border-radius: 50%; font-size: 1.3rem; font-weight: 900; }
.career-status-card h2 { margin: 2px 0 8px; color: var(--green-900); font-size: clamp(1.45rem, 3vw, 2rem); }
.career-status-card p:last-child { max-width: 900px; margin: 0; color: var(--muted); }
.career-application-section { padding-top: 104px; }
.career-application-grid { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(300px,.7fr); gap: 70px; align-items: center; }
.career-application-note { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--soft); }
.career-note-label { display: inline-block; margin-bottom: 18px; padding: 7px 11px; color: var(--green-900); background: #fff; border: 1px solid #cfe2d7; border-radius: 999px; font-size: .82rem; font-weight: 800; }
.career-application-note h3 { margin-bottom: 12px; color: var(--green-900); font-size: 1.45rem; }
.career-application-note p { margin: 0; color: var(--muted); }
.career-benefits-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; }
.career-benefit-card { min-height: 270px; padding: 26px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.career-benefit-card > span { display: inline-block; margin-bottom: 30px; color: var(--green-800); font-size: .82rem; font-weight: 850; letter-spacing: .08em; }
.career-benefit-card h3 { margin-bottom: 10px; color: var(--green-900); font-size: 1.08rem; }
.career-benefit-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.career-departments-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.career-departments-grid article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.career-department-number { display: grid; place-items: center; width: 50px; height: 50px; color: var(--green-800); background: var(--green-50); border-radius: 50%; font-size: .82rem; font-weight: 850; }
.career-departments-grid h3 { margin: 2px 0 10px; color: var(--green-900); font-size: 1.18rem; }
.career-departments-grid p { margin: 0; color: var(--muted); }
.career-contact-section { padding-top: 0; }
.career-contact-card { display: grid; grid-template-columns: minmax(270px,.72fr) minmax(0,1.28fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(110deg, #eef8f3, #fff 78%); box-shadow: var(--shadow-lg); }
.career-contact-photo { min-height: 430px; }
.career-contact-photo img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center 25%; display: block; }
.career-contact-copy { align-self: center; padding: 46px clamp(30px,5vw,70px); }
.career-contact-copy h2 { margin-bottom: 14px; color: var(--green-900); font-size: clamp(2rem,4vw,3rem); }
.career-contact-copy > p { max-width: 690px; color: var(--muted); }
.career-contact-details { margin: 24px 0 26px; padding: 0; list-style: none; }
.career-contact-details li + li { margin-top: 10px; }
.career-contact-details a { color: var(--green-800); font-weight: 800; }
@media (max-width: 1080px) { .career-benefits-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 980px) {
  .career-hero { min-height: auto; }
  .career-hero-media { position: relative; inset: auto; min-height: 400px; order: 2; -webkit-mask-image: none; mask-image: none; }
  .career-hero-media::before { background: linear-gradient(180deg, rgba(246,250,248,.3), transparent); }
  .career-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .career-hero-copy { padding: 58px 0 78px; }
  .career-application-grid, .career-contact-card { grid-template-columns: 1fr; gap: 34px; }
  .career-departments-grid { grid-template-columns: 1fr; }
  .career-contact-card { gap: 0; }
  .career-contact-photo, .career-contact-photo img { min-height: 360px; }
}
@media (max-width: 720px) {
  .career-benefits-grid { grid-template-columns: 1fr; }
  .career-benefit-card { min-height: 0; }
  .career-status-card { grid-template-columns: 1fr; padding: 26px 22px; }
  .career-status-icon { width: 48px; height: 48px; }
  .career-application-section { padding-top: 82px; }
}
@media (max-width: 620px) {
  .career-hero-copy h1 { font-size: clamp(2.65rem,13vw,4rem); }
  .career-hero-media { min-height: 300px; }
  .career-hero-copy .btn, .career-application-grid .btn, .career-contact-copy .btn { width: 100%; }
  .career-departments-grid article { padding: 24px 20px; }
  .career-contact-photo, .career-contact-photo img { min-height: 300px; }
  .career-contact-copy { padding: 32px 22px; }
}

/* Karriere – Entwurf v0.26.9 */
.career-hero { background: #f7f9f8; }
.career-hero-media { inset: 0; -webkit-mask-image: none; mask-image: none; }
.career-hero-media::before {
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 24%, rgba(255,255,255,.72) 38%, rgba(255,255,255,.2) 53%, transparent 68%);
}
.career-hero-media::after { background: linear-gradient(180deg, transparent 72%, rgba(255,255,255,.8) 100%); }
.career-hero-media img { object-position: center center; }
.career-hero-copy { max-width: 690px; }
.career-hero-copy h1 { font-size: clamp(3rem, 5.4vw, 4.9rem); }
.career-status-icon { color: var(--green-900); background: var(--green-50); border: 2px solid var(--green-800); font-family: Georgia, serif; font-style: italic; }
.career-application-card { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 34px; border-color: #b9d8c7; background: linear-gradient(145deg,#fff,#f3faf6); box-shadow: var(--shadow-lg); }
.career-application-icon { display:grid; place-items:center; width:56px; height:56px; border-radius:50%; color:#fff; background:var(--green-800); }
.career-application-icon svg { width:27px; height:27px; }
.career-application-card .career-note-label { margin-bottom: 12px; }
.career-application-card h3 { font-size: 1.65rem; }
.career-mail-link { display:block; margin: 22px 0 20px; padding-top: 18px; border-top:1px solid #b9d8c7; color:var(--green-800); font-weight:800; overflow-wrap:anywhere; }
.career-benefit-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.career-benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color:#bdd9c9; }
.career-departments-grid article { transition: transform .2s ease, box-shadow .2s ease; }
.career-departments-grid article:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
@media (max-width: 860px) {
  .career-hero-media { position:relative; min-height:390px; }
  .career-hero-media::before { background:linear-gradient(180deg,rgba(247,249,248,.05),rgba(247,249,248,.4)); }
  .career-hero-media img { object-position: 68% center; }
}
@media (max-width: 620px) {
  .career-application-card { grid-template-columns:1fr; padding:26px 22px; }
}

/* Kontaktseite v0.27 */
.contact-hero { overflow: hidden; background: linear-gradient(118deg, #f3faf6 0%, #fff 58%, #e5f4eb 100%); border-bottom: 1px solid var(--line); }
.contact-hero-grid { min-height: 510px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(350px,.8fr); gap: 70px; align-items: center; }
.contact-hero-copy { padding: 70px 0 78px; }
.contact-hero-copy h1 { max-width: 760px; font-size: clamp(3rem,6vw,5rem); }
.contact-hero-lead { max-width: 690px; margin: 0 0 28px; color: #46524c; font-size: clamp(1.08rem,2vw,1.25rem); }
.contact-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-hero-card { position: relative; display: grid; grid-template-columns: 68px 1fr; gap: 20px; align-items: center; padding: 32px; color: #fff; background: linear-gradient(145deg,var(--green-900),var(--green-700)); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.contact-hero-card::after { content:""; position:absolute; width:190px; height:190px; right:-80px; top:-95px; border:1px solid rgba(255,255,255,.18); border-radius:50%; box-shadow:0 0 0 28px rgba(255,255,255,.04),0 0 0 58px rgba(255,255,255,.03); }
.contact-hero-icon { display:grid; place-items:center; width:68px; height:68px; border-radius:50%; background:rgba(255,255,255,.14); }
.contact-hero-icon svg { width:34px; height:34px; }
.contact-hero-card span { display:block; margin-bottom:4px; color:rgba(255,255,255,.76); font-size:.9rem; }
.contact-hero-card strong { font-size:1.18rem; }
.contact-hero-card .text-link { grid-column:2; justify-content:flex-start; color:#fff; }
.contact-shortcuts { position:relative; z-index:3; margin-top:-34px; }
.contact-shortcuts-grid { display:grid; grid-template-columns:repeat(3,1fr); background:#fff; border:1px solid var(--line); border-radius:var(--radius-md); box-shadow:var(--shadow-lg); }
.contact-shortcut { min-width:0; display:grid; grid-template-columns:52px 1fr; gap:14px; align-items:center; padding:23px 25px; text-decoration:none; transition: background .18s ease, transform .18s ease; }
.contact-shortcut:hover { background:#f7fbf9; transform:translateY(-1px); }
.contact-shortcut + .contact-shortcut { border-left:1px solid var(--line); }
.contact-shortcut .round-icon { width:52px; height:52px; }
.contact-shortcut small { display:block; margin-bottom:2px; color:var(--muted); }
.contact-shortcut strong { display:block; overflow-wrap:anywhere; }
a.contact-shortcut:hover strong { color:var(--green-800); }
.contact-request { padding-top:84px; position:relative; }
.contact-request::before { content:""; position:absolute; inset:18px 0 auto; height:220px; background:linear-gradient(180deg,#f4faf7 0%, rgba(244,250,247,0) 100%); pointer-events:none; }
.contact-request-grid { display:grid; grid-template-columns:minmax(0,1fr); gap:30px; align-items:start; }
.contact-form-card, .contact-details-card { border:1px solid var(--line); border-radius:var(--radius-lg); background:#fff; box-shadow:var(--shadow-sm); }
.contact-form-card { position:relative; overflow:hidden; padding:38px; border-radius:28px; border-color:#d8e5de; background:linear-gradient(180deg,#ffffff 0%, #fbfdfc 100%); box-shadow:0 18px 36px rgba(9,71,46,.08); }
.contact-form-card::before { content:""; position:absolute; inset:0 0 auto; height:6px; background:linear-gradient(90deg,var(--green-800), #57b084); }
.contact-request-grid > .contact-form-card { max-width: none; }
.contact-direct-line { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin:16px 0 0; padding:14px 16px; color:var(--green-900); background:#f3faf6; border:1px solid #d7e8de; border-radius:16px; font-weight:650; }
.contact-direct-line a { color:var(--green-800); font-weight:800; text-decoration:none; overflow-wrap:anywhere; }
.contact-direct-line a:hover { color:var(--green-900); }
.contact-section-head { position:relative; max-width:760px; margin-bottom:34px; padding-bottom:24px; border-bottom:1px solid #e0ebe5; }
.contact-section-head h2, .contact-details-card h2, .location-copy h2 { margin-bottom:12px; font-size:clamp(2rem,4vw,3rem); }
.contact-section-head > p:last-child, .location-copy > p { color:var(--muted); }
.contact-form-card input, .contact-form-card textarea, .contact-form-card select { border-color:#c8d3cd; background:#fbfcfb; }
.contact-form-card input:focus, .contact-form-card textarea:focus, .contact-form-card select:focus { border-color:var(--green-700); box-shadow:0 0 0 4px rgba(11,133,82,.1); outline:none; }
.form-submit-row { align-items:start; }
.form-submit-row .btn { justify-self:start; min-width:180px; }
.form-submit-row .form-note { margin-top:-5px; }
.form-submit-row .form-status { margin:0; }
.contact-details-card { position:sticky; top:118px; overflow:hidden; padding:32px; background:linear-gradient(180deg,#f4faf7,#fff); }
.contact-detail-list { display:grid; margin:26px 0; }
.contact-detail { display:grid; gap:3px; padding:15px 0; border-bottom:1px solid var(--line); }
.contact-detail span { color:var(--muted); font-size:.87rem; }
.contact-detail a { color:var(--green-800); font-weight:750; text-decoration:none; overflow-wrap:anywhere; }
.opening-box { display:grid; gap:12px; padding:20px; color:#fff; background:var(--green-900); border-radius:16px; }
.opening-box > strong { font-size:1.05rem; }
.opening-box div { display:flex; justify-content:space-between; gap:14px; padding-top:10px; border-top:1px solid rgba(255,255,255,.15); font-size:.9rem; }
.opening-box span { color:rgba(255,255,255,.76); }
.opening-box b { text-align:right; }
.location-panel { display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); align-items:center; overflow:hidden; border:1px solid #cfe1d7; border-radius:var(--radius-lg); background:#fff; box-shadow:var(--shadow-sm); }
.location-visual { position:relative; min-height:360px; display:grid; place-items:center; overflow:hidden; color:var(--green-800); background:linear-gradient(145deg,#e5f4eb,#f8fbf9); }
.location-placeholder { width:100%; height:100%; display:grid; place-items:center; padding:26px; }
.location-placeholder[hidden], .location-map-frame[hidden] { display:none; }
.location-visual svg { width:min(92%,560px); }
.location-map-frame { width:100%; height:100%; min-height:360px; border:0; background:#e5f4eb; }
.location-copy { padding:48px; }
.location-copy .btn { margin-top:12px; }
@media (max-width:1060px) { .contact-hero-grid { grid-template-columns:1.15fr .85fr; gap:34px; } .contact-shortcut { padding:20px 18px; } }
@media (max-width:820px) { .contact-hero-grid { min-height:auto; grid-template-columns:1fr; gap:0; padding-bottom:66px; } .contact-hero-copy { padding:58px 0 34px; } .contact-hero-card { max-width:560px; } .contact-shortcuts { margin-top:-26px; } .contact-shortcuts-grid { grid-template-columns:1fr; } .contact-shortcut + .contact-shortcut { border-left:0; border-top:1px solid var(--line); } .contact-request-grid { grid-template-columns:1fr; } .contact-details-card { position:static; } .location-panel { grid-template-columns:1fr; } .location-visual { min-height:290px; } .location-map-frame { min-height:290px; } }
@media (max-width:560px) { .contact-hero-actions .btn { width:100%; } .contact-hero-card { grid-template-columns:54px 1fr; padding:24px 20px; } .contact-hero-icon { width:54px; height:54px; } .contact-form-card, .contact-details-card { padding:24px 20px; border-radius:20px; } .contact-section-head { padding-bottom:20px; margin-bottom:26px; } .contact-booking-note { width:100%; max-width:none; } .location-copy { padding:30px 22px; } .location-copy .btn { width:100%; } .opening-box div { display:grid; } .opening-box b { text-align:left; } }


/* Rechtliche Seiten */
.legal-hero .legal-updated { margin-top: 16px; font-size: .92rem; }
.legal-prose { max-width: 980px; }
.legal-prose h2 { scroll-margin-top: 110px; overflow-wrap: anywhere; }
.legal-prose h3 { margin: 26px 0 8px; font-size: 1.25rem; }
.legal-prose code { max-width: 100%; padding: 2px 6px; border: 1px solid var(--line); border-radius: 6px; background: #f3f8f5; font-size: .9em; overflow-wrap: anywhere; }
.legal-prose a { overflow-wrap: anywhere; }
.legal-toc { margin-bottom: 42px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: #f7fbf9; }
.legal-toc strong { display: block; margin-bottom: 10px; color: var(--green-900); }
.legal-toc ol { margin: 0; padding-left: 22px; columns: 2; column-gap: 42px; }
.legal-toc li { margin: 5px 0; break-inside: avoid; }
.inline-legal-button { padding: 0; color: var(--green-800); background: none; border: 0; font: inherit; text-decoration: underline; cursor: pointer; }
.inline-legal-button:hover { color: var(--green-900); }
@media (max-width: 700px) {
  .legal-hero h1 { font-size: clamp(2rem, 8.6vw, 4.7rem); overflow-wrap: anywhere; }
  .legal-prose h2 { font-size: clamp(1.55rem, 6.8vw, 1.8rem); }
  .legal-toc { padding: 22px 20px; }
  .legal-toc ol { columns: 1; }
}

/* Version 0.28.0 – Responsive Optimierung
   Ausschließlich Tablet- und Mobile-Breakpoints. Die Desktop-Darstellung bleibt unverändert. */
@media (max-width: 980px) {
  .service-detail-media { min-height: 320px; }

  .about-power-media,
  .vehicle-hero-media,
  .career-hero-media { min-height: 360px; }

  .vehicle-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vehicle-benefit-grid article + article { border-top: 0; border-left: 1px solid var(--line); }
  .vehicle-benefit-grid article:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }

  .career-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .career-benefit-card { min-height: 0; }
}

@media (max-width: 820px) {
  .primary-nav {
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.menu-open { overflow: hidden; }

  .section { padding: 64px 0; }
  .page-hero { padding: 58px 0 50px; }

  .trust-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item + .trust-item { border-top: 0; border-left: 0; }
  .trust-item:nth-child(even) { border-left: 1px solid var(--line); }
  .trust-item:nth-child(n + 3) { border-top: 1px solid var(--line); }

  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid > .team-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, calc(50% - 11px));
    justify-self: center;
  }

  .contact-hero-card { width: 100%; max-width: none; }
  .contact-shortcuts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-shortcut + .contact-shortcut { border-top: 0; border-left: 0; }
  .contact-shortcut:nth-child(2) { border-left: 1px solid var(--line); }
  .contact-shortcut:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); }

  .service-jump-inner {
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
  .service-jump a { scroll-snap-align: start; }

  .cta-panel { padding: 26px 24px; }
  .footer-grid { gap: 28px 34px; }
  .socials a { width: 44px; height: 44px; }

  .consent-dialog { max-height: calc(100dvh - 40px); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--page)); }
  .section { padding: 56px 0; }
  .page-hero { padding: 48px 0 42px; }

  .hero-copy { padding: 46px 0 24px; }
  .about-power-copy { padding: 46px 0 26px; }
  .vehicle-hero-copy,
  .career-hero-copy { padding: 46px 0 58px; }
  .contact-hero-copy { padding: 46px 0 28px; }

  .hero-copy h1,
  .about-power-copy h1,
  .vehicle-hero-copy h1,
  .career-hero-copy h1,
  .contact-hero-copy h1 { font-size: clamp(2.35rem, 11vw, 3.15rem); }
  .page-hero h1 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .section-title,
  .contact-section-head h2,
  .contact-details-card h2,
  .location-copy h2,
  .career-contact-copy h2 { font-size: clamp(1.75rem, 8vw, 2.25rem); }

  .hero-media,
  .about-power-media,
  .vehicle-hero-media,
  .career-hero-media { min-height: 290px; }

  .trust-bar { grid-template-columns: 1fr; }
  .trust-item:nth-child(even) { border-left: 0; }
  .trust-item:nth-child(n + 2) { border-top: 1px solid var(--line); }

  .team-grid { grid-template-columns: 1fr; }
  .team-grid > .team-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .home-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .home-team-caption { left: 8px; right: 8px; bottom: 8px; padding: 8px; }
  .home-team-caption strong { font-size: .83rem; }
  .home-team-caption span { font-size: .72rem; }

  .service-photo { aspect-ratio: 16 / 10; }
  .service-body { padding: 18px 14px; }
  .text-link { min-height: 44px; padding-block: 8px; }

  .service-detail { gap: 20px; }
  .service-detail-media { min-height: 240px; }
  .shuttle-detail-visual { padding: 26px 20px; }

  .vehicle-benefit-grid { grid-template-columns: 1fr; }
  .vehicle-benefit-grid article:nth-child(3) { grid-column: auto; }
  .vehicle-benefit-grid article + article { border-left: 0; border-top: 1px solid var(--line); }

  .career-benefits-grid { grid-template-columns: 1fr; }
  .career-contact-photo,
  .career-contact-photo img { min-height: 270px; }

  .contact-shortcuts-grid { grid-template-columns: 1fr; }
  .contact-shortcut:nth-child(2) { border-left: 0; border-top: 1px solid var(--line); }
  .contact-shortcut:nth-child(3) { grid-column: auto; }
  .contact-shortcut { padding: 18px; }
  .contact-form-card,
  .contact-details-card { padding: 24px 20px; }
  .form-submit-row .btn { width: 100%; }
  .checkbox { grid-template-columns: 24px 1fr; gap: 11px; }

  .location-visual,
  .location-map-frame { min-height: 250px; }

  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
  .footer-grid > div:first-child,
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { display: flex; justify-content: flex-start; }
  .footer-list { gap: 4px; }
  .footer-list a,
  .site-footer .text-link { min-height: 40px; display: inline-flex; align-items: center; padding-block: 6px; }
  .footer-bottom { gap: 8px; }

  .consent-banner {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: calc(100% - 24px);
    padding: 18px;
  }
  .consent-modal { padding: 10px; }
  .consent-dialog { max-height: calc(100dvh - 20px); padding: 22px 18px; }
  .consent-row { gap: 12px; }
}

@media (max-width: 380px) {
  .header-inner { min-height: 70px; }
  .brand img { width: 112px; }
  .primary-nav { inset: 71px 10px auto; }
  .btn { padding-inline: 14px; }
  .contact-hero-card { grid-template-columns: 48px 1fr; gap: 14px; }
  .contact-hero-icon { width: 48px; height: 48px; }
}

/* Responsive Feinschliff v0.28.0 */
@media (max-width: 980px) {
  .career-benefits-grid > .career-benefit-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, calc(50% - 9px));
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .career-benefits-grid > .career-benefit-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }
  .site-footer .text-link { width: 100%; justify-content: flex-start; text-align: left; }
}

/* Version 0.28.1 – integrierte responsive Hero-Bilder und mobile Inhaltsverdichtung
   Alle Änderungen greifen ausschließlich bis maximal 980 Pixel Breite. */
@media (max-width: 980px) {
  /* Hero-Bilder bleiben auch responsiv direkt mit Überschrift und Text verbunden. */
  .hero,
  .about-power-hero,
  .vehicle-hero,
  .career-hero {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    display: grid;
    align-items: center;
    isolation: isolate;
  }

  .hero-grid,
  .about-power-grid,
  .vehicle-hero-grid,
  .career-hero-grid {
    position: relative;
    z-index: 2;
    min-height: 570px;
    grid-template-columns: minmax(0, 64%) 1fr;
    align-items: center;
  }

  .hero-copy,
  .about-power-copy,
  .vehicle-hero-copy,
  .career-hero-copy {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 650px;
    padding: 62px 0 70px;
  }

  .hero-media {
    position: absolute;
    z-index: 0;
    inset: 0 -20px 0 30%;
    min-height: 0;
    margin: 0;
    align-items: stretch;
  }

  .about-power-media,
  .vehicle-hero-media,
  .career-hero-media {
    position: absolute;
    z-index: 0;
    inset: 0 0 0 30%;
    min-height: 0;
    order: initial;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-media::before,
  .about-power-media::before,
  .vehicle-hero-media::before,
  .career-hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg,
        #fff 0%,
        rgba(255,255,255,.99) 27%,
        rgba(255,255,255,.93) 43%,
        rgba(255,255,255,.68) 58%,
        rgba(255,255,255,.20) 78%,
        rgba(255,255,255,0) 100%);
  }

  .hero-media::after,
  .about-power-media::after,
  .vehicle-hero-media::after,
  .career-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255,255,255,.05) 58%, rgba(255,255,255,.64) 100%);
  }

  .hero-media img,
  .about-power-media img,
  .vehicle-hero-media img,
  .career-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-media img { object-position: 58% center; }
  .about-power-media img { object-position: 56% center; }
  .vehicle-hero-media img { object-position: 57% center; }
  .career-hero-media img { object-position: 66% center; }

  /* Längere Begleittexte bleiben vorhanden, beanspruchen auf Tablets aber weniger Höhe. */
  .section-copy,
  .service-detail-copy > p,
  .career-status-card p:last-child,
  .career-benefit-card p,
  .career-departments-grid p,
  .extra-services-grid p,
  .contact-section-head > p:last-child,
  .location-copy > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

@media (max-width: 620px) {
  .hero { min-height: 610px; }
  .about-power-hero { min-height: 625px; }
  .vehicle-hero { min-height: 690px; }
  .career-hero { min-height: 500px; }

  .hero-grid { min-height: 610px; }
  .about-power-grid { min-height: 625px; }
  .vehicle-hero-grid { min-height: 690px; }
  .career-hero-grid { min-height: 500px; }

  .hero-grid,
  .about-power-grid,
  .vehicle-hero-grid,
  .career-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 90%) 1fr;
  }

  .hero-copy,
  .about-power-copy,
  .vehicle-hero-copy,
  .career-hero-copy {
    align-self: center;
    max-width: none;
    padding: 44px 0 52px;
  }

  .hero-media,
  .about-power-media,
  .vehicle-hero-media,
  .career-hero-media {
    inset: 0 -16px 0 27%;
    min-height: 0;
  }

  .hero-media::before,
  .about-power-media::before,
  .vehicle-hero-media::before,
  .career-hero-media::before {
    background:
      linear-gradient(90deg,
        #fff 0%,
        rgba(255,255,255,.99) 35%,
        rgba(255,255,255,.94) 50%,
        rgba(255,255,255,.72) 67%,
        rgba(255,255,255,.25) 86%,
        rgba(255,255,255,0) 100%);
  }

  .hero-media::after,
  .about-power-media::after,
  .vehicle-hero-media::after,
  .career-hero-media::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.08) 48%, rgba(255,255,255,.78) 100%);
  }

  .hero-lead,
  .about-power-copy > p:not(.eyebrow),
  .vehicle-hero-copy > p:not(.eyebrow),
  .career-hero-copy > p:not(.eyebrow) {
    max-width: 92%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  /* Wiederholende Zusatztexte werden visuell verdichtet, zentrale Inhalte bleiben erhalten. */
  .trust-item span,
  .service-body p,
  .values-grid .value p {
    display: none;
  }

  .trust-item {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    min-height: 70px;
    padding-block: 13px;
  }

  .trust-icon { width: 44px; height: 44px; }
  .service-body { padding-block: 15px 14px; }
  .service-body h3 { margin-bottom: 4px; }

  .section-copy,
  .about-content > p,
  .service-detail-copy > p,
  .career-status-card p:last-child,
  .career-application-grid .section-copy,
  .career-application-note p,
  .career-benefit-card p,
  .career-departments-grid p,
  .extra-services-grid p,
  .vehicle-support-grid p,
  .contact-section-head > p:last-child,
  .location-copy > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .dot-list li:nth-child(n + 4) { display: none; }
  .dot-list { margin-block: 17px 21px; }

  .career-benefit-card { padding: 21px 19px; }
  .career-benefit-card > span { margin-bottom: 14px; }
  .career-departments-grid article { gap: 14px; }
  .extra-services-grid article { padding: 20px; }

  .contact-hero-lead { max-width: 94%; }
}

/* Version 0.28.2 – Responsive-Korrekturen auf Basis von 0.28.1.
   Layoutänderungen greifen ausschließlich bis maximal 980 Pixel Breite. */
.mobile-copy { display: none; }
.service-mobile-toggle,
.service-jump-hint { display: none; }
body.consent-open { overflow: hidden; }
.switch input:focus-visible + span {
  outline: 3px solid #1aa76b;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  /* Relevante Motive und vorhandene MANZKE-Schriftzüge im responsiven Ausschnitt halten. */
  .hero-media img { object-position: 44% center; }
  .about-power-media img { object-position: 66% center; }
  .vehicle-hero-media img { object-position: 62% center; }
  .career-hero-media img { object-position: 70% center; }

  /* Wichtige Einleitungen nicht automatisch mit Auslassungspunkten abschneiden. */
  .hero-lead,
  .about-power-copy > p:not(.eyebrow),
  .vehicle-hero-copy > p:not(.eyebrow),
  .career-hero-copy > p:not(.eyebrow),
  .contact-section-head > p:last-child,
  .location-copy > p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .contact-detail a,
  .career-mail-link,
  .career-contact-details a,
  .inventory-privacy-link a,
  .contact-hero-card .text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 820px) {
  .service-jump { position: relative; }
  .service-jump-hint {
    display: block;
    padding: 0 16px 10px;
    color: var(--muted);
    font-size: .78rem;
    text-align: right;
  }
}

@media (max-width: 620px) {
  .desktop-copy { display: none; }
  .mobile-copy { display: inline; }

  /* Startseite: informative, aber kompakte Leistungskarten. */
  .service-body p {
    display: block;
    margin: 0 0 10px;
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.42;
  }

  /* Ansprechpartner kompakter darstellen. */
  .team-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: stretch;
  }
  .team-photo {
    min-height: 160px;
    aspect-ratio: auto;
  }
  .team-photo img {
    object-position: center bottom;
    padding: 6px 4px 0;
  }
  .team-body { padding: 16px 14px; }
  .team-body h2 { font-size: 1.08rem; }
  .team-role {
    min-height: 0;
    margin-bottom: 10px;
    font-size: .72rem;
    line-height: 1.35;
    letter-spacing: .02em;
  }
  .team-contact { gap: 2px; }
  .team-contact a {
    min-height: 44px;
    display: flex;
    align-items: center;
    font-size: .86rem;
  }

  /* Leistungsseite: Kernaussage sichtbar, Listen und Aktionen auf Wunsch aufklappen. */
  .service-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 8px 0 14px;
    padding: 9px 13px;
    color: var(--green-800);
    background: var(--green-50);
    border: 1px solid #c5dfd1;
    border-radius: 9px;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
  }
  .service-detail-copy > p:not(.section-kicker) {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
  .service-detail:not(.is-expanded) .dot-list,
  .service-detail:not(.is-expanded) .service-detail-copy > .btn {
    display: none;
  }
  .service-detail.is-expanded .dot-list { display: grid; }
  .service-detail-media { min-height: 210px; }

  /* Karriere: kurze mobile Fassungen ohne sichtbare Textabbrüche. */
  .career-status-card p:last-child,
  .career-application-grid .section-copy,
  .career-application-note p,
  .career-benefit-card p,
  .career-departments-grid p,
  .vehicle-support-grid .section-copy {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
  .career-contact-photo,
  .career-contact-photo img { min-height: 220px; }
  .career-mail-link { padding-block: 8px; }

  /* Kontaktseite kompakter und mit größeren Bedienflächen. */
  .contact-hero-grid { padding-bottom: 44px; }
  .contact-hero-copy { padding: 38px 0 20px; }
  .contact-hero-card { padding: 20px 18px; }
  .contact-hero-card .text-link { padding-block: 8px; }
  .checkbox {
    min-height: 48px;
    grid-template-columns: 26px 1fr;
    align-items: center;
  }
  .checkbox input {
    width: 24px;
    min-height: 24px;
    margin-top: 0;
  }
  .checkbox a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-block: 8px;
  }
  .contact-detail a { padding-block: 8px; }
  .inventory-privacy-link a { padding-block: 8px; }

  /* Footer-Touchflächen auf die empfohlene Mindesthöhe bringen. */
  .footer-list a,
  .site-footer .text-link {
    min-height: 44px;
    padding-block: 8px;
  }

  .consent-row .switch {
    flex: 0 0 48px;
  }
}

@media (max-width: 430px) {
  .home-team-grid { grid-template-columns: 1fr; }
  .home-team-card {
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr);
    min-height: 122px;
  }
  .home-team-card img {
    width: 102px;
    height: 122px;
    min-height: 0;
    aspect-ratio: auto;
    object-position: center bottom;
  }
  .home-team-caption {
    position: static;
    align-content: center;
    min-width: 0;
    padding: 15px 14px;
    border-radius: 0;
    text-align: left;
  }
  .home-team-caption strong { font-size: .95rem; }
  .home-team-caption span { font-size: .78rem; }

  .hero-media img { object-position: 40% center; }
  .about-power-media img { object-position: 70% center; }
  .vehicle-hero-media img { object-position: 66% center; }
  .career-hero-media img { object-position: 73% center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 620px) {
  /* Leistungsseite als kompakte mobile Übersicht mit erhaltenen Bildmotiven. */
  .service-details-section { padding: 48px 0; }
  .service-detail-list { gap: 16px; }
  .service-detail,
  .service-detail-reverse {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 14px;
  }
  .service-detail-reverse .service-detail-media { order: 0; }
  .service-detail-media {
    width: 96px;
    height: 96px;
    min-height: 96px;
    border-radius: 14px;
  }
  .service-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
  }
  .service-detail-copy .section-kicker {
    margin-bottom: 4px;
    font-size: .76rem;
  }
  .service-detail-copy h2 {
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 1.22;
  }
  .service-detail-copy > p:not(.section-kicker) {
    margin-bottom: 6px;
    font-size: .88rem;
    line-height: 1.45;
  }
  .service-mobile-toggle {
    min-height: 40px;
    margin: 6px 0 8px;
    padding: 7px 10px;
    font-size: .82rem;
  }
  .shuttle-detail-visual {
    align-content: center;
    padding: 8px;
  }
  .shuttle-detail-visual .shuttle-route { display: none; }
  .shuttle-detail-visual p {
    font-size: .72rem;
    line-height: 1.3;
  }

  .vehicle-hero-media img { object-position: 49% center; }
}

@media (max-width: 430px) {
  .vehicle-hero-media img { object-position: 47% center; }
}
@media (max-width: 620px) {
  .service-detail.is-expanded .service-detail-copy > p .desktop-copy { display: inline; }
  .service-detail.is-expanded .service-detail-copy > p .mobile-copy { display: none; }
}


/* Version 0.28.4 – responsive Leistungsnavigation und schwarze Logos */
@media (max-width: 980px) {
  .service-jump {
    position: static !important;
    top: auto !important;
    z-index: auto;
  }
  .service-details-section {
    position: relative;
    z-index: 1;
  }
}


/* Version 0.28.7 – zentrale Online-Terminbuchung über Zeitmechanik */
.booking-page-hero p { max-width: 820px; }
.booking-section-head { max-width: 850px; }
.booking-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.booking-option-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.booking-option-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: var(--green-800);
  background: var(--green-50);
  border: 1px solid #cfe2d7;
  border-radius: 50%;
}
.booking-option-icon svg { width: 38px; height: 38px; }
.booking-option-copy h2 { margin: 0 0 12px; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.booking-option-copy > p:not(.section-kicker) { margin: 0 0 24px; color: var(--muted); }
.booking-external-button { gap: 9px; }
.booking-external-button .icon { width: 17px; height: 17px; }
.booking-provider-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 24px;
  padding: 20px 22px;
  color: #355043;
  background: var(--green-50);
  border: 1px solid #cfe2d7;
  border-radius: var(--radius-md);
}
.booking-provider-note > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--green-800);
  border-radius: 50%;
  font-weight: 800;
}
.booking-provider-note p { margin: 2px 0 0; }
.booking-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.contact-booking-note {
  max-width: fit-content;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid #d9e8df;
  border-radius: 16px;
  background: #f5fbf7;

  margin-top: 14px;
  padding: 13px 15px;
  color: #355043 !important;
  background: var(--green-50);
  border-left: 3px solid var(--green-800);
  border-radius: 0 9px 9px 0;
}
.contact-booking-note a { font-weight: 800; }

@media (max-width: 820px) {
  .booking-options-grid { grid-template-columns: 1fr; }
  .booking-contact-actions { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .booking-option-card {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 18px;
  }
  .booking-option-icon { width: 54px; height: 54px; }
  .booking-option-icon svg { width: 29px; height: 29px; }
  .booking-option-copy h2 { font-size: 1.45rem; }
  .booking-option-copy .btn { width: 100%; }
  .booking-provider-note { grid-template-columns: 30px minmax(0, 1fr); padding: 17px 15px; }
  .booking-contact-actions { width: 100%; }
  .booking-contact-actions .btn { width: 100%; }
}

@media (max-width: 980px) {
  .booking-section-head .section-copy,
  .contact-booking-note {
  max-width: fit-content;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid #d9e8df;
  border-radius: 16px;
  background: #f5fbf7;

    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}


/* Version 0.28.8 – keine automatisch abgeschnittenen Texte in responsiven Ansichten.
   Längere Inhalte erhalten stattdessen redaktionell gekürzte mobile Fassungen. */
@media (max-width: 980px) {
  .section-copy,
  .about-content > p,
  .service-detail-copy > p,
  .career-status-card p:last-child,
  .career-application-grid .section-copy,
  .career-application-note p,
  .career-benefit-card p,
  .career-departments-grid p,
  .extra-services-grid p,
  .vehicle-support-grid p,
  .contact-section-head > p:last-child,
  .location-copy > p,
  .hero-lead,
  .about-power-copy > p:not(.eyebrow),
  .vehicle-hero-copy > p:not(.eyebrow),
  .career-hero-copy > p:not(.eyebrow),
  .contact-hero-lead {
    display: block;
    overflow: visible;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    text-overflow: clip;
  }
}


/* Version 0.28.9 – emotionalerer Einstieg der Online-Terminbuchung */
.booking-hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  background: #f7faf8;
  border-bottom: 1px solid var(--line);
}
.booking-hero-media {
  position: absolute;
  inset: 0 0 0 37%;
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, #000 46%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, #000 46%, #000 100%);
}
.booking-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.78) 22%, rgba(255,255,255,.34) 44%, transparent 64%);
}
.booking-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 70%, rgba(255,255,255,.58) 100%);
}
.booking-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 42% center;
}
.booking-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 700px) 1fr;
  align-items: center;
}
.booking-hero-copy { padding: 76px 0 100px; }
.booking-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 5.7vw, 5.15rem);
}
.booking-hero-lead {
  max-width: 625px;
  margin: 0 0 12px;
  color: #35424d;
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}
.booking-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 24px;
  color: #355043;
  font-size: .94rem;
  font-weight: 700;
}
.booking-hero-facts span { display: inline-flex; align-items: center; gap: 7px; }
.booking-hero-facts svg { width: 19px; height: 19px; color: var(--green-800); }
.booking-steps {
  position: relative;
  z-index: 4;
  margin-top: -45px;
}
.booking-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}
.booking-step {
  min-width: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 22px 25px;
}
.booking-step + .booking-step { border-left: 1px solid var(--line); }
.booking-step > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--green-800);
  border-radius: 50%;
  font-weight: 850;
}
.booking-step strong { display: block; margin-bottom: 2px; color: var(--green-900); }
.booking-step p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.booking-section { padding-top: 82px; }

@media (max-width: 980px) {
  .booking-hero { min-height: 555px; }
  .booking-hero-media {
    inset: 0 -18px 0 28%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, #000 46%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.16) 12%, rgba(0,0,0,.45) 22%, rgba(0,0,0,.82) 34%, #000 46%, #000 100%);
  }
  .booking-hero-media::before { background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.82) 24%, rgba(255,255,255,.38) 46%, transparent 66%); }
  .booking-hero-media img { object-position: 40% center; }
  .booking-hero-grid { min-height: 555px; grid-template-columns: minmax(0, 68%) 1fr; }
  .booking-hero-copy { padding: 58px 0 84px; }
  .booking-steps { margin-top: -36px; }
  .booking-step { padding: 18px; }
}

@media (max-width: 620px) {
  .booking-hero { min-height: 610px; }
  .booking-hero-media { inset: 0 -18px 0 22%; }
  .booking-hero-media::before { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.9) 31%, rgba(255,255,255,.5) 52%, rgba(255,255,255,.1) 74%, transparent 100%); }
  .booking-hero-media::after { background: linear-gradient(180deg, transparent 62%, rgba(255,255,255,.7) 100%); }
  .booking-hero-media img { object-position: 38% center; }
  .booking-hero-grid { min-height: 610px; grid-template-columns: minmax(0, 92%) 1fr; }
  .booking-hero-copy { align-self: center; padding: 46px 0 80px; }
  .booking-hero-copy h1 { font-size: clamp(2.45rem, 11.5vw, 3.25rem); }
  .booking-hero-lead { max-width: 92%; font-size: 1.03rem; }
  .booking-hero-facts { display: grid; gap: 9px; margin-top: 19px; font-size: .88rem; }
  .booking-steps { margin-top: -30px; }
  .booking-steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .booking-step {
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
    padding: 14px 8px 15px;
    text-align: center;
  }
  .booking-step + .booking-step { border-left: 1px solid var(--line); }
  .booking-step > span { width: 34px; height: 34px; font-size: .86rem; }
  .booking-step strong { margin: 0; font-size: .76rem; line-height: 1.25; }
  .booking-step p { display: none; }
  .booking-section { padding-top: 58px; }
}
