:root{
  --card-bg:#fff;
  --card-soft:#F7F8FC;
  --accent-soft:#E8ECF7;
  --line-strong:rgba(30,45,107,.14);
}

/* Skip-Link für Screenreader (WCAG 2.1 A) */
.skip-link{position:absolute;top:-44px;left:12px;z-index:200;padding:10px 18px;background:var(--navy);color:#fff;font-weight:600;font-size:14px;border-radius:8px;text-decoration:none;transition:top .15s ease}
.skip-link:focus{top:12px;outline:2px solid #fff;outline-offset:2px}

/* Globale Focus-Visible States (WCAG 2.1 AA) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.btn:focus-visible{outline:2px solid var(--navy);outline-offset:2px;border-radius:6px}
.glossary-link:focus-visible{outline:2px solid var(--red);outline-offset:3px}
.faq-question:focus-visible{outline:2px solid var(--navy);outline-offset:-2px;border-radius:8px}
.btn-primary:focus-visible{outline-color:var(--navy);outline-offset:3px}
.btn-outline-light:focus-visible{outline-color:#fff}

/* :active Feedback global (Press-Down-Effekt) */
.btn:active{transform:translateY(1px)}
.related-card:active,.icon-card:active,.spec-card:active,.team-mini-card:active,.glossary-card:active,.job-card:active,.case-mini:active{transform:translateY(0)}
.nav-popup-link:active{transform:translateY(0)}

.media-card,
.hero-media-card,
.split-visual,
.pull-quote-media,
.case-visual,
.gallery-item,
.map-teaser,
.team-band-image{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--border);
  background:var(--card-soft);
  box-shadow:var(--shadow-card);
}

.hero-media-card{
  min-height:100%;
  box-shadow:0 18px 48px rgba(30,45,107,.12),0 4px 10px rgba(30,45,107,.06);
}

.hero-media-card picture,
.split-visual picture,
.pull-quote-media picture,
.case-visual picture,
.gallery-item picture,
.team-band-image picture,
.media-card picture{
  display:block;
  height:100%;
}

.hero-media-card img,
.split-visual img,
.pull-quote-media img,
.case-visual img,
.gallery-item img,
.team-band-image img,
.media-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hero-media-card picture,
.split-visual picture,
.pull-quote-media picture,
.case-visual picture,
.gallery-item picture,
.media-card picture{
  position:relative;
  overflow:hidden;
}

.hero-media-card:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) picture::after,
.split-visual:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) picture::after,
.pull-quote-media:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) picture::after,
.case-visual:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) picture::after,
.gallery-item:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) picture::after,
.media-card:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) picture::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(21,33,79,.04), rgba(21,33,79,.18)),
    radial-gradient(circle at 15% 10%, rgba(255,255,255,.12), transparent 38%);
}

.hero-media-card:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) img,
.split-visual:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) img,
.pull-quote-media:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) img,
.case-visual:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) img,
.gallery-item:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) img,
.media-card:not(:has(img[src*="gruppe"], img[src*="team-group"], img[src*="download-4"])) img{
  filter:saturate(.84) contrast(1.04) brightness(.98) blur(.12px);
  transform:scale(1.003);
}

.hero-grid.visual{
  grid-template-columns:minmax(0,1fr) minmax(320px,.92fr);
  align-items:center;
  gap:40px;
}

.hero-grid.visual-reverse{
  grid-template-columns:minmax(320px,.92fr) minmax(0,1fr);
}

.hero-grid.visual-reverse .hero-copy{
  order:2;
}

.hero-grid.visual-reverse .hero-aside{
  order:1;
}

.hero-media-card.portrait{
  aspect-ratio:16/11;
}

.hero-media-card.landscape{
  aspect-ratio:16/11;
}

.hero-grid.visual .hero-copy{
  min-width:0;
  position:relative;
  z-index:2;
}

.hero-grid.visual .hero-aside{
  min-width:0;
  position:relative;
  z-index:1;
}

.stat-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.stat-strip.five{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.stat-card{
  padding:20px 18px;
  border-radius:18px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-card);
  min-height:128px;
}

.stat-card .stat-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:12px;
  background:rgba(30,45,107,.08);
  color:var(--navy);
}

