:root {
  --light: #cce4f4;
  --blue: #2c8ccd;
  --dark: #1c5a80;
  --line: #d4d4dc;
  --white: #fefefe;
  --orange: #f67d10;
  --ink: #434449;
  --muted: #606b7c;
  --charcoal: #312f2f;
  --font-ui: "Segoe UI", SegoeUI, system-ui, sans-serif;
  --font-bold: Arial, sans-serif;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(28, 90, 128, 0.13);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Desktop-Navigation scrollt mit der Seite weg: Sprungziele beginnen bündig. */
@media (min-width: 741px) {
  main[id],
  section[id],
  .download-group[id],
  .agb-section[id] {
    scroll-margin-top: 0;
  }
}
h1,
h2,
h3,
.btn,
.nav-cta,
.logo-wordmark,
.overline,
.solution-top,
.product-label,
.service-links span,
.footer-grid b {
  font-family: var(--font-bold);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.shell {
  width: min(1200px, calc(100% - 40px));
  margin: auto;
}
.hero-grid > *,
.hero-bento > *,
.solution-bento > *,
.ti-grid > *,
.product-grid > *,
.partner-grid > *,
.service-row > *,
.contact-box > * {
  min-width: 0;
}
.skip {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 15px;
  background: var(--orange);
  color: var(--white);
  font-family: var(--font-bold);
  font-weight: 700;
  transform: translateY(-150%);
}
.skip:focus {
  transform: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}
header {
  position: absolute;
  z-index: 100;
  inset: 0 0 auto;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 8px rgba(49, 47, 47, 0.04);
}
.nav {
  height: 64px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  background: var(--white);
}
.logo {
  display: flex;
  align-items: center;
  min-width: 252px;
}
.logo .logo-mark {
  width: 34px;
  height: 34px;
}
.logo-wordmark {
  margin-left: 17px;
  padding-left: 19px;
  border-left: 2px solid var(--charcoal);
  color: var(--charcoal);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 25px;
  white-space: nowrap;
}
.nav nav {
  display: flex;
  align-self: stretch;
  gap: 20px;
  margin-left: auto;
}
.nav nav a {
  display: flex;
  align-items: center;
  padding: 2px 4px 0;
  border-bottom: 2px solid transparent;
  color: var(--charcoal);
  font-size: 0.79rem;
  font-weight: 400;
}
.nav nav a:hover {
  border-bottom-color: var(--dark);
  color: var(--dark);
}
.nav-cta {
  padding: 9px 15px;
  background: var(--charcoal);
  color: var(--white);
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}
.nav-cta:hover {
  background: var(--dark);
}
.nav-cta span {
  margin-left: 12px;
  color: var(--white);
}
.menu {
  display: none;
  border: 0;
  background: none;
}
.menu:before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: var(--charcoal);
  box-shadow:
    0 7px 0 var(--charcoal),
    0 14px 0 var(--charcoal);
}
.menu i {
  display: none;
}
.hero {
  position: relative;
  padding: 175px 0 0;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    var(--white) 0%,
    var(--white) 44%,
    rgba(204, 228, 244, 0.72) 100%
  );
  font-family: var(--font-ui);
}
.hero h1,
.hero h2,
.hero .overline,
.hero .btn,
.hero .tile,
.hero .window-head,
.hero .data,
.hero .metric-row {
  font-family: var(--font-ui);
}
.hero:before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  right: -230px;
  top: -230px;
  background: radial-gradient(
    circle,
    rgba(44, 140, 205, 0.14),
    transparent 68%
  );
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 65px;
  align-items: center;
  min-height: 610px;
}
.overline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
  font-weight: 700;
}
.overline span {
  width: 24px;
  height: 2px;
  background: currentColor;
}
.hero h1,
.section-head h2,
.product-intro h2,
.partner h2,
.service h2,
.contact h2 {
  font-size: clamp(2.4rem, calc(4.6vw - 0.5rem), 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.052em;
  margin: 0;
  font-weight: 400;
}
.hero h1 strong,
.section-head h2 strong,
.product-intro h2 strong,
.partner h2 strong,
.service h2 strong,
.contact h2 strong {
  font-weight: 700;
  color: var(--dark);
}
.lead {
  max-width: 590px;
  margin: 28px 0;
  color: var(--muted);
  font-size: 1.15rem;
}
.actions {
  display: flex;
  gap: 22px;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 14px 19px;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.2s;
}
.btn.primary {
  background: var(--orange);
  color: var(--white);
}
.btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(246, 125, 16, 0.25);
}
.btn.link {
  padding-inline: 5px;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.hero-bento {
  height: 510px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.tile-main {
  grid-row: 1/3;
  background: var(--dark);
  padding: 28px 0 0 28px;
}
.tile-orange {
  background: var(--orange);
  color: var(--white);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tile-blue {
  background: var(--light);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tile p {
  font-size: 0.9rem;
  margin: 0;
}
.big-icon {
  font-size: 2rem;
}
.window-head {
  display: flex;
  justify-content: space-between;
  padding: 0 24px 19px 0;
  color: var(--light);
  font-size: 0.72rem;
}
.window-body {
  height: 435px;
  background: var(--white);
  border-radius: 18px 0 0 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  overflow: hidden;
}
.window-body aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding-top: 25px;
  background: rgba(204, 228, 244, 0.38);
}
.window-body aside a {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  background: var(--line);
  color: var(--bluegray);
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.window-body aside a.active {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 6px 13px rgba(44, 140, 205, 0.24);
}
.window-body aside a:hover {
  border-color: rgba(246, 125, 16, 0.35);
  background: var(--white);
  color: var(--orange);
  box-shadow: 0 6px 14px rgba(28, 90, 128, 0.14);
  transform: translateY(-2px);
}
.window-body aside a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
.window-body aside svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.window-body aside circle {
  fill: currentColor;
}
.data {
  padding: 28px;
}
.data > small {
  color: var(--muted);
  font-size: 0.65rem;
}
.data h2 {
  margin: 2px 0 14px;
  font-size: 0.92rem;
  font-weight: 700;
}
.dash-data {
  padding: 21px 23px;
}
.dash-news {
  display: grid;
  gap: 8px;
}
.dash-card {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  transition: 0.2s;
}
.dash-card:hover {
  border-color: var(--blue);
  transform: translateX(3px);
}
.dash-card > span {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dash-card strong {
  display: block;
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.25;
  font-weight: 700;
}
.dash-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.6rem;
}
.dash-card small b {
  color: var(--orange);
}
.dash-ti {
  border-left: 4px solid var(--orange);
}
.dash-care {
  background: rgba(204, 228, 244, 0.3);
}
.dash-all {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  color: var(--dark);
  font-size: 0.67rem;
  font-weight: 700;
}
.dash-all span {
  color: var(--orange);
}
.pulse {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(28, 90, 128, 0.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.pulse i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 10px rgba(44, 140, 205, 0.13);
}
.proof {
  margin-top: 65px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.78rem;
}
.proof ul {
  display: flex;
  gap: 35px;
  list-style: none;
}
.proof li:before {
  content: "✓";
  color: var(--orange);
  font-weight: 900;
  margin-right: 7px;
}
.section {
  padding: 130px 0;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1.45fr 0.8fr;
  align-items: end;
  gap: 45px;
  margin-bottom: 60px;
}
.section-head h2 {
  font-size: clamp(2rem, calc(4vw - 0.5rem), 3.7rem);
}
.section-head > p:last-child {
  color: var(--muted);
  margin: 0;
}
.solution-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.solution {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 38px;
  border-radius: 32px;
}
.solution.health {
  background: var(--dark);
  color: var(--white);
}
.solution.erp {
  background: var(--light);
}
.solution-top {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.7rem;
}
.solution-top span {
  opacity: 0.7;
}
.solution h3 {
  max-width: 430px;
  margin: 85px 0 15px;
  font-size: 2.25rem;
  line-height: 1.05;
}
.solution > p {
  max-width: 460px;
  color: inherit;
  opacity: 0.78;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
}
.chips span {
  padding: 6px 11px;
  border: 1px solid currentColor;
  border-radius: 99px;
  font-size: 0.68rem;
  opacity: 0.76;
}
.solution > a {
  position: absolute;
  left: 38px;
  bottom: 38px;
  font-family: var(--font-bold);
  font-weight: 700;
}
.solution > a b {
  margin-left: 12px;
}
.orb {
  position: absolute;
  width: 230px;
  height: 230px;
  right: -65px;
  bottom: -65px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.18;
  display: grid;
  place-items: center;
}
.orb:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.orb span {
  font-family: var(--font-bold);
  font-size: 7rem;
  font-weight: 700;
}
.products {
  padding: 130px 0;
  background: var(--charcoal);
  color: var(--white);
}
.overline.light {
  color: var(--light);
}
.product-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 55px;
}
.product-intro h2 {
  font-size: clamp(2rem, calc(4vw - 0.5rem), 3.7rem);
}
.product-intro h2 strong {
  color: var(--light);
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.52fr;
  gap: 15px;
}
.product-card,
.product-note {
  position: relative;
  min-height: 490px;
  padding: 34px;
  border-radius: 30px;
}
.product-card {
  background: var(--white);
  color: var(--ink);
}
.product-label {
  color: var(--blue);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.osis-product-mark,
.brunie-product-mark {
  position: absolute;
  top: 25px;
  right: 34px;
  width: auto;
  height: 94px;
  filter: none;
}
.brunie-product-mark {
  height: 94px;
}
.product-card h3 {
  max-width: 390px;
  margin: 75px 0 15px;
  font-size: 2rem;
  line-height: 1.08;
}
.product-card p {
  color: var(--muted);
}
.product-card ul {
  padding: 0;
  margin: 27px 0;
  list-style: none;
}
.product-card li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.8rem;
}
.round-link {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: var(--white);
  font-size: 1.3rem;
}
.product-note {
  background: var(--orange);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-note > span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.product-note strong {
  font-family: var(--font-bold);
  font-size: 1.5rem;
  line-height: 1.1;
}
.toggle {
  width: 68px;
  height: 35px;
  padding: 4px;
  border-radius: 99px;
  background: var(--white);
}
.toggle i {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--dark);
  margin-left: auto;
}
.ti-ready {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  background: var(--dark);
  color: var(--white);
}
.ti-ready:before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -300px;
  top: -310px;
  border: 1px solid rgba(204, 228, 244, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(204, 228, 244, 0.025),
    0 0 0 180px rgba(204, 228, 244, 0.02);
}
.ti-ready .shell {
  position: relative;
}
.ti-intro {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 66px;
}
.ti-intro h2 {
  margin: 0;
  font-size: clamp(2rem, calc(4vw - 0.5rem), 3.7rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.05em;
}
.ti-intro h2 strong {
  color: var(--light);
}
.ti-intro > p {
  margin: 0;
  color: var(--light);
  opacity: 0.82;
}
.ti-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.ti-figure {
  overflow: hidden;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(254, 254, 254, 0.16);
  border-radius: 34px;
  background: rgba(254, 254, 254, 0.055);
  box-shadow: 0 30px 80px rgba(20, 35, 45, 0.22);
}
.ti-figure img {
  width: 100%;
  height: auto;
  border-radius: 23px;
}
.ti-figure figcaption {
  padding: 15px 8px 2px;
  color: var(--light);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.ti-kicker {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ti-content h3 {
  max-width: 570px;
  margin: 0 0 22px;
  font-family: var(--font-ui);
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.ti-content > p {
  margin: 0 0 13px;
  color: var(--light);
  opacity: 0.85;
}
.ti-benefits {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}
.ti-benefits article {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 15px;
  padding: 16px 18px;
  border: 1px solid rgba(254, 254, 254, 0.14);
  border-radius: 16px;
  background: rgba(254, 254, 254, 0.055);
}
.ti-benefits article > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--blue);
  font-size: 0.68rem;
  font-weight: 700;
}
.ti-benefits h4 {
  margin: 0 0 2px;
  font-family: var(--font-ui);
  font-size: 0.95rem;
}
.ti-benefits p {
  margin: 0;
  color: var(--light);
  font-size: 0.78rem;
  opacity: 0.72;
}
.ti-responsibility {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 26px;
  padding: 22px;
  border-radius: 20px;
  background: var(--white);
  color: var(--ink);
}
.ti-source-label {
  display: grid;
  gap: 5px;
  padding-left: 15px;
  border-left: 3px solid var(--blue);
}
.ti-source-label span {
  color: var(--muted);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ti-source-label strong {
  color: var(--dark);
  font-family: var(--font-ui);
  font-size: 1rem;
  letter-spacing: 0;
}
.gematik-brand {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
}
.ti-source-label .gematik-flag {
  display: block;
  width: 32px;
  height: auto;
  flex: 0 0 auto;
}
.ti-source-label .gematik-logo {
  display: block;
  width: 125px;
  max-width: calc(100% - 42px);
  height: auto;
}
.ti-responsibility small {
  display: block;
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.ti-responsibility p {
  margin: 3px 0 6px;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.45;
}
.ti-responsibility a {
  color: var(--dark);
  font-size: 0.78rem;
  font-weight: 700;
}
.ti-responsibility a span {
  color: var(--orange);
  margin-left: 6px;
}
.ti-footnote {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 25px;
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgba(254, 254, 254, 0.17);
  align-items: start;
}
.ti-footnote span {
  color: var(--orange);
  font-weight: 700;
}
.ti-footnote p {
  max-width: 850px;
  margin: 0;
  color: var(--light);
  font-size: 0.78rem;
  opacity: 0.7;
}
.partner-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: center;
}
.partner-copy h2 {
  font-size: clamp(2rem, calc(3.9vw - 0.5rem), 3.6rem);
}
.partner-copy p:not(.overline) {
  color: var(--muted);
  max-width: 510px;
  margin: 25px 0 30px;
}
.value-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.value {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
}
.value-wide {
  grid-column: 1/-1;
  min-height: 220px;
  background: var(--light);
}
.value-blue {
  background: var(--dark);
  color: var(--white);
  border: 0;
}
.value-integrations {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.value-integrations:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(28, 90, 128, 0.2);
}
.value-integrations h3 {
  margin-top: 36px;
}
.value-integrations > img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: auto auto 5px;
}
.value-integrations > b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  border-top: 1px solid rgba(204, 228, 244, 0.22);
  color: var(--light);
  font-size: 0.72rem;
}
.value-integrations > b i {
  color: var(--orange);
  font-style: normal;
  font-size: 1rem;
}
.value > span {
  font-size: 0.7rem;
  color: var(--blue);
}
.value-blue > span {
  color: var(--light);
}
.value h3 {
  margin: 65px 0 8px;
  font-size: 1.45rem;
}
.value-wide h3 {
  margin-top: 50px;
}
.value p {
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 0.87rem;
}
.value-practice {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  grid-template-rows: auto 1fr;
  gap: 24px 42px;
  min-height: 280px;
  overflow: hidden;
}
.value-practice > span {
  grid-column: 1 / -1;
}
.value-practice-copy {
  align-self: end;
}
.value-practice h3 {
  margin: 0 0 9px;
}
.value-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.value-process li {
  position: relative;
  min-height: 118px;
  padding: 16px 13px;
  border: 1px solid rgba(28, 90, 128, 0.12);
  border-radius: 16px;
  background: rgba(254, 254, 254, 0.7);
}
.value-process li:not(:last-child):after {
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -11px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--dark);
  color: var(--white);
  font-size: 0.65rem;
  transform: translateY(-50%);
}
.value-process i,
.value-process b,
.value-process small {
  display: block;
}
.value-process i {
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 700;
}
.value-process b {
  color: var(--dark);
  font-size: 0.75rem;
}
.value-process small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.58rem;
  line-height: 1.35;
}
.value-contact {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background:
    radial-gradient(circle at 100% 0, rgba(204, 228, 244, 0.65), transparent 42%),
    var(--white);
}
.value-contact h3 {
  margin: 38px 0 8px;
}
.value-people {
  margin: auto 0 22px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(204, 228, 244, 0.28);
}
.value-availability,
.value-people strong,
.value-people small {
  display: block;
}
.value-availability {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.value-availability i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(224, 93, 24, 0.12);
}
.value-people strong {
  max-width: 230px;
  margin-top: 12px;
  color: var(--dark);
  font-family: var(--font-ui);
  font-size: 0.76rem;
  line-height: 1.35;
}
.value-people small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.58rem;
}
.value-contact > a {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--dark);
  font-size: 0.69rem;
  font-weight: 700;
}
.value-contact > a b {
  color: var(--orange);
}
.service {
  padding: 95px 0;
  background: var(--dark);
  color: var(--white);
}
.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.service h2 {
  font-size: clamp(2rem, calc(3.9vw - 0.5rem), 3.6rem);
}
.service h2 strong {
  color: var(--light);
}
.service-links {
  display: grid;
  gap: 10px;
}
.service-links a {
  display: grid;
  grid-template-columns: 47px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 17px;
  border: 1px solid rgba(254, 254, 254, 0.22);
  border-radius: 16px;
}
.service-links a:hover {
  background: rgba(254, 254, 254, 0.08);
}
.service-links i {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  background: var(--orange);
  border-radius: 12px;
  font-style: normal;
}
.service-links span {
  font-weight: 700;
}
.service-links small {
  display: block;
  color: var(--light);
  font-weight: 400;
  font-size: 0.65rem;
}
.contact {
  padding: 90px 0;
  background: var(--light);
}
.contact-box {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 70px;
  align-items: end;
  padding: 65px;
  border-radius: 35px;
  background: var(--white);
}
.contact h2 {
  font-size: clamp(2rem, calc(3.9vw - 0.5rem), 3.65rem);
}
.contact-box > div:last-child > p {
  color: var(--muted);
}
.contact-material {
  display: flex;
  width: fit-content;
  gap: 18px;
  align-items: center;
  margin-top: 17px;
  padding: 5px 2px;
  border-bottom: 1px solid var(--line);
  color: var(--dark);
  font-size: .75rem;
  font-weight: 700;
}
.contact-material span {
  color: var(--orange);
  transition: transform 180ms ease;
}
.contact-material:hover span {
  transform: translateY(3px);
}
.phone {
  display: block;
  margin-top: 15px;
  font-family: var(--font-bold);
  font-weight: 700;
  color: var(--dark);
}
footer {
  padding: 70px 0 25px;
  background: var(--charcoal);
  color: var(--white);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.3fr;
  gap: 45px;
}
.footer-grid .footer-logo {
  width: 285px;
  max-width: 100%;
  padding: 9px 12px;
  background: var(--white);
  border-radius: 14px;
}
.footer-grid p,
.footer-grid a {
  display: block;
  margin: 8px 0;
  color: var(--line);
  font-size: 0.78rem;
}
.footer-grid b {
  font-size: 0.8rem;
}
.legal {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 20px;
  border-top: 1px solid rgba(254, 254, 254, 0.13);
  color: var(--line);
  font-size: 0.7rem;
}
.legal a {
  margin-left: 20px;
}
.nav nav a.active {
  border-bottom-color: var(--orange);
  color: var(--dark);
  font-weight: 700;
}
.news-page {
  background: var(--white);
}
.news-hero {
  padding: 165px 0 95px;
  background: linear-gradient(135deg, var(--white) 42%, var(--light));
}
.news-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 75px;
  align-items: end;
}
.news-hero h1 {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(2.3rem, calc(4.4vw - 0.5rem), 4.2rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.news-hero h1 strong {
  color: var(--dark);
}
.news-hero-grid > p {
  margin: 0;
  color: var(--muted);
}
.news-overview {
  padding: 80px 0 115px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.news-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  overflow: hidden;
  border-radius: 28px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.news-card-ti {
  background: var(--dark);
  color: var(--white);
}
.news-card-care {
  background: var(--light);
}
.news-card-tafel {
  background: var(--orange);
  color: var(--white);
}
.news-number {
  position: absolute;
  right: 28px;
  top: 27px;
  font-size: 0.7rem;
  opacity: 0.7;
}
.news-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.news-card h3 {
  max-width: 330px;
  margin: 100px 0 15px;
  font-family: var(--font-ui);
  font-size: 1.9rem;
  line-height: 1.05;
}
.news-card p {
  margin: 0;
  opacity: 0.78;
  font-size: 0.88rem;
}
.news-card > b {
  position: absolute;
  left: 30px;
  bottom: 28px;
  font-size: 0.78rem;
}
.news-card > b i {
  margin-left: 10px;
  font-style: normal;
}
.news-detail {
  padding: 120px 0;
  scroll-margin-top: 64px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 100px;
  align-items: start;
}
.detail-title {
  position: sticky;
  top: 100px;
}
.detail-title h2,
.tafel-panel h2 {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(2rem, calc(3.9vw - 0.5rem), 3.6rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.detail-title h2 strong {
  color: var(--dark);
}
.detail-lead {
  margin: 0 0 35px;
  color: var(--muted);
  font-size: 1.08rem;
}
.news-ti {
  background: var(--dark);
  color: var(--white);
}
.news-ti .detail-title h2 strong {
  color: var(--light);
}
.news-ti .detail-lead {
  color: var(--light);
}
.topic-list {
  display: grid;
  gap: 10px;
}
.topic-list article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(254, 254, 254, 0.17);
  border-radius: 18px;
  background: rgba(254, 254, 254, 0.055);
}
.topic-list article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
}
.topic-list h3,
.care-process h3 {
  margin: 0 0 5px;
  font-family: var(--font-ui);
  font-size: 1.05rem;
}
.topic-list p,
.care-process p {
  margin: 0;
  font-size: 0.82rem;
  opacity: 0.75;
}
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
}
.text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 700;
}
.light-link {
  color: var(--light);
}
.news-care {
  background: var(--white);
}
.care-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.care-process article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.care-process article:nth-child(1),
.care-process article:nth-child(4) {
  background: var(--light);
}
.care-process article > span {
  display: block;
  margin-bottom: 43px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 700;
}
.detail-note {
  color: var(--muted);
  font-size: 0.76rem;
}
.news-tafel {
  padding-top: 0;
  background: var(--white);
}
.newsletter {
  padding: 100px 0;
  background: var(--light);
}
.newsletter-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 85px;
  align-items: center;
  padding: 58px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--dark);
  color: var(--white);
  box-shadow: var(--shadow);
}
.newsletter-copy h2 {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(2rem, calc(3.9vw - 0.5rem), 3.6rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.newsletter-copy h2 strong {
  color: var(--light);
}
.newsletter-copy > p:not(.overline) {
  color: var(--light);
  opacity: 0.82;
}
.newsletter-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.newsletter-copy li {
  padding: 6px 10px;
  border: 1px solid rgba(254, 254, 254, 0.22);
  border-radius: 999px;
  color: var(--light);
  font-size: 0.68rem;
}
.newsletter-form {
  padding: 28px;
  border-radius: 24px;
  background: var(--white);
  color: var(--ink);
}
.newsletter-form > label:first-child {
  display: block;
  margin-bottom: 8px;
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 700;
}
.newsletter-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}
.newsletter-input:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(44, 140, 205, 0.14);
}
.newsletter-input input {
  min-width: 0;
  padding: 15px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}
