:root{
  --red:#e30613;--red-dark:#b9040e;--ink:#111213;--muted:#5b6066;--line:#e5e7e9;
  --soft:#f7f8f9;--paper:#fff;--max:1570px;--radius:12px;--shadow:0 10px 28px rgba(18,24,32,.08)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.5}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-underline-offset:.18em}
.container{width:min(calc(100% - 56px),var(--max));margin-inline:auto}
.narrow{width:min(calc(100% - 48px),900px);margin-inline:auto}
.skip-link{position:fixed;left:18px;top:-100px;z-index:9999;background:#111;color:#fff;padding:12px 16px}.skip-link:focus{top:18px}
.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}
h1,h2,h3,h4{margin:0 0 .55em;font-family:Arial,Helvetica,sans-serif;line-height:1.08;letter-spacing:-.035em}
h1{font-size:clamp(2.8rem,4.8vw,5.15rem)}h2{font-size:clamp(2rem,3.5vw,3.7rem)}h3{font-size:clamp(1.2rem,1.8vw,1.65rem)}
p{margin:0 0 1.1em}.lead{font-size:clamp(1.06rem,1.5vw,1.28rem);color:#34393e;line-height:1.55}.small{font-size:.9rem;color:var(--muted)}
.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--line)}
.header-inner{min-height:104px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;flex:0 0 auto;width:250px;height:82px;overflow:hidden}
.brand img{width:100%;height:100%;object-fit:contain;object-position:left center}
.nav{margin-left:auto;display:flex;align-items:center;gap:36px;font-size:.96rem;font-weight:700}
.nav a{text-decoration:none;padding:39px 0 31px;border-bottom:3px solid transparent;white-space:nowrap}
.nav a:hover,.nav a:focus,.nav a[aria-current="page"]{color:var(--red);border-color:var(--red)}
.menu-toggle{display:none;margin-left:auto;border:2px solid var(--ink);background:#fff;padding:10px 15px;font-weight:800;border-radius:8px}.header-cta{white-space:nowrap;margin-left:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;padding:14px 27px;border:2px solid var(--red);border-radius:6px;font-weight:800;text-decoration:none;line-height:1.1;cursor:pointer}
.btn-primary{background:var(--red);color:#fff}.btn-primary:hover,.btn-primary:focus{background:var(--red-dark);border-color:var(--red-dark)}
.btn-secondary{background:#fff;color:var(--red)}.btn-secondary:hover,.btn-secondary:focus{background:#fff5f6}
.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #087ea4;outline-offset:3px}

/* Final freigegebene Startseite */
.home-hero{position:relative;overflow:hidden;background:#fff;border-bottom:1px solid var(--line)}
.home-hero-image{position:absolute;z-index:0;right:0;top:0;bottom:0;width:61%;overflow:hidden}
.home-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center center}
.home-hero-image:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.95) 8%,rgba(255,255,255,.54) 24%,rgba(255,255,255,0) 48%);pointer-events:none}
.home-hero-inner{position:relative;z-index:2;min-height:395px;display:flex;align-items:center}
.home-hero-copy{width:54%;padding:42px 0 34px}
.home-hero-copy h1{font-size:clamp(2.75rem,4.25vw,4.7rem);margin-bottom:.28em;line-height:1}
.home-hero-kicker{font-size:clamp(1.65rem,2.45vw,2.55rem);font-weight:800;letter-spacing:-.035em;margin-bottom:18px}
.home-hero-kicker span{color:var(--red);padding:0 .25em}
.home-checks{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:12px;font-size:clamp(1rem,1.25vw,1.18rem)}
.home-checks li{position:relative;padding-left:40px}
.home-checks li:before{content:"✓";position:absolute;left:0;top:.04em;width:22px;height:22px;border:2px solid var(--red);border-radius:50%;display:grid;place-items:center;color:var(--red);font-size:.78rem;font-weight:900}
.home-hero-actions{display:flex;gap:20px;flex-wrap:wrap}
.home-services{padding:25px 0 18px;background:#fff}
.home-service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch}
.home-service-card{display:flex;flex-direction:column;min-width:0;height:100%;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;box-shadow:0 4px 16px rgba(18,24,32,.05);transition:transform .18s ease,box-shadow .18s ease}
.home-service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.home-service-photo{width:100%;height:142px;overflow:hidden;background:#f1f2f3}
.home-service-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.home-service-body{position:relative;display:flex;flex-direction:column;flex:1;padding:0 17px 17px}
.home-service-icon{position:relative;z-index:2;width:55px;height:55px;margin-top:-27px;margin-bottom:10px;display:grid;place-items:center;border:1px solid #ff9aa1;border-radius:10px;background:#fff;box-shadow:0 5px 15px rgba(18,24,32,.08)}
.home-service-icon img{width:33px;height:33px;object-fit:contain}
.home-service-card h3{font-size:1.22rem;letter-spacing:-.02em;margin-bottom:5px}
.home-service-card p{font-size:.93rem;color:#30353a;line-height:1.42;margin-bottom:14px}
.home-service-more{margin-top:auto;color:var(--red);font-weight:800;font-size:.9rem}
.home-trust{padding:0 0 30px;background:#fff}
.home-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}
.home-trust-item{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center;padding:18px 42px;border-right:1px solid var(--line)}
.home-trust-item:last-child{border-right:0}
.home-trust-icon{display:grid;place-items:center;width:52px;height:52px}.home-trust-icon img{width:44px;height:44px;object-fit:contain}
.home-trust-item strong{display:block;font-size:1.12rem}.home-trust-item span{font-size:.9rem;color:var(--muted)}

/* Unterseiten */
.section{padding:82px 0}.section-alt{background:var(--soft)}.section-dark{background:#161819;color:#fff}.section-dark .lead{color:#d9dde0}
.section-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:end;margin-bottom:40px}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px rgba(18,24,32,.05)}.card img{width:100%;aspect-ratio:16/9;object-fit:cover}.card-body{padding:26px}.text-link{color:var(--red);font-weight:800}.notice{padding:22px 24px;border-left:5px solid var(--red);background:#fff6f7;margin:28px 0}.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}
.page-hero{background:linear-gradient(90deg,#edf6ff 0%,#fff 55%);border-bottom:1px solid var(--line)}.page-hero-grid{display:grid;grid-template-columns:.8fr 1.2fr;min-height:350px;align-items:stretch}.page-hero-copy{align-self:center;padding:54px 50px 54px 0}.page-hero-image{position:relative;overflow:hidden}.page-hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,0) 35%);z-index:1}.page-hero-image img{width:100%;height:100%;min-height:350px;object-fit:cover}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:70px}.content h2{margin-top:1.55em}.content h3{margin-top:1.35em}.content ul{padding-left:1.15em}.sidebar{position:sticky;top:125px;align-self:start}.sidebar-nav{border:1px solid var(--line);border-radius:12px;padding:23px;background:#fff;box-shadow:0 10px 26px rgba(18,24,32,.05)}.sidebar-nav strong{display:block;margin-bottom:8px}.sidebar-nav a{display:block;padding:9px 0;text-decoration:none}.sidebar-nav a:hover{color:var(--red)}
.fact-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.fact{display:grid;grid-template-columns:150px 1fr;gap:22px;padding:24px;border-bottom:1px solid var(--line)}.fact:last-child{border:0}.fact strong{font-size:1.35rem;color:var(--red)}
.process{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{counter-increment:step;padding:26px;border:1px solid #3b3f42;border-radius:12px;background:#202325}.step:before{content:"0" counter(step);display:block;font-size:2.1rem;font-weight:900;color:var(--red);margin-bottom:12px}.step p{color:#d8dadd}
.region-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}.region-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.region-chip{padding:19px 20px;border-left:4px solid var(--red);background:var(--soft);font-weight:800}
.cta{background:var(--red);color:#fff;padding:64px 0}.cta-inner{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:center}.cta .btn-secondary{border-color:#fff;color:#fff;background:transparent}.cta .btn-secondary:hover{background:#fff;color:var(--red)}
.form-shell{background:#fff;border:1px solid var(--line);padding:32px;border-radius:var(--radius);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:flex;flex-direction:column;gap:7px}.field-full{grid-column:1/-1}.field label{font-weight:800}.field input,.field select,.field textarea{font:inherit;border:1px solid #adb2b7;border-radius:8px;padding:13px 14px;min-height:52px;background:#fff}.field textarea{min-height:150px}.checkbox{display:flex;align-items:flex-start;gap:10px}.checkbox input{margin-top:7px}.form-note{background:var(--soft);padding:18px;font-size:.92rem}.legal h2{font-size:2rem}.legal h3{font-size:1.35rem}
.site-footer{background:#fff;border-top:1px solid var(--line);padding:22px 0 18px}.footer-main{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}.footer-company a{text-decoration:none}.footer-links{display:flex;gap:28px}.footer-links a{text-decoration:none}.footer-links a:hover{color:var(--red)}.footer-bottom{border-top:1px solid var(--line);margin-top:18px;padding-top:15px;font-size:.82rem;color:var(--muted)}.mobile-actions{display:none}

@media(max-width:1400px){.nav{gap:22px}.brand{width:220px}.header-inner{gap:20px}.home-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-service-photo{height:185px}}
@media(max-width:1040px){.nav,.header-cta{display:none}.menu-toggle{display:block}.nav.open{position:absolute;display:flex;flex-direction:column;align-items:stretch;gap:0;left:0;right:0;top:104px;background:#fff;border-bottom:1px solid var(--line);padding:18px 28px;box-shadow:var(--shadow)}.nav.open a{padding:14px 0}.home-hero-image{position:relative;width:100%;height:340px}.home-hero-image:before{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.2) 24%,rgba(255,255,255,0) 50%)}.home-hero-inner{display:block;min-height:auto}.home-hero-copy{width:100%;padding:42px 0 32px}.home-hero-image{margin-top:-5px}.section-head,.split,.content-layout,.region-grid,.cta-inner{grid-template-columns:1fr}.sidebar{position:static}.cards-3{grid-template-columns:repeat(2,1fr)}.home-trust-grid{grid-template-columns:1fr}.home-trust-item{border-right:0;border-bottom:1px solid var(--line)}.home-trust-item:last-child{border-bottom:0}.page-hero-grid{grid-template-columns:1fr}.page-hero-copy{padding-right:0}.page-hero-image img{min-height:300px}.page-hero-image:before{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,0) 25%)}}
@media(max-width:700px){body{font-size:16px}.container,.narrow{width:min(calc(100% - 28px),var(--max))}.header-inner{min-height:78px}.brand{width:180px;height:60px}.nav.open{top:78px}.home-hero-copy{padding:34px 0 26px}.home-hero-copy h1{font-size:2.35rem}.home-hero-kicker{font-size:1.5rem}.home-checks{font-size:.98rem}.home-hero-actions,.button-row{flex-direction:column}.btn{width:100%}.home-hero-image{height:245px}.home-service-grid,.cards-3,.process,.region-list,.form-grid{grid-template-columns:1fr}.home-service-photo{height:210px}.section{padding:58px 0}.section-head{gap:18px}.page-hero-copy{padding:42px 0 28px}.page-hero-image img{min-height:220px}.fact{grid-template-columns:1fr;gap:5px}.footer-main{grid-template-columns:1fr}.footer-links{flex-wrap:wrap;gap:16px}.mobile-actions{position:fixed;display:grid;grid-template-columns:1fr 1fr;bottom:0;left:0;right:0;z-index:900;background:#fff;border-top:1px solid var(--line)}.mobile-actions a{padding:14px;text-align:center;text-decoration:none;font-weight:800}.mobile-actions a:last-child{background:var(--red);color:#fff}.site-footer{padding-bottom:78px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* =========================================================
   Startseite v2.2.0 – festes, freigegebenes Layout
   Diese Regeln sind bewusst isoliert, um Verschiebungen durch
   Gutenberg-, Plugin- oder Alt-CSS auszuschließen.
   ========================================================= */
.home .site-header{position:relative;top:auto;box-shadow:none;background:#fff}
.home .header-inner{min-height:92px;gap:24px}
.home .brand{width:210px;height:74px}
.home .brand img{object-fit:contain;object-position:left center}
.home .nav{gap:38px;font-size:15px}
.home .nav a{padding:34px 0 25px;border-bottom-width:2px}
.home .header-cta{min-width:180px;margin-left:18px;min-height:52px;border-radius:6px;padding-inline:25px}

.final-home-hero{position:relative;isolation:isolate;min-height:398px;overflow:hidden;background:#fff;border-bottom:0}
.final-home-hero-media{position:absolute;z-index:-2;inset:0 0 0 36%;overflow:hidden;background:#edf5fc}
.final-home-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.final-home-hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 29%,rgba(255,255,255,.95) 36%,rgba(255,255,255,.55) 47%,rgba(255,255,255,0) 62%);pointer-events:none}
.final-home-hero-inner{min-height:398px;display:flex;align-items:center}
.final-home-hero-copy{width:min(760px,51%);padding:34px 0 30px}
.final-home-hero-copy h1{font-size:clamp(2.9rem,4.05vw,4.35rem);line-height:.98;letter-spacing:-.052em;margin:0 0 18px;white-space:nowrap}
.final-home-disciplines{margin:0 0 23px;font-size:clamp(1.65rem,2.15vw,2.15rem);line-height:1.1;font-weight:800;letter-spacing:-.035em;color:#111}
.final-home-disciplines span{display:inline-block;color:var(--red);padding:0 .28em}
.final-home-checks{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:11px;font-size:clamp(1rem,1.1vw,1.13rem);line-height:1.35}
.final-home-checks li{position:relative;padding-left:39px}
.final-home-checks li:before{content:"✓";position:absolute;left:0;top:.02em;width:22px;height:22px;border:2px solid var(--red);border-radius:50%;display:grid;place-items:center;color:var(--red);font-size:.75rem;line-height:1;font-weight:900;background:#fff}
.final-home-actions{display:flex;gap:20px;flex-wrap:wrap}
.final-home-actions .btn{min-width:240px;min-height:50px;padding:12px 24px;font-size:1rem}

.final-home-services{padding:22px 0 17px;background:#fff}
.final-home-service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch}
.final-home-card{display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;border:1px solid #e0e3e6;border-radius:10px;background:#fff;text-decoration:none;color:#111;box-shadow:0 2px 10px rgba(18,24,32,.035);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.final-home-card:hover,.final-home-card:focus-visible{transform:translateY(-2px);border-color:#f3a2a8;box-shadow:0 10px 24px rgba(18,24,32,.08)}
.final-home-card-photo{height:143px;overflow:hidden;background:#eef1f3}
.final-home-card-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.final-home-card-body{position:relative;display:flex;flex-direction:column;flex:1;min-height:179px;padding:36px 17px 15px}
.final-home-card-icon{position:absolute;left:17px;top:-27px;width:56px;height:56px;display:grid;place-items:center;border:1px solid #ffabb0;border-radius:10px;background:#fff;box-shadow:0 4px 12px rgba(18,24,32,.06)}
.final-home-card-icon img{display:block;width:34px;height:34px;object-fit:contain}
.final-home-card h2{margin:0 0 5px;font-size:1.22rem;line-height:1.08;letter-spacing:-.02em}
.final-home-card p{margin:0 0 14px;font-size:.91rem;line-height:1.36;color:#222}
.final-home-card-link{margin-top:auto;color:var(--red);font-size:.88rem;font-weight:800}
.final-home-card-link span{margin-left:8px}

.final-home-trust{padding:0 0 25px;background:#fff}
.final-home-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #e0e3e6;border-radius:10px;background:#fff}
.final-home-trust-item{display:grid;grid-template-columns:58px 1fr;gap:17px;align-items:center;min-height:84px;padding:15px 43px;border-right:1px solid #e0e3e6}
.final-home-trust-item:last-child{border-right:0}
.final-home-trust-icon{display:grid;place-items:center;width:52px;height:52px}
.final-home-trust-icon img{width:46px;height:46px;object-fit:contain}
.final-home-trust-item strong{display:block;margin-bottom:2px;font-size:1.08rem;line-height:1.15}
.final-home-trust-item span{display:block;font-size:.87rem;line-height:1.35;color:#4e545a}

.home .site-footer{margin-top:0}

@media (max-width:1500px){
  .home .nav{gap:25px}
  .home .brand{width:195px}
  .final-home-hero-copy{width:54%}
  .final-home-service-grid{gap:14px}
  .final-home-card-body{padding-inline:14px}
  .final-home-card-icon{left:14px}
  .final-home-trust-item{padding-inline:28px}
}
@media (max-width:1180px){
  .home .nav,.home .header-cta{display:none}
  .home .menu-toggle{display:block}
  .home .nav.open{top:92px}
  .final-home-hero{display:flex;flex-direction:column;min-height:0}
  .final-home-hero-media{position:relative;inset:auto;order:1;width:100%;height:360px;z-index:0}
  .final-home-hero:after{display:none}
  .final-home-hero-inner{order:2;min-height:0;width:100%;padding-block:0}
  .final-home-hero-copy{width:100%;padding:38px 0 34px}
  .final-home-hero-copy h1{white-space:normal}
  .final-home-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .final-home-card-photo{height:180px}
  .final-home-trust-grid{grid-template-columns:1fr}
  .final-home-trust-item{border-right:0;border-bottom:1px solid #e0e3e6}
  .final-home-trust-item:last-child{border-bottom:0}
}
@media (max-width:760px){
  .home .header-inner{min-height:78px}
  .home .brand{width:170px;height:60px}
  .home .nav.open{top:78px}
  .final-home-hero-media{height:245px}
  .final-home-hero-copy{padding:30px 0 27px}
  .final-home-hero-copy h1{font-size:2.38rem;margin-bottom:14px}
  .final-home-disciplines{font-size:1.42rem;display:flex;flex-wrap:wrap;gap:5px 8px}
  .final-home-disciplines span{padding:0}
  .final-home-checks{font-size:.97rem;gap:10px}
  .final-home-actions{display:grid;grid-template-columns:1fr;gap:12px}
  .final-home-actions .btn{width:100%;min-width:0}
  .final-home-service-grid{grid-template-columns:1fr}
  .final-home-card-photo{height:210px}
  .final-home-card-body{min-height:170px;padding:38px 18px 17px}
  .final-home-card-icon{left:18px}
  .final-home-trust-item{grid-template-columns:52px 1fr;padding:16px 18px}
}
@media (prefers-reduced-motion:reduce){
  .final-home-card{transition:none}
}

/* Responsive image sources: no visible layout changes */
.page-hero-image picture,.final-home-hero-media picture,.final-home-card-photo picture{display:block;width:100%;height:100%}
.page-hero-image picture img,.final-home-hero-media picture img,.final-home-card-photo picture img{display:block;width:100%;height:100%;object-fit:cover}
