:root {
  --color-primary: #05304d;
  --color-night: #001f31;
  --color-dark: #000207;
  --color-deep: #001425;
  --color-blue: #0876ff;
  --color-blue-dark: #00589f;
  --color-sky: #dce9f4;
  --color-pale: #edf5fb;
  --color-white: #ffffff;
  --color-orange: #eb5a0a;
  --color-text: #05304d;
  --color-muted: #5d758a;
  --shadow-soft: 0 18px 50px rgba(0, 31, 49, 0.16);
  --shadow-glow: 0 0 26px rgba(235, 90, 10, 0.9);
  --font-sans: 'TT_Fors', sans-serif;
  --container: 1600px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-pill: 999px;
  --anchor-offset: 96px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

[id] {
  scroll-margin-top: var(--anchor-offset);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  font-family: var(--font-sans);
  color: var(--color-text);
  background: var(--color-white);
  line-height: 1.45;
    -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

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

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

p {
  margin: 0 0 1rem;
  font-size: clamp(0.85rem, 1vw, 1.4rem);
  font-weight: 400;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
.main {
    max-width:2750px;
    margin:auto;
    overflow:clip;
    position: relative;
}
.container {
  padding-left: 5%;
  padding-right: 5%;
  margin-inline: auto;
  width: 100%;
}

.pb-15 {
  padding-bottom: 15rem;
}

.break-word {
  overflow-wrap: anywhere;
}

.lp-container {
  padding-left: 4%;
  padding-right: 4%;
  margin-inline: auto;
  max-width: calc(2750px);
}

.lp-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 31, 49, 0.08);
  backdrop-filter: blur(12px);
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.lp-header.is-on-hero {
  color: var(--color-white);
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.lp-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.lp-header-brand {
  position: sticky;
  display: inline-flex;
  align-items: center;
}

.lp-header-logo {
  width: clamp(118px, 12vw, 154px);
  height: auto;
}

.lp-nav {
  justify-self: center;
}

.lp-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 20px);
}

.lp-nav a,
.lp-header-contact,
.lp-language-switcher-trigger,
.lp-language-switcher-menu a {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.lp-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.lp-nav-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  appearance: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  color: inherit;
}

.lp-nav-toggle-line {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.is-on-hero .lp-header-contact, .is-on-hero .lp-nav a {
  background-color: var(--color-dark);
}

.lp-header-contact, .lp-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1.15rem;
  border-radius: var(--radius-pill);
  color: var(--color-white);
}

.lp-header:not(.is-on-hero) .lp-header-contact {
  color: var(--color-text);
  backdrop-filter: none;
}

.lp-header:not(.is-on-hero) .lp-nav a,
.lp-header:not(.is-on-hero) .lp-language-switcher-trigger {
  color: var(--color-text);
}

.lp-language-switcher {
  position: relative;
}

.lp-nav-list a:hover {
  background: var(--color-blue);
}

.lp-language-switcher-trigger {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  appearance: none;
  cursor: pointer;
  color: inherit;
}

.lp-language-switcher-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: opacity 220ms ease;
}

.lp-language-switcher-menu {
  --lp-language-menu-x: 0;
  --lp-language-menu-y: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 168px;
  padding: 0.45rem;
  border-radius: var(--radius-md);
  background: rgba(0, 20, 37, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(var(--lp-language-menu-x), var(--lp-language-menu-y));
  transition: opacity 180ms ease, transform 180ms ease, visibility 0ms linear 180ms;
}

.lp-language-switcher.is-open .lp-language-switcher-menu {
  --lp-language-menu-y: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 180ms ease, transform 180ms ease;
}

.lp-language-switcher-menu[hidden] {
  display: none;
}

.lp-language-switcher-menu a {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  color: var(--color-white);
}

.lp-nav a:hover,
.lp-nav a:focus-visible,
.lp-header-contact:hover,
.lp-header-contact:focus-visible,
.lp-nav-toggle:hover,
.lp-nav-toggle:focus-visible {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.lp-header:not(.is-on-hero) .lp-nav a:hover,
.lp-header:not(.is-on-hero) .lp-nav a:focus-visible,
.lp-header:not(.is-on-hero) .lp-header-contact:hover,
.lp-header:not(.is-on-hero) .lp-nav-toggle:hover,
.lp-header:not(.is-on-hero) .lp-nav-toggle:focus-visible {
  color: var(--color-text);
  background: rgba(0, 31, 49, 0.08);
}

.lp-header.is-nav-open .lp-nav-toggle {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.12);
}

.lp-header:not(.is-on-hero).is-nav-open .lp-nav-toggle {
  color: var(--color-text);
  background: rgba(0, 31, 49, 0.08);
}

.lp-language-switcher-menu a:hover,
.lp-language-switcher-menu a:focus-visible,
.lp-header:not(.is-on-hero) .lp-language-switcher-menu a:hover,
.lp-header:not(.is-on-hero) .lp-language-switcher-menu a:focus-visible {
  color: var(--color-blue);
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 130px) 0;
}

