.itx {
  --itx-nacht: #0f1d30;
  --itx-nacht-tief: #0c1929;
  --itx-karte-dunkel: #16293f;
  --itx-hell: #8fb0d4;
  --itx-grau: color-mix(in srgb, var(--site-color-on-surface) 88%, var(--site-color-surface));
  --itx-linie: color-mix(in srgb, var(--site-color-primary) 10%, var(--site-color-surface));
  --itx-kreis: color-mix(in srgb, var(--site-color-accent) 9%, var(--site-color-surface));
}
.itx-shell { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.itx-pill {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 10px 10px 24px; border-radius: 999px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  font-family: var(--site-font-body);
}
.itx-pill::before {
  content: ''; position: absolute; z-index: -1;
  top: 50%; right: 21px; width: 32px; height: 32px;
  margin-top: -16px; border-radius: 50%;
  transform: scale(0);
}
.itx-pill .itx-pill-kreis {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%; font-size: 14px; flex: none;
}
@media (prefers-reduced-motion: no-preference) {
  .itx-pill { transition: color 0.28s ease, transform 0.28s cubic-bezier(0.2, 0, 0, 1); }
  .itx-pill::before { transition: transform 0.34s cubic-bezier(0.2, 0, 0, 1); }
  .itx-pill .itx-pill-kreis { transition: transform 0.28s cubic-bezier(0.2, 0, 0, 1), background-color 0.28s ease, color 0.28s ease; }
  .itx-pill:hover::before { transform: scale(14); }
  .itx-pill:hover .itx-pill-kreis { transform: rotate(45deg); }
  .itx-pill:active { transform: scale(0.96); }
  .itx-umriss { transition: border-color 0.28s ease, background-color 0.28s ease, transform 0.28s cubic-bezier(0.2, 0, 0, 1); }
  .itx-umriss:active { transform: scale(0.96); }
  .itx-umriss-pfeil { transition: transform 0.28s cubic-bezier(0.2, 0, 0, 1), opacity 0.28s ease; }
  .itx-umriss:hover .itx-umriss-pfeil { transform: rotate(45deg); opacity: 1; }
  .itx-karte-link span[aria-hidden] { display: inline-block; transition: transform 0.28s cubic-bezier(0.2, 0, 0, 1); }
  .itx-karte-link:hover span[aria-hidden] { transform: translate(2px, -2px); }
}
.itx-pill-navy { background: var(--site-color-primary); color: var(--site-color-on-primary); }
.itx-pill-navy::before { background: var(--itx-hell); }
.itx-pill-navy .itx-pill-kreis { background: var(--site-color-on-primary); color: var(--site-color-primary); }
.itx-pill-navy:hover { color: var(--site-color-primary); }
.itx-pill-navy:hover .itx-pill-kreis { background: var(--site-color-primary); color: var(--site-color-on-primary); }
.itx-pill-weiss { background: var(--site-color-on-primary); color: var(--site-color-primary); }
.itx-pill-weiss::before { background: var(--itx-hell); }
.itx-pill-weiss .itx-pill-kreis { background: var(--site-color-primary); color: var(--site-color-on-primary); }
.itx-pill-weiss:hover { color: var(--site-color-primary); }
.itx-umriss {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px 10px 24px;
  border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none;
  font-family: var(--site-font-body);
  border: 1px solid color-mix(in srgb, var(--site-color-primary) 30%, var(--site-color-surface));
  color: var(--site-color-primary);
}
.itx-umriss-pfeil { display: inline-flex; opacity: 0.75; }
.itx-umriss:hover {
  border-color: var(--site-color-primary);
  background: color-mix(in srgb, var(--itx-hell) 22%, transparent);
}
.itx-umriss-hell { border-color: rgba(255,255,255,0.4); color: #fff; }
.itx-umriss-hell:hover { border-color: var(--itx-hell); background: rgba(143,176,212,0.16); }
.itx-eyebrow {
  display: flex; align-items: center; gap: 9px;
  font-size: 16px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; margin: 0 0 16px;
  color: var(--cg-accent-text, var(--site-color-accent));
}
.itx-eyebrow::before {
  content: ''; width: 9px; height: 9px; flex: none;
  background: currentColor; transform: rotate(45deg);
}
.itx h1, .itx h2, .itx h3 { font-family: var(--site-font-heading); }
.itx-hero { background: var(--site-color-surface); padding: 16px 16px 0; }
.itx-hero-karte {
  position: relative; overflow: hidden; border-radius: 24px;
  background: var(--itx-nacht-tief); color: #fff;
  --cg-accent-text: var(--itx-hell);
}
.itx-hero-foto {
  position: absolute; top: auto; left: auto; bottom: 0;
  right: max(24px, calc((100% - 1200px) / 2));
  width: auto; height: 96%; max-height: 660px; max-width: 62vw;
  object-fit: contain;
  object-position: right bottom !important;
  filter: none;
}
.itx-hero-schleier { position: absolute; inset: 0; }
.itx-hero-schleier-quer { background: none; }
.itx-hero-schleier-fuss { background: none; }
.itx-hero-karte::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(460px 330px at 0% 0%, rgba(143,176,212,0.20), transparent 62%),
    radial-gradient(950px 660px at 0% 0%, rgba(51,86,126,0.5), transparent 72%),
    radial-gradient(680px 540px at 72% 24%, rgba(143,176,212,0.13), transparent 66%),
    radial-gradient(380px 300px at 86% 82%, rgba(143,176,212,0.10), transparent 65%);
}
.itx-hero-inhalt {
  position: relative; max-width: 1200px; margin: 0 auto;
  padding: 148px 32px 56px; min-height: 500px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 48px;
}
.itx-hero-inhalt > .itx-hero-text { flex: 0 1 auto; min-width: 0; max-width: 54%; }
.itx-hero-text .itx-eyebrow { color: var(--itx-hell); margin-bottom: 20px; }
.itx-hero-inhalt :is(h1, h2) {
  margin: 0 0 36px; font-size: clamp(40px, 3.6vw, 52px);
  line-height: 1.04; font-weight: 800; letter-spacing: -0.025em;
  max-width: 860px; text-wrap: pretty; color: #fff;
}
@media (min-width: 861px) {
  .itx-hero-inhalt :is(h1, h2) [data-field='headline_nach'] { display: block; }
}
.itx-hero-einschub {
  display: inline-block; width: 1.4em; height: 0.75em; object-fit: cover;
  border-radius: 12px; vertical-align: baseline; transform: translateY(0.1em);
}
.itx-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.itx-hero-glaskarte {
  flex: none; width: 280px; box-sizing: border-box; position: relative;
  background: rgba(15, 29, 48, 0.52);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.18); border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 24px 60px rgba(12,25,41,0.45);
  padding: 22px 24px;
}
.itx-hero-glaskarte::before {
  content: ''; display: block; width: 10px; height: 10px;
  background: var(--itx-hell); transform: rotate(45deg); margin-bottom: 10px;
}
.itx-hero-glaskarte::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  border-radius: inherit; pointer-events: none;
  background: repeating-linear-gradient(118deg, rgba(143,176,212,0.12) 0 1px, transparent 1px 10px);
  -webkit-mask-image: radial-gradient(180px 140px at 100% 0%, #000 0%, transparent 70%);
  mask-image: radial-gradient(180px 140px at 100% 0%, #000 0%, transparent 70%);
}
.itx-hero-glaskarte p { margin: 0; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.9); }
.itx-hero-zahl { margin-top: 14px; font-size: 52px; font-weight: 800; line-height: 1; color: #fff; font-family: var(--site-font-heading); }
.itx-hero-zahl sup { color: var(--itx-hell); font-size: 34px; font-weight: 800; }
.itx-hero-zahl .itx-hero-einheit { font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.7); }
body:has(.itx-hero, .itx-seitenkopf, .itx .cg-job-hero) .cg-nav-glas { margin-bottom: -105px; }
body:has(.itx-hero, .itx-seitenkopf, .itx .cg-job-hero) .cg-nav-glas .cg-nav-inner { margin-top: 42px; }
html[data-cg-scrolled] body:has(.itx-hero, .itx-seitenkopf, .itx .cg-job-hero) .cg-nav-glas .cg-nav-inner {
  margin-top: 42px;
  transform: translateY(-34px);
}
@media (prefers-reduced-motion: no-preference) {
  body:has(.itx-hero, .itx-seitenkopf, .itx .cg-job-hero) .cg-nav-glas .cg-nav-inner {
    transition: background-color 0.3s ease, border-color 0.3s ease, margin-top 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }
}
html:not([data-cg-scrolled]) body:has(.itx-hero, .itx-seitenkopf, .itx .cg-job-hero) .cg-nav-glas .cg-nav-inner {
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
@media (max-width: 860px) {
  body:has(.itx-hero, .itx-seitenkopf, .itx .cg-job-hero) .cg-nav-glas { margin-bottom: -100px; }
  body:has(.itx-hero, .itx-seitenkopf, .itx .cg-job-hero) .cg-nav-glas .cg-nav-inner { margin-top: 34px; }
  html[data-cg-scrolled] body:has(.itx-hero, .itx-seitenkopf, .itx .cg-job-hero) .cg-nav-glas .cg-nav-inner {
    margin-top: 34px;
    transform: translateY(-26px);
  }
}
.itx-seitenkopf { background: var(--site-color-surface); padding: 16px 16px 0; }
.itx-seitenkopf-karte {
  position: relative; overflow: hidden; border-radius: 24px;
  background: var(--itx-nacht-tief); color: #fff;
  --cg-accent-text: var(--itx-hell);
}
.itx-seitenkopf-karte::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(460px 330px at 0% 0%, rgba(143,176,212,0.18), transparent 62%),
    radial-gradient(950px 640px at 0% 0%, rgba(51,86,126,0.48), transparent 72%),
    radial-gradient(760px 520px at 100% 100%, rgba(12,25,41,0.55), transparent 70%);
}
.itx-seitenkopf-karte::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  z-index: 1; border-radius: inherit;
  background: repeating-linear-gradient(118deg,
    rgba(143,176,212,0.20) 0 1px, transparent 1px 10px);
  box-shadow: inset 0 0 0 1px rgba(143,176,212,0.10), inset 0 1px 0 rgba(255,255,255,0.08);
  -webkit-mask-image: radial-gradient(560px 440px at 0% 0%, #000 0%, transparent 74%);
  mask-image: radial-gradient(560px 440px at 0% 0%, #000 0%, transparent 74%);
}
.itx-seitenkopf-inhalt {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 150px 32px 64px;
  display: flex; align-items: flex-end; gap: 48px; flex-wrap: wrap;
}
.itx-seitenkopf-text { flex: 1 1 560px; min-width: 0; }
.itx-kopf-glas {
  flex: none; box-sizing: border-box; position: relative;
  display: flex; align-items: center; gap: 18px;
  background:
    radial-gradient(200px 130px at 0% 0%, rgba(143,176,212,0.30), transparent 65%),
    radial-gradient(430px 260px at 0% 0%, rgba(51,86,126,0.55), transparent 75%),
    radial-gradient(300px 190px at 100% 100%, rgba(12,25,41,0.6), transparent 70%),
    rgba(15, 29, 48, 0.6);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(143,176,212,0.32); border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.26), 0 24px 60px rgba(12,25,41,0.45);
  padding: 20px 28px;
}
.itx-kopf-glas::before {
  content: ''; width: 9px; height: 9px; flex: none;
  background: var(--itx-hell); transform: rotate(45deg);
}
.itx-kopf-glas p { margin: 0; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.9); }
.itx-kopf-glas img { display: block; height: 88px; width: auto; margin-left: auto; }
.itx-seitenkopf-inhalt .itx-eyebrow { color: var(--itx-hell); margin-bottom: 18px; }
.itx-seitenkopf-inhalt :is(h1, h2) {
  margin: 0; font-size: clamp(36px, 4vw, 56px);
  line-height: 1.06; font-weight: 800; letter-spacing: -0.02em;
  max-width: 760px; text-wrap: balance; color: #fff;
}
.itx-seitenkopf-text p:not(.itx-eyebrow) {
  margin: 20px 0 0; font-size: 17px; line-height: 1.6;
  color: rgba(255,255,255,0.82); max-width: 560px; text-wrap: pretty;
}
.itx-seitenkopf-cta { margin-top: 28px; }
.itx-karten { background: var(--site-color-surface); padding: 96px 0 72px; }
.itx-karten-kopf {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px; margin-bottom: 44px; flex-wrap: wrap;
}
.itx-karten-kopf > div:first-child { flex: 1 1 560px; min-width: 0; max-width: 760px; }
.itx-karten-kopf .itx-pill { flex: none; }
.itx-karten-kopf h2, .itx-h2 {
  margin: 0; font-size: clamp(30px, 3.6vw, 42px); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.15;
  color: var(--site-color-primary); text-wrap: pretty;
}
.itx-karten-raster {
  display: grid; grid-template-columns: repeat(var(--itx-spalten, 4), 1fr);
  gap: 18px; counter-reset: itx-karte;
}
.itx-dots { display: none; }
.itx-karten-raster:focus-visible { outline: 2px solid var(--site-color-accent); outline-offset: 2px; }
.itx-karte {
  position: relative; counter-increment: itx-karte;
  background: var(--site-color-on-primary); border: 1px solid var(--itx-linie);
  border-radius: 14px; padding: 26px 24px; display: flex; flex-direction: column;
  box-shadow: 0 1px 2px rgba(12,25,41,0.05), 0 10px 30px rgba(12,25,41,0.06);
}
.itx-karte::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  pointer-events: none; opacity: 0;
  background: repeating-linear-gradient(118deg, rgba(143,176,212,0.10) 0 1px, transparent 1px 10px);
  -webkit-mask-image: radial-gradient(260px 220px at 100% 0%, #000 0%, transparent 70%);
  mask-image: radial-gradient(260px 220px at 100% 0%, #000 0%, transparent 70%);
}
.itx-karte::after {
  content: counter(itx-karte, decimal-leading-zero);
  position: absolute; top: 14px; right: 18px;
  font-family: var(--site-font-heading); font-weight: 800; font-size: 44px;
  line-height: 1; font-variant-numeric: tabular-nums;
  color: color-mix(in srgb, var(--site-color-accent) 13%, var(--site-color-surface));
}
.itx-karte h3 { margin: 0; font-size: 17px; font-weight: 700; line-height: 1.35; color: var(--site-color-primary); padding-right: 64px; position: relative; }
.itx-karte-icon {
  width: 64px; height: 64px; border-radius: 50%; position: relative;
  background: radial-gradient(120% 120% at 30% 22%, color-mix(in srgb, var(--site-color-accent) 15%, var(--site-color-surface)), var(--itx-kreis) 62%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--site-color-accent) 16%, transparent),
    inset 0 -6px 12px color-mix(in srgb, var(--site-color-accent) 8%, transparent);
  display: flex; align-items: center; justify-content: center; margin: 26px 0 18px;
}
.itx-karte-icon::before {
  content: ''; position: absolute; inset: -7px; border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--site-color-accent) 28%, var(--site-color-surface));
}
@media (hover: hover) {
  .itx-karte:hover, .itx-karte:focus-within {
    background: var(--itx-nacht);
    border-color: var(--itx-nacht);
  }
  .itx-karte:hover::before, .itx-karte:focus-within::before { opacity: 1; }
  .itx-karte:hover h3, .itx-karte:focus-within h3 { color: var(--site-color-on-primary); }
  .itx-karte:hover p, .itx-karte:focus-within p { color: rgba(255,255,255,0.86); }
  .itx-karte:hover .itx-karte-icon, .itx-karte:focus-within .itx-karte-icon {
    background: radial-gradient(120% 120% at 30% 22%, rgba(143,176,212,0.16), rgba(255,255,255,0.06) 62%);
    box-shadow: inset 0 0 0 1px rgba(143,176,212,0.28), inset 0 -6px 12px rgba(12,25,41,0.3);
  }
  .itx-karte:hover .itx-karte-icon::before, .itx-karte:focus-within .itx-karte-icon::before { border-color: rgba(143,176,212,0.4); }
  .itx-karte:hover::after, .itx-karte:focus-within::after { color: rgba(143,176,212,0.45); }
  .itx-karte:hover .itx-ikon [class^='itx-ikon-'], .itx-karte:hover .itx-ikon [class*=' itx-ikon-'],
  .itx-karte:focus-within .itx-ikon [class^='itx-ikon-'], .itx-karte:focus-within .itx-ikon [class*=' itx-ikon-'] { stroke: var(--itx-hell); }
  .itx-karte:hover .itx-ikon .itx-ikon-balken, .itx-karte:focus-within .itx-ikon .itx-ikon-balken { fill: rgba(143,176,212,0.4); stroke: none; }
  .itx-karte:hover .itx-ikon .itx-ikon-flash, .itx-karte:focus-within .itx-ikon .itx-ikon-flash { fill: rgba(143,176,212,0.45); }
  .itx-karte:hover .itx-ikon .itx-ikon-knoten, .itx-karte:focus-within .itx-ikon .itx-ikon-knoten { fill: var(--itx-nacht); }
  .itx-karte:hover .itx-ikon .itx-ikon-knoten.k0, .itx-karte:focus-within .itx-ikon .itx-ikon-knoten.k0 { fill: var(--itx-hell); }
  .itx-karte:hover .itx-karte-link, .itx-karte:focus-within .itx-karte-link { color: var(--itx-hell); }
}
.itx-ikon { width: 40px; height: 40px; display: block; position: relative; }
.itx-ikon [class^='itx-ikon-'], .itx-ikon [class*=' itx-ikon-'] {
  stroke: var(--site-color-accent); stroke-width: 2.6;
  stroke-linecap: round; stroke-linejoin: round; fill: none;
}
.itx-ikon .itx-ikon-balken { fill: color-mix(in srgb, var(--site-color-accent) 26%, transparent); stroke: none; transform-box: fill-box; transform-origin: bottom center; }
.itx-ikon .itx-ikon-detail { stroke: var(--itx-hell); transform-box: fill-box; }
.itx-ikon .itx-ikon-haken { stroke: var(--itx-hell); transform-box: fill-box; transform-origin: center; }
.itx-ikon .itx-ikon-knoten { fill: var(--site-color-on-primary); transform-box: fill-box; transform-origin: center; }
.itx-ikon .itx-ikon-knoten.k0 { fill: color-mix(in srgb, var(--site-color-accent) 22%, var(--site-color-on-primary)); }
.itx-ikon .itx-ikon-puls { stroke: var(--itx-hell); opacity: 0.55; }
.itx-ikon .itx-ikon-flash { fill: color-mix(in srgb, var(--site-color-accent) 16%, transparent); }
.itx-ikon .itx-ikon-ring { opacity: 0.45; stroke-dasharray: 2.5 5.5; transform-box: fill-box; transform-origin: center; }
@media (prefers-reduced-motion: no-preference) {
  .itx-karte { transition: transform 0.24s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease; }
  .itx-karte::before { transition: opacity 0.24s ease; }
  .itx-karte h3, .itx-karte p, .itx-karte::after, .itx-karte .itx-karte-link { transition: color 0.24s ease; }
  .itx-karte .itx-karte-icon { transition: background 0.24s ease, box-shadow 0.24s ease; }
  .itx-karte .itx-ikon [class^='itx-ikon-'], .itx-karte .itx-ikon [class*=' itx-ikon-'] { transition: stroke 0.24s ease, fill 0.24s ease; }
  .itx-karte:hover, .itx-karte:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 2px 6px rgba(12,25,41,0.18), 0 24px 56px rgba(12,25,41,0.32);
  }
}
.itx-karte p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--itx-grau); text-wrap: pretty; }
.itx-karte-link {
  margin-top: 14px; font-size: 13.5px; font-weight: 700;
  color: var(--site-color-accent); text-decoration: none;
  align-self: flex-start;
  background: linear-gradient(currentColor, currentColor) no-repeat 0 100% / 0 1px;
}
.itx-karte-link:hover, .itx-karte-link:focus-visible { background-size: 100% 1px; }
.itx-band { background: var(--itx-nacht); color: #fff; padding: 88px 0 0; position: relative; overflow: hidden; }
.itx-band { --cg-accent-text: var(--itx-hell); }
.itx-band::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(420px 300px at 100% 0%, rgba(143,176,212,0.16), transparent 62%),
    radial-gradient(950px 640px at 100% 0%, rgba(51,86,126,0.52), transparent 72%),
    radial-gradient(900px 620px at 0% 100%, rgba(12,25,41,0.6), transparent 75%);
}
.itx-band-inhalt {
  position: relative; display: grid; grid-template-columns: 0.8fr 1.2fr;
  gap: 64px; align-items: center; padding-bottom: 72px;
}
.itx-band-zahl { font-size: clamp(84px, 10vw, 128px); font-weight: 800; line-height: 0.9; font-family: var(--site-font-heading); }
.itx-band-zahl sup { color: var(--itx-hell); }
.itx-band-zahl-label { margin-top: 26px; font-size: 16px; color: rgba(255,255,255,0.86); }
.itx-band h2 {
  margin: 0 0 28px; font-size: clamp(26px, 3.2vw, 38px); font-weight: 700;
  letter-spacing: -0.01em; line-height: 1.3; text-wrap: pretty; color: #fff;
}
.itx-band-leiste {
  position: relative; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  border-top: 1px solid rgba(255,255,255,0.08);
}
.itx-band-leiste > div {
  height: 104px; display: flex; align-items: center; justify-content: center;
  gap: 10px; padding: 0 14px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
  font-size: 14px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--itx-hell) 78%, #fff);
}
.itx-band-leiste > div:last-child { border-right: 0; }
.itx-band-leiste > div:hover { background: rgba(255,255,255,0.045); color: #fff; }
.itx-bento { background: var(--site-color-surface); padding: 96px 0 40px; }
.itx-bento-gross {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px;
  align-items: center;
  background: var(--site-color-on-primary); border: 1px solid var(--itx-linie);
  border-radius: 18px; padding: 40px 44px; margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(12,25,41,0.05), 0 10px 30px rgba(12,25,41,0.06);
}
.itx-bento-gross h3 {
  margin: 0 0 16px; font-size: clamp(26px, 3vw, 36px); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.12; color: var(--site-color-primary);
  text-wrap: balance;
}
.itx-bento-gross p:not(.itx-eyebrow) { margin: 0 0 14px; font-size: 16px; line-height: 1.65; color: var(--itx-grau); text-wrap: pretty; }
.itx-bento-gross .itx-split-ctas { margin-top: 24px; }
.itx-bento-gross-bild {
  width: 100%; border-radius: 14px; object-fit: cover; aspect-ratio: 5 / 4;
  outline: 1px solid rgba(0,0,0,0.1); outline-offset: -1px;
  filter: saturate(0.72) sepia(0.06);
}
.itx-bento-raster {
  display: grid; grid-template-columns: 1fr 1fr 1.15fr;
  gap: 18px; align-items: stretch;
}
.itx-bento-karte {
  background: var(--site-color-on-primary); border: 1px solid var(--itx-linie);
  border-radius: 18px; padding: 26px 26px 24px; min-height: 320px;
  display: flex; flex-direction: column; position: relative; overflow: hidden;
  box-shadow: 0 1px 2px rgba(12,25,41,0.05), 0 10px 30px rgba(12,25,41,0.06);
}
.itx-bento-titel { margin: 0; font-size: 15px; font-weight: 700; color: var(--site-color-primary); }
.itx-bento-wert {
  margin: auto 0 0; font-family: var(--site-font-heading);
  font-size: clamp(56px, 6vw, 84px); font-weight: 800; line-height: 1;
  color: var(--site-color-primary);
  padding-bottom: 14px; position: relative;
}
.itx-bento-wert::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: repeating-linear-gradient(90deg, var(--itx-linie) 0 6px, transparent 6px 12px);
  transform-origin: left center;
}
.itx-bento-wert sup { color: var(--cg-accent-text, color-mix(in srgb, var(--site-color-accent) 55%, var(--site-color-on-surface))); font-size: 0.5em; display: inline-block; }
.itx-bento-zahl .itx-bento-text { margin: 12px 0 0; font-size: 13.5px; line-height: 1.6; color: var(--itx-grau); text-wrap: pretty; }
.itx-bento-balken {
  margin-top: auto; display: flex; align-items: flex-end; gap: 12px; height: 190px;
  position: relative;
  border-bottom: 2px solid color-mix(in srgb, var(--site-color-accent) 40%, var(--site-color-surface));
}
.itx-bento-balken::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(143,176,212,0.18) 0 1px, transparent 1px 47px);
}
.itx-bento-balken span {
  flex: 1; height: var(--bh); border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg,
    color-mix(in srgb, var(--itx-hell) 48%, var(--site-color-surface)) 0%,
    color-mix(in srgb, var(--site-color-accent) 46%, var(--site-color-surface)) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 0 0 1px rgba(255,255,255,0.14);
  transform-origin: bottom; position: relative; overflow: hidden;
}
.itx-bento-balken span::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(143,176,212,0.30); opacity: 0;
}
.itx-bento-balken span:nth-child(even) {
  background: linear-gradient(180deg,
    color-mix(in srgb, var(--itx-hell) 62%, var(--site-color-accent)) 0%,
    color-mix(in srgb, var(--site-color-accent) 74%, var(--site-color-surface)) 100%);
}
.itx-bento-balken span:last-of-type {
  background: linear-gradient(180deg,
    color-mix(in srgb, var(--itx-hell) 40%, var(--site-color-accent)) 0%,
    var(--site-color-accent) 55%,
    var(--site-color-primary) 130%);
}
.itx-bento-bild { padding: 0; border: 0; background: var(--itx-nacht); }
.itx-bento-bild img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: saturate(0.92);
}
.itx-bento-bild::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(340px 260px at 100% 0%, rgba(143,176,212,0.16), transparent 64%),
    linear-gradient(0deg,
      rgba(12,25,41,0.9) 0%,
      rgba(12,25,41,0.55) 26%,
      rgba(12,25,41,0.1) 48%,
      transparent 62%);
}
.itx-bento-bild::after {
  content: ''; position: absolute; inset: 0; z-index: 3; border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(143,176,212,0.34),
    inset 0 1px 0 rgba(255,255,255,0.28);
}
.itx-bento-bild-inhalt {
  position: relative; z-index: 2; margin-top: auto; padding: 26px;
  color: #fff;
}
.itx-bento-bild-label {
  margin: 0 0 10px; font-size: 11.5px; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--itx-hell);
}
.itx-bento-bild-inhalt p { margin: 0 0 14px; font-size: 15px; line-height: 1.55; font-weight: 600; text-wrap: pretty; }
.itx-bento-bild-inhalt p.itx-bento-bild-label { margin-bottom: 10px; }
.itx-bento-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.itx-bento-tags span {
  padding: 5px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
  color: rgba(255,255,255,0.92);
  background: color-mix(in srgb, #8fb0d4 10%, rgba(12,25,41,0.72));
  box-shadow: inset 0 0 0 1px rgba(143,176,212,0.34);
  backdrop-filter: blur(6px);
}
.itx-split { background: var(--site-color-surface); padding: 110px 0; }
.itx-split .itx-shell {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.itx-split-bild {
  display: block; width: 100%; border-radius: 18px; object-fit: cover;
  aspect-ratio: 5 / 4; outline: 1px solid rgba(0,0,0,0.1); outline-offset: -1px;
  filter: saturate(0.72) sepia(0.06);
}
.itx-split p:not(.itx-eyebrow) { margin: 0 0 16px; font-size: 16px; line-height: 1.65; color: var(--itx-grau); text-wrap: pretty; }
.itx-split .itx-h2 { margin: 0 0 20px; }
.itx-split-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.itx-split-links .itx-shell > :is(.itx-split-bild, .itx-split-bildwrap) { order: -1; }
.itx-prozess { background: var(--itx-nacht); color: #fff; padding: 96px 0 110px; position: relative; overflow: hidden; }
.itx-prozess { --cg-accent-text: var(--itx-hell); }
.itx-prozess::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(420px 300px at 0% 100%, rgba(143,176,212,0.16), transparent 62%),
    radial-gradient(950px 640px at 0% 100%, rgba(51,86,126,0.52), transparent 72%),
    radial-gradient(900px 620px at 100% 0%, rgba(12,25,41,0.6), transparent 75%);
}
.itx-prozess .itx-shell { position: relative; }
.itx-prozess-kopf { text-align: center; margin-bottom: 72px; }
.itx-prozess-kopf .itx-eyebrow { display: inline-flex; }
.itx-prozess-kopf h2 {
  margin: 0 auto; font-size: clamp(30px, 3.6vw, 42px); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.15; color: #fff;
  max-width: 560px; text-wrap: balance;
}
.itx-prozess-reihe {
  border-top: 1px dashed rgba(255,255,255,0.25);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.itx-schritt { display: flex; flex-direction: column; align-items: center; }
.itx-schritt-pille {
  margin-top: -15px; background: var(--itx-nacht);
  border: 1px solid rgba(255,255,255,0.25); border-radius: 999px;
  padding: 5px 16px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.8);
}
.itx-schritt-faden { width: 1px; border-left: 1px dashed rgba(255,255,255,0.25); }
.itx-schritt:nth-child(1) .itx-schritt-faden { height: 28px; }
.itx-schritt:nth-child(2) .itx-schritt-faden { height: 92px; }
.itx-schritt:nth-child(3) .itx-schritt-faden { height: 156px; }
.itx-schritt:nth-child(4) .itx-schritt-faden { height: 220px; }
.itx-schritt:nth-child(5) .itx-schritt-faden { height: 284px; }
.itx-schritt-karte {
  background: var(--itx-karte-dunkel); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 30px 28px; width: 100%; box-sizing: border-box;
}
.itx-schritt-ziffer {
  font-size: 76px; font-weight: 800; line-height: 1;
  color: rgba(143,176,212,0.55); margin-bottom: 20px; font-family: var(--site-font-heading);
  font-variant-numeric: tabular-nums;
}
.itx-schritt-karte h3 { margin: 0 0 12px; font-size: 18px; font-weight: 700; color: #fff; }
.itx-schritt-karte p { margin: 0; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,0.86); text-wrap: pretty; }
.itx-ticker {
  background: var(--itx-nacht);
  padding: 52px 0; overflow: hidden; position: relative;
}
.itx-ticker-band {
  position: relative; margin: 0;
  background: var(--site-color-accent); padding: 16px 0; overflow: hidden;
  box-shadow: 0 14px 34px rgba(12,25,41,0.32);
}
.itx-ticker-lauf { display: flex; gap: 44px; width: max-content; }
.itx-ticker-glied { display: flex; align-items: center; gap: 44px; flex: none; }
.itx-ticker-glied span:first-child {
  font-size: 20px; font-weight: 700; color: #fff;
  letter-spacing: 0.02em; white-space: nowrap; font-family: var(--site-font-heading);
}
.itx-ticker-raute { width: 9px; height: 9px; background: rgba(143,176,212,0.9); transform: rotate(45deg); flex: none; }
@media (prefers-reduced-motion: no-preference) {
  .itx-ticker-lauf { animation: itx-ticker 28s linear infinite; }
  @keyframes itx-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
}
.itx-ueberuns { background: var(--site-color-surface); padding: 110px 0 120px; }
.itx-ueberuns .itx-shell {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.itx-ueberuns p:not(.itx-eyebrow) { margin: 0 0 16px; font-size: 16px; line-height: 1.65; color: var(--itx-grau); text-wrap: pretty; }
.itx-ueberuns .itx-h2 { margin: 0 0 20px; }
.itx-ueberuns .itx-pill { margin-top: 16px; }
.itx-ueberuns-portraits { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.itx-kontaktkarte {
  position: relative; margin: 0; border-radius: 14px; overflow: hidden;
  outline: 1px solid rgba(0,0,0,0.1); outline-offset: -1px;
  box-shadow: 0 1px 2px rgba(12,25,41,0.05), 0 10px 30px rgba(12,25,41,0.06);
}
.itx-kontaktkarte:last-child { margin-top: 36px; }
.itx-kontaktkarte img {
  display: block; width: 100%; border-radius: 14px; object-fit: cover;
  aspect-ratio: 3 / 4;
  filter: saturate(0.92);
}
.itx-kontaktkarte::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: linear-gradient(0deg,
    rgba(12,25,41,0.96) 0%,
    rgba(12,25,41,0.78) 26%,
    rgba(12,25,41,0.22) 52%,
    transparent 66%);
}
.itx-kontaktkarte-info {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 16px 16px 14px; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.itx-kontaktkarte-name {
  font-family: var(--site-font-heading); font-size: 17px; font-weight: 700;
  color: #fff; letter-spacing: -0.01em;
}
.itx-kontaktkarte-wege { display: flex; gap: 8px; flex-wrap: wrap; }
.itx-kontaktkarte-wege a {
  position: relative; overflow: hidden; isolation: isolate;
  width: 36px; height: 36px; border-radius: 50%; flex: none;
  border: 1px solid rgba(255,255,255,0.38);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; text-decoration: none;
}
.itx-kontaktkarte-wege a::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  border-radius: 50%; background: var(--itx-hell);
  transform: scale(0);
}
.itx-kontaktkarte-wege a:hover { color: var(--site-color-primary); border-color: var(--itx-hell); }
.itx-kontaktkarte-wege a:hover::before { transform: scale(1); }
.itx-kontaktwege { background: var(--site-color-surface); padding: 96px 0 56px; }
.itx-kontaktwege .itx-shell {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 72px; align-items: center;
}
.itx-kontaktwege p:not(.itx-eyebrow) { margin: 0 0 16px; font-size: 16px; line-height: 1.65; color: var(--itx-grau); text-wrap: pretty; }
.itx-kontaktwege .itx-h2 { margin: 0 0 20px; }
.itx-kontaktwege-karten { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.itx-kontaktwege-karten .itx-kontaktkarte:last-child { margin-top: 44px; }
body:has(.itx) .cg-nav-glas .cg-navpill .cg-navlink[aria-current] {
  background: rgba(143, 176, 212, 0.16);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(143, 176, 212, 0.35);
}
.itx .cg-job-hero {
  margin: 16px 16px 0; border-radius: 24px; position: relative;
  background: var(--itx-nacht-tief) !important;
  padding-top: 150px !important;
}
.itx .cg-job-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(460px 330px at 0% 0%, rgba(143,176,212,0.18), transparent 62%),
    radial-gradient(950px 640px at 0% 0%, rgba(51,86,126,0.48), transparent 72%);
}
.itx .cg-job-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  border-radius: inherit;
  background: repeating-linear-gradient(118deg, rgba(143,176,212,0.20) 0 1px, transparent 1px 10px);
  box-shadow: inset 0 0 0 1px rgba(143,176,212,0.10), inset 0 1px 0 rgba(255,255,255,0.08);
  -webkit-mask-image: radial-gradient(560px 440px at 0% 0%, #000 0%, transparent 74%);
  mask-image: radial-gradient(560px 440px at 0% 0%, #000 0%, transparent 74%);
}
.itx .cg-job-hero > * { position: relative; z-index: 1; }
@media (max-width: 860px) {
  .itx .cg-job-hero { margin: 12px 12px 0; padding-top: 128px !important; }
}
body:has(.itx) .cg-eyebrow { font-size: 16px; font-weight: 700; }
body:has(.itx) .cg-leist-row {
  align-items: start !important;
  padding: 26px 12px !important;
  transition: background-color 0.25s ease;
}
body:has(.itx) .cg-leist-row > span:first-child {
  font-size: 34px !important; font-weight: 800 !important; line-height: 1.1;
  font-variant-numeric: tabular-nums;
  color: color-mix(in srgb, var(--site-color-accent) 70%, var(--site-color-surface)) !important;
  transition: color 0.25s ease;
}
body:has(.itx) .cg-leist-row:hover {
  background: color-mix(in srgb, var(--itx-hell) 9%, transparent);
}
body:has(.itx) .cg-leist-row:hover > span:first-child {
  color: color-mix(in srgb, var(--site-color-accent) 75%, var(--site-color-on-surface)) !important;
}
body:has(.itx) .cg-faq-item { border-color: rgba(20, 38, 60, 0.12) !important; }
body:has(.itx) .cg-faq-summary {
  font-family: var(--site-font-heading); font-weight: 700;
  transition: color 0.2s ease;
}
body:has(.itx) .cg-faq-summary:hover { color: var(--site-color-accent); }
body:has(.itx) .cg-faq-item[open] .cg-faq-summary { color: var(--site-color-accent); }
body:has(.itx) .cg-faq-icon { color: var(--site-color-accent); }
.itx-gruender { background: var(--site-color-surface); padding: 96px 0 104px; }
.itx-gruender-intro { margin: 0; font-size: 16px; line-height: 1.65; color: var(--itx-grau); max-width: 560px; text-wrap: pretty; }
.itx-gruender-reihe {
  display: grid; grid-template-columns: minmax(280px, 360px) 1fr;
  gap: 56px; align-items: center; margin-top: 64px;
}
.itx-gruender-reihe:nth-of-type(odd) { grid-template-columns: 1fr minmax(280px, 360px); }
.itx-gruender-reihe:nth-of-type(odd) .itx-kontaktkarte { order: 2; }
.itx-gruender-rolle {
  margin: 0 0 6px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--site-color-accent);
}
.itx-gruender-vita h3 {
  margin: 0 0 14px; font-size: 26px; font-weight: 800; letter-spacing: -0.015em;
  color: var(--site-color-on-surface);
}
.itx-gruender-vita p:not(.itx-gruender-rolle) {
  margin: 0 0 14px; font-size: 16px; line-height: 1.7; color: var(--itx-grau); text-wrap: pretty;
}
body:has(.itx) .cg-kennzahlen-dunkel {
  position: relative; overflow: hidden;
  background: #0f1d30 !important;
  background-image: none !important;
}
body:has(.itx) .cg-kennzahlen-dunkel::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(460px 330px at 0% 0%, rgba(143,176,212,0.16), transparent 62%),
    radial-gradient(900px 600px at 0% 0%, rgba(51,86,126,0.42), transparent 72%),
    radial-gradient(700px 480px at 100% 100%, rgba(12,25,41,0.5), transparent 70%);
}
body:has(.itx) .cg-kennzahlen-dunkel::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(118deg,
    rgba(143,176,212,0.18) 0 1px, transparent 1px 10px);
  -webkit-mask-image: radial-gradient(560px 440px at 100% 0%, #000 0%, transparent 74%);
  mask-image: radial-gradient(560px 440px at 100% 0%, #000 0%, transparent 74%);
}
body:has(.itx) .cg-kennzahlen-dunkel > div { position: relative; z-index: 1; }
body:has(.itx) [data-instance-id]:has(> .cg-tm-text) + [data-instance-id] > .cg-tm-text {
  padding-top: 0 !important;
}
body:has(.itx):has(.cg-ctabanner, .cg-kf-buehne) .cg-footer-cta { display: none; }
body:has(.itx) [data-instance-id]:has(> .itx-split) + [data-instance-id] > .itx-karten,
body:has(.itx) [data-instance-id]:has(> .itx-split) + [data-instance-id] > .itx-gruender {
  padding-top: 40px;
}
body:has(.itx) [data-instance-id]:has(> .itx-split) + [data-instance-id] > .itx-kontaktwege {
  padding-top: 40px;
}
body:has(.itx) .cg-footer-cta-titel .cg-accent,
body:has(.itx) .cg-footer-dunkel h2 .cg-accent { color: #8fb0d4; }
body:has(.itx) .cg-kf-select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 L6 6.5 L11 1.5' fill='none' stroke='%2333567e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; background-position: right 14px center !important; background-size: 12px 8px !important;
  background-color: var(--site-color-surface) !important;
  padding-right: 38px !important;
}
body:has(.itx) .cg-kf-check:focus-visible {
  outline: 2px solid var(--site-color-accent); outline-offset: 2px;
}
.itx-karte h3 { min-height: 2.6em; }
body:has(.itx) .cg-kf-buehne { position: relative; overflow: hidden; }
body:has(.itx) .cg-kf-buehne::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(460px 330px at 100% 0%, rgba(143,176,212,0.14), transparent 62%),
    radial-gradient(900px 600px at 100% 0%, rgba(51,86,126,0.4), transparent 72%),
    radial-gradient(700px 480px at 0% 100%, rgba(12,25,41,0.5), transparent 70%);
}
body:has(.itx) .cg-kf-buehne::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(118deg,
    rgba(143,176,212,0.18) 0 1px, transparent 1px 10px);
  -webkit-mask-image: radial-gradient(560px 440px at 100% 0%, #000 0%, transparent 74%);
  mask-image: radial-gradient(560px 440px at 100% 0%, #000 0%, transparent 74%);
}
body:has(.itx) .cg-kf-buehne > div { position: relative; z-index: 1; }
body:has(.itx) .cg-kf-buehne [data-field='telefon'] {
  border-bottom-color: rgba(143,176,212,0.75) !important;
}
@media (max-width: 1000px) {
  .itx-karten-raster { grid-template-columns: repeat(2, 1fr); }
  .itx-prozess-reihe { grid-template-columns: 1fr; border-top: 0; }
  .itx-schritt .itx-schritt-faden { height: 24px !important; }
  .itx-schritt-pille { margin-top: 0; }
}
@media (max-width: 860px) {
  .itx-hero-foto {
    left: 0; right: 0; width: 100%; top: auto; bottom: 0; height: 48%;
    max-width: none; max-height: none;
    object-fit: cover; object-position: 50% 12% !important;
  }
  .itx-hero-glaskarte { margin-top: 56vw; padding: 14px 18px 12px; }
  .itx-hero-glaskarte::before { width: 8px; height: 8px; margin-bottom: 8px; }
  .itx-hero-glaskarte p { font-size: 13.5px; line-height: 1.5; }
  .itx-hero-zahl { margin-top: 8px; font-size: 34px; }
  .itx-hero-zahl sup { font-size: 22px; }
  .itx-hero-zahl .itx-hero-einheit { font-size: 13px; }
  .itx-hero-inhalt > .itx-hero-text { max-width: none; }
  .itx-hero { padding: 12px 12px 0; }
  .itx-hero-inhalt {
    flex-direction: column; align-items: stretch;
    padding: 126px 22px 26px; gap: 26px; min-height: 0;
  }
  .itx-karten { padding: 48px 0 56px; }
  .itx-hero-ctas { flex-direction: column; gap: 10px; }
  .itx-hero-ctas .itx-pill { width: 100%; justify-content: space-between; box-sizing: border-box; }
  .itx-hero-ctas .itx-umriss { width: 100%; justify-content: space-between; box-sizing: border-box; padding-top: 13px; padding-bottom: 13px; }
  .itx-hero-inhalt :is(h1, h2) { font-size: clamp(32px, 10.3vw, 44px); }
  .itx-hero-glaskarte { width: 100%; }
  .itx-band-inhalt, .itx-split .itx-shell, .itx-ueberuns .itx-shell,
  .itx-kontaktwege .itx-shell { grid-template-columns: 1fr; gap: 40px; }
  .itx-bento-raster { grid-template-columns: 1fr; }
  .itx-bento-karte { min-height: 260px; }
  .itx-bento-gross { grid-template-columns: 1fr; padding: 28px 24px; gap: 24px; }
  .itx-bento-gross-bild { order: -1; }
  .itx-split-links .itx-shell > :is(.itx-split-bild, .itx-split-bildwrap) { order: 0; }
  .itx-split, .itx-ueberuns { padding: 72px 0; }
  .itx-kontaktwege { padding: 64px 0 72px; }
  .itx-kontaktwege-karten { grid-template-columns: 1fr; gap: 20px; }
  .itx-kontaktwege-karten .itx-kontaktkarte { max-width: 420px; }
  .itx-kontaktwege-karten .itx-kontaktkarte:last-child { margin-top: 0; }
  .itx-gruender-reihe,
  .itx-gruender-reihe:nth-of-type(odd) { grid-template-columns: 1fr; gap: 24px; margin-top: 48px; }
  .itx-gruender-reihe:nth-of-type(odd) .itx-kontaktkarte { order: 0; }
  .itx-gruender-reihe .itx-kontaktkarte { max-width: 420px; }
  .itx-bento-bild::before {
    background: linear-gradient(0deg,
      rgba(12,25,41,0.97) 0%,
      rgba(12,25,41,0.86) 34%,
      rgba(12,25,41,0.4) 62%,
      transparent 80%) !important;
  }
  .itx-eyebrow, body:has(.itx) .cg-eyebrow { font-size: 13px; }
  .itx-eyebrow::before { width: 7px; height: 7px; }
  .itx-seitenkopf { padding: 12px 12px 0; }
  .itx-seitenkopf-inhalt { padding: 128px 24px 44px; gap: 28px; }
  .itx-kopf-glas { width: 100%; padding: 14px 18px; gap: 14px; }
  .itx-kopf-glas img { height: 54px; }
  .itx-seitenkopf-inhalt :is(h1, h2) { font-size: clamp(32px, 9vw, 40px); }
  .itx-seitenkopf-text p:not(.itx-eyebrow) { font-size: 15.5px; }
  .itx-band { padding-top: 64px; }
  .itx-shell { padding: 0 24px; }
}
@media (max-width: 640px) {
  .itx-karten-raster {
    display: flex; overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
    scroll-padding: 24px; margin: 0 -24px; padding: 8px 24px 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .itx-karten-raster::-webkit-scrollbar { display: none; }
  .itx-karte {
    min-width: 78%; scroll-snap-align: center;
    box-shadow: 0 1px 2px rgba(12,25,41,0.05), 0 6px 14px rgba(12,25,41,0.05);
  }
  .itx-dots { display: flex; justify-content: center; gap: 10px; margin-top: 2px; }
  .itx-dot {
    width: 7px; height: 7px; transform: rotate(45deg);
    border: 1px solid color-mix(in srgb, var(--site-color-accent) 38%, var(--site-color-surface));
    transition: background-color 0.25s ease, border-color 0.25s ease;
  }
  .itx-dot[data-an] {
    background: var(--site-color-accent);
    border-color: var(--site-color-accent);
  }
  .itx-band-leiste { grid-template-columns: repeat(2, 1fr); }
  .itx-band-leiste > div { height: 56px; font-size: 12px; letter-spacing: 0.08em; padding: 0 10px; text-align: center; }
  .itx-ueberuns-portraits { grid-template-columns: 1fr; }
  .itx-kontaktkarte:last-child { margin-top: 0; }
  .itx-kontaktkarte img { aspect-ratio: 4 / 5; }
}
.itx-split-bildwrap { position: relative; border-radius: 18px; overflow: hidden; }
.itx-split-bildwrap .itx-split-bild { border-radius: 0; outline: 0; }
.itx-split-partner {
  position: absolute; right: 16px; bottom: 16px; z-index: 2;
  box-sizing: border-box;
  background: rgba(12, 25, 41, 0.8);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.22); border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), 0 18px 44px rgba(12,25,41,0.45);
  padding: 14px 22px 16px;
}
.itx-split-partner > span {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--itx-hell); white-space: nowrap;
}
.itx-split-partner > span::before {
  content: ''; width: 7px; height: 7px; flex: none;
  background: var(--itx-hell); transform: rotate(45deg);
}
.itx-split-partner img { display: block; height: 80px; width: auto; margin: 10px auto 0; }
@media (max-width: 640px) {
  .itx-split-partner { right: 12px; bottom: 12px; padding: 11px 15px 12px; }
  .itx-split-partner > span { font-size: 9px; letter-spacing: 0.1em; gap: 7px; }
  .itx-split-partner > span::before { width: 6px; height: 6px; }
  .itx-split-partner img { height: 56px; margin: 8px auto 0; }
}
.itx-netz { background: var(--itx-nacht); color: #fff; padding: 96px 0 104px; position: relative; overflow: hidden; }
.itx-netz { --cg-accent-text: var(--itx-hell); }
.itx-netz::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(420px 300px at 100% 0%, rgba(143,176,212,0.16), transparent 62%),
    radial-gradient(950px 640px at 100% 0%, rgba(51,86,126,0.52), transparent 72%),
    radial-gradient(900px 620px at 0% 100%, rgba(12,25,41,0.6), transparent 75%);
}
.itx-netz-inhalt { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.itx-netz-text h2 {
  margin: 0 0 18px; font-size: clamp(26px, 3.2vw, 38px); font-weight: 700;
  line-height: 1.2; letter-spacing: -0.01em; text-wrap: balance;
}
.itx-netz-text p { margin: 0 0 28px; font-size: 16px; line-height: 1.65; color: rgba(255,255,255,0.86); max-width: 46ch; text-wrap: pretty; }
.itx-netz-buehne { position: relative; aspect-ratio: 4 / 3; }
.itx-netz-buehne svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.itx-netz-faden { stroke: rgba(143,176,212,0.34); stroke-width: 1; vector-effect: non-scaling-stroke; }
.itx-netz-funke { fill: var(--itx-hell); opacity: 0; }
.itx-netz-zentrum {
  position: absolute; width: 74px; height: 74px; margin: -37px 0 0 -37px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-family: var(--site-font-heading); font-weight: 800;
  font-size: 19px; letter-spacing: 0.04em; color: var(--itx-nacht);
  background: radial-gradient(120% 120% at 30% 22%, #ffffff, var(--itx-hell) 70%);
  box-shadow: 0 0 0 1px rgba(143,176,212,0.4), 0 10px 34px rgba(12,25,41,0.5);
}
.itx-netz-zentrum::before {
  content: ''; position: absolute; inset: -9px; border-radius: 50%;
  border: 1px dashed rgba(143,176,212,0.45);
}
.itx-netz-chip {
  position: absolute; transform: translate(-50%, -50%);
  padding: 8px 14px; border-radius: 999px; white-space: nowrap;
  font-size: 13px; font-weight: 700; letter-spacing: 0.01em;
  color: rgba(255,255,255,0.92);
  background: color-mix(in srgb, #8fb0d4 9%, #0f1d30);
  box-shadow: inset 0 0 0 1px rgba(143,176,212,0.32), 0 6px 18px rgba(12,25,41,0.45);
}
@media (max-width: 860px) {
  .itx-netz { padding: 72px 0 80px; }
  .itx-netz-inhalt { grid-template-columns: 1fr; gap: 40px; }
  .itx-netz-buehne { max-width: 460px; margin: 0 auto; width: 100%; }
  .itx-netz-chip { font-size: 11.5px; padding: 6px 11px; }
  .itx-netz-zentrum { width: 60px; height: 60px; margin: -30px 0 0 -30px; font-size: 16px; }
}
.itx-leiste { background: var(--itx-nacht); position: relative; }
.itx-standorte { background: var(--site-color-surface); padding: 88px 0 96px; }
.itx-standorte-raster {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px;
}
.itx-standort {
  margin: 0; border-radius: 14px; overflow: hidden;
  background: var(--site-color-on-primary);
  border: 1px solid var(--itx-linie);
  box-shadow: 0 1px 2px rgba(12,25,41,0.05), 0 10px 30px rgba(12,25,41,0.06);
}
.itx-standort img {
  display: block; width: 100%; aspect-ratio: 16 / 7; object-fit: cover;
  filter: saturate(0.15) contrast(1.02);
  transition: filter 0.45s ease;
}
@media (hover: hover) {
  .itx-standort:hover img { filter: saturate(0.7); }
}
.itx-standort-fuss {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 16px; padding: 18px 22px 20px;
}
.itx-standort-fuss h3 {
  margin: 0 0 2px; font-family: var(--site-font-heading);
  font-size: 19px; font-weight: 700; color: var(--site-color-primary);
}
.itx-standort-fuss p { margin: 0; font-size: 15px; color: color-mix(in srgb, var(--site-color-on-surface) 88%, var(--site-color-surface)); }
.itx-standort-route {
  flex: none; font-size: 13.5px; font-weight: 700; white-space: nowrap;
  color: var(--site-color-accent); text-decoration: none;
  background: linear-gradient(currentColor, currentColor) no-repeat 0 100% / 0 1px;
}
.itx-standort-route:hover, .itx-standort-route:focus-visible { background-size: 100% 1px; }
@media (max-width: 700px) {
  .itx-standorte { padding: 64px 0 72px; }
  .itx-standorte-raster { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .itx-standort img { aspect-ratio: 16 / 8; }
}
.itx-band::after, .itx-prozess::after, .itx-hero-karte::after, .itx-netz::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(118deg,
    rgba(143,176,212,0.20) 0 1px, transparent 1px 10px);
  -webkit-mask-image: radial-gradient(560px 440px at 100% 0%, #000 0%, transparent 74%);
  mask-image: radial-gradient(560px 440px at 100% 0%, #000 0%, transparent 74%);
}
.itx-prozess::after {
  -webkit-mask-image: radial-gradient(560px 440px at 0% 100%, #000 0%, transparent 74%);
  mask-image: radial-gradient(560px 440px at 0% 100%, #000 0%, transparent 74%);
}
.itx-band .itx-shell, .itx-band-leiste, .itx-prozess .itx-shell, .itx-netz .itx-shell { position: relative; }
.itx-hero-karte::after {
  z-index: 1; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(143,176,212,0.10), inset 0 1px 0 rgba(255,255,255,0.08);
  -webkit-mask-image: radial-gradient(560px 440px at 0% 0%, #000 0%, transparent 74%);
  mask-image: radial-gradient(560px 440px at 0% 0%, #000 0%, transparent 74%);
}
.itx-hero-inhalt { z-index: 2; }
body:has(.itx) .cg-footer-dunkel::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(800px 520px at 0% 100%, rgba(51,86,126,0.35), transparent 72%);
}
body:has(.itx) .cg-footer-dunkel::after {
  background: repeating-linear-gradient(118deg,
    color-mix(in srgb, var(--site-color-on-primary) 10%, transparent) 0 1px, transparent 1px 10px);
}
body:has(.itx) .cg-footer-marke { text-transform: uppercase; letter-spacing: 0.06em; }
body:has(.itx) .cg-footer-dunkel .cg-footer-hoch {
  background: transparent;
  border: 1px solid rgba(143,176,212,0.4);
  color: var(--itx-hell);
}
@media (prefers-reduced-motion: no-preference) {
  body:has(.itx) .cg-cta {
    background-image: linear-gradient(rgba(143,176,212,0.4), rgba(143,176,212,0.4));
  }
}
.itx ::selection { background: var(--site-color-primary); color: var(--site-color-on-primary); }
.itx-hero-karte ::selection, .itx-band ::selection, .itx-prozess ::selection,
.itx-bento-bild ::selection { background: var(--itx-hell); color: var(--itx-nacht); }
@media (prefers-reduced-motion: no-preference) {
  html[data-cg-motion] [data-instance-id]:not([data-shared]):not([data-cg-in]) > .itx { opacity: 1; }
  html[data-cg-motion] [data-instance-id][data-cg-in]:not([data-shared]) > .itx { animation: none; }
  html[data-cg-motion] [data-instance-id][data-cg-in]:not([data-shared]) .itx img { animation: none; }
  html[data-cg-motion] .itx .itx-ticker-band[data-cg-anim],
  html[data-cg-motion] .itx .itx-band-leiste[data-cg-anim],
  html[data-cg-motion] .itx .itx-schritt[data-cg-anim],
  html[data-cg-motion] .itx .itx-bento-karte[data-cg-anim],
  html[data-cg-motion] .itx .itx-bento-gross[data-cg-anim] {
    opacity: 1; animation: none;
  }
  html[data-cg-motion] .itx .itx-hero-karte .itx-hero-foto {
    animation:
      cg-img 1.4s cubic-bezier(0.2, 0, 0, 1) backwards,
      itx-hero-atmen 25s ease-in-out 1.4s alternate infinite;
  }
  @keyframes itx-hero-atmen {
    from { transform: scale(1); }
    to { transform: scale(1.05); }
  }
  .itx-hero-text[data-cg-in] .itx-hero-ctas {
    animation: cg-rise 0.7s cubic-bezier(0.2, 0, 0, 1) 420ms backwards;
  }
  html[data-cg-motion] .itx :is(.itx-hero-glaskarte, .itx-kopf-glas)[data-cg-in] { animation-delay: calc(var(--cg-d, 0ms) + 300ms); }
  html[data-cg-motion] .itx :is(.itx-hero-glaskarte, .itx-kopf-glas)[data-cg-in]::before {
    animation: itx-raute-pop 0.5s cubic-bezier(0.34, 1.3, 0.4, 1) 600ms backwards;
  }
  .itx-band::before, .itx-prozess::before, .itx-hero-karte::before,
  .itx-seitenkopf-karte::before, body:has(.itx) .cg-kf-buehne::before,
  body:has(.itx) .cg-kennzahlen-dunkel::before {
    animation: itx-glow-atmen 9s ease-in-out infinite alternate;
  }
  @keyframes itx-glow-atmen { from { opacity: 1; } to { opacity: 0.72; } }
  .itx-netz-buehne[data-cg-in] .itx-netz-faden {
    stroke-dasharray: 100;
    animation: itx-netz-ziehen 1.1s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + var(--itx-verz, 0ms));
  }
  @keyframes itx-netz-ziehen { from { stroke-dashoffset: 100; } to { stroke-dashoffset: 0; } }
  .itx-netz-buehne[data-cg-in] .itx-netz-chip {
    animation: itx-chip-pop 0.5s cubic-bezier(0.34, 1.3, 0.4, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + var(--itx-verz, 0ms));
  }
  @keyframes itx-chip-pop {
    from { transform: translate(-50%, -50%) scale(0); }
    to { transform: translate(-50%, -50%) scale(1); }
  }
  .itx-netz-zentrum::before { animation: itx-pulsen 3.4s ease-in-out infinite; }
  .itx-netz-buehne[data-cg-in] .itx-netz-funke {
    animation: itx-netz-funken 15.6s linear infinite;
    animation-delay: calc(1.4s + var(--itx-verz, 0s));
  }
  @keyframes itx-netz-funken {
    0% { opacity: 0; transform: translate(0, 0); }
    1.5% { opacity: 0.9; }
    8.5% { opacity: 0.9; }
    10% { opacity: 0; transform: translate(var(--itx-dx, 0px), var(--itx-dy, 0px)); }
    100% { opacity: 0; transform: translate(var(--itx-dx, 0px), var(--itx-dy, 0px)); }
  }
  .itx-karte[data-cg-in] .itx-ikon-linie,
  .itx-karte[data-cg-in] .itx-ikon-kontur,
  .itx-karte[data-cg-in] .itx-ikon-detail {
    stroke-dasharray: 140;
    animation: itx-zeichnen 1.1s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 300ms);
  }
  .itx-karte[data-cg-in] .itx-ikon-haken {
    stroke-dasharray: 140;
    animation: itx-zeichnen 0.9s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 800ms);
  }
  .itx-karte[data-cg-in] .itx-ikon-balken {
    animation: itx-wachsen 0.9s cubic-bezier(0.34, 1.3, 0.4, 1) backwards;
  }
  .itx-karte[data-cg-in] .itx-ikon-balken.b1 { animation-delay: calc(var(--cg-d, 0ms) + 300ms); }
  .itx-karte[data-cg-in] .itx-ikon-balken.b2 { animation-delay: calc(var(--cg-d, 0ms) + 440ms); }
  .itx-karte[data-cg-in] .itx-ikon-balken.b3 { animation-delay: calc(var(--cg-d, 0ms) + 580ms); }
  .itx-karte[data-cg-in] .itx-ikon-knoten {
    animation: itx-poppen 0.55s cubic-bezier(0.34, 1.3, 0.4, 1) backwards;
  }
  .itx-karte[data-cg-in] .itx-ikon-knoten.k1 { animation-delay: calc(var(--cg-d, 0ms) + 480ms); }
  .itx-karte[data-cg-in] .itx-ikon-knoten.k2 { animation-delay: calc(var(--cg-d, 0ms) + 600ms); }
  .itx-karte[data-cg-in] .itx-ikon-knoten.k3 { animation-delay: calc(var(--cg-d, 0ms) + 720ms); }
  html[data-cg-motion] .itx-ikon-puls { transform-box: fill-box; transform-origin: center; animation: itx-pulsen 2.6s ease-in-out infinite; }
  html[data-cg-motion] .itx-ikon-flash { animation: itx-glimmen 2.6s ease-in-out infinite; }
  .itx-ikon { transition: transform 0.28s cubic-bezier(0.2, 0, 0, 1); }
  .itx-karte:hover .itx-ikon, .itx-karte:focus-within .itx-ikon { transform: scale(1.12); }
  .itx-karte:hover .itx-ikon-puls, .itx-karte:focus-within .itx-ikon-puls { animation-duration: 1.1s; }
  .itx-ikon-flash { transition: fill 0.28s ease; }
  .itx-ikon .itx-ikon-balken { transition: transform 0.3s cubic-bezier(0.34, 1.3, 0.4, 1), fill 0.24s ease; }
  .itx-karte:hover .itx-ikon-balken, .itx-karte:focus-within .itx-ikon-balken { transform: scaleY(1.18); }
  .itx-karte:hover .itx-ikon-balken.b2, .itx-karte:focus-within .itx-ikon-balken.b2 { transition-delay: 60ms; }
  .itx-karte:hover .itx-ikon-balken.b3, .itx-karte:focus-within .itx-ikon-balken.b3 { transition-delay: 120ms; }
  .itx-ikon .itx-ikon-detail { transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1), stroke 0.24s ease; }
  .itx-karte:hover .itx-ikon-detail, .itx-karte:focus-within .itx-ikon-detail { transform: translate(2px, -2px); }
  .itx-ikon .itx-ikon-knoten { transition: transform 0.3s cubic-bezier(0.34, 1.3, 0.4, 1), fill 0.24s ease; }
  .itx-karte:hover .itx-ikon-knoten.k1, .itx-karte:focus-within .itx-ikon-knoten.k1 { transform: scale(1.18); }
  .itx-karte:hover .itx-ikon-knoten.k2, .itx-karte:focus-within .itx-ikon-knoten.k2 { transform: scale(1.18); transition-delay: 60ms; }
  .itx-karte:hover .itx-ikon-knoten.k3, .itx-karte:focus-within .itx-ikon-knoten.k3 { transform: scale(1.18); transition-delay: 120ms; }
  .itx-ikon .itx-ikon-ring { transition: transform 0.6s cubic-bezier(0.34, 1.3, 0.4, 1); }
  .itx-karte:hover .itx-ikon-ring, .itx-karte:focus-within .itx-ikon-ring { transform: rotate(60deg); }
  .itx-ikon .itx-ikon-kontur { transition: stroke-width 0.24s ease, stroke 0.24s ease; }
  .itx-karte:hover .itx-ikon-kontur, .itx-karte:focus-within .itx-ikon-kontur { stroke-width: 3.1; }
  .itx-ikon .itx-ikon-haken { transition: transform 0.3s cubic-bezier(0.34, 1.3, 0.4, 1), stroke 0.24s ease; }
  .itx-karte:hover .itx-ikon-haken, .itx-karte:focus-within .itx-ikon-haken { transform: scale(1.12); }
  .itx-karte-link { transition: background-size 0.28s cubic-bezier(0.2, 0, 0, 1), color 0.24s ease; }
  @keyframes itx-zeichnen { from { stroke-dashoffset: 140; } to { stroke-dashoffset: 0; } }
  @keyframes itx-wachsen { from { transform: scaleY(0); } to { transform: scaleY(1); } }
  @keyframes itx-poppen { from { transform: scale(0); } to { transform: scale(1); } }
  @keyframes itx-pulsen { 0%, 100% { transform: scale(0.82); opacity: 0.2; } 50% { transform: scale(1.06); opacity: 0.6; } }
  @keyframes itx-glimmen { 0%, 100% { opacity: 0.75; } 50% { opacity: 1; } }
  @keyframes itx-heben { from { opacity: 0; transform: translateY(18px); } }
  @keyframes itx-einblenden { from { opacity: 0; } }
  @keyframes itx-raute-pop { from { transform: rotate(45deg) scale(0); } to { transform: rotate(45deg) scale(1); } }
  @supports (animation-timeline: view()) {
    html[data-cg-motion] .itx-band { view-timeline: --itx-lesen block; }
    html[data-cg-motion] .itx-band h2 .cg-zw .cg-z {
      animation: itx-lesen linear both;
      animation-timeline: --itx-lesen;
      animation-range: calc(10% + var(--zi, 0) * 0.26%) calc(24% + var(--zi, 0) * 0.26%);
    }
    @keyframes itx-lesen { from { opacity: 0.24; } }
  }
  .itx-band-leiste[data-cg-in] > div > span {
    animation: itx-heben 0.6s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 80ms);
  }
  .itx-band-leiste[data-cg-in] > div:nth-child(2) > span { animation-delay: calc(var(--cg-d, 0ms) + 150ms); }
  .itx-band-leiste[data-cg-in] > div:nth-child(3) > span { animation-delay: calc(var(--cg-d, 0ms) + 220ms); }
  .itx-band-leiste[data-cg-in] > div:nth-child(4) > span { animation-delay: calc(var(--cg-d, 0ms) + 290ms); }
  .itx-band-leiste[data-cg-in] > div:nth-child(5) > span { animation-delay: calc(var(--cg-d, 0ms) + 360ms); }
  .itx-band-leiste[data-cg-in] > div:nth-child(6) > span { animation-delay: calc(var(--cg-d, 0ms) + 430ms); }
  .itx-schritt[data-cg-in] .itx-schritt-pille {
    animation: itx-heben 0.5s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: var(--cg-d, 0ms);
  }
  .itx-schritt[data-cg-in] .itx-schritt-ziffer {
    animation: itx-einblenden 0.7s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 140ms);
  }
  .itx-schritt[data-cg-in] .itx-schritt-karte h3 {
    animation: itx-heben 0.6s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 220ms);
  }
  .itx-schritt[data-cg-in] .itx-schritt-karte p {
    animation: itx-heben 0.6s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 300ms);
  }
  .itx-schritt[data-cg-in] .itx-schritt-faden {
    transform-origin: top center;
    animation: itx-faden 0.6s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 120ms);
  }
  @keyframes itx-faden {
    from { transform: scaleY(0); }
    to { transform: scaleY(1); }
  }
  .itx-bento-karte[data-cg-in] .itx-bento-titel {
    animation: itx-heben 0.6s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 100ms);
  }
  .itx-bento-chart[data-cg-in] .itx-bento-balken::before {
    animation: itx-einblenden 0.6s ease 100ms backwards;
  }
  .itx-bento-chart[data-cg-in] .itx-bento-balken span {
    animation: itx-wachsen 1.2s cubic-bezier(0.34, 1.3, 0.4, 1) backwards;
    animation-delay: calc(var(--bi, 0) * 160ms + 250ms);
  }
  .itx-bento-zahl[data-cg-in] .itx-bento-wert {
    animation: cg-rise 0.9s cubic-bezier(0.2, 0, 0, 1) 200ms backwards;
  }
  .itx-bento-zahl[data-cg-in] .itx-bento-wert::after {
    animation: itx-strich-ziehen 0.9s cubic-bezier(0.2, 0, 0, 1) 300ms backwards;
  }
  .itx-bento-zahl[data-cg-in] .itx-bento-wert sup {
    animation: itx-poppen 0.5s cubic-bezier(0.34, 1.3, 0.4, 1) 1300ms backwards;
  }
  @keyframes itx-strich-ziehen { from { transform: scaleX(0); } to { transform: scaleX(1); } }
  .itx-bento-bild[data-cg-in] .itx-bento-bild-inhalt {
    animation: itx-heben 0.7s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 150ms);
  }
  .itx-bento-gross[data-cg-in] .itx-bento-gross-text > * {
    animation: itx-heben 0.7s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 100ms);
  }
  .itx-bento-gross[data-cg-in] .itx-bento-gross-text > *:nth-child(2) { animation-delay: calc(var(--cg-d, 0ms) + 190ms); }
  .itx-bento-gross[data-cg-in] .itx-bento-gross-text > *:nth-child(3) { animation-delay: calc(var(--cg-d, 0ms) + 280ms); }
  .itx-bento-gross[data-cg-in] .itx-bento-gross-text > *:nth-child(4) { animation-delay: calc(var(--cg-d, 0ms) + 370ms); }
  .itx-bento-balken span { transition: transform 0.5s cubic-bezier(0.34, 1.3, 0.4, 1); }
  .itx-bento-chart:hover .itx-bento-balken span { transform: scaleY(1.04); }
  .itx-bento-chart:hover .itx-bento-balken span:nth-child(2) { transition-delay: 45ms; }
  .itx-bento-chart:hover .itx-bento-balken span:nth-child(3) { transition-delay: 90ms; }
  .itx-bento-chart:hover .itx-bento-balken span:nth-child(4) { transition-delay: 135ms; }
  .itx-bento-chart:hover .itx-bento-balken span:nth-child(5) { transition-delay: 180ms; }
  .itx-bento-balken span::after { transition: opacity 0.25s ease; }
  .itx-bento-balken span:hover { transform: scaleY(1.07); transition-delay: 0ms; }
  .itx-bento-balken span:hover::after { opacity: 1; }
  .itx-bento-karte { transition: transform 0.24s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.24s ease; }
  .itx-bento-chart:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 6px rgba(12,25,41,0.12), 0 24px 56px rgba(12,25,41,0.16);
  }
  .itx-schritt-karte { transition: background-color 0.24s ease, border-color 0.24s ease; }
  .itx-schritt-ziffer { transition: color 0.24s ease; }
  .itx-schritt:hover .itx-schritt-karte { background: #1b2c44; border-color: rgba(143,176,212,0.22); }
  .itx-schritt:hover .itx-schritt-ziffer { color: rgba(143,176,212,0.85); }
  .itx-band-leiste > div { transition: background-color 0.24s ease, color 0.24s ease; }
  .itx-ticker-band[data-cg-in] .itx-ticker-glied {
    animation: itx-einblenden 0.8s ease backwards;
  }
  .itx-ticker-band::after {
    content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 60%;
    background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,0.16) 50%, transparent 58%);
    transform: translateX(-120%); pointer-events: none;
    animation: itx-sheen 8s ease-in-out infinite;
  }
  @keyframes itx-sheen {
    0% { transform: translateX(-120%); }
    28% { transform: translateX(320%); }
    100% { transform: translateX(320%); }
  }
  html[data-cg-motion] .itx :is(.itx-ueberuns-portraits, .itx-kontaktwege-karten)[data-cg-in] img {
    animation: cg-img 1.1s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 80ms);
  }
  html[data-cg-motion] .itx :is(.itx-ueberuns-portraits, .itx-kontaktwege-karten)[data-cg-in] .itx-kontaktkarte:last-child img { animation-delay: calc(var(--cg-d, 0ms) + 240ms); }
  :is(.itx-ueberuns-portraits, .itx-kontaktwege-karten)[data-cg-in] .itx-kontaktkarte-info {
    animation: itx-heben 0.7s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: calc(var(--cg-d, 0ms) + 420ms);
  }
  .itx-kontaktkarte-wege a { transition: color 0.28s ease, border-color 0.28s ease, transform 0.28s cubic-bezier(0.2, 0, 0, 1); }
  .itx-kontaktkarte-wege a::before { transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1); }
  .itx-kontaktkarte-wege a:hover { transform: translateY(-2px); }
  .itx-kontaktkarte-wege a:active { transform: scale(0.96); }
  html[data-cg-motion] .itx :is(.itx-split-bild[data-cg-in], .itx-split-bildwrap[data-cg-in] .itx-split-bild) {
    animation: cg-img 1.2s cubic-bezier(0.2, 0, 0, 1) backwards;
    animation-delay: var(--cg-d, 0ms);
  }
  html[data-cg-motion] .itx .itx-bento-bild[data-cg-in] img {
    animation: cg-img 1.2s cubic-bezier(0.2, 0, 0, 1) backwards;
  }
  html[data-cg-motion] .itx .itx-bento-gross[data-cg-in] .itx-bento-gross-bild {
    animation: cg-img 1.2s cubic-bezier(0.2, 0, 0, 1) 150ms backwards;
  }
  .itx-bento-gross-bild { transition: filter 0.4s ease; }
  .itx-bento-gross-bild:hover { filter: none; }
  .itx-split-bild, .itx-kontaktkarte img { transition: filter 0.4s ease; }
  .itx-split-bild:hover, .itx-kontaktkarte img:hover { filter: none; }
  .itx-ticker:hover .itx-ticker-lauf { animation-play-state: paused; }
  html[data-cg-motion] [data-cg-sofort] .itx-ticker-lauf { animation-duration: 28s !important; }
  html[data-cg-motion] [data-cg-sofort] .itx-hero-foto { animation-duration: 0s, 25s !important; }
  html[data-cg-motion] [data-cg-sofort] .itx-ikon-puls { animation-duration: 2.6s !important; }
  html[data-cg-motion] [data-cg-sofort] .itx-ikon-flash { animation-duration: 2.6s !important; }
}