@charset "UTF-8";
@font-face {
  font-family: "Amulya";
  src: url("../fonts/amulya-variable.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-ext.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-variable.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #f9f4f1;
  color: #2a2622;
  font-family: "Amulya", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.48;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 8px;
  top: -64px;
  z-index: 1100;
  padding: 10px 16px;
  background-color: #2a2622;
  color: #f9f4f1;
  border-radius: 4px;
  text-decoration: none;
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 8px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(24px, 8.34vw, 120px);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.kennzahl {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  margin: 0;
}

.kennzahl__visual {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
}

.kennzahl__prefix {
  font-weight: 500;
  font-size: 1.1rem;
}

.kennzahl__ziffern {
  display: inline-flex;
  gap: 4px;
}

.kennzahl__ziffer {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.72em;
  padding: 4px 6px;
  background-color: #2a2622;
  color: #f9f4f1;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  font-size: 2.1484375rem;
  line-height: 1.2;
}
.kennzahl__ziffer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: rgba(249, 244, 241, 0.35);
}

.kennzahl__label {
  font-weight: 700;
  font-size: 1.1rem;
}

.kennzahl__ziffer.is-flip {
  animation: kennzahl-flip 0.18s ease;
}

@keyframes kennzahl-flip {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-38deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .kennzahl__ziffer.is-flip {
    animation: none;
  }
}
.rule {
  height: 1px;
  margin: 0;
  border: 0;
  background-image: repeating-linear-gradient(to right, #2a2622 0 5px, transparent 5px 10px);
}

.rule--full {
  margin-inline: clamp(16px, 3.47vw, 50px);
}

h1, h2, h3 {
  margin: 0;
  font-weight: 650;
  line-height: 1.3;
  text-wrap: balance;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
  line-height: inherit;
  background-color: #FBA49D;
  color: #2a2622;
  font-weight: 500;
  font-size: 1.1rem;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.btn:hover {
  background-color: rgb(249.08, 120.32, 109.96);
}
.btn.is-loading, .btn:disabled {
  opacity: 0.7;
  cursor: progress;
}

.jelas-hp {
  position: absolute !important;
  left: -9999px !important;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 93px;
}
.site-header::after {
  content: "";
  position: absolute;
  left: clamp(16px, 3.47vw, 50px);
  right: clamp(16px, 3.47vw, 50px);
  bottom: 0;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #2a2622 0 5px, transparent 5px 10px);
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  max-width: none;
  padding-inline: clamp(16px, 3.47vw, 50px);
  padding-block: 22px;
}

.site-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.site-header__logo img {
  display: block;
  width: 236px;
  height: 36px;
}

.site-nav-group {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.site-header__right {
  display: flex;
  align-items: center;
  gap: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
}

.lang-switch {
  position: relative;
  margin: -6px;
}

.lang-switch__toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font: inherit;
  font-size: 0.9375rem;
  line-height: 1.48;
  letter-spacing: 0.3px;
  color: #2a2622;
  white-space: nowrap;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px;
}

.lang-switch__toggle:hover {
  text-decoration: underline;
}

.lang-switch__toggle:focus-visible {
  outline: 2px solid #2a2622;
  outline-offset: 3px;
  border-radius: 4px;
}

.site-header__lang-caret {
  display: block;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.lang-switch.is-open .site-header__lang-caret {
  transform: rotate(180deg);
}

.lang-switch__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 150px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(42, 38, 34, 0.12);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  display: none;
  z-index: 1003;
}

.lang-switch.is-open .lang-switch__menu {
  display: block;
}

.lang-switch__item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 7px;
  color: #2a2622;
  text-decoration: none;
  white-space: nowrap;
}

.lang-switch__item:hover,
.lang-switch__item:focus-visible {
  background: #efe6e1;
  outline: none;
}

.lang-switch__item.is-current {
  font-weight: 700;
}

.lang-switch__item.is-current .lang-switch__code::after {
  content: " ✓";
}

.lang-switch__code {
  font-weight: 500;
  letter-spacing: 0.3px;
}

.lang-switch__name {
  color: rgba(42, 38, 34, 0.66);
  font-size: 0.875rem;
}

.site-nav {
  font-size: 1rem;
  line-height: 1.48;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav__list a {
  text-decoration: none;
}
.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a,
.site-nav__list [aria-current=page] {
  font-weight: 650;
}

.site-nav--secondary .site-nav__list {
  gap: 22px;
}

.whatsapp-fab {
  position: fixed;
  right: calc(clamp(16px, 2vw, 28px) + env(safe-area-inset-right, 0px));
  bottom: calc(clamp(16px, 2vw, 28px) + env(safe-area-inset-bottom, 0px));
  z-index: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  filter: drop-shadow(0 2px 7px rgba(42, 38, 34, 0.28));
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.whatsapp-fab:hover {
  transform: translateY(-2px);
}

.whatsapp-fab__icon {
  width: 59px;
  height: 59px;
}

.whatsapp-fab.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
}

@media (max-width: 480px) {
  .whatsapp-fab,
  .whatsapp-fab__icon {
    width: 50px;
    height: 50px;
  }
}
.hero {
  position: relative;
  padding-block: clamp(28px, 18.2406876791px + 2.4832855778vw, 54px);
  overflow: hidden;
}

.hero__inner {
  position: relative;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
  max-width: none;
}

.hero__eyebrow {
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
}

.hero__title {
  margin: 0;
  font-size: 7.5rem;
}

.hero__title-main {
  display: block;
  font-weight: 650;
  line-height: 0.93;
  white-space: nowrap;
}

.hero__title-sub {
  display: block;
  font-size: 3.375rem;
  font-weight: 400;
  letter-spacing: -1px;
  white-space: nowrap;
}

.hero__lead {
  max-width: 660px;
  margin: 0;
}

.hero__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
}

.hero__check {
  display: flex;
  align-items: center;
  gap: clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
  margin: 0;
  font-weight: 500;
  font-size: 0.88rem;
}

.hero__check-icon {
  display: inline-flex;
}

.hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 44%;
  transform: translate(56px, 28px);
  pointer-events: none;
}

.hero__img {
  position: absolute;
  display: block;
  object-fit: cover;
  transform: rotate(-4.74deg);
}

.hero__img--back {
  top: 10%;
  right: 4%;
  width: 92%;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.hero__img--front {
  top: 22%;
  right: 12%;
  width: 74%;
}

@media (max-width: 1100px) {
  .hero__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  }
  .hero__content {
    max-width: none;
  }
  .hero__title {
    font-size: clamp(2.875rem, 16.8vw, 7.5rem);
  }
  .hero__title-main,
  .hero__title-sub {
    white-space: normal;
  }
  .hero__title-sub {
    font-size: clamp(1.5rem, 6.6vw, 3.375rem);
  }
  .hero__media {
    order: -1;
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-inline: -16px;
    transform: none;
  }
  .hero .hero__img--collage {
    width: 100%;
    height: auto;
  }
  .hero {
    padding-top: 16px;
  }
  .hero__inner {
    gap: 0;
  }
  .hero__content {
    padding-top: 0;
  }
  .hero__check {
    justify-content: center;
  }
  .hero__cta {
    width: 100%;
  }
  .hero__cta .btn {
    width: 100%;
  }
}
@media (min-width: 1101px) {
  .hero--polaroids .hero__title-main,
  .hero--polaroids .hero__title-sub,
  .hero--polaroid-single .hero__title-main,
  .hero--polaroid-single .hero__title-sub,
  .hero--polaroid-duo .hero__title-main,
  .hero--polaroid-duo .hero__title-sub {
    white-space: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .hero--polaroids .hero__content {
    max-width: 52%;
  }
}
.section {
  padding-block: clamp(28px, 18.2406876791px + 2.4832855778vw, 54px);
}

.section__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.eyebrow {
  margin: 0 0 clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  font-weight: 500;
  font-size: 1.125rem;
}

.section__title {
  margin: 0;
  font-size: clamp(2.875rem, 2.5466rem + 1.337vw, 3.75rem);
  line-height: 1.14;
}

.section__lead,
.section__note {
  max-width: 640px;
  margin: 0;
  line-height: 1.4;
}

.section__note a {
  color: inherit;
  text-underline-offset: 2px;
}

.criteria {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.criteria .criteria__item:nth-child(3) {
  grid-column: 3;
}

.criteria__item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: clamp(12px, 10.1232091691px + 0.4775549188vw, 17px);
  background-color: #efe6e1;
}

.criteria__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.criteria__text {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
  line-height: 1.5;
}

.criteria__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
}

.criteria__desc {
  margin: 0;
  font-size: 0.88rem;
}

.btn--arrow {
  gap: 10px;
}

.btn__icon {
  display: none;
}

.btn--arrow .btn__icon {
  display: inline-flex;
  align-items: center;
}

.section__inner--lg {
  gap: clamp(28px, 18.2406876791px + 2.4832855778vw, 54px);
}

.section__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps__item {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: clamp(12px, 10.1232091691px + 0.4775549188vw, 17px);
  background-color: #efe6e1;
}

.steps__num {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 2.625rem;
  color: #efe6e1;
  -webkit-text-stroke: 4px #2a2622;
  paint-order: stroke fill;
}

.steps__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5;
}

