:root {
  --bg: #f4f8fa;
  --soft: #dcebf0;
  --text: #243139;
  --muted: #47616b;
  --line: #b8cdd5;
  --brand: #0b3c66;
  --accent: #b8523b;
  --dark: #132c3c;
  --radius: 6px;
  --shadow: 0 14px 34px rgba(19, 44, 60, .08);
  --max: 1200px;
}

html,
body {
  overflow-x: clip;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

figure,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.025em;
}

p {
  text-wrap: pretty;
}

.betreiber {
  background: var(--brand);
  color: #fff;
  letter-spacing: .055em;
}

.kopf {
  background: rgba(255, 255, 255, .97);
  border-color: #c7d7dd;
}

.kopf-innen {
  min-height: 76px;
}

.marke {
  color: var(--dark);
  font-size: 19px;
  letter-spacing: -.01em;
}

.marke small {
  margin-top: 2px;
  color: #54717d;
  letter-spacing: .125em;
}

.navigation {
  gap: 21px;
}

.navigation a {
  color: #273a43;
  font-size: 14px;
  letter-spacing: .015em;
  text-decoration-thickness: 2px;
}

.navigation a:hover {
  color: var(--brand);
}

.menue-schalter {
  border-color: #79929c;
  border-radius: 4px;
  color: var(--dark);
}

.rahmen {
  width: min(var(--max), calc(100% - 48px));
}

.einordnung {
  margin-bottom: 11px;
  color: #9e3f2c;
  font-size: 13px;
  letter-spacing: .14em;
}

.hero {
  padding: 45px 0 36px;
  background:
    linear-gradient(90deg, rgba(84, 123, 138, .1) 1px, transparent 1px) 0 0 / 96px 100%,
    var(--bg);
}

.direkt-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .93fr);
  align-items: center;
  gap: 34px 46px;
}

.hero-text {
  padding-left: 24px;
  border-left: 4px solid var(--accent);
}

.hero h1 {
  max-width: 720px;
  margin: 0 0 19px;
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.hero p {
  max-width: 680px;
  margin: 0;
  color: #405a65;
  font-size: 18px;
  line-height: 1.62;
}

.dossierbild {
  position: relative;
  overflow: hidden;
  border: 1px solid #b7c8ce;
  border-radius: var(--radius);
  background: #d7e1e5;
}

.dossierbild::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 5px solid rgba(255, 255, 255, .45);
  pointer-events: none;
}

.dossierbild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bild {
  height: 350px;
}

.hero-bild img {
  object-position: 51% 50%;
}

.symbolbild {
  z-index: 2;
  right: 9px;
  bottom: 9px;
  border-radius: 2px;
  background: rgba(19, 44, 60, .88);
  color: #fff;
}

.direktwege {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.3fr 1fr .75fr;
  border-block: 1px solid #abc0c9;
  background: rgba(255, 255, 255, .86);
}

.direktweg {
  display: grid;
  align-content: center;
  min-height: 112px;
  padding: 18px 24px;
  border-right: 1px solid #abc0c9;
  color: var(--dark);
  text-decoration: none;
}

.direktweg:last-child {
  border-right: 0;
}

.direktweg span {
  color: #8b3b2b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.direktweg strong {
  margin: 3px 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
}

.direktweg small {
  color: #4a6570;
  font-size: 13px;
}

.direktweg-primaer {
  background: var(--dark);
  color: #fff;
}

.direktweg-primaer span,
.direktweg-primaer small {
  color: #dcebf0;
}

.direktweg:hover {
  background: #e7f1f4;
}

.direktweg-primaer:hover {
  background: var(--brand);
}

.direktweg-klein strong {
  font-size: 20px;
}

.direkteinstieg {
  padding: 58px 0;
  border-block: 1px solid #bfd1d8;
  background: #fff;
}

.direkteinstieg-innen,
.abwägung-innen {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 38px;
  align-items: stretch;
}

