@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/barlow-400.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/barlow-500.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/barlow-600.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-700.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/barlow-800.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/barlow-900.woff2") format("woff2");
}

:root {
  --navy: #173045;
  --navy-deep: #102738;
  --red: #e31a2e;
  --red-soft: #ed7480;
  --steel: #a8c0d8;
  --blue: #507890;
  --ice: #dbe6f0;
  --ink: #1d252d;
  --muted: #60646a;
  --line: #cdd7df;
  --paper: #f8fafb;
  --white: #ffffff;
  --max: 1160px;
  --headline-font: "Barlow", Arial, Helvetica, sans-serif;
  --headline-color: #000000;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: url("assets/Countainerskizze.png") center center / auto 100vh no-repeat;
  opacity: 0.22;
  mix-blend-mode: multiply;
}

body > * {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container-xl {
  --bs-gutter-x: 0;
  max-width: var(--max);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 20px;
  background: rgba(248, 250, 251, 0.92);
  border-bottom: 1px solid rgba(23, 48, 69, 0.13);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.navbar-toggler {
  border-color: rgba(23, 48, 69, 0.24);
  border-radius: 0;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(227, 26, 46, 0.18);
}

.brand {
  margin: 0 0 0 auto;
  padding: 0;
}

.brand img {
  width: min(260px, 42vw);
  min-width: 172px;
  height: auto;
}

.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

main {
  padding-top: 96px;
}

.hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 620px;
  margin: 0;
  padding: 130px 0 76px;
  overflow: hidden;
  background: var(--white);
}

.hero-row {
  --bs-gutter-x: 0;
  width: min(var(--max), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.hero > *,
.hero-row > *,
.section-heading > *,
.applications-inner > *,
.contact-inner > * {
  min-width: 0;
}

.angle {
  position: absolute;
  pointer-events: none;
}

.angle-top {
  top: 0;
  left: 0;
  right: -10vw;
  height: 92px;
  background: var(--navy);
  clip-path: polygon(0 0, 100% 0, 74% 38%, 7% 100%, 0 56%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 770px;
}

.hero-stat-col {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.panel-number {
  font-family: var(--headline-font);
  font-weight: 700;
  color: var(--headline-color);
}

.text-red {
  color: var(--red);
}

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-copy,
.section-heading p {
  overflow-wrap: anywhere;
}

h1 span {
  display: block;
}

.hero-copy {
  width: 100%;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.52;
}

.hero-panel {
  position: relative;
  z-index: 2;
  align-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  margin-bottom: 28px;
  width: 100%;
  max-width: 360px;
  min-height: 380px;
  padding: 40px 72px 0 94px;
  text-align: center;
  color: var(--white);
  background: transparent;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, var(--red) 0 68%, var(--red-soft) 68% 100%);
  transform: translateX(-12px);
  -webkit-mask: url("assets/Schl-Host.svg") center / contain no-repeat;
  mask: url("assets/Schl-Host.svg") center / contain no-repeat;
}

.hero-panel-shape {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 24px 34px rgba(16, 39, 56, 0.18));
}

.hero-panel > :not(.hero-panel-shape) {
  position: relative;
  z-index: 2;
}

.hero-panel .panel-number {
  color: var(--white);
  font-size: clamp(1.48rem, 2.45vw, 1.9rem);
  line-height: 0.95;
  white-space: nowrap;
}

.hero-panel .panel-label {
  max-width: 170px;
  color: var(--ice);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: normal;
}

.panel-number,
.panel-label {
  display: block;
}

.mission-intro {
  position: relative;
  z-index: 6;
  width: 100%;
  margin: 0;
  padding: clamp(44px, 6vw, 72px) 0;
  color: var(--white);
  background: var(--navy);
}

.mission-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.mission-inner h3 {
  margin: 0 0 clamp(22px, 3vw, 34px);
}

.mission-inner h3,
.applications h2 {
  color: var(--red);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.04;
}

.mission-text {
  display: grid;
  gap: 12px;
  max-width: 960px;
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.52;
}

.mission-text ul {
  margin: 0;
  padding-left: 1rem;
}

.mission-text li + li {
  margin-top: 22px;
}

.section-heading {
  --bs-gutter-x: clamp(26px, 7vw, 84px);
  --bs-gutter-y: 18px;
  margin-bottom: 30px;
}

.section-heading .eyebrow {
  margin-bottom: -18px;
}

.section-heading h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4.7vw, 4.4rem);
  line-height: 1.03;
  font-weight: 700;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.section-heading .network-title {
  font-size: 3.1rem;
  white-space: nowrap;
}

.section-heading p,
.contact-copy p,
.contact-copy address {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.52;
}

.applications {
  position: relative;
  background: linear-gradient(180deg, var(--white) 0%, #f4f8fb 100%);
  overflow: hidden;
}

.applications-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(18px, 2.6vw, 30px);
  background: var(--white);
  border: 1px solid rgba(19, 47, 68, 0.1);
  box-shadow: 0 16px 38px rgba(16, 39, 56, 0.07);
}

#loesungsbereiche {
  padding: clamp(34px, 5vw, 68px) clamp(20px, 5vw, 64px);
}

.applications h2 {
  margin: 0;
  max-width: 420px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.04;
}

.application-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 22px);
}