.stat-card .stat-icon svg,
.icon-card .icon-wrap svg,
.contact-route .icon-wrap svg,
.step-card .step-icon svg,
.trust-pill svg,
.mini-badge svg,
.inline-icon svg,
.faq-icon svg,
.filter-chip svg,
.team-meta-icon svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.stat-card strong{
  display:block;
  color:var(--navy);
  font-size:17px;
  line-height:1.25;
  margin-bottom:8px;
  letter-spacing:-0.005em;
  text-wrap:balance;
  overflow-wrap:break-word;
  hyphens:manual;
}

.stat-card span{
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
  text-wrap:pretty;
}

.trust-bar{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.trust-pill{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-card);
  min-width:220px;
}

.trust-pill img{
  width:auto;
  height:44px;
  object-fit:contain;
  flex-shrink:0;
}

.trust-pill .trust-pill-icon{
  width:44px;
  height:44px;
  border-radius:12px;
  background:rgba(30,45,107,.08);
  color:var(--navy);
  display:grid;
  place-items:center;
  flex-shrink:0;
}

.trust-pill strong{
  display:block;
  color:var(--navy);
  font-size:15px;
  line-height:1.35;
}

.trust-pill span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}

/* Glossary card body — 4-line format: definition + when relevant + lwlc + link */
.glossary-card p{margin:0}
.glossary-card .glossary-def{color:var(--body);font-size:15px;line-height:1.5}
.glossary-card .glossary-when{margin-top:10px;color:var(--muted);font-size:14px;line-height:1.5}
.glossary-card .glossary-when strong{color:var(--navy);font-weight:600}
.glossary-card .glossary-lwlc{margin-top:10px;padding-top:10px;border-top:1px solid var(--border-soft);color:var(--body);font-size:14px;line-height:1.5}
.glossary-card .glossary-link{color:var(--red);font-weight:600;text-decoration:none;white-space:nowrap;transition:color .15s ease,text-decoration-color .15s ease}
.glossary-card .glossary-link:hover{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}

/* Trust-Cert-Grid — gleichförmige Kachel-Ansicht für Mitgliedschaften */
.trust-cert-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.trust-cert{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:26px 22px;border-radius:20px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-card);text-align:left}
.trust-cert-badge{width:64px;height:64px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#fff 0%,var(--bg-warm,#faf6f0) 100%);border:1px solid var(--border-soft,rgba(30,45,107,.08));flex-shrink:0;overflow:hidden}
.trust-cert-badge img{max-width:48px;max-height:48px;width:auto;height:auto;object-fit:contain;display:block}
.trust-cert-badge.trust-cert-badge-icon{color:var(--navy);background:rgba(30,45,107,.08)}
.trust-cert-badge.trust-cert-badge-icon svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.trust-cert strong{color:var(--navy);font-size:16px;line-height:1.3;font-weight:600;letter-spacing:-0.005em}
.trust-cert span{color:var(--muted);font-size:14px;line-height:1.45}
@media (max-width:1000px){.trust-cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.trust-cert-grid{grid-template-columns:1fr}}

.section-photo-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);
  gap:32px;
  align-items:start;
}

.section-photo-split.reverse{
  grid-template-columns:minmax(280px,.82fr) minmax(0,1fr);
}

.section-photo-split.compact{
  grid-template-columns:minmax(240px,.48fr) minmax(0,1fr);
  gap:42px;
  align-items:center;
}

.section-photo-split.compact .split-visual{
  aspect-ratio:4/5;
  max-width:360px;
}

@media (max-width:880px){
  .section-photo-split.compact{grid-template-columns:1fr;gap:24px}
  .section-photo-split.compact .split-visual{max-width:none}
}

.section-photo-split.reverse > :first-child{
  order:2;
}

.section-photo-split.reverse > :last-child{
  order:1;
}

.split-visual{
  aspect-ratio:4/5;
}

