@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}


:root {
  --ink: #0b1424;
  --blue: #1769ff;
  --cyan: #38c9ff;
  --paper: #f5f7fb;
  --muted: #647084;
  --line: #dfe5ee;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans",sans-serif;
  background: white;
}

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

.header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(5vw,28px);
  position: absolute;
  z-index: 20;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #ffffff1c;
}

.brand {
  font: 700 23px Manrope;
  letter-spacing: -1px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.brand span {
  color: var(--cyan);
}

.brand small {
  font: 500 9px "DM Sans";
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-left: 8px;
  color: #9eabc0;
}

.header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: .875rem;
}

.header nav>a:not(.nav-cta) {
  color: #cad3e2;
  transition: .2s;
}

.header nav>a:hover {
  color: white;
}

.nav-cta {
  padding: 13px 18px;
  background: #fff;
  color: #0b1424;
  border-radius: 6px;
  font-weight: 700;
}

.nav-cta b {
  color: var(--blue);
  margin-left: 8px;
}

.menu {
  display: none;
}

.header nav>a.nav-cta:hover,.header nav>a.nav-cta:active, .header nav>a.nav-cta.active-nav {
  color: var(--blue) !important;
}

.hero {
  min-height: 780px;
  height: 94vh;
  background: radial-gradient(circle at 75% 45%,#142b51 0,#0c1b34 30%,#071326 60%,#050d1a 100%);
  color: white;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 110px max(7vw,40px) 60px;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right,transparent,#000 55%,#000);
}

.hero-inner {
  width: min(760px,58vw);
  position: relative;
  z-index: 3;
}

.eyebrow,.kicker {
  /*font-size: .75rem;*/
  font-weight: 800;
  letter-spacing: 2.3px;
  color: #1769ff;
  margin-bottom: 24px;
}

.eyebrow {
  color: #83dfff;
}

.eyebrow i {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #42cfff;
  vertical-align: middle;
  margin-right: 12px;
}

.hero h1 {
  font: 800 clamp(54px,6vw,91px)/.98 Manrope;
  margin: 0;
  letter-spacing: -5px;
}

.hero h1 em,.why h2 em {
  font-style: normal;
  color: #62d7ff;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #b9c6d9;
  max-width: 680px;
  margin: 32px 0;
}

.actions {
  display: flex;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 16px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: .875rem;
  transition: .25s;
}

.btn:hover {
  transform: translateY(-2px);
}

.primary {
  background: var(--blue);
  box-shadow: 0 10px 35px #1769ff40;
  color: #fff;
}

.primary:hover {
  background: #2a77ff;
}

.ghost {
  border: 1px solid #536178;
  /*color: #dce4f0;*/
}

.proof {
  display: flex;
  gap: 35px;
  margin-top: 55px;
  padding-top: 24px;
  border-top: 1px solid #ffffff1c;
  color: #8190a7;
  /*font-size: .75rem;*/
}

.proof strong {
  color: white;
  display: block;
  font-size: .875rem;
  margin-bottom: 4px;
}

.hero-art {
  position: absolute;
  width: 42vw;
  height: 580px;
  right: 2vw;
  top: 150px;
}

.orb {
  width: 310px;
  height: 310px;
  border: 1px solid #4e8eff40;
  border-radius: 50%;
  position: absolute;
  left: 23%;
  top: 18%;
  display: grid;
  place-items: center;
  box-shadow: 0 0 100px #1769ff24,inset 0 0 70px #1769ff16;
}

.orb:before,.orb:after {
  content: "";
  position: absolute;
  border: 1px solid #4e8eff2c;
  border-radius: 50%;
  inset: -48px;
}

.orb:after {
  inset: -95px;
}

.orb span {
  font: 800 62px Manrope;
  color: #ffffff10;
}

.code-card {
  position: absolute;
  background: #0d1c33e8;
  border: 1px solid #3b577d80;
  backdrop-filter: blur(12px);
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 25px 60px #0006;
  color: #c7d2e3;
}

.code-card small {
  display: block;
  color: #5e7799;
  font-size: .5625rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.c1 {
  right: 3%;
  top: 10%;
  width: 180px;
}

.c1 b,.c1 strong {
  display: block;
}

.c1 span {
  display: block;
  color: #38c9ff;
  margin: 5px 0;
}

.c1 strong {
  color: #6ee7b7;
}

.c2 {
  left: 0;
  bottom: 14%;
  width: 265px;
}

.code {
  font: 13px/1.8 monospace;
}

.code i {
  color: #70e1a5;
}

.scroll {
  position: absolute;
  bottom: 25px;
  left: 50%;
  font-size: .5625rem;
  letter-spacing: 2px;
  color: #7f8da2;
}

.scroll span {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  margin-top: 6px;
}

.section {
  padding: 110px max(7vw,40px);
}

.problem {
  background: #fff;
}

.split {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 12vw;
}

.split h2,.section-head h2 {
  font: 700 clamp(36px,4vw,60px)/1.1 Manrope;
  /*letter-spacing: -2.5px;*/
  margin: 0;
}

.copy {
  font-size: 1.125rem;
  line-height: 1.35;
  color: var(--muted);
}

.copy strong {
  color: var(--ink);
}

.textlink {
  font-weight: 700;
  color: var(--ink);
  border-bottom: 1px solid #b9c1cd;
  padding-bottom: 4px;
}

.textlink span {
  color: var(--blue);
  margin-left: 8px;
}

.solutions {
  background: var(--paper);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 55px;
}

.section-head>p {
  max-width: 460px;
  color: var(--muted);
  line-height: 1.7;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service {
  padding: 34px 28px 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
  min-height: 365px;
  position: relative;
  transition: .3s;
}

.service:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px #10254a13;
  z-index: 2;
}

.service .num {
  position: absolute;
  right: 22px;
  top: 20px;
  color: #aab4c3;
  font-size: .6875rem;
}

.icon {
  font: 600 26px monospace;
  color: var(--blue);
  height: 70px;
}

.service h3 {
  font: 700 21px Manrope;
  margin: 8px 0 16px;
}

.service p {
  color: var(--muted);
  line-height: 1.5;
  /*font-size:.9375rem*/
}

.service b {
  position: absolute;
  bottom: 30px;
  font-size: 1rem;
  color: var(--blue);
}

.center {
  text-align: center;
  margin-top: 40px;
}

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

.why {
  background: #081426;
  color: white;
  overflow: hidden;
}

.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}

.portrait {
  height: 520px;
  position: relative;
  display: grid;
  place-items: center;
}

.portrait:before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle,#1769ff55,transparent 65%);
}