.steps__desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
}
.steps__desc a {
  color: inherit;
}

.note-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 660px;
  font-style: italic;
  line-height: 1.4;
}
.note-info a {
  color: inherit;
}

.note-info__badge {
  flex: 0 0 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border: 1.27px solid #2a2622;
  border-radius: 50%;
  color: #2a2622;
}

.note-info__badge-glyph {
  display: block;
  width: auto;
  height: 30px;
}

@media (max-width: 900px) {
  .criteria {
    grid-template-columns: 1fr;
  }
  .criteria .criteria__item:nth-child(3) {
    grid-column: auto;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section--white {
  background-color: #fff;
}

.section__title--italic {
  font-style: italic;
  line-height: 1.1;
}

.hl-stagger {
  text-wrap: normal;
}

.hl-stagger .hl-line {
  display: block;
}

.quote-block .hl-stagger .hl-line--2 {
  padding-left: 0.883em;
}

.quote-block .hl-stagger .hl-line--3 {
  padding-left: 0.317em;
}

.uu-reise .hl-stagger .hl-line--2 {
  padding-left: 1.8em;
}

@media (max-width: 760px) {
  .hl-stagger .hl-line {
    padding-left: 0 !important;
  }
}
.quote-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(38px, 25.9885386819px + 3.0563514804vw, 70px);
  align-items: center;
}

.quote-block__media {
  position: relative;
  width: 100%;
}

.quote-block__img--collage {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 496/688;
  object-fit: contain;
}

.quote-block__content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
}

.quote {
  display: flex;
  gap: clamp(12px, 10.1232091691px + 0.4775549188vw, 17px);
  max-width: 481px;
}

.quote__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 25px;
  margin-top: 4px;
}

.quote__text {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  line-height: 1.4;
  min-width: 0;
}
.quote__text p {
  margin: 0;
}

.quote__author {
  font-weight: 500;
  font-size: 0.88rem;
}

.about-teaser__inner {
  display: flex;
  gap: clamp(38px, 25.9885386819px + 3.0563514804vw, 70px);
  align-items: flex-start;
}

.about-teaser__content {
  flex: 0 1 522px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
}

.about-teaser__text {
  max-width: 480px;
  margin: 0;
  line-height: 1.4;
}

.about-teaser__media {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  gap: 25px;
  padding-top: 40px;
}

.about-teaser__img {
  width: 263px;
  height: 368px;
  object-fit: cover;
}

.about-teaser__card {
  padding-bottom: 63px;
  font-size: 0.88rem;
  line-height: 1.4;
}
.about-teaser__card p {
  margin: 0;
}

.about-teaser__name {
  font-weight: 700;
}

.help__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.help__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
  align-items: stretch;
  width: 100%;
}

.help__grid:focus-visible {
  outline: 2px solid #2a2622;
  outline-offset: 3px;
}

.help__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
  max-width: 720px;
  line-height: 1.4;
}
.help__intro p {
  margin: 0;
}

.help__intro-highlight {
  font-weight: 650;
}

.help-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
  min-height: 510px;
  padding: 33px 33px 0;
  overflow: hidden;
  background-color: #f9f4f1;
}

.help-card__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.71875rem;
  line-height: 1.5;
}

.help-card__desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  max-width: 32rem;
}

.help-card__media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.help-card__media img {
  position: absolute;
  height: auto;
  max-width: none;
}

