/* Redaktionelle Neufassung 2026-08: Raumachsen statt Standardkarten. */
:root {
  --text: #24323a;
  --muted: #5b6870;
  --bg: #fbf9f5;
  --soft: #f1eee8;
  --line: #cfd8d8;
  --brand: #31586b;
  --accent: #a8543c;
  --dark: #203f50;
  --paper: #fffdf9;
  --blue-soft: #e7eff1;
  --terra-soft: #f2e5de;
  --focus: #7b301e;
  --radius: 12px;
  --shadow: 0 22px 58px rgba(31, 62, 77, .14);
  --max: 1160px;
}

html {
  scroll-padding-top: 96px;
}

body {
  background: var(--paper);
  color: var(--text);
  font-size: 18px;
}

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

.betreiber {
  padding: 6px 20px;
  background: #1f3c4b;
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
}

.kopf {
  background: rgba(255, 253, 249, .96);
  border-bottom: 1px solid #d8dfdf;
  backdrop-filter: blur(14px);
}

.kopf-innen {
  position: relative;
  min-height: 72px;
}

.marke {
  color: #203f50;
  font-size: 22px;
  letter-spacing: -.025em;
}

.marke small {
  margin-top: 2px;
  color: #66737a;
  font-size: 10px;
  letter-spacing: .14em;
}

.navigation {
  gap: 30px;
}

.navigation a {
  position: relative;
  color: #2d424d;
  font-size: 14px;
  font-weight: 750;
}

.navigation a::after {
  position: absolute;
  right: auto;
  bottom: -7px;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--accent);
  content: "";
  opacity: 0;
}

.navigation a:hover {
  text-decoration: none;
}

.navigation a:hover::after,
.navigation a:focus-visible::after {
  opacity: 1;
}

.menue-schalter {
  border-color: #b9c7cb;
  color: var(--dark);
}

.motivband {
  height: 112px;
  border-bottom: 1px solid #d2dbdc;
  background: #dbe4e5;
}

.motivband img {
  object-position: center 38%;
  filter: saturate(.74) contrast(.96) brightness(1.04);
}

.motivband::after {
  background:
    linear-gradient(90deg, rgba(32, 63, 80, .34), transparent 48%, rgba(168, 84, 60, .08)),
    linear-gradient(180deg, transparent 55%, rgba(32, 63, 80, .08));
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 46px;
  border-bottom: 1px solid #d5dede;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(49, 88, 107, .055) calc(50% - 1px), rgba(49, 88, 107, .055) 50%, transparent 50%),
    linear-gradient(0deg, transparent calc(100% - 1px), rgba(49, 88, 107, .05) calc(100% - 1px)),
    linear-gradient(145deg, #fffdf9 0%, #f4f0e8 100%);
  background-size: 210px 100%, 100% 94px, auto;
}

.hero::before {
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - var(--max)) / 2));
  width: 132px;
  height: 18px;
  border-right: 1px solid rgba(168, 84, 60, .34);
  border-bottom: 1px solid rgba(168, 84, 60, .34);
  content: "";
}

.hero-raster {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 22px;
  align-items: center;
}

.hero-text {
  grid-column: 1 / 7;
  grid-row: 1;
  padding-right: 22px;
}

.hero h1 {
  max-width: 680px;
  margin: 0 0 19px;
  color: #203e4e;
  font-size: clamp(44px, 4.35vw, 54px);
  font-weight: 780;
  hyphens: none;
  letter-spacing: -.048em;
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: normal;
}

.hero p {
  max-width: 640px;
  margin: 0;
  color: #52636c;
  font-size: 18px;
  line-height: 1.66;
}

.einordnung {
  margin-bottom: 11px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .135em;
}

.hero-bild {
  grid-column: 7 / 13;
  grid-row: 1 / 3;
  height: 330px !important;
  border: 1px solid rgba(49, 88, 107, .18);
  border-radius: 4px 62px 4px 4px;
  box-shadow: var(--shadow);
}

.hero-bild img {
  object-position: center 49%;
}

.hero-aktionen {
  grid-column: 1 / 7;
  grid-row: 2;
  align-self: start;
  margin-top: 24px;
  padding-right: 22px;
}

.knopf {
  min-height: 51px;
  padding: 11px 20px;
  border: 1px solid var(--brand);
  border-radius: 4px 17px 4px 4px;
  background: var(--brand);
  box-shadow: none;
  font-weight: 780;
}

