/* Inter wird ausschließlich aus dem lokalen Projekt geladen. */
@font-face { font-family: 'Inter'; src: url('fonts/Inter-Variable.ttf') format('truetype'); font-style: normal; font-weight: 100 900; font-display: swap; }
html{line-height:1.5;-webkit-text-size-adjust:100%}h1,h2,h3{font-size:inherit;font-weight:inherit}button,input,textarea,select{font:inherit}svg{vertical-align:middle;flex-shrink:0}button,summary{cursor:pointer}
:root {
  --background: #f5f9ff;
  --foreground: #132b46;
  --primary: #9bd5ff;
  --border: #d5e2f0;
  --radius: 0.75rem;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
[role='combobox']:focus-visible {
  outline: 3px solid #1664b2;
  outline-offset: 5px;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
p {
  color: #506782;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 600;
}
h3 {
  font-weight: 600;
}
.wrap {
  max-width: 1240px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.header {
  background: #f5f9ff;
  border-bottom: 1px solid var(--border);
}
.nav {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand-domain {
  font-weight: 400;
  color: #50789e;
}
.brand-logo { width: 52px; height: 52px; display: block; flex-shrink: 0; }
nav {
  display: flex;
  gap: 27px;
}
nav a {
  font-size: 14px;
  font-weight: 500;
}
nav a:hover {
  color: #155fa4;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: var(--primary);
  color: #10365c;
  padding: 15px 23px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.5;
}
.button:hover {
  background: #7fc5fa;
}
.nav-cta {
  padding: 11px 17px;
  font-size: 14px;
}
.hero {
  display: grid;
  grid-template-columns: 1.17fr 1fr;
  gap: 68px;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 88px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #506d8c;
  line-height: 1.6;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #2783cf;
  border-radius: 50%;
  margin-right: 8px;
}
.hero h1 {
  font-size: clamp(3rem, 4.6vw, 4.2rem);
  margin: 25px 0;
  line-height: 1.07;
  letter-spacing: -0.058em;
  font-weight: 600;
}
.hero h1 span {
  text-decoration: underline;
  text-decoration-color: #9bd5ff;
  text-decoration-thickness: 7px;
  text-underline-offset: 9px;
}
.intro {
  font-size: 20px;
  line-height: 1.5;
  color: #314f6e;
  max-width: 470px;
}
.hero-detail {
  font-size: 15px;
  margin-top: 15px;
  max-width: 475px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 31px;
  flex-wrap: wrap;
}
.text-link {
  font-size: 14px;
  font-weight: 600;
}
.hero-proof {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #54718f;
  margin-top: 25px;
  flex-wrap: wrap;
}
.hero-proof span {
  height: 3px;
  width: 3px;
  background: #8ba9c8;
  border-radius: 50%;
}
.hero-panel {
  background: #0b2440;
  color: white;
  border-radius: 14px;
  padding: 27px 29px 22px;
  transform: none;
  box-shadow: 10px 12px 0 #dfecfa;
}
.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #c5ddf3;
}
.small-mark {
  color: #9bd5ff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -2px;
}
.hero-panel h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 31px 0 26px;
  letter-spacing: -0.04em;
}
.hero-panel h2 span {
  color: #9bd5ff;
}
.panel-row {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #143557;
  border: 1px solid #41668c;
  border-radius: 7px;
  padding: 19px 16px;
  margin-top: 11px;
}
.panel-row > svg:first-child {
  color: #9bd5ff;
  flex-shrink: 0;
  width: 22px;
}
.panel-row > svg:last-child {
  width: 17px;
  margin-left: auto;
  color: #b9d8f1;
  flex-shrink: 0;
}
.panel-row strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.panel-row div span {
  font-size: 12px;
  color: #bcd7ed;
  display: block;
  margin-top: 3px;
}
.panel-row:hover {
  background: #1c456f;
}
.panel-bottom {
  font-size: 12px;
  color: #c1dcf2;
  margin-top: 25px;
}
.section {
  padding-top: 75px;
  padding-bottom: 75px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}
.section-heading h2 {
  margin-top: 14px;
}
.section-heading > p {
  font-size: 15px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.card-top svg {
  color: #285e91;
}
.card-top span {
  font-size: 12px;
  color: #587895;
  font-family: inherit;
}
.service-card .eyebrow {
  font-size: 12px;
  letter-spacing: 0.07em;
}
.service-card h3 {
  font-size: 29px;
  margin: 12px 0 17px;
}
.service-card > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.7;
}
.service-card ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 29px;
  font-size: 14px;
  color: #466482;
  line-height: 2.2;
}
.service-card li:before {
  content: '↗';
  margin-right: 9px;
  color: #326fa6;
}
.service-card > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border);
  padding-top: 19px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
}
.service-card:has(a:hover) {
  border-color: #70aee0;
}
.process {
  background: #eaf3ff;
  margin-top: 10px;
}
.process h2 {
  margin-top: 16px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 44px;
}
.step-no {
  font-family: inherit;
  font-size: 14px;
  color: #476f97;
  display: block;
  border-bottom: 1px solid #c7dcef;
  padding-bottom: 19px;
  margin-bottom: 24px;
}
.steps h3 {
  font-size: 19px;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}