.portrait-box {
  width: 330px;
  height: 390px;
  background: linear-gradient(145deg,#122b4b,#09182d);
  border: 1px solid #2b486c;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 30px 80px #0006;
}

.portrait-box span {
  font: 800 50px Manrope;
  color: #55d2ff;
}

.portrait-box small {
  color: #8fa1b9;
  text-align: center;
  line-height: 1.6;
  margin-top: 20px;
}

.availability {
  bottom: 25px;
  right: 0;
  background: #fff;
  color: #122039;
  padding: 14px 18px;
  border-radius: 6px;
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.availability i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #24c780;
  border-radius: 50%;
  margin-right: 7px;
}

.kicker.light {
  color: #63d7ff;
}

.why h2 {
  font: 700 clamp(40px,4.5vw,64px)/1.05 Manrope;
  letter-spacing: -3px;
  margin: 0 0 28px;
}

.why-copy>p {
  color: #a8b6ca;
  font-size: 1.125rem;
  line-height: 1.7;
}

.facts {
  display: flex;
  border-top: 1px solid #ffffff1c;
  border-bottom: 1px solid #ffffff1c;
  margin: 35px 0;
}

.facts div {
  padding: 22px 30px 22px 0;
  margin-right: 30px;
}

.facts strong {
  display: block;
  font: 700 28px Manrope;
}

.facts span {
  font-size: .6875rem;
  color: #8190a6;
}

.lightbtn {
  border: 1px solid #61708a;
  color: white;
}

.testimonials .section-head {
  align-items: center;
}

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

.quote {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote.featured {
  box-shadow: 0 20px 55px #11285015;
  border-color: #b9d0f9;
}

.stars {
  color: #1769ff;
  letter-spacing: 3px;
  font-size: .75rem;
}

.quote blockquote {
  font: 500 18px/1.65 Manrope;
  margin: 25px 0 35px;
  font-size: 1rem;
}

.quote footer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: .75rem;
}

.quote footer span {
  color: var(--muted);
}

.cta {
  padding: 0 max(4vw,20px) 60px;
}

.cta-inner {
  background: var(--blue);
  color: white;
  padding: 65px max(4vw,45px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 25px 70px #1769ff30;
}

.cta h2 {
  font: 700 clamp(38px,4vw,58px) Manrope;
  letter-spacing: -2px;
  margin: 0;
}

.cta p {
  color: #dce8ff;
}

.white {
  background: white;
  color: var(--ink);
  min-width: 210px;
  justify-content: space-between;
}

.footer {
  background: #050d19;
  color: #8b98ac;
  padding: 55px max(7vw,40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
}

.footer>div:last-child {
  gap: 25px;
}

.footer .brand {
  color: white;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease,transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width:900px) {
  .header nav {
    display: none;
  }
  .menu {
    display: block;
    background: none;
    border: 0;
    color: white;
    font-size: 1.5625rem;
  }
  .hero {
    height: auto;
    min-height: 800px;
  }
  .hero-inner {
    width: 100%;
  }
  .hero-art {
    opacity: .35;
    right: -30%;
    width: 80vw;
  }
  .hero h1 {
    letter-spacing: -1px;
  }
  .proof {
    gap: 15px;
  }
  .split,.why-inner {
    grid-template-columns: 1fr;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
  }
  .quotes {
    grid-template-columns: 1fr;
  }
  .portrait {
    height: 420px;
  }
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .footer {
    gap: 25px;
    align-items: flex-start;
    flex-direction: column;
  }
  
  
  
}

@media (max-width:560px) {
  .hero,.section {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero h1 {
    font-size: 3.125rem;
  }
  .lead {
    font-size: 1.0625rem;
  }
  .actions {
    align-items: stretch;
    flex-direction: column;
  }
  .proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-art {
    display: none;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .split h2,.section-head h2 {
    font-size: 2rem;
  }
  .facts {
    gap: 0;
  }
  .facts div {
    padding-right: 15px;
    margin-right: 10px;
  }
  .portrait-box {
    width: 270px;
    height: 340px;
  }
  .cta {
    padding: 0 12px 30px;
  }
  .cta-inner {
    padding: 42px 25px;
  }
  .footer>div:last-child {
    flex-wrap: wrap;
  }
}

/*complete site navigation*/

.header {
  gap: 28px;
}

.main-nav {
  margin-left: auto;
  gap: 22px !important;
}

.main-nav>a,.nav-parent {
  white-space: nowrap;
}

.nav-item {
  position: relative;
}

.nav-parent {
  appearance: none;
  border: 0;
  background: none;
  color: #cad3e2;
  font: inherit;
  padding: 30px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link-parent {
  display: flex;
}

.nav-parent span {
  font-size: .75rem;
  color: #7890b2;
  transition: transform .2s;
}

.nav-item:hover>.nav-parent,.nav-parent:focus-visible {
  color: #fff;
}

.nav-item:hover>.nav-parent span,.nav-item.open>.nav-parent span {
  transform: rotate(180deg);
}

.dropdown {
  position: absolute;
  top: calc(100% - 8px);
  left: -18px;
  width: 285px;
  padding: 10px;
  background: #0c1a2eeb;
  border: 1px solid #ffffff1c;
  border-radius: 9px;
  box-shadow: 0 22px 55px #0008;
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s;
  z-index: 50;
}

.dropdown-right {
  left: auto;
  right: -15px;
}

.nav-item:hover>.dropdown,.nav-item:focus-within>.dropdown,.nav-item.open>.dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.dropdown a {
  display: block;
  padding: 11px 12px;
  border-radius: 6px;
  color: #cbd6e6;
  font-size: .8125rem;
  line-height: 1.25;
  transition: .18s;
}

.dropdown a:hover {
  background: #ffffff0d;
  color: #fff;
  padding-left: 16px;
}

.dropdown a:before {
  content: "→";
  color: var(--cyan);
  opacity: 0;
  margin-right: 0;
  transition: .18s;
}

.dropdown a:hover:before {
  opacity: 1;
  margin-right: 8px;
}

@media (max-width:1180px) {
  .header {
    padding-left: 28px;
    padding-right: 28px;
  }
  .main-nav {
    gap: 14px !important;
    font-size: .8125rem;
  }
  .brand small {
    display: none;
  }
}

@media (max-width:980px) {
  .header {
    position: absolute;
  }
  .menu {
    display: block;
    z-index: 60;
    cursor: pointer;
  }
  .main-nav {
    display: flex !important;
    position: fixed;
    inset: 0 0 0 auto;
    width: min(390px,92vw);
    height: 100vh;
    background: #071326f7;
    backdrop-filter: blur(20px);
    padding: 100px 28px 35px;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: auto;
    transform: translateX(105%);
    transition: transform .3s ease;
    box-shadow: -25px 0 70px #0008;
  }
  .main-nav.open {
    transform: none;
  }
  .main-nav>a:not(.nav-cta),.nav-parent {
    padding: 14px 4px;
    border-bottom: 1px solid #ffffff12;
    color: #d8e2ef;
    width: 100%;
    justify-content: space-between;
  }
  .nav-item {
    width: 100%;
  }
  .dropdown,.dropdown-right {
    position: static;
    width: 100%;
    padding: 0 0 0 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .nav-item.open>.dropdown {
    display: block;
  }
  .nav-item:hover>.dropdown {
    display: none;
  }
  .nav-item.open:hover>.dropdown {
    display: block;
  }
  .dropdown a {
    padding: 10px 8px;
    color: #91a4bf;
  }
  .nav-cta {
    margin-top: 22px;
    text-align: center;
    justify-content: center;
  }
  .menu.is-open {
    font-size: 0;
  }
  .menu.is-open:after {
    content: "×";
    font-size: 2rem;
  }
}

/*Startseite: zusätzliche verkaufsorientierte Module*/

.quick-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.quick-topics a {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  font-size: .88rem;
  background: rgba(255,255,255,.045);
  transition: .2s;
}

.quick-topics a:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.1);
}

.usecases {
  background: #f3f6f3;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 38px;
}

.usecase {
  background: #fff;
  border: 1px solid #e5eae6;
  border-radius: 18px;
  padding: 25px;
  text-decoration: none;
  color: inherit;
  transition: .22s;
}

.usecase:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(20,40,30,.08);
}

.usecase small {
  display: block;
  color: var(--green,#2f8f68);
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.usecase h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
}

.usecase p {
  margin: 0;
  color: #5c665f;
  line-height: 1.36;
  font-size: 1rem;
}

.usecase b {
  display: inline-block;
  margin-top: 18px;
  color: #1f6f51;
}

.location-note {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #dde5df;
  color: #58635c;
  line-height: 1.7;
}

.location-note strong {
  color: #17211b;
}

@media (max-width:850px) {
  .usecase-grid {
    grid-template-columns: 1fr;
  }
  .quick-topics {
    margin-top: 20px;
  }
}

/*content depth for SEO + sales*/

.depth {
  background: #fff;
}

.depth-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}

.depth-card {
  position: relative;
  padding: 38px 40px 36px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  transition: .25s;
}

.depth-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px #10254a12;
  border-color: #c8d7ef;
}

.depth-card>span {
  position: absolute;
  right: 28px;
  top: 25px;
  font: 700 11px Manrope;
  color: #a8b4c5;
}

.depth-card h3 {
  font: 700 24px/1.25 Manrope;
  letter-spacing: -.6px;
  margin: 0 45px 14px 0;
}

.depth-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 18px;
}

.depth-card ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.depth-card li {
  position: relative;
  padding: 5px 0 5px 22px;
  color: #39465a;
  font-size: 1rem;
  line-height: 1.5rem;
}

.depth-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}

.depth-card a {
  color: var(--blue);
  font-weight: 700;
  font-size: 1rem;
}

.card-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.approach {
  background: var(--paper);
  padding-top: 85px;
  padding-bottom: 85px;
}

.approach-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: start;
}

