:root {
  --ink:#0b1724; --navy:#081725; --navy-2:#0d243c; --blue:#0f5ea8; --blue-2:#0b477f; --steel:#5c7084; --muted:#697789; --line:#dce5ee; --soft:#f3f7fb; --soft-2:#eaf1f7; --white:#fff; --gold:#c89b55; --shadow:0 24px 70px rgba(8,23,37,.14); --shadow-soft:0 12px 36px rgba(8,23,37,.08); --radius:26px; --container:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased} img{max-width:100%;height:auto;display:block} a{color:var(--blue);text-decoration:none} a:hover{color:var(--blue-2)} p{margin:0 0 1rem} h1,h2,h3{margin:0 0 1rem;color:var(--navy);line-height:1.12;letter-spacing:-.035em} h1{font-size:clamp(2.55rem,5.8vw,5.45rem)} h2{font-size:clamp(1.85rem,3.2vw,3.25rem)} h3{font-size:1.22rem}.container{width:min(100% - 42px,var(--container));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:1rem;z-index:999;background:var(--navy);color:white;padding:.85rem 1rem;border-radius:10px}.skip-link:focus{left:1rem}.topline{background:var(--navy);color:#dbe8f5;font-size:.9rem}.topline-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:1rem}.topline a{color:#dbe8f5}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.91);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,229,238,.9)}.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand,.footer-brand{display:flex;align-items:center;gap:.92rem;color:var(--navy)}.brand img,.footer-brand img{border-radius:12px;box-shadow:0 10px 28px rgba(8,23,37,.16)}.brand strong{display:block;font-size:1.34rem;letter-spacing:.12em;text-transform:uppercase}.brand small{display:block;color:var(--steel);font-weight:650}.main-nav{display:flex;align-items:center;gap:clamp(.65rem,1.8vw,1.5rem)}.main-nav a{color:var(--navy);font-weight:800;font-size:.88rem;letter-spacing:.085em;text-transform:uppercase;padding:.7rem .2rem;border-bottom:2px solid transparent}.main-nav a.active,.main-nav a:hover{color:var(--blue);border-color:var(--blue)}.main-nav .nav-cta{background:var(--navy);color:white;border:0;border-radius:999px;padding:.78rem 1rem}.main-nav .nav-cta:hover{background:var(--blue);color:white}.nav-toggle{display:none;border:1px solid var(--line);background:white;border-radius:999px;padding:.75rem 1rem;font-weight:800}.eyebrow{display:inline-block;margin-bottom:1rem;color:var(--blue);font-size:.78rem;font-weight:900;letter-spacing:.28em;text-transform:uppercase}.eyebrow.light{color:#9bc3e4}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:50px;padding:.92rem 1.25rem;border-radius:999px;border:2px solid var(--blue);background:var(--blue);color:white;font-weight:850;letter-spacing:.015em;box-shadow:0 12px 28px rgba(15,94,168,.2);cursor:pointer;font:inherit}.button:hover{background:var(--blue-2);border-color:var(--blue-2);color:white}.button-ghost{background:rgba(255,255,255,.8);color:var(--navy);border-color:rgba(8,23,37,.22);box-shadow:none}.button-ghost:hover{background:white;color:var(--blue);border-color:var(--blue)}.button-light{background:white;border-color:white;color:var(--navy);box-shadow:none}.button-light:hover{background:#eaf1f7;color:var(--navy);border-color:#eaf1f7}.button-small{min-height:42px;padding:.65rem 1rem}.hero{position:relative;isolation:isolate;overflow:hidden;min-height:760px;display:grid;align-items:center}.hero-bg{position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.95) 43%,rgba(255,255,255,.64) 61%,rgba(8,23,37,.42) 100%),url('../img/plan-hero.webp') center bottom/cover no-repeat;z-index:-2}.hero::after{content:"";position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(0deg,#fff,rgba(255,255,255,0));z-index:-1}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,430px);gap:clamp(2rem,6vw,5.5rem);align-items:end;padding-block:5rem 3rem}.hero-copy{max-width:760px}.lead{font-size:clamp(1.11rem,1.6vw,1.34rem);max-width:720px;color:#223246}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2.3rem 0 0}.hero-facts div{padding:1rem;border-radius:18px;background:rgba(255,255,255,.76);border:1px solid rgba(220,229,238,.85);box-shadow:var(--shadow-soft)}.hero-facts dt{font-weight:900;color:var(--navy);font-size:1.02rem}.hero-facts dd{margin:0;color:var(--muted);font-size:.93rem}.profile-card{align-self:end;position:relative;background:linear-gradient(155deg,#fff,#edf4fa);border:1px solid rgba(220,229,238,.9);border-radius:34px;padding:.75rem;box-shadow:var(--shadow);overflow:hidden}.profile-card::before{content:"";position:absolute;inset:1.1rem;border:1px solid rgba(255,255,255,.75);border-radius:28px;pointer-events:none}.profile-card img{border-radius:26px;width:100%;height:auto;object-fit:cover}.profile-caption{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;background:rgba(8,23,37,.86);color:white;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:1rem;backdrop-filter:blur(12px)}.profile-caption strong{display:block;font-size:1.05rem}.profile-caption span{color:#dceaf5}.trust-strip{position:relative;margin-top:-1px;background:white;border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid article{padding:2rem 1.25rem;border-right:1px solid var(--line)}.trust-grid article:first-child{padding-left:0}.trust-grid article:last-child{border-right:0;padding-right:0}.trust-grid span{display:block;color:var(--gold);font-weight:900;margin-bottom:.6rem}.trust-grid h2{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}.trust-grid p{color:var(--muted);font-size:.96rem;margin:0}.section{padding-block:clamp(4.2rem,7vw,7.4rem)}.soft-section{background:var(--soft)}.intro-section{background:linear-gradient(180deg,#fff,#fbfdff)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,6vw,5rem);align-items:center}.split.reverse{grid-template-columns:.92fr 1.08fr}.premium-panel,.process-card,.page-hero-card,.form-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.4rem,3vw,2.35rem);box-shadow:var(--shadow)}.premium-panel{background:linear-gradient(145deg,#fff,#f5f9fc)}.no-shadow{box-shadow:none}.check-list{list-style:none;padding:0;margin:1.2rem 0;display:grid;gap:.75rem}.check-list li{position:relative;padding-left:1.8rem}.check-list li::before{content:"";position:absolute;left:0;top:.45rem;width:.72rem;height:.72rem;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px rgba(15,94,168,.12)}.text-link{font-weight:900;border-bottom:2px solid rgba(15,94,168,.25)}.dark-section{background:radial-gradient(circle at top left,rgba(15,94,168,.28),transparent 34%),linear-gradient(135deg,var(--navy),#0e2a46);color:#dceaf5}.dark-section h2,.dark-section h3{color:white}.dark-section p{color:#dceaf5}.center{text-align:center;margin-inline:auto}.section-head{max-width:820px}.section-head p{font-size:1.08rem;color:var(--muted)}.dark-section .section-head p{color:#dceaf5}.service-teasers{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.service-teasers article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:1.55rem}.card-number{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:14px;background:white;color:var(--blue);font-weight:900;margin-bottom:1rem}.process-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:1rem}.process-list li{display:grid;grid-template-columns:3.2rem 1fr;gap:1rem;position:relative}.process-list li::before{content:counter(item);counter-increment:item;display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:50%;background:var(--navy);color:white;font-weight:900}.process-list{counter-reset:item}.process-list strong{display:block;color:var(--navy)}.process-list span{color:var(--muted)}.reference-teaser-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.reference-teaser-grid article{background:white;border:1px solid var(--line);border-radius:20px;padding:1.25rem;box-shadow:var(--shadow-soft)}.reference-teaser-grid strong{display:block;color:var(--navy);font-size:1.1rem}.reference-teaser-grid span{color:var(--muted)}.page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy),#113456);color:white;padding-block:clamp(4.5rem,7vw,7rem);isolation:isolate}.page-hero h1,.page-hero p{color:white}.page-hero p{font-size:1.12rem;color:#dceaf5;max-width:780px}.watermark::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,23,37,.93),rgba(8,23,37,.78)),url('../img/plan-watermark.webp') center/cover no-repeat;z-index:-1}.page-hero-grid{display:grid;grid-template-columns:1fr minmax(260px,360px);gap:2rem;align-items:center}.page-hero-card{background:rgba(255,255,255,.1);color:white;border-color:rgba(255,255,255,.18);box-shadow:none}.page-hero-card strong{display:block;font-size:1.2rem;color:white}.page-hero-card span{color:#dceaf5}.two-columns{display:grid;grid-template-columns:.34fr .66fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}.sticky-aside{position:sticky;top:126px}.service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.service-detail{background:white;border:1px solid var(--line);border-radius:22px;padding:1.35rem;box-shadow:var(--shadow-soft)}.service-detail span{display:inline-flex;margin-bottom:.85rem;color:var(--gold);font-weight:950}.service-detail h2{font-size:1.2rem;letter-spacing:-.02em}.service-detail p{color:var(--muted);margin:0}.tag-cloud{display:flex;flex-wrap:wrap;gap:.85rem}.tag-cloud span{display:inline-flex;padding:.75rem 1rem;border-radius:999px;background:white;border:1px solid var(--line);font-weight:800;box-shadow:0 8px 20px rgba(8,23,37,.05)}.mini-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,#fff,#edf4fa);border:1px solid var(--line);border-radius:30px;padding:2rem;box-shadow:var(--shadow-soft)}.mini-cta h2{font-size:1.55rem}.mini-cta p{max-width:730px;color:var(--muted);margin:0}.reference-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.reference-card{grid-column:span 3;background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-soft)}.reference-card.featured{grid-column:span 6;display:grid;grid-template-columns:1.2fr .8fr;align-items:center}.reference-card div{padding:1.25rem}.reference-card div span{display:inline-block;color:var(--gold);font-weight:900;margin-bottom:.45rem}.reference-card h2{font-size:1.25rem}.reference-card p{color:var(--muted);margin:0}.gallery-button{display:block;width:100%;padding:0;border:0;background:#eef4f9;cursor:zoom-in}.gallery-button img{width:100%;height:250px;object-fit:contain;padding:1rem;transition:transform .25s ease}.featured .gallery-button img{height:340px}.gallery-button:hover img{transform:scale(1.025)}.modal{position:fixed;inset:0;z-index:600;background:rgba(4,14,24,.88);display:grid;place-items:center;padding:5vh 4vw}.modal[hidden]{display:none}.modal figure{margin:0;max-width:min(1160px,96vw)}.modal img{max-height:78vh;width:auto;margin:auto;background:white;border-radius:14px}.modal figcaption{text-align:center;color:white;margin-top:1rem}.modal-close{position:fixed;top:1.2rem;right:1.2rem;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);color:white;font-size:2rem;cursor:pointer}.contact-hero{background:linear-gradient(135deg,var(--navy),#12385c)}.contact-grid{display:grid;grid-template-columns:.42fr .58fr;gap:1.25rem;align-items:start}.contact-panel{background:linear-gradient(160deg,var(--navy),#12385c);color:white;border-radius:30px;padding:2rem;box-shadow:var(--shadow);position:sticky;top:126px}.contact-panel h2{color:white}.contact-panel a{color:white}.contact-panel p{color:#dceaf5}.contact-lines{display:grid;gap:.8rem;margin-top:1.5rem}.premium-form p{color:var(--muted)}.form-row{margin-bottom:1rem}.form-row.two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row.two p{margin:0}label{display:block;font-weight:850;color:var(--navy);margin-bottom:.35rem}input,textarea,select{width:100%;border:1px solid #cfdbe7;border-radius:14px;padding:.88rem 1rem;font:inherit;color:var(--ink);background:white}input:focus,textarea:focus,select:focus{outline:3px solid rgba(15,94,168,.18);border-color:var(--blue)}textarea{resize:vertical}.checkbox{display:flex;gap:.72rem;align-items:flex-start;color:var(--muted);font-weight:600;margin:1rem 0 1.35rem}.checkbox input{width:auto;margin-top:.32rem}.hp-field{display:none}.notice{padding:1rem;border-radius:14px;margin:1rem 0;font-weight:850}.notice.success{background:#edf8f2;border:1px solid #b9e2c9;color:#145a32}.notice.error{background:#fff1f1;border:1px solid #efbaba;color:#8a1919}.legal-hero{padding-block:4.5rem}.legal-content{max-width:940px}.legal-content h2{font-size:1.35rem;margin-top:2rem}.legal-content h2:first-child{margin-top:0}.closing-cta{background:linear-gradient(135deg,var(--navy),#103151);color:white}.closing-grid{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:3.2rem}.closing-cta h2{color:white;max-width:780px}.closing-cta p{color:#dceaf5;max-width:800px;margin:0}.site-footer{background:#06111d;color:#dceaf5}.footer-grid{display:grid;grid-template-columns:1.45fr .8fr .85fr .75fr;gap:2rem;padding-block:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-grid h3{color:white;font-size:.95rem;text-transform:uppercase;letter-spacing:.1em}.footer-grid a,.footer-grid span{display:block;color:#dceaf5;margin:.42rem 0}.footer-grid a:hover{color:white}.footer-brand{color:white;margin-bottom:1rem}.footer-brand strong,.footer-brand small{display:block}.legal-button{margin-top:.8rem!important;display:inline-flex!important;width:max-content;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.55rem .85rem!important}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.2rem;color:#b9cce0}.footer-bottom a{color:#dceaf5}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:500;max-width:980px;margin:auto;background:white;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cookie-banner[hidden]{display:none}.cookie-banner p{color:var(--muted);margin:.15rem 0 0}.cookie-actions{display:flex;align-items:center;gap:.8rem;white-space:nowrap}@media(max-width:1030px){.topline{display:none}.header-inner{min-height:76px}.brand strong{font-size:1.06rem}.brand small{display:none}.nav-toggle{display:inline-flex}.main-nav{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:stretch;background:white;border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(8,23,37,.1);padding:.6rem}.main-nav.open{display:flex}.main-nav a{padding:1rem;border-bottom:1px solid var(--line)}.main-nav .nav-cta{margin-top:.5rem;text-align:center}.hero-grid,.split,.split.reverse,.page-hero-grid,.two-columns,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto}.profile-card{max-width:430px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid article:nth-child(2){border-right:0}.service-teasers,.service-detail-grid{grid-template-columns:1fr}.reference-teaser-grid{grid-template-columns:repeat(2,1fr)}.sticky-aside,.contact-panel{position:static}.reference-card,.reference-card.featured{grid-column:span 6;display:block}.footer-grid{grid-template-columns:1fr 1fr}.closing-grid,.mini-cta{flex-direction:column;align-items:flex-start}.hero-facts{grid-template-columns:1fr 1fr 1fr}}@media(max-width:670px){.container{width:min(100% - 28px,var(--container))}h1{font-size:clamp(2.15rem,12vw,3.35rem)}.hero-bg{background:linear-gradient(110deg,rgba(255,255,255,.97),rgba(255,255,255,.76)),url('../img/plan-hero.webp') center/cover no-repeat}.hero-grid{padding-block:3rem 2rem}.hero-facts,.trust-grid,.reference-teaser-grid,.form-row.two{grid-template-columns:1fr}.trust-grid article{border-right:0;border-bottom:1px solid var(--line);padding-inline:0}.profile-card{max-width:330px}.reference-grid{grid-template-columns:1fr}.reference-card,.reference-card.featured{grid-column:span 1}.gallery-button img,.featured .gallery-button img{height:220px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.cookie-banner{flex-direction:column;align-items:flex-start}.cookie-actions{width:100%;justify-content:space-between}.closing-grid{padding-block:2.3rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Fix: Ablauf-Texte sauber neben der Nummer ausrichten */
.process-list li{
  grid-template-columns:3.2rem minmax(0,1fr);
  grid-template-areas:"number title" "number text";
  align-items:start;
}
.process-list li::before{
  grid-area:number;
  grid-column:auto;
  grid-row:auto;
}
.process-list li strong{
  grid-area:title;
  grid-column:auto;
  min-width:0;
  line-height:1.35;
}
.process-list li span{
  grid-area:text;
  grid-column:auto;
  display:block;
  min-width:0;
  max-width:100%;
  margin-top:.35rem;
  line-height:1.65;
}
@media(max-width:520px){
  .process-list li{grid-template-columns:3rem minmax(0,1fr);gap:.85rem;}
  .process-list li::before{width:3rem;height:3rem;}
}

/* =========================================================
   Cache-freie Korrektur 2026-06-18: Typischer Ablauf
   Zwingt die Texte sauber in die rechte Spalte neben die Nummer.
   ========================================================= */
.process-card .process-list{
  counter-reset:item !important;
  list-style:none !important;
  padding:0 !important;
  margin:1.1rem 0 0 !important;
  display:grid !important;
  gap:1.35rem !important;
}
.process-card .process-list li{
  display:grid !important;
  grid-template-columns:3.6rem minmax(0,1fr) !important;
  grid-template-rows:auto auto !important;
  column-gap:1.25rem !important;
  row-gap:.25rem !important;
  align-items:start !important;
  position:relative !important;
  width:100% !important;
}
.process-card .process-list li::before{
  content:counter(item) !important;
  counter-increment:item !important;
  grid-column:1 !important;
  grid-row:1 / span 2 !important;
  display:grid !important;
  place-items:center !important;
  width:3.6rem !important;
  height:3.6rem !important;
  min-width:3.6rem !important;
  border-radius:50% !important;
  background:var(--navy) !important;
  color:#fff !important;
  font-weight:900 !important;
  line-height:1 !important;
  margin:0 !important;
}
.process-card .process-list li strong{
  grid-column:2 !important;
  grid-row:1 !important;
  display:block !important;
  min-width:0 !important;
  width:100% !important;
  color:var(--navy) !important;
  line-height:1.35 !important;
  margin:0 !important;
  padding-top:.15rem !important;
}
.process-card .process-list li span{
  grid-column:2 !important;
  grid-row:2 !important;
  display:block !important;
  min-width:0 !important;
  width:100% !important;
  max-width:none !important;
  color:var(--muted) !important;
  line-height:1.65 !important;
  margin:.25rem 0 0 !important;
  padding:0 !important;
  white-space:normal !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  text-align:left !important;
}
@media(max-width:520px){
  .process-card .process-list li{
    grid-template-columns:3.1rem minmax(0,1fr) !important;
    column-gap:1rem !important;
  }
  .process-card .process-list li::before{
    width:3.1rem !important;
    height:3.1rem !important;
    min-width:3.1rem !important;
  }
}


/* Zusätzlich HTML-Struktur mit eigenem Text-Container: funktioniert auch, falls ein Server noch alte CSS-Regeln ausliefert. */
.process-card .process-list li .process-content{
  grid-column:2 !important;
  grid-row:1 / span 2 !important;
  display:block !important;
  min-width:0 !important;
  width:100% !important;
}
.process-card .process-list li .process-content strong,
.process-card .process-list li .process-content span{
  grid-column:auto !important;
  grid-row:auto !important;
}
.process-card .process-list li .process-content strong{
  display:block !important;
  margin:0 0 .35rem !important;
}
.process-card .process-list li .process-content span{
  display:block !important;
  margin:0 !important;
  white-space:normal !important;
}


/* Anpassungen 2026-06-22: Kundenkorrekturen + Cache-Busting */
.brand strong{letter-spacing:.035em!important;text-transform:none!important;}
.footer-brand strong{letter-spacing:.02em!important;text-transform:none!important;}
.contact-grid{grid-template-columns:minmax(300px,.38fr) minmax(0,.62fr)!important;gap:clamp(1.75rem,4vw,3.5rem)!important;}
.contact-panel{padding:clamp(2rem,3vw,2.75rem)!important;}
.contact-lines{gap:1.15rem!important;}
.premium-form{padding:clamp(1.8rem,3vw,2.8rem)!important;}
.checkbox{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:.75rem!important;line-height:1.55!important;}
.checkbox input{width:1rem!important;height:1rem!important;min-width:1rem!important;margin:.28rem 0 0!important;}
.service-detail h2{line-height:1.22!important;}
.hero-facts dt{white-space:nowrap;}
@media(max-width:1030px){.contact-grid{grid-template-columns:1fr!important;}.brand strong{font-size:1.06rem!important;}}

/* Finale Kontaktformular-Korrektur 2026-06-22: Checkbox + Datenschutztext sauber nebeneinander. */
.premium-form .checkbox{
  display:flex!important;
  align-items:flex-start!important;
  gap:.85rem!important;
  width:100%!important;
  max-width:100%!important;
  margin:1.15rem 0 1.45rem!important;
  color:var(--muted)!important;
  font-weight:600!important;
  line-height:1.65!important;
  text-align:left!important;
}
.premium-form .checkbox input[type="checkbox"]{
  flex:0 0 1.05rem!important;
  width:1.05rem!important;
  height:1.05rem!important;
  min-width:1.05rem!important;
  margin:.35rem 0 0!important;
  padding:0!important;
}
.premium-form .checkbox span{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  color:var(--muted)!important;
  line-height:1.65!important;
}
.premium-form .checkbox a{
  display:inline!important;
  font-weight:850!important;
  white-space:normal!important;
}
@media(max-width:670px){
  .premium-form .checkbox{gap:.7rem!important;line-height:1.55!important;}
  .premium-form .checkbox span{line-height:1.55!important;}
}


/* Spamschutz 2026-06-22: einfache Rechenabfrage, sauber und hochwertig dargestellt. */
.visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.premium-form .spam-check{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(130px,170px)!important;
  gap:1rem!important;
  align-items:center!important;
  margin:1.15rem 0 .95rem!important;
  padding:1rem!important;
  border:1px solid rgba(15,94,168,.18)!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#f7fbff,#ffffff)!important;
  box-shadow:0 12px 30px rgba(8,23,37,.06)!important;
}
.premium-form .spam-copy{
  min-width:0!important;
}
.premium-form .spam-copy span{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  margin:0 0 .35rem!important;
  padding:.22rem .62rem!important;
  border-radius:999px!important;
  background:rgba(15,94,168,.1)!important;
  color:var(--blue)!important;
  font-size:.76rem!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.premium-form .spam-copy strong{
  display:block!important;
  margin:0!important;
  color:var(--navy)!important;
  font-size:1.05rem!important;
  line-height:1.35!important;
}
.premium-form .spam-copy small{
  display:block!important;
  margin:.18rem 0 0!important;
  color:var(--muted)!important;
  line-height:1.45!important;
}
.premium-form .spam-answer input{
  height:54px!important;
  text-align:center!important;
  border-radius:999px!important;
  font-weight:850!important;
  font-size:1.02rem!important;
  background:#fff!important;
}
@media(max-width:670px){
  .premium-form .spam-check{
    grid-template-columns:1fr!important;
    gap:.8rem!important;
    padding:.9rem!important;
  }
  .premium-form .spam-answer input{
    text-align:left!important;
    border-radius:14px!important;
  }
}

/* Korrektur 25.06.2026: Referenzbild Albershausen in hoher Aufloesung und stabile Galerie-Ansicht */
html {
  scroll-padding-top: 96px;
}

.footer-top-link {
  cursor: pointer;
}

.modal figure {
  width: min(1500px, 96vw);
  max-width: min(1500px, 96vw);
}

.modal img {
  width: auto;
  max-width: 100%;
  max-height: 82vh;
  height: auto;
  object-fit: contain;
}

.gallery-button img {
  object-fit: contain;
}

@media (max-width: 670px) {
  .modal {
    padding: 4.5rem 14px 1.5rem;
  }
  .modal figure {
    width: 100%;
    max-width: 100%;
  }
  .modal img {
    max-height: 76vh;
  }
}

body.modal-open {
  overflow: hidden;
}


/* Korrektur 25.06.2026: sehr dezenter Programmier-Hinweis im Footer */
.footer-bottom {
  flex-wrap: wrap;
}
.footer-credit {
  color: rgba(220, 234, 245, .46);
  font-size: .74rem;
  font-weight: 400;
  line-height: 1.45;
}
.footer-credit a {
  color: rgba(220, 234, 245, .55);
  font-weight: 400;
  text-decoration: none;
  border-bottom: 0;
}
.footer-credit a:hover {
  color: rgba(255, 255, 255, .82);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (min-width: 671px) {
  .footer-credit {
    margin-left: auto;
  }
  .footer-top-link {
    margin-left: .8rem;
  }
}
