/* Gut lesbare Typografie für alle Kursseiten */
.course-v2-facts span {
  font-size: 14px;
  letter-spacing: .11em;
}

.course-v2-facts strong {
  font-size: 34px;
  line-height: 1.05;
}

.course-v2-facts small {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .04em;
}

.course-v2-imported-section > p,
.course-v2-imported-section > ul,
.course-v2-imported-section > ol {
  font-size: 18px;
}

.course-v2-imported-section > .course-v2-data-label {
  color: #d9b87d;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .1em;
  margin-top: 34px;
}

.course-v2-imported-section > .course-v2-data-label + p {
  color: #fff;
  font-size: 29px;
  line-height: 1.3;
  padding: 9px 0 23px;
}

.course-v2-imported-section.course-v2-info-section {
  background: var(--deep);
  color: #fff;
}

.course-v2-info-section > h1,
.course-v2-info-section > h2,
.course-v2-info-section > h3 {
  color: #fff;
}

.course-v2-info-section > .course-v2-data-label + p {
  border-color: rgba(255, 255, 255, .25);
}

.course-v2-imported-cards p,
.course-v2-imported-cards li {
  font-size: 16px;
}

.course-v2-booking dt {
  font-size: 15px;
  color: #d9b87d;
}

.course-v2-booking > div > h2 {
  font-size: clamp(4rem, 7vw, 7.6rem);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.025em;
}

.course-v2-booking > div > h2 em {
  font-size: 1em;
}

.course-v2-booking dd {
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
}

.course-v2-booking dd del {
  color: rgba(255,255,255,.45);
  text-decoration-thickness: 1px;
}

.course-v2-booking .past-course-dates {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,255,255,.35);
  font-size: 14px;
  line-height: 1.4;
}

.course-v2-booking dl > div {
  min-height: 96px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.course-v2-booking > div {
  align-self: start;
}

@media (max-width: 600px) {
  .course-v2-facts span,
  .course-v2-facts small {
    font-size: 12px;
  }

  .course-v2-facts strong {
    font-size: 27px;
  }

  .course-v2-imported-section > .course-v2-data-label {
    font-size: 15px;
  }

  .course-v2-imported-section > .course-v2-data-label + p {
    font-size: 24px;
  }

  .course-v2-booking dl > div {
    min-height: 112px;
    align-content: center;
  }
}
