@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-v31-latin-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-v31-latin-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-v31-latin-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --wl-blue-dark: #072c6c;
  --wl-mid: #666666;
  --wl-light: #F2F2F2;
  --wl-purple: #5A2784;
  --wl-radius: 1.25rem;
  --wl-shadow: 0 14px 35px rgba(10,61,145,.08);
  --wl-section-space: clamp(4.5rem, 7vw, 7.5rem);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--wl-dark);
  font-weight: 500;
  line-height: 1.65;
  background: #fff;
}

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

a {
  color: inherit;
}

.site-main {
  overflow: clip;
}

.section-space {
  padding-block: var(--wl-section-space);
}

.section-title {
  color: var(--wl-blue);
  font-weight: 700;
  letter-spacing: -.025em;
}

.section-kicker {
  color: var(--wl-green);
  font-weight: 700;
}

.text-wl-blue {
  color: var(--wl-blue) !important;
}

.text-wl-green {
  color: var(--wl-green) !important;
}

.bg-wl-blue {
  background: var(--wl-blue) !important;
}

.site-header {
  background: linear-gradient(115deg, var(--wl-blue-dark), var(--wl-blue));
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: box-shadow .25s ease;
}

.site-header .navbar {
  min-height: 104px;
  padding-block: 16px;
  transition: min-height .25s ease, padding .25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}

.site-header.is-scrolled .navbar {
  min-height: 76px;
  padding-block: 8px;
}

.site-logo {
  width: clamp(155px, 14vw, 180px);
  transition: width .25s ease;
}

.site-header.is-scrolled .site-logo {
  width: clamp(135px, 12vw, 155px);
}

.contact-btn {
  color: #111;
  border: 0;
  font-weight: 700;
  padding: .72rem 1.5rem;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(255,193,7,.22);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.contact-btn:hover,
.contact-btn:focus-visible {
  background: #ffd34d !important;
  color: var(--wl-blue-dark) !important;
  border-color: #ffd34d !important;
  filter: none;
  box-shadow: 0 10px 24px rgba(255,193,7,.34), 0 0 0 3px rgba(255,255,255,.12);
}

.hero {
  padding: 30px 0 0;
  background: #fff;
  color: var(--wl-dark);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 30px;
}

.hero h1 {
  color: var(--wl-blue);
  font-weight: 700;
  font-size: clamp(2.55rem, 4.1vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.hero-claim {
  width: min(100%,480px);
  margin: 1.5rem 0 1.8rem;
  filter: none;
}

.hero-lead {
  max-width: 600px;
  font-size: clamp(1.02rem,1.25vw,1.22rem);
  color: var(--wl-dark);
}

.hero-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
}

.hero-kids {
  width: 112%;
  max-width: none;
  margin-left: -5%;
  object-fit: contain;
  object-position: center bottom;
  filter: none;
}

.hero-badge {
  position: absolute;
  width: clamp(160px,17vw,225px);
  right: -2%;
  bottom: 1%;
  z-index: 2;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.12));
}

.why-photo {
  border-radius: var(--wl-radius);
  overflow: hidden;
  box-shadow: var(--wl-shadow);
}

.why-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.why-title {
  padding-left: 1.5rem;
}

.why-grid {
  height: 100%;
}

.why-item {
  padding: 1.35rem 1.5rem;
  border: 0;
}

.why-icon {
  display: block;
  width: 62px;
  height: 62px;
  color: var(--wl-green);
  margin: 0 0 1rem;
}

.why-item h3 {
  color: var(--wl-blue);
  font-size: 1.05rem;
  font-weight: 700;
}

.why-item p, .why-item li {
  font-size: .95rem;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: .15rem;
}

.check-list li::before {
  content: "✓";
  color: var(--wl-green);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.formula-section {
  background: #fff;
}

.formula-card {
  border: 1px solid #eef1f4;
  border-radius: var(--wl-radius);
  padding: clamp(2rem, 4vw, 3.5rem);
}

.formula-row {
  display: grid;
  grid-template-columns: repeat(11, auto);
  align-items: start;
  justify-content: space-between;
  gap: .45rem;
}

.formula-step {
  width: 112px;
  text-align: center;
}

.formula-icon {
  width: 70px;
  height: 70px;
  display: inline-grid;
  place-items: center;
  margin-bottom: .7rem;
  background: transparent !important;
}

.formula-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: none !important;
  display: block;
}

.formula-step strong {
  display: block;
  color: var(--wl-blue);
  font-size: .88rem;
  line-height: 1.25;
}

.formula-step span {
  display: block;
  font-size: .76rem;
  line-height: 1.35;
  margin-top: .3rem;
}

