:root{
  --green:#079541;--green2:#0bb251;--navy:#082a55;--text:#132439;--muted:#647488;
  --soft:#f3f8fa;--line:#dde6ea;--white:#fff;--shadow:0 14px 38px rgba(3,35,65,.14)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.45}
a{color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}
.microbar{background:#f4f7f8;border-bottom:1px solid #e5ebee;font-size:12px;color:#526273}
.microbar__inner{height:31px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #e8eef0;box-shadow:0 2px 10px rgba(1,30,55,.05)}
.nav{height:72px;display:flex;align-items:center;gap:24px}.brand img{width:190px;display:block}.navlinks{margin-left:auto;display:flex;gap:28px;align-items:center;font-size:14px;font-weight:700}.navlinks a{text-decoration:none}.navlinks a:hover{color:var(--green)}
.button{border-radius:7px;padding:13px 19px;text-decoration:none;font-weight:800;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.button--primary{background:var(--green);color:white;box-shadow:0 9px 20px rgba(7,149,65,.22)}.button--primary:hover{background:#057c36}.button--wide{width:100%;font-size:16px}
.hero{position:relative;min-height:480px;background:#f3f8f5;overflow:hidden}
.hero__photo{position:absolute;inset:0 0 0 48%;background:url('assets/img/hero.jpg') center center/cover no-repeat}
.hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 34%,rgba(255,255,255,.52) 56%,rgba(255,255,255,.10) 76%)}
.hero__grid{position:relative;display:grid;grid-template-columns:1.08fr .78fr;gap:54px;align-items:center;min-height:480px;padding:30px 0}
.hero__copy{max-width:560px;padding:15px 0}.eyebrow{text-transform:uppercase;font-weight:900;letter-spacing:.06em;color:var(--green);font-size:13px;margin-bottom:10px}
h1{margin:0;color:var(--navy);font-size:54px;line-height:.98;letter-spacing:-.03em}h1 span{color:var(--green)}
.hero__lead{font-size:19px;max-width:540px;margin:18px 0 19px}.benefits{display:grid;gap:10px;font-weight:800}.benefits div{display:flex;align-items:center;gap:9px}.benefits i{font-style:normal;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff}
.script-note{display:inline-block;color:var(--green);font-size:23px;font-style:italic;font-weight:800;transform:rotate(-5deg);margin:17px 0 0 210px;line-height:1.05}
.form-card{background:white;padding:22px;border-radius:9px;box-shadow:var(--shadow);border:1px solid rgba(8,42,85,.12);align-self:center}.form-card h2{font-size:29px;line-height:1;margin:0 0 8px;color:var(--navy)}.form-card>p{font-size:14px;margin:0 0 12px;color:#526273}
.form-card form{display:grid;gap:8px}.input{height:42px;display:flex;align-items:center;border:1px solid #cfdbe0;border-radius:5px;background:#fff}.input span{width:42px;text-align:center;color:#5c6b78}.input input,.input select{height:100%;width:100%;border:0;background:transparent;padding:0 10px;outline:0;font:inherit}.form-card textarea{min-height:70px;border:1px solid #cfdbe0;border-radius:5px;padding:10px;font:inherit;resize:vertical}
.upload{border:1px solid #cfdbe0;border-radius:5px;padding:9px 12px;font-weight:700;font-size:13px;cursor:pointer}.upload span{display:block;font-size:11px;color:#6f7d88;font-weight:400}.upload input{display:block;margin-top:6px;width:100%;font-size:11px}
.consent{display:flex;gap:8px;font-size:11px;line-height:1.3;color:#5a6873}.consent input{width:17px;height:17px;flex:0 0 auto}.privacy{text-align:center;font-size:10px;color:#687581;margin-top:1px}.hp{position:absolute;left:-9999px}
.trustbar{border-top:1px solid #e7edef;border-bottom:1px solid #e7edef;background:#fff}.trustbar__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trustitem{padding:20px 22px;display:flex;align-items:center;gap:14px;border-right:1px solid #e5e9ec}.trustitem:last-child{border-right:0}.trusticon{width:46px;height:46px;flex:0 0 46px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:900}.trustitem b{display:block;color:var(--navy);font-size:15px}.trustitem span{display:block;color:#627180;font-size:12px;margin-top:2px}
.section{padding:30px 0 38px}.section--soft{background:linear-gradient(#f4fafc,#eef7f8)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:15px}.section-heading h2,.region-copy h2,.steps h2,.faq-section h2{font-size:33px;color:var(--navy);margin:0 0 2px;line-height:1}.section-heading p,.region-copy p,.faq-intro{margin:0;color:#57687a}.section-heading>a{color:var(--navy);font-size:13px;font-weight:800}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.service-card{background:#fff;border:1px solid #e2eaee;border-radius:7px;overflow:hidden;padding-bottom:14px;box-shadow:0 5px 15px rgba(6,44,76,.04)}.service-card img{width:100%;height:117px;object-fit:cover;display:block}.service-card h3{font-size:15px;color:var(--navy);margin:9px 10px 1px;text-align:center}.service-card p{font-size:12px;color:#56677a;margin:0 10px;text-align:center}
.region-section{background:#fff}.region-grid{display:grid;grid-template-columns:1.05fr .85fr 1fr;gap:20px;align-items:stretch}.region-copy{background:#f0faf4;border-radius:8px;padding:20px}.places{display:grid;grid-template-columns:1fr 1fr;gap:7px 18px;margin-top:16px}.places span{font-size:14px;font-weight:700}.places span::first-letter{color:var(--green)}
.map-card{background:#eef8f0;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.map-card img{width:100%;height:100%;object-fit:cover}
.steps{padding:13px 10px}.step{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;margin:16px 0}.step strong{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:22px}.step b{font-size:15px;color:var(--navy)}.step p{font-size:12px;margin:3px 0 0;color:#5c6b78}
.faq-section{padding-top:10px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin-top:13px}.faq-grid details{border:1px solid #dce5e9;border-radius:5px;padding:12px 15px;background:#fff}.faq-grid summary{font-weight:800;color:var(--navy);cursor:pointer}.faq-grid details p{font-size:13px;color:#5f6e7b}
.bottom-cta{position:relative;color:#fff;overflow:hidden}.bottom-cta__bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,39,72,.86),rgba(4,39,72,.6)),url('assets/img/hessen-panorama.jpg') center/cover no-repeat}.bottom-cta__inner{position:relative;padding:27px 0;display:flex;align-items:center;justify-content:space-between;gap:25px}.bottom-cta h2{margin:0;font-size:28px}.bottom-cta p{margin:4px 0 0;font-size:13px;max-width:660px}
.footer{background:#fff;border-top:1px solid #e4eaed;padding:25px 0 15px}.footer__grid{display:grid;grid-template-columns:230px 1fr auto;gap:30px;align-items:center}.footer__grid>img{width:180px}.footer nav{display:flex;gap:18px;justify-content:center}.footer a{text-decoration:none;font-size:12px;color:#32465c}.footer__note{font-size:10px;color:#77848f;text-align:center;margin-top:18px}
@media(max-width:980px){.navlinks{display:none}.hero__grid{grid-template-columns:1fr 1fr;gap:24px}.hero__photo{left:30%}.service-grid{grid-template-columns:repeat(3,1fr)}.region-grid{grid-template-columns:1fr 1fr}.steps{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps h2{grid-column:1/-1}.step{margin:0}.trustbar__grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.microbar{display:none}.nav{height:64px}.brand img{width:160px}.nav-cta{padding:10px 12px;font-size:12px}.hero{min-height:0}.hero__photo{position:absolute;left:0;top:0;right:0;height:330px;opacity:.28}.hero__veil{background:linear-gradient(180deg,rgba(255,255,255,.72),#fff 60%)}.hero__grid{grid-template-columns:1fr;padding:25px 0 30px}.hero__copy{padding-top:0}h1{font-size:42px}.hero__lead{font-size:17px}.script-note{margin-left:90px}.form-card{margin-top:5px}.trustbar__grid{grid-template-columns:1fr}.trustitem{border-right:0;border-bottom:1px solid #e5e9ec}.service-grid{grid-template-columns:1fr 1fr}.region-grid{grid-template-columns:1fr}.steps{grid-column:auto;display:block}.faq-grid{grid-template-columns:1fr}.bottom-cta__inner{flex-direction:column;align-items:flex-start}.footer__grid{grid-template-columns:1fr;text-align:center}.footer__grid>img{margin:auto}.footer nav{flex-wrap:wrap}.section-heading{align-items:flex-start;flex-direction:column}.places{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.wrap{width:min(100% - 24px,1180px)}h1{font-size:36px}.service-grid{grid-template-columns:1fr}.places{grid-template-columns:1fr}.hero__copy{max-width:none}}


/* ===== Hero rebuild: clean separation of text, photo and form ===== */
.hero{
  background:linear-gradient(180deg,#f7faf8 0%, #f2f7f8 100%);
  min-height:auto;
  padding:30px 0 24px;
  overflow:hidden;
}
.hero-split{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(420px, 500px);
  gap:34px;
  align-items:center;
}
.hero-copybox{
  max-width:600px;
  padding:28px 0 18px;
}
.hero-side{
  position:relative;
  min-height:500px;
}
.hero-photo-card{
  position:absolute;
  inset:0 0 0 70px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(8,42,85,.14);
  background:#e9f1f5;
}
.hero-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.hero-form{
  position:relative;
  z-index:2;
  max-width:370px;
  margin:26px 0 26px 0;
}
.script-note{margin-left:160px}

@media(max-width:1100px){
  .hero-split{
    grid-template-columns:1fr 430px;
    gap:24px;
  }
  .hero-photo-card{inset:0 0 0 45px}
}
@media(max-width:860px){
  .hero{
    padding:18px 0 24px;
  }
  .hero-split{
    grid-template-columns:1fr;
  }
  .hero-copybox{
    max-width:none;
    padding:8px 0 0;
  }
  .hero-side{
    min-height:auto;
  }
  .hero-photo-card{
    position:relative;
    inset:auto;
    height:300px;
    margin-bottom:14px;
  }
  .hero-form{
    max-width:none;
    margin:0;
  }
  .script-note{margin-left:90px}
}
@media(max-width:520px){
  .hero-photo-card{height:240px}
  .script-note{margin-left:25px}
}


/* =========================================================
   V8 – sauberer Hero: KEIN Text/Formular Bestandteil des Fotos
   ========================================================= */
.hero-v8{
  position:relative;
  min-height:520px;
  overflow:hidden;
  background:#fff;
  border-bottom:1px solid #e7edef;
}
.hero-v8__photo{
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  bottom:0;
  width:53%;
  overflow:hidden;
  background:#eaf1ed;
}
.hero-v8__photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 48%;
}
.hero-v8__photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.80) 0%,
    rgba(255,255,255,.24) 18%,
    rgba(255,255,255,0) 42%
  );
}
.hero-v8__layout{
  position:relative;
  z-index:2;
  min-height:520px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 385px;
  gap:70px;
  align-items:center;
  padding:28px 0;
}
.hero-v8__copy{
  max-width:600px;
  padding:8px 0;
}
.hero-v8__copy h1{
  font-size:54px;
}
.hero-v8__copy .script-note{
  margin-left:180px;
}
.hero-v8__form{
  width:385px;
  margin-left:auto;
  position:relative;
  z-index:3;
}

@media (max-width:1000px){
  .hero-v8__photo{width:58%}
  .hero-v8__layout{
    grid-template-columns:minmax(0,1fr) 355px;
    gap:28px;
  }
  .hero-v8__form{width:355px}
  .hero-v8__copy h1{font-size:45px}
}
@media (max-width:760px){
  .hero-v8{
    padding-bottom:22px;
  }
  .hero-v8__photo{
    position:relative;
    width:100%;
    height:300px;
  }
  .hero-v8__photo::after{
    background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.20));
  }
  .hero-v8__layout{
    min-height:auto;
    grid-template-columns:1fr;
    gap:18px;
    padding:22px 0 0;
  }
  .hero-v8__copy{
    max-width:none;
  }
  .hero-v8__copy h1{
    font-size:40px;
  }
  .hero-v8__copy .script-note{
    margin-left:70px;
  }
  .hero-v8__form{
    width:100%;
    margin:0;
  }
}