.icon-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.icon-card-grid.four{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.icon-card-grid.five{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.icon-card-grid.two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

/* Balanced 3+2 layout for 5 cards (3 in row 1, 2 wider in row 2) */
.icon-card-grid.balanced-five{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.icon-card-grid.balanced-five > .icon-card:nth-child(-n+3){grid-column:span 2}
.icon-card-grid.balanced-five > .icon-card:nth-child(n+4){grid-column:span 3}
@media (max-width:980px){
  .icon-card-grid.balanced-five{grid-template-columns:repeat(2,minmax(0,1fr))}
  .icon-card-grid.balanced-five > .icon-card{grid-column:auto}
}
@media (max-width:560px){
  .icon-card-grid.balanced-five{grid-template-columns:1fr}
}

.icon-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:100%;
  padding:26px 24px 24px;
  border-radius:20px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-card);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.icon-card:hover,
.icon-card:focus-within{
  transform:translateY(-2px);
  box-shadow:var(--shadow-card-hover);
  border-color:var(--navy);
}

.icon-card .icon-wrap{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:var(--accent-soft);
  color:var(--navy);
}

.icon-card h3{
  font-size:21px;
}

.icon-card p,
.icon-card ul,
.icon-card li{
  color:var(--muted);
  font-size:15px;
  line-height:1.6;
}

.icon-card ul{
  list-style:none;
  display:grid;
  gap:10px;
  padding:0;
  margin:0;
}

.icon-card li{
  position:relative;
  padding-left:16px;
}

.icon-card li::before{
  content:"";
  position:absolute;
  top:11px;
  left:0;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--navy);
}

.icon-card .card-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  color:var(--red);
  font-weight:600;
  font-size:14px;
}

.icon-card .card-link::after{
  content:"→";
}

.step-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.step-row.three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.step-card{
  position:relative;
  padding:28px 24px 24px 28px;
  border-radius:20px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-card);
  min-height:100%;
}

.step-card::before{
  content:"";
  position:absolute;
  top:20px;
  bottom:20px;
  left:0;
  width:4px;
  border-radius:999px;
  background:var(--navy);
}

.step-card .step-kicker{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.step-card .step-num{
  font-family:'Inter Tight','Inter',system-ui,sans-serif;
  font-size:34px;
  line-height:1;
  color:var(--navy);
  letter-spacing:-.04em;
}

.step-card .step-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(30,45,107,.08);
  color:var(--navy);
}

.step-card p{
  margin-top:10px;
  color:var(--muted);
}

.pull-quote{
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
  gap:28px;
  align-items:stretch;
}

.pull-quote.reverse{
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);
}

.pull-quote.reverse .pull-quote-copy{
  order:1;
}

.pull-quote.reverse .pull-quote-media{
  order:2;
}

.pull-quote-media{
  aspect-ratio:4/3;
}

.pull-quote-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
  padding:32px 0 32px 28px;
  border-left:4px solid var(--navy);
}

.pull-quote-copy blockquote{
  margin:0;
  font-family:'Source Serif 4',serif;
  font-size:clamp(28px,3vw,40px);
  line-height:1.18;
  color:var(--navy);
  letter-spacing:-.02em;
}

.pull-quote-copy p{
  max-width:560px;
  color:var(--muted);
}

.case-card.split{
  padding:26px;
}

.case-card-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);
  gap:24px;
  align-items:start;
}

.case-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.case-mini{
  padding:18px;
  border-radius:16px;
  background:var(--card-soft);
  border:1px solid var(--border-soft);
}

.case-mini strong{
  display:block;
  color:var(--navy);
  margin-bottom:8px;
}

.case-mini p{
  color:var(--muted);
  font-size:15px;
  line-height:1.6;
}

.case-visual{
  aspect-ratio:4/4.2;
}

.cta-band{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  padding:38px;
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 70%);
  color:#fff;
  isolation:isolate;
}

.cta-band::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(21,33,79,.92) 0%,rgba(21,33,79,.68) 52%,rgba(21,33,79,.42) 100%);
  z-index:1;
}

.cta-band picture{
  position:absolute;
  inset:0;
  z-index:0;
}

.cta-band picture img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.cta-band .cta-band-inner{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}

.cta-band h2,
.cta-band p{
  color:#fff;
}

.cta-band p{
  max-width:620px;
  color:rgba(255,255,255,.82);
}

.final-cta-trust{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

.mini-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--navy);
  font-size:14px;
  font-weight:600;
}

.mini-badge svg{
  width:18px;
  height:18px;
}

.faq-question{
  position:relative;
}

.faq-question .faq-icon{
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  color:currentColor;
  flex-shrink:0;
}

.faq-section .faq-question .faq-icon{
  border-color:rgba(255,255,255,.18);
}

.mini-faq .faq-question .faq-icon,
.faq-list.light .faq-question .faq-icon{
  border-color:rgba(30,45,107,.16);
}

.faq-question::after{
  display:none;
}