.newsletter-input button {
  padding: 12px 18px;
  border: 0;
  background: var(--orange);
  color: var(--white);
  font-family: var(--font-ui);
  font-weight: 700;
  cursor: pointer;
}
.newsletter-input button:hover {
  background: var(--dark);
}
.newsletter-input button span {
  margin-left: 12px;
}
.newsletter-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
}
.newsletter-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--orange);
}
.newsletter-consent a {
  color: var(--dark);
  text-decoration: underline;
}
.newsletter-status {
  min-height: 1.2em;
  margin: 10px 0 0;
  color: var(--dark);
  font-size: 0.7rem;
}
.newsletter-status[data-state="success"] {
  color: #1C5A80;
  font-weight: 700;
}
.newsletter-status[data-state="error"] {
  color: #a43d19;
  font-weight: 700;
}
.newsletter-input button:disabled {
  cursor: wait;
  opacity: .62;
}
.newsletter-honey {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.tafel-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 0.63fr 1fr;
  gap: 42px;
  align-items: center;
  min-height: 410px;
  padding: 42px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--charcoal);
  color: var(--white);
}
.tafel-panel h2 strong {
  color: var(--light);
}
.tafel-panel > div:nth-child(2) p {
  margin: 0 0 25px;
  color: var(--line);
}
.tafel-photo {
  position: relative;
  height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
}
.tafel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tafel-photo:after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(49, 47, 47, 0.82));
}
.tafel-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 16px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sub-page {
  background: var(--white);
}
.sub-hero {
  position: relative;
  padding: 155px 0 95px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--white) 40%, var(--light));
}
.sub-hero:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -230px;
  border: 1px solid rgba(28, 90, 128, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(44, 140, 205, 0.035);
}
.sub-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  gap: 80px;
  align-items: end;
}
.sub-hero h1 {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(2.3rem, calc(4.4vw - 0.5rem), 4.2rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.sub-hero h1 strong {
  color: var(--dark);
}
.sub-hero-copy {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.osis-hero-side,
.brunie-hero-side {
  display: grid;
  gap: 28px;
}
.osis-signature,
.brunie-signature {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 21px;
  width: min(100%, 390px);
  padding: 18px 24px 18px 17px;
  border: 1px solid rgba(28, 90, 128, 0.1);
  border-radius: 24px;
  background: rgba(254, 254, 254, 0.82);
  box-shadow: 0 20px 55px rgba(28, 90, 128, 0.1);
  backdrop-filter: blur(10px);
}
.osis-mark-frame,
.brunie-mark-frame {
  display: grid;
  place-items: center;
  min-height: 124px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(204, 228, 244, 0.72), rgba(254, 254, 254, 0.3));
}
.brunie-mark-frame {
  min-height: 94px;
}
.osis-mark-frame img {
  display: block;
  width: auto;
  height: 108px;
  filter: drop-shadow(0 8px 9px rgba(28, 90, 128, 0.16));
}
.brunie-mark-frame img {
  display: block;
  width: 84px;
  height: 84px;
  filter: none;
}
.osis-signature-copy,
.brunie-signature-copy {
  display: grid;
  gap: 7px;
}
.osis-signature-copy strong,
.brunie-signature-copy strong {
  color: var(--dark);
  font-family: var(--font-ui);
  font-size: clamp(2.25rem, 3vw, 3.1rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.brunie-signature-copy strong {
  font-size: clamp(2rem, 2.6vw, 2.75rem);
  font-weight: 650;
  letter-spacing: -0.055em;
}
.osis-signature-copy small,
.brunie-signature-copy small {
  color: var(--bluegray);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.team-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(204, 228, 244, 0.62), transparent 25%),
    var(--white);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.team-card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(28, 90, 128, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(28, 90, 128, 0.13);
}
.team-portrait {
  position: relative;
  height: 230px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(204, 228, 244, 0.42), rgba(254, 254, 254, 0.8));
}
.team-portrait:after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -86px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(44, 140, 205, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(44, 140, 205, 0.04);
}
.team-portrait img {
  position: absolute;
  z-index: 1;
  display: block;
  left: 50%;
  bottom: 0;
  width: 87%;
  height: 87%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%) scale(var(--portrait-scale, 1));
  transform-origin: center bottom;
  filter: contrast(1.025) saturate(0.97) drop-shadow(0 8px 12px rgba(28, 90, 128, 0.08));
  transition: transform 0.35s ease;
}
.team-card:hover .team-portrait img {
  transform: translateX(-50%) scale(var(--portrait-hover-scale, 1.025));
}
.portrait-christian {
  --portrait-scale: 1.08;
  --portrait-hover-scale: 1.107;
}
.portrait-andre {
  --portrait-scale: 0.88;
  --portrait-hover-scale: 0.902;
}
.portrait-volker {
  --portrait-scale: 0.98;
  --portrait-hover-scale: 1.005;
}
.portrait-kerem {
  --portrait-scale: 0.9;
  --portrait-hover-scale: 0.923;
}
.portrait-carsten {
  --portrait-scale: 0.92;
  --portrait-hover-scale: 0.943;
}
.portrait-florentina {
  --portrait-scale: 0.94;
  --portrait-hover-scale: 0.964;
}
.team-card-body {
  display: flex;
  min-height: 270px;
  padding: 27px;
  flex-direction: column;
}
.team-role {
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.team-card h3 {
  margin: 10px 0 11px;
  color: var(--charcoal);
  font-family: var(--font-bold);
  font-size: 1.5rem;
  line-height: 1.08;
}
.team-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.82rem;
}
.team-contact {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.team-contact a {
  width: fit-content;
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 700;
}
.team-contact a:hover {
  color: var(--orange);
}
.sub-section {
  padding: 105px 0;
}
.sub-section.tint {
  background: rgba(204, 228, 244, 0.42);
}
.sub-section.dark {
  background: var(--charcoal);
  color: var(--white);
}
.sub-heading {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  margin-bottom: 52px;
  align-items: end;
}
.sub-heading h2 {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(1.85rem, calc(3.6vw - 0.5rem), 3.3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}
.sub-heading h2 strong {
  color: var(--dark);
}
.dark .sub-heading h2 strong {
  color: var(--light);
}
.sub-heading > p {
  margin: 0;
  color: var(--muted);
}
.dark .sub-heading > p {
  color: var(--line);
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.module-card {
  position: relative;
  min-height: 280px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
}
.module-card.accent {
  background: var(--dark);
  color: var(--white);
  border-color: transparent;
}
.module-card.orange {
  background: var(--orange);
  color: var(--white);
  border-color: transparent;
}
.module-card > span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.module-card.accent > span,
.module-card.orange > span {
  color: var(--light);
}
.module-card h3 {
  margin: 70px 0 10px;
  font-family: var(--font-ui);
  font-size: 1.45rem;
  line-height: 1.08;
}
.module-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}
.module-card.accent p,
.module-card.orange p {
  color: inherit;
  opacity: 0.78;
}
.module-card a {
  position: absolute;
  left: 27px;
  bottom: 24px;
  font-size: 0.76rem;
  font-weight: 700;
}
.feature-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.feature-panel {
  padding: 34px;
  border-radius: 27px;
  background: var(--white);
  border: 1px solid var(--line);
}
.feature-panel h3 {
  margin: 0 0 18px;
  font-family: var(--font-ui);
  font-size: 1.65rem;
}
.check-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
}
.check-list li:before {
  content: "✓";
  margin-right: 10px;
  color: var(--orange);
  font-weight: 700;
}
.story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.story-stat {
  padding: 40px;
  border-radius: 28px;
  background: var(--dark);
  color: var(--white);
}
.story-stat strong {
  display: block;
  font-family: var(--font-ui);
  font-size: 4.8rem;
  line-height: 1;
}
.story-stat span {
  color: var(--light);
}
.story-copy h2 {
  margin: 0 0 25px;
  font-family: var(--font-ui);
  font-size: clamp(1.85rem, calc(3.6vw - 0.5rem), 3.3rem);
  line-height: 1;
  letter-spacing: -0.045em;
}
.story-copy p {
  color: var(--muted);
}
.support-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.support-card,
.contact-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--white);
}
.support-card h2,
.contact-card h2 {
  margin: 0 0 12px;
  font-family: var(--font-ui);
  font-size: 1.3rem;
}
.support-card p,
.contact-card p {
  color: var(--muted);
}
.support-card .btn {
  margin-top: 18px;
}
.contact-card a:not(.btn) {
  display: block;
  margin-top: 5px;
  color: var(--dark);
  font-weight: 700;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.download-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 23px;
  background: var(--light);
}
.download-card span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: var(--dark);
  color: var(--white);
  font-weight: 700;
}
.download-card h2 {
  margin: 45px 0 8px;
  font-family: var(--font-ui);
  font-size: 0.85rem;
}
.download-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