.knopf:hover {
  background: #254a5d;
}

.knopf-sekundaer {
  border-color: #8da1aa;
  background: rgba(255, 255, 255, .64);
  color: #294f62;
}

.knopf-sekundaer:hover {
  border-color: var(--brand);
  background: #e8eff1;
  color: #203f50;
}

.anliegen-wege {
  border-bottom: 1px solid #d3dcdd;
  background: #fff;
}

.anliegen-leiste {
  max-width: var(--max);
}

.anliegen-leiste a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 88px;
  padding: 18px 28px;
  border-right: 1px solid #d5dddd;
  color: #263e49;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
}

.anliegen-leiste a span {
  display: block;
  margin-bottom: 4px;
  color: #8d4633;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.anliegen-leiste a::after {
  position: absolute;
  right: auto;
  bottom: 12px;
  left: 28px;
  width: 28px;
  height: 2px;
  background: var(--accent);
  content: "";
  opacity: 0;
}

.anliegen-leiste a:hover,
.anliegen-leiste a:focus-visible {
  background: #faf6f1;
}

.anliegen-leiste a:hover::after,
.anliegen-leiste a:focus-visible::after {
  opacity: 1;
}

.abschnitt {
  padding: 80px 0;
}

.abschnitt h2,
.kosten h2,
.kontakt h2,
.vertrauen h2,
.formular-bereich h2 {
  margin: 0 0 18px;
  color: #244352;
  font-size: clamp(31px, 3.7vw, 42px);
  font-weight: 760;
  letter-spacing: -.038em;
  line-height: 1.12;
}

.vorspann {
  color: #53636b;
  font-size: 19px;
  line-height: 1.62;
}

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

.eigentuemer-raster {
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr);
  gap: 68px;
}

.eigentuemer-text {
  position: relative;
  padding-left: 27px;
}