.seitenmarke {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid var(--accent);
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.direkteinstieg h2,
.abwägung h2 {
  max-width: 800px;
  margin: 0 0 13px;
  font-size: clamp(30px, 3.4vw, 43px);
  line-height: 1.12;
}

.direkteinstieg p {
  max-width: 880px;
  margin: 0;
  color: #415c67;
}

.direkteinstieg a {
  color: var(--brand);
  font-weight: 750;
  text-underline-offset: 4px;
}

.abschnitt {
  padding: 78px 0;
}

.abschnitt h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 3.8vw, 47px);
  line-height: 1.08;
}

.verkaufsdossier {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  gap: 54px;
  align-items: center;
}

.verkaufstext {
  padding-left: 25px;
  border-left: 3px solid var(--brand);
}

.verkaufstext p {
  margin: 0 0 17px;
  color: #3e5964;
}

.knopf {
  min-height: 50px;
  margin-top: 5px;
  border: 1px solid #9d3d29;
  border-radius: 3px;
  background: #a5412d;
  color: #fff;
}

.knopf:hover {
  border-color: #772b1c;
  background: #772b1c;
}

.knopf-sekundaer {
  border-color: var(--brand);
  background: transparent;
  color: var(--brand);
}

.knopf-sekundaer:hover {
  background: var(--brand);
  color: #fff;
}

.verkaufsbild {
  aspect-ratio: 14 / 9;
}

.verkaufsbild img {
  object-position: 46% 50%;
}

.register {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 42px 60px;
  margin-top: 72px;
  padding-top: 42px;
  border-top: 1px solid #9eb8c2;
}

.register-kopf h2 {
  font-size: clamp(30px, 3.1vw, 40px);
}

.register-liste {
  border-bottom: 1px solid #9eb8c2;
}

.register-liste > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid #9eb8c2;
}

.register-liste dt {
  color: var(--dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
}

.register-liste dd {
  color: #425d68;
  font-size: 16px;
}

.register-hinweis {
  grid-column: 2;
  max-width: 760px;
  margin: -20px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--accent);
  color: #405a65;
  font-size: 15px;
}

.abwägung {
  padding: 50px 0;
  background: var(--soft);
}

.abwägung p {
  max-width: 820px;
  margin: 0;
  color: #354f5a;
}

.querbild-text {
  display: grid;
  grid-template-columns: minmax(390px, .94fr) minmax(0, 1.06fr);
  gap: 58px;
  align-items: center;
}

.suchbild,
.mitarbeit-bild {
  aspect-ratio: 4 / 3;
}

.suchbild img {
  object-position: 52% 50%;
}

.kaufen {
  background: #fff;
}

.kaufen p,
.mitarbeit p {
  color: #3e5964;
}

.mitarbeit {
  padding-block: 56px;
  border-top: 1px solid #bfd1d8;
  background: #edf4f6;
}

.mitarbeit-raster {
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, .76fr);
}

.mitarbeit-bild img {
  object-position: 50% 45%;
}

.mitarbeit-bild {
  width: min(100%, 460px);
  aspect-ratio: 16 / 9;
  justify-self: end;
}

.textweg {
  display: inline-block;
  margin-top: 7px;
  color: var(--brand);
  font-weight: 800;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.faktenband {
  padding: 48px 0;
  background: var(--dark);
  color: #fff;
}

.fakten-innen {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 48px;
  align-items: center;
}

.faktenband .einordnung {
  color: #bcdce7;
}

.faktenband h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
}

.faktenband dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #547b8a;
}

.faktenband dl > div {
  padding: 8px 22px;
  border-right: 1px solid #547b8a;
}

.faktenband dt {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
}

.faktenband dd {
  color: #c9dce3;
  font-size: 13px;
  letter-spacing: .06em;
}

.faq {
  background: #fff;
}

.faq-innen {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 60px;
  align-items: start;
}

.faq-innen h2 {
  font-size: clamp(31px, 3.5vw, 43px);
}

.faq-liste details {
  border-color: #9fb8c2;
}

