:root {
  --tan: #d3b683;
  --madlaina-purple: #673781;
  --old-lace: #f2e9d9;
  --dark-slate-blue: #54436d;
  --link-hover: #d3b68333;
  --663399-2: #673781e6;
  --lavender: #ddd7e7;
  --663399-4: #8247a3;
  --dim-grey: #575757;
  --medium-orchid: #9461b0e6;
  --medium-orchid-2: #9461b0;
  --663399: #722f97e6;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

p {
  text-align: left;
  margin-bottom: 10px;
  font-family: freight-text-pro, sans-serif;
  font-size: 1.3em;
  line-height: 140%;
}

a {
  border-bottom: 1px solid var(--tan);
  color: var(--madlaina-purple);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  border-bottom-color: var(--madlaina-purple);
}

ul {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  border-style: solid none;
  border-width: 1px;
  border-color: #f2e9d9 black var(--old-lace);
  margin-bottom: -1px;
  padding-bottom: 3px;
}

strong {
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.hero {
  background-image: url('../images/Madlaina_Web-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 86vh;
  margin: 0 90px 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.moodimage {
  background-image: url('../images/smilingelephant21finish-27.jpg');
  height: 80vh;
  margin-bottom: 0;
}

.hero.hande {
  background-image: url('../images/k.bertossi_madlaina_g-auswahl-16-light.jpg');
}

.section-home {
  margin-top: 2px;
  padding: 130px 90px 170px;
}

.section-home.angebot-detail {
  padding-top: 230px;
}

.section-home.angebot-detail.mit-bild {
  padding-top: 50px;
}

.section-home.footer {
  padding-bottom: 0;
}

.section-home.moodimages {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  text-align: center;
  max-width: 1300px;
}

.container.centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.untertitel {
  color: var(--madlaina-purple);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  margin-bottom: 18px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

.untertitel.chapter {
  color: var(--tan);
  text-align: center;
  font-size: 1.2em;
  display: block;
}

.untertitel.chapter.insta {
  display: block;
}

.untertitel.untertitel-small {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.untertitel.untertitel-detailseite {
  text-align: left;
  font-size: 1.5em;
}

.untertitel.quellenangabe {
  text-align: center;
}

.untertitel.secound {
  margin-top: 70px;
}

.untertitel.centered {
  text-align: left;
  font-size: 1.3rem;
  line-height: 130%;
}

.untertitel.zentriert {
  text-align: center;
  margin-top: 10px;
}

.lead {
  color: var(--madlaina-purple);
  text-align: center;
  width: 67%;
  margin: 0 auto 130px;
  font-size: 4.6em;
  font-weight: 400;
  line-height: 100%;
}

.lead.zitat {
  margin-bottom: 60px;
}

.lead.footer {
  margin-bottom: 80px;
  font-size: 2.8em;
}

.lead.no-spacing {
  margin-bottom: 0;
}

.body {
  color: var(--madlaina-purple);
  font-family: freight-big-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.paragraph {
  color: var(--madlaina-purple);
  text-align: left;
  letter-spacing: .02em;
  margin-top: 10px;
  font-family: freight-text-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.paragraph.zentriert {
  text-align: center;
  margin-bottom: 27px;
}

.paragraph.kleingedrucktes {
  font-size: 1.1em;
}

.link-im-text {
  border-bottom: 1px solid var(--madlaina-purple);
  margin-bottom: -20px;
  text-decoration: none;
  display: inline;
}

.link-im-text:hover {
  border-bottom-color: var(--dark-slate-blue);
  background-color: var(--link-hover);
  color: var(--dark-slate-blue);
}

.column {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.column.portrait {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
}

.columns {
  margin-left: -20px;
  margin-right: -20px;
}

.div-block-2 {
  z-index: 5;
  background-color: var(--663399-2);
  text-align: center;
  border-radius: 8px;
  height: auto;
  padding: 78px 130px 70px;
  position: absolute;
  bottom: 80px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  height: 90px;
  padding-top: 15px;
  padding-left: 70px;
  padding-right: 70px;
  position: fixed;
  inset: 0 0% auto;
}

.container-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3.detail-header {
  display: flex;
}

.nav-link {
  color: var(--madlaina-purple);
  letter-spacing: .01em;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 1.4em;
  line-height: 19px;
  transition: border-color .2s;
}

.nav-link:hover {
  border-bottom: 1px solid var(--tan);
}

.nav-link.w--current {
  border-bottom-color: var(--madlaina-purple);
  color: var(--madlaina-purple);
}

.nav-link.termin-buchen {
  background-color: var(--madlaina-purple);
  color: #fff;
  border-bottom-style: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-left: 0;
  margin-right: 18px;
  padding: 0 24px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

.nav-link.termin-buchen:hover {
  border-bottom-color: var(--madlaina-purple);
  color: #fff;
  background-color: #4d2761;
}

.nav-link.termin-buchen.mb {
  display: none;
}

.brand {
  border-bottom-style: none;
  flex: 0 auto;
  padding: 20px 0 20px 20px;
}

.brand.w--current, .brand.w--current:hover {
  border-bottom-style: none;
}

.preistabelle {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.zitatebene {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-list {
  text-align: left;
  letter-spacing: .02em;
  margin-top: 14px;
  font-family: freight-text-pro, sans-serif;
  font-size: 1.3em;
  line-height: 140%;
}

.paragraph-list.aligned-right {
  text-align: right;
}

.paragraph-list.year-list {
  text-transform: uppercase;
  padding-top: 4px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.nav-menu {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: var(--madlaina-purple);
  border-bottom: 1px solid #67378100;
  text-decoration: none;
  transition: border-color .2s;
  display: inline-block;
}

.link:hover {
  border-bottom-color: #673781;
}

.image-3 {
  width: 340px;
}

.image-4 {
  width: 169px;
}

.footer-links {
  color: var(--madlaina-purple);
  text-transform: none;
  border-bottom: 1px solid #d3b68399;
  margin: 5px;
  font-family: freight-text-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-links:hover {
  border-bottom-color: var(--madlaina-purple);
  color: var(--madlaina-purple);
}

.div-block-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.hero-image-detailpage {
  background-image: url('../images/Pauline-Monroe-Photography_MG_1312.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.button {
  background-color: var(--madlaina-purple);
  color: #fff;
  letter-spacing: .02em;
  border-radius: 30px;
  height: 50px;
  padding-top: 14px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 1.4em;
  display: inline-block;
}

.button:hover {
  background-color: #4d2761;
}

.button.secondary {
  background-color: var(--link-hover);
  color: var(--madlaina-purple);
  height: auto;
  min-height: 45px;
  padding: 11px 24px;
  font-family: freight-text-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 110%;
}

.button.secondary:hover {
  background-color: var(--old-lace);
  color: var(--dark-slate-blue);
}

.call-to-action-wrapper {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
}

.hero-image {
  background-image: url('../images/Madlaina_Web-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section {
  background-color: #000;
  height: 86vh;
  margin-top: 90px;
  margin-left: 90px;
  margin-right: 90px;
  position: relative;
}

.call-to-action-wrapper-home {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.infoblock {
  padding: 26px;
}

.infoblock.leistungen {
  width: 22%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.social-media-icon {
  background-color: var(--madlaina-purple);
  border-radius: 22px;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: 7px;
  margin-right: 7px;
  transition: background-color .2s;
  display: block;
}

.social-media-icon:hover {
  background-color: #4d2761;
}

.footer-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin-bottom: 120px;
  display: flex;
}

.to-top {
  height: 90px;
  margin-top: -90px;
  position: relative;
}

.ratio-box {
  background-color: #dee8eb;
  border-radius: 100%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-block.with-image {
  color: #fff;
}

.img-container {
  background-image: url('../images/Madlaina_Web-4-web-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.list-item {
  display: flex;
}

.div-block-8 {
  width: 150px;
}

.div-block-9 {
  width: 100%;
}

.cleverhistory {
  color: var(--madlaina-purple);
  letter-spacing: .01em;
  border-bottom: 1px solid #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0 10px;
  font-size: 1.4em;
  line-height: 19px;
  transition: border-color .2s;
}

.cleverhistory:hover {
  border-bottom: 1px solid var(--tan);
}

.cleverhistory.w--current {
  border-bottom-color: var(--madlaina-purple);
  color: var(--madlaina-purple);
}

.div-block-10 {
  display: flex;
}

.div-block-11 {
  align-items: center;
  width: 80%;
  display: flex;
}

.left {
  justify-content: flex-start;
  margin-bottom: 61px;
  display: flex;
}

.div-block-14 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 950px;
}

.kurs {
  background-color: var(--old-lace);
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 46px;
  display: flex;
}

.spacer {
  height: 40px;
}

.spacer.small {
  height: 12px;
}

.spacer.middle {
  height: 16px;
}

.kurstitel {
  color: var(--madlaina-purple);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  margin-bottom: 18px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

.daten-kurse {
  color: var(--madlaina-purple);
  text-align: center;
  letter-spacing: .02em;
  margin-top: 10px;
  margin-bottom: 27px;
  font-family: freight-text-pro, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.content-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.kursteilnehmerin-portrait {
  background-color: #ebebeb;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-bottom: 18px;
}

.cta-button {
  z-index: 1500;
  background-color: var(--madlaina-purple);
  border-bottom-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.cta-button:hover {
  color: #311c3b;
  background-color: #4d2761;
}

.ojas-kurs {
  width: 100%;
}

.buton-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
}

.column-wrapper {
  align-items: stretch;
}

.flex-block {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
}

.header-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .hero {
    margin: 0 60px 60px;
  }

  .hero.moodimage {
    height: 70vh;
  }

  .section-home {
    padding: 70px 15% 40px;
  }

  .section-home.moodimages {
    padding-top: 57px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .untertitel {
    margin-top: 80px;
  }

  .untertitel.chapter {
    margin-top: 50px;
    font-size: 1.1em;
  }

  .untertitel.chapter.yoniimage {
    margin-top: 20px;
  }

  .untertitel.quellenangabe {
    margin-top: 50px;
  }

  .untertitel.centered {
    margin-top: 0;
  }

  .untertitel.zentriert {
    font-size: 1.1em;
  }

  .lead {
    width: 100%;
    margin-bottom: 60px;
    font-size: 3em;
  }

  .lead.zitat {
    margin-bottom: 0;
  }

  .lead.footer {
    font-size: 2.6em;
  }

  .column.portrait {
    padding-left: 123px;
    padding-right: 123px;
  }

  .div-block-2 {
    padding-left: 50px;
    padding-right: 50px;
    position: absolute;
    bottom: 110px;
  }

  .navbar {
    height: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    height: auto;
    padding-left: 30px;
    padding-right: 50px;
    display: block;
  }

  .container-3.detail-header {
    padding-right: 30px;
  }

  .nav-link {
    color: #fff;
    letter-spacing: .03em;
    border-bottom-color: #fff;
    padding-top: 23px;
    padding-bottom: 24px;
    font-size: 2.1em;
    display: block;
  }

  .nav-link:hover {
    color: var(--lavender);
    text-align: left;
    border-bottom-color: #fff;
  }

  .nav-link:focus {
    color: #fff;
  }

  .nav-link.w--current {
    color: var(--tan);
    border-bottom-color: #fff;
  }

  .nav-link.termin-buchen {
    border-color: var(--lavender);
    color: var(--madlaina-purple);
    text-align: left;
    background-color: #fff;
    border-radius: 40px;
    height: auto;
    margin-top: 80px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 17px 40px;
    display: inline-block;
  }

  .nav-link.termin-buchen:hover {
    color: var(--madlaina-purple);
    background-color: #ffffffe6;
  }

  .nav-link.termin-buchen.dt {
    display: none;
  }

  .nav-link.termin-buchen.mb {
    display: block;
  }

  .nav-link.backbutton {
    color: var(--dark-slate-blue);
    text-align: left;
    padding-top: 22px;
    font-size: 1.4em;
  }

  .brand {
    margin-top: 21px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand.w--current {
    margin-top: 3px;
    padding-top: 19px;
    padding-bottom: 13px;
  }

  .preistabelle {
    width: auto;
  }

  .zitatebene {
    display: block;
  }

  .column-2 {
    padding-top: 70px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
    color: #fff;
  }

  .icon {
    color: var(--madlaina-purple);
  }

  .icon:hover {
    color: var(--663399-4);
  }

  .icon:focus {
    color: #fff;
  }

  .nav-menu {
    background-color: var(--madlaina-purple);
    padding: 76px 70px 45px;
  }

  .hero-image-detailpage {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 60vh;
  }

  .call-to-action-wrapper {
    padding-top: 60px;
  }

  .section {
    margin-left: 60px;
    margin-right: 60px;
  }

  .call-to-action-wrapper-home {
    padding-top: 60px;
  }

  .infoblock {
    padding-left: 0;
    padding-right: 0;
  }

  .ratio-box {
    margin-bottom: 50px;
  }

  .img-container {
    transition-property: none;
  }

  .img-container:hover {
    transform: none;
  }

  .div-block-8 {
    width: 140px;
  }

  .cleverhistory {
    letter-spacing: .03em;
    border-bottom-color: #fff;
    padding-top: 23px;
    padding-bottom: 24px;
    display: block;
  }

  .cleverhistory:hover {
    border-bottom-color: #fff;
  }

  .cleverhistory:focus {
    color: #fff;
  }

  .cleverhistory.w--current {
    color: var(--tan);
    border-bottom-color: #fff;
  }

  .div-block-11, .div-block-14 {
    width: 100%;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .kurstitel {
    margin-top: 0;
  }

  .cta-button {
    width: 160px;
    height: 160px;
  }

  .flex-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .header-block {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 70%;
    margin: 0 30px 40px;
    padding-bottom: 174px;
  }

  .section-home {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-home.angebot-detail {
    padding-top: 70px;
  }

  .section-home.moodimages {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .untertitel {
    font-size: 1.3em;
  }

  .untertitel.chapter {
    font-size: 1em;
  }

  .untertitel.untertitel-detailseite {
    font-size: 1.5em;
  }

  .untertitel.centered {
    font-size: 1.2rem;
  }

  .untertitel.zentriert {
    font-size: 1em;
  }

  .lead {
    margin-bottom: 50px;
    font-size: 2.8em;
  }

  .lead.footer {
    font-size: 2.2em;
  }

  .div-block-2 {
    margin-top: 130px;
    padding: 60px 40px 50px;
  }

  .navbar {
    height: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 30px;
  }

  .container-3.detail-header {
    padding-right: 10px;
  }

  .nav-link {
    padding-top: 17px;
    padding-bottom: 18px;
    font-size: 1.6em;
  }

  .nav-link.termin-buchen {
    margin-top: 50px;
    padding: 13px 30px 15px;
  }

  .brand {
    margin-top: 20px;
  }

  .brand.w--current {
    margin-top: 1px;
  }

  .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    padding: 54px 40px 15px;
  }

  .image-4 {
    width: 150px;
  }

  .div-block-4 {
    padding-bottom: 150px;
  }

  .hero-image-detailpage {
    height: 30vh;
  }

  .button.secondary {
    width: 100%;
  }

  .call-to-action-wrapper {
    padding-top: 20px;
  }

  .section {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .call-to-action-wrapper-home {
    padding-top: 20px;
  }

  .div-block-8 {
    width: 140px;
  }

  .cleverhistory {
    padding-top: 22px;
    padding-bottom: 18px;
    font-size: 1.4em;
  }

  .kurs {
    padding: 44px 35px 50px;
  }

  .kurstitel {
    font-size: 1.3em;
  }

  .cta-button {
    width: 120px;
    height: 120px;
    bottom: 20px;
    right: 20px;
  }

  .header-block {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 80%;
    padding-bottom: 0;
  }

  .hero.moodimage {
    height: 50vh;
  }

  .section-home.moodimages {
    padding-top: 0;
  }

  .untertitel {
    font-size: 1.2em;
  }

  .untertitel.chapter {
    font-size: 1em;
  }

  .untertitel.untertitel-detailseite {
    font-size: 1.3em;
  }

  .untertitel.quellenangabe {
    margin-top: 30px;
  }

  .lead {
    font-size: 2.6em;
  }

  .lead.footer {
    font-size: 1.8em;
  }

  .paragraph, .paragraph.zentriert {
    font-size: 1.3em;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .column.portrait {
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-2 {
    width: 80%;
    margin-top: 320px;
    padding: 24px 12px;
    bottom: 5%;
  }

  .container-3 {
    padding-right: 30px;
  }

  .paragraph-list {
    font-size: 1.3em;
  }

  .paragraph-list.aligned-right {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    padding-left: 21px;
    padding-right: 21px;
  }

  .image-3 {
    width: 80%;
  }

  .button {
    padding-left: 34px;
    padding-right: 34px;
  }

  .hero-image {
    background-position: 50% 0;
  }

  .section {
    height: 76vh;
  }

  .list-item {
    flex-direction: column;
  }

  .div-block-9 {
    margin-bottom: 17px;
  }

  .kurs {
    padding: 33px 22px;
  }

  .spacer {
    height: 20px;
  }

  .kurstitel {
    font-size: 1.2em;
  }

  .daten-kurse {
    font-size: 1.3em;
  }

  .cta-button {
    width: 110px;
    height: 110px;
  }
}

#w-node-ad84ea2d-be28-df14-8e29-deb9fc1355f4-482f3b70, #w-node-_67fb53ef-6bfd-4091-b886-e9075c99d8c8-482f3b70, #w-node-ad84ea2d-be28-df14-8e29-deb9fc135631-482f3b70, #w-node-_85277843-a269-b279-0e66-c0c95501bdab-482f3b70, #w-node-_55e25888-7df9-49d0-2864-b503c29d5ecf-482f3b70, #w-node-fe1bcb9f-1c4f-acf2-e2e1-9138a90d2316-482f3b70, #w-node-_0e376dde-7e5e-97e2-d907-d8a3ab45668e-482f3b70, #w-node-a101d8de-045f-9c64-b80c-1ca3402c6f6f-482f3b70, #w-node-f5b26806-86ba-68ae-b891-d21e197809b5-482f3b70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