.section--dark {
  color: var(--color-white);
  background: var(--color-night);
}

.section--light {
  color: var(--color-text);
  background: var(--color-white);
}

.section--blue,
.section--pale {
  color: var(--color-text);
  background: var(--color-sky);
}

.section--white {
  color: var(--color-text);
  background: var(--color-white);
}

.grid {
  display: grid;
  gap: clamp(32px, 14vw, 100px);
}

.grid--two {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.grid--two--center {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.grid--two--3-2 {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  padding-top: 120px;
  isolation: isolate;
}

.hero-background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  top:-250px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  /*height: clamp(220px, 34vw, 300px);*/
  height: clamp(220px, 34vw, 220px);
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 60%, var(--color-white) 100%);*/
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, var(--color-white) 90%);
  z-index: 1;
  pointer-events: none;
}

.hero-headline-image {
  position: relative;
  width: 100%;
  max-width: 1940px;
  z-index: 2;
  margin-bottom: 20%;
}

.hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  display: grid;
  justify-items: center;
  bottom: 0;
}


.hero-subtitle {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 4.25rem);
  font-weight: 400;
  color: var(--color-white);
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.hero-copy {
  color: var(--color-white);
  font-size: clamp(0.85rem, 1.5vw, 2.75rem);
  margin-bottom: 1.6rem;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.hero-note {
  max-width: 670px;
  margin-top: 1.1rem;
  color: #000;
  font-size: 0.9rem;
}


.section-title {
    margin: 0 0 3rem;
    font-size: clamp(1.5rem, 3.25vw, 4.25rem);
    line-height: 0.98;
    font-weight: 500;
}
.section-title.small-title {
    max-width: 790px;
}

.section-title--light {
  color: var(--color-white);
}

.section-title--center,
.section-intro {
  text-align: center;
  margin-inline: auto;
}

.section-intro {
  max-width: 780px;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 400;
}

.section-intro--light {
  color: rgba(255, 255, 255, 0.88);
}

.lead {
  font-size: clamp(1rem, 1.4vw, 1.75rem);
  font-weight: 400;
  margin: 0 0 1.4rem;
  line-height:2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-pill);
  font-weight: 400;
  font-size: 1.15rem;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
          120deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.4) 50%,
          rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
}

.button:hover::before {
  animation: shine 0.8s ease-out;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.button:hover,
.button:focus-visible {
  border-color: var(--color-orange);
}

.button--primary {
  color: var(--color-white);
  background: var(--color-orange);
}

.intro {
  padding-top: clamp(88px, 11vw, 150px);
}


.partner-visual {
  position: relative;
  display: grid;
  align-items: start;
  justify-items: center;
  aspect-ratio: 1 / 1;
}

.partner-visual-logos {
  width: 25vw;
  max-width:600px;
}

.partner-visual-battery-cell {
  right: -10%;
  bottom: -5%;
  width: 100%;
  height: auto;
  transform: translate(20%, -20%);
}

.partner-visual-battery-cell-bg {
  /*background-image: url(../images/Batteriezelle.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 40%;*/
  padding-top:7.5rem;
}

.partner-visual-battery-cell-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.proof-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 600px;
  background: var(--color-night);
}

.proof-split-media {
  min-height: 600px;
}

.proof-split-image {
  width: 100%;
  height: 100%;
  object-fit: cover;

}


.proof-split-content {
  padding: clamp(60px, 7vw, 110px) clamp(32px, 6vw, 130px);
  align-self: center;
  color: var(--color-white);
}

.proof-split-content p {
  color: rgba(255, 255, 255, 0.88);
}

.location {
  padding-top: 0;
}

.location-map {
  --karte-x: 42.2%;
  --karte-y: 39.5%;
  --badge-x: 53%;
  --badge-y: 37.2%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width:120%;
}

.location-map-image {
  width: 100%;
  height: auto;
}

.location-map-overlay {
  position: absolute;
}

.location-map-overlay--karte {
  left: var(--karte-x);
  top: var(--karte-y);
  width: 3%;
  min-width: 20px;
  z-index: 5;
}

.location-map-overlay--badge {
  width: 100%;
  z-index: 3;
  border-radius: inherit;
}

.location-badge-anchor {
  position: absolute;
  transform: translate(-50%, -50%);
  width: clamp(28px, 4.5%, 48px);
  height: clamp(28px, 4.5%, 48px);
  z-index: 10;
}

.info-trigger-btn:not(.process-wheel-btn) {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 0;
  border: 0;
  box-shadow: 0px 0px 19px 1px #d64500;
  background-color: #d64500;
  cursor: pointer;
}