.faq-liste summary {
  padding: 19px 34px 19px 0;
  color: var(--dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  list-style-position: inside;
}

.faq-liste details p {
  margin-bottom: 21px;
  color: #3e5964;
  font-size: 16px;
}

.formular-bereich {
  padding: 76px 0;
  background: var(--soft);
  color: var(--text);
}

.formular-raster {
  grid-template-columns: .74fr 1.26fr;
  gap: 54px;
}

.formular-einleitung {
  padding: 22px 0 0 23px;
  border-left: 3px solid var(--accent);
}

.formular-einleitung h2 {
  color: var(--dark);
}

.formular-einleitung p {
  color: #3f5964;
}

.formular-bereich .einordnung {
  color: #8f3827;
}

.formular-karte,
.formular {
  min-width: 0;
}

.formular {
  position: relative;
  padding: 32px;
  border: 1px solid #9db6c0;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.honigfeld {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.auswahl {
  gap: 7px;
}

.auswahl label {
  min-height: 64px;
  border-color: #718893;
  border-radius: 3px;
  color: #263b44;
}

.auswahl label:has(input:checked) {
  border-color: var(--brand);
  background: #e3eef2;
  box-shadow: inset 0 0 0 1px var(--brand);
}

.auswahl label::before {
  border-color: #5f727b;
}

.auswahl label:has(input:checked)::before {
  border-color: var(--brand);
}

.feld {
  margin: 0 0 7px;
  color: #263a43;
}

.eingabe {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  padding: 13px 14px;
  border: 1px solid #657b85;
  border-radius: 3px;
  background: #fff;
  color: #18272e;
}

textarea.eingabe {
  min-height: 158px;
  resize: vertical;
}

.eingabe[aria-invalid="true"] {
  border-color: #9a241e;
  box-shadow: 0 0 0 2px rgba(154, 36, 30, .16);
}

.freiwillig {
  border-color: #b5c8cf;
}

.freiwillig summary {
  color: var(--dark);
}

.freiwillig-innen .feld {
  margin-bottom: 7px;
}

.zustimmung {
  color: #2e434c;
}

.zustimmung a {
  color: var(--brand);
  font-weight: 750;
  text-underline-offset: 3px;
}

.formular .formular-knopf {
  border: 1px solid #093354;
  background: var(--brand);
}

.formular .formular-knopf:hover {
  background: #062b49;
}

.vertraulichkeit {
  color: #465e68;
}

.formular-fehler {
  color: #8d1f1b;
}

.kontakt {
  padding: 52px 0;
  background: var(--brand);
  color: #fff;
}

.kontakt .einordnung {
  color: #c8e3ec;
}

.kontakt h2 {
  color: #fff;
}

.kontakt-name {
  color: #dcebf0;
}

.kontaktdaten {
  display: grid;
  gap: 10px;
  font-style: normal;
}

.kontaktdaten a {
  min-width: 255px;
  padding: 12px 16px;
  border-left: 3px solid #e5a18f;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-decoration: none;
}

.kontaktdaten span {
  display: block;
  color: #c8e3ec;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kontaktdaten a:hover {
  background: rgba(255, 255, 255, .15);
}

.footer {
  background: #0d2431;
}

.footer-innen {
  flex-wrap: wrap;
}

.footer a {
  text-underline-offset: 3px;
}

.bildhinweis {
  color: #cadce3;
}

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 4px;
}

.direktweg-primaer:focus-visible,
.faktenband a:focus-visible,
.kontakt a:focus-visible,
.footer a:focus-visible {
  outline-color: #ffd08a;
}

.auswahl label:has(input:focus-visible) {
  outline: 3px solid #7a321f;
  outline-offset: 3px;
}