.help-card--money .help-card__media img {
  width: 98.3%;
  left: 1.7%;
  bottom: 2.2%;
}

.help-card--handshake .help-card__media img {
  width: 83.4%;
  left: 5.7%;
  bottom: 1%;
}

.help-card--tree .help-card__media img {
  width: 100%;
  left: 0;
  bottom: -20.4%;
}

.help-card--social .help-card__media img {
  width: 100%;
  left: 0;
  bottom: 7.6%;
}

.site-footer {
  padding-block: clamp(38px, 25.9885386819px + 3.0563514804vw, 70px) clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.site-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 88px;
  padding-inline: clamp(32px, 2.78vw, 40px);
}

.site-footer__cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 88px;
}

.site-footer__logo {
  align-self: flex-start;
  display: inline-flex;
}
.site-footer__logo img {
  display: block;
  width: 245px;
  height: auto;
}

.footer-col {
  font-size: 0.88rem;
  line-height: 1.85;
}
.footer-col p {
  margin: 0;
}
.footer-col a {
  display: inline-block;
  padding: 3px 0;
  color: inherit;
  text-decoration: none;
}
.footer-col a:hover {
  text-decoration: underline;
}

.footer-col__nowrap {
  white-space: nowrap;
}

.footer-col__head {
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer__social {
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
  gap: 13px;
}
.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  flex: 0 0 auto;
  padding: 6px;
  margin: -6px;
}
.site-footer__social img,
.site-footer__social svg {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

@media (max-width: 1000px) {
  .quote-block__inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 18.2406876791px + 2.4832855778vw, 54px);
  }
  .about-teaser__inner {
    flex-direction: column;
  }
  .about-teaser__content {
    flex-basis: auto;
  }
  .help__grid {
    grid-template-columns: 1fr;
  }
  .help-card--money .help-card__media img {
    width: auto;
    height: 65.9%;
    left: 50%;
    transform: translateX(-50%);
  }
  .help-card--handshake .help-card__media img {
    width: auto;
    height: 85.3%;
    left: 50%;
    transform: translateX(-50%);
  }
  .help-card--tree .help-card__media img {
    width: auto;
    height: 93.9%;
    left: 50%;
    transform: translateX(-50%);
  }
  .help-card--social .help-card__media img {
    width: auto;
    height: 51.6%;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(28px, 18.2406876791px + 2.4832855778vw, 54px);
  }
  .site-footer__cols {
    gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  }
}
.checklist {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 10.1232091691px + 0.4775549188vw, 17px);
  max-width: 660px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist__item {
  display: flex;
  gap: 7px;
  align-items: flex-start;
}

.checklist__icon {
  flex: 0 0 14px;
  width: 14px;
  height: 25px;
  margin-top: 2px;
}

.checklist__item p {
  margin: 0;
  line-height: 1.48;
}

.steps-detail {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  width: 100%;
  max-width: 940px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-detail__item {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px) clamp(26px, 19.2435530086px + 1.7191977077vw, 44px) clamp(20px, 15.1203438395px + 1.2416427889vw, 33px) clamp(12px, 10.1232091691px + 0.4775549188vw, 17px);
  background-color: #efe6e1;
}

.steps-detail__num {
  flex: 0 0 60px;
  padding-top: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.9375rem, 1.7264rem + 0.86vw, 2.5rem);
  color: #efe6e1;
  -webkit-text-stroke: 4px #2a2622;
  paint-order: stroke fill;
}

.steps-detail__text {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
}

.steps-detail__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
}

.steps-detail__desc {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}
.steps-detail__desc a {
  color: inherit;
}