/* Downloadcenter */
.download-center {
  padding-top: 70px;
}
.download-notice {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(28, 90, 128, 0.16);
  border-radius: 18px;
  background: rgba(204, 228, 244, 0.42);
}
.download-notice > div {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.download-notice-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--dark);
  color: var(--white);
  font-weight: 700;
}
.download-notice strong,
.download-notice p {
  display: block;
}
.download-notice p {
  max-width: 760px;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.download-jumps {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 96px;
}
.download-jumps a {
  display: flex;
  min-height: 82px;
  gap: 15px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-size: 0.78rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.download-jumps a:hover {
  transform: translateY(-3px);
  border-color: rgba(44, 140, 205, 0.45);
  box-shadow: 0 14px 30px rgba(28, 90, 128, 0.09);
}
.download-jumps span {
  color: var(--mid);
  font-size: 0.68rem;
}
.download-group {
  padding: 0 0 104px;
  scroll-margin-top: 95px;
}
.resource-subgroup {
  margin-top: 34px;
}
.resource-subgroup > h3 {
  margin: 0 0 15px;
  color: var(--charcoal);
  font-family: var(--font-ui);
  font-size: .84rem;
}
.download-heading {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}
.download-heading h2,
.download-contact h2 {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(1.85rem, calc(3.6vw - 0.5rem), 3.3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}
.download-heading h2 strong,
.download-contact h2 strong {
  color: var(--dark);
}
.download-heading > p {
  margin: 0;
  color: var(--muted);
}
.download-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.download-feature {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid rgba(28, 90, 128, 0.08);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(204, 228, 244, 0.68), var(--white));
}
.download-type,
.file-badge {
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--dark);
  color: var(--white);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.download-type {
  width: 46px;
  height: 40px;
  margin-bottom: 40px;
}
.download-feature small {
  color: var(--mid);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.download-feature h3 {
  margin: 7px 0 8px;
  font-family: var(--font-ui);
  font-size: 1.05rem;
}
.download-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.download-button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(28, 90, 128, 0.14);
  color: var(--dark);
  font-size: 0.76rem;
  font-weight: 700;
}
.download-button span {
  font-size: 1rem;
  transition: transform 180ms ease;
}
.download-button:hover span {
  transform: translateY(3px);
}
.store-row,
.download-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: center;
  margin-top: 14px;
  padding: 28px;
  border-radius: 22px;
  background: var(--charcoal);
  color: var(--white);
}
.store-row p,
.download-contact p {
  margin: 4px 0 0;
  color: var(--line);
  font-size: 0.78rem;
}
.store-row > div:last-child {
  display: flex;
  gap: 10px;
}
.store-row .secondary {
  border-color: rgba(254, 254, 254, 0.28);
  color: var(--white);
}
.resource-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
}
.resource-list a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 90px;
  padding: 18px 20px;
  background: var(--white);
  transition: background 180ms ease;
}
.resource-list a:hover {
  background: rgba(204, 228, 244, 0.5);
}
.file-badge {
  width: 44px;
  height: 38px;
}
.resource-list strong,
.resource-list small {
  display: block;
}
.resource-list strong {
  font-size: 0.78rem;
}
.resource-list small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.68rem;
}
.resource-list i {
  color: var(--mid);
  font-style: normal;
}
.brochure-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 106px;
  padding: 18px 20px;
  background: var(--white);
}
.brochure-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.brochure-card > span strong,
.brochure-card > span small {
  display: block;
}
.brochure-card > span strong {
  font-size: .78rem;
}
.brochure-card > span small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .68rem;
}
.brochure-actions {
  display: flex;
  gap: 7px;
  align-items: center;
}
.brochure-actions button,
.brochure-actions a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(28,90,128,.18);
  border-radius: 999px;
  background: transparent;
  color: var(--dark);
  font: inherit;
  font-size: .66rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.brochure-actions button {
  background: var(--dark);
  color: var(--white);
}
.brochure-actions button:hover,
.brochure-actions a:hover {
  transform: translateY(-2px);
  background: var(--mid);
  color: var(--white);
}
.brochure-reader[hidden] {
  display: none;
}
.brochure-reader {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(24,30,35,.78);
  backdrop-filter: blur(10px);
}
.brochure-reader-dialog {
  display: grid;
  width: min(1180px, 100%);
  height: min(88vh, 900px);
  grid-template-rows: auto minmax(0,1fr);
  overflow: hidden;
  border: 1px solid rgba(254,254,254,.2);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 34px 90px rgba(0,0,0,.35);
}
.brochure-reader-head {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 16px 24px;
  background: var(--dark);
  color: var(--white);
}
.brochure-reader-head span {
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brochure-reader-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}
.brochure-reader-controls a,
.brochure-reader-controls button {
  display: grid;
  min-width: 42px;
  min-height: 38px;
  place-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(254,254,254,.25);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: .7rem;
  font-weight: 700;
  cursor: pointer;
}
.brochure-reader-controls button {
  font-size: 1.15rem;
}
.brochure-reader iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #d9dde1;
}
body.reader-open {
  overflow: hidden;
}
@media (max-width: 760px) {
  .brochure-card {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .brochure-actions {
    grid-column: 1 / -1;
  }
  .brochure-actions button,
  .brochure-actions a {
    flex: 1;
  }
  .brochure-reader {
    padding: 8px;
  }
  .brochure-reader-dialog {
    height: calc(100dvh - 16px);
    border-radius: 17px;
  }
  .brochure-reader-head {
    padding: 12px 10px 12px 15px;
  }
  .brochure-reader-head > span {
    font-size: .72rem;
  }
  .brochure-reader-controls a {
    width: 42px;
    padding: 8px;
    overflow: hidden;
    font-size: 0;
  }
  .brochure-reader-controls a::after {
    content: 'PDF ↓';
    font-size: .66rem;
  }
}
.external-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 28px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 17px;
  background: rgba(212, 212, 220, 0.32);
  font-size: 0.72rem;
}
.external-links strong {
  margin-right: auto;
  color: var(--charcoal);
}
.external-links a {
  color: var(--dark);
  font-weight: 700;
}
.archive-grid {
  display: grid;
  gap: 12px;
}
.archive-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}
.archive-panel summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px 27px;
  cursor: pointer;
  list-style: none;
}
.archive-panel summary::-webkit-details-marker,
.job-card summary::-webkit-details-marker {
  display: none;
}
.archive-panel summary strong,
.archive-panel summary small {
  display: block;
}
.archive-panel summary small {
  margin-top: 4px;
  color: var(--muted);
}
.archive-panel summary i,
.job-card summary > i {
  font-size: 1.35rem;
  font-style: normal;
  transition: transform 180ms ease;
}
.archive-panel[open] summary i,
.job-card[open] summary > i {
  transform: rotate(45deg);
}
.archive-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: rgba(204, 228, 244, 0.22);
}
.archive-links a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 27px;
  border-bottom: 1px solid rgba(28, 90, 128, 0.09);
  font-size: 0.72rem;
}
.archive-links a:nth-child(odd) {
  border-right: 1px solid rgba(28, 90, 128, 0.09);
}
.archive-links a:hover {
  color: var(--mid);
}
.archive-links span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
}
.download-contact {
  grid-template-columns: 1fr 0.72fr;
  margin: 0;
  padding: 46px;
}
.download-contact .overline {
  color: var(--light);
}
.download-contact .overline span {
  background: var(--light);
}
.download-contact h2 strong {
  color: var(--light);
}
.download-contact .btn {
  margin-top: 18px;
}