.team-mini-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.team-mini-row.two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.team-mini-card{
  display:flex;
  gap:16px;
  align-items:center;
  padding:18px;
  border-radius:20px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-card);
  min-height:100%;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.team-mini-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-card-hover);
  border-color:rgba(30,45,107,.18);
}

.team-mini-card .team-thumb{
  width:88px;
  height:104px;
  border-radius:16px;
  overflow:hidden;
  flex-shrink:0;
  background:var(--card-soft);
}

.team-mini-card .team-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.team-mini-card h3{
  font-size:20px;
  line-height:1.25;
}

.team-mini-card p{
  color:var(--muted);
  font-size:14px;
  margin-top:6px;
}

.team-mini-card .card-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  color:var(--red);
  font-weight:600;
  font-size:14px;
}

.logo-cloud{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}

.logo-pill{
  display:grid;
  place-items:center;
  min-height:82px;
  padding:18px 12px;
  border-radius:18px;
  border:1px solid var(--border);
  background:#fff;
  color:#7E8795;
  font-weight:700;
  letter-spacing:.02em;
  box-shadow:var(--shadow-card);
  transition:transform .18s ease, border-color .18s ease, color .18s ease;
}

.logo-pill:hover{
  transform:translateY(-2px);
  border-color:rgba(30,45,107,.18);
  color:var(--navy);
}

.map-teaser{
  padding:0;
}

.map-shell{
  position:relative;
  min-height:320px;
}

.map-shell iframe{
  width:100%;
  height:420px;
  border:0;
  display:block;
}

.map-privacy{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:linear-gradient(180deg,rgba(21,33,79,.84) 0%,rgba(21,33,79,.74) 100%);
  color:#fff;
  z-index:2;
}
.map-privacy[hidden]{display:none}

.map-privacy-card{
  max-width:540px;
  padding:28px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
}

.map-privacy-card h3,
.map-privacy-card p{
  color:#fff;
}

.map-privacy-card p{
  margin-top:12px;
  color:rgba(255,255,255,.8);
}

.map-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.contact-route{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px;
  border-radius:16px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-card);
}

.contact-route .icon-wrap{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(30,45,107,.08);
  color:var(--navy);
  flex-shrink:0;
}

.contact-route strong{
  display:block;
  color:var(--navy);
}

.contact-route p,
.contact-route span{
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.timeline{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.timeline-item{
  padding:22px 18px 18px;
  border-radius:20px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-card);
  position:relative;
}

.timeline-item::before{
  content:"";
  position:absolute;
  top:22px;
  left:18px;
  right:18px;
  height:2px;
  background:linear-gradient(90deg,var(--navy) 0%,rgba(30,45,107,.18) 100%);
  transform:translateY(-18px);
}

.timeline-item .time{
  display:inline-block;
  margin-bottom:12px;
  color:var(--navy);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}

.timeline-item p{
  margin-top:8px;
  color:var(--muted);
  font-size:14px;
}

.holding-diagram,
.flow-diagram,
.compare-table{
  border-radius:22px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-card);
  padding:26px;
}

.compare-table{
  overflow-x:auto;
}

.compare-table table{
  width:100%;
  border-collapse:collapse;
  min-width:680px;
}

.compare-table th,
.compare-table td{
  padding:16px;
  border-top:1px solid var(--border-soft);
  text-align:left;
  vertical-align:top;
}

.compare-table thead th{
  border-top:0;
  color:var(--navy);
  font-size:15px;
}

.compare-table tbody th{
  color:var(--navy);
  font-size:14px;
  width:24%;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.gallery-grid.three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.gallery-item{
  aspect-ratio:1/1;
}

.gallery-item figcaption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:18px 16px 14px;
  background:linear-gradient(180deg,rgba(21,33,79,0) 0%,rgba(21,33,79,.76) 100%);
  color:#fff;
  font-size:13px;
  line-height:1.45;
  opacity:0;
  transition:opacity .18s ease;
}

.gallery-item:hover figcaption{
  opacity:1;
}

.gallery-item img{
  transition:transform .28s ease;
}

.gallery-item:hover img{
  transform:scale(1.03);
}

.filter-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.filter-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--border);
  color:var(--navy);
  box-shadow:var(--shadow-card);
  font-size:14px;
  font-weight:600;
}

.filter-chip.active{
  background:var(--navy);
  color:#fff;
  border-color:var(--navy);
}

.team-grid-upgrade{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.team-card-upgrade{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow-card);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.team-card-upgrade:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-card-hover);
  border-color:rgba(30,45,107,.18);
}