.hero--secondary .hero__img--back {
  top: 14%;
  right: 0;
  width: 78%;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.hero--secondary .hero__img--front {
  top: 48%;
  right: 6%;
  width: 36%;
  border-radius: 8px;
  box-shadow: none;
}

.hero--inset .hero__img--back {
  top: 8%;
  right: 6%;
  width: 80%;
}

.hero--inset .hero__img--front {
  top: 52%;
  right: 4%;
  width: 42%;
  border: 6px solid #fff;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.hero__img--collage {
  position: static;
  width: 100%;
  height: auto;
  transform: none;
}

.hero--inset .hero__img--collage {
  mix-blend-mode: multiply;
}

@media (min-width: 1101px) {
  .hero__media--collage {
    top: -16px;
    right: calc(49px - max(0px, (100vw - 1440px) / 2));
    bottom: auto;
    width: 50.83%;
    height: auto;
    transform: none;
  }
  .hero--collage {
    min-height: 588px;
  }
  .hero--inset {
    min-height: 640px;
  }
  .hero--inset .hero__media--collage {
    top: 200px;
    right: 80px;
    bottom: auto;
    width: 39.5%;
    height: auto;
    transform: none;
  }
  .hero--inset .hero__content {
    max-width: 56%;
  }
}
.polaroid-cluster {
  position: relative;
}

.polaroid {
  display: block;
  margin: 0;
  max-width: 100%;
}

img.polaroid {
  height: auto;
}

figure.polaroid {
  position: relative;
  --pola-rot: 0deg;
  transform: rotate(var(--pola-rot));
  container-type: inline-size;
}

.polaroid__frame {
  display: block;
  background: #efebed;
  padding: 6.2% 5.9% 21%;
  box-shadow: 0 8px 18px rgba(31, 27, 22, 0.12), 0 2px 6px rgba(31, 27, 22, 0.07);
}

.polaroid__photo {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #ded7ca;
}

.polaroid__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.polaroid__caption {
  position: absolute;
  left: 8.5%;
  right: 8%;
  bottom: 7.5%;
  margin: 0;
  font-family: "Caveat", "Segoe Script", cursive;
  font-weight: 600;
  font-size: 1.2rem;
  font-size: 7.7cqw;
  line-height: 1.2;
  letter-spacing: 0.003em;
  color: #2a2622;
  text-align: left;
}

.polaroid__caption--hand {
  left: var(--hand-l);
  top: var(--hand-t);
  right: auto;
  bottom: auto;
  width: var(--hand-w);
}

.polaroid__caption--hand img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1101px) {
  .hero--polaroids {
    min-height: 651px;
  }
  .hero--polaroids .hero__media {
    position: absolute;
    top: calc(-1 * clamp(28px, 18.2406876791px + 2.4832855778vw, 54px));
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    aspect-ratio: 1440/651;
    height: auto;
    transform: none;
    z-index: 1;
  }
  .hero--polaroids .polaroid {
    position: absolute;
    transform: translate(-50%, -50%) rotate(var(--pola-rot));
  }
  .hero--polaroids .polaroid--meer {
    left: 65.3%;
    top: 67.5%;
    width: 18.5%;
    z-index: 1;
  }
  .hero--polaroids .polaroid--sonne {
    left: 74.7%;
    top: 32.8%;
    width: 18.6%;
    z-index: 2;
  }
  .hero--polaroids .polaroid--strand {
    left: 86.5%;
    top: 56.3%;
    width: 18.8%;
    z-index: 3;
  }
}
@media (max-width: 1100px) {
  .hero--polaroids .hero__media {
    order: -1;
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    aspect-ratio: 351/218;
    transform: none;
  }
  .hero--polaroids .polaroid {
    position: absolute;
    transform: translate(-50%, -50%) rotate(var(--pola-rot));
  }
  .hero--polaroids .polaroid--meer {
    left: 22.4%;
    top: 58.9%;
    width: 40.8%;
    z-index: 1;
  }
  .hero--polaroids .polaroid--sonne {
    left: 47.9%;
    top: 39.5%;
    width: 40.8%;
    z-index: 2;
  }
  .hero--polaroids .polaroid--strand {
    left: 78.4%;
    top: 55.9%;
    width: 41.3%;
    z-index: 3;
  }
}
@media (min-width: 1101px) {
  .hero--polaroid-single {
    min-height: 600px;
  }
  .hero--polaroid-single .hero__media {
    position: absolute;
    top: calc(-1 * clamp(28px, 18.2406876791px + 2.4832855778vw, 54px));
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    aspect-ratio: 1440/560;
    height: auto;
    transform: none;
    z-index: 1;
  }
  .hero--polaroid-single .polaroid {
    position: absolute;
    left: 73.9%;
    top: 48.6%;
    width: 29.1%;
    transform: translate(-50%, -50%) rotate(var(--pola-rot));
  }
  .hero--polaroid-single .hero__content {
    max-width: 56%;
  }
}
@media (max-width: 1100px) {
  .hero--polaroid-single .hero__media {
    order: -1;
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .hero--polaroid-single .polaroid {
    width: 48%;
    max-width: 240px;
  }
}
@media (min-width: 1101px) {
  .hero--polaroid-duo {
    min-height: 651px;
  }
  .hero--polaroid-duo .hero__media {
    position: absolute;
    top: calc(-1 * clamp(28px, 18.2406876791px + 2.4832855778vw, 54px));
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    aspect-ratio: 1440/651;
    height: auto;
    transform: none;
    z-index: 1;
  }
  .hero--polaroid-duo .polaroid {
    position: absolute;
    transform: translate(-50%, -50%) rotate(var(--pola-rot));
  }
  .hero--polaroid-duo .polaroid--zeit {
    left: 71.1%;
    top: 67.1%;
    width: 19.3%;
    z-index: 1;
  }
  .hero--polaroid-duo .polaroid--durch {
    left: 85.4%;
    top: 52.9%;
    width: 19.3%;
    z-index: 2;
  }
  .hero--polaroid-duo .hero__content {
    max-width: 50%;
  }
}
@media (max-width: 1100px) {
  .hero--polaroid-duo .hero__media {
    order: -1;
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    aspect-ratio: 299/209;
    transform: none;
  }
  .hero--polaroid-duo .polaroid {
    position: absolute;
    transform: translate(-50%, -50%) rotate(var(--pola-rot));
  }
  .hero--polaroid-duo .polaroid--zeit {
    left: 27.9%;
    top: 53.7%;
    width: 53.6%;
    z-index: 1;
  }
  .hero--polaroid-duo .polaroid--durch {
    left: 71.6%;
    top: 46.9%;
    width: 53.6%;
    z-index: 2;
  }
}
@media (min-width: 1001px) {
  .quote-block--polaroids .quote-block__media {
    aspect-ratio: 515/561;
  }
  .quote-block--polaroids .polaroid {
    position: absolute;
  }
  .quote-block--polaroids .polaroid--mama-1 {
    top: 0;
    left: 14%;
    width: 66%;
    z-index: 1;
  }
  .quote-block--polaroids .polaroid--mama-2 {
    top: 34%;
    left: 0;
    width: 45%;
    z-index: 2;
  }
  .quote-block--polaroids .polaroid--mama-3 {
    top: 42%;
    left: 47%;
    width: 52%;
    z-index: 3;
  }
}
@media (max-width: 1000px) {
  .quote-block--polaroids .quote-block__media {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 520px;
    margin: 0 auto;
  }
  .quote-block--polaroids .polaroid {
    position: static;
    width: 40%;
    flex: 0 0 auto;
  }
  .quote-block--polaroids .polaroid--mama-1 {
    z-index: 1;
  }
  .quote-block--polaroids .polaroid--mama-2 {
    margin: 6% -5% 0;
    z-index: 2;
  }
  .quote-block--polaroids .polaroid--mama-3 {
    margin-top: 3%;
    z-index: 3;
  }
}
.kriterien__inner {
  position: relative;
}

.kriterien__inner .section__head {
  max-width: 560px;
}

.kriterien__inner > *:not(.kriterien__media) {
  max-width: 660px;
}

.kriterien__intro {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.kriterien__inner .section__lead {
  max-width: 660px;
}

.kriterien__intro ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.kriterien .note-info {
  margin-top: calc(33px - clamp(26px, 19.2435530086px + 1.7191977077vw, 44px));
}

.kriterien__media {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 45%;
  pointer-events: none;
}

.kriterien__img {
  width: 100%;
  height: auto;
  transform: none;
  mix-blend-mode: multiply;
}

.faq__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.faq__list {
  width: 100%;
  max-width: 940px;
}

.faq__item {
  border-top: 1px dashed #2a2622;
}
.faq__item:last-child {
  border-bottom: 1px dashed #2a2622;
}

.faq__q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
  padding: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px) 0;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.faq__q::-webkit-details-marker {
  display: none;
}
.faq__q::after {
  content: "";
  flex: 0 0 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'><path d='M15.9951 0.517046V9.50174H24.483V15.9951H15.9951V24.483H9.40176V15.9951H0.517046V9.50174H9.40176V0.517046H15.9951Z' stroke='%232a2622'/></svg>");
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.faq__item[open] .faq__q::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='8' viewBox='0 0 25 8' fill='none'><path d='M24.483 0.517046V7.01143H0.517046V0.517046H24.483Z' stroke='%232a2622'/></svg>");
  background-size: 25px 8px;
}

.faq__a {
  padding: 0 44px clamp(15px, 13.8739255014px + 0.2865329513vw, 18px) 0;
  max-width: 863px;
  line-height: 1.4;
}
.faq__a p {
  margin: 0;
}

@media (max-width: 1200px) {
  .kriterien__media {
    position: static;
    width: 60%;
    margin-top: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
    margin-inline: auto;
  }
  .kriterien__inner > .section__head {
    order: 1;
  }
  .kriterien__inner > .kriterien__intro {
    order: 2;
  }
  .kriterien__inner > .kriterien__media {
    order: 3;
  }
  .kriterien__inner > .note-info {
    order: 4;
  }
  .kriterien__inner > .btn {
    order: 5;
  }
  .kriterien__img {
    transform: none;
  }
}
@media (max-width: 1000px) {
  #wirkung .uu-grid-3 > .uu-media {
    order: -1;
  }
  #wirkung .uu-media img {
    width: 100%;
    height: auto;
  }
}
.hero--compact {
  padding-block: clamp(28px, 18.2406876791px + 2.4832855778vw, 54px) clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.form-section {
  padding-block: 0 clamp(38px, 25.9885386819px + 3.0563514804vw, 70px);
}

.form-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 765px) 347px;
  gap: 88px;
  align-items: start;
}