.formula-operator {
  color: var(--wl-blue);
  font-size: 2rem;
  font-weight: 700;
  align-self: center;
  padding-bottom: 2.6rem;
}

.formula-ear, .formula-move, .formula-rhythm, .formula-music, .formula-repeat, .formula-target {
  background: transparent;
}

.course-card {
  background: linear-gradient(115deg, #fff9f4, #fff3e8);
  border-radius: var(--wl-radius);
  padding: clamp(1.5rem, 3vw, 2.65rem);
  box-shadow: var(--wl-shadow);
}

.course-row {
  min-height: 500px;
}

.book-column {
  display: flex;
}

.book-cover-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: visible;
}

.book-cover {
  display: block;
  width: 100%;
  max-width: 390px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: top;
  object-fit: fill;
  box-shadow: 0 22px 44px rgba(0,0,0,.26), 0 8px 18px rgba(0,0,0,.12);
}

.course-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.course-copy-top {
  width: 100%;
}

.course-title {
  color: var(--wl-blue);
  font-weight: 700;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -.025em;
  margin-bottom: .9rem;
}

.course-list {
  padding-left: 1.2rem;
}

.course-list li::marker {
  color: var(--wl-blue);
}

.course-bottom {
  width: 100%;
}

.course-use {
  display: flex;
  gap: .85rem;
  align-items: center;
  margin-bottom: .7rem;
}

.course-use .mini-circle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.course-use .mini-circle img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: none !important;
  display: block;
}

.action-stack {
  display: grid;
  gap: .75rem;
  width: min(100%, 280px);
  margin-left: auto;
}

.btn-wl-yellow, .btn-wl-outline {
  min-height: 50px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding-inline: 1.2rem;
}

.btn-wl-yellow {
  background: var(--wl-yellow);
  color: #111;
  border: 2px solid var(--wl-yellow);
}

.btn-wl-yellow:hover {
  color: #111;
  background: #f4b900;
  border-color: #f4b900;
  transform: translateY(-2px);
}

.btn-wl-outline {
  background: #fff;
  color: var(--wl-blue);
  border: 2px solid var(--wl-blue);
}

.btn-wl-outline:hover {
  background: #f3f7ff;
  color: var(--wl-blue);
  border-color: #1b57ad;
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(10,61,145,.12);
}

.btn-icon {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.upcoming-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  overflow: visible;
}

.rocket {
  width: 110px;
}

.demo-card {
  border: 0;
  border-radius: 1rem;
  min-height: 230px;
  padding: 1.6rem 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.demo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(10,61,145,.11);
}

.demo-card.blue {
  background: #eef5ff;
}

.demo-card.green {
  background: #f0f8f1;
}

.demo-card.orange {
  background: #fff5ed;
}

.demo-icon {
  width: 66px;
  height: 66px;
  margin-bottom: .8rem;
}

.demo-card h3 {
  color: var(--wl-blue);
  font-size: 1rem;
  font-weight: 700;
}

.play-button {
  border: 0;
  background: transparent;
  color: var(--wl-blue);
  font-weight: 700;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
}

.play-button img {
  width: 42px;
  height: 42px;
}

.play-button:hover {
  color: var(--wl-green);
}

.team-strip {
  background: linear-gradient(90deg, #edf4ff, #f7f9fd);
  border-radius: 1rem;
  padding: 1.1rem 1.5rem;
}

.team-icon {
  width: 66px;
  color: var(--wl-blue);
}

.partner-box {
  background: linear-gradient(115deg, var(--wl-blue-dark), var(--wl-blue));
  color: #fff;
  border-radius: var(--wl-radius);
  padding: clamp(2rem,4vw,3.5rem);
  box-shadow: var(--wl-shadow);
}

.partner-box h2 {
  font-weight: 700;
}

.partner-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid rgba(255,255,255,.45);
  padding-left: 2.4rem;
}

.partner-list li {
  margin: .5rem 0;
  font-size: 1.05rem;
}

.partner-list li::before {
  content: "✓";
  color: var(--wl-yellow);
  font-weight: 700;
  margin-right: .8rem;
}

.footer-main {
  padding: 3rem 0;
}

.footer-logo {
  width: 150px;
}

.footer-label {
  color: var(--wl-blue);
  font-weight: 700;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 30px;
  margin: .25rem 0;
  line-height: 1.4;
}

.contact-line img {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  object-fit: contain;
}

.copyright-bar {
  background: var(--wl-blue-dark);
  color: #fff;
  font-size: .84rem;
}

.copyright-bar a {
  text-decoration: none;
  color: #fff;
  opacity: .9;
}

