/* ============================================================
   motion.css – Bewegung & Bilder (Novarix Consulting, Rollout 2026-09-04)
   Punkte: 1 Hero-Netz · 2 Scroll-Reveal · 3 Zähler · 4 Foto-Heros
   5 Case-Motive animiert · 6 Funktionsbereich-Motiv · 7 Bildbruch
   8 Micro-Interaktionen · 9 Logo-/Kundenband
   ============================================================ */

/* --- 2 · Scroll-Reveal --- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.65,.2,1), transform .7s cubic-bezier(.2,.65,.2,1); transition-delay: var(--d, 0ms); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal-left { transform: translateX(-28px); }
.reveal-scale { transform: scale(.96); }
.reveal.in.reveal-left, .reveal.in.reveal-scale { transform: none; }

/* Sichtbare Linie unter Sektionstiteln wächst ein */
.section-title h2 { position: relative; }
.section-title h2::after { content: ""; display: block; width: 48px; height: 3px; background: #00A8A8; border-radius: 2px; margin-top: 12px; transform: scaleX(0); transform-origin: left; transition: transform .8s cubic-bezier(.2,.65,.2,1) .25s; }
.section-title.in h2::after, .section-title.reveal.in h2::after { transform: scaleX(1); }
.dark .section-title h2::after, section.dark h2::after { display: none; }

/* --- 8 · Micro-Interaktionen --- */
nav > ul > li > a { position: relative; }
nav > ul > li > a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 3px; height: 2px; background: #00A8A8; border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
nav > ul > li > a:hover::after, nav > ul > li > a.active::after { transform: scaleX(1); }

.btn { position: relative; overflow: hidden; transition: background .2s, transform .15s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,168,168,.28); }
.btn::after { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.28), transparent); transform: skewX(-20deg); transition: left .5s ease; }
.btn:hover::after { left: 120%; }
.btn-outline:hover { box-shadow: 0 8px 20px rgba(0,122,122,.18); }

.card { position: relative; transition: transform .25s cubic-bezier(.2,.65,.2,1), box-shadow .25s, border-color .25s; }
.card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, #00A8A8, #6BA3E8); border-radius: 12px 12px 0 0; transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(13,27,51,.10); }
.card:hover::before { transform: scaleX(1); }
.card-link, .teaser-more, .case-more, .card-link { display: inline-block; transition: transform .25s ease, color .2s; }
.card:hover .card-link, .case-teaser:hover .teaser-more, .case-card:hover .case-more { transform: translateX(5px); }
.value-item h3 { position: relative; display: inline-block; }
.value-item h3::after { transition: width .35s ease !important; }
.value-item:hover h3::after { width: 100% !important; }

.case-teaser, .case-card { transition: transform .3s cubic-bezier(.2,.65,.2,1), box-shadow .3s, border-color .3s; }
.case-teaser:hover, .case-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(13,27,51,.14); }
.teaser-visual, .case-visual { overflow: hidden; }
.teaser-visual svg.cm, .case-visual svg.cm { position: absolute; inset: 0; width: 100%; height: 100%; transition: transform .6s cubic-bezier(.2,.65,.2,1); }
.case-teaser:hover .teaser-visual svg.cm, .case-card:hover .case-visual svg.cm { transform: scale(1.06); }