.eigentuemer-text::before {
  position: absolute;
  top: 2px;
  bottom: 4px;
  left: 0;
  width: 2px;
  background: linear-gradient(var(--accent) 0 28%, #d2dcdd 28% 100%);
  content: "";
}

.eigentuemer-text p {
  max-width: 670px;
  margin: 0 0 17px;
}

.eigentuemer-bild {
  height: 372px;
  border: 1px solid #d4dddd;
  border-radius: 48px 4px 4px 4px;
  box-shadow: 0 18px 45px rgba(34, 66, 80, .11);
}

.eigentuemer-bild img {
  object-position: 52% 45%;
}

.verkauf-link {
  margin-top: 5px;
}

.situationen {
  counter-reset: lebenslage;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 54px;
  margin: 52px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}

.situationen li {
  counter-increment: lebenslage;
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0 12px;
  padding: 21px 0 23px;
  border-top: 1px solid #ccd7d8;
}

.situationen li::before {
  grid-column: 1;
  grid-row: 1 / 3;
  color: var(--accent);
  content: counter(lebenslage, decimal-leading-zero);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
}

.situationen strong {
  grid-column: 2;
  color: #29424d;
  font-size: 17px;
  line-height: 1.35;
}

.situationen span {
  grid-column: 2;
  margin-top: 6px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.grundriss-band {
  position: relative;
  overflow: hidden;
  border-block: 1px solid #cedadb;
  background:
    linear-gradient(90deg, rgba(49, 88, 107, .055) 1px, transparent 1px),
    linear-gradient(rgba(49, 88, 107, .055) 1px, transparent 1px),
    var(--blue-soft);
  background-size: 86px 86px;
}

.grundriss-band::after {
  position: absolute;
  right: -70px;
  bottom: -95px;
  width: 260px;
  height: 210px;
  border: 1px solid rgba(168, 84, 60, .22);
  content: "";
  transform: rotate(-9deg);
}

.grundriss-raster {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px 22px;
  align-items: start;
}

.grundriss-kopf {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 18px 72px;
  align-items: end;
  margin-bottom: 13px;
}

.grundriss-kopf .einordnung,
.grundriss-kopf h2 {
  grid-column: 1;
}

.grundriss-kopf .einordnung {
  margin-bottom: -4px;
}

.grundriss-kopf h2 {
  margin-bottom: 0;
}

.grundriss-kopf p {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: #52636b;
}

.grundriss-bild {
  grid-column: 1 / 6;
  height: 430px;
  border: 1px solid rgba(49, 88, 107, .2);
  border-radius: 4px 4px 56px 4px;
  box-shadow: 0 18px 48px rgba(33, 62, 75, .13);
}

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

.raumprofil {
  grid-column: 6 / 13;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 2px solid var(--brand);
}

.raumprofil > div {
  min-width: 0;
  padding: 15px 18px 17px 0;
  border-bottom: 1px solid #bfcfd1;
}

.raumprofil > div:nth-child(even) {
  padding-left: 19px;
  border-left: 1px solid #bfcfd1;
}

.raumprofil > div:last-child {
  grid-column: 1 / -1;
  padding-left: 0;
  border-left: 0;
}

.raumprofil dt {
  margin-bottom: 4px;
  color: #284959;
  font-size: 16px;
  font-weight: 820;
}

.raumprofil dd {
  margin: 0;
  color: #56676f;
  font-size: 14px;
  line-height: 1.5;
}

.grundriss-hinweis {
  grid-column: 6 / 13;
  margin: -5px 0 0 !important;
  padding: 15px 18px;
  border: 0;
  border-left: 3px solid var(--accent);
  background: rgba(255, 253, 249, .72);
  color: #465961;
  font-size: 15px;
}

.kaufen {
  padding: 68px 0;
  background: var(--paper);
}

.kaufen-raster {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: 70px;
  align-items: start;
}

.kaufen-kopf {
  padding-top: 4px;
}

.kaufen-kopf h2 {
  margin-bottom: 0;
}

.kaufen-text {
  padding-left: 26px;
  border-left: 2px solid #d1dcdd;
}

.kaufen-text .vorspann,
.kaufen-text p {
  margin: 0 0 18px;
}

.suchfragen {
  margin: 24px 0;
  padding: 0;
  border-top: 1px solid #ccd6d7;
  list-style: none;
}

.suchfragen li {
  padding: 13px 0;
  border-bottom: 1px solid #ccd6d7;
  color: #53636b;
  font-size: 16px;
}

.suchfragen strong {
  display: inline-block;
  min-width: 170px;
  color: #294959;
}

.textlink {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: #295166;
  font-weight: 800;
  text-underline-offset: 5px;
}

.textlink::after {
  color: var(--accent);
  content: "→";
}

.textlink:hover {
  color: var(--accent);
}

.faq {
  border-block: 1px solid #ded6ca;
  background:
    linear-gradient(135deg, rgba(168, 84, 60, .045), transparent 43%),
    #f5f1e9;
}

.faq-raster {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: start;
}

.faq-einleitung p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.faq-innen {
  max-width: none;
  border-top: 2px solid var(--brand);
}

.faq details {
  border-top: 0;
  border-bottom: 1px solid #d1c9bd;
}

.faq summary {
  position: relative;
  padding: 20px 42px 20px 0;
  color: #284552;
  font-size: 17px;
  font-weight: 780;
  line-height: 1.45;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::marker {
  content: "";
}

.faq summary::after {
  position: absolute;
  top: 17px;
  right: 4px;
  color: var(--accent);
  content: "+";
  font-size: 26px;
  font-weight: 450;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  margin: 0 40px 22px 0;
  color: var(--muted);
  font-size: 16px;
}

.kosten {
  padding: 50px 0;
  border-block: 0 1px solid #dccbc2;
  background: var(--terra-soft);
}

.kosten-innen {
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 58px;
}

.kosten h2 {
  margin-bottom: 0;
  color: #4d3932;
  font-size: 32px;
}

.kosten p {
  color: #534b47;
}

.kosten a {
  color: #70402f;
  font-weight: 780;
}

.formular-bereich {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(145deg, #203f50 0%, #2d5668 100%);
  background-size: 96px 96px, 96px 96px, auto;
}

.formular-bereich::before {
  position: absolute;
  top: 0;
  left: 8%;
  width: 180px;
  height: 38px;
  border-right: 1px solid rgba(255, 218, 200, .24);
  border-bottom: 1px solid rgba(255, 218, 200, .24);
  content: "";
}

.formular-raster {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(270px, .68fr) minmax(0, 1.32fr);
  gap: 68px;
}

.formular-einleitung {
  position: sticky;
  top: 116px;
}

.formular-einleitung h2 {
  color: #fff;
  font-size: 43px;
}

.formular-einleitung p {
  margin: 0;
  color: rgba(255,255,255,.8);
}

.formular-bereich .einordnung {
  color: #ffd8c6;
}

.formular {
  padding: 32px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 4px 28px 4px 4px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(14, 35, 46, .31);
}

.auswahl {
  min-inline-size: 0;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
}

.auswahl label {
  min-height: 64px;
  padding: 10px 11px 10px 34px;
  border-color: #aab7bc;
  border-radius: 4px 12px 4px 4px;
  color: #2b414b;
  line-height: 1.35;
}

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

.feld {
  display: block;
  margin: 17px 0 7px;
  color: #253943;
  font-weight: 750;
}

.eingabe {
  display: block;
  width: 100%;
  margin: 0;
  padding: 13px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #75858c;
  border-radius: 4px 11px 4px 4px;
  background: #fff;
  color: #17242b;
  font: inherit;
}

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

.eingabe:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(54, 95, 117, .15);
}

.eingabe[aria-invalid="true"] {
  border-color: #a32121;
  box-shadow: 0 0 0 2px rgba(163, 33, 33, .16);
}

.freiwillig {
  margin: 22px 0 20px;
}

.freiwillig summary {
  color: #294b5d;
}

.formular .knopf {
  border-radius: 4px 15px 4px 4px;
}

.formular-knopf {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.kontakt {
  padding: 54px 0 58px;
  border-bottom: 1px solid #d9e0df;
  background: var(--paper);
}

.kontakt-innen {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 58px;
  align-items: end;
}

.kontakt h2 {
  max-width: 690px;
  margin-bottom: 8px;
  color: #294653;
  font-size: 34px;
}

.kontakt-name {
  color: #4e5b61 !important;
  font-weight: 760 !important;
}

.kontaktdaten {
  display: grid;
  gap: 7px;
  margin: 0;
  min-width: 0;
  font-style: normal;
}

.kontaktdaten a {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 43px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #294959;
  font-weight: 800;
}

.kontaktdaten span {
  color: #6a777d;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kontaktdaten a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.vertrauen {
  padding: 46px 0;
  border-top: 0;
  background: #e5eef0;
}

.vertrauen-innen {
  grid-template-columns: 1.25fr repeat(3, .75fr);
  gap: 30px;
}

.vertrauen-kopf .einordnung {
  margin-bottom: 6px;
}

.vertrauen h2 {
  margin: 0;
  color: #294959;
  font-size: 27px;
}

.kennzahl {
  min-height: 62px;
  padding-left: 20px;
  border-left: 1px solid #b8cbd0;
}

.kennzahl strong {
  color: #294f62;
}

.footer {
  background: #1f3c4b;
}

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

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

:focus-visible {
  outline-color: var(--focus);
}

@media (max-width: 980px) {
  .hero-raster {
    gap-inline: 16px;
  }

  .hero-text,
  .hero-aktionen {
    padding-right: 15px;
  }

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

  .eigentuemer-raster,
  .kaufen-raster,
  .faq-raster {
    gap: 45px;
  }

  .grundriss-kopf {
    gap-inline: 44px;
  }

  .grundriss-bild {
    grid-column: 1 / 6;
  }

  .raumprofil,
  .grundriss-hinweis {
    grid-column: 6 / 13;
  }
}

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

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

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

  .menue-schalter {
    display: block;
  }

  .navigation {
    position: absolute;
    top: 100%;
    right: -15px;
    left: -15px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px 15px 16px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .navigation[data-offen="true"] {
    display: flex;
  }

  .navigation a {
    min-height: 46px;
    padding: 11px 4px;
    border-bottom: 1px solid var(--line);
  }

  .navigation a:last-child {
    border-bottom: 0;
  }

  .navigation a::after {
    display: none;
  }

  .motivband {
    height: 84px;
  }

  .motivband img {
    object-position: center 39%;
  }

  .hero {
    padding: 31px 0 35px;
    background-size: 140px 100%, 100% 78px, auto;
  }

  .hero-raster {
    display: grid;
    grid-template-columns: 1fr;
    gap: 21px;
  }

  .hero-raster > .hero-text {
    display: block;
  }

  .hero-raster > .hero-text,
  .hero-raster > .hero-bild,
  .hero-raster > .hero-aktionen {
    grid-column: 1;
    grid-row: auto;
    padding-right: 0;
  }

  .hero-raster > .hero-text {
    order: 0;
  }

  .hero-raster > .hero-bild {
    order: 1;
    height: 226px !important;
    border-radius: 4px 40px 4px 4px;
  }

  .hero-raster > .hero-aktionen {
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hero h1 {
    font-size: clamp(34px, 9.5vw, 40px);
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

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

  .knopf {
    width: 100%;
  }

  .anliegen-leiste {
    grid-template-columns: 1fr;
  }

  .anliegen-leiste a {
    min-height: 66px;
    padding: 13px 18px;
    border-right: 0;
    border-bottom: 1px solid #d5dddd;
  }

  .anliegen-leiste a:last-child {
    border-bottom: 0;
  }

  .anliegen-leiste a::after {
    bottom: 8px;
    left: 18px;
  }

  .abschnitt {
    padding: 58px 0;
  }

  .eigentuemer-raster,
  .kaufen-raster,
  .faq-raster,
  .kosten-innen,
  .formular-raster,
  .kontakt-innen {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .eigentuemer-text {
    padding-left: 20px;
  }

  .eigentuemer-bild {
    width: 100%;
    max-width: 610px;
    height: 284px;
    margin-inline: auto;
    border-radius: 36px 4px 4px 4px;
  }

  .situationen {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }

  .grundriss-raster {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .grundriss-kopf {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0;
  }

  .grundriss-kopf .einordnung,
  .grundriss-kopf h2,
  .grundriss-kopf p {
    grid-column: 1;
    grid-row: auto;
  }

  .grundriss-bild,
  .raumprofil,
  .grundriss-hinweis {
    grid-column: 1;
  }

  .grundriss-bild {
    width: 100%;
    max-width: 610px;
    height: 278px;
    margin-inline: auto;
    border-radius: 4px 4px 40px 4px;
  }

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

  .raumprofil > div,
  .raumprofil > div:nth-child(even),
  .raumprofil > div:last-child {
    grid-column: 1;
    padding: 14px 0 15px;
    border-left: 0;
  }

  .grundriss-hinweis {
    margin-top: -7px !important;
  }

  .kaufen {
    padding: 56px 0;
  }

  .kaufen-text {
    padding-top: 22px;
    padding-left: 0;
    border-top: 2px solid #d1dcdd;
    border-left: 0;
  }

  .suchfragen strong {
    min-width: 150px;
  }

  .faq-raster {
    gap: 28px;
  }

  .kosten {
    padding: 42px 0;
  }

  .kosten-innen {
    gap: 14px;
  }

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

  .formular-einleitung {
    position: static;
  }

  .formular {
    padding: 24px 18px;
    border-radius: 4px 22px 4px 4px;
  }

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

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

  .kontakt {
    padding: 48px 0 52px;
  }

  .kontaktdaten {
    width: 100%;
  }

  .vertrauen-innen {
    grid-template-columns: 1fr 1fr;
  }

  .vertrauen-kopf {
    grid-column: 1 / -1;
  }

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

@media (max-width: 520px) {
  .betreiber {
    padding-inline: 12px;
    font-size: 11px;
  }

  .marke {
    max-width: 215px;
    font-size: 19px;
  }

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

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

  .abschnitt h2,
  .kosten h2,
  .kontakt h2 {
    font-size: 30px;
  }

  .eigentuemer-bild,
  .grundriss-bild {
    height: 236px;
  }

  .situationen li {
    grid-template-columns: 36px 1fr;
    gap: 0 9px;
  }

  .suchfragen strong {
    display: block;
    min-width: 0;
    margin-bottom: 2px;
  }

  .freiwillig-innen {
    grid-template-columns: 1fr;
  }

  .kontaktdaten a {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 5px;
  }

  .vertrauen-innen {
    grid-template-columns: 1fr;
  }

  .vertrauen-kopf {
    grid-column: 1;
  }
}

@media (max-width: 360px) {
  .rahmen,
  .kopf-innen {
    width: calc(100% - 22px);
  }

  .kopf-innen {
    gap: 7px;
  }

  .marke {
    max-width: 190px;
    font-size: 17px;
  }

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

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

  .hero-bild {
    height: 204px !important;
  }

  .eigentuemer-bild,
  .grundriss-bild {
    height: 215px;
  }

  .formular {
    padding-inline: 13px;
  }

  .auswahl label {
    padding-right: 8px;
    font-size: 14px;
  }
}

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

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