:root {
  --kkw-forest: #173f33;
  --kkw-forest-dark: #0d2b23;
  --kkw-legacy: #167858;
  --kkw-ink: #17312a;
  --kkw-muted: #586a64;
  --kkw-line: #d8e0dc;
  --kkw-white: #ffffff;
  --kkw-sticker: #f3c65b;
  --kkw-sticker-border: #d9aa36;
  --kkw-sticker-hover: #ffd779;
  --kkw-shell: 1040px;
  --kkw-font: "Avenir Next", Ubuntu, "Trebuchet MS", "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body.kkw-page {
  margin: 0;
  background: var(--kkw-white);
  color: var(--kkw-ink);
  font-family: var(--kkw-font);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.kkw-page button,
.kkw-page input,
.kkw-page select,
.kkw-page textarea {
  font: inherit;
  letter-spacing: 0;
}

.kkw-page img {
  display: block;
  max-width: 100%;
}

.kkw-page a {
  color: inherit;
}

.kkw-page h1,
.kkw-page h2,
.kkw-page h3,
.kkw-page p,
.kkw-page figure,
.kkw-page dl,
.kkw-page dd {
  margin-top: 0;
}

.kkw-page h1,
.kkw-page h2,
.kkw-page h3 {
  text-wrap: balance;
}

.kkw-skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--kkw-white);
  color: var(--kkw-forest-dark);
  font-weight: 800;
}

.kkw-skip-link:focus {
  transform: translateY(0);
}

.kkw-shell {
  width: min(calc(100% - 48px), var(--kkw-shell));
  margin-inline: auto;
}

/* Legacy shell: visually follows the old site while preserving real destinations. */
.legacy-header {
  position: relative;
  z-index: 50;
  background: var(--kkw-legacy);
  color: #e8f3ee;
  font-family: var(--kkw-font);
  font-size: 14px;
}

.legacy-header__bar {
  display: flex;
  width: min(calc(100% - 40px), 1180px);
  min-height: 66px;
  margin-inline: auto;
  align-items: center;
  gap: 34px;
}

.legacy-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.legacy-brand img {
  width: 44px;
  height: 44px;
  padding: 4px;
  background: rgb(255 255 255 / 94%);
}

.legacy-navigation {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 30px;
}

.legacy-navigation a {
  position: relative;
  color: rgb(255 255 255 / 82%);
  text-decoration: none;
}

.legacy-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: #fff;
  transition: transform 160ms ease;
}

.legacy-navigation a:hover,
.legacy-navigation a:focus-visible,
.legacy-navigation a[aria-current="page"] {
  color: #fff;
}

.legacy-navigation a:hover::after,
.legacy-navigation a:focus-visible::after,
.legacy-navigation a[aria-current="page"]::after {
  transform: scaleX(1);
}

.legacy-menu-button {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.legacy-menu-button__label {
  font-weight: 700;
}

.legacy-menu-button__lines {
  display: grid;
  width: 22px;
  gap: 4px;
}

.legacy-menu-button__lines i {
  display: block;
  height: 2px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.legacy-header__title {
  padding: 18px 24px 22px;
  border-top: 1px solid rgb(255 255 255 / 13%);
  text-align: center;
}

.legacy-header__title p {
  margin: 0;
  color: rgb(255 255 255 / 86%);
  font-size: clamp(17px, 2vw, 28px);
  font-weight: 400;
}

.kkw-landing {
  overflow: hidden;
}

.kkw-hero {
  position: relative;
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  isolation: isolate;
  background: var(--kkw-forest-dark);
  color: #fff;
}

.kkw-hero__picture,
.kkw-hero > .kkw-hero__image,
.kkw-hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.kkw-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: none;
}

@media (min-width: 1025px) {
  .kkw-hero--kleinkinderwald {
    min-height: clamp(560px, 34vw, 640px);
  }

  .kkw-hero--kleinkinderwald .kkw-hero__image {
    object-position: center 56%;
  }

  .kkw-hero--kleinkinderwald .kkw-hero__shade {
    background: linear-gradient(90deg, rgb(5 28 22 / 42%) 0%, rgb(8 32 25 / 14%) 42%, transparent 70%);
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .kkw-hero--kleinkinderwald .kkw-hero__shade {
    background: linear-gradient(90deg, rgb(5 28 22 / 52%) 0%, rgb(8 32 25 / 22%) 52%, transparent 85%);
  }
}

.kkw-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgb(5 28 22 / 82%) 0%, rgb(8 32 25 / 58%) 56%, rgb(5 24 19 / 18%) 100%);
}