/* Karriere */
.career-hero-copy > p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.05rem;
}
.career-hero-copy,
.job-card,
.job-card summary > span:nth-child(2),
.job-columns > div {
  min-width: 0;
}
.career-hero-copy p,
.job-card summary strong,
.job-card summary small,
.job-content {
  overflow-wrap: anywhere;
}
.career-hero-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.career-hero-copy span {
  padding: 7px 11px;
  border: 1px solid rgba(28, 90, 128, 0.16);
  border-radius: 999px;
  background: rgba(254, 254, 254, 0.7);
  color: var(--dark);
  font-size: 0.65rem;
  font-weight: 700;
}
.job-list {
  display: grid;
  gap: 14px;
}
.job-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
}
.job-card summary {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 118px;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
}
.job-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--dark);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
}
.job-card summary small,
.job-card summary strong {
  display: block;
}
.job-card summary small {
  margin-bottom: 6px;
  color: var(--mid);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.job-card summary strong {
  font-family: var(--font-ui);
  font-size: clamp(1rem, 2vw, 1.35rem);
}
.job-card summary em {
  color: var(--muted);
  font-size: 0.68em;
  font-style: normal;
}
.job-card[open] summary {
  background: rgba(204, 228, 244, 0.35);
}
.job-content {
  padding: 34px 102px 42px;
  border-top: 1px solid var(--line);
}
.job-lead {
  max-width: 780px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 1rem;
}
.job-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 55px;
  margin-bottom: 34px;
}
.job-columns h3 {
  margin: 0 0 15px;
  color: var(--dark);
  font-family: var(--font-ui);
  font-size: 0.82rem;
}
.job-columns ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-columns li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.76rem;
}
.job-columns li:before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mid);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.benefit-grid article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(28, 90, 128, 0.1);
  border-radius: 22px;
  background: rgba(254, 254, 254, 0.72);
}
.benefit-grid article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 45px;
  border-radius: 14px;
  background: var(--dark);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
}
.benefit-grid h3 {
  margin: 0 0 7px;
  font-family: var(--font-ui);
  font-size: 0.86rem;
}
.benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}
.career-invite {
  padding: 0 0 105px;
  background: var(--white);
}
.career-invite-box {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 60px;
  align-items: center;
  padding: 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--charcoal), #24333d);
  color: var(--white);
}
.career-invite h2 {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(1.85rem, calc(3.6vw - 0.5rem), 3.3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}
.career-invite h2 strong,
.career-invite .overline {
  color: var(--light);
}
.career-invite .overline span {
  background: var(--light);
}
.career-invite p {
  margin: 0 0 20px;
  color: var(--line);
}
.legal-page {
  padding: 145px 0 100px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 80px;
  align-items: start;
}
.legal-side {
  position: sticky;
  top: 95px;
}
.legal-side h1 {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(2.2rem, calc(4vw - 0.5rem), 3.7rem);
  line-height: 1;
  color: var(--dark);
}
.legal-content {
  padding: 45px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
}
.legal-content h2 {
  margin: 35px 0 10px;
  font-family: var(--font-ui);
  font-size: 0.85rem;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 0.86rem;
}
.legal-content a {
  color: var(--dark);
  text-decoration: underline;
}
.system-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.system-panel {
  position: relative;
  overflow: hidden;
}
.system-panel::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -95px;
  bottom: -105px;
  border-radius: 50%;
  background: rgba(204, 228, 244, 0.34);
}
.system-status {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--light);
  color: var(--dark);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.system-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(224, 93, 24, 0.12);
}
.system-status-error i {
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(44, 140, 205, 0.12);
}
.system-panel h2 {
  margin-top: 25px;
  font-size: 1.35rem;
}
.system-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}
.system-actions a {
  text-decoration: none;
}
.pdf-frame {
  width: 100%;
  min-height: 760px;
  border: 0;
  border-radius: 18px;
  background: var(--line);
}