@media (max-width: 1020px) {
  .direkt-hero,
  .verkaufsdossier {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(40px, 5vw, 52px);
  }

  .direktweg {
    padding-inline: 18px;
  }

  .direktweg strong {
    font-size: 21px;
  }

  .register {
    gap: 38px;
  }

  .querbild-text,
  .mitarbeit-raster {
    grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
    gap: 40px;
  }

  .fakten-innen {
    grid-template-columns: .65fr 1.35fr;
  }

  .faktenband dl > div {
    padding-inline: 15px;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 17px;
  }

  .kopf-innen,
  .rahmen {
    width: min(100% - 28px, var(--max));
  }

  .kopf-innen {
    min-height: 68px;
  }

  .navigation {
    top: 100%;
    border-color: #a9bec7;
    background: #fff;
  }

  .navigation a {
    padding: 8px 2px;
  }

  .hero {
    padding: 32px 0 27px;
  }

  .direkt-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
  }

  .hero-text {
    padding-left: 17px;
  }

  .hero h1,
  .abschnitt h2,
  .direkteinstieg h2,
  .abwägung h2 {
    overflow-wrap: normal;
    hyphens: manual;
  }

  .hero h1 {
    font-size: clamp(35px, 9.2vw, 43px);
  }

  .hero p {
    font-size: 17px;
  }

  .hero-bild {
    height: auto;
    aspect-ratio: 8 / 5;
  }

  .hero-bild img {
    object-position: 53% 50%;
  }

  .direktwege {
    grid-template-columns: 1fr;
  }

  .direktweg {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid #abc0c9;
  }

  .direktweg:last-child {
    border-bottom: 0;
  }

  .direkteinstieg,
  .abschnitt,
  .formular-bereich {
    padding: 58px 0;
  }

  .direkteinstieg-innen,
  .abwägung-innen {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .seitenmarke {
    justify-content: flex-start;
    padding-bottom: 8px;
    border-right: 0;
    border-bottom: 2px solid var(--accent);
    writing-mode: horizontal-tb;
    transform: none;
  }

  .verkaufsdossier,
  .querbild-text,
  .mitarbeit-raster,
  .faq-innen,
  .formular-raster,
  .fakten-innen {
    grid-template-columns: 1fr;
  }

  .verkaufsdossier,
  .querbild-text,
  .mitarbeit-raster {
    gap: 31px;
  }

  .verkaufstext {
    padding-left: 17px;
  }

  .register {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 54px;
  }

  .register-hinweis {
    grid-column: 1;
    margin-top: 2px;
  }

  .register-liste > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .kaufen .querbild-text {
    display: flex;
    flex-direction: column;
  }

  .kaufen .suchbild {
    order: 2;
  }

  .kaufen .querbild-text > div {
    order: 1;
  }

  .mitarbeit-bild {
    width: min(92%, 420px);
    justify-self: start;
  }

  .fakten-innen {
    gap: 28px;
  }

  .faktenband dl {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid #547b8a;
  }

  .faktenband dl > div {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid #547b8a;
  }

  .faq-innen {
    gap: 21px;
  }

  .formular-einleitung {
    padding: 0 0 0 17px;
  }

  .formular {
    padding: 23px 16px;
  }

  .auswahl {
    grid-template-columns: 1fr;
  }

  .auswahl label {
    min-height: 52px;
  }

  .kontakt-innen {
    align-items: flex-start;
  }

  .kontaktdaten {
    width: 100%;
  }

  .kontaktdaten a {
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .rahmen {
    width: calc(100% - 22px);
  }

  .kopf-innen {
    width: calc(100% - 22px);
    gap: 7px;
  }

  .marke {
    font-size: 17px;
  }

  .marke small {
    font-size: 9px;
    letter-spacing: .09em;
  }

  .menue-schalter {
    padding: 8px 9px;
  }

  .hero h1 {
    font-size: 33px;
  }

  .mitarbeit h2,
  .kontakt h2 {
    font-size: 29px;
    letter-spacing: -.035em;
  }

  .hero-text,
  .verkaufstext,
  .formular-einleitung {
    padding-left: 13px;
  }

  .direktweg {
    padding-inline: 15px;
  }

  .direktweg strong {
    font-size: 20px;
  }

  .formular {
    padding-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