.process-wheel-btn {
  width: 3rem;
  min-width: 20px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  box-shadow: 0px 0px 19px 5px #d64500;
  background-color: #d64500;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}

.info-badge {
  width: 100%;
  z-index: 3;
  border-radius: inherit;
}

.info-modal {
  z-index: 110;
}

.info-modal-content {
  max-width: 960px;
  overflow-y: auto;
  background: var(--color-night);
  color: var(--color-white);
}

.info-modal .modal-close {
  z-index: 2;
  color: var(--color-white);
}

.info-modal .modal-close:hover,
.info-modal .modal-close:focus {
  color: var(--color-white);
}

.slide-panel-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.slide-panel-textbox {
  /*padding: clamp(24px, 3vw, 36px);
  color: var(--color-white);
  background: var(--color-night);
  border-radius: 0 0 calc(var(--radius-lg) - 8px) calc(var(--radius-lg) - 8px);*/
  /*padding: clamp(24px, 3vw, 36px);*/
  color: var(--color-text);
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  display: grid;
  padding:1.5rem 0;
}

.prefab-modal .slide-panel-textbox {
  display:flex;
  flex-wrap: wrap;
}

.slide-panel-textbox img {
  max-width:150px;
  margin-bottom:2rem;
}

.slide-panel-textbox ul {
  padding-left:15px;
  margin-top:0.5rem;
}

.slide-panel-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 1.6vw, 1.75rem);
  line-height: 1.2;
  font-weight: 500;
}

.slide-panel-text {
  margin: 0;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.6;
}

.js-slide-panel-trigger[aria-expanded="true"] {
  transform: translate(-50%, -50%) scale(1.04);
}

.location-grid {
  align-items: start;
}

.production-location {
  padding-top:0;
}

.fact-list {
  display: grid;
  gap: 30px;
  justify-self: center;
  text-align: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  margin-top:2.5rem;
}

.fact-list-item {
  background: var(--color-sky);
  padding: 2rem 1.5rem;
  border-radius: 10px;
}

.fact-list-item h3 {
  margin: 0;
  color: var(--color-blue);
  font-size: clamp(0.95rem, 1vw, 1rem);
  font-weight: 500;
}

.fact-list-item p {
  margin: 0.2rem 0 0;
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  line-height: 1.05;
  font-weight: 300;
}

.safety {
  min-height: 760px;
}

.safety-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: clamp(60px, 7vw, 90px);
}

.safety-header-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width:90%;
  margin-left:5%;
  top:-5rem;
}

@supports (-webkit-touch-callout: none) {
  @media (hover: none) and (pointer: coarse) {
    .safety-header-bg {
      background-attachment: scroll;
      background-position: center top;
    }
  }
}

.safety-area {
  position: relative;
  padding-top:350px;
}

.safety-header-content {
  position: relative;
  z-index: 1;
  padding-top: 10%;
  width: 80%;
  margin: auto;
}

.safety-header #safety-title {
  margin: 0 0 3rem;
  font-size: clamp(2.2rem, 4.8vw, 5rem);
}

.safety-header .section-intro {
  font-size: clamp(1rem, 1.4vw, 1.5rem);
  font-weight: 400;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.safety-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.parameter-list-wrapper {
  display: grid;
  justify-items: center;
}

.safety-subline {
  margin-top: 1.4rem;
  margin-bottom: 2rem;
  font-size: clamp(1.05rem, 2vw, 2.45rem);
  font-weight: 500;
  text-align: center;
}

.parameter-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  column-gap: 28px;
  row-gap: 14px;
  list-style: none;
  margin: 0.5rem 0 1rem;
}

.parameter-card {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  justify-items: center;
  text-align: center;
  color: var(--color-blue);
  font-size: 0.85rem;
  font-weight: 500;
}

.parameter-card-icon {
  width: min(100%, 160px);
  height: auto;
  max-height: 100px;
  justify-self: center;
  align-self: center;
  display: block;
  object-fit: contain;
}

.parameter-card > span {
  align-self: start;
  display: block;
  font-size: clamp(0.95rem, 1.5vw, 1.25rem);
  font-weight: 400;
}

.safety-result {
  max-width: 800px;
  margin-top: 1rem;
  font-weight: 400;
  text-align: center;
}

.system .section-intro {
  max-width: 780px;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 400;
  margin-bottom: clamp(80px, 10vw, 200px);
}

.system-content.system-wrapper {
  padding-top:425px;
}

.system-content {
  position: relative;
  padding-top: 2.5rem;
}

.system-content h2 {
  position: relative;
  z-index:9;
  margin-bottom: 0;
}

.watermark--system-image {
  margin-inline: auto;
  position: absolute;
  z-index: -1;
  opacity:0;
  top:-75%;
}