.approach h2 {
  font: 700 clamp(34px,3.7vw,54px)/1.12 Manrope;
  letter-spacing: -2px;
  margin: 0;
}

.approach-copy {
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.65rem;
}

.approach-copy strong {
  color: var(--blue);
}

.approach-copy .btn {
  margin-top: 12px;
  color: #fff;
}

@media (max-width:900px) {
	
	html {
	  font-size: 18px;
	}
	
	.hero h1{
		font-size: 2.5rem;
	}

  .depth-grid,.approach-inner {
    grid-template-columns: 1fr;
  }
  
  .why h2 {
	  letter-spacing: 1px;
  }
  
  .depth-card li {
	  font-size: 1.15rem;
	}
}

@media (max-width:560px) {
  .depth-card {
    padding: 30px 24px;
  }
  .depth-card h3 {
    font-size: 1.3125rem;
  }
}

.active-nav {
  color: #fff !important;
}

.active-nav:after {
  content: "";
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 21px;
  height: 2px;
  background: var(--cyan);
  border-radius: 2px;
}

@media (max-width:980px) {
  .active-nav:after {
    display: none;
  }
}

/*Brand kompakt: Seitentitel gehören in den Content, nicht ins Logo*/

.header .brand {
  flex: 0 0 auto;
  min-width: 190px;
  max-width: 210px;
}