.application-list > li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 0;
  padding: clamp(18px, 2.4vw, 28px);
  color: var(--muted);
  background: var(--white);
  border: 1px solid rgba(23, 48, 69, 0.12);
  border-left: 4px solid var(--red);
  box-shadow: 0 10px 24px rgba(16, 39, 56, 0.06);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  font-weight: 400;
  line-height: 1.5;
}

.application-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  color: var(--red);
}

.application-text {
  display: block;
  max-width: 880px;
}

.application-text h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  text-transform: uppercase;
}

.application-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-band {
  padding: clamp(34px, 5vw, 68px) clamp(20px, 5vw, 64px);
}

.solution-band-work {
  background: linear-gradient(180deg, var(--white) 0%, #f4f8fb 100%);
}

.solution-band-lifecycle {
  background: #eef3f6;
}

.schema-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(18px, 2.6vw, 30px);
  background: var(--white);
  border: 1px solid rgba(19, 47, 68, 0.1);
  box-shadow: 0 16px 38px rgba(16, 39, 56, 0.07);
}

.schema-card {
  position: relative;
  min-width: 0;
  padding: clamp(20px, 2.8vw, 34px);
  background: #ffffff;
  border: 1px solid rgba(19, 47, 68, 0.1);
  box-shadow: 0 14px 34px rgba(16, 39, 56, 0.06);
}

.schema-text-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--navy);
  background: var(--navy);
  border: 0;
}

.schema-text-card h3 {
  margin: 0;
  max-width: 420px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.04;
}

.schema-text-card p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.45;
}

.schema-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.schema-values-grid article {
  min-width: 0;
  padding: clamp(18px, 2.4vw, 28px);
  background: var(--white);
  border: 1px solid rgba(23, 48, 69, 0.12);
  border-left: 4px solid var(--red);
  box-shadow: 0 10px 24px rgba(16, 39, 56, 0.06);
}

.schema-values-grid h2 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 700;
  text-transform: uppercase;
}

.schema-values-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.lifecycle-card {
  grid-column: 1 / -1;
  position: relative;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(20px, 2.8vw, 34px);
  color: var(--navy);
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid rgba(19, 47, 68, 0.14);
  box-shadow: 0 18px 42px rgba(16, 39, 56, 0.08);
}

.lifecycle-heading {
  max-width: 700px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.lifecycle-heading h3 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.04;
}

.lifecycle-heading p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.45;
}

.lifecycle-flow {
  counter-reset: lifecycle;
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 28px 0 0;
  list-style: none;
}

.lifecycle-flow::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 4%;
  left: 4%;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--navy) 36%, var(--blue));
}

.lifecycle-flow li {
  counter-increment: lifecycle;
  position: relative;
  min-width: 0;
  padding: 22px 8px 0;
  text-align: center;
}

.lifecycle-flow li::before {
  content: counter(lifecycle, decimal-leading-zero);
  position: absolute;
  top: -28px;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--navy);
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(16, 39, 56, 0.18);
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  place-items: center;
  transform: translateX(-50%);
}

.lifecycle-flow li:first-child::before {
  background: var(--red);
}

.lifecycle-flow li:last-child::before {
  background: var(--blue);
}

.lifecycle-flow span {
  display: block;
  color: var(--navy);
  font-size: clamp(0.76rem, 0.9vw, 0.92rem);
  font-weight: 800;
  line-height: 1.18;
}

.lifecycle-flow small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.network {
  position: relative;
  padding: clamp(54px, 7vw, 86px) 0;
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

.network::before,
.network::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.network::before {
  top: 0;
  left: 0;
  width: clamp(110px, 16vw, 240px);
  height: clamp(110px, 16vw, 240px);
  background: var(--red);
  clip-path: polygon(0 0, 100% 0, 62% 100%, 0 100%);
}

.network::after {
  right: 0;
  bottom: 0;
  width: clamp(160px, 24vw, 360px);
  height: clamp(150px, 22vw, 320px);
  background: var(--blue);
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
}

.network > * {
  position: relative;
  z-index: 1;
}

.network .section-heading p,
.network .section-heading .network-title {
  color: var(--white);
}

.partner-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin: clamp(28px, 4vw, 44px) 0 0;
}