.form-card {
  margin: 0;
  padding: clamp(clamp(20px, 15.1203438395px + 1.2416427889vw, 33px), 3.06vw, 44px);
  border: 0;
  background-color: #fff;
}

.form-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
}
.form-step.is-active {
  display: block;
}

.form-step__progress {
  margin: 0 0 clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  -webkit-text-stroke: 4px #2a2622;
  paint-order: stroke fill;
}

.form-step__note {
  display: inline-block;
  margin-left: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  font-size: 0.88rem;
  line-height: 1.4;
  color: #2a2622;
  letter-spacing: normal;
  font-weight: 400;
  -webkit-text-stroke: 0;
  vertical-align: middle;
}
.form-step__note strong {
  font-weight: 700;
}

.form-divider {
  height: 0;
  margin: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px) 0;
  border: 0;
  border-top: 1px dashed #2a2622;
}

.form-field {
  margin-bottom: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
}

.form-field__q {
  display: block;
  margin-bottom: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  font-weight: 700;
  font-size: 1.375rem;
}

.form-field__hint {
  margin: 0 0 clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  font-size: 0.88rem;
}

.form-label {
  display: block;
  margin-bottom: clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
  font-weight: 700;
  font-size: 1.1rem;
}
.form-label--sm {
  font-weight: 400;
  font-size: 0.88rem;
}

.radio {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  cursor: pointer;
}
.radio input {
  width: 18px;
  height: 18px;
  accent-color: #2a2622;
}

.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
}
.radio-row .radio {
  margin-bottom: 0;
}

.form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #2a2622;
  background: #fff;
  font: inherit;
  color: inherit;
}

textarea.form-input {
  resize: vertical;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  align-items: start;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  cursor: pointer;
}
.form-consent input {
  flex: 0 0 auto;
  appearance: none;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 1px solid #2a2622;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  cursor: pointer;
}
.form-consent input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath d='M2.5 9 6.5 13 14.5 4' fill='none' stroke='%232a2622' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-error {
  margin: 6px 0 0;
  color: #b83227;
  font-size: 0.88rem;
  font-weight: 500;
}

.form-consent + .form-error {
  margin-top: clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
}

.form-consent + .btn,
.form-error + .btn {
  margin-top: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
}

.form-input.has-error {
  border-color: #b83227;
}

.form-consent.has-error {
  color: #b83227;
}

.form-step__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
}

.form-step__footnote {
  margin: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px) 0 clamp(12px, 10.1232091691px + 0.4775549188vw, 17px);
  font-size: 0.88rem;
  font-style: italic;
}

.form-back {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.form-back:hover {
  text-decoration: underline;
}

.form-aside__title {
  margin: 0 0 clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3;
}

.form-aside p {
  margin: 0 0 clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
  line-height: 1.4;
}

.form-aside__contact {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-aside__contact a {
  color: inherit;
}

.form-section__grid--kontakt {
  grid-template-columns: minmax(0, 767px) 347px;
  gap: 86px;
}

.form-select {
  max-width: 420px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M1 1l5.5 5.5L12 1" stroke="%232a2622" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}

.kontakt-aside__contact {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.kontakt-aside__contact li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 500;
}

.kontakt-aside__contact .icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
}

.site-footer__social .icon {
  width: 22px;
  height: 22px;
}

.kontakt-aside__contact a {
  text-decoration: none;
}

.kontakt-aside__contact a:hover,
.kontakt-aside__contact a:focus-visible {
  text-decoration: underline;
}

.kontakt-success h2 {
  margin: 0 0 clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
}

.kontakt-success p {
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1240px) {
  .form-section__grid {
    grid-template-columns: 1fr;
    gap: clamp(28px, 18.2406876791px + 2.4832855778vw, 54px);
  }
}
@media (max-width: 900px) {
  .form-grid-2 {
    grid-template-columns: 1fr;
  }
}
.uu__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(28px, 18.2406876791px + 2.4832855778vw, 54px);
}

.uu-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(38px, 25.9885386819px + 3.0563514804vw, 70px);
  align-items: center;
  width: 100%;
}

.uu-grid-3 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  align-items: start;
  width: 100%;
}

.uu-text-block {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
}
.uu-text-block h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
}
.uu-text-block p {
  margin: 0;
  line-height: 1.65;
}

.uu-role {
  font-size: 0.88rem;
}

.uu-stats {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
}

