/* Typografie-Anpassungen nur fuer die Startseite */
.home .hero-copy > .eyebrow {
  font-size: 13px;
}

.home .section-index {
  font-size: 11px;
}

.home .guide-copy > .eyebrow.light {
  color: #6f3a24;
}

.home .course-body > .mono {
  font-size: 10px;
}

.home .knowledge-grid .mono {
  font-size: 11px;
}

.home .course-body > p {
  font-size: 14px;
}

.home .course-details-link {
  display: inline-block;
  margin: 4px 0 18px;
  color: rgba(255,255,255,.82);
  font: 700 13px "Barlow Condensed", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.55);
  padding-bottom: 4px;
}

.home .course-price > a {
  color: #fff;
  font: 700 13px "Barlow Condensed", sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home .course-card-linked {
  cursor: pointer;
}

.home .course-silent > img {
  object-position: 62% center;
}

.home .course-guide-training > img {
  object-position: 36% center;
}

.home .newsletter-form {
  display: grid;
  gap: 14px;
}

.home .newsletter-fields {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr) auto;
  gap: 24px;
  align-items: end;
  border: 0;
}

.home .newsletter-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.home .newsletter-field > span {
  color: rgba(255,255,255,.78);
  font: 700 12px "Barlow Condensed", sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home .newsletter-field small {
  font: inherit;
  color: rgba(255,255,255,.52);
}

.home .newsletter-field input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.8);
  background: transparent;
  color: #fff;
  outline: 0;
}

.home .newsletter-field input::placeholder {
  color: rgba(255,255,255,.5);
}

.home .newsletter-fields button {
  min-height: 48px;
  border: 0;
  background: var(--red);
  color: #fff;
  padding: 0 22px;
  font: 700 15px "Barlow Condensed", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.home .newsletter-consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home .newsletter-form .form-note {
  margin: 4px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .home .newsletter-fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home .newsletter-fields button {
    width: 100%;
  }
}

.home .hero-note-mobile {
  display: none;
}

@media (max-width: 600px) {
  .home h2 {
    font-size: clamp(3rem, 15vw, 4.25rem);
    line-height: .9;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .home .hero-copy h1 {
    font-size: clamp(2.75rem, 14vw, 4.8rem);
    letter-spacing: -.035em;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .home .hero > .hero-note {
    display: none;
  }

  .home .hero-note-mobile {
    position: static;
    display: flex;
    width: 105px;
    height: 105px;
    margin: 2px 0;
    transform: rotate(-8deg);
  }

  .home .booking-process h2,
  .home .quality-section h2 {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .home .quality-section h2 em {
    font-size: .62em;
    letter-spacing: -.045em;
  }
}

.home .gift-cta {
  position: relative;
  display: grid;
  grid-template-columns: .45fr 1.2fr .7fr;
  align-items: center;
  gap: 6vw;
  padding: 82px 6vw;
  overflow: hidden;
  background: var(--red);
  color: #fff;
}

.home .gift-cta::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -170px;
  top: -225px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.home .gift-cta-mark {
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-7deg);
  font: 700 11px "DM Sans", sans-serif;
  letter-spacing: .15em;
}

.home .gift-cta-mark strong {
  margin-top: 7px;
  font: 800 21px/1 "Barlow Condensed", sans-serif;
  letter-spacing: .04em;
}

.home .gift-cta-copy {
  position: relative;
  z-index: 1;
}

.home .gift-cta-copy h2 {
  margin: 22px 0 25px;
  font-size: clamp(4rem, 6vw, 7rem);
}

.home .gift-cta-copy h2 em {
  color: var(--cream);
}

.home .gift-cta-copy > p:last-child {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.7;
}

.home .gift-cta-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 20px 0 13px;
  border-bottom: 1px solid rgba(255,255,255,.8);
  font: 800 18px "Barlow Condensed", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home .gift-cta-link b {
  font-size: 22px;
}

@media (max-width: 900px) {
  .home .gift-cta {
    grid-template-columns: 150px 1fr;
  }

  .home .gift-cta-link {
    grid-column: 2;
  }
}

@media (max-width: 600px) {
  .home .gift-cta {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 68px 20px;
  }

  .home .gift-cta-mark {
    width: 112px;
    height: 112px;
  }

  .home .gift-cta-mark strong {
    font-size: 17px;
  }

  .home .gift-cta-copy h2 {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .home .gift-cta-link {
    grid-column: auto;
  }
}
