:root {
  --navy: #17233f;
  --navy-2: #0d172d;
  --blue: #3157d5;
  --blue-2: #5977e8;
  --orange: #18a874;
  --cream: #f5f7fc;
  --line: #dfe4ee;
  --muted: #667085;
  --text: #1b2437;
  --white: #fff;
  --green: #14805e;
  --shadow: 0 24px 70px rgba(23, 35, 63, .13);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body, button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--navy);
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1.08;
}
h1 { font-size: clamp(2.45rem, 5.7vw, 5.35rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.6rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
svg { width: 1.3em; height: 1.3em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 105px 0; }
.section-soft { background: var(--cream); }
.section-navy { color: var(--white); background: var(--navy); }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-navy p { color: #c7d0e1; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--white); color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.header-note { color: #dce3f1; background: var(--navy-2); font-size: .78rem; font-weight: 650; letter-spacing: .02em; }
.header-note .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.site-header { position: relative; z-index: 100; background: var(--white); border-bottom: 1px solid rgba(23, 35, 63, .08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 1.28rem; font-weight: 800; letter-spacing: -.045em; white-space: nowrap; }
.brand b { color: var(--orange); }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-2)); border-radius: 12px; box-shadow: 0 9px 24px rgba(49, 87, 213, .24); }
.brand-mark svg { width: 22px; height: 22px; }
.brand-logo { width: auto; object-fit: contain; }
.brand-logo-header { width: 210px; height: 38px; }
.brand-logo-footer { width: 275px; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.main-nav a { position: relative; color: #3c465b; font-size: .86rem; font-weight: 680; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.header-call { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 13px; transition: transform .2s ease, background .2s ease; }
.header-call:hover { transform: translateY(-2px); background: var(--blue); }
.header-call > svg { color: #9eb0ff; }
.header-call span { display: flex; flex-direction: column; line-height: 1.25; }
.header-call small { color: #c7d0e1; font-size: .66rem; }
.header-call strong { font-size: .78rem; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--navy); padding: 9px; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #b8c7ff; font-size: .72rem; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: var(--blue); }
.home-hero { overflow: hidden; color: var(--white); background: radial-gradient(circle at 75% 20%, #314d9a 0, transparent 29%), linear-gradient(125deg, var(--navy-2), var(--navy)); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-block: 64px; }
.hero-copy h1 { max-width: 760px; margin-bottom: 24px; color: var(--white); }
.hero-copy > p { max-width: 660px; margin-bottom: 30px; color: #cdd6e8; font-size: 1.08rem; }
.hero-visual { position: relative; }
.hero-badge { position: absolute; left: -30px; bottom: 35px; min-width: 190px; padding: 17px 20px; display: flex; flex-direction: column; color: var(--navy); background: var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.hero-badge b { font-size: 1rem; }
.hero-badge span { color: var(--muted); font-size: .78rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 20px; color: #d5dded; font-size: .78rem; font-weight: 700; }
.hero-trust span { display: flex; align-items: center; gap: 6px; }
.hero-trust svg { width: 15px; color: #7bd4b7; }
.phone-cta { width: fit-content; min-width: min(100%, 385px); display: flex; align-items: center; gap: 13px; padding: 13px 15px; color: var(--white); background: var(--blue); border-radius: 14px; box-shadow: 0 17px 35px rgba(49, 87, 213, .28); transition: transform .2s ease, background .2s ease; }
.phone-cta:hover { transform: translateY(-3px); background: #2446bd; }
.phone-cta-primary { background: linear-gradient(135deg, var(--orange), #36c58d); box-shadow: 0 18px 38px rgba(24, 168, 116, .25); }
.phone-cta-primary:hover { background: linear-gradient(135deg, #10865b, #24ad78); }
.phone-cta-icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue); background: var(--white); border-radius: 12px; }
.phone-cta > span:nth-child(2) { display: flex; flex-direction: column; line-height: 1.3; }
.phone-cta b { font-size: .84rem; letter-spacing: -.01em; }
.phone-cta small { color: rgba(255, 255, 255, .82); font-size: .75rem; }
.phone-cta-arrow { margin-left: auto; display: grid; place-items: center; }
.phone-cta-block { width: fit-content; max-width: 100%; }
.phone-cta-number { display: block; margin-top: 9px; color: #d8e0ef; font-size: .82rem; }
.phone-cta-number strong { color: var(--white); font-size: .94rem; letter-spacing: .01em; }
.disclosure { max-width: 610px; display: flex; align-items: flex-start; gap: 9px; margin: 17px 0 0; color: #adb9cf; font-size: .72rem; line-height: 1.45; }
.disclosure svg { width: 16px; flex: 0 0 auto; margin-top: 1px; }
.quick-band { position: relative; z-index: 2; background: var(--white); border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > a { min-height: 112px; display: flex; align-items: center; gap: 17px; padding: 24px 28px; border-right: 1px solid var(--line); transition: background .2s ease; }
.quick-grid > a:first-child { border-left: 1px solid var(--line); }
.quick-grid > a:hover { background: var(--cream); }
.quick-grid > a > svg:first-child { width: 28px; height: 28px; color: var(--blue); }
.quick-grid > a > svg:last-child { margin-left: auto; color: var(--orange); }
.quick-grid span { display: flex; flex-direction: column; }
.quick-grid b { color: var(--navy); font-size: .95rem; }
.quick-grid small { color: var(--muted); font-size: .72rem; }
.section-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading p { max-width: 650px; margin-inline: auto; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.topic-grid article { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.topic-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.topic-grid article > span { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; color: var(--blue); background: #edf1ff; border-radius: 15px; }
.topic-grid h3 { margin-bottom: 12px; }
.topic-grid p { font-size: .9rem; }
.topic-grid a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .8rem; font-weight: 750; }
.topic-grid a svg { width: 16px; }
.topic-grid.compact article { padding: 30px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.split h2 { margin-bottom: 20px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; align-items: center; gap: 22px; padding: 23px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.steps li:last-child { border: 0; }
.steps li > b { color: #7286e4; font-size: 2rem; letter-spacing: -.06em; }
.steps span { display: flex; flex-direction: column; }
.steps strong { color: var(--white); font-size: 1rem; }
.steps small { color: #aebbd1; }
.steps.light li { border-color: var(--line); }
.steps.light strong { color: var(--navy); }
.steps.light small { color: var(--muted); }
.provider-preview { text-align: center; }
.provider-grid { max-width: 720px; margin: 0 auto 28px; display: grid; gap: 14px; }
.provider-grid > a, .provider-card { display: flex; align-items: center; gap: 20px; padding: 22px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 16px; text-align: left; transition: border .2s ease, box-shadow .2s ease; }
.provider-grid > a:hover, .provider-card:hover { border-color: #b5c2ee; box-shadow: var(--shadow); }
.provider-grid > a > span, .provider-card > span { width: 55px; height: 55px; flex: 0 0 auto; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 14px; font-size: 1.3rem; font-weight: 850; }
.provider-grid h3, .provider-card h2, .provider-card h3 { margin: 0 0 5px; font-size: 1.08rem; }
.provider-grid p, .provider-card p { margin: 0; font-size: .82rem; }
.provider-grid svg, .provider-card > svg { margin-left: auto; color: var(--orange); }
.provider-card { align-items: flex-start; }
.provider-card-content { min-width: 0; flex: 1; }
.provider-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.provider-card dl { margin: 18px 0 15px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.provider-card dl > div { display: grid; grid-template-columns: 145px 1fr; gap: 12px; padding: 5px 0; }
.provider-card dt { color: var(--muted); font-size: .69rem; }
.provider-card dd { margin: 0; color: var(--navy); font-size: .74rem; font-weight: 680; overflow-wrap: anywhere; }
.provider-detail-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: .75rem; font-weight: 780; }
.provider-detail-link svg { width: 15px; margin: 0; }
.text-link, .button-light, .button-dark { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 780; }
.text-link { color: var(--blue); }
.text-link svg, .button-light svg, .button-dark svg { width: 17px; }
.button-light, .button-dark { padding: 13px 18px; border-radius: 11px; }
.button-light { color: var(--navy); background: var(--white); }
.button-dark { color: var(--white); background: var(--navy); }
.image-split .image-placeholder, .image-split .site-image { order: 0; }
.check-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: #3b4558; font-weight: 650; }
.check-list svg { width: 19px; color: var(--green); }
.final-cta { padding: 68px 0; color: var(--white); background: linear-gradient(120deg, var(--blue), #253f9e); }
.final-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta span:first-child { color: #c6d2ff; font-size: .75rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.final-cta h2 { margin: 8px 0 8px; color: var(--white); font-size: clamp(2rem, 3.5vw, 3.2rem); }
.final-cta p { margin: 0; color: #d7def0; }
.final-cta .phone-cta { flex: 0 0 auto; color: var(--navy); background: var(--white); box-shadow: none; }
.final-cta .phone-cta small { color: var(--muted); }
.final-cta .phone-cta-icon { color: var(--white); background: var(--orange); }

.image-placeholder { position: relative; min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; overflow: hidden; padding: 30px; color: #76839c; background: radial-gradient(circle at 72% 24%, rgba(49,87,213,.2), transparent 28%), linear-gradient(145deg, #f3f6fc, #e4eafa); border: 1px solid #d6deef; border-radius: var(--radius); text-align: center; }
.image-placeholder::before, .image-placeholder::after { content: ""; position: absolute; border: 1px solid rgba(49,87,213,.13); border-radius: 50%; }
.image-placeholder::before { width: 260px; height: 260px; left: -90px; bottom: -120px; }
.image-placeholder::after { width: 170px; height: 170px; right: -55px; top: -70px; }
.image-placeholder .image-placeholder-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-2)); border-radius: 17px; box-shadow: 0 15px 35px rgba(49,87,213,.22); }
.image-placeholder .image-placeholder-icon svg { width: 27px; height: 27px; }
.image-placeholder strong { color: var(--navy); font-size: 1rem; }
.image-placeholder small { font-size: .7rem; }
.site-image { display: block; overflow: hidden; background: #e4eafa; border: 1px solid #d6deef; border-radius: var(--radius); box-shadow: 0 18px 45px rgba(23,35,63,.1); }
.site-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.site-image[data-image-id="HOME-01"] img { object-position: 68% center; }
.site-image.image-portrait { aspect-ratio: 4/5; }
.site-image.image-wide { aspect-ratio: 16/10; }
.image-portrait { min-height: 470px; }
.image-wide { aspect-ratio: 16/10; min-height: 320px; }

.inner-hero, .company-hero { color: var(--white); background: radial-gradient(circle at 78% 30%, #3857aa 0, transparent 25%), var(--navy); }
.inner-hero-grid, .company-hero-grid { min-height: 560px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 60px; padding: 44px 0 70px; }
.inner-hero h1, .company-hero h1 { max-width: 900px; margin-bottom: 22px; color: var(--white); font-size: clamp(2.55rem, 5vw, 4.8rem); }
.inner-hero p, .company-hero p { max-width: 780px; color: #ccd5e6; }
.hero-symbol { width: 310px; height: 310px; justify-self: end; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; }
.hero-symbol svg { width: 85px; height: 85px; color: #96aaff; }
.hero-symbol span { margin-top: 14px; color: #d9e0ed; font-weight: 700; }
.breadcrumbs { padding-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #aebbd1; font-size: .72rem; }
.breadcrumbs a:hover { color: var(--white); }
.breadcrumbs span { color: #e4e8f0; }
.anchor-nav { position: sticky; top: 0; z-index: 80; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 8px 25px rgba(23, 35, 63, .05); }
.anchor-nav .container { min-height: 62px; display: flex; align-items: center; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.anchor-nav a { flex: 0 0 auto; color: #455069; font-size: .78rem; font-weight: 750; }
.anchor-nav a:hover { color: var(--blue); }
.content-grid, .content-with-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.content-grid h2, .content-with-aside h2 { margin-bottom: 20px; }
.info-panel { margin-top: 30px; padding: 25px; background: var(--cream); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; }
.info-panel h3 { margin-bottom: 18px; }

.directory-hero .container { padding-bottom: 80px; }
.directory-heading { max-width: 900px; padding-top: 68px; }
.directory-heading h1 { max-width: 850px; }
.alphabet { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.alphabet span, .alphabet a { width: 38px; height: 38px; display: grid; place-items: center; color: #8993a5; background: var(--cream); border-radius: 9px; font-size: .78rem; }
.alphabet a { color: var(--white); background: var(--blue); font-weight: 780; transition: background .2s ease, transform .2s ease; }
.alphabet a:hover { background: var(--orange); transform: translateY(-2px); }
.provider-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.provider-card { scroll-margin-top: 90px; }
.provider-card small { display: inline-block; margin-top: 7px; color: #9a6612; font-size: .7rem; font-weight: 720; }
.provider-card small.verified { color: var(--green); }
.source-note { display: flex; align-items: flex-start; gap: 9px; margin: 25px 0 0; font-size: .78rem; }
.source-note svg { flex: 0 0 auto; margin-top: 4px; color: var(--blue); }

.company-monogram { width: 340px; height: 340px; justify-self: end; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.company-monogram > span { width: 92px; height: 92px; display: grid; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--orange), #42cc98); border-radius: 25px; font-size: 2.6rem; font-weight: 850; }
.company-monogram strong { margin-top: 18px; font-size: 1.25rem; }
.company-monogram small { color: #b9c4d8; }
.company-intent-visual { --visual-accent: #3157d5; width: 340px; height: 340px; justify-self: end; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.17); border-radius: 42% 58% 48% 52% / 56% 43% 57% 44%; box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 25px 70px rgba(4,13,32,.18); }
.company-intent-visual .intent-visual-icon { width: 150px; height: 150px; padding: 10px; display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,.98); border: 3px solid var(--visual-accent); border-radius: 31px; box-shadow: 0 18px 40px rgba(4,13,32,.24); overflow: hidden; }
.company-intent-visual .intent-visual-icon svg { width: 58px; height: 58px; }
.company-intent-visual .intent-visual-icon img { width: 100%; height: 100%; object-fit: contain; }
.company-intent-visual.artwork-customer-service .intent-visual-icon { width: 190px; height: 158px; padding: 0; }
.company-intent-visual.artwork-strom-gas .intent-visual-icon { width: 210px; height: 126px; padding: 0; }
.company-intent-visual.artwork-strom .intent-visual-icon, .company-intent-visual.artwork-gas .intent-visual-icon { width: 130px; height: 160px; }
.company-intent-visual.artwork-energie .intent-visual-icon { width: 132px; height: 132px; }
.company-intent-visual strong { max-width: 250px; margin-top: 20px; color: var(--white); font-size: 1.2rem; text-align: center; }
.company-intent-visual small { color: #bdc9dd; }
.company-intent-visual.visual-tone-0 { --visual-accent: #3157d5; }
.company-intent-visual.visual-tone-1 { --visual-accent: #18a874; border-radius: 57% 43% 61% 39% / 43% 56% 44% 57%; }
.company-intent-visual.visual-tone-2 { --visual-accent: #7663d8; border-radius: 39% 61% 44% 56% / 58% 39% 61% 42%; }
.company-intent-visual.visual-tone-3 { --visual-accent: #ca8a24; border-radius: 54% 46% 39% 61% / 46% 62% 38% 54%; }
body[data-page-intent="telefonnummer"] .company-hero { background: radial-gradient(circle at 78% 30%, #246d66 0, transparent 27%), var(--navy); }
body[data-page-intent="neukunden"] .company-hero { background: radial-gradient(circle at 78% 30%, #316d3d 0, transparent 27%), var(--navy); }
body[data-page-intent="neueinzug"] .company-hero { background: radial-gradient(circle at 78% 30%, #765f30 0, transparent 27%), var(--navy); }
body[data-page-intent="strom-anmelden"] .company-hero { background: radial-gradient(circle at 78% 30%, #43589c 0, transparent 27%), var(--navy); }
body[data-page-intent="gas-anmelden"] .company-hero { background: radial-gradient(circle at 78% 30%, #7b4b55 0, transparent 27%), var(--navy); }
.intent-hero .hero-question { margin: 0 0 2px; color: var(--white); font-size: 1.15rem; font-weight: 780; }
.intent-hero .hero-question + p { margin-bottom: 24px; }
.cluster-nav a[aria-current="page"] { color: var(--blue); }
.intent-intro .lead { color: #3f4b61; font-size: 1.08rem; }
.intent-section { margin-top: 48px; padding-top: 42px; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.intent-section h2 { margin-bottom: 16px; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.intent-section .phone-cta { margin-top: 25px; }
.intent-section .disclosure { color: #718096; }
.intent-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.intent-link-grid a { display: flex; align-items: center; min-height: 62px; padding: 14px 17px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 12px; font-size: .82rem; font-weight: 720; }
.intent-link-grid a:hover { color: var(--blue); border-color: #b5c2ee; box-shadow: 0 10px 30px rgba(23,35,63,.08); }
.official-section code { padding: 2px 5px; color: var(--navy); background: #e9edf5; border-radius: 4px; font-size: .78em; }
.official-card { padding: 30px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.official-card h3 { margin: 8px 0 24px; font-size: 1.65rem; }
.official-label { color: var(--blue); font-size: .68rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.official-card dl { margin: 0; }
.official-card dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.official-card dl > div:last-child { border: 0; }
.official-card dt { color: var(--muted); font-size: .75rem; }
.official-card dd { margin: 0; color: var(--navy); font-size: .82rem; font-weight: 720; }
.official-card dd a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); }
.official-card dd a svg { width: 14px; }
.official-phone a[x-apple-data-detectors],
.provider-card .official-phone a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: text !important;
}
.official-card .pending { color: #93641a; font-weight: 620; }
.official-card > p { display: flex; gap: 9px; margin: 20px 0 0; font-size: .72rem; }
.official-card > p svg { flex: 0 0 auto; color: var(--blue); }
.official-sources { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.official-sources > strong { color: var(--navy); font-size: .78rem; }
.official-sources ul { margin: 10px 0 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.official-sources a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: .72rem; font-weight: 680; }
.official-sources a svg { width: 13px; }
.notice-box { display: flex; gap: 13px; margin-top: 28px; padding: 19px 21px; color: #66420c; background: #fff7df; border: 1px solid #f0da9b; border-radius: 12px; }
.notice-box > svg { flex: 0 0 auto; margin-top: 3px; }
.notice-box p { margin: 0; color: inherit; font-size: .8rem; }
.narrow-copy { max-width: 840px; }
.narrow-copy p { font-size: 1.02rem; }
.official-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.intent-block { margin-top: 48px; padding-top: 42px; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.dark-card-list { display: grid; }
.dark-card-list > div { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.dark-card-list > div:last-child { border: 0; }
.dark-card-list b { color: #7890ee; font-size: 1.7rem; }
.dark-card-list span { display: flex; flex-direction: column; }
.dark-card-list strong { color: var(--white); }
.dark-card-list small { color: #aebbd1; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 80px; align-items: start; }
.article-layout article h2 { margin-bottom: 20px; }
.article-layout article h3 { margin: 38px 0 12px; }
.intent-intro, .company-profile-section, #offizielle-kontaktdaten, #faq, #weitere-seiten { scroll-margin-top: 82px; }
.aside-nav { position: sticky; top: 90px; display: flex; flex-direction: column; padding: 24px; background: var(--cream); border-radius: 14px; }
.aside-nav strong { margin-bottom: 12px; color: var(--navy); }
.aside-nav a { padding: 8px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .78rem; }
.aside-nav a:last-child { border: 0; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-detail-grid article { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.service-detail-grid article { scroll-margin-top: 90px; }
.service-detail-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; color: var(--blue); background: #edf1ff; border-radius: 13px; }
.service-detail-grid h2 { margin-bottom: 12px; font-size: 1.35rem; }
.service-detail-grid p { margin: 0; font-size: .86rem; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 23px 4px 23px 0; overflow: hidden; color: var(--navy); background: transparent; border: 0; text-align: left; font-weight: 750; cursor: pointer; }
.faq-item button span { color: var(--orange); font-size: 1.4rem; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 40px 18px 0; }
.faq-answer p { font-size: .88rem; }
.related-provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.center-link { margin-top: 30px; text-align: center; }

.legal-hero { padding-bottom: 65px; color: var(--white); background: var(--navy); }
.legal-hero h1 { margin: 45px 0 0; color: var(--white); }
.legal-copy { max-width: 800px; }
.legal-copy h2 { margin-top: 40px; }
.legal-copy h3 { margin: 22px 0 10px; font-size: 1.15rem; }
.legal-copy p, .legal-copy li { color: #4b566b; line-height: 1.75; }
.legal-copy ul { display: grid; gap: 7px; margin: 16px 0 24px; padding-left: 24px; }
.legal-copy .legal-contact { margin: 16px 0; color: #4b566b; font-style: normal; line-height: 1.75; }
.legal-copy a { color: var(--blue); font-weight: 750; }
.not-found { min-height: 640px; display: grid; place-items: center; text-align: center; }
.not-found span { color: #d9dfee; font-size: clamp(6rem, 20vw, 14rem); font-weight: 850; line-height: .85; }
.not-found h1 { margin: 25px 0 12px; font-size: 2.6rem; }
.not-found .button-dark { margin-top: 14px; }

.site-footer { padding: 72px 0 0; color: #c4cee0; background: var(--navy-2); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .7fr 1fr; gap: 55px; }
.footer-brand { margin-bottom: 20px; color: var(--white); }
.footer-grid p { color: #9eabc2; font-size: .8rem; }
.footer-grid h2 { margin: 0 0 20px; color: var(--white); font-size: .82rem; letter-spacing: .02em; }
.footer-grid > div > a:not(.brand) { display: block; margin: 8px 0; color: #9eabc2; font-size: .78rem; }
.footer-grid > div > a:hover { color: var(--white); }
.footer-consent-link { display: block; margin: 8px 0; padding: 0; color: #9eabc2; background: none; border: 0; cursor: pointer; font-size: .78rem; text-align: left; }
.footer-consent-link:hover { color: var(--white); }
.footer-grid .disclosure { color: #7f8ca4; }
.footer-call > a { display: flex !important; align-items: center; gap: 10px; color: var(--white) !important; }
.footer-call > a svg { color: var(--orange); }
.footer-call small { color: #75829b; font-size: .7rem; }
.footer-bottom { margin-top: 55px; min-height: 64px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.09); color: #77849c; font-size: .7rem; }
.mobile-call-bar { display: none; }
.consent-banner { position: fixed; inset: auto 0 0; z-index: 500; padding: 18px; background: rgba(4,13,32,.72); backdrop-filter: blur(8px); }
.consent-banner[hidden] { display: none; }
.consent-panel { width: min(100%, 980px); margin: 0 auto; padding: 24px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 20px 70px rgba(4,13,32,.3); }
.consent-panel h2 { margin: 5px 0 9px; font-size: 1.45rem; }
.consent-panel p { max-width: 700px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.consent-panel p a { color: var(--blue); font-weight: 750; }
.consent-actions { display: flex; gap: 10px; }
.consent-actions button { border: 0; cursor: pointer; white-space: nowrap; }
.consent-actions .consent-reject { border: 1px solid var(--line); }

@media (max-width: 1050px) {
  .brand-logo-header { width: 185px; height: auto; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .75rem; }
  .header-call small { display: none; }
  .hero-grid { gap: 35px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-call { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  .header-note .container span:last-child { display: none; }
  .nav-wrap { min-height: 70px; }
  .nav-toggle { display: grid; margin-left: auto; place-items: center; cursor: pointer; }
  .nav-toggle svg { width: 26px; height: 26px; }
  .main-nav { position: absolute; left: 15px; right: 15px; top: calc(100% - 3px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; font-size: .85rem; }
  .main-nav a::after { display: none; }
  .header-call { display: none; }
  .hero-grid, .inner-hero-grid, .company-hero-grid, .split, .content-grid, .content-with-aside, .faq-layout, .official-section { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; gap: 45px; padding: 70px 0; }
  .hero-copy h1 { font-size: clamp(2.55rem, 9.5vw, 4.5rem); }
  .hero-visual { max-width: 600px; width: 100%; justify-self: center; }
  .quick-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .quick-grid > a, .quick-grid > a:first-child { min-height: 85px; border: 0; border-bottom: 1px solid var(--line); }
  .quick-grid > a:last-child { border-bottom: 0; }
  .topic-grid { grid-template-columns: 1fr; }
  .split { gap: 45px; }
  .image-split .image-placeholder, .image-split .site-image { order: 1; }
  .inner-hero-grid, .company-hero-grid { min-height: 0; padding: 48px 0 70px; }
  .hero-symbol, .company-monogram, .company-intent-visual { display: none; }
  .content-grid, .content-with-aside, .faq-layout { gap: 45px; }
  .official-section { gap: 35px; }
  .intent-link-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .aside-nav { position: static; order: -1; }
  .provider-list { grid-template-columns: 1fr; }
  .related-provider-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-call { grid-column: auto; }
  .consent-panel { grid-template-columns: 1fr; gap: 18px; }
  .consent-actions { justify-content: flex-end; }
  .mobile-call-bar { position: fixed; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); z-index: 120; min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px; color: var(--white); background: linear-gradient(135deg, var(--orange), #10865b); border: 1px solid rgba(255,255,255,.25); border-radius: 15px; box-shadow: 0 15px 40px rgba(23,35,63,.32); }
  .mobile-call-bar span { display: flex; align-items: center; gap: 8px; }
  .mobile-call-bar svg { width: 20px; }
  .mobile-call-bar b { font-size: .84rem; }
  .mobile-call-bar strong { font-size: .78rem; white-space: nowrap; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 65px 0; }
  h2 { font-size: 2rem; }
  .header-note { text-align: center; }
  .header-note { display: none; }
  .header-note .container { justify-content: center; }
  .brand { font-size: 1.08rem; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-logo-header { width: 190px; }
  .brand-logo-footer { width: min(260px, 100%); }
  .home-hero .hero-grid { padding: 52px 0 58px; }
  .hero-copy h1, .inner-hero h1, .company-hero h1 { font-size: 2.5rem; }
  .hero-copy > p { font-size: .95rem; }
  .phone-cta { width: 100%; min-width: 0; }
  .phone-cta-block { width: 100%; }
  .phone-cta b { font-size: .76rem; }
  .hero-badge { left: 15px; bottom: 18px; }
  .image-placeholder { min-height: 280px; }
  .site-image { min-height: 280px; }
  .image-portrait { min-height: 370px; }
  .image-wide { min-height: 230px; }
  .quick-grid > a { padding-inline: 12px; }
  .topic-grid article { padding: 26px; }
  .final-cta { padding: 55px 0; }
  .final-cta .container { align-items: stretch; flex-direction: column; }
  .final-cta .phone-cta { width: 100%; }
  .anchor-nav .container { gap: 22px; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .official-card { padding: 24px; }
  .official-card dl > div { grid-template-columns: 1fr; gap: 3px; }
  .provider-card { gap: 14px; padding: 18px; }
  .provider-card > span { width: 44px; height: 44px; border-radius: 11px; font-size: 1.05rem; }
  .provider-card-heading { display: block; }
  .provider-card dl > div { grid-template-columns: 1fr; gap: 1px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
  .company-hero .breadcrumbs { padding-top: 15px; }
  .company-hero .company-hero-grid { padding: 18px 0 38px; }
  .company-hero h1 { margin-bottom: 12px; font-size: 1.92rem; line-height: 1.07; }
  .company-hero p { font-size: .82rem; line-height: 1.45; }
  .intent-hero .eyebrow { margin-bottom: 9px; }
  .intent-hero .hero-question { margin-bottom: 1px; font-size: .95rem; }
  .intent-hero .hero-question + p { margin-bottom: 14px; }
  .intent-hero .disclosure { margin-top: 9px; font-size: .65rem; }
  .intent-hero .hero-trust { display: none; }
  .intent-hero .phone-cta { padding-block: 10px; }
  .intent-hero .phone-cta-number { margin-top: 3px; font-size: .69rem; }
  .intent-hero .phone-cta-number strong { font-size: .82rem; }
  .intent-link-grid { grid-template-columns: 1fr; }
  .mobile-call-bar { padding-inline: 13px; }
  .mobile-call-bar b, .mobile-call-bar strong { font-size: .74rem; }
  .consent-banner { padding: 10px; }
  .consent-panel { max-height: calc(100vh - 20px); overflow-y: auto; padding: 20px; border-radius: 14px; }
  .consent-actions { display: grid; }
  .consent-actions button { justify-content: center; width: 100%; }
}

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