.uu-media img {
  width: 100%;
  height: auto;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.uu-portrait img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.uu-illu {
  width: 100%;
  max-width: 380px;
  height: auto;
  margin-top: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  mix-blend-mode: multiply;
}

.uu-reise {
  display: grid;
  grid-template-columns: 371px minmax(0, 1fr);
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  align-items: start;
  width: 100%;
}
.uu-reise > * {
  min-width: 0;
}

.uu-reise__body {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
}

.uu-media--jela img {
  width: 100%;
  height: auto;
  border: 0;
  box-shadow: none;
}

#wirkung .uu-media {
  margin-top: -139px;
}

#team {
  overflow: hidden;
}

@media (max-width: 1000px) {
  #wirkung .uu-media {
    margin-top: 0;
  }
}
.quote--cols {
  align-items: flex-start;
  max-width: none;
}

.quote--cols .quote__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  line-height: 1.4;
  min-width: 0;
}
.quote--cols .quote__cols p {
  margin: 0;
}
.quote--cols .quote__cols .quote__col {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  min-width: 0;
}

#struktur .uu-media img {
  height: 460px;
  object-fit: cover;
}

@media (max-width: 1000px) {
  #struktur .uu-media img {
    height: auto;
  }
}
#wirkung .uu-media img {
  height: auto;
  object-fit: contain;
  border: 0;
  box-shadow: none;
}

.info-card {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  width: 100%;
  padding: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px) clamp(26px, 19.2435530086px + 1.7191977077vw, 44px) clamp(20px, 15.1203438395px + 1.2416427889vw, 33px) clamp(12px, 10.1232091691px + 0.4775549188vw, 17px);
  background-color: #efe6e1;
}

.info-card__mark {
  flex: 0 0 64px;
  padding-top: 0;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1;
  text-align: left;
  color: transparent;
  -webkit-text-stroke: 2.4px #2a2622;
}

.info-card__body {
  max-width: 660px;
}
.info-card__body h3 {
  margin: 0 0 clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
  font-weight: 700;
  font-size: 1.375rem;
}
.info-card__body p {
  margin: 0;
  line-height: 1.5;
}

.info-card__logo {
  width: 280px;
  height: auto;
  margin-left: auto;
  align-self: center;
}

@media (max-width: 900px) {
  .uu-grid-2,
  .uu-grid-3 {
    grid-template-columns: 1fr;
    gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  }
  .uu-reise {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  }
  .quote--cols .quote__cols {
    grid-template-columns: minmax(0, 1fr);
  }
  .uu-illu {
    position: static;
    order: -1;
    align-self: stretch;
    width: auto;
    max-width: none;
    margin: 0 calc(-1 * clamp(24px, 8.34vw, 120px)) clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
    height: auto;
    aspect-ratio: 393/297;
    object-fit: cover;
  }
  .info-card {
    flex-wrap: wrap;
  }
  .info-card__logo {
    width: 200px;
    margin-left: 0;
  }
}
.donate-tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 332px));
  gap: clamp(clamp(20px, 15.1203438395px + 1.2416427889vw, 33px), 4.58vw, 66px);
  width: 100%;
}

.donate-tier__amount {
  margin: 0 0 clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
  font-weight: 700;
  font-size: 2.1484375rem;
  line-height: 1.2;
}

.donate-tier p {
  margin: 0;
  line-height: 1.4;
}

.donate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  align-items: stretch;
  width: 100%;
}

.donate-card {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  padding: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  background-color: #f9f4f1;
}

.donate-card__media {
  position: relative;
  margin-bottom: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
}
.donate-card__media img {
  position: absolute;
  max-width: none;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.donate-card {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1001px) {
  .donate-card {
    overflow: hidden;
  }
  .donate-card--1 .donate-card__media {
    aspect-ratio: 490/264;
  }
  .donate-card--1 .donate-card__media img {
    width: 109%;
    left: -5.71%;
    top: -16.7%;
  }
  .donate-card--2 .donate-card__media {
    aspect-ratio: 490/256;
  }
  .donate-card--2 .donate-card__media img {
    width: 66.5%;
    left: 4.29%;
    top: -14.8%;
  }
  .donate-card--3 .donate-card__media {
    aspect-ratio: 490/340;
  }
  .donate-card--3 .donate-card__media img {
    width: 107.1%;
    left: -4.9%;
    top: -27.9%;
  }
  .donate-card--4 .donate-card__media {
    aspect-ratio: 490/241;
  }
  .donate-card--4 .donate-card__media img {
    width: 122.9%;
    left: -13.88%;
    top: -13.7%;
  }
}
@media (max-width: 1000px) {
  .donate-card {
    position: relative;
    padding: 61% 27px 27px;
    overflow: hidden;
  }
  .donate-card .donate-card__title {
    font-size: 1.125rem;
  }
  .donate-card__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    aspect-ratio: 328/200;
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .donate-card__media img {
    position: absolute;
    max-width: none;
    height: auto;
  }
  .donate-card--1 .donate-card__media img {
    width: 100%;
    left: 0;
    top: 0;
  }
  .donate-card--2 .donate-card__media img {
    width: 69.8%;
    left: 12.2%;
    top: 0;
  }
  .donate-card--3 .donate-card__media img {
    width: 100%;
    left: 0;
    top: -33px;
  }
  .donate-card--4 .donate-card__media img {
    width: 105.8%;
    left: -3.05%;
    top: 19px;
  }
}
.donate-card__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
}

.donate-card p {
  margin: 0;
  line-height: 1.5;
}

.donate-card .checklist {
  gap: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  max-width: none;
}

.donate-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.share-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-list a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.share-list a:hover,
.share-list a:focus-visible {
  text-decoration: underline;
}

.share-list__icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
}

.stimmen-grid {
  display: grid;
  grid-template-columns: 371px 1fr;
  gap: clamp(38px, 25.9885386819px + 3.0563514804vw, 70px);
  align-items: start;
  width: 100%;
}