.copyright-bar a:hover {
  opacity: 1;
  text-decoration: underline;
}

.audio-status {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
  background: #fff;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
  padding: .7rem 1rem;
  font-size: .85rem;
  display: none;
}

.audio-status.show {
  display: block;
}

@media (max-width: 1199.98px) {
  .formula-row {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 1.7rem;
  }

  .formula-operator {
    padding-bottom: 0;
    justify-self: center;
  }

  .formula-step {
    width: auto;
  }

  .hero-visual {
    min-height: 390px;
  }
}

@media (max-width: 991.98px) {
  .course-row {
    min-height: 0;
  }

  .book-cover-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: visible;
  }

  .book-cover {
    display: block;
    width: 100%;
    max-width: 390px;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    vertical-align: top;
    object-fit: fill;
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
  }

  .course-copy {
    display: block;
  }

  .site-header .navbar {
    min-height: 88px;
  }

  .hero {
    padding-top: 30px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-kids {
    width: 100%;
    margin-left: 0;
  }

  .hero-badge {
    right: 0;
    bottom: 0;
  }

  .why-item {
    border: 0;
  }

  .action-stack {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-top: 0;
    grid-template-columns: 1fr;
  }

  .partner-list {
    border-left: 0;
    padding-left: 0;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  :root {
    --wl-section-space: 4rem;
  }

  .site-header .navbar, .site-header.is-scrolled .navbar {
    min-height: 74px;
    padding-block: 8px;
  }

  .site-logo, .site-header.is-scrolled .site-logo {
    width: 145px;
  }

  .contact-btn {
    padding: .55rem 1rem;
    font-size: .9rem;
  }

  .hero h1 {
    font-size: clamp(2.35rem,10vw,3.4rem);
  }

  .formula-row {
    grid-template-columns: 1fr 42px 1fr;
    justify-items: center;
  }

  .formula-step {
    width: 100%;
  }

  .formula-operator {
    font-size: 1.45rem;
    align-self: center;
  }

  .action-stack {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .upcoming-intro {
    flex-direction: column;
    text-align: center;
  }

  .upcoming-intro .rocket {
    width: min(100%,300px);
    max-width: 300px;
    margin: .75rem auto 0;
  }

  .partner-badge {
    margin-inline: auto;
    display: block;
    margin-bottom: 1.5rem;
  }

  .footer-main {
    text-align: center;
  }

  .contact-line {
    justify-content: center;
  }

  .copyright-inner {
    flex-direction: column;
    gap: .35rem;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .formula-row {
    grid-template-columns: 1fr;
  }

  .formula-operator {
    transform: rotate(90deg);
    padding: .2rem 0;
  }

  .hero-badge {
    display: block;
  }
}

.upcoming-intro .rocket {
  display: block;
  width: min(100%, 300px);
  max-width: 300px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  margin: .25rem 0 0;
}

.upcoming-intro p {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .upcoming-intro {
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .footer-main {
    padding-top: .5rem;
  }
}

.contact-line address {
  line-height: 1.45;
}

.mobile-nav-toggle {
  width: 48px;
  height: 44px;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.mobile-nav-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  margin-inline: auto;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}

.mobile-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e7ebf0;
  box-shadow: 0 8px 16px rgba(0,0,0,.06);
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-list li {
  border-bottom: 1px solid #edf0f3;
}

.mobile-nav-list a {
  display: block;
  padding: 1rem .25rem;
  color: var(--wl-dark);
  text-decoration: none;
  font-weight: 600;
}

.mobile-nav-list a:hover,
.mobile-nav-list a:focus-visible {
  color: var(--wl-blue);
}

.why-items {
  height: auto;
}

.why-item {
  height: auto;
}

.btn-wl-outline.is-playing {
  background: var(--wl-blue);
  color: #fff;
  border-color: var(--wl-blue);
  box-shadow: 0 7px 18px rgba(10,61,145,.18);
}

.btn-wl-outline.is-playing:hover,
.btn-wl-outline.is-playing:focus-visible {
  background: var(--wl-blue-dark);
  color: #fff;
  border-color: var(--wl-blue-dark);
  transform: none;
}

.play-button.is-playing {
  color: var(--wl-blue);
}

.play-button.is-playing img {
  width: 42px;
  height: 42px;
}

@media (max-width: 991.98px) {
  .hero-copy {
    padding-bottom: 0;
  }

  .hero-visual {
    margin-top: 1rem;
  }

  #warum {
    padding-top: 2.75rem;
  }

  .why-title {
    padding-left: 0;
  }

  .why-item {
    padding: .25rem 0;
  }

  .book-cover-wrap {
    justify-content: flex-start;
  }

  .course-bottom {
    margin-top: 0 !important;
    padding-top: .75rem !important;
  }

  .course-bottom > .col-md-6 + .col-md-6 {
    margin-top: .75rem;
  }
}

@media (max-width: 767.98px) {
  .footer-main {
    padding-top: .75rem;
  }

  .book-column {
    justify-content: flex-start;
  }

  .audio-status {
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
    width: auto;
    text-align: center;
  }
}

.contact-btn:hover,
.contact-btn:focus-visible {
  transform: none !important;
}

.course-bottom .btn:hover,
.course-bottom .btn:focus-visible {
  transform: none !important;
  box-shadow: 0 7px 18px rgba(10,61,145,.16);
}

@media (min-width: 992px) {

}

@media (max-width: 767.98px) {
  .hero .container-xxl,
  .why-section .container-xxl {
    padding-left: calc(var(--bs-gutter-x) * .5 + 10px);
    padding-right: calc(var(--bs-gutter-x) * .5 + 10px);
  }

  .partner-section {
    padding-bottom: 35px !important;
  }

  .why-photo {
    margin-bottom: 20px;
  }

  .why-title {
    margin-bottom: calc(1rem + 4px) !important;
  }

  .why-items {
    row-gap: .5rem !important;
  }

  .course-bottom > .col-md-6 + .col-md-6 {
    margin-top: calc(.75rem + 28px) !important;
  }
}

:root {
  --wl-blue: #0A3D91;
  --wl-green: #1E8E3E;
  --wl-yellow: #FFC107;
  --wl-light-blue: #E6F1FF;
  --wl-dark: #333333;
  --wl-gray: #666666;
  --wl-light-gray: #F2F2F2;
}

.contact-btn {
  background: var(--wl-yellow);
  border-color: var(--wl-yellow);
}

.site-main a:not(.btn):hover,
.site-main a:not(.btn):focus-visible,
.footer-main a:hover,
.footer-main a:focus-visible {
  color: var(--wl-yellow);
}

@media (max-width: 767.98px) {

}

@media (min-width: 992px) {

}

@media (max-width: 767.98px) {
  .why-section .container-xxl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .why-section .why-title,
  .why-section .why-items {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .why-section .why-title,
  .why-section .why-items > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .why-section {
    padding-bottom: calc(clamp(3rem, 6vw, 6rem) - 28px);
  }
}

@media (max-width: 767.98px) {
  #warum > .container-xxl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #warum .why-title,
  #warum .why-items {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #warum .why-title,
  #warum .why-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  #methode {
    padding-top: calc(clamp(2.25rem, 2.5vw, 3rem) - 8px) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #warum > .container-xxl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #warum .why-items {
    --bs-gutter-x: 2rem;
  }

  #warum .why-item {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
}

.memory-note {
  padding: clamp(1.75rem, 3vw, 2.75rem) 0 clamp(2.5rem, 4vw, 4rem);
}

.memory-rocket {
  height: auto;
}

.memory-text {
  max-width: 900px;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.55;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .memory-note {
    padding-top: 1.25rem;
  }
}

.memory-note .row > .col-sm-3.col-lg-2 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.memory-note .row > .col-sm-9.col-lg-10 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.memory-rocket {
  width: min(100%, 320px);
}

.memory-note {
  padding-bottom: calc(clamp(2.5rem, 4vw, 4rem) + 20px);
}

@media (max-width: 575.98px) {
  .memory-note {
    margin-top: -30px;
    padding-bottom: 3rem;
  }

  .memory-note .row > .col-sm-3.col-lg-2,
  .memory-note .row > .col-sm-9.col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .memory-rocket {
    width: 180px;
  }
}

@media (max-width: 767.98px) {
  .memory-note > .container-xxl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .course-card > .row {
    align-items: stretch;
  }

  .course-card .book-column,
  .course-card .course-copy-col,
  .course-card .course-actions-col {
    display: flex;
    flex-direction: column;
  }

  .course-card .course-copy-col > .course-copy {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .course-card .course-features {
    margin-top: auto !important;
    padding-top: 1.5rem;
  }

  .course-card .course-actions-col {
    justify-content: flex-end !important;
  }

  .course-card .course-actions-col .btn {
    margin-top: 0;
  }
}

.book-action-list {
  display: grid;
  gap: .75rem;
  width: 100%;
  max-width: 330px;
  margin-left: auto;
}

.book-audio-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: .7rem;
  align-items: center;
}

.book-audio-label {
  color: var(--wl-blue);
  font-weight: 600;
  white-space: nowrap;
}

.book-audio-btn {
  width: 100%;
  justify-content: center;
}

.download-action-wrap {
  position: relative;
}

.download-action-wrap > .btn,
.book-action-list > .btn {
  width: 100%;
}

.availability-message {
  min-height: 1.15rem;
  margin-top: .3rem;
  text-align: center;
  color: var(--wl-blue);
  font-size: .82rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity .18s ease;
}

.availability-message.show {
  opacity: 1;
}

.demo-card.purple {
  background: #f6f0fb;
}

.demo-card .demo-icon {
  object-fit: contain;
}

.demo-card img[src*="english-grundwortschatz"],
.demo-card img[src*="english-verben"],
.demo-card img[src*="english-redewendungen"] {
  width: 92px;
  height: 72px;
}

@media (max-width: 767.98px) {
  .book-action-list {
    max-width: none;
    margin-left: 0;
  }

  .book-audio-row {
    grid-template-columns: 72px 1fr;
  }
}

.book-section .course-row {
  min-height: 0;
}

.book-section .course-copy-top {
  margin-bottom: 1.2rem;
}

.book-section .book-content-columns {
  align-items: start;
}

.book-section .book-duration {
  margin-bottom: 1rem;
}

.book-section .book-features {
  display: grid;
  gap: .65rem;
  margin-top: 0;
}

.book-section .course-use {
  margin-bottom: 0;
}

.book-section .book-action-list {
  display: grid;
  gap: .65rem;
  width: 100%;
  max-width: none;
  margin: 0;
}

.book-section .book-audio-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: .65rem;
  align-items: center;
}

.book-section .book-action-list > .btn,
.book-section .book-audio-btn {
  width: 100%;
}

.book-section .download-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 54px;
  opacity: 1 !important;
  cursor: default;
  pointer-events: none;
  background: var(--wl-yellow);
  border-color: var(--wl-yellow);
  color: #111;
}

.book-section .download-soon-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.book-section .download-soon-copy small {
  display: block;
  margin-top: .2rem;
  font-size: .72rem;
  font-weight: 600;
}

.book-section .availability-message {
  display: none !important;
}

@media (max-width: 767.98px) {
  .book-section .book-content-columns {
    --bs-gutter-y: 1.6rem;
  }

  .book-section .book-audio-row {
    grid-template-columns: 72px minmax(0, 1fr);
  }
}

.book-section .book-audio-label {
  font-weight: 500;
}

.book-section .btn:hover,
.book-section .btn:focus-visible,
.book-section .book-audio-btn:hover,
.book-section .book-audio-btn:focus-visible {
  transform: none !important;
}

html, body {
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 575.98px) {
  .hero .row,
  .hero .row > *,
  .hero-visual {
    min-width: 0;
    max-width: 100%;
  }

  .hero-visual {
    position: relative;
    width: 100%;
    overflow: visible;
  }

  .hero-kids {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .hero-badge {
    position: absolute;
    margin: 0;
    transform: none;
  }
}

@media (min-width: 992px) {
  .hero {
    padding-top: 12px;
  }

  .hero-visual {
    min-height: 410px;
  }

  .hero-badge {
    width: clamp(150px, 15vw, 205px);
  }
}

@media (max-width: 767.98px) {
  .hero {
    padding-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .hero-badge {
    width: 112px;
    max-width: 32%;
    right: 18px;
    bottom: 6px;
  }
}

@media (min-width: 768px) {
  #warum .why-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  #warum .why-items {
    row-gap: 0 !important;
  }

  #warum .why-item {
    padding-top: .1rem !important;
    padding-bottom: .55rem !important;
  }

  #warum .why-icon {
    margin-bottom: .55rem;
  }

  #warum .why-item p {
    margin-bottom: .25rem;
  }

  .formula-card {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .formula-card .section-title {
    margin-bottom: 1.6rem !important;
  }

  .formula-row {
    row-gap: .15rem;
  }

  .formula-icon {
    margin-bottom: .3rem;
  }

  .formula-step span {
    margin-top: .12rem;
  }

  .formula-operator {
    padding: 0;
    line-height: 1;
  }
}