.team-card-upgrade .image-wrap{
  position:relative;
  aspect-ratio:4/4.9;
  overflow:hidden;
}

.team-card-upgrade .image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}

.team-card-upgrade:hover .image-wrap img{
  transform:scale(1.03);
}

.team-card-upgrade .badge-stack{
  position:absolute;
  top:16px;
  left:16px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.team-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--navy);
  font-size:12px;
  font-weight:700;
  box-shadow:0 8px 18px rgba(21,33,79,.12);
}

.team-card-upgrade{
  display:flex;
  flex-direction:column;
}

.team-card-upgrade .team-body{
  padding:20px;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}

.team-card-upgrade .team-profile-cta{
  margin-top:auto;
  padding-top:18px;
}

.team-card-upgrade .team-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.team-card-upgrade.team-card-meta-bottom .team-meta{
  margin-top:auto;
  padding-top:18px;
}

.team-card-upgrade.team-card-meta-bottom .team-profile-cta{
  margin-top:14px;
  padding-top:0;
}

.team-meta-icon{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:var(--muted);
}

.team-band-image{
  aspect-ratio:16/7;
  margin-bottom:24px;
}

.trust-footer-bar{
  margin-top:18px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  align-items:center;
}

.trust-footer-bar img{
  height:38px;
  width:auto;
  display:block;
  object-fit:contain;
  filter:grayscale(1) brightness(1.8);
  opacity:.9;
}

.sticky-mobile-cta{
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:60;
  padding:10px;
  border-radius:18px;
  background:rgba(21,33,79,.94);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 36px rgba(21,33,79,.22);
  transform:translateY(120%);
  opacity:0;
  transition:transform .22s ease, opacity .22s ease;
}

.sticky-mobile-cta.is-visible{
  transform:translateY(0);
  opacity:1;
}

.sticky-mobile-cta .sticky-mobile-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.sticky-mobile-cta .btn{
  min-height:48px;
  justify-content:center;
}

.sticky-mobile-cta .btn svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.sticky-mobile-cta .btn-outline-light{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.24);
}

.sticky-mobile-cta .btn-outline-light:hover{
  background:#fff;
  color:var(--navy);
}

.breadcrumbs .crumb-divider{
  display:inline-grid;
  place-items:center;
  width:14px;
  height:14px;
  color:#9AA2AE;
}