.stimmen-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.stimmen-body {
  display: flex;
  flex-direction: column;
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.stimmen-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

@media (max-width: 1100px) {
  .stimmen-quotes {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .donate-tiers {
    grid-template-columns: 1fr;
    gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  }
  .donate-grid {
    grid-template-columns: 1fr;
  }
  .stimmen-grid {
    grid-template-columns: 1fr;
    gap: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  }
  .stimmen-quotes {
    grid-template-columns: 1fr;
  }
  .stimmen-grid {
    display: flex;
    flex-direction: column;
  }
  .stimmen-body {
    display: contents;
  }
  #stimmen .section__head {
    order: 1;
  }
  .stimmen-media {
    order: 2;
  }
  .stimmen-quotes {
    order: 3;
  }
  .stimmen-media img {
    width: 100%;
  }
  .share-list {
    gap: 8px;
  }
  .share-list li {
    display: flex;
  }
  .share-list__icon {
    width: 22px;
    height: 22px;
  }
  .share-list a {
    gap: 13px;
  }
}
.page-content__title {
  margin-bottom: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.entry-content {
  max-width: 720px;
  line-height: 1.48;
}
.entry-content p {
  margin: 0 0 clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
}
.entry-content h2 {
  margin: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px) 0 clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.14;
}
.entry-content h3 {
  margin: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px) 0 clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
  font-weight: 700;
  font-size: 1.1rem;
}
.entry-content a {
  color: inherit;
  text-underline-offset: 2px;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  padding-left: 1.25em;
}
.entry-content li {
  margin-bottom: clamp(5px, 4.6246418338px + 0.0955109838vw, 6px);
}
.entry-content strong {
  font-weight: 700;
}
.entry-content > :first-child {
  margin-top: 0;
}

html {
  scroll-behavior: smooth;
}