.memory-note {
  margin-top: -95px;
  padding-top: 0;
  box-shadow: none !important;
}

.memory-rocket {
  filter: none !important;
}

@media (max-width: 767.98px) {
  .memory-note {
    margin-top: -45px;
    padding-top: 0;
  }
}

.book-cover-link {
  display: block;
  width: 100%;
  max-width: 390px;
}

.book-cover-link:hover .book-cover,
.book-cover-link:focus-visible .book-cover {
  box-shadow: 0 22px 44px rgba(0,0,0,.26), 0 8px 18px rgba(0,0,0,.12);
}

.book-duration-highlight {
  color: var(--wl-blue);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  font-weight: 700;
  margin: .15rem 0 1.45rem;
}

.course-list-audio {
  display: grid;
  gap: .55rem;
  margin-top: .7rem;
}

.course-list-audio li {
  grid-template-columns: minmax(0, 1fr) auto;
}

.course-list-audio li::marker {
  content: "";
}

.compact-audio-btn {
  min-height: 34px !important;
  padding: .25rem .75rem !important;
  gap: .4rem !important;
  font-size: .82rem;
  white-space: nowrap;
}

.compact-audio-btn .btn-icon {
  width: 20px;
  height: 20px;
}

.book-features {
  margin-top: 1.15rem !important;
}