.system-content {
  --wheel-size: 36%;
  --wheel-margin-top: 0;
  --wheel-margin-bottom: 5%;
  --layer-size: 100%;
  --layer-label-width: 43.333333%;
  --layer-label-top: 28.666667%;
  position: relative;
  z-index: 2;
}

.process-wheel {
  --wheel-btn-transform: translate(-50%, -50%);
  --wheel-btn-01-left: 98%;
  --wheel-btn-01-top: 28%;
  --wheel-btn-02-left: 75%;
  --wheel-btn-02-top: 95%;
  --wheel-btn-03-left: -2%;
  --wheel-btn-03-top: 52%;
  position: relative;
  width: min(100%, var(--wheel-size));
  margin: var(--wheel-margin-top) auto var(--wheel-margin-bottom);
  max-width:750px;
}

.process-wheel-btn {
  transform: var(--wheel-btn-transform);
}

.process-wheel-btn--01 {
  left: var(--wheel-btn-01-left);
  top: var(--wheel-btn-01-top);
}

.process-wheel-btn--02 {
  left: var(--wheel-btn-02-left);
  top: var(--wheel-btn-02-top);
}

.process-wheel-btn--03 {
  left: var(--wheel-btn-03-left);
  top: var(--wheel-btn-03-top);
}

.process-wheel-layer {
  pointer-events: none;
}

.process-wheel-inline-svg {
  opacity: 1;
}

.process-wheel-inline-svg #ring-layer-02,
.process-wheel-inline-svg #ring-layer-03,
.process-wheel-inline-svg #ring-layer-04,
.process-wheel-inline-svg #center-label {
  opacity: 0;
}

.process-wheel-inline-svg.is-scroll-enter #ring-layer-02,
.process-wheel-inline-svg.is-scroll-enter #ring-layer-03,
.process-wheel-inline-svg.is-scroll-enter #ring-layer-04,
.process-wheel-inline-svg.is-scroll-enter #center-label {
  animation-name: layerFadeIn;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.process-wheel-inline-svg.is-scroll-enter #ring-layer-02 {
  animation-delay: 0ms;
}

.process-wheel-inline-svg.is-scroll-enter #ring-layer-03 {
  animation-delay: 300ms;
}

.process-wheel-inline-svg.is-scroll-enter #ring-layer-04 {
  animation-delay: 700ms;
}

.process-wheel-inline-svg.is-scroll-enter #center-label {
  animation-delay: 1100ms;
}

.process-wheel-inline-svg.is-scroll-leave #ring-layer-02,
.process-wheel-inline-svg.is-scroll-leave #ring-layer-03,
.process-wheel-inline-svg.is-scroll-leave #ring-layer-04,
.process-wheel-inline-svg.is-scroll-leave #center-label {
  opacity: 1;
  animation-name: layerFadeOut;
  animation-duration: 320ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.process-wheel-inline-svg.is-scroll-leave #center-label {
  animation-delay: 0ms;
}

.process-wheel-inline-svg.is-scroll-leave #ring-layer-04 {
  animation-delay: 220ms;
}

.process-wheel-inline-svg.is-scroll-leave #ring-layer-03 {
  animation-delay: 340ms;
}

.process-wheel-inline-svg.is-scroll-leave #ring-layer-02 {
  animation-delay: 460ms;
}

@keyframes layerFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes layerFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.process-wheel-layer-icon {
  position: absolute;
  width: 25%;
  top: var(--layer-label-top);
  left: var(--layer-label-width);
}

.process-wheel-layer-02 {
  --layer-label-top: -2%;
  --layer-label-width: 91%;
}

.process-wheel-layer-03 {
  --layer-label-top: 90%;
  --layer-label-width: 75%;
}

.process-wheel-layer-04 { 
  --layer-label-top: 55%;
  --layer-label-width: -25%;
}

.pipe-section {
  min-height: 600px;
  display: grid;
  place-items: center;
}

.pipe-section-content {
  position: relative;
  z-index: 2;
  width: clamp(60%, 90vw, 1000px);
}

.pipe-section-list {
  --pipe-side-gap: clamp(140px, 17vw, 280px);
  --pipe-height-buffer: clamp(80px, 15vw, 300px);
  position: relative;
  display: grid;
  place-items: center;
  padding-block: clamp(20px, 3vw, 44px);
  margin: clamp(60px, 10vw, 150px) 0;
}

.pipe-section-pipe {
  position: absolute;
  top: 50%;
  height: calc(100% + var(--pipe-height-buffer));
  width: auto;
  max-width: none;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  opacity:0.7;
}

.pipe-right {
  left: calc(50% + var(--pipe-side-gap));
  transform: translateY(-50%) scaleX(-1);
}

.pipe-left {
  right: calc(50% + var(--pipe-side-gap));
}