/* NIS Website-Assistent */
.chatbot-launcher {
  position: fixed;
  z-index: 301;
  right: 22px;
  bottom: 22px;
  display: flex;
  height: 54px;
  gap: 10px;
  align-items: center;
  padding: 0 18px 0 14px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--dark), #174a69);
  color: var(--white);
  box-shadow: 0 15px 38px rgba(28, 90, 128, 0.3);
  cursor: pointer;
  font-family: var(--font-bold);
  font-size: 0.75rem;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.chatbot-launcher:hover,
.chatbot-launcher.active {
  transform: translateY(-3px);
  background: linear-gradient(145deg, var(--blue), var(--dark));
  box-shadow: 0 18px 42px rgba(28, 90, 128, 0.38);
}
.chatbot-launcher svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nis-chatbot {
  position: fixed;
  z-index: 300;
  right: 22px;
  bottom: 88px;
  display: flex;
  width: min(390px, calc(100vw - 28px));
  height: min(610px, calc(100vh - 115px));
  overflow: hidden;
  border: 1px solid rgba(28, 90, 128, 0.16);
  border-radius: 25px;
  background: var(--white);
  box-shadow: 0 28px 75px rgba(28, 55, 72, 0.26);
  flex-direction: column;
  opacity: 0;
  transform: translateY(16px) scale(0.975);
  transform-origin: right bottom;
  transition: opacity 200ms ease, transform 200ms ease;
}
.nis-chatbot[hidden] {
  display: none;
}
.nis-chatbot.open {
  opacity: 1;
  transform: none;
}
.chatbot-head {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 17px 18px;
  background: linear-gradient(135deg, var(--charcoal), #263943);
  color: var(--white);
}
.chatbot-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
.chatbot-brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.chatbot-brand strong,
.chatbot-brand small {
  display: block;
}
.chatbot-brand strong {
  font-family: var(--font-bold);
  font-size: 0.87rem;
}
.chatbot-brand small {
  margin-top: 2px;
  color: var(--line);
  font-size: 0.62rem;
}
.chatbot-brand small i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: #6bd28c;
  box-shadow: 0 0 0 3px rgba(107, 210, 140, 0.14);
}
.chatbot-close {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(254, 254, 254, 0.09);
  color: var(--white);
  cursor: pointer;
}
.chatbot-close:before,
.chatbot-close:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 11px;
  width: 16px;
  height: 1.5px;
  background: currentColor;
}
.chatbot-close:before {
  transform: rotate(45deg);
}
.chatbot-close:after {
  transform: rotate(-45deg);
}
.chatbot-messages {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  gap: 11px;
  overflow-y: auto;
  padding: 20px 18px 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(204, 228, 244, 0.65), transparent 42%),
    #f8fbfd;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}