.hcheck { transition: transform .2s, border-color .2s, background .2s; }
.hcheck:hover { transform: translateY(-2px); border-color: #00A8A8; }

/* --- 1 · Hero-Netz (Startseite) --- */
.hero-light { position: relative; overflow: hidden; }
.hero-net { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: .55; -webkit-mask-image: linear-gradient(100deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.35) 45%, #000 75%); mask-image: linear-gradient(100deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.35) 45%, #000 75%); }
.hero-light .container { position: relative; z-index: 1; }
.hero-net .ln { stroke: #4A7FC9; stroke-width: 1.2; fill: none; opacity: .28; stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: netDraw 3.2s cubic-bezier(.2,.65,.2,1) forwards; }
.hero-net .ln.t { stroke: #00A8A8; }
.hero-net .nd { fill: #6BA3E8; opacity: 0; animation: nodeIn .8s ease forwards; }
.hero-net .nd.t { fill: #00A8A8; }
.hero-net .pulse { fill: none; stroke: #00A8A8; stroke-width: 1.5; opacity: 0; transform-box: fill-box; transform-origin: center; animation: pulse 3.4s ease-out infinite; }
.hero-net .drift { animation: drift 18s ease-in-out infinite alternate; }
.hero-net .drift2 { animation: drift 24s ease-in-out infinite alternate-reverse; }
@keyframes netDraw { to { stroke-dashoffset: 0; } }
@keyframes nodeIn { to { opacity: .9; } }
@keyframes pulse { 0% { transform: scale(.4); opacity: .7; } 70% { transform: scale(2.6); opacity: 0; } 100% { opacity: 0; } }
@keyframes drift { from { transform: translate(0,0); } to { transform: translate(14px, -10px); } }

/* Headline-Reveal & Foto-Einblendung beim Laden */
.hero-light h1 .w { display: inline-block; opacity: 0; transform: translateY(.45em); animation: wordIn .7s cubic-bezier(.2,.65,.2,1) forwards; }
.hero-light .eyebrow, .hero-light .lead, .hero-light .cta-row, .hero-checks { opacity: 0; animation: fadeUp .8s cubic-bezier(.2,.65,.2,1) forwards; }
.hero-light .eyebrow { animation-delay: .05s; }
.hero-light .lead { animation-delay: .55s; }
.hero-light .cta-row { animation-delay: .75s; }
.hero-checks { animation-delay: 1.05s; }
.hero-photo { opacity: 0; transform: translateX(24px) scale(.97); animation: photoIn 1.1s cubic-bezier(.2,.65,.2,1) .35s forwards; }
.hero-photo img { transition: transform .8s ease; }
.hero-photo:hover img { transform: scale(1.03); }
@keyframes wordIn { to { opacity: 1; transform: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes photoIn { to { opacity: 1; transform: none; } }

/* --- 3 + 7 · Zahlenband (Bildbruch, dunkel) --- */
.numbers-band { position: relative; background: #0D1B33; color: #fff; padding: 64px 0; overflow: hidden; }
.numbers-band::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(107,163,232,.18) 1px, transparent 1.5px); background-size: 28px 28px; opacity: .7; mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); }
.numbers-band::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(0,168,168,.28), transparent 60%); animation: glow 9s ease-in-out infinite alternate; }
@keyframes glow { from { transform: translate(0,0) scale(1); } to { transform: translate(-60px, 40px) scale(1.15); } }
.numbers-band .container { position: relative; z-index: 1; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.num { border-left: 2px solid rgba(0,168,168,.6); padding-left: 20px; }
.num .v { display: block; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 600; color: #5FD8D8; line-height: 1; letter-spacing: -1px; font-variant-numeric: tabular-nums; }
.num .l { display: block; margin-top: 10px; font-size: 14px; color: rgba(255,255,255,.82); }
.num .s { display: block; margin-top: 4px; font-size: 12px; color: rgba(255,255,255,.5); }
@media (max-width: 900px) { .numbers-grid { grid-template-columns: repeat(2, 1fr); } }

/* --- 7 · Bildband (Foto-Platzhalter, Parallax) --- */
.photo-band { position: relative; min-height: 380px; background: #0D1B33; overflow: hidden; display: flex; align-items: center; }
.photo-band .ph-photo { position: absolute; inset: -12% 0; background:
  radial-gradient(ellipse at 20% 30%, rgba(74,127,201,.55), transparent 55%),
  radial-gradient(ellipse at 75% 70%, rgba(0,168,168,.45), transparent 55%),
  linear-gradient(160deg, #13284a 0%, #0D1B33 55%, #0a1526 100%);
  will-change: transform; }
.photo-band .ph-photo::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.035) 0 2px, transparent 2px 22px); }
.photo-band .container { position: relative; z-index: 1; color: #fff; width: 100%; }
.photo-band h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2.1rem); max-width: 640px; }
.photo-band p { color: rgba(255,255,255,.78); max-width: 560px; margin-top: 12px; }
.photo-band .ph-label { opacity: .85; position: absolute; right: 18px; top: 18px; z-index: 2; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #5FD8D8; border: 1px dashed rgba(95,216,216,.7); padding: 6px 10px; border-radius: 4px; background: rgba(13,27,51,.5); }

/* --- 9 · Kundenband (Marquee) --- */
.client-band { background: #fff; border-top: 1px solid #D8DFE8; border-bottom: 1px solid #D8DFE8; padding: 26px 0; overflow: hidden; }
.client-band .label { text-align: center; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: #6B7A94; margin-bottom: 18px; }
.marquee { display: flex; width: max-content; gap: 56px; animation: marquee 38s linear infinite; }
.client-band:hover .marquee { animation-play-state: paused; }
.marquee span { white-space: nowrap; font-size: 15px; color: #6B7A94; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 10px; }
.marquee span.wm { font-weight: 700; letter-spacing: 3px; color: #1A3A6E; border: 1.5px dashed #B9C4D4; padding: 6px 14px; border-radius: 4px; font-size: 14px; }
.marquee span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #00A8A8; }
.marquee span.wm::before { display: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* --- 4 · Foto-Hero (Referenz-Detail) --- */
.hero-full.hero-photo-bg::before { background-image: none; background:
  radial-gradient(ellipse at 70% 40%, rgba(74,127,201,.55), transparent 50%),
  radial-gradient(ellipse at 30% 80%, rgba(0,168,168,.35), transparent 50%),
  linear-gradient(150deg, #16305a 0%, #0D1B33 60%); transform: scale(1.08); animation: kb 22s ease-in-out infinite alternate; }
.hero-full.hero-photo-bg .ph-grid { position: absolute; inset: 0; z-index: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.04) 0 2px, transparent 2px 24px); }
.hero-full.hero-photo-bg::after { background: linear-gradient(90deg, rgba(13,27,51,.95) 0%, rgba(13,27,51,.85) 45%, rgba(13,27,51,.45) 75%, rgba(13,27,51,.25) 100%); }
@keyframes kb { from { transform: scale(1.08) translate(0,0); } to { transform: scale(1.14) translate(-1.5%, 1%); } }
.hero-full .ph-label { position: absolute; right: 18px; top: 18px; z-index: 3; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #5FD8D8; border: 1px dashed rgba(95,216,216,.7); padding: 6px 10px; border-radius: 4px; background: rgba(13,27,51,.5); }
.hero-full h1 .w { display: inline-block; opacity: 0; transform: translateY(.4em); animation: wordIn .7s cubic-bezier(.2,.65,.2,1) forwards; }
.hero-full .eyebrow, .hero-full .lead, .hero-full .case-breadcrumb { opacity: 0; animation: fadeUp .8s cubic-bezier(.2,.65,.2,1) forwards; }
.hero-full .lead { animation-delay: .5s; }
.hero-full .case-breadcrumb { animation-delay: 0s; }

/* --- 5 · Case-Motive animiert (Inline-SVG) --- */
.cm .draw { stroke-dasharray: 600; stroke-dashoffset: 600; animation: cmDraw 1.6s cubic-bezier(.2,.65,.2,1) forwards; }
.cm .draw.d2 { animation-delay: .3s; }
.cm .draw.d3 { animation-delay: .6s; }
.cm .pop { opacity: 0; transform-box: fill-box; transform-origin: center; animation: cmPop .6s cubic-bezier(.2,.65,.2,1) forwards; }
.cm .pop.d1 { animation-delay: .5s; } .cm .pop.d2 { animation-delay: .8s; } .cm .pop.d3 { animation-delay: 1.1s; } .cm .pop.d4 { animation-delay: 1.4s; }
.cm .blink { animation: cmBlink 2.8s ease-in-out infinite; }
.cm .float { animation: cmFloat 5s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.cm .grow { transform-box: fill-box; transform-origin: left center; transform: scaleX(0); animation: cmGrow 1s cubic-bezier(.2,.65,.2,1) forwards; }
.cm .grow.d2 { animation-delay: .25s; } .cm .grow.d3 { animation-delay: .5s; }
.cm .growy { transform-box: fill-box; transform-origin: center bottom; transform: scaleY(0); animation: cmGrowY 1s cubic-bezier(.2,.65,.2,1) forwards; }
.cm .growy.d2 { animation-delay: .25s; } .cm .growy.d3 { animation-delay: .5s; } .cm .growy.d4 { animation-delay: .75s; }
.cm .pop.float { animation: cmPop .6s cubic-bezier(.2,.65,.2,1) forwards, cmFloat 5s ease-in-out 1.4s infinite; }
.cm .pop.float.d3 { animation-delay: 1.1s, 1.4s; } .cm .pop.float.d4 { animation-delay: 1.4s, 1.8s; }
.cm .ring { fill: none; stroke: #5FD8D8; stroke-width: 1.5; opacity: 0; transform-box: fill-box; transform-origin: center; animation: pulse 3s ease-out infinite 1.2s; }
.cm.paused * { animation-play-state: paused !important; }
@keyframes cmDraw { to { stroke-dashoffset: 0; } }
@keyframes cmPop { from { opacity: 0; transform: scale(.5); } to { opacity: 1; transform: scale(1); } }
@keyframes cmBlink { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes cmFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes cmGrow { to { transform: scaleX(1); } }
@keyframes cmGrowY { to { transform: scaleY(1); } }

/* --- 4 · Leistungsseite: Foto + Illustration kombiniert --- */
.media-stack { position: relative; min-height: 420px; }
.media-stack .ph-photo { position: absolute; left: 0; top: 0; width: 78%; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; background:
  radial-gradient(ellipse at 30% 30%, rgba(107,163,232,.5), transparent 55%),
  radial-gradient(ellipse at 80% 80%, rgba(0,168,168,.4), transparent 55%),
  linear-gradient(150deg, #1A3A6E 0%, #0D1B33 70%); box-shadow: 0 20px 48px rgba(13,27,51,.18); }
.media-stack .ph-photo::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.04) 0 2px, transparent 2px 22px); }
.media-stack .ph-photo .ph-label { position: absolute; left: 14px; top: 14px; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #5FD8D8; border: 1px dashed rgba(95,216,216,.7); padding: 5px 9px; border-radius: 4px; }
.media-stack .illu { position: absolute; right: 0; bottom: 0; width: 62%; border-radius: 12px; overflow: hidden; box-shadow: 0 24px 56px rgba(13,27,51,.28); border: 1px solid rgba(255,255,255,.08); transition: transform .5s cubic-bezier(.2,.65,.2,1); }
.media-stack:hover .illu { transform: translate(-6px, -6px); }
.media-stack .illu img { display: block; width: 100%; }
.media-stack .accent { position: absolute; right: -14px; top: 12%; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(0,168,168,.35), transparent 65%); z-index: -1; }

/* --- 6 · Funktionsbereich-Motiv im Hero --- */
.hero-small.has-motif { position: relative; overflow: hidden; }
.hero-small.has-motif .hero-inner { max-width: 1200px; padding-right: 36%; position: relative; z-index: 1; }
@media (max-width: 900px) { .hero-small.has-motif .hero-inner { padding-right: 0; max-width: 820px; } }
.fb-motif { position: absolute; right: 0; top: 0; bottom: 0; width: 40%; z-index: 0; }
.fb-motif svg { width: 100%; height: 100%; }
.fb-motif::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #EEF2F4 0%, rgba(238,242,244,.0) 40%); z-index: 1; pointer-events: none; }
@media (max-width: 900px) { .fb-motif { display: none; } }
.fb-icon { width: 56px; height: 56px; border-radius: 12px; background: #0D1B33; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: transform .3s; }
.card:hover .fb-icon { transform: rotate(-6deg) scale(1.06); }

/* --- Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-light h1 .w, .hero-full h1 .w, .hero-light .eyebrow, .hero-light .lead, .hero-light .cta-row, .hero-checks, .hero-photo, .hero-full .eyebrow, .hero-full .lead, .hero-full .case-breadcrumb { opacity: 1; transform: none; }
}

/* --- Oberseiten-Ergänzungen --- */
.hero-small.has-net { position: relative; overflow: hidden; }
.hero-small.has-net .hero-net { opacity: .45; }
.hero-small.has-net .hero-inner { position: relative; z-index: 1; }
.hero-small h1 .w { display: inline-block; opacity: 0; transform: translateY(.4em); animation: wordIn .6s cubic-bezier(.2,.65,.2,1) forwards; }
.hero-small .eyebrow, .hero-small .lead, .hero-small .breadcrumb, .hero-small .fb-tag { opacity: 0; animation: fadeUp .7s cubic-bezier(.2,.65,.2,1) forwards; }
.hero-small .lead { animation-delay: .45s; }
.proc-box { transition: transform .25s, box-shadow .25s, border-color .25s, color .25s, opacity .7s, transform .7s; }
.proc-box:hover { transform: translateY(-3px) scale(1.03) !important; }
.kv3-row { transition: background .2s, transform .25s, opacity .7s, transform .7s; }
a.kv3-row:hover { transform: translateX(6px); }
.kv3-row .kv3-st { transition: background .2s, color .2s; }
.eng-row { transition: transform .25s, box-shadow .25s, opacity .7s, transform .7s; }
.eng-row:hover { transform: translateX(6px); box-shadow: 0 8px 20px rgba(13,27,51,.08); }
.eng-row .ic { transition: transform .3s, background .2s; }
.eng-row:hover .ic { transform: rotate(-8deg) scale(1.08); }
.eng-visual img { transition: transform .5s cubic-bezier(.2,.65,.2,1); }
.eng-feature:hover .eng-visual img { transform: scale(1.05); }
.testimonial { transition: transform .3s, box-shadow .3s, opacity .7s, transform .7s; }
.testimonial:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(13,27,51,.08); }
.case-filter button { transition: all .2s; }
.case-filter button:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(0,168,168,.18); }
.check-list li { transition: opacity .6s, transform .6s; }
.vision-statement { transition: opacity .9s, transform .9s; }
.vision-statement.reveal { transform: scale(.97) translateY(12px); }
.vs-underline { transform: scaleX(0); transform-origin: center; transition: transform .9s cubic-bezier(.2,.65,.2,1) .4s; }
.vision-statement.in .vs-underline { transform: scaleX(1); }
.team-profile img, .contact-card-photo img { transition: transform .8s ease; }
.team-profile:hover img, .contact-card:hover .contact-card-photo img { transform: scale(1.03); }
.response-badge { animation: badgePulse 2.6s ease-in-out infinite; }
@keyframes badgePulse { 0%,100% { box-shadow: 0 0 0 0 rgba(0,168,168,.35); } 50% { box-shadow: 0 0 0 8px rgba(0,168,168,0); } }
.photo-band.short { min-height: 320px; }
.photo-band.light-top { border-top: 1px solid #D8DFE8; }
.fb-motif.netz svg, .fb-motif.vertrieb svg { width: 100%; height: 100%; }
.fact-item, .cross-link { transition: transform .25s, box-shadow .25s, opacity .7s, transform .7s; }
.cross-link:hover { transform: translateY(-3px); }

/* Rollen entfernt (05.09.2026): Faktenbox mit 3 Spalten */
.case-meta { grid-template-columns: repeat(3, 1fr); }
.cross-links h3 { font-size: 15px; margin: 0; }
.side-card h3.side-title { font-size: 13px; letter-spacing: 2px; color: var(--accent-dark); text-transform: uppercase; margin-bottom: 14px; }

/* Navigation: größer und kräftiger (05.09.2026) */
nav > ul > li > a { font-size: 14px; font-weight: 600; padding: 7px 14px; }
nav > ul > li > a::after { left: 14px; right: 14px; }
nav ul.dropdown a { font-size: 13.5px; font-weight: 600; padding: 8px 12px; }
/* Kundenband (statisch, ohne Logos) */
.client-band { padding: 34px 0 30px; }
.client-band .label { margin-bottom: 16px; }
.client-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 14px; max-width: 1040px; margin: 0 auto; }
.client-chip { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--deep); font-size: 14px; font-weight: 500; transition: transform .2s, box-shadow .2s, border-color .2s; }
.client-chip:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(13,27,51,.08); border-color: var(--accent-light); }
.client-chip .ic { width: 30px; height: 30px; border-radius: 8px; background: #0D1B33; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.client-chip .ic svg { width: 18px; height: 18px; stroke: #5FD8D8; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.client-chip small { display: block; font-size: 11px; color: var(--grey); font-weight: 500; letter-spacing: .3px; }
.client-band .note { text-align: center; font-size: 12px; color: var(--grey); margin-top: 14px; }
/* Vorbereitet für freigegebene Kundenlogos: <div class="client-logos"><img …></div> */
.client-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 28px 44px; margin-top: 18px; }
.client-logos img { height: 34px; width: auto; filter: grayscale(1); opacity: .75; transition: filter .3s, opacity .3s; }
.client-logos img:hover { filter: none; opacity: 1; }
@media (max-width: 720px) { .client-chip { font-size: 13px; padding: 8px 12px 8px 10px; } }

/* Über uns – Vision & Mission, Variante A (06.09.2026) */
.mv-a { background:#0D1B33; padding:72px 0 64px; position:relative; overflow:hidden; text-align:center; }
.mv-a::before { content:""; position:absolute; inset:0; background-image:radial-gradient(rgba(107,163,232,.18) 1px, transparent 1.5px); background-size:28px 28px; opacity:.7; -webkit-mask-image:linear-gradient(90deg,transparent,#000 25%,#000 75%,transparent); mask-image:linear-gradient(90deg,transparent,#000 25%,#000 75%,transparent); }
.mv-a .container { position:relative; }
.mv-a .eyebrow { color:#5FD8D8; }
.mv-a-vision { color:#fff; font-size:clamp(1.5rem,2.6vw,2.1rem); font-weight:700; line-height:1.4; max-width:900px; margin:14px auto 0; }
.mv-a-vision em { font-style:normal; color:#5FD8D8; border-bottom:3px solid #00A8A8; }
.mv-a-missions { padding:64px 0 72px; background:#fff; }
.mv-line { position:relative; display:grid; grid-template-columns:repeat(5,1fr); gap:24px; margin-top:12px; }
.mv-line::before { content:""; position:absolute; left:6%; right:6%; top:9px; height:2px; background:linear-gradient(90deg,#00A8A8,#6BA3E8); }
.mv-node { position:relative; padding-top:34px; }
.mv-node .dot { position:absolute; left:calc(50% - 10px); top:0; width:20px; height:20px; border-radius:50%; background:#fff; border:3px solid #00A8A8; }
.mv-node .n { display:block; text-align:center; color:#007A7A; font-weight:800; font-size:.8rem; letter-spacing:2px; margin-bottom:6px; }
.mv-node h3 { text-align:center; font-size:1rem; margin-bottom:6px; color:#0D1B33; }
.mv-node p { text-align:center; font-size:.88rem; color:#6B7A94; line-height:1.5; margin:0; }
@media (max-width:900px) { .mv-line { grid-template-columns:repeat(2,1fr); } .mv-line::before { display:none; } }
@media (max-width:560px) { .mv-line { grid-template-columns:1fr; } }

.tile-title { font-size: 15px; margin: 0; }

/* Navigation: Reiter Funktionsbereiche (3 Spalten nach Prozesslandkarte) */
nav ul.dropdown.fb-menu { min-width: 720px; grid-template-columns: 1fr 1fr 1fr; grid-auto-flow: column; grid-template-rows: repeat(6, auto); column-gap: 18px; padding: 14px 16px; }
nav ul.dropdown.fb-menu .dd-group { font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-dark); font-weight: 700; padding: 4px 12px 6px; }
nav ul.dropdown.fb-menu .dd-spacer { height: 0; padding: 0; }
@media (max-width: 1180px) { nav > ul > li > a { font-size: 13.5px; padding: 7px 11px; } }

/* Leistungsseiten: Eingesetzt in (Funktionsbereiche) */
.fb-chips { max-width: 1200px; margin: 0 auto; padding: 14px 24px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.fb-chips-label { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: #6B7A94; font-weight: 700; margin-right: 4px; }
.fb-chips a { font-size: .8rem; font-weight: 600; color: #0D1B33; background: #fff; border: 1px solid #D8DFE8; border-radius: 999px; padding: 5px 12px; text-decoration: none; transition: border-color .2s, color .2s; }
.fb-chips a:hover { border-color: #00A8A8; color: #007A7A; }

/* Startseite: Typische Mandate + Mini-Ring */
.mandate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 2rem; }
.mandate { display: flex; flex-direction: column; background: #fff; border: 1px solid #D8DFE8; border-radius: 12px; padding: 26px 24px 22px; text-decoration: none; color: #0D1B33; transition: transform .25s, box-shadow .25s, border-color .25s; }
.mandate:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(13,27,51,.10); border-color: #00A8A8; }
.mandate-num { font-size: .75rem; letter-spacing: .14em; color: #007A7A; font-weight: 800; margin-bottom: 8px; }
.mandate h3 { font-size: 1.05rem; margin: 0 0 8px; line-height: 1.3; }
.mandate p { color: #6B7A94; font-size: .92rem; line-height: 1.55; margin: 0 0 14px; }
.mandate dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; margin: 0 0 16px; padding-top: 12px; border-top: 1px solid #EEF2F4; font-size: .84rem; }
.mandate dt { color: #6B7A94; font-weight: 600; }
.mandate dd { margin: 0; color: #0D1B33; }
.mandate-more { margin-top: auto; color: #007A7A; font-weight: 600; font-size: .9rem; }
.mini-ring-band { display: grid; grid-template-columns: 340px 1fr; gap: 40px; align-items: center; margin-top: 0; padding-top: 0; border-top: 0; }
.mini-ring > svg { width: 100%; height: auto; display: block; }
.mini-ring .rg-seg path { transition: transform .25s, opacity .25s; transform-origin: 420px 420px; transform-box: view-box; }
.mini-ring .rg-seg:hover path { transform: scale(1.06); }
.mini-ring > svg:hover .rg-seg:not(:hover) path { opacity: .6; }
.mini-ring .rg-lab { pointer-events: none; }
.mini-ring .rg-lab svg { stroke: #fff; }
.mini-ring .rg-grp { font-size: 12px; letter-spacing: 3px; font-weight: 800; }
.mini-ring .rg-spin { transform-origin: 420px 420px; animation: rg-rot 40s linear infinite; }
@keyframes rg-rot { to { transform: rotate(360deg); } }
.mini-ring-text h3 { font-size: 1.5rem; margin: 6px 0 10px; }
.mini-ring-text p { color: #6B7A94; margin-bottom: 18px; }
@media (max-width: 900px) { .mandate-grid { grid-template-columns: 1fr; } .mini-ring-band { grid-template-columns: 1fr; text-align: center; } .mini-ring { max-width: 340px; margin: 0 auto; } }

/* Bausteine: Variante A (Leistungen) */
.bsA{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:20px;margin-top:2rem}
.bsA-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #D8DFE8;border-radius:12px;padding:28px 26px 24px;text-decoration:none;color:#0D1B33;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}
.bsA-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(13,27,51,.10);border-color:#00A8A8}
.bsA-num{position:absolute;right:18px;top:6px;font-size:84px;font-weight:800;color:#EEF2F4;line-height:1;letter-spacing:-.04em}
.bsA-ico{position:relative;width:46px;height:46px;border-radius:10px;background:rgba(0,168,168,.12);color:#007A7A;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.bsA-card h3{position:relative;font-size:1.08rem;margin:0 0 10px;line-height:1.3}
.bsA-card p{position:relative;color:#6B7A94;font-size:.92rem;line-height:1.55;margin:0 0 16px}
.bsA-more{margin-top:auto;color:#007A7A;font-weight:600;font-size:.9rem}
.bsA-ki{background:linear-gradient(135deg,#0D1B33,#163655);border-color:#0D1B33;color:#fff}
.bsA-ki .bsA-ico{background:rgba(95,216,216,.15);color:#5FD8D8}
.bsA-ki h3{color:#fff}.bsA-ki p{color:rgba(255,255,255,.75)}
.bsA-eyebrow{display:block;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#5FD8D8;font-weight:700;margin-bottom:6px}
.bsA-ki .bsA-more{color:#5FD8D8}
@media(max-width:900px){.bsA{grid-template-columns:1fr}.bsA-ki{grid-column:auto;flex-direction:column;align-items:flex-start}}

.bsA-chip{display:inline-block;font-size:.74rem;font-weight:600;color:#6B7A94;background:#F5F8FA;border:1px solid #EEF2F4;border-radius:999px;padding:4px 10px;margin:auto 0 14px;align-self:flex-start}
.bsA-chip + .bsA-more{margin-top:0}
.bsA-card:focus-visible{outline:3px solid #5FD8D8;outline-offset:2px}
@media(max-width:1100px){.bsA{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.bsA{grid-template-columns:1fr}.bsA-num{font-size:64px}}
/* Bausteine: Variante B (Startseite, Leiste) */
.bsB{margin-top:2rem}
.bsB-ki{display:flex;align-items:center;gap:14px;background:#EEF7F7;border:1px dashed #00A8A8;border-radius:10px 10px 0 0;padding:12px 18px;font-size:.9rem;color:#0D1B33}
.bsB-ki strong{color:#007A7A}.bsB-ki a{margin-left:auto;color:#007A7A;font-weight:600;white-space:nowrap}
.bsB-kiico{width:30px;height:30px;border-radius:8px;background:#fff;color:#007A7A;display:flex;align-items:center;justify-content:center;flex:none;border:1px solid #D8DFE8}
.bsB-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:6px;background:#0D1B33;border-radius:0 0 10px 10px}
.bsB-seg{background:var(--c);color:#fff;padding:18px 14px 16px;text-decoration:none;display:flex;flex-direction:column;gap:6px;border-radius:6px;transition:transform .2s,filter .2s;position:relative}
.bsB-seg:hover{transform:translateY(-3px);filter:brightness(1.12)}
.bsB-seg::after{content:"";position:absolute;left:50%;bottom:-14px;margin-left:-8px;border:8px solid transparent;border-top-color:var(--c);opacity:0;transition:opacity .2s}
.bsB-seg:hover::after{opacity:1}
.bsB-n{font-size:.72rem;letter-spacing:3px;font-weight:800;opacity:.8}.bsB-t{font-weight:700;font-size:.98rem;line-height:1.25}
.bsB-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:22px}
.bsB-cell h4{font-size:.98rem;margin:10px 0 8px;line-height:1.3}.bsB-cell p{font-size:.86rem;color:#6B7A94;line-height:1.55;margin:0 0 10px}
.bsB-dot{display:inline-block;width:28px;height:4px;border-radius:2px}
.bsB-fb{display:block;font-size:.75rem;color:#6B7A94;letter-spacing:.3px;margin-bottom:6px}
.bsB-cell .card-link{margin-top:6px}
@media(max-width:900px){.bsB-bar,.bsB-grid{grid-template-columns:1fr}.bsB-ki{flex-wrap:wrap}}

.bsB-s{font-size:.8rem;opacity:.75;line-height:1.3;margin-top:2px}
.bsB-seg{padding:18px 16px 18px}
.bsB-seg:focus-visible{outline:3px solid #5FD8D8;outline-offset:2px}
@media(max-width:900px){.bsB-bar{grid-template-columns:repeat(2,1fr)}.bsB-seg:last-child{grid-column:span 2}}
@media(max-width:560px){.bsB-bar{grid-template-columns:1fr}.bsB-seg:last-child{grid-column:auto}.bsB-ki a{margin-left:0}}

/* Bausteine: Variante D (Startseite, Zeilen ohne Bereichsspalte) */
.bsD{margin-top:2rem;border-top:1px solid #D8DFE8}
.bsD-row{display:grid;grid-template-columns:44px 40px 270px 1fr 30px;gap:20px;align-items:center;padding:20px 8px;border-bottom:1px solid #D8DFE8;text-decoration:none;color:#0D1B33;transition:background .2s,padding-left .2s}
.bsD-row:hover{background:#F5F8FA;padding-left:16px}
.bsD-row:focus-visible{outline:3px solid #5FD8D8;outline-offset:-3px}
.bsD-n{font-size:1.3rem;font-weight:800;color:#007A7A;letter-spacing:-.02em}
.bsD-ico{width:40px;height:40px;border-radius:10px;background:rgba(0,168,168,.12);color:#007A7A;display:flex;align-items:center;justify-content:center}
.bsD-main{min-width:0}.bsD-main strong{display:block;font-size:1.05rem;line-height:1.3}.bsD-main em{display:block;font-style:normal;font-size:.85rem;color:#6B7A94;white-space:normal}
.bsD-desc{font-size:.92rem;color:#6B7A94;line-height:1.55}
.bsD-arr{color:#007A7A;font-weight:700;text-align:right}
.bsD-ki{background:#EEF7F7}.bsD-ki:hover{background:#E0F3F3}.bsD-ki .bsD-n{font-size:1rem;letter-spacing:1px}
@media(max-width:900px){.bsD-row{grid-template-columns:44px 1fr 30px;grid-template-areas:"n main arr" "n desc arr";gap:8px 16px;padding:16px 8px}.bsD-ico{display:none}.bsD-n{grid-area:n;align-self:start}.bsD-main{grid-area:main}.bsD-desc{grid-area:desc}.bsD-arr{grid-area:arr}}

.abgrenzung { font-size: .95rem; color: #6B7A94; border-left: 3px solid #00A8A8; padding: 10px 14px; background: #F5F8FA; border-radius: 0 8px 8px 0; margin-top: 14px; }
.abgrenzung strong { color: #0D1B33; }

/* Kundenzeile zwischen Bausteinen und Prozesslandkarte (Startseite) */
.client-row { margin: 0; padding-bottom: 0; border-bottom: 0; }
.section-compact { padding: 44px 0; }
.client-row .label { text-align: center; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: #6B7A94; margin-bottom: 14px; }
.client-row .client-grid { flex-wrap: nowrap; max-width: none; gap: 10px; }
.client-row .client-chip { flex: 1 1 0; min-width: 0; padding: 9px 14px 9px 10px; font-size: 14px; }
.client-row .client-chip > span:last-child { min-width: 0; }
.client-row .client-chip small { white-space: normal; font-size: 10.5px; line-height: 1.3; }
@media (max-width: 900px) { .client-row .client-grid { flex-wrap: wrap; } .client-row .client-chip { flex: 1 1 45%; } }

.case-beleg { margin-top: 18px; font-size: .88rem; color: #6B7A94; border-top: 1px solid #EEF2F4; padding-top: 12px; }

.cta-contact { margin: 18px auto 0; max-width: 640px; font-size: .9rem; color: rgba(255,255,255,.7); }
.cta-contact a { color: #5FD8D8; text-decoration: underline; }

/* Karriere: acht Kacheln in zwei Reihen */
.karriere-values .value-grid { grid-template-columns: repeat(4, 1fr); gap: 32px 28px; }
@media (max-width: 1000px) { .karriere-values .value-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .karriere-values .value-grid { grid-template-columns: 1fr; } }

/* Karriere: Bewerbungsschritte */
.steps-grid { grid-template-columns: repeat(3, 1fr); margin-top: 2rem; }
.step-num { display: block; font-size: .75rem; letter-spacing: .14em; color: #007A7A; font-weight: 800; margin-bottom: 10px; }
@media (max-width: 900px) { .steps-grid { grid-template-columns: 1fr; } }

/* Hero-Hintergrund Variante E3: Farbflächen statt Netz */
.hero-net.alt { opacity: 1; -webkit-mask-image: none; mask-image: none; }
.hero-small.has-net .hero-net.alt { opacity: 1; }

.fb-focus { display:inline-block; font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:#007A7A; background:rgba(0,168,168,.12); border-radius:4px; padding:3px 8px; margin:-4px 0 10px; }
.mini-ring .rg-seg.focus path { stroke:#5FD8D8; stroke-width:5; }

.fb-motif.illu-motif { background: #0D1B33; }
.fb-motif.illu-motif.light { background: #f6fbfb; }
.fb-motif.illu-motif img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.text-single { max-width: 860px; }

/* Fotos: Hero Startseite über die Breite */
.hero-light.hf { min-height: 560px; display: flex; align-items: center; padding: 70px 0 60px; }
.hero-light.hf .hero-fs { position: absolute; inset: 0; z-index: 0; }
.hero-light.hf .hero-fs img { position: absolute; right: 0; top: 0; height: 100%; width: 62%; object-fit: cover; object-position: var(--fp, 70% 30%); }
.hero-light.hf .hero-fs::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream) 0%, var(--cream) 38%, rgba(238,242,244,.96) 46%, rgba(238,242,244,.55) 60%, rgba(238,242,244,0) 80%); }
.hero-light.hf .hero-net { z-index: 0; }
.hero-light.hf .container { width: 100%; }
.hero-light.hf .hero-inner { max-width: 560px; }
.hero-light.hf .hero-badge2 { position: absolute; right: 6%; bottom: 18px; z-index: 2; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; color: #fff; text-shadow: 0 1px 3px rgba(13,27,51,.6), 0 0 14px rgba(13,27,51,.45); white-space: nowrap; }
.hero-light.hf .hero-badge2 small { font-weight: 500; letter-spacing: 2px; color: rgba(255,255,255,.85); font-size: 12px; }
@media (max-width: 900px) { .hero-light.hf { min-height: 0; } .hero-light.hf .hero-fs img { width: 100%; opacity: .28; } .hero-light.hf .hero-fs::after { background: linear-gradient(180deg, var(--cream) 0%, rgba(238,242,244,.7) 100%); } .hero-light.hf { flex-direction: column; align-items: flex-start; } .hero-light.hf .hero-badge2 { position: static; display: block; margin: 20px 24px 0; line-height: 1.6; color: var(--deep); text-shadow: none; white-space: normal; } .hero-light.hf .hero-badge2 small { color: var(--grey); } }
/* Fotos: Bildbänder */
.photo-band { min-height: 420px; }
.photo-band.short { min-height: 360px; }
.photo-band .ph-photo.real { inset: 0; left: auto; width: 60%; background: none; }
.photo-band .ph-photo.real img { width: 100%; height: 100%; object-fit: cover; object-position: var(--fp, 60% 15%); display: block; filter: saturate(.9); }
.photo-band .ph-photo.real::after { background: linear-gradient(90deg, #0D1B33 0%, rgba(13,27,51,.88) 20%, rgba(13,27,51,.35) 55%, rgba(13,27,51,.2) 100%); }
.photo-band .ph-photo.real.narrow { width: 48%; }
.photo-band.rev .ph-photo.real { left: 0; right: auto; }
.photo-band.rev .ph-photo.real::after { background: linear-gradient(270deg, #0D1B33 0%, rgba(13,27,51,.88) 20%, rgba(13,27,51,.35) 55%, rgba(13,27,51,.2) 100%); }
.photo-band.rev .container { padding-left: 50%; }
@media (max-width: 900px) { .photo-band .ph-photo.real, .photo-band.rev .ph-photo.real { width: 100%; } .photo-band .ph-photo.real::after, .photo-band.rev .ph-photo.real::after { background: rgba(13,27,51,.8); } .photo-band.rev .container { padding-left: 24px; } }
/* Fotos: Karten */
.team-profile img { object-position: 50% 30%; }
.contact-card-photo { object-position: 50% 20%; }

/* Typische Situationen (Startseite) */
.split-sit { display:grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 56px; align-items:start; }
.split-sit-text .section-title { margin-bottom: 20px; }
.sit-box { background:#fff; border:1px solid var(--line); border-radius:16px; padding: 28px 28px 22px; box-shadow: 0 14px 36px rgba(13,27,51,.07); }
.sit-box h3 { font-size: 1.25rem; margin: 6px 0 14px; }
.sit-list { list-style:none; margin:0; padding:0; }
.sit-list li { border-top:1px solid var(--line); }
.sit-list li:first-child { border-top:0; }
.sit-list a { display:block; padding: 13px 0; text-decoration:none; color: var(--deep); }
.sit-q { display:block; font-weight:600; font-size:.98rem; line-height:1.45; }
.sit-l { display:block; margin-top:3px; font-size:.8rem; color: var(--accent-dark); font-weight:600; opacity:.85; transition: opacity .2s, transform .2s; }
.sit-list a:hover .sit-l { opacity:1; transform: translateX(3px); }
@media (max-width: 900px) { .split-sit { grid-template-columns: 1fr; gap: 32px; } }

/* Vier Referenz-Teaser */
.case-teaser-grid.four { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) { .case-teaser-grid.four { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .case-teaser-grid.four { grid-template-columns: 1fr; } }

/* Wort-Kacheln in den Referenz-Ergebnissen */
.case-results .result-kpi.word { font-size: 19px; line-height: 1.2; letter-spacing: -.1px; min-height: 42px; display: flex; align-items: flex-end; }
.case-results:has(> .result-item:nth-child(4)) { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .case-results:has(> .result-item:nth-child(4)) { grid-template-columns: repeat(2, 1fr); } }

/* Rolle in zweiter Zeile unter dem Kundenlabel */
.case-card .case-sector, .teaser-meta { display: block; min-height: calc(2 * 1.6em); line-height: 1.6; }