.check-list {
  z-index: 2;
  list-style: none;
  /* display: grid;
  gap: 0.25rem; */
  color: var(--color-white);
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  font-weight: 300;
  max-width: 550px;
  margin: 0 auto;
  /* width: max-content; */
}

.check-list li {
  display: flex;
  align-items: flex-start;
}

.check-list li::before {
  content: "→";
  flex: 0 0 auto;
  margin-right: 0.4rem;
}

.know-how {
  padding-top: 350px;
}

.know-how-header {
  position: relative;
}

.know-how-header-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width:90%;
  margin-left:5%;
  top:-100px;
  transition-duration: 1s;
}

@supports (-webkit-touch-callout: none) {
  @media (hover: none) and (pointer: coarse) {
    .know-how-header-image {
      background-attachment: scroll;
      background-position: center top;
    }
  }
}

.know-how-header .section-title {
  width: 100%;
  padding-top: 15%;
  padding-bottom: 3%;
}

.know-how-content {
  position: relative;
  z-index: 2;
}

.comparison {
  --comparison-arrow-size: clamp(2.4rem, 3.6vw, 3.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 20px;
  width: clamp(40px, 70vw, 1600px);
  margin: 2.7rem auto 3.8rem;
  position: relative;
  perspective: 1000px;
  max-width:1300px;
}

.comparison-media {
  position: relative;
  width: 100%;
}

.comparison-card-image {
  width: 100%;
}

.comparison-mobile-card {
  display: none;
  width: 100%;
  border-radius: var(--radius-md);
  padding: 1.25rem 1.1rem;
}

.comparison-mobile-card h3 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.1rem, 3.6vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.comparison-mobile-card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.3rem;
  font-size: clamp(0.92rem, 2.8vw, 1.05rem);
  font-weight: 400;
}

.comparison-mobile-card--industry {
  background: var(--color-sky);
  /*border: 2px solid rgba(8, 118, 255, 0.55);*/
}

.comparison-mobile-card--industry h3,
.comparison-mobile-card--industry ul {
  color: var(--color-blue-dark);
}

.comparison-mobile-card--jacob {
  background: var(--color-blue-dark);
}

.comparison-mobile-card--jacob h3,
.comparison-mobile-card--jacob ul {
  color: var(--color-white);
}

.comparison-card {
  min-height: 192px;
  width: 100%;
  border-radius: var(--radius-md);
  padding: 2rem 2rem 2rem 5rem;
  box-shadow: var(--shadow-soft);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comparison-card h3 {
  margin: 0 0 0.85rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 2rem;
}

.comparison-card ul {
  list-style: none;
  display: grid;
  gap: 0.35rem;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.7vw, 2rem);
}
.comparison-card ul li {
  list-style: disc;
}

.comparison-card--light {
  background: var(--color-white);
  border: 2px solid rgba(8, 118, 255, 0.55);
}
.comparison-card--light h3, .comparison-card--light ul {
  color: var(--color-blue);
}

.comparison-card--brand {
  position: relative;
  color: var(--color-white);
  background: var(--color-blue-dark);
}

.comparison-card-badge {
  position: absolute;
  right: clamp(60px, 6%, 48px);
  top: clamp(-60px, -3.8vw, -16px);
  width: 15%;
  height: auto;
  z-index: 4;
}

.card-left {
  transform: translate3d(0, 0px, -100px) rotateX(0deg) rotateY(25deg) scale(1);
}

.card-right {
  transform: translate3d(0, 0px, -100px) rotateX(0deg) rotateY(-25deg) scale(1);
}

.comparison-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-blue-dark);
  font-size: var(--comparison-arrow-size);
  font-weight: 300;
  line-height: 1;
  z-index: 3;
}

.know-how-copy {
  width: 50%;
  margin: 0 auto;
  margin-top: 6rem;
  font-weight: 500;
}

/* .know-how-copy p {
  text-align: center;
} */

.application {
  text-align: center;
}

.application-content {
  position: relative;
  z-index: 2;
}


.contact {
  min-height: 720px;
  display: grid;
  place-items: center;
  text-align: center;
}

.contact .section-title {
  font-size: clamp(1.5rem, 3.8vw, 2.5rem);
  margin-bottom: 1.4rem;
}

.contact .section-intro {
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  font-weight: 300;
}

.contact-image {
  position: relative;
  max-width: 1940px;
  width: 100%;
  z-index: 2;
}

.contact-content {
  position: relative;
  z-index: 2;
}

.lp-footer-inner {
  color: var(--color-white);
  border-top: 3px solid rgba(0, 0, 0, 0.5);
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-footer-inner .lp-footer-logo {
  margin-bottom: 4rem;
}

.lp-footer-inner nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-size: 1rem;
  color: var(--color-blue);
  margin-bottom: 1rem;
  white-space: nowrap;
}