.hero,
.section {
  scroll-margin-top: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.site-nav__list a {
  transition: opacity 0.15s ease;
}

.site-nav__list a:hover {
  text-decoration: underline;
}

.section__note a:hover,
.steps__desc a:hover,
.footer-col a:hover {
  opacity: 0.7;
}

a:focus-visible,
.btn:focus-visible,
.site-header__toggle:focus-visible {
  outline: 2px solid #2a2622;
  outline-offset: 3px;
}

.form-input:focus-visible,
.radio input:focus-visible,
.form-consent input:focus-visible,
textarea.form-input:focus-visible,
.form-select:focus-visible {
  outline: 2px solid #2a2622;
  outline-offset: 2px;
  border-color: #2a2622;
}

.site-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.site-header__toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2a2622;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.site-header.is-open .site-header__toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .site-header__toggle-bar:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .site-header__toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1240px) {
  .site-header {
    min-height: 54px;
  }
  .site-header__inner {
    gap: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
    padding-inline: 16px;
    padding-block: 7px;
  }
  .site-header__toggle {
    display: flex;
    order: 1;
    width: 40px;
    height: 40px;
    margin-right: auto;
  }
  .site-header__logo {
    order: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-header__logo img {
    width: 194px;
    height: 30px;
  }
  .site-header__lang {
    order: 3;
    margin-left: auto;
  }
  .site-header.is-open {
    position: relative;
    z-index: 1002;
  }
  .site-nav-group {
    order: 4;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1001;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 27px 32px 19px;
    background-color: #f9f4f1;
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  }
  .site-header.is-open .site-nav-group {
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav {
    font-size: 1.125rem;
  }
  .site-nav__list a {
    display: block;
    padding-block: 8px;
  }
  .site-nav--secondary .site-nav__list {
    gap: 0;
  }
  .site-header__right {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(42, 38, 34, 0.15);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
}
@media (max-width: 1240px) and (max-width: 960px) {
  .section__title {
    line-height: 1;
    hyphens: auto;
  }
}
@media (max-width: 1240px) and (max-width: 960px) and (max-width: 392px) {
  .section__title {
    font-size: clamp(1.75rem, 11.7vw, 2.875rem);
    overflow-wrap: break-word;
    hyphens: auto;
  }
}
@media (max-width: 1240px) and (max-width: 960px) {
  .steps__item {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 5px 0;
    padding: 14px 18px 14px 14px;
  }
  .steps__num {
    grid-column: 1;
    grid-row: 1;
    font-size: 1.875rem;
    line-height: 1;
  }
  .steps__title {
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    line-height: 1.5;
  }
  .steps__desc {
    grid-column: 2;
    grid-row: 2;
  }
  .steps {
    gap: 14px;
  }
  .about-teaser__img {
    width: 150px;
    height: 210px;
  }
  .info-card__logo {
    width: 267px;
    height: 82px;
    max-width: 100%;
  }
  .steps-detail__num {
    flex: 0 0 38px;
  }
  .steps-detail__title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .steps-detail__desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .form-step__progress {
    font-size: 1.9375rem;
  }
  .form-field__q {
    font-size: 1.125rem;
    font-weight: 500;
  }
  .form-field__hint {
    font-size: 1rem;
  }
  .radio-row {
    flex-direction: column;
    gap: 0;
  }
  .radio-row--inline {
    flex-direction: row;
    gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
  }
  .radio {
    gap: 6px;
    margin-bottom: 14px;
  }
  .radio input {
    width: 30px;
    height: 30px;
  }
  .form-field__hint {
    font-size: 0.78125rem;
    font-style: italic;
  }
  .form-step__note {
    display: block;
    margin-left: 0;
    margin-top: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
    font-size: 1rem;
  }
  .note-info__badge-glyph {
    height: 23px;
  }
  .help-card__desc {
    font-size: 0.78125rem;
  }
  .help-card .help-card__title {
    font-size: 1rem;
  }
  .help__intro-highlight {
    font-size: 1rem;
  }
  .about-teaser__card {
    font-size: 0.78125rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header__toggle-bar,
  .site-nav-group {
    transition: none !important;
  }
}
@media (max-width: 760px) {
  .steps {
    grid-template-columns: 1fr;
  }
  .criteria {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
    overflow: visible;
  }
  .criteria .criteria__item {
    flex: 1 1 auto;
    width: 100%;
  }
  .help__grid,
  .donate-grid {
    display: flex;
    grid-template-columns: none;
    gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: clamp(8px, 6.8739255014px + 0.2865329513vw, 11px);
  }
  .help-card,
  .donate-card {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
  .help-card:last-child,
  .donate-card:last-child {
    scroll-snap-align: end;
  }
  .criteria .criteria__item:nth-child(3) {
    grid-column: auto;
  }
  .about-teaser__media {
    flex-wrap: wrap;
    gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
    padding-top: 0;
  }
  .about-teaser__card {
    padding-bottom: 0;
  }
  .help-card {
    min-height: 332px;
    padding: 28px 28px 0;
  }
  .help-card--money .help-card__media img {
    bottom: 7.6%;
  }
  .help-card--tree {
    padding-bottom: 112px;
  }
  .help-card--tree .help-card__media {
    top: auto;
    height: 112px;
  }
  .help-card--tree .help-card__media img {
    height: 100%;
    width: auto;
    bottom: 0;
  }
  .section {
    padding-block: clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  }
  .body, body {
    font-size: 1rem;
  }
  .hero__cta {
    width: 100%;
  }
  .hero__cta .btn {
    width: 100%;
  }
  .steps-detail__item {
    padding: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  }
  .form-card {
    margin-inline: calc(-1 * clamp(24px, 8.34vw, 120px));
    padding: 18px 32px 36px;
  }
  .form-label {
    font-size: 1.125rem;
    font-weight: 500;
  }
  .form-select {
    font-style: italic;
  }
  textarea.form-input {
    min-height: 164px;
  }
  .form-consent {
    font-size: 0.78125rem;
    gap: 0.875rem;
  }
  .form-card .btn {
    width: 100%;
  }
  .form-aside__title {
    font-size: 1.125rem;
  }
  .kontakt-aside__contact {
    gap: 18px;
  }
  .site-footer__logo img {
    width: 271px;
    height: auto;
  }
  .donate-tiers {
    grid-template-columns: 1fr;
    gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
  }
  .donate-tier + .donate-tier {
    padding-top: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
    background-image: repeating-linear-gradient(to right, #2a2622 0 5px, transparent 5px 10px);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: top left;
  }
  .donate-grid {
    display: flex;
    flex-direction: column;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
  }
  .donate-grid .donate-card {
    flex: 1 1 auto;
    width: 100%;
  }
  .site-footer__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px) clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
  }
  .site-footer__logo {
    grid-column: 1/-1;
    align-self: flex-start;
  }
  .footer-col:nth-of-type(3) {
    order: 4;
  }
  .footer-col:nth-of-type(4) {
    order: 3;
  }
  .site-footer__cols {
    column-gap: 7px;
  }
  .site-footer__social {
    align-self: flex-start;
    margin-left: 0;
  }
  .uu-grid-2,
  .uu-grid-3 {
    gap: clamp(20px, 15.1203438395px + 1.2416427889vw, 33px);
  }
  .donate-card,
  .help-card,
  .criteria__item,
  .steps__item {
    min-width: 0;
  }
}
@media (max-width: 359px) {
  .site-footer__cols {
    grid-template-columns: 1fr;
  }
}
.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background: #f9f4f1;
  border-top: 3px solid #FBA49D;
  box-shadow: 0 -8px 30px rgba(42, 38, 34, 0.14);
  color: #2a2622;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__inner {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding-block: 18px;
  flex-wrap: wrap;
}

.cookie-consent__text {
  flex: 1 1 320px;
  min-width: 0;
}

.cookie-consent__title {
  margin: 0 0 4px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
}

.cookie-consent__body {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  max-width: 64ch;
}

.cookie-consent__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 auto;
}

.cookie-btn {
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 10px;
  padding: 11px 18px;
  border: 1px solid #2a2622;
  background: transparent;
  color: #2a2622;
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.15s ease;
}

.cookie-btn--equal {
  min-width: 150px;
  text-align: center;
}

.cookie-btn--primary {
  background: #FBA49D;
  border-color: #FBA49D;
}

.cookie-btn--primary:hover {
  opacity: 0.9;
}

.cookie-btn--equal:not(.cookie-btn--primary):hover {
  background: #efe6e1;
}

.cookie-btn--ghost {
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-inline: 8px;
}

.cookie-btn--ghost:hover {
  background: #efe6e1;
}

.cookie-btn:focus-visible {
  outline: 2px solid #2a2622;
  outline-offset: 3px;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 1101;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.cookie-modal[hidden] {
  display: none;
}

.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(42, 38, 34, 0.5);
}

.cookie-modal__panel {
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  background: #f9f4f1;
  border-radius: 16px;
  padding: 28px clamp(20px, 4vw, 34px) 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.cookie-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: #2a2622;
  cursor: pointer;
  border-radius: 8px;
}

.cookie-modal__close:hover {
  background: #efe6e1;
}

.cookie-modal__close:focus-visible {
  outline: 2px solid #2a2622;
  outline-offset: 2px;
}

.cookie-modal__title {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-cat {
  border: 1px solid #efe6e1;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
  background: #fff;
}

.cookie-cat__row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-cat__row input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: #FBA49D;
}

.cookie-cat__row input:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.cookie-cat__name em {
  font-weight: 400;
  font-style: normal;
  color: rgba(42, 38, 34, 0.6);
}

.cookie-cat__desc {
  margin: 8px 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(42, 38, 34, 0.8);
}

.cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.has-consent-open .whatsapp-fab {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.footer-cookie-settings {
  background: none;
  border: 0;
  padding: 3px 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.footer-cookie-settings:hover {
  opacity: 0.7;
}

@media (max-width: 640px) {
  .cookie-consent__actions {
    width: 100%;
  }
  .cookie-consent__actions .cookie-btn--equal {
    flex: 1 1 auto;
  }
  .cookie-modal__actions .cookie-btn {
    flex: 1 1 auto;
  }
}
.entry-content h2[id],
.entry-content h3 {
  scroll-margin-top: 24px;
}

.entry-content {
  overflow-wrap: anywhere;
}

.entry-content a {
  word-break: break-all;
}

.legal-toc {
  background: #efe6e1;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 0 0 clamp(26px, 19.2435530086px + 1.7191977077vw, 44px);
}

.legal-toc__title {
  margin: 0 0 8px;
  font-weight: 700;
}

.legal-toc ul {
  margin: 0;
  padding-left: 1.15em;
}

.legal-toc li {
  margin-bottom: 4px;
}

.legal-toc a {
  color: inherit;
  text-underline-offset: 2px;
}

.cookie-inline-link {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: #2a2622;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.cookie-inline-link:hover {
  opacity: 0.7;
}

.cookie-inline-link:focus-visible {
  outline: 2px solid #2a2622;
  outline-offset: 2px;
}

.error-404__hint {
  margin-top: clamp(15px, 13.8739255014px + 0.2865329513vw, 18px);
  font-size: 0.88rem;
  color: #2a2622;
}

.error-404__hint a {
  color: inherit;
  text-underline-offset: 2px;
}