.kkw-hero__content {
  min-width: 0;
  padding-block: 48px 52px;
}

.kkw-page .kkw-related-link {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: max(24px, calc((100% - var(--kkw-shell)) / 2));
  display: flex;
  max-width: 300px;
  padding: 12px 15px;
  flex-direction: column;
  border: 1px solid var(--kkw-sticker-border);
  border-radius: 6px;
  background: var(--kkw-sticker);
  color: var(--kkw-forest-dark);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.kkw-related-link span {
  color: #654d15;
  font-size: 0.78rem;
  font-weight: 700;
}

.kkw-related-link:hover,
.kkw-related-link:focus-visible {
  border-color: var(--kkw-sticker-hover);
  background: var(--kkw-sticker-hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kkw-eyebrow,
.kkw-kicker {
  margin-bottom: 10px;
  color: var(--kkw-muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.kkw-eyebrow {
  max-width: 650px;
  color: rgb(255 255 255 / 84%);
  font-size: 0.95rem;
}

.kkw-hero h1 {
  max-width: 700px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
}

.kkw-hero h1 span {
  display: block;
  color: #fff;
  font-size: 0.58em;
  font-weight: 500;
}

.kkw-hero__intro {
  max-width: 560px;
  margin-bottom: 24px;
  color: rgb(255 255 255 / 89%);
  font-size: 1.05rem;
  font-weight: 400;
}

.kkw-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.kkw-actions__primary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kkw-page .kkw-event-button {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kkw-sticker-border);
  border-radius: 2px;
  background: var(--kkw-sticker);
  color: var(--kkw-forest-dark);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease;
}

.kkw-event-button:hover,
.kkw-event-button:focus-visible {
  border-color: var(--kkw-sticker-hover);
  background: var(--kkw-sticker-hover);
  text-decoration: underline;
}

.kkw-event-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.kkw-button {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.kkw-button:hover,
.kkw-button:focus-visible {
  text-decoration: underline;
}

.kkw-button--primary {
  background: var(--kkw-forest);
  color: #fff;
}

.kkw-page .kkw-button--primary {
  color: #fff;
}

.kkw-button--primary:hover,
.kkw-button--primary:focus-visible {
  background: var(--kkw-forest-dark);
}

.kkw-hero .kkw-button--primary {
  background: #fff;
  color: var(--kkw-forest-dark);
}

.kkw-hero .kkw-button--primary:hover,
.kkw-hero .kkw-button--primary:focus-visible {
  background: #edf1ef;
}

.kkw-button--light {
  border-color: rgb(255 255 255 / 72%);
  background: transparent;
  color: #fff;
}

.kkw-button--light:hover,
.kkw-button--light:focus-visible {
  border-color: #fff;
  background: rgb(9 38 30 / 70%);
}

.kkw-facts {
  background: var(--kkw-white);
  border-bottom: 1px solid var(--kkw-line);
}

.kkw-facts__grid {
  display: grid;
  width: min(calc(100% - 48px), 1240px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr) minmax(0, 1.1fr);
}

.kkw-fact {
  min-width: 0;
  padding: 20px;
  border-left: 1px solid var(--kkw-line);
}

.kkw-fact:last-child {
  border-right: 1px solid var(--kkw-line);
}

.kkw-fact strong,
.kkw-fact span {
  display: block;
}

.kkw-fact strong {
  margin-bottom: 2px;
  color: var(--kkw-forest);
  font-size: 0.95rem;
  line-height: 1.35;
}

.kkw-fact span {
  color: var(--kkw-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.kkw-section {
  padding-block: clamp(52px, 7vw, 76px);
}

.kkw-section h2,
.kkw-event h2 {
  margin-bottom: 18px;
  color: var(--kkw-forest);
  font-size: clamp(1.8rem, 3.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
}

.kkw-lead {
  color: var(--kkw-ink);
  font-size: 1.06rem;
  font-weight: 600;
}

.kkw-copy p:last-child {
  margin-bottom: 0;
}

.kkw-section--intro {
  background: var(--kkw-white);
}

.kkw-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(36px, 6vw, 64px);
}

.kkw-intro-photo {
  margin-bottom: 0;
}

.kkw-intro-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
}

.kkw-intro-photo figcaption {
  margin-top: 12px;
  color: var(--kkw-muted);
  font-size: 0.84rem;
}

.kkw-section--rhythm {
  background: #f4f5f2;
}

.kkw-section--parents {
  border-top: 1px solid var(--kkw-line);
  background: #fff;
}

.kkw-parent-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  align-items: start;
  gap: clamp(38px, 7vw, 76px);
}

.kkw-companion {
  padding-left: clamp(28px, 4vw, 44px);
  border-left: 1px solid var(--kkw-line);
}

.kkw-companion h3 {
  margin-bottom: 20px;
  color: var(--kkw-forest);
  font-size: 1.2rem;
}

.kkw-companion .kkw-person {
  padding: 0;
}

.kkw-companion .kkw-person p {
  margin-bottom: 8px;
  color: var(--kkw-muted);
}

.kkw-section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.kkw-section-heading h2 {
  margin-bottom: 0;
}

.kkw-rhythm {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
  list-style: none;
}

.kkw-rhythm li {
  display: grid;
  min-width: 0;
  padding: 16px 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  border-top: 1px solid var(--kkw-line);
  border-left: 0;
}

.kkw-rhythm li > span {
  display: block;
  margin: 2px 0 0;
  color: var(--kkw-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.kkw-rhythm strong {
  display: block;
  margin-bottom: 8px;
  color: var(--kkw-forest);
  font-size: 1.1rem;
}

.kkw-rhythm p {
  margin: 0;
  color: var(--kkw-muted);
  font-size: 0.94rem;
}

.kkw-event {
  padding-block: clamp(46px, 6vw, 64px);
  border-block: 1px solid var(--kkw-line);
  background: #eef3ef;
  color: var(--kkw-ink);
}

.kkw-event__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: center;
  gap: clamp(34px, 6vw, 68px);
}

.kkw-event h2 {
  max-width: 780px;
  margin-bottom: 10px;
  color: var(--kkw-forest);
}

.kkw-event__time {
  margin-bottom: 16px;
  color: var(--kkw-forest);
  font-size: 1.12rem;
  font-weight: 700;
}

.kkw-event__grid > div:first-child > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--kkw-muted);
}

.kkw-event__action {
  padding-left: 28px;
  border-left: 1px solid var(--kkw-line);
}

.kkw-event__action p {
  margin-bottom: 24px;
  color: var(--kkw-muted);
}

.kkw-event__action strong {
  color: var(--kkw-forest);
}

.kkw-section--groups {
  background: #fff;
}

.kkw-section-heading--split {
  display: flex;
  max-width: none;
  align-items: baseline;
  justify-content: space-between;
  gap: 34px;
}

.kkw-section-heading--split > div {
  max-width: 790px;
}

.kkw-availability {
  flex: 0 0 auto;
  margin-bottom: 0;
  padding: 0;
  color: var(--kkw-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.kkw-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.kkw-group {
  --kkw-group-accent: #648778;

  position: relative;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid #cbd7d1;
  border-top: 4px solid var(--kkw-group-accent);
  border-radius: 4px;
  background: #fbfcfb;
  box-shadow: none;
}

.kkw-group--turquoise {
  --kkw-group-accent: #b89b4c;
}

.kkw-group header p {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
  gap: 9px;
  color: var(--kkw-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.kkw-group header p::before,
.kkw-group__dates li::before {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--kkw-group-accent);
  content: '';
}

.kkw-group h3 {
  margin-bottom: 20px;
  color: var(--kkw-forest);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  line-height: 1.15;
}

.kkw-group__dates {
  display: grid;
  margin: 0 0 12px;
  padding: 14px 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 16px;
  border: 1px solid #dce4e0;
  background: #fff;
  color: var(--kkw-ink);
  font-weight: 720;
  list-style: none;
}

.kkw-group__dates li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kkw-group__replacement {
  margin-bottom: 28px;
  color: var(--kkw-muted);
  font-size: 0.9rem;
}

.kkw-group dl {
  margin-bottom: 30px;
  border-top: 1px solid var(--kkw-line);
}

.kkw-group dl > div {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--kkw-line);
}

.kkw-group dt {
  color: var(--kkw-muted);
}

.kkw-group dd {
  margin-bottom: 0;
  margin-inline-start: 0;
  color: var(--kkw-forest);
  font-weight: 800;
  text-align: right;
}

.kkw-text-link {
  color: var(--kkw-forest);
  font-weight: 700;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.kkw-text-link:hover,
.kkw-text-link:focus-visible {
  color: #0d6951;
}

.kkw-access-note {
  margin-bottom: 0;
  color: var(--kkw-muted);
}

.kkw-access-note {
  max-width: 850px;
  margin-top: 25px;
  padding-left: 0;
  border-left: 0;
  font-size: 0.93rem;
}

.kkw-section--form {
  background: #f4f5f2;
}

.kkw-form-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  align-items: start;
  gap: clamp(36px, 6vw, 62px);
}

.kkw-form-copy {
  position: sticky;
  top: 34px;
}

.kkw-form-copy p:not(.kkw-kicker) {
  color: var(--kkw-muted);
}

.kkw-form-copy__mail {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #cad9e0;
}

.kkw-form-copy__mail a {
  color: var(--kkw-forest);
  font-weight: 800;
}

.kkw-form {
  display: grid;
  padding: clamp(22px, 4vw, 32px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
  border: 1px solid #d5e0e5;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.kkw-form__group {
  min-width: 0;
}

.kkw-form__group--wide {
  grid-column: 1 / -1;
}

.kkw-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--kkw-forest);
  font-size: 0.89rem;
  font-weight: 800;
}

.kkw-form label span {
  color: var(--kkw-muted);
  font-weight: 500;
}

.kkw-form input,
.kkw-form select,
.kkw-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #bdcac4;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: var(--kkw-ink);
}

.kkw-form textarea {
  min-height: 116px;
  resize: vertical;
}

.kkw-form input:focus,
.kkw-form select:focus,
.kkw-form textarea:focus {
  border-color: var(--kkw-forest);
  box-shadow: 0 0 0 2px rgb(23 63 51 / 15%);
}

.kkw-honeypot {
  position: absolute;
  left: -9999px;
}

.kkw-form__footer {
  margin-top: 6px;
}

.kkw-form__footer .kkw-button {
  width: 100%;
}

.kkw-form__footer > p {
  margin: 12px 0 0;
  color: var(--kkw-muted);
  font-size: 0.78rem;
}

.kkw-form__status {
  padding: 11px 12px;
  border-radius: 4px;
  font-size: 0.9rem !important;
  font-weight: 700;
}

.kkw-form__status.is-success {
  background: #e1f4e9;
  color: #1d603d;
}

.kkw-form__status.is-error {
  background: #fff0ef;
  color: #8c3031;
}

.kkw-section--faq {
  background: #fff;
}

.kkw-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(36px, 6vw, 62px);
}

.kkw-faqs {
  border-top: 1px solid var(--kkw-line);
}

.kkw-faqs details {
  border-bottom: 1px solid var(--kkw-line);
}

.kkw-faqs summary {
  position: relative;
  padding: 23px 44px 23px 0;
  color: var(--kkw-forest);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.kkw-faqs summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "+";
  color: var(--kkw-forest);
  font-size: 1.5rem;
  font-weight: 500;
}

.kkw-faqs details[open] summary::after {
  content: "-";
}

.kkw-faqs details p {
  padding: 0 44px 22px 0;
  color: var(--kkw-muted);
}

.kkw-person {
  display: grid;
  padding: 0 44px 24px 0;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.kkw-person img {
  width: 92px;
  height: 92px;
  border: 1px solid var(--kkw-line);
  border-radius: 0;
  background: #f1f5ed;
  object-fit: cover;
}

.kkw-faqs details .kkw-person p {
  margin-bottom: 8px;
  padding: 0;
}

.kkw-person a {
  color: var(--kkw-forest);
  font-size: 0.9rem;
  font-weight: 780;
  text-decoration-color: currentColor;
  text-underline-offset: 4px;
}

.legacy-footer {
  padding: 30px 24px;
  background: var(--kkw-legacy);
  color: rgb(255 255 255 / 78%);
  font: 13px/1.5 Arial, sans-serif;
}

.legacy-footer__inner {
  display: flex;
  width: min(100%, 1180px);
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legacy-footer a {
  color: inherit;
  text-decoration: none;
}

.legacy-footer a:hover,
.legacy-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.legacy-footer nav {
  display: flex;
  gap: 24px;
}

@media (max-width: 980px) {
  .legacy-header__bar {
    flex-wrap: wrap;
  }

  .legacy-menu-button {
    display: inline-flex;
  }

  .legacy-navigation {
    display: none;
    width: 100%;
    margin-left: 0;
    padding: 6px 0 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 24px;
  }

  .legacy-header.is-menu-open .legacy-navigation {
    display: grid;
  }

  .legacy-header.is-menu-open .legacy-menu-button__lines i:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .legacy-header.is-menu-open .legacy-menu-button__lines i:nth-child(2) {
    opacity: 0;
  }

  .legacy-header.is-menu-open .legacy-menu-button__lines i:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .kkw-rhythm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 0;
  }

  .kkw-event__grid,
  .kkw-parent-layout,
  .kkw-form-layout,
  .kkw-faq-layout {
    grid-template-columns: 1fr;
  }

  .kkw-companion {
    padding: 30px 0 0;
    border-top: 1px solid var(--kkw-line);
    border-left: 0;
  }

  .kkw-event__action {
    padding: 32px 0 0;
    border-top: 1px solid var(--kkw-line);
    border-left: 0;
  }

  .kkw-form-copy {
    position: static;
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .kkw-shell {
    width: min(calc(100% - 32px), var(--kkw-shell));
  }

  .legacy-header__bar {
    width: min(calc(100% - 28px), 1180px);
    min-height: 58px;
  }

  .legacy-brand img {
    width: 40px;
    height: 40px;
  }

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

  .legacy-navigation a {
    padding: 7px 0;
  }

  .legacy-header__title {
    padding: 12px 18px 14px;
  }

  .legacy-header__title p {
    font-size: 14px;
  }

  .kkw-hero {
    min-height: 520px;
  }

  .kkw-hero__image {
    object-position: 57% 44%;
  }

  .kkw-hero__shade {
    background: linear-gradient(0deg, rgb(5 28 22 / 88%) 0%, rgb(8 32 25 / 58%) 68%, rgb(5 24 19 / 18%) 100%);
  }

  .kkw-hero--kleinkinderwald .kkw-hero__shade {
    background: linear-gradient(0deg, rgb(5 28 22 / 72%) 0%, rgb(8 32 25 / 34%) 64%, transparent 100%);
  }

  .kkw-hero__content {
    padding-block: 42px;
  }

  .kkw-hero h1 {
    max-width: 580px;
    font-size: clamp(2.45rem, 11vw, 3.6rem);
  }

  .kkw-hero h1 span {
    font-size: 0.58em;
  }

  .kkw-actions,
  .kkw-actions__primary,
  .kkw-actions .kkw-button {
    width: 100%;
  }

  .kkw-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .kkw-actions__primary {
    flex-direction: column;
  }

  .kkw-event-button {
    width: 100%;
  }

  .kkw-facts__grid {
    grid-template-columns: 1fr;
    padding-block: 8px;
  }

  .kkw-fact,
  .kkw-fact:last-child {
    padding: 17px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--kkw-line);
    border-left: 0;
  }

  .kkw-fact:last-child {
    border-bottom: 0;
  }

  .kkw-intro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .kkw-intro-photo {
    order: -1;
  }

  .kkw-rhythm {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .kkw-rhythm li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 8px;
  }

  .kkw-rhythm li > span {
    margin: 2px 0 0;
  }

  .kkw-section-heading--split {
    align-items: start;
    flex-direction: column;
  }

  .kkw-groups {
    grid-template-columns: 1fr;
  }

  .kkw-form {
    grid-template-columns: 1fr;
  }

  .kkw-form__group--wide {
    grid-column: auto;
  }

  .kkw-form__footer .kkw-button {
    min-height: 54px;
  }

  .kkw-person {
    padding-right: 0;
  }

  .legacy-footer__inner,
  .legacy-footer nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .legacy-footer nav {
    gap: 9px;
  }
}

@media (max-width: 430px) {
  body.kkw-page {
    font-size: 16px;
  }

  .legacy-brand span,
  .legacy-menu-button__label {
    font-size: 13px;
  }

  .kkw-hero {
    min-height: 500px;
  }

  .kkw-hero h1 {
    font-size: clamp(2.1rem, 11vw, 2.75rem);
  }

  .kkw-section {
    padding-block: 52px;
  }

  .kkw-section h2,
  .kkw-event h2 {
    font-size: 1.85rem;
  }

  .kkw-group dl > div {
    align-items: start;
    flex-direction: column;
    gap: 1px;
  }

  .kkw-group dd {
    text-align: left;
  }

  .kkw-person {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
  }

  .kkw-person img {
    width: 72px;
    height: 72px;
  }
}

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

  .kkw-page *,
  .kkw-page *::before,
  .kkw-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