.lp-footer-inner nav .lp-footer-content-links {
  display: flex;
  justify-content: center;
}
.lp-footer-inner nav .lp-footer-content-links a {
  color: var(--color-white);
  padding: 0 1.75rem;
}

.lp-footer-inner nav .lp-footer-links a {
  padding: 0 0.5rem;
}

.lp-footer-inner nav .lp-footer-links {
  display: flex;
  justify-content: center;
}

.lp-footer-inner .lp-footer-inner-copy {
  font-size: 1rem;
  font-weight: 300;
}

.lp-footer-logo {
  width: min(100%, 250px);
}

.lp-footer {
  /*background-image: url(../images/Bild_footer.png);
  background-image: image-set(
    url("../images/Bild_footer.webp") type("image/webp"),
    url("../images/Bild_footer.png") type("image/png")
  );
  background-size: cover;*/
  background:#002136;
}


footer {
  display:flex;
  position: relative;
  color:#fff;
  background:#002136;
}

.footer-logo {
  position: relative;
  width:65%;
  height:700px;
}

.footer-logo img {
  height:90%;
  position: absolute;
  bottom:0;
}

.footer-content {
  left:22.5%;
  position: absolute;
  bottom:15%;
  z-index:5;
}

.footer-newsletter {
  position: relative;
  width:45%;
}

.footer-newsletter img {
  width:300%;
  height:auto;
  position: absolute;
  right:0;
  bottom:0;
  mix-blend-mode: lighten;
}

.footer-newsletter .button {
  position: absolute;
  right: 50%;
  bottom: 35%;
  width:max-content;
}

footer .footer-content a {
  color:#fff;
  position: relative;
}

footer .footer-content .footer-mail:before {
  content:'';
  width:100%;
  height:1px;
  background: #007CFF;
  position: absolute;
  left:0;
  bottom:-1px;
  transition: ease all 0.5s;
}

footer .footer-content .footer-mail:hover:before {
  width:50%;
}

footer .logo-white {
  width:175px;
  margin-bottom:1rem;
}

footer .linkedin img {
  width:35px;
  margin:2rem 0;
}

footer .socials a {
  margin-right:5px;
}

footer .socials a:hover {
  opacity:0.75;
}

.mobile-hero-content {
  display:none;
}

@media (min-width:2000px) {
  .lead {
    line-height: 2.5rem;
  }
  .grid--two--3-2 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
  }
  .safety-area {
    padding-top:425px;
  }
  .system-content.system-wrapper {
    padding-top:555px;
  }
  .know-how-header .section-title {
    padding-top:20%;
  }

}

@media (min-width:2500px) {
  .safety-area {
    padding-top:575px;
  }
  .system-content.system-wrapper {
    padding-top:675px;
  }
  .watermark--system-image {
    top:-85%;
  }
  .know-how-header .section-title {
    padding-top:22.5%;
  }
}

@media (max-width: 1200px) {
  .safety-area {
    padding-top:200px;
  }
  .know-how-copy {
    width: 80%;
  }
}