.header .brand small {
  display: block;
  white-space: nowrap;
  letter-spacing: 2px;
  font-size: .5rem;
  margin-top: 1px;
}

.header .brand+ .menu {
  margin-left: auto;
}

@media (max-width:1180px) {
  .header .brand small {
    display: block;
  }
}

/*Header layout v07: feste Headerhoehe, keine Trennlinie, fester Abstand zum Seiteninhalt*/

:root {
  --site-header-height: 112px;
  --site-content-gap: 72px;
}

.header {
  height: var(--site-header-height) !important;
  min-height: var(--site-header-height) !important;
  padding: 0 max(5vw,40px) !important;
  border-bottom: 0 !important;
  background: transparent;
  align-items: center !important;
}

.header .brand {
  min-width: 260px !important;
  max-width: none !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

.header .brand small {
  display: inline-block !important;
  white-space: nowrap !important;
  margin-left: 10px !important;
}

.nav-parent {
  padding: 0 !important;
  height: var(--site-header-height);
  align-items: center;
}

.main-nav {
  height: var(--site-header-height);
  align-items: center !important;
}

.hero {
  padding-top: calc(var(--site-header-height) + var(--site-content-gap)) !important;
  align-items: flex-start !important;
}

.hero-art {
  top: calc(var(--site-header-height) + 72px) !important;
}

@media (max-width:1180px) {
  :root {
    --site-header-height: 104px;
    --site-content-gap: 58px;
  }
  .header {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .header .brand {
    min-width: 220px !important;
  }
  .main-nav {
    gap: 13px !important;
    font-size: .8125rem;
  }
  .header .brand small {
    font-size: .4375rem !important;
    letter-spacing: 1.5px !important;
  }
}

@media (max-width:1060px) {
  .menu {
    display: block;
    z-index: 60;
    cursor: pointer;
  }
  .main-nav {
    display: flex !important;
    position: fixed;
    inset: 0 0 0 auto;
    width: min(390px,92vw);
    height: 100vh;
    background: #071326f7;
    backdrop-filter: blur(20px);
    padding: 100px 28px 35px;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: auto;
    transform: translateX(105%);
    transition: transform .3s ease;
    box-shadow: -25px 0 70px #0008;
  }
  .main-nav.open {
    transform: none;
  }
  .main-nav>a:not(.nav-cta),.nav-parent {
    height: auto;
    padding: 14px 4px !important;
    border-bottom: 1px solid #ffffff12;
    color: #d8e2ef;
    width: 100%;
    justify-content: space-between;
  }
  .nav-item {
    width: 100%;
  }
  .dropdown,.dropdown-right {
    position: static;
    width: 100%;
    padding: 0 0 0 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .nav-item.open>.dropdown {
    display: block;
  }
  .nav-item:hover>.dropdown {
    display: none;
  }
  .nav-item.open:hover>.dropdown {
    display: block;
  }
  .dropdown a {
    padding: 10px 8px;
    color: #91a4bf;
  }
  .nav-cta {
    margin-top: 22px;
    text-align: center;
    justify-content: center;
  }
  .menu.is-open {
    font-size: 0;
  }
  .menu.is-open:after {
    content: "×";
    font-size: 2rem;
  }
}

@media (max-width:700px) {
  :root {
    --site-header-height: 92px;
    --site-content-gap: 42px;
  }
  .header {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .header .brand {
    min-width: 0 !important;
  }
  .header .brand small {
    display: none !important;
  }
  .hero {
    padding-top: calc(var(--site-header-height) + var(--site-content-gap)) !important;
  }
}

/*v08: aktive Navigation ohne Unterstreichungs-/Headerlinie*/

.active-nav {
  position: relative;
  color: #fff !important;
}

.active-nav:after {
  display: none !important;
  content: none !important;
}

/*v09: saubere vertikale Abstaende im Hero*/

.hero {
  height: auto !important;
  min-height: 900px !important;
  padding-bottom: 96px !important;
}

.hero .lead {
  margin: 30px 0 28px !important;
}

.hero .quick-topics {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  row-gap: 10px !important;
}

.hero .actions {
  margin-top: 28px !important;
  flex-wrap: wrap;
}

.hero .proof {
  margin-top: 44px !important;
}

@media (max-width:1180px) {
  .hero {
    min-height: 860px !important;
    padding-bottom: 82px !important;
  }
}

@media (max-width:700px) {
  .hero {
    min-height: 0 !important;
    padding-bottom: 64px !important;
  }
  .hero .actions {
    margin-top: 24px !important;
  }
  .hero .proof {
    margin-top: 36px !important;
  }
}

/*v10: Portale & Plattformen*/

.active-section {
  color: #fff !important;
}

.dropdown .active-nav {
  background: #ffffff0d;
  color: #fff;
  padding-left: 16px;
}

.dropdown .active-nav:before {
  opacity: 1;
  margin-right: 8px;
}

.portal-hero .lead {
  max-width: 760px;
}

.portal-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 30px;
}

.portal-facts span {
  padding: 0 24px;
  border-right: 1px solid #ffffff24;
  color: #aab8cc;
  /*font-size: .8125rem;*/
}

.portal-facts span:first-child {
  padding-left: 0;
}

.portal-facts span:last-child {
  border: 0;
}

.portal-facts b {
  display: block;
  color: #fff;
  font: 700 18px Manrope;
  margin-bottom: 3px;
}

.portal-intro {
  background: #fff;
}

.portal-intro-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 9vw;
  align-items: start;
}

.portal-intro h2 {
  font: 700 clamp(36px,4.4vw,62px)/1.08 Manrope;
  letter-spacing: -2.5px;
  margin: 12px 0 0;
}

.portal-intro-copy {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--muted);
}

.portal-intro-copy p:first-child {
  color: var(--ink);
  font-size: 1.1875rem;
}

.portal-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 38px;
}