.breadcrumbs .crumb-divider svg{
  width:12px;
  height:12px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.has-sticky-mobile{
  padding-bottom:96px;
}

.visually-muted{
  color:var(--muted);
}

@media (max-width:1080px){
  .hero-grid.visual,
  .hero-grid.visual-reverse{
    grid-template-columns:1fr;
  }

  .stat-strip.five,
  .icon-card-grid.five,
  .icon-card-grid.four,
  .timeline{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .logo-cloud{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:980px){
  .hero-grid.visual,
  .hero-grid.visual-reverse,
  .section-photo-split,
  .section-photo-split.reverse,
  .pull-quote,
  .pull-quote.reverse,
  .case-card-grid{
    grid-template-columns:1fr;
  }

  .hero-grid.visual-reverse .hero-copy,
  .hero-grid.visual-reverse .hero-aside,
  .section-photo-split.reverse > :first-child,
  .section-photo-split.reverse > :last-child,
  .pull-quote.reverse .pull-quote-copy,
  .pull-quote.reverse .pull-quote-media{
    order:initial;
  }

  .icon-card-grid,
  .icon-card-grid.two,
  .icon-card-grid.five,
  .icon-card-grid.four,
  .step-row,
  .step-row.three,
  .team-mini-row,
  .team-mini-row.two,
  .team-grid-upgrade,
  .gallery-grid,
  .gallery-grid.three,
  .map-facts{
    grid-template-columns:1fr 1fr;
  }

  .cta-band .cta-band-inner{
    align-items:flex-start;
  }
}

@media (max-width:720px){
  .stat-strip,
  .stat-strip.five,
  .icon-card-grid,
  .icon-card-grid.two,
  .icon-card-grid.five,
  .icon-card-grid.four,
  .step-row,
  .step-row.three,
  .team-mini-row,
  .team-mini-row.two,
  .logo-cloud,
  .gallery-grid,
  .gallery-grid.three,
  .timeline,
  .map-facts,
  .team-grid-upgrade{
    grid-template-columns:1fr;
  }

  .pull-quote-copy{
    padding:0;
    border-left:0;
  }
  .pull-quote-copy p{max-width:100%}

  .case-card.split,
  .cta-band,
  .compare-table,
  .holding-diagram,
  .flow-diagram{
    padding:22px;
  }

  .map-shell iframe{
    height:320px;
  }

  .team-mini-card{
    align-items:flex-start;
  }
}

@media (min-width:721px){
  .sticky-mobile-cta{
    display:none;
  }
}

.icon-card, .related-card, .audience-card, .feature-card, .spec-card,
.step-card, .glossary-card, .process-card, .data-card, .route-card,
.form-trust-card, .strip-card, .contact-direct-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.icon-card:hover, .related-card:hover, .audience-card:hover,
.feature-card:hover, .spec-card:hover, .step-card:hover,
.glossary-card:hover, .process-card:hover, .data-card:hover,
.route-card:hover, .form-trust-card:hover, .strip-card:hover,
.contact-direct-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(30,45,107,.18);
}

@media (max-width: 560px) {
  .section,
  .specs,
  .scenario,
  .editorial,
  .ecom,
  .dark-section,
  .team-section,
  .contact,
  .faq,
  .trust-section,
  .career-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .section-head { margin-bottom: 28px; }
}

.cta-band, .midcta-inner, .switch-cta, .apply-band {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 880px) {
  .cta-band, .midcta-inner, .switch-cta, .apply-band {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.award-logo img { height: 48px; width: auto; object-fit: contain; }
@media (max-width: 768px) {
  .award-logo img { height: 40px; }
}

:where(#kontakt, #kontakt-form, #online-termin, #karte-anfahrt, [id]) {
  scroll-margin-top: 96px;
}

.trust-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0;
  margin-top: 0;
  margin-bottom: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
  flex-wrap: wrap;
}

.footer-seal-list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}

.footer-seal-list img,
.trust-footer-bar > img {
  width: auto;
  max-width: 132px;
  height: 38px;
  max-height: 38px;
  display: block;
  object-fit: contain;
  background: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  filter: none;
  opacity: 1;
}

.trust-footer-meta { display: none; }

.footer-profile-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer .foot-bottom {
  border-top: 0;
}

.foot-social-link,
.foot-rating-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.04);
  font-size:14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.foot-social-link:hover,
.foot-rating-link:hover {
  color: #fff;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.08);
}

.foot-social-link svg,
.foot-rating-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

.foot-social-link.linkedin svg { fill: currentColor; }
.foot-rating-link.kununu svg { fill: #00B5A5; }
.foot-social-link:hover.linkedin svg { fill: currentColor; }
.foot-rating-link:hover.kununu svg { fill: #1ED1BE; }

@media (max-width: 640px) {
  .trust-footer-bar {
    align-items: flex-start;
    gap: 18px;
  }

  .footer-profile-links {
    width: 100%;
  }

  .footer-seal-list img,
  .trust-footer-bar > img {
    height: 34px;
    max-height: 34px;
    padding: 5px 10px;
  }
}

/* ============================================================
   Bild-Platzhalter (Leistungs-/Branchenseiten) — einheitlich in
   Form & Optik; echte Bilder folgen und ersetzen .img-ph 1:1.
   ============================================================ */
.img-ph{
  position:relative;
  width:100%;
  height:100%;
  min-height:220px;
  display:grid;
  place-items:center;
  border-radius:inherit;
  background:linear-gradient(135deg,#eef1f7 0%,#e3e7f0 100%);
  color:var(--navy);
}
.img-ph::after{
  content:"";
  position:absolute;
  inset:12px;
  border:1.5px dashed rgba(30,45,107,.22);
  border-radius:14px;
  pointer-events:none;
}
.img-ph .img-ph-inner{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  opacity:.55;
  text-align:center;
}
.img-ph svg{width:40px;height:40px;stroke:var(--navy);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.img-ph span{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700}
/* Alle Bildflächen auf einheitliches Hero-Format (16/11) bringen, wenn Platzhalter */
.pull-quote-media:has(.img-ph),
.split-visual:has(.img-ph),
.job-hero-visual:has(.img-ph),
.gallery-item:has(.img-ph),
.media-card:has(.img-ph){aspect-ratio:16/11}
.split-visual:has(.img-ph),
.job-hero-visual:has(.img-ph){align-self:start}