@media (max-width: 980px) {
  :root {
    --anchor-offset: 136px;
  }

  .partner-visual-battery-cell-bg {
    background-position: right bottom;
    background-size: 80%;
  }

  .info-trigger-btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .partner-visual {
    aspect-ratio: 3 / 2.5;
  }

  .partner-visual-logos {
    width: 50vw;
  }

  .pipe-right {
    left: calc(70% + var(--pipe-side-gap));
  }

  .pipe-left {
    right: calc(70% + var(--pipe-side-gap));
  }

  .fact-list-item:not(:last-child) {
      margin-bottom: 2rem;
  }

  .know-how-copy {
    width: 90%;
  }

  .lp-header-inner {
    grid-template-columns: auto auto;
    gap: 18px;
  }

  .lp-nav-toggle {
    display: inline-flex;
  }

  .lp-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-self: stretch;
    display: none;
    overflow: hidden;
  }

  .lp-header.is-nav-open .lp-nav {
    display: block;
  }

  .lp-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 31, 49, 0.1);
  }

  .lp-header.is-on-hero .lp-nav-list {
    background: rgba(0, 31, 49, 0.9);
    border-color: rgba(255, 255, 255, 0.18);
  }

  .lp-nav a {
    justify-content: flex-start;
    width: 100%;
  }

  .grid--two,
  .grid--two--3-2,
  .proof-split,
  .comparison {
    grid-template-columns: 1fr;
  }

  .proof-split-media {
    min-height: 420px;
  }

  .proof-split-content {
    max-width: none;
  }

  .parameter-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .comparison-arrow {
    position: static;
    transform: rotate(90deg);
    margin-block: clamp(12px, 2.2vw, 28px);
    justify-self: center;
  }

  .comparison {
    justify-items: center;
    width: clamp(40px, 80vw, 800px);
  }

  .comparison-card-image,
  .comparison-card-badge {
    display: none;
  }

  .comparison-mobile-card {
    display: block;
  }

  .comparison-media {
    width: min(100%, 560px);
  }

  .location-map {
    --karte-x: 42.2%;
    --karte-y: 36%;
    --badge-x: 53%;
    --badge-y: 34.2%;
    width:120%;
  }

  .location-map-overlay--karte {
    width: 5%;
  }

  .system-content {
    --wheel-size: 70%;
  }

  .system-content.system-wrapper {
    padding-top: 275px;
  }

  .watermark--system-image {
    top: -48%;
  }

  .safety-header-bg {
    top:-8rem;
  }

  .safety-area {
    padding-top:135px;
  }

  .comparison-card-badge {
    display:block;
    right: 30px;
    top: -25px;
  }

  .know-how-header-image {
    top: -60px;
  }

  .know-how-header .section-title {
    padding-top:0;
  }

  .process-wheel {
    --wheel-btn-01-left: 98%;
    --wheel-btn-01-top: 30%;
    --wheel-btn-02-left: 75%;
    --wheel-btn-02-top: 96%;
    --wheel-btn-03-left: -2%;
    --wheel-btn-03-top: 53%;
  }

  .pipe-section-content {
    width: min(100% - 40px, 620px);
  }

  .pipe-section-list {
    --pipe-side-gap: clamp(110px, 14vw, 180px);
    --pipe-height-buffer: clamp(42px, 6vw, 84px);
  }
  .partner-visual {
    margin-bottom:85px;
    margin-top:45px;
  }
  footer {
    display:flex;
    flex-wrap:wrap;
    overflow:hidden;
    padding-bottom:3rem;
  }

  .footer-logo {
    display:none;
  }

  .footer-content {
    left: 1rem;
    position: relative;
    bottom: 15%;
  }

  .footer-newsletter {
    position: relative;
    width: 100%;
  }

  .footer-newsletter img {
    width: 60%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -80px;
  }

  .footer-newsletter .button {
    position: relative;
    right: unset;
    bottom: 300%;
    width: max-content;
    left: 50%;
    transform: translate(-50%,0);
  }
}

@media (max-width: 680px) {
  :root {
    --anchor-offset: 172px;
  }

  .hero::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%, var(--color-white) 90%);
  }
  .hero-content {
    display:none;
  }
  .mobile-hero-content {
    display:block;
  }
  .mobile-hero-content .hero-content {
    display:block;
    position:relative;
    top:-180px;
    margin-bottom: -180px;
  }

  /* .container,
  .lp-container {
    width: min(100% - 28px, var(--container));
  } */

  .lp-header {
    padding-top: 16px;
  }

  /*.lp-header-inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 14px;
  }

  .lp-header-brand,
  .lp-nav,
  .lp-header-actions {
    justify-self: center;
  }

  .lp-header-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .lp-header-contact,
  .lp-language-switcher-trigger {
    min-height: 40px;
  }

  .lp-language-switcher-menu {
    left: 50%;
    right: auto;
    --lp-language-menu-x: -50%;
  }*/

  .lp-header-actions {
    gap:0px;
  }

  .hero {
    min-height: 720px;
    padding-bottom:0;
  }

  .hero-headline-image {
    margin-bottom: 55%;
    top:0;
  }

  .hero-note {
    font-size:0.75rem;
  }

  .lead {
    line-height:1.5rem;
  }

  .location-map-image {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }

  .location-map {
    --karte-x: 40.2%;
    --karte-y: 38%;
    --badge-x: 56%;
    --badge-y: 36.2%;
  }

  .safety-header {
    margin-bottom:1rem;
  }

  .parameter-card {
    margin-bottom:2rem;
  }

  .location-map-overlay--karte {
      width: 7%;
  }

  .proof-split-media {
    min-height: 340px;
  }

  .info-modal-content {
    max-width: 100%;
  }

  .parameter-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .parameter-card img {
    max-height: 80px;
  }

  .process-wheel {
    --wheel-btn-01-left: 101%;
    --wheel-btn-01-top: 30%;
    --wheel-btn-02-left: 75%;
    --wheel-btn-02-top: 98%;
    --wheel-btn-03-left: -4%;
    --wheel-btn-03-top: 53%;
  }

  .pipe-section-list {
    --pipe-side-gap: clamp(64px, 13vw, 112px);
    --pipe-height-buffer: clamp(80px, 4vw, 40px);
    padding-block: 12px;
    margin: clamp(30px, 8vw, 150px) 0;
  }

  .contact-background {
    font-size: clamp(6rem, 31vw, 10rem);
    top: 8%;
  }

  .system-content.system-wrapper {
    padding-top: 145px;
  }

  .know-how {
    padding-top: 220px;
  }

  .check-list {
    font-size:0.85rem;
  }
  .know-how-header-image {
    top:0px;
  }
  .safety-header-bg {
    top:0;
  }
  .section-title {
    line-height:2rem;
  }
}