.portal-list-grid ul,.module-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portal-list-grid li,.module-grid li {
  position: relative;
  padding: 9px 0 9px 25px;
  line-height: 1.2rem;
  color: #39465a;
}

.portal-list-grid li:before,.module-grid li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}

.portal-list-grid a,.module-grid a,.function-card a {
  color: var(--blue);
  font-weight: 700;
}

.portal-note {
  margin-top: 32px;
  padding: 28px 32px;
  border: 1px solid #dfe6ef;
  border-radius: 12px;
  background: #fff;
  line-height: 1.7;
  color: #46546a;
}

.portal-note p {
  margin: 0;
}

.portal-note p+p {
  margin-top: 8px;
}

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

.function-card {
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.function-card b {
  font: 700 18px Manrope;
}

.function-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1;
  line-height: 1.4;
}

.portal-cta-row {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.text-link {
  font-weight: 800;
  color: var(--ink);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}

.module-grid>div {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.module-grid h3 {
  font: 700 22px Manrope;
  margin: 0 0 16px;
}

.module-summary {
  max-width: 920px;
  margin: 34px auto 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.platform-grid-new {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}

.platform-card {
  position: relative;
  padding: 30px;
  border: 1px solid #e1e8e3;
  border-radius: 14px;
  background: #fff;
}

.platform-card>span {
  font: 700 14px Manrope;
  color: #9aabb0;
}

.platform-card h3 {
  font: 700 21px Manrope;
  margin: 22px 0 10px;
}

.platform-card p {
  margin: 0;
  color: #5c665f;
  line-height: 1.65;
  font-size: 1rem;
}

.portal-final {
  background: var(--ink);
  color: #fff;
}

.portal-final-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: center;
}

.portal-final h2 {
  font: 700 clamp(36px,4vw,56px)/1.08 Manrope;
  letter-spacing: -2px;
  margin: 12px 0 22px;
}

.portal-final p {
  color: #b7c2d2;
  line-height: 1.75;
  max-width: 760px;
}

.final-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.dark-ghost {
  border-color: #ffffff33 !important;
  color: #fff !important;
}

@media (max-width:980px) {
  .portal-functions {
    grid-template-columns: repeat(2,1fr);
  }
  .platform-grid-new {
    grid-template-columns: repeat(2,1fr);
  }
  .portal-intro-grid,.portal-final-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width:700px) {
  .portal-facts span {
    width: 50%;
    padding: 8px 15px 8px 0;
    border-right: 0;
  }
  .portal-list-grid,.module-grid,.portal-functions,.platform-grid-new {
    grid-template-columns: 1fr;
  }
  .portal-note {
    padding: 24px;
  }
  .portal-intro h2 {
    letter-spacing: -1.5px;
  }
}

/*v11: zentrale Hero-Startanimation*/

@keyframes heroEnter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero .hero-inner,
.hero .hero-copy {
  animation: heroEnter .72s cubic-bezier(.22,.61,.36,1) both;
}

.hero .hero-art {
  animation: heroEnter .9s .08s cubic-bezier(.22,.61,.36,1) both;
}

@media (prefers-reduced-motion: reduce) {
  .hero .hero-inner,
  .hero .hero-copy,
  .hero .hero-art {
    animation: none !important;
  }
}


/* ==========================================================================
   Zentrale Lightbox für Referenzbilder
   ========================================================================== */

html.lightbox-open,
html.lightbox-open body {
  overflow: hidden;
}

.site-lightbox[hidden] {
  display: none !important;
}

.site-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 84px;
  background: rgba(4, 12, 24, .94);
  backdrop-filter: blur(7px);
}

.site-lightbox-figure {
  margin: 0;
  max-width: min(1400px, 88vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(88vh - 54px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
}

.site-lightbox-caption {
  margin-top: 14px;
  color: #c8d5e5;
  font: 500 13px/1.5 Manrope, sans-serif;
  text-align: center;
}

.site-lightbox-close,
.site-lightbox-prev,
.site-lightbox-next {
  position: fixed;
  z-index: 10001;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(8, 24, 45, .82);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.site-lightbox-close:hover,
.site-lightbox-prev:hover,
.site-lightbox-next:hover {
  background: #102743;
  border-color: rgba(86, 227, 188, .65);
  color: #56e3bc;
}

.site-lightbox-close:focus-visible,
.site-lightbox-prev:focus-visible,
.site-lightbox-next:focus-visible {
  outline: 2px solid #56e3bc;
  outline-offset: 3px;
}

.site-lightbox-close {
  top: 22px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font: 300 31px/40px Arial, sans-serif;
}

.site-lightbox-prev,
.site-lightbox-next {
  top: 50%;
  width: 50px;
  height: 64px;
  margin-top: -32px;
  border-radius: 9px;
  font: 300 42px/1 Arial, sans-serif;
}

.site-lightbox-prev {
  left: 22px;
}

.site-lightbox-next {
  right: 22px;
}

.ref-shot {
  cursor: zoom-in;
}

@media (max-width: 700px) {
  .site-lightbox {
    padding: 64px 14px 76px;
  }

  .site-lightbox-figure {
    max-width: 100%;
    max-height: 82vh;
  }

  .site-lightbox-image {
    max-height: calc(82vh - 48px);
  }

  .site-lightbox-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  .site-lightbox-prev,
  .site-lightbox-next {
    top: auto;
    bottom: 14px;
    width: 48px;
    height: 48px;
    margin-top: 0;
    border-radius: 50%;
  }

  .site-lightbox-prev {
    left: calc(50% - 58px);
  }

  .site-lightbox-next {
    right: calc(50% - 58px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-lightbox-close,
  .site-lightbox-prev,
  .site-lightbox-next {
    transition: none;
  }
}


/* ZENTRAL ERZWINGEN */
section.section article li, section.section li{
	font-size: 1rem !important;
}