.steps p {
  font-size: 16px;
}
.trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 105px;
}
.trust h2 {
  margin: 17px 0 23px;
}
.trust > div > p:last-child {
  font-size: 16px;
  max-width: 420px;
}
.trust-list article {
  display: flex;
  gap: 19px;
  margin-bottom: 23px;
}
.trust-list svg {
  padding: 6px;
  background: #e0eeff;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  color: #2466a1;
}
.trust-list h3 {
  font-size: 17px;
  letter-spacing: -0.02em;
  margin: 4px 0 7px;
}
.trust-list p {
  font-size: 16px;
}
.cta-section {
  background: #0c2848;
  color: white;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding: 45px 44px;
  margin-top: 5px;
  margin-bottom: 76px;
  max-width: 1160px;
}
.cta-section .eyebrow {
  color: #a9d5f6;
}
.cta-section h2 {
  font-size: 31px;
  margin: 13px 0;
}
.cta-section p {
  color: #c3dcf2;
  font-size: 16px;
}
.cta-section .button {
  white-space: nowrap;
}
.footer {
  border-top: 1px solid var(--border);
  padding: 38px 0 20px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-top > p {
  font-size: 14px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 12px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  margin-top: 30px;
  color: #58718d;
}
.mobile-menu {
  display: none;
}
.skip {
  position: absolute;
  left: 20px;
  top: -100px;
  background: var(--primary);
  padding: 14px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.page-hero {
  padding-top: 66px;
  padding-bottom: 58px;
  max-width: 900px;
  margin-left: 0;
}
.page-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4rem);
  margin: 19px 0 24px;
  max-width: 860px;
}
.page-hero > p:last-child {
  font-size: 19px;
  max-width: 760px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  padding-bottom: 70px;
}
.detail-grid h2 {
  font-size: 28px;
  margin: 12px 0 24px;
}
.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 13px;
}
.feature-list svg {
  color: #236aaa;
  flex-shrink: 0;
}
.info-box {
  background: #ccdef5;
  border-radius: 10px;
  padding: 32px;
  align-self: start;
}
.info-box p {
  margin-bottom: 20px;
}
.info-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.legal {
  max-width: 850px;
  padding-bottom: 80px;
}
.legal h2 {
  font-size: 23px;
  margin: 34px 0 13px;
}
.legal p {
  margin-bottom: 13px;
}
.placeholder {
  background: #deedff;
  color: #214d77;
  border-radius: 3px;
  padding: 2px 5px;
  overflow-wrap: anywhere;
}
.notice {
  border-left: 3px solid #4989be;
  background: #d3e3f7;
  padding: 17px 21px;
  color: #2e5275;
  margin: 15px 0 26px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
  padding-bottom: 75px;
}
.contact-layout h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.contact-layout p {
  margin-bottom: 19px;
}
.contact-form {
  border: 1px solid var(--border);
  padding: 30px;
  background: white;
  border-radius: 10px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
label,
.field-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.field {
  margin-bottom: 20px;
}
input,
textarea {
  border: 1px solid #9bb8d4;
  border-radius: 5px;
  padding: 11px 13px;
  width: 100%;
  background: white;
  color: #153653;
}
textarea {
  resize: vertical;
  min-height: 150px;
}
.form-note {
  font-size: 14px;
}
.form-note a {
  text-decoration: underline;
}
.form-status {
  margin-top: 20px;
  padding: 15px;
  background: #d0e3f8;
}
.form-status:empty {
  display: none;
}
.contact-form .button {
  width: 100%;
}
.back-link {
  font-size: 14px;
  display: inline-block;
  margin-top: 25px;
}
.back-link:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
  .nav {
    gap: 14px;
  }
  .nav nav {
    gap: 16px;
  }
  .brand {
    font-size: 18px;
  }
  .nav-cta {
    display: none;
  }
  .hero {
    gap: 35px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-panel {
    padding: 23px;
  }
  .panel-row {
    padding: 16px 11px;
    gap: 10px;
  }
  .service-card {
    padding: 23px;
  }
  .trust {
    gap: 45px;
  }
  .cta-section {
    margin-left: 28px;
    margin-right: 28px;
  }
  .footer-top > p {
    display: none;
  }
}
@media (max-width: 720px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .nav {
    min-height: 77px;
  }
  .nav > nav {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    cursor: pointer;
    font-size: 14px;
    padding: 12px;
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 48px;
    width: 210px;
    background: #fff;
    border: 1px solid var(--border);
    padding: 23px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 21px;
    box-shadow: 0 8px 24px #0001;
    border-radius: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 44px;
    padding-bottom: 45px;
    gap: 40px;
  }
  .hero h1 {
    font-size: clamp(43px, 9vw, 62px);
  }
  .intro {
    font-size: 19px;
  }
  .hero-detail {
    font-size: 16px;
  }
  .hero-panel {
    transform: none;
    margin-right: 7px;
  }
  .hero-panel h2 {
    font-size: 29px;
  }
  .section {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 22px;
  }
  .service-grid,
  .steps,
  .trust,
  .detail-grid,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .service-card {
    padding: 26px;
  }
  .card-top {
    margin-bottom: 25px;
  }
  .steps {
    gap: 26px;
  }
  .step-no {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .trust {
    gap: 32px;
  }
  .cta-section {
    margin: 10px 22px 45px;
    padding: 29px 24px;
    display: block;
  }
  .cta-section h2 {
    font-size: 28px;
  }
  .cta-section .button {
    margin-top: 23px;
    white-space: normal;
  }
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .footer nav {
    gap: 22px;
  }
  .page-hero {
    padding-top: 42px;
    padding-bottom: 35px;
  }
  .page-hero > p:last-child {
    font-size: 17px;
  }
  .detail-grid {
    padding-bottom: 40px;
  }
  .contact-form {
    padding: 21px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-layout {
    padding-bottom: 45px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.about-link {
  display: inline-block;
  margin-top: 22px;
}
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 65px;
  padding-bottom: 15px;
}
.about-intro h2 {
  font-size: 32px;
}
.about-intro p + p {
  margin-top: 19px;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.team-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: white;
}
.portrait-placeholder {
  aspect-ratio: 16/10;
  background: #c5daf3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #365f85;
}
.portrait-placeholder span {
  font-size: 14px;
}
.team-copy {
  padding: 30px;
}
.team-copy h3 {
  font-size: 29px;
  margin: 13px 0 20px;
}
.about-provider {
  border-top: 1px solid var(--border);
  padding: 27px 0 45px;
  width: 100%;
}
.nav {
  gap: 18px;
}
.nav > nav {
  margin-left: auto;
}
.nav nav {
  gap: 19px;
}
.footer-top {
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .nav-cta {
    display: none;
  }
}
@media (max-width: 720px) {
  .about-intro,
  .team-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .team-copy {
    padding: 25px;
  }
  .about-intro h2 {
    font-size: 28px;
  }
  .footer nav {
    flex-wrap: wrap;
  }
}
.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.program-examples h2 {
  margin: 15px 0 30px;
}
.program-examples .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.program-examples h3 {
  font-size: 24px;
}
@media (min-width: 721px) and (max-width: 1020px) {
  .nav > nav {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    cursor: pointer;
    padding: 12px;
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 48px;
    width: 220px;
    background: white;
    border: 1px solid var(--border);
    padding: 23px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 8px;
  }
}
@media (min-width: 1021px) and (max-width: 1230px) {
  .nav-cta {
    display: none;
  }
}
@media (max-width: 720px) {
  .service-grid,
  .program-examples .service-grid {
    grid-template-columns: 1fr;
  }
}

select{width:100%;min-height:48px;border:1px solid #9bb8d4;border-radius:5px;padding:11px 13px;background:#fff;color:#153653}select:focus-visible{outline:3px solid #1664b2;outline-offset:5px}[hidden]{display:none!important}

.footer .brand-logo{width:44px;height:44px}.panel-brand-logo{width:80px;height:80px;display:block;flex-shrink:0}@media(max-width:720px){.brand-logo{width:43px;height:43px}.brand{gap:9px}}



html{font-family:'Inter',Arial,sans-serif;font-optical-sizing:auto}button,input,textarea,select{font-family:inherit}@media(max-width:720px){.panel-brand-logo{width:68px;height:68px}}



.service-audience + .service-audience{margin-top:44px}.service-audience > h2{font-size:28px;letter-spacing:-.03em;margin-bottom:12px}.service-audience > p{margin-bottom:24px}



/* Markenname und Leitsatz bleiben als Einheit neben der Navigation. */
.header .brand { flex-shrink: 0; }
.brand-copy { display: flex; flex-direction: column; gap: 5px; }
.brand-name { line-height: 1.15; }
.brand-tagline { font-size: 12px; font-weight: 600; line-height: 1.3; letter-spacing: 0; color: #365c80; }
.team-copy p + p { margin-top: 18px; }
.price-section { padding-top: 24px; padding-bottom: 48px; }
.price-card { padding: clamp(24px, 4vw, 48px); border: 1px solid #a8c5e5; border-radius: 12px; background: #ccdef5; }
.price-card h2 { margin: 12px 0 24px; }
.price-card > p { max-width: 780px; color: #294663; }
.price-card > p + p { margin-top: 18px; }
.price-card .price-promise { color: #132b46; }
@media (max-width: 720px) {
  .header .brand { font-size: 18px; }
  .brand-copy { max-width: 175px; gap: 4px; }
  .brand-tagline { white-space: normal; }
  .header .nav { gap: 10px; }
  .mobile-menu summary { padding: 10px 4px; }
}
@media (max-width: 380px) {
  .header .brand, .footer .brand { font-size: 17px; }
  .brand-copy { max-width: 165px; }
  .header .nav { gap: 6px; }
}

@media (min-width: 1021px) {
  .about-provider strong { white-space: nowrap; }
}
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.contact-form .button:disabled { cursor: wait; opacity: .7; }
/* Former inline declarations, kept local for a strict content policy. */
.layout-1{margin-top:20px;max-width:700px}
.layout-2{margin-top:16px}
.layout-3{margin:20px 0}
.layout-4{margin-top:20px}
.layout-5{max-width:760px;margin-top:20px}
.layout-6{margin-top:14px;margin-bottom:32px}
.layout-7{font-size:14px}

.form-status:empty { display: none; }