.partner-row a {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.partner-row a:hover,
.partner-row a:focus-visible {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

.partner-row img {
  width: auto;
  max-width: min(220px, 82%);
  max-height: 74px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.contact {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border-top: 1px solid var(--navy);
}

.contact-angle {
  position: absolute;
  inset: auto 0 0 auto;
  width: 44vw;
  height: 210px;
  background:
    linear-gradient(118deg, transparent 0 34%, var(--ice) 34% 69%, var(--navy) 69%),
    var(--steel);
  clip-path: polygon(0 40%, 68% 40%, 100% 0, 100% 100%, 0 100%);
}

.contact-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 88px) 0;
}

.contact-inner.row {
  --bs-gutter-x: 0;
}

.contact-copy address {
  margin: 22px 0;
  font-style: normal;
}

.contact-copy a {
  color: var(--navy);
  font-weight: 800;
}

.site-footer {
  padding: 28px clamp(20px, 5vw, 60px);
  color: var(--white);
  background: var(--navy);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer img {
  width: 176px;
  filter: brightness(0) invert(1);
}

.site-footer span,
.site-footer a,
.footer-link {
  font-size: 0.88rem;
  font-weight: 800;
}

.footer-link {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: var(--navy);
  font-size: 1.6rem;
}

.modal-body {
  color: var(--muted);
  line-height: 1.55;
}

.modal-body strong,
.modal-body a {
  color: var(--navy);
}

@media (max-width: 1199.98px) {
  .section-heading .network-title {
    font-size: 2.45rem;
  }
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding-top: 136px;
  }

  .hero-stat-col {
    justify-content: center;
  }

  .hero-panel {
    align-self: start;
    width: min(100%, 360px);
    max-width: 360px;
    margin: 0 auto 42px;
  }

  .section-heading .network-title {
    font-size: 1.95rem;
  }

  .applications-inner,
  .schema-band {
    grid-template-columns: 1fr;
  }

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

  .lifecycle-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
  }

  .lifecycle-flow::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .navbar-collapse {
    flex-basis: 100%;
  }

  .section-heading .network-title {
    font-size: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  body::before {
    background-size: auto 100dvh;
  }

  .site-header {
    position: static;
    padding: 18px 20px;
    gap: 18px;
  }

  .header-inner {
    gap: 12px;
  }

  .brand {
    margin-left: auto;
  }

  .brand img {
    width: min(138px, 38vw);
    min-width: 0;
  }

  main {
    padding-top: 0;
  }

  .section-shell,
  .contact-inner {
    width: min(100% - 28px, var(--max));
  }

  .mission-intro {
    width: 100%;
    padding: 34px 0;
  }

  .mission-inner {
    width: min(100% - 28px, var(--max));
  }

  .hero {
    width: 100%;
    max-width: none;
    padding: 84px 0 38px;
    min-height: auto;
  }

  .angle-top {
    height: 70px;
  }

  .contact-angle {
    width: 78%;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.76rem, 8.4vw, 2.18rem);
    line-height: 1.05;
  }

  .hero-content {
    width: 100%;
    padding-right: 16px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-panel {
    margin-right: auto;
    margin-left: auto;
    width: min(100%, 280px);
    min-height: 286px;
    padding: 0 48px 0 70px;
  }

  .hero-panel .panel-number {
    font-size: 1.42rem;
  }

  .hero-panel .panel-label {
    max-width: 132px;
    font-size: 0.68rem;
  }

  .solution-band {
    padding: 40px 14px 32px;
  }

  #loesungsbereiche {
    padding: 32px 14px;
  }

  .applications-inner,
  .schema-band {
    gap: 18px;
    padding: 14px;
  }

  .schema-card {
    padding: 22px 18px;
  }

  .schema-values-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .schema-values-grid article {
    padding: 20px 18px;
  }

  .schema-values-grid h2 {
    margin-bottom: 8px;
    font-size: 1.12rem;
  }

  .application-list > li {
    padding: 20px 18px;
  }

  .application-text h3 {
    margin-bottom: 8px;
    font-size: 1.12rem;
  }

  .lifecycle-heading h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .partner-row {
    grid-template-columns: 1fr;
  }

  .partner-row a {
    min-height: 96px;
  }

  .lifecycle-flow {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding-top: 0;
  }

  .lifecycle-flow li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    padding: 0;
    text-align: left;
  }

  .lifecycle-flow li::before {
    position: static;
    transform: none;
  }

  .section-heading h2,
  .contact h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .section-heading .network-title {
    font-size: 0.95rem;
    line-height: 1.12;
  }

  .site-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