.book-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.35rem;
}

.compact-book-btn {
  min-height: 40px !important;
  padding: .4rem 1rem !important;
  flex: 0 1 190px;
}

.compact-book-btn .btn-icon {
  width: 22px;
  height: 22px;
}

.book-features img[src*="walk-old"] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .course-list-audio li {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .compact-audio-btn {
    padding-inline: .55rem !important;
    font-size: .76rem;
  }

  .compact-audio-btn .btn-icon {
    width: 18px;
    height: 18px;
  }

  .book-secondary-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .compact-book-btn {
    width: 100%;
  }
}

.team-strip {
  margin-top: -18px;
}

.team-strip .section-title {
  line-height: 1.2;
}

.book-section .btn:hover,
.book-section .btn:focus-visible {
  transform: none !important;
}

.course-list-audio {
  align-items: start;
}

.course-list-audio li {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: .55rem .8rem;
}

.course-list-audio li > span:first-child {
  flex: 0 1 auto;
}

.course-list-audio .compact-audio-btn {
  flex: 0 0 auto;
  margin-left: .15rem;
}

.book-lower-row {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(300px, 1.1fr);
  align-items: center;
  gap: 1.5rem 2rem;
  margin-top: 1.15rem;
}

.book-lower-row .book-features {
  margin-top: 0 !important;
}