.chatbot-message {
  width: fit-content;
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 7px 17px 17px;
  background: var(--white);
  box-shadow: 0 7px 20px rgba(28, 90, 128, 0.08);
  color: var(--ink);
  font-size: 0.76rem;
}
.chatbot-message.user {
  align-self: flex-end;
  border-radius: 17px 7px 17px 17px;
  background: var(--dark);
  color: var(--white);
}
.chatbot-message p {
  margin: 0;
}
.chatbot-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 11px;
}
.chatbot-actions a {
  padding: 7px 10px;
  border: 1px solid rgba(28, 90, 128, 0.16);
  border-radius: 999px;
  background: rgba(204, 228, 244, 0.45);
  color: var(--dark);
  font-size: 0.65rem;
  font-weight: 700;
}
.chatbot-actions a:hover {
  border-color: var(--blue);
  background: var(--light);
}
.chatbot-typing {
  display: flex;
  width: fit-content;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 7px 17px 17px;
  background: var(--white);
  box-shadow: 0 7px 20px rgba(28, 90, 128, 0.08);
}
.chatbot-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mid);
  animation: chatbot-dot 900ms infinite ease-in-out;
}
.chatbot-typing i:nth-child(2) {
  animation-delay: 120ms;
}
.chatbot-typing i:nth-child(3) {
  animation-delay: 240ms;
}
@keyframes chatbot-dot {
  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  30% {
    transform: translateY(-3px);
    opacity: 1;
  }
}
.chatbot-quick {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
  overflow-x: auto;
  padding: 10px 14px 9px;
  border-top: 1px solid rgba(28, 90, 128, 0.08);
  background: #f8fbfd;
  scrollbar-width: none;
}
.chatbot-quick::-webkit-scrollbar {
  display: none;
}
.chatbot-quick.used {
  display: none;
}
.chatbot-quick button {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(28, 90, 128, 0.17);
  border-radius: 999px;
  background: var(--white);
  color: var(--dark);
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 700;
}
.chatbot-quick button:hover {
  border-color: var(--blue);
  background: var(--light);
}
.chatbot-form {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
  padding: 12px 14px 8px;
  border-top: 1px solid var(--line);
  background: var(--white);
}
.chatbot-form input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 0.75rem;
}
.chatbot-form input:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(44, 140, 205, 0.13);
}
.chatbot-form button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 13px;
  background: var(--dark);
  color: var(--white);
  cursor: pointer;
}
.chatbot-form button:hover {
  background: var(--blue);
}
.chatbot-form svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.chatbot-note {
  flex: 0 0 auto;
  margin: 0;
  padding: 0 15px 10px;
  background: var(--white);
  color: var(--muted);
  font-size: 0.56rem;
  text-align: center;
}
.back-to-top {
  position: fixed;
  z-index: 90;
  right: 154px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(254, 254, 254, 0.28);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--dark), #174a69);
  color: var(--white);
  box-shadow:
    0 15px 35px rgba(28, 90, 128, 0.32),
    0 5px 12px rgba(49, 47, 47, 0.22),
    inset 0 1px 0 rgba(254, 254, 254, 0.22);
  cursor: pointer;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition:
    opacity 0.25s,
    transform 0.25s,
    background 0.2s;
  backdrop-filter: blur(8px);
}
.back-to-top.visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  animation: back-to-top-float 3s ease-in-out infinite;
}
.back-to-top:hover {
  background: linear-gradient(145deg, var(--orange), #d96500);
  box-shadow:
    0 18px 38px rgba(246, 125, 16, 0.32),
    0 6px 14px rgba(49, 47, 47, 0.24);
  animation: none;
  transform: translateY(-4px) scale(1.04);
}
.back-to-top > span {
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--white);
  border-left: 3px solid var(--white);
  transform: translateY(3px) rotate(45deg);
  filter: drop-shadow(0 2px 2px rgba(49, 47, 47, 0.25));
}
@keyframes back-to-top-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.appear {
  opacity: 0;
  transform: translateY(25px);
  transition: 0.7s ease;
}
.appear.on {
  opacity: 1;
  transform: none;
}
@media (max-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-bento {
    max-width: 760px;
  }
  .section-head {
    grid-template-columns: 1fr 1fr;
  }
  .section-head > p:last-child {
    grid-column: 2;
  }
  .ti-intro {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .ti-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .ti-figure {
    max-width: 720px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-note {
    grid-column: 1/-1;
    min-height: 250px;
  }
  .partner-grid {
    gap: 50px;
  }
  .contact-box {
    padding: 45px;
  }
  .news-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
  .news-card-tafel {
    grid-column: 1/-1;
    min-height: 290px;
  }
  .detail-grid {
    gap: 55px;
  }
  .tafel-panel {
    grid-template-columns: 1fr 1fr;
  }
  .tafel-photo {
    grid-column: 1/-1;
    height: 280px;
  }
  .newsletter-panel {
    gap: 45px;
    padding: 45px;
  }
  .module-grid,
  .download-grid {
    grid-template-columns: 1fr 1fr;
  }
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-card,
  .team-card:nth-child(4) {
    grid-column: auto;
  }
  .sub-hero-grid,
  .sub-heading,
  .story-grid {
    gap: 45px;
  }
  .legal-layout {
    grid-template-columns: 0.5fr 1fr;
    gap: 45px;
  }
}
@media (max-width: 740px) {
  .shell {
    width: min(calc(100% - 28px), 1200px);
  }
  .nav {
    height: 58px;
  }
  .logo {
    min-width: 0;
  }
  .logo .logo-mark {
    width: 31px;
    height: 31px;
  }
  .logo-wordmark {
    margin-left: 12px;
    padding-left: 13px;
    font-size: 0.98rem;
    line-height: 22px;
  }
  .menu {
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    padding: 5px;
    cursor: pointer;
  }
  .nav nav {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    padding: 5px 14px 12px;
    flex-direction: column;
    gap: 0;
    background: var(--white);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 18px rgba(49, 47, 47, 0.08);
  }
  .nav nav.open {
    display: flex;
  }
  .nav nav a {
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
  }
  .nav-cta {
    display: none;
  }
  .hero {
    padding-top: 110px;
  }
  .hero-grid {
    min-height: auto;
  }
  .hero h1 {
    font-size: clamp(1.95rem, calc(11.5vw - 0.5rem), 2.95rem);
  }
  .actions {
    flex-wrap: wrap;
  }
  .hero-bento {
    width: 100%;
    height: 590px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1.7fr 0.7fr;
  }
  .tile-main {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .window-body {
    height: 330px;
  }
  .proof {
    align-items: flex-start;
    flex-direction: column;
  }
  .proof ul {
    padding: 0;
    display: grid;
    gap: 5px;
  }
  .section {
    padding: 85px 0;
  }
  .section-head {
    display: block;
  }
  .section-head h2 {
    margin: 10px 0 20px;
  }
  .solution-bento {
    grid-template-columns: minmax(0, 1fr);
  }
  .solution {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    padding: 28px;
  }
  .solution h3 {
    margin-top: 65px;
    font-size: clamp(1.7rem, 7.8vw, 2rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .solution > a {
    position: relative;
    z-index: 1;
    left: auto;
    bottom: auto;
    align-self: flex-start;
    margin-top: 28px;
  }
  .ti-ready {
    padding: 85px 0;
  }
  .ti-intro {
    display: block;
    margin-bottom: 38px;
  }
  .ti-intro h2 {
    margin-bottom: 24px;
    font-size: clamp(1.8rem, calc(10.5vw - 0.5rem), 2.5rem);
  }
  .ti-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
  .ti-figure {
    padding: 8px;
    border-radius: 23px;
  }
  .ti-figure img {
    border-radius: 17px;
  }
  .ti-figure figcaption {
    font-size: 0.62rem;
  }
  .ti-content h3 {
    font-size: 2.05rem;
  }
  .ti-benefits article {
    padding: 14px;
  }
  .ti-responsibility {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .ti-footnote {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }
  .products {
    padding: 85px 0;
  }
  .product-intro {
    display: block;
  }
  .product-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .product-card {
    min-height: 460px;
    padding: 28px;
  }
  .osis-product-mark,
  .brunie-product-mark {
    top: 22px;
    right: 24px;
    height: 76px;
  }
  .product-card h3 {
    margin: 68px 0 14px;
    font-size: clamp(1.7rem, 7.9vw, 1.9rem);
    line-height: 1.08;
  }
  .product-card ul {
    margin: 22px 0 62px;
  }
  .round-link {
    right: 22px;
    bottom: 22px;
  }
  .product-note {
    grid-column: auto;
  }
  .partner-grid,
  .service-row,
  .contact-box {
    grid-template-columns: minmax(0, 1fr);
    gap: 45px;
  }
  .value-bento {
    grid-template-columns: minmax(0, 1fr);
  }
  .value-wide {
    grid-column: auto;
  }
  .value-practice {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 24px;
  }
  .value-practice > span {
    grid-column: auto;
  }
  .value-process li {
    min-height: 108px;
    padding: 13px 10px;
  }
  .contact-box {
    padding: 30px 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .legal {
    flex-direction: column;
    gap: 12px;
  }
  .legal a {
    margin: 0 15px 0 0;
  }
  .news-hero {
    padding: 120px 0 70px;
  }
  .news-hero-grid {
    display: block;
  }
  .news-hero h1 {
    font-size: clamp(1.9rem, calc(11vw - 0.5rem), 2.7rem);
  }
  .news-hero-grid > p {
    margin-top: 25px;
  }
  .news-overview {
    padding: 55px 0 80px;
  }
  .news-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .news-card,
  .news-card-tafel {
    grid-column: auto;
    min-height: 330px;
    padding: 25px;
  }
  .news-card h3 {
    margin-top: 75px;
    font-size: 1.7rem;
  }
  .news-card > b {
    left: 25px;
  }
  .news-detail {
    padding: 80px 0;
  }
  .detail-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }
  .detail-title {
    position: static;
  }
  .detail-title h2,
  .tafel-panel h2 {
    font-size: clamp(1.75rem, calc(10vw - 0.5rem), 2.35rem);
  }
  .topic-list article {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
  }
  .topic-list article > span {
    width: 44px;
    height: 44px;
  }
  .care-process {
    grid-template-columns: minmax(0, 1fr);
  }
  .care-process article {
    min-height: 165px;
  }
  .care-process article > span {
    margin-bottom: 30px;
  }
  .news-tafel {
    padding-top: 0;
  }
  .tafel-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    min-height: 0;
    padding: 34px 25px;
    border-radius: 26px;
  }
  .tafel-photo {
    grid-column: auto;
    height: 230px;
    border-radius: 19px;
  }
  .newsletter {
    padding: 75px 0;
  }
  .newsletter-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding: 32px 24px;
    border-radius: 27px;
  }
  .newsletter-copy h2 {
    font-size: clamp(1.75rem, calc(10vw - 0.5rem), 2.35rem);
  }
  .newsletter-form {
    padding: 20px;
  }
  .newsletter-input {
    grid-template-columns: minmax(0, 1fr);
  }
  .newsletter-input button {
    min-height: 48px;
  }
  .sub-hero {
    padding: 120px 0 70px;
  }
  .sub-hero-grid,
  .sub-heading,
  .story-grid,
  .feature-columns,
  .support-grid,
  .contact-grid,
  .legal-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .sub-hero h1 {
    font-size: clamp(1.9rem, calc(11vw - 0.5rem), 2.7rem);
  }
  .osis-hero h1 {
    font-size: clamp(1.85rem, 10vw, 2.45rem);
  }
  .osis-hero-side,
  .brunie-hero-side {
    gap: 22px;
  }
  .osis-signature,
  .brunie-signature {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 18px;
    padding: 15px 19px 15px 14px;
    border-radius: 21px;
  }
  .osis-mark-frame {
    min-height: 108px;
  }
  .osis-mark-frame img {
    height: 94px;
  }
  .brunie-mark-frame {
    min-height: 82px;
  }
  .brunie-mark-frame img {
    width: 75px;
    height: 75px;
  }
  .osis-signature-copy strong {
    font-size: 2.25rem;
  }
  .brunie-signature-copy strong {
    font-size: 1.95rem;
  }
  .sub-section {
    padding: 75px 0;
  }
  .sub-heading {
    margin-bottom: 35px;
  }
  .sub-heading h2,
  .story-copy h2 {
    font-size: clamp(1.7rem, calc(9.5vw - 0.5rem), 2.3rem);
  }
  .module-grid,
  .download-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .team-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .team-card,
  .team-card:nth-child(4),
  .team-card:last-child {
    grid-column: auto;
  }
  .team-portrait {
    height: 220px;
  }
  .team-card-body {
    min-height: 245px;
  }
  .module-card {
    min-height: 260px;
  }
  .story-stat strong {
    font-size: 4rem;
  }
  .legal-page {
    padding: 120px 0 75px;
  }
  .legal-side {
    position: static;
  }
  .legal-content {
    padding: 28px 22px;
  }
  .pdf-frame {
    min-height: 520px;
  }
  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 980px) {
  .download-jumps,
  .download-feature-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .download-jumps {
    width: 100%;
  }
  .download-feature:last-child,
  .benefit-grid article:last-child {
    grid-column: 1 / -1;
  }
  .download-heading {
    gap: 42px;
  }
  .job-content {
    padding: 34px 60px 40px;
  }
}

@media (max-width: 740px) {
  .download-center {
    padding-top: 54px;
  }
  .download-notice,
  .store-row,
  .download-contact,
  .career-invite-box {
    grid-template-columns: minmax(0, 1fr);
  }
  .download-notice {
    display: grid;
  }
  .download-jumps,
  .download-feature-grid,
  .resource-list,
  .archive-links,
  .benefit-grid,
  .job-columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .download-jumps {
    margin-bottom: 72px;
  }
  .download-feature:last-child,
  .benefit-grid article:last-child {
    grid-column: auto;
  }
  .download-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .download-heading h2,
  .download-contact h2 {
    font-size: clamp(1.7rem, calc(9.5vw - 0.5rem), 2.3rem);
  }
  .store-row > div:last-child {
    align-items: stretch;
    flex-direction: column;
  }
  .resource-list a {
    min-height: 82px;
  }
  .archive-links a:nth-child(odd) {
    border-right: 0;
  }
  .external-links {
    align-items: flex-start;
    flex-direction: column;
  }
  .download-contact {
    padding: 31px 24px;
  }
  .career-invite {
    padding-bottom: 75px;
  }
  .career-invite-box {
    gap: 25px;
    padding: 32px 24px;
  }
  .career-invite h2 {
    font-size: clamp(1.7rem, calc(9.5vw - 0.5rem), 2.3rem);
  }
  .job-card summary {
    grid-template-columns: 44px minmax(0, 1fr) 14px;
    gap: 13px;
    padding: 20px 18px;
  }
  .job-card summary small {
    font-size: 0.58rem;
  }
  .job-number {
    width: 42px;
    height: 42px;
  }
  .job-content {
    padding: 27px 20px 32px;
  }
  .job-columns {
    gap: 30px;
  }
  .benefit-grid article {
    min-height: 200px;
  }
  .chatbot-launcher {
    right: 14px;
    bottom: 14px;
    height: 50px;
    padding: 0 16px 0 13px;
  }
  .nis-chatbot {
    right: 14px;
    bottom: 76px;
    width: calc(100vw - 28px);
    height: min(590px, calc(100dvh - 96px));
    border-radius: 21px;
  }
  .back-to-top {
    right: 134px;
    bottom: 14px;
  }
}

@media (max-width: 420px) {
  .chatbot-launcher {
    width: 50px;
    justify-content: center;
    padding: 0;
  }
  .chatbot-launcher > span {
    display: none;
  }
  .back-to-top {
    right: 76px;
  }
  .chatbot-head {
    padding: 14px 15px;
  }
  .chatbot-messages {
    padding: 16px 14px 12px;
  }
}

@media (max-height: 620px) {
  .nis-chatbot {
    height: calc(100dvh - 90px);
  }
}

/* Prospektbibliothek */
#prospekte .resource-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
#prospekte .brochure-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(28,90,128,.12);
  border-radius: 26px;
  background: #FEFEFE;
  box-shadow: 0 16px 42px rgba(28,90,128,.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
#prospekte .brochure-card:hover {
  transform: translateY(-6px);
  border-color: rgba(44,140,205,.3);
  box-shadow: 0 24px 58px rgba(28,90,128,.15);
}
#prospekte .brochure-card:last-child:nth-child(odd) {
  grid-column: auto;
}
.brochure-cover {
  position: relative;
  width: 190px;
  min-height: 245px;
  align-self: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px 25px;
  border-radius: 18px;
  background: linear-gradient(145deg,#1C5A80,#123C56);
  color: #FEFEFE;
  box-shadow: inset 7px 0 rgba(0,0,0,.13), 0 12px 25px rgba(28,90,128,.14);
}
.brochure-cover::before,
.brochure-cover::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.brochure-cover::before {
  width: 230px;
  height: 230px;
  right: -78px;
  bottom: -105px;
  border: 1px solid rgba(254,254,254,.22);
  box-shadow: 0 0 0 30px rgba(254,254,254,.045),0 0 0 60px rgba(254,254,254,.035);
}
.brochure-cover::after {
  width: 10px;
  height: 10px;
  right: 30px;
  top: 28px;
  background: #F67D10;
  box-shadow: 0 0 0 8px rgba(246,125,16,.14);
}
.brochure-cover > span {
  display: block;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  opacity: .84;
}
.brochure-cover > strong {
  display: block;
  margin-top: 54px;
  font-family: var(--font-bold);
  font-size: 2.65rem;
  line-height: .95;
  letter-spacing: -.04em;
}
.brochure-cover > small {
  display: block;
  max-width: 220px;
  margin-top: 13px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(254,254,254,.86);
  opacity: .85;
}
.brochure-cover > i {
  position: absolute;
  right: 22px;
  bottom: 20px;
  display: grid;
  width: 38px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(254,254,254,.35);
  border-radius: 9px;
  font-size: .58rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
}
.brochure-cover-osis {
  background: linear-gradient(145deg,#2C8CCD,#1C5A80);
}
.brochure-cover-taf {
  background: linear-gradient(145deg,#F67D10,#C95B06);
}
.brochure-cover-info {
  background: linear-gradient(145deg,#606B7C,#312F2F);
}
.brochure-cover-original {
  width: 148px;
  min-height: 0;
  aspect-ratio: 248 / 350;
  padding: 0;
  border: 1px solid rgba(28,90,128,.14);
  border-radius: 8px 14px 14px 8px;
  background: #FEFEFE;
  box-shadow: -6px 7px 0 rgba(28,90,128,.1),0 16px 28px rgba(28,90,128,.16);
}
.brochure-cover-original::before,
.brochure-cover-original::after {
  display: none;
}
.brochure-cover-original img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#prospekte .brochure-info {
  display: block;
  min-height: 82px;
  padding: 20px 10px 14px;
}
#prospekte .brochure-info strong {
  color: #1C5A80;
  font-size: .9rem;
  line-height: 1.3;
}
#prospekte .brochure-info small {
  margin-top: 6px;
  font-size: .7rem;
  line-height: 1.45;
}
#prospekte .brochure-actions {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 8px;
  margin-top: auto;
  padding: 0 8px 8px;
}
#prospekte .brochure-actions button,
#prospekte .brochure-actions a {
  min-height: 43px;
  border-radius: 12px;
  font-size: .7rem;
}
#prospekte .brochure-actions a {
  min-width: 66px;
}
@media (max-width: 1000px) {
  #prospekte .resource-list {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 620px) {
  #prospekte .resource-list {
    grid-template-columns: minmax(0,1fr);
  }
  #prospekte .brochure-card {
    min-height: 405px;
  }
  .brochure-cover {
    min-height: 225px;
  }
}

