:root {
  color-scheme: light;
  --papier: #f7f3ea;
  --weiss: #ffffff;
  --blau: #173f5f;
  --gruen: #496158;
  --erde: #765c43;
  --rost: #91452f;
  --rost-hell: #efd9cc;
  --nebel: #e4ece8;
  --graphit: #27343a;
  --linie: #aab8b3;
  --fehler: #9d2828;
  --text-hell: #fbfdfc;
  --rand: clamp(1rem, 4vw, 4.8rem);
  --breite: 1280px;
  --schatten: 0 24px 58px rgba(23, 63, 95, 0.13);
  --schrift-text: "Segoe UI", Arial, sans-serif;
  --schrift-titel: Cambria, Georgia, serif;
  --schrift-akzent: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 6.5rem;
}

body {
  margin: 0;
  min-width: min(280px, 100%);
  overflow-x: clip;
  background: var(--papier);
  color: var(--graphit);
  font-family: var(--schrift-text);
  font-size: 1rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

main {
  overflow: clip;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
summary,
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

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

.bewertung :focus-visible,
.anliegen-text :focus-visible,
.kontakt :focus-visible,
.footer :focus-visible {
  outline-color: var(--papier);
}

.rahmen {
  width: min(calc(100% - (2 * var(--rand))), var(--breite));
  margin-inline: auto;
}

.sprunglink {
  position: fixed;
  z-index: 1000;
  top: 0.65rem;
  left: 0.65rem;
  translate: 0 -190%;
  padding: 0.72rem 1rem;
  background: var(--weiss);
  color: var(--blau);
  font-weight: 850;
}

.sprunglink:focus {
  translate: 0;
}

.betreiberleiste {
  padding: 0.46rem var(--rand);
  background: var(--gruen);
  color: var(--text-hell);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.kopf {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(39, 52, 58, 0.18);
  background: rgba(247, 243, 234, 0.97);
  backdrop-filter: blur(10px);
}

.kopf-innen {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.wortmarke {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.56rem;
  color: var(--blau);
  text-decoration: none;
}

.awz-logo {
  width: 50px;
  flex: 0 0 50px;
}

.wortmarke > span {
  display: grid;
  min-width: 0;
  line-height: 1.02;
}

.wortmarke b {
  font-family: var(--schrift-akzent);
  font-size: 1.04rem;
  letter-spacing: -0.035em;
}

.wortmarke small {
  margin-top: 0.34rem;
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menue-schalter {
  display: inline-flex;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 0.7rem;
  border: 1px solid var(--blau);
  background: transparent;
  color: var(--blau);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menue-schalter span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.menue-schalter i,
.menue-schalter i::before,
.menue-schalter i::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
}

.menue-schalter i {
  position: relative;
}

.menue-schalter i::before,
.menue-schalter i::after {
  content: "";
  position: absolute;
  left: 0;
}

.menue-schalter i::before {
  top: -6px;
}

.menue-schalter i::after {
  top: 6px;
}

.navigation {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: grid;
  min-width: 0;
  padding: 0.7rem;
  gap: 0;
  border: 1px solid var(--linie);
  background: var(--weiss);
  box-shadow: var(--schatten);
  font-size: 0.84rem;
  font-weight: 850;
}

.navigation[data-offen="false"] {
  display: none;
}

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

.navigation a {
  min-height: 48px;
  padding: 0.72rem 0.82rem;
  border-bottom: 1px solid #dce4e1;
  white-space: normal;
  text-decoration: none;
}

.navigation a:not(.nav-aktion):hover,
.navigation a:not(.nav-aktion):focus-visible {
  color: var(--rost);
}

.navigation .nav-aktion {
  margin-top: 0.45rem;
  border-bottom: 0;
  background: var(--blau);
  color: var(--weiss);
  text-align: center;
}

.navigation .nav-aktion:hover,
.navigation .nav-aktion:focus-visible {
  background: var(--rost);
}

.knopf {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0.84rem 1.2rem;
  border: 2px solid var(--blau);
  border-radius: 0;
  background: var(--blau);
  color: var(--weiss);
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, translate 160ms ease;
}

.knopf:hover,
.knopf:focus-visible {
  translate: 0 -2px;
  border-color: var(--rost);
  background: var(--rost);
  color: var(--weiss);
}

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

.knopf-sekundaer:hover,
.knopf-sekundaer:focus-visible {
  border-color: var(--rost);
  background: var(--rost);
  color: var(--weiss);
}

.einordnung {
  display: block;
  margin-bottom: 0.74rem;
  color: var(--rost);
  font-family: var(--schrift-akzent);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.145em;
  line-height: 1.45;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
dd,
dt,
summary,
a,
label,
legend {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--blau);
  line-height: 1.08;
}

h1,
h2 {
  font-family: var(--schrift-titel);
  font-weight: 700;
}

h2 {
  margin-bottom: 1.15rem;
  font-size: clamp(1.95rem, 7vw, 3.65rem);
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 0.58rem;
  font-family: var(--schrift-akzent);
  font-size: 1.17rem;
  font-weight: 850;
}

p {
  margin-top: 0;
}

.bildrahmen {
  position: relative;
  margin: 0;
  min-width: 0;
  background: var(--weiss);
  box-shadow: var(--schatten);
}

.bildrahmen img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background: var(--nebel);
}

.bildrahmen figcaption {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0.62rem 0.8rem;
  gap: 0.4rem 1rem;
  border-top: 1px solid var(--linie);
  background: var(--weiss);
  color: #4d5e61;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bildrahmen figcaption b {
  flex: 0 0 auto;
  color: var(--rost);
}

.planrahmen {
  border-top: 6px solid var(--gruen);
}

.planrahmen::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: 2.9rem;
  width: 1.35rem;
  height: 44%;
  border-right: 3px solid var(--rost);
  pointer-events: none;
}

.textaktion {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--blau);
  font-weight: 850;
}

.textaktion:hover,
.textaktion:focus-visible {
  color: var(--rost);
}

.formular {
  position: relative;
  display: grid;
  min-width: 0;
  padding: clamp(1rem, 5vw, 2.15rem);
  gap: 1rem;
  border-top: 6px solid var(--rost);
  background: var(--weiss);
  color: var(--graphit);
  box-shadow: var(--schatten);
}

.honigfeld {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.auswahl {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  gap: 0.52rem;
  border: 0;
}

.auswahl legend {
  width: 100%;
  margin-bottom: 0.62rem;
  color: var(--blau);
  font-weight: 900;
}

.auswahl label {
  display: flex;
  min-height: 62px;
  align-items: center;
  padding: 0.67rem;
  gap: 0.5rem;
  border: 1px solid #647679;
  background: var(--papier);
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.35;
}

.auswahl label:has(input:checked) {
  border-color: var(--blau);
  background: var(--nebel);
  box-shadow: inset 0 -3px 0 var(--blau);
}

.auswahl input,
.zustimmung input {
  width: 1.18rem;
  height: 1.18rem;
  flex: 0 0 auto;
  accent-color: var(--blau);
}

.pflicht-hinweis {
  margin: 0;
  color: #4c5d60;
  font-size: 0.78rem;
}

.pflichtzeichen {
  color: var(--fehler);
  font-weight: 900;
}

.feld {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
  color: var(--blau);
  font-size: 0.85rem;
  font-weight: 850;
}

.feld input,
.feld select,
.feld textarea {
  width: 100%;
  min-width: 0;
  min-height: 49px;
  padding: 0.72rem 0.8rem;
  border: 1px solid #647679;
  border-radius: 0;
  background: var(--weiss);
  font-weight: 450;
}

.feld textarea {
  min-height: 146px;
  resize: vertical;
}

.feld input[aria-invalid="true"],
.feld select[aria-invalid="true"],
.feld textarea[aria-invalid="true"],
.zustimmung input[aria-invalid="true"] {
  outline: 3px solid var(--fehler);
  outline-offset: 2px;
}

.freiwillig {
  border: 1px solid var(--linie);
}

.freiwillig summary {
  min-height: 49px;
  padding: 0.76rem;
  color: var(--blau);
  font-weight: 850;
}

.freiwillig-innen {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0.76rem 0.76rem;
  gap: 0.75rem;
}

.feld-breit {
  grid-column: auto;
}

.zustimmung {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.81rem;
}

.zustimmung input {
  margin-top: 0.3rem;
}

.zustimmung a {
  color: var(--blau);
  font-weight: 850;
}

.formular-knopf {
  width: 100%;
}

.vertraulichkeit,
.formular-fehler {
  margin: 0;
  font-size: 0.79rem;
}

.vertraulichkeit {
  color: #4c5d60;
}

.formular-fehler {
  min-height: 1.4em;
  color: var(--fehler);
  font-weight: 850;
}

.formular-fehler.ist-erfolg {
  color: var(--gruen);
}

.footer {
  padding: 1.55rem 0;
  background: #102f49;
  color: #e7eff1;
  font-size: 0.77rem;
}

.footer-raster {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1rem 2rem;
}

.footer nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.72rem 1.12rem;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--weiss);
}

.bildhinweis {
  max-width: 100ch;
  margin: 0;
  color: #c9d7da;
  font-size: 0.71rem;
}

@media (min-width: 540px) {
  .auswahl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .freiwillig-innen {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feld-breit {
    grid-column: 1 / -1;
  }

  .bildrahmen figcaption {
    gap: 1rem;
  }
}

@media (min-width: 621px) {
  .kopf-innen {
    gap: 1.5rem;
  }

  .wortmarke {
    gap: 0.78rem;
  }

  .awz-logo {
    width: 66px;
    flex-basis: 66px;
  }

  .wortmarke b {
    font-size: 1.34rem;
  }

  .wortmarke small {
    font-size: 0.61rem;
    letter-spacing: 0.12em;
  }

  .footer-raster {
    grid-template-columns: auto 1fr;
  }

  .footer nav {
    justify-content: flex-end;
  }

  .bildhinweis {
    grid-column: 1 / -1;
  }
}

@media (min-width: 700px) {
  .auswahl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .menue-schalter {
    display: inline-flex;
  }

  .navigation[data-offen="false"] {
    display: none;
  }

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

@media (min-width: 941px) {
  html {
    scroll-padding-top: 7rem;
  }

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

  .menue-schalter {
    display: none;
  }

  .navigation,
  .navigation[data-offen="false"],
  .navigation[data-offen="true"] {
    position: static;
    display: flex;
    align-items: center;
    padding: 0;
    gap: clamp(0.58rem, 1.15vw, 1.2rem);
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: clamp(0.71rem, 0.82vw, 0.83rem);
  }

  .navigation a {
    min-height: auto;
    padding: 0;
    border: 0;
    white-space: nowrap;
  }

  .navigation .nav-aktion {
    margin-top: 0;
    padding: 0.82rem 0.92rem;
  }
}

@media (max-width: 620px) {
  .betreiberleiste {
    padding-block: 0.42rem;
    font-size: 0.62rem;
  }

  .bildrahmen figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.18rem;
  }
}

@media (max-width: 320px) {
  :root {
    --rand: 0.72rem;
  }

  .kopf-innen {
    gap: 0.38rem;
  }

  .wortmarke {
    gap: 0.36rem;
  }

  .awz-logo {
    width: 42px;
    flex-basis: 42px;
  }

  .wortmarke b {
    overflow-wrap: normal;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .wortmarke small {
    font-size: 0.43rem;
    letter-spacing: 0.045em;
  }

  .menue-schalter {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .formular {
    padding-inline: 0.82rem;
  }
}

@media (max-width: 360px) {
  h1,
  h2,
  h3 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