.book-lower-row .book-secondary-actions {
  margin-top: 0;
  justify-content: flex-start;
  align-items: center;
}

.book-lower-row .compact-book-btn {
  flex: 0 1 190px;
}

.book-section .course-use .mini-circle,
.book-section .course-use .mini-circle img {
  width: 42px !important;
  height: 42px !important;
}

.book-section .course-use .mini-circle img {
  object-fit: contain !important;
}

@media (min-width: 992px) {

}

@media (max-width: 767.98px) {
  .book-lower-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .book-lower-row .book-secondary-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .book-lower-row .compact-book-btn {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .course-list-audio li {
    align-items: center;
    gap: .45rem .55rem;
  }

  .course-list-audio .compact-audio-btn {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .book-section .course-list-audio {
    display: grid;
    gap: .55rem;
  }

  .book-section .course-list-audio li {
    display: grid !important;
    align-items: center;
    justify-content: start;
  }

  .book-section .course-list-audio li > span:first-child {
    min-width: 0;
  }

  .book-section .course-list-audio .compact-audio-btn {
    width: 138px !important;
    min-width: 138px;
    max-width: 138px;
    margin: 0 !important;
    min-height: 34px !important;
    padding: .25rem .7rem !important;
  }
}

@media (max-width: 767.98px) {
  .book-section .course-list-audio li {
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem .55rem;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 768px) {
  .book-section .course-list-audio {
    padding-left: 0 !important;
    max-width: 620px;
  }

  .book-section .course-list-audio li {
    grid-template-columns: 1fr 138px !important;
    gap: .55rem !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .book-section .course-list-audio li::marker {
    content: none !important;
  }
}

@media (max-width: 767.98px) {
  .book-section .course-list-audio {
    padding-left: 0 !important;
  }

  .book-section .course-list-audio li {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .memory-note {
    padding-bottom: calc(clamp(2.5rem, 4vw, 4rem) - 20px) !important;
  }

  #weitere-kurse {
    padding-top: calc(var(--wl-section-space) - 70px) !important;
  }

  .book-section .course-list-audio li {
    grid-template-columns: 620px 138px !important;
    gap: 30px !important;
    align-items: center;
  }

  #weitere-kurse {
    padding-bottom: calc(var(--wl-section-space) - 35px) !important;
  }

  .team-strip {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .book-section .course-list-audio li {
    grid-template-columns: minmax(0, 1fr) 128px !important;
    gap: 18px !important;
  }

  .book-section .course-list-audio .compact-audio-btn {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
  }
}

@media (min-width: 992px) {
  .book-section .course-list-audio {
    display: grid !important;
    grid-template-columns: max-content 138px;
    column-gap: 30px;
    row-gap: .55rem;
    width: max-content;
    max-width: 100%;
    padding-left: 0 !important;
  }

  .book-section .course-list-audio li {
    display: contents !important;
  }

  .book-section .course-list-audio li > span:first-child {
    grid-column: 1;
    align-self: center;
    white-space: nowrap;
  }

  .book-section .course-list-audio .compact-audio-btn {
    grid-column: 2;
    align-self: center;
    width: 138px !important;
    min-width: 138px !important;
    max-width: 138px !important;
    margin: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .book-section .course-list-audio {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100%;
    max-width: 100%;
  }

  .book-section .course-list-audio li {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem .6rem;
  }

  .book-section .course-list-audio li > span:first-child {
    white-space: normal;
  }
}

@media (max-width: 767.98px) {
  .team-strip {
    margin-bottom: 35px !important;
  }
}

.mobile-break {
  display: none;
}

.desktop-space {
  display: inline;
}

@media (max-width: 767.98px) {
  .book-section .course-list-audio {
    display: grid !important;
    grid-template-columns: max-content 138px !important;
    column-gap: 10px !important;
    row-gap: .55rem !important;
    width: max-content !important;
    max-width: 100% !important;
  }

  .book-section .course-list-audio li {
    display: contents !important;
  }

  .book-section .course-list-audio li > span:first-child {
    grid-column: 1;
    align-self: center;
    white-space: nowrap;
  }

  .book-section .course-list-audio .compact-audio-btn {
    grid-column: 2;
    align-self: center;
    width: 138px !important;
    min-width: 138px !important;
    max-width: 138px !important;
    margin: 0 !important;
  }

  .book-section .mobile-break {
    display: inline;
  }

  .book-section .desktop-space {
    display: none;
  }

  #weitere-kurse {
    padding-top: calc(var(--wl-section-space) - 35px) !important;
  }
}

@media (max-width: 389.98px) {
  .book-section .course-list-audio {
    grid-template-columns: max-content 128px !important;
    column-gap: 8px !important;
  }

  .book-section .course-list-audio .compact-audio-btn {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
  }
}

.site-header {
  position: sticky !important;
  top: 0;
  z-index: 1030;
}

html,
body {
  overflow-x: clip !important;
}

.legal-main {
  padding-top: calc(clamp(3.25rem, 6vw, 6rem) - 30px) !important;
}

@media (max-width: 767.98px) {

}

.legal-content {
  max-width: 1040px;
}

.legal-placeholder {
  background: #f3f3f3;
  border-radius: 22px;
  padding: 28px 32px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .legal-placeholder {
    border-radius: 18px;
    padding: 22px 20px;
  }
}

.legal-content > h1 {
  margin-bottom: calc(1.5rem + 10px);
}

.legal-main {
  padding-bottom: calc(clamp(3.25rem, 6vw, 6rem) + 20px);
}

@media (min-width: 768px) {
  .legal-main {
    padding-bottom: calc(clamp(3.25rem, 6vw, 6rem) + 20px - 80px) !important;
  }
}

@media (max-width: 767.98px) {
  .legal-main {
    padding-bottom: calc(3.5rem - 30px) !important;
    padding-top: calc(2.5rem + 5px) !important;
  }
}

@media (min-width: 992px) {
  .hero {
    position: relative;
    overflow: visible !important;
    z-index: 2;
  }

  .hero-visual {
    overflow: visible !important;
  }

  .hero-badge {
    right: 18% !important;
    bottom: -54px !important;
    z-index: 5;
  }

  #warum {
    position: relative;
    z-index: 1;
    padding-top: calc(4.25rem) !important;
  }
}

#warum .why-title,
#warum .why-item {
  text-align: center !important;
}

#warum .why-title {
  padding-left: 0 !important;
}

#warum .why-icon {
  margin-left: auto !important;
  margin-right: auto !important;
}