/* ===== MODAL STYLES ===== */

.modal {
  --modal-transition: 200ms ease;
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal[hidden] {
  display: none;
}

.modal.is-open .modal-overlay {
  opacity: 1;
  pointer-events: auto;
}

.modal.is-open .modal-content {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  padding:2rem;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--modal-transition);
}

.modal-content {
  position: relative;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 31, 49, 0.3);
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  transition: opacity var(--modal-transition), transform var(--modal-transition);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: var(--color-orange);
  color: var(--color-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: color 150ms ease, background 150ms ease;
}

.modal-close:hover,
.modal-close:focus {
  color: var(--color-text);
  opacity:0.7;
  outline: none;
}

.modal-header {
  margin-bottom: 32px;
}

.modal-header h2 {
  margin: 0 0 8px 0;
  font-size: clamp(1.5rem, 4vw, 1.75rem);
  font-weight: 400;
  color: var(--color-text);
}

.modal-header p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-muted);
}

.modal-content button[type="submit"] {
  font-weight: 500;
}

button[type="submit"] {
  font: inherit;
  font-weight: 400;
  font-size: 1.15rem;
}

/* Application Form */

.application-form-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-box {
  background:#001C2E;
  border:1px solid #003A69;
  padding:1rem 2.5rem;
  border-radius: 10px;
  max-width:800px;
  margin:auto;
  text-align:left;
  margin-top:2.5rem;
  color:#fff;
}

#application-modal-title {
  margin-bottom:0;
  margin-top:0;
  font-size:1.25rem;
}

.form-box p {
  font-size:1rem;
}

.form-box form {
  margin-top:2.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
}

.form-field input,
.form-field textarea {
  padding: 12px 14px;
  border: 1px solid #264254;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  color: white;
  background: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(8, 118, 255, 0.1);
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 8px;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--color-text);
}

.form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: var(--color-blue);
  flex-shrink: 0;
}

.form-checkbox span {
  line-height: 1.4;
  color:#fff;
}

.form-checkbox a {
  color: var(--color-blue);
  text-decoration: underline;
  transition: color 150ms ease;
}

.form-checkbox a:hover {
  color: var(--color-blue-dark);
}

.form-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-top: 8px;
}

.form-status {
  font-size: 0.9rem;
  min-height: 24px;
  line-height: 1.4;
}

.form-status.is-success {
  color: #10b981;
  padding: 1rem 1.5rem;
  border: 1px dashed #10b981;
  border-radius: 5px;
}

.form-status.is-error {
  color: #ef4444;
}

/* Honeypot field */
.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* Responsive Modal */
@media (max-width: 640px) {

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .modal-content {
    padding: 28px 20px;
    border-radius: var(--radius-md);
  }

  .button {
    font-size: 0.85rem;
  }

  .lp-footer-inner nav .lp-footer-content-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 12px;
    justify-content: center;
  }

  .modal-close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }

  .modal-header {
    margin-bottom: 24px;
  }

  .modal-header h2 {
    font-size: 1.25rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .application-form-grid {
    gap: 20px;
  }

  .partner-visual-logos {
      width: 70vw;
  }

  .pipe-section-pipe {

  }

  .info-trigger-btn {
      width: 2rem;
      height: 2rem;
  }

  .form-field {
    gap: 6px;
  }

  .form-field label {
    font-size: 0.85rem;
  }

  .form-field input,
  .form-field textarea {
    padding: 10px 12px;
    font-size: 16px;
  }
  .fact-list {
    display:block;
    margin-left:auto;
    margin-right:auto;
  }
}

@media (max-width:550px) {
  .hero-headline-image {
    margin-bottom: 100%;
  }
  .hero-background-image {
    top:-200px;
  }
  .partner-visual-battery-cell-bg {
    padding-top:2rem;
  }
  .partner-visual-battery-cell-bg .grid {
    display:block;
  }
  .slide-panel-textbox {
    display:block;
  }
  .form-box {
    padding: 0.75rem 1.5rem;
  }
  .footer-newsletter .button {
    bottom:150%;
  }
  .pipe-section {
    min-height:450px;
  }
  .modal.is-open .modal-content {
    padding: 4rem 1rem;
  }
  .slide-panel-text {
    line-height: 1.5;
  }
  .slide-panel-textbox ul {
    padding-left: 25px;
  }
  button[type="submit"] {
    font-size:0.85rem;
  }
  .comparison-mobile-card ul {
    font-size:0.7rem;
  }
}