/* Klarere, hochauflösende Flächenwirkung auf großen Bildschirmen */
@media (min-width: 981px) {
  .hero {
    background: linear-gradient(112deg, #fefefe 0 48%, #f4f9fc 66%, #dceef9 100%);
  }
  .hero::before {
    width: 620px;
    height: 620px;
    right: -185px;
    top: -210px;
    border: 1px solid rgba(44, 140, 205, .12);
    background: transparent;
    box-shadow: 0 0 0 72px rgba(44, 140, 205, .025);
  }
  .news-hero,
  .sub-hero {
    background: linear-gradient(112deg, #fefefe 0 54%, #edf7fc 76%, #cce4f4 100%);
  }
  .team-section {
    background: #fefefe;
  }
  .team-portrait {
    border-bottom: 1px solid rgba(28, 90, 128, .09);
    background: #edf7fc;
  }
  .value-contact,
  .chatbot-messages {
    background: #f8fbfd;
  }
  .osis-signature,
  .brunie-signature {
    background: #fefefe;
    backdrop-filter: none;
  }
  .osis-mark-frame,
  .brunie-mark-frame {
    background: #edf7fc;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .appear {
    opacity: 1;
    transform: none;
    transition: none;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* Schlichter Cookie-Hinweis */
.cookie-notice {
  position: fixed;
  z-index: 500;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: min(520px, calc(100% - 44px));
  box-sizing: border-box;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(204, 228, 244, .22);
  border-radius: 20px;
  background: var(--dark);
  color: var(--white);
  box-shadow: 0 20px 60px rgba(16, 47, 67, .28);
}
.cookie-notice p {
  margin: 0;
  color: var(--light);
  font-size: .78rem;
  line-height: 1.6;
}
.cookie-notice > div {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}
.cookie-notice a {
  color: var(--light);
  font-size: .7rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-notice button {
  padding: 11px 16px;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: var(--white);
  font: inherit;
  font-size: .72rem;
  font-weight: 700;
  cursor: pointer;
}
.cookie-notice button:hover {
  background: var(--blue);
}
@media (max-width: 620px) {
  .cookie-notice {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 18px;
    border-radius: 16px;
  }
  .cookie-notice > div {
    justify-content: space-between;
  }
}

.footer-grid .footer-logo {
  height: auto;
}

/* Mobile Einstiegseiten: kompakt, vollständig und ohne abgeschnittene Karten */
@media (max-width: 740px) {
  .hero {
    padding-top: 96px;
  }
  .hero-grid {
    gap: 34px;
  }
  .hero h1 {
    font-size: clamp(2rem, 9.4vw, 2.35rem);
    line-height: 1;
  }
  .hero .overline,
  .news-hero .overline,
  .sub-hero .overline {
    margin-bottom: 22px;
    font-size: 0.65rem;
    line-height: 1.45;
  }
  .lead {
    margin: 22px 0 24px;
    font-size: 1rem;
    line-height: 1.58;
  }
  .actions {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }
  .actions .btn.primary {
    min-width: 214px;
  }
  .actions .btn.link {
    padding: 10px 5px;
  }
  .hero-bento {
    display: block;
    width: 100%;
    height: auto;
  }
  .tile-main {
    min-height: 0;
    padding: 19px 0 0 19px;
    border-radius: 28px;
  }
  .tile-orange,
  .tile-blue {
    display: none;
  }
  .window-head {
    padding: 0 20px 16px 0;
  }
  .window-body {
    height: 240px;
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .window-body aside {
    gap: 9px;
    padding-top: 16px;
  }
  .window-body aside a {
    width: 27px;
    height: 27px;
    border-radius: 8px;
  }
  .window-body aside svg {
    width: 14px;
    height: 14px;
  }
  .dash-data {
    padding: 15px 16px;
  }
  .dash-data h2 {
    margin-bottom: 10px;
  }
  .dash-card {
    padding: 10px 12px;
  }
  .dash-card strong {
    font-size: 0.72rem;
  }
  .dash-care {
    display: none;
  }
  .proof {
    margin-top: 30px;
    padding: 18px 0 22px;
  }
  .proof > p {
    display: none;
  }
  .proof ul {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    font-size: 0.61rem;
    line-height: 1.35;
  }
  .proof li::before {
    display: block;
    margin: 0 0 4px;
  }

  .news-hero,
  .sub-hero {
    padding: 102px 0 52px;
  }
  .news-hero-grid,
  .sub-hero-grid {
    gap: 23px;
  }
  .news-hero h1,
  .sub-hero h1,
  .osis-hero h1 {
    font-size: clamp(1.85rem, 8.5vw, 2.15rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .news-hero-grid > p {
    margin-top: 18px;
    font-size: 0.94rem;
    line-height: 1.58;
  }
  .sub-hero-copy,
  .career-hero-copy > p {
    margin-top: 0;
    font-size: 0.94rem;
    line-height: 1.58;
  }
  .news-overview {
    padding: 32px 0 72px;
  }
  .news-card,
  .news-card-tafel {
    min-height: 300px;
    padding: 24px;
    border-radius: 26px;
  }
  .news-card h3 {
    margin-top: 62px;
    font-size: 1.65rem;
  }
  .news-card > b {
    left: 24px;
    bottom: 24px;
  }

  .osis-hero-side,
  .brunie-hero-side {
    gap: 15px;
  }
  .osis-signature,
  .brunie-signature {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 16px 12px 11px;
    border-radius: 18px;
  }
  .osis-mark-frame,
  .brunie-mark-frame {
    min-height: 72px;
    border-radius: 14px;
  }
  .osis-mark-frame img {
    height: 66px;
  }
  .brunie-mark-frame img {
    width: 58px;
    height: 58px;
  }
  .osis-signature-copy strong {
    font-size: 1.9rem;
  }
  .brunie-signature-copy strong {
    font-size: 1.7rem;
  }
  .osis-signature-copy small,
  .brunie-signature-copy small {
    font-size: 0.61rem;
    line-height: 1.4;
  }
  .career-hero-copy > div {
    margin-top: 18px;
  }
  .sub-section {
    padding: 58px 0;
  }

  .legal-page {
    padding: 102px 0 64px;
  }
  .system-page {
    min-height: auto;
  }
  .system-page .legal-layout {
    gap: 24px;
  }
  .system-page .legal-content {
    padding: 25px 21px;
  }
}

@media (max-width: 380px) {
  .shell {
    width: calc(100% - 24px);
  }
  .hero h1 {
    font-size: 2rem;
  }
  .news-hero h1,
  .sub-hero h1,
  .osis-hero h1 {
    font-size: 1.85rem;
  }
  .hero-grid {
    gap: 30px;
  }
  .tile-main {
    padding-left: 15px;
  }
  .dash-data {
    padding-inline: 13px;
  }
  .proof ul {
    font-size: 0.58rem;
  }
}

@media (min-width: 741px) {
  main[id],
  section[id],
  .download-group[id],
  .agb-section[id] {
    scroll-margin-top: 0;
  }
}

/* Produkte auf kleinen Displays: klarer Einstieg und kompakte, vollständig sichtbare Karten */
@media (max-width: 740px) {
  html {
    scroll-padding-top: 70px;
  }
  #loesungen,
  #ti-ready,
  #produkte {
    scroll-margin-top: 0;
  }
  .products {
    padding: 58px 0 64px;
  }
  .product-intro {
    margin-bottom: 30px;
  }
  .product-intro .overline {
    margin-bottom: 16px;
  }
  .product-intro h2 {
    margin: 0;
    font-size: clamp(1.9rem, 9vw, 2.25rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }
  .product-grid {
    gap: 18px;
  }
  .product-card,
  .product-note {
    border-radius: 24px;
  }
  .product-card {
    min-height: 0;
    padding: 25px 22px 82px;
  }
  .osis-product-mark,
  .brunie-product-mark {
    top: 19px;
    right: 20px;
    height: 64px;
  }
  .product-card h3 {
    max-width: 245px;
    margin: 76px 0 14px;
    font-size: clamp(1.65rem, 7.7vw, 1.9rem);
    line-height: 1.06;
  }
  .product-card p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.55;
  }
  .product-card ul {
    margin: 20px 0 0;
  }
  .product-card li {
    padding: 9px 0;
    font-size: 0.78rem;
    line-height: 1.4;
  }
  .round-link {
    right: 20px;
    bottom: 20px;
  }
  .product-note {
    min-height: 170px;
    padding: 25px 22px;
  }
  .product-note strong {
    font-size: 1.35rem;
  }
}

@media (max-width: 380px) {
  .product-card h3 {
    max-width: 220px;
  }
}

/* Lesbare HTML-Fassung der AGB */
.agb-content {
  max-width: 820px;
}
.agb-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--blue);
  background: #eef7fc;
  font-size: 0.82rem;
}
.agb-intro {
  margin-bottom: 28px;
}
.agb-toc {
  margin: 30px 0 38px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}
.agb-toc > strong {
  display: block;
  margin-bottom: 13px;
  font-family: var(--font-bold);
  font-size: 1.05rem;
}
.agb-toc ol {
  columns: 2;
  column-gap: 38px;
  margin: 0;
  padding-left: 22px;
}
.agb-toc li {
  break-inside: avoid;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.78rem;
}
.agb-toc a {
  text-decoration: underline;
  text-decoration-color: rgba(44, 140, 205, 0.35);
  text-underline-offset: 3px;
}
.agb-section {
  scroll-margin-top: 90px;
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}
.agb-section h3 {
  margin: 0 0 17px;
  color: var(--dark);
  font-size: 1.2rem;
  line-height: 1.25;
}
.agb-section p,
.agb-section li {
  font-size: 0.9rem;
  line-height: 1.72;
}
.agb-section p {
  margin: 0 0 13px;
}
.agb-section ul {
  margin: 0 0 18px;
  padding-left: 22px;
}
.agb-pdf-link {
  margin: 38px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.agb-pdf-link a {
  color: var(--blue);
  font-family: var(--font-bold);
  font-weight: 700;
}

@media (max-width: 740px) {
  .agb-content {
    max-width: none;
  }
  .agb-toc {
    padding: 20px;
  }
  .agb-toc ol {
    columns: 1;
  }
  .agb-section {
    scroll-margin-top: 0;
  }
  .agb-section h3 {
    font-size: 1.08rem;
  }
  .agb-section p,
  .agb-section li {
    font-size: 0.86rem;
  }
}

/* Einheitliches mobiles Layout */
@media (max-width: 740px) {
  html {
    scroll-padding-top: 70px;
  }
  body {
    font-size: 15px;
  }
  header {
    position: fixed;
    border-bottom-color: rgba(28, 90, 128, 0.12);
    box-shadow: 0 5px 24px rgba(28, 90, 128, 0.08);
  }
  .nav {
    height: 62px;
  }
  .nav nav {
    top: 62px;
    max-height: calc(100dvh - 62px);
    overflow-y: auto;
    padding: 8px 20px 16px;
  }
  .nav nav a {
    padding: 13px 2px;
    font-size: 0.84rem;
  }
  .menu {
    top: 14px;
  }
  main[id],
  section[id],
  .download-group[id],
  .agb-section[id] {
    scroll-margin-top: 0;
  }
  .appear {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .shell {
    width: min(calc(100% - 32px), 1200px);
  }
  .hero,
  .news-hero,
  .sub-hero {
    min-height: 0;
    padding: 104px 0 58px;
  }
  .hero-grid,
  .news-hero-grid,
  .sub-hero-grid {
    gap: 30px;
  }
  .hero h1,
  .news-hero h1,
  .sub-hero h1,
  .osis-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.5vw, 2.5rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }
  .hero .overline,
  .news-hero .overline,
  .sub-hero .overline {
    margin-bottom: 19px;
  }
  .lead,
  .news-hero-grid > p,
  .sub-hero-copy,
  .career-hero-copy > p {
    font-size: 0.98rem;
    line-height: 1.58;
  }
  .actions {
    width: 100%;
  }
  .actions .btn.primary {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
  }
  .section,
  .ti-ready,
  .products,
  .sub-section,
  .news-detail,
  .newsletter {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-head,
  .sub-heading,
  .ti-intro {
    margin-bottom: 32px;
  }
  .section-head h2,
  .sub-heading h2,
  .story-copy h2,
  .ti-intro h2,
  .download-heading h2,
  .download-contact h2,
  .newsletter-copy h2,
  .career-invite h2 {
    font-size: clamp(1.8rem, 8.7vw, 2.2rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }
  .solution-bento,
  .product-grid,
  .news-grid,
  .module-grid,
  .download-grid,
  .team-grid,
  .benefit-grid,
  .resource-list {
    gap: 18px;
  }
  .solution,
  .product-card,
  .product-note,
  .news-card,
  .news-card-tafel,
  .module-card,
  .benefit-grid article,
  .contact-box,
  .download-contact,
  .career-invite-box,
  .newsletter-panel,
  .tafel-panel {
    border-radius: 24px;
  }
  .solution {
    padding: 25px 24px;
  }
  .solution h3 {
    max-width: 100%;
    margin-top: 54px;
  }
  .solution > p {
    font-size: 0.94rem;
    line-height: 1.55;
  }
  .ti-grid,
  .detail-grid {
    gap: 30px;
  }
  .ti-content h3,
  .detail-title h2,
  .tafel-panel h2 {
    font-size: clamp(1.75rem, 8.4vw, 2.12rem);
    line-height: 1.08;
    text-wrap: balance;
  }
  .product-intro {
    margin-bottom: 28px;
  }
  .product-card {
    padding: 24px 22px 78px;
  }
  .product-card h3 {
    text-wrap: balance;
  }
  .product-note {
    min-height: 160px;
  }
  .news-overview {
    padding: 42px 0 64px;
  }
  .news-card,
  .news-card-tafel {
    min-height: 300px;
    padding: 24px;
  }
  .news-card h3 {
    margin-top: 62px;
  }
  .sub-hero-side,
  .osis-hero-side,
  .brunie-hero-side {
    width: 100%;
  }
  .osis-signature,
  .brunie-signature {
    width: 100%;
  }
  .download-center {
    padding-top: 44px;
  }
  .download-jumps {
    gap: 10px;
    margin-bottom: 50px;
  }
  .download-jumps a {
    min-height: 52px;
  }
  .download-group {
    padding-top: 26px;
  }
  .resource-list a {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .legal-page {
    padding: 100px 0 64px;
  }
  .legal-layout {
    gap: 24px;
  }
  .legal-content {
    padding: 25px 21px;
    border-radius: 22px;
  }
  .contact-box,
  .download-contact,
  .career-invite-box,
  .newsletter-panel {
    padding: 27px 22px;
  }
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .legal {
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .shell {
    width: calc(100% - 24px);
  }
  .hero h1,
  .news-hero h1,
  .sub-hero h1,
  .osis-hero h1 {
    font-size: 1.92rem;
  }
  .solution,
  .product-card,
  .news-card,
  .module-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Letzte Kaskadenregel für bündige Desktop-Sprungziele. */
@media (min-width: 741px) {
  main[id],
  section[id],
  .download-group[id],
  .agb-section[id] {
    scroll-margin-top: 0;
  }
}