#warum .check-list {
  display: block;
  text-align: center;
}

#warum .check-list li {
  display: block;
  padding-left: 0;
  text-align: center;
}

#warum .check-list li::before {
  position: static;
  display: inline-block;
  margin-right: .45rem;
}

@media (max-width: 575.98px) {
  .formula-row > .formula-operator:nth-child(10) {
    transform: none !important;
  }
}

.book-audio-cluster {
  display: grid;
  align-items: center;
  gap: 1.1rem 1.35rem;
  margin-top: .7rem;
}

@media (min-width: 992px) {
  .book-audio-cluster {
    grid-template-columns: max-content 210px;
    width: max-content;
    max-width: 100%;
  }

  .book-audio-cluster .course-list-audio {
    grid-column: 1;
    margin: 0 !important;
  }

  .book-preview-btn {
    grid-column: 2;
    align-self: center;
    width: 210px;
    min-height: 46px;
    padding: .45rem .85rem !important;
    gap: .55rem;
    white-space: nowrap;
  }

  .book-preview-btn .btn-icon {
    width: 28px;
    height: 28px;
  }

  .book-section .course-use .mini-circle,
  .book-section .course-use .mini-circle img {
    width: 38px !important;
    height: 38px !important;
  }

  .book-lower-row {
    gap: 1.25rem 2rem !important;
    margin-top: 1.05rem !important;
  }

  .book-lower-row .book-secondary-actions {
    display: flex !important;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .book-audio-cluster {
    grid-template-columns: 1fr;
  }

  .book-preview-btn {
    width: 100%;
    max-width: none;
    margin-top: .15rem;
  }

  .book-preview-btn .btn-icon {
    width: 24px;
    height: 24px;
  }
}

.book-preview-btn:hover,
.book-preview-btn:focus-visible {
  transform: none !important;
}

@media (min-width: 992px) {
  .book-lower-row {
    grid-template-columns: 250px minmax(0, 1fr) !important;
  }

  .book-lower-row .book-secondary-actions {
    justify-content: center !important;
  }

  .book-lower-row .compact-book-btn {
    width: 230px !important;
    min-width: 230px !important;
    flex: 0 0 230px !important;
    white-space: nowrap;
  }
}

.hero-lead-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .hero-lead-desktop {
    display: none !important;
  }

  .hero-lead-mobile {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .hero-visual-column {
    margin-top: 0 !important;
  }

  .hero-visual {
    overflow: visible !important;
  }

  .hero-badge {
    position: absolute !important;
    margin: 0 !important;
    z-index: 5 !important;
  }
}

@media (max-width: 389.98px) {

}

#methode {
  padding-top: 0 !important;
  margin-top: -20px;
}

.formula-move img[src*="walk-old"] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-photo {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin-inline: auto;
  border-radius: 18px;
}

.partner-badge {
  width: clamp(185px, 19vw, 235px) !important;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .partner-photo {
    max-width: 420px;
    margin-top: .5rem;
  }

  .partner-badge {
    width: min(68vw, 240px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 575.98px) {
  .partner-badge {
    width: min(72vw, 245px) !important;
  }

  .partner-photo {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .partner-badge {
    width: 220px !important;
    max-width: none !important;
    height: auto !important;
  }
}

.formula-card {
  border-color: #d9dee5 !important;
  box-shadow: 0 12px 32px rgba(12, 55, 105, .14) !important;
}

@media (min-width: 992px) {

}

@media (max-width: 767.98px) {
  .hero-visual {
    margin-top: -.35rem !important;
  }

  .hero-badge {
    width: clamp(108px, 31vw, 128px) !important;
    max-width: 38% !important;
    right: 42px !important;
    bottom: -27px !important;
  }

  #methode {
    margin-top: -10px !important;
  }
}

@media (max-width: 389.98px) {
  .hero-badge {
    width: 112px !important;
    right: 34px !important;
  }
}

@media (min-width: 992px) {
  .partner-section .partner-badge {
    width: 240px !important;
    max-width: 100% !important;
    height: auto !important;
  }

  #warum .why-title {
    width: 33.333333%;
    text-align: center !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .hero-lead-mobile {
    margin-top: 42px !important;
  }

  .partner-section .partner-box .col-lg-5 {
    text-align: center;
  }

  .partner-section .partner-box .col-lg-5 h2 {
    margin-top: 0;
    margin-bottom: .65rem;
  }

  .partner-section .partner-box .col-lg-5 p {
    margin-left: auto;
    margin-right: auto;
  }

  .partner-section .partner-box .row {
    row-gap: 0 !important;
  }

  .partner-section .partner-box .col-lg-5 {
    margin-bottom: 15px !important;
  }

  .partner-section .partner-box .col-lg-4 {
    margin-top: 0 !important;
  }

  .partner-section .partner-badge {
    margin-bottom: 0 !important;
  }

  .hero-copy,
  .rocket-copy,
  .about-copy {
    text-align: center !important;
  }

  .hero-lead-mobile,
  .hero-lead-mobile .hero-lead,
  .memory-note .memory-text,
  .team-strip .row > .col:last-child,
  .team-strip .row > .col:last-child p {
    text-align: center !important;
  }
}
