:root {
  --basic--grey-3: #3c3c3c;
  --primary--100: #0334d4;
  --basic--white: #fff;
  --cyberblue--100\<deleted\|variable-92bb58c5-0c5d-3405-12a1-e85f6f418aa6\>: #0334d4;
  --green: #11a017;
  --basic--off-white: #f4f4f4;
  --corner-radius: 12px;
  --basic--grey-2: #999;
  --primary--050: #8199e9;
  --lightblue--040: #bcf6ff;
  --lightblue--060: #a3f3fe;
  --lightblue--030: #c9f8ff;
  --lightblue--070: #96f1fe;
  --cybergreen--050: #e5ff98;
  --cybergreen--090: #d1ff46;
  --darkblue: #082a3d;
  --error: red;
  --basic--grey-1: #e5e5e5;
  --basic--black: #000;
  --cybergreen--010: #faffea;
  --cybergreen--020: #f5ffd6;
  --cybergreen--030: #f0ffc1;
  --cybergreen--040: #ebffad;
  --cybergreen--060: #e0ff83;
  --cybergreen--080: #d6ff5a;
  --cybergreen--070: #dbff6f;
  --cybergreen--100: #ccff31;
  --lightblue--010: #e2fbff;
  --lightblue--020: #d6faff;
  --lightblue--050: #b0f4fe;
  --lightblue--080: #89effe;
  --lightblue--090: #7deefe;
  --lightblue--100: #70ecfe;
  --primary--010: #e5eafb;
  --primary--020: #cdd6f6;
  --primary--030: #b3c2f2;
  --primary--040: #9aaeee;
  --primary--060: #6885e5;
  --primary--070: #4f71e1;
  --primary--080: #355ddd;
  --primary--090: #1d49d8;
}

body {
  color: var(--basic--grey-3);
  font-family: Montserrat lokal, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

h1 {
  color: var(--basic--grey-3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: var(--basic--grey-3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--basic--grey-3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

.logo-cyber {
  height: 58px;
  position: relative;
}

.logo-cyber.hasomed {
  height: 80px;
  padding-left: 20px;
}

.logo-cyber.s {
  height: 32px;
}

.menue-div {
  z-index: 999;
  grid-column-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.button-login {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-login:hover {
  grid-column-gap: 2px;
}

.menue-links-desktop {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.login-frame {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.login-frame.menue {
  grid-column-gap: 8px;
  grid-column-gap: 8px;
}

.header-menue-desktop {
  z-index: 1501;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 2px 15px #00000012;
}

.button-primary {
  grid-column-gap: 8px;
  border: 2px solid var(--primary--100);
  color: var(--primary--100);
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2500px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-primary:hover {
  transform: translate(0, -3px);
}

.menu-buttons {
  grid-column-gap: 24px;
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow-enter {
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: var(--primary--100);
  color: var(--basic--white);
  border-radius: 2500px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 16px 40px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button:hover {
  opacity: .8;
  background-color: #000;
  transform: translate(0, -3px);
}

.button.s {
  padding: 12px 32px;
}

.button.kk-rechner-kurse {
  margin-top: -80px;
}

.button.header.cyan {
  color: #00497e;
  background-color: #0fa;
}

.body.centered.blue.bold, .body.blue {
  color: var(--primary--100);
  font-weight: 700;
}

.body {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.body.centered.blue.bold, .body.blue {
  color: var(--primary--100);
  font-weight: 700;
}

.body.blue.zahl.green {
  color: var(--green);
}

.body.xl {
  font-size: 32px;
}

.body.xl.bold {
  font-weight: 700;
}

.body.xl.green {
  color: var(--green);
  font-size: 40px;
}

.body.m {
  font-size: 16px;
}

.body.caps {
  text-transform: uppercase;
  font-size: 16px;
}

.body.bold {
  font-weight: 700;
}

.body.s {
  font-size: 16px;
}

.body.xs {
  font-size: 12px;
}

.body.hero.white {
  color: var(--basic--white);
}

.body.centered {
  text-align: center;
  align-self: center;
}

.body.centered.blue {
  color: var(--cyberblue--100\<deleted\|variable-92bb58c5-0c5d-3405-12a1-e85f6f418aa6\>);
}

.body.centered.blue.bold {
  color: var(--primary--100);
  font-weight: 700;
}

.section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.hero.display-none {
  display: none;
}

.section.mockup {
  position: relative;
  overflow: visible;
}

.section.kk {
  padding-top: 0;
}

.section.kurse {
  padding-top: 20px;
}

.section.no-margin-top {
  padding-top: 0;
}

.section._404 {
  min-height: 80vh;
}

.section.blog {
  background-color: var(--basic--off-white);
}

.section.hero-hasomed {
  background-color: #00497e;
  height: 100vh;
  max-height: 1400px;
  padding-top: 0;
}

.section._80vh {
  min-height: 80vh;
}

.section.test {
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
}

.section.off-white {
  background-color: #f4f4f4;
}

.section.no-margin {
  padding-top: 0;
  padding-bottom: 20px;
}

.text-button {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat lokal, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.text-button.s {
  font-size: 13px;
}

.headline-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat lokal, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.headline-1.blue {
  color: var(--primary--100);
}

.headline-1.center {
  text-align: center;
  align-self: center;
}

.headline-1.max-w-hero {
  align-self: flex-start;
  font-size: 40px;
}

.headline-1.max-w-hero.cyan {
  color: #0fa;
}

.headline-1.max-w-hero.pink {
  color: #c71dff;
}

.headline-1.max-w-hero.red {
  color: #960e0e;
}

.max-w-1440 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.max-w-1440.hero {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.max-w-1440.centered {
  justify-content: center;
  align-items: center;
}

.max-w-1440.display-none {
  display: none;
}

.max-w-1440.kk-rechner.kurse {
  border-radius: var(--corner-radius);
  background-color: var(--basic--off-white);
  width: auto;
  padding: 40px;
}

.max-w-1440.blog {
  border-radius: var(--corner-radius);
  background-color: var(--basic--white);
  max-width: 960px;
  padding: 40px;
}

.max-w-1440.hero-fruhlings-coaching {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.max-w-1440.h {
  flex-flow: row;
}

.max-w-1440.h.stretch {
  justify-content: space-between;
  align-items: center;
}

.div-headline-body {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-headline-body.hero {
  min-width: 480px;
}

.div-headline-body.hero.kurse {
  width: 40%;
}

.div-headline-body.coach {
  grid-row-gap: 16px;
}

.div-headline-body._75 {
  align-self: center;
  width: 75%;
}

.div-headline-body.centered {
  justify-content: center;
  align-items: center;
}

.div-headline-body.datenschutz {
  padding-top: 40px;
}

.div-headline-body._50 {
  align-self: flex-start;
  width: 50%;
}

.div-headline-body._50.center {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
}

.div-headline-body._30 {
  width: 40%;
  min-width: 30%;
}

.headline-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat lokal, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.headline-3.centered {
  text-align: center;
  text-align: center;
  align-self: center;
}

.div-card {
  grid-row-gap: 24px;
  border-radius: var(--corner-radius);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 15px #0000001a;
}

.div-card:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px 5px #0000001a;
}

.div-card.kk-rechner {
  grid-row-gap: 16px;
  box-shadow: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: -180px;
}

.div-card.kk-rechner:hover {
  transform: none;
}

.div-card.module {
  grid-row-gap: 0px;
  border-radius: 0;
  width: 320px;
  height: 100%;
  padding: 0 0 20px;
}

.div-card.module:hover {
  transform: none;
}

.div-card.partner-logo {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 200px;
  margin-top: -52px;
  margin-right: 20px;
  padding: 20px 20px 40px;
  position: absolute;
  inset: auto 0% auto auto;
}

.div-card.so-gehts {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 20px;
}

.div-card.si {
  align-self: flex-start;
}

.div-card.ratings {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-card.ratings.grid {
  height: 100%;
}

.circle-blue {
  grid-row-gap: 8px;
  background-color: var(--primary--100);
  border-radius: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-top: -76px;
  padding: 5px 17px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat lokal, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.steps {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--basic--grey-3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-button {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
}

.menue-logo-div {
  position: relative;
}

.text-block-3 {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-4 {
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.menue-links {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 60px;
  display: flex;
}

.menu-link {
  color: var(--primary--100);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.menu-link:hover {
  color: var(--primary--100);
  -webkit-text-stroke-color: var(--primary--100);
  text-underline-offset: 8px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.menu-link.xl {
  text-transform: none;
  font-size: 20px;
}

.menu-link.weiss {
  color: var(--basic--white);
  text-transform: none;
}

.menu-link.weiss.headline {
  text-transform: uppercase;
  font-weight: 600;
}

.menu-link.weiss.headline:hover {
  text-decoration: none;
}

.accordion-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.faq {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 1400px;
  display: flex;
}

.body-accordion {
  text-align: left;
}

.body-accordion.black {
  color: #000;
  text-align: left;
}

.body-accordion.black._75 {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.heading-accordion {
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  margin-bottom: 40px;
  display: flex;
}

.dropdown--trigger {
  cursor: pointer;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding: 0 20px 20px;
  display: flex;
}

.accordion-item {
  width: 75%;
}

.accordion--head {
  z-index: 2;
  color: var(--primary--100);
  white-space: normal;
  flex: none;
  width: 75%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.accordion-item-content {
  padding-top: 20px;
  padding-left: 20px;
  overflow: hidden;
}

.subline {
  color: var(--basic--grey-3);
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.subline.white {
  color: var(--basic--white);
}

.link {
  font-size: 16px;
  font-weight: 500;
}

.div-grid {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-bckgr-color {
  z-index: 1;
  background-color: var(--basic--white);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-bckgr-color.hasomed {
  background-color: #00497e;
}

.div-block-30 {
  flex-flow: column;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-self: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-34 {
  margin-top: 4px;
}

.div-tag {
  background-color: var(--primary--050);
  color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.div-tag:hover {
  opacity: .9;
}

.icon-menue-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.menu-button {
  display: none;
}

.menu-button.close.aok-modal {
  cursor: pointer;
  cursor: pointer;
  inset: 0% 0% auto auto;
  margin: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-menue-mobile {
  display: none;
}

.div-headine-subline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-info-kk-zahlt {
  background-color: var(--primary--100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-18 {
  color: var(--basic--white);
  text-align: center;
}

.icon-kurs {
  width: 60%;
}

.icon-kurs:hover {
  transform: scale(1.1);
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.div-block-82, .div-block-83 {
  display: none;
}

.image-19 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: -80px;
  position: relative;
}

.some-logo {
  height: 20px;
}

.div-block-85 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 10px;
  display: flex;
}

.div-aktion {
  z-index: 20000;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  background-image: linear-gradient(48deg, #ff6767, #611ed0);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.div-aktion.display-none {
  display: flex;
}

.text-aktion {
  color: var(--basic--white);
  text-transform: uppercase;
  font-size: 16px;
}

.text-aktion.r {
  text-align: center;
}

.text-aktion.r.yoga-morning.display-none {
  display: none;
}

.text-aktion-2 {
  color: #fff;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 16px;
}

.link-8 {
  color: var(--basic--white);
}

.div-block-113 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 36px;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-countdown {
  color: #0334d4;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
}

.text-countdown.unit {
  color: #0334d4;
  font-size: 10px;
  font-weight: 500;
}

.div-block-115 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-116 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo-cyber {
    height: 40px;
  }

  .logo-cyber.hasomed {
    height: 60px;
    padding-left: 0;
  }

  .menue-div {
    height: 60px;
  }

  .button-login {
    justify-content: center;
    align-items: center;
  }

  .menue-links-desktop {
    display: none;
  }

  .header-menue-desktop {
    box-shadow: none;
  }

  .button-primary {
    font-size: 12px;
  }

  .menu-buttons {
    grid-column-gap: 8px;
  }

  .menu-buttons.mobile {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .button.kk-rechner-kurse {
    margin-top: 0;
  }

  .section {
    flex-flow: column;
  }

  .section.hero {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .section.hero-hasomed, .section.hero {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .section.mockup {
    overflow: hidden;
  }

  .section.hero-hasomed {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .max-w-1440 {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-w-1440.hero {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .max-w-1440.hero.lp-kk {
    flex-flow: wrap;
  }

  .max-w-1440.h {
    flex-flow: column;
  }

  .max-w-1440.h.kurse-kpis {
    flex-flow: wrap-reverse;
  }

  .max-w-1440.hero-fruhlings-coaching {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .max-w-1440.hero-fruhlings-coaching.lp-kk {
    flex-flow: wrap;
  }

  .div-headline-body.hero.kurse, .div-headline-body._50, .div-headline-body._75, .div-headline-body._30, .div-headline-body.hero.kurse, .div-headline-body.hero.kurse, .div-headline-body._50, .div-headline-body._75, .div-headline-body._30 {
    width: 100%;
  }

  .div-card.kk-rechner {
    width: 100%;
    margin-top: 0;
  }

  .div-card.partner-logo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .div-card.so-gehts {
    width: 100%;
    margin-top: -72px;
  }

  .steps {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 75%;
  }

  ._2 {
    display: flex;
  }

  .slide-nav {
    display: block;
  }

  .left-arrow {
    margin-left: 0;
    padding-left: 10px;
  }

  .div-kurs--icon {
    display: flex;
  }

  .card-kurs-overlay-elements {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .img-keyvisual {
    max-width: 80%;
    margin-left: 0;
  }

  .img-keyvisual.startseite {
    max-width: 100%;
  }

  .img-keyvisual.em-aktion, .img-keyvisual.startseite {
    max-width: 100%;
  }

  .img-keyvisual.hasomed {
    width: 520px;
    max-width: 100%;
  }

  .img-keyvisual.em-aktion {
    max-width: 100%;
  }

  .menue-links {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .menu-link {
    color: var(--primary--100);
    -webkit-text-stroke-color: var(--primary--100);
    font-size: 12px;
  }

  .menu-link.l {
    font-size: 32px;
    font-weight: 600;
  }

  .body-accordion.black._75, .heading-accordion, .accordion-item {
    width: 100%;
  }

  .div-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .div-logos-kk {
    width: auto;
  }

  .logo-kk.xl.header {
    height: 40px;
  }

  .image-7 {
    max-width: 100%;
  }

  .image-9 {
    max-width: 100%;
    inset: 0%;
  }

  .div-mockup-vorteile {
    flex-flow: column;
    align-self: center;
  }

  .div-block-18 {
    background-color: var(--basic--white);
    border-radius: 500px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .keyvisual-kurse {
    width: 100%;
    margin-bottom: -85px;
    margin-left: 0;
  }

  .img-mockup-kurse {
    max-width: 100%;
  }

  .div-coach {
    flex-flow: column;
  }

  .img-coach {
    aspect-ratio: 1;
    object-position: 50% 50%;
    width: 100%;
  }

  .div-coach-profil {
    margin-top: -320px;
    margin-right: 20px;
  }

  .div-block-26 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-31 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-33 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .swiper-wrapper.is-kurs {
    padding-left: 0;
  }

  .cms-filter {
    margin-left: 20px;
    margin-right: 20px;
    top: -43px;
  }

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

  .form-block {
    justify-content: center;
    width: 100%;
  }

  .fs-search_field-1 {
    width: 50%;
  }

  .div-kurse {
    min-width: auto;
  }

  .div-block-52 {
    flex-flow: wrap-reverse;
  }

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

  .mockup-smartphones-header {
    display: none;
  }

  .image-13 {
    margin-bottom: -10px;
    margin-left: 0;
  }

  .div-img-header {
    width: 100%;
  }

  .steps-so-gehts {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .step, .step.r, .step.r {
    flex-flow: wrap-reverse;
  }

  .img-steps {
    z-index: -1;
    width: 100%;
    position: relative;
  }

  .img-steps.mockup {
    z-index: 10;
    z-index: 10;
  }

  .menu-button {
    z-index: 900;
    padding: 20px;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button.close {
    background-color: #fff;
    background-color: var(--basic--white);
  }

  .menu-button.close.aok-modal {
    background-color: #fff0;
    margin: 0;
  }

  .menu-button.open {
    z-index: 9000;
  }

  .menu-button.close {
    background-color: #fff;
  }

  .modal-menue-mobile {
    z-index: 9001;
    background-color: var(--basic--white);
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .menu-links-mobile {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .collection-list-4 {
    flex-flow: column;
    display: flex;
  }

  .collection-list-wrapper-7 {
    width: 100%;
  }

  .image-19 {
    align-self: center;
    width: 110%;
    max-width: 120%;
  }

  .img-keyvisual-404 {
    max-width: 80%;
    margin-left: 0;
  }

  .div-aktion {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-aktion {
    text-align: center;
  }

  .text-tag-blog.l {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-aktion-2 {
    text-align: center;
  }

  .image-21 {
    margin-left: 0;
  }

  .div-block-103 {
    flex-flow: column;
    margin-right: 0;
  }

  .image-22 {
    width: 360px;
  }

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

  .blog-list-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .img-blog.header {
    max-width: 100%;
  }

  .text-block-22 {
    margin-top: 0;
  }

  .blog-list-grid-1 {
    grid-template-columns: 1fr;
  }

  .link-6-copy, .rich-text-block-2 {
    width: 100%;
  }

  .image-23 {
    width: 75%;
  }

  .image-9-copy {
    max-width: 100%;
    inset: 0%;
  }

  .img-pdf-cover {
    align-self: flex-start;
    height: 500px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .div-block-110 {
    align-self: stretch;
  }

  .div-block-116 {
    justify-content: center;
    align-items: center;
  }

  .text-tag-blog-copy.l {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .logo-cyber {
    height: 32px;
  }

  .menue-div {
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }

  .menue-div.hasomed {
    justify-content: flex-start;
    align-items: center;
  }

  .menue-links-desktop {
    display: none;
  }

  .header-menue-desktop {
    box-shadow: none;
    background-color: #0000;
    position: relative;
  }

  .header-menue-desktop.hasomed {
    background-color: #00497e;
  }

  .button.header {
    align-self: stretch;
  }

  .body.xl.bold, .body.xl.green {
    font-size: 28px;
  }

  .body.hero {
    text-align: left;
  }

  .body.xl.bold, .body.xl.green, .body.xl.bold, .body.xl.green {
    font-size: 28px;
  }

  .section {
    padding: 40px 10px;
  }

  .section.hero {
    padding-bottom: 0;
  }

  .section.hero-hasomed, .section.hero {
    padding-bottom: 0;
  }

  .section.off-white.erstattung {
    z-index: 11;
    z-index: 11;
  }

  .section.hero-hasomed {
    padding-bottom: 0;
  }

  .headline-1 {
    text-align: center;
  }

  .headline-1.max-w-hero {
    text-align: left;
    text-align: left;
    max-width: 500px;
  }

  .max-w-1440.hero {
    flex-flow: wrap;
  }

  .max-w-1440.hero.hasomed {
    flex-flow: wrap-reverse;
  }

  .max-w-1440.h.kurse-kpis {
    justify-content: center;
    align-items: center;
  }

  .div-headline-body.hero {
    min-width: auto;
  }

  .headline-3 {
    text-align: center;
  }

  .div-card.module {
    width: 80%;
  }

  .div-card.partner-logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .steps {
    align-self: center;
    width: 100%;
  }

  .slide-nav {
    margin-bottom: -46px;
  }

  .slider {
    padding-left: 10px;
  }

  .footer {
    z-index: 20;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-keyvisual {
    width: 150%;
    max-width: 150%;
  }

  .img-keyvisual.startseite {
    display: none;
  }

  .img-keyvisual.startseite.mobile {
    display: inline-flex;
  }

  .img-keyvisual.hasomed {
    display: block;
  }

  .img-keyvisual.em-aktion {
    display: none;
  }

  .img-keyvisual.em-aktion.mobile {
    display: inline-flex;
  }

  .div-button {
    z-index: 10;
    background-image: linear-gradient(180deg, #fff0, var(--basic--grey-3));
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .menu-link.xl {
    text-align: center;
    text-align: center;
  }

  .accordion--head {
    width: 90%;
  }

  .div-grid {
    grid-template-columns: 1fr;
  }

  .logo-kk.xl.header {
    height: 60px;
  }

  .image-7 {
    align-self: center;
    min-width: 120%;
  }

  .keyvisual-kurse {
    margin-top: -50px;
    margin-bottom: -40px;
  }

  .keyvisual-kurse.lp-kurse {
    width: 150%;
    max-width: 150%;
    margin-bottom: 0;
  }

  .img-mockup-kurse {
    align-self: center;
    max-width: 125%;
  }

  .div-coach-profil {
    width: auto;
    margin-top: -272px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-bckgr-color {
    display: none;
  }

  .div-block-31 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .select-field {
    width: 100%;
  }

  .div-block-48 {
    justify-content: space-between;
    width: 100%;
  }

  .cms-filter {
    margin-left: 0;
    margin-right: 0;
    top: -5px;
  }

  .link-2.hide {
    display: none;
  }

  .div-block-49 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
  }

  .fs-search_field-1, .form {
    width: 100%;
  }

  .div-block-52 {
    flex-flow: wrap;
  }

  .logo-kk-kkrechner {
    max-width: 50%;
  }

  .image-13 {
    width: 240px;
  }

  .text-kurse {
    margin-top: 20px;
  }

  .text-block-17 {
    width: 40%;
  }

  .steps-so-gehts {
    align-self: center;
    width: 100%;
  }

  .img-steps {
    width: 120%;
  }

  .img-steps.mockup {
    z-index: 9;
    z-index: 9;
  }

  .menu-button {
    z-index: 100;
  }

  .modal-menue-mobile {
    width: 100vw;
    height: 100vh;
    position: fixed;
  }

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

  .collection-list-4 {
    justify-content: center;
    align-items: center;
  }

  .div-block-81 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-kurs {
    width: 60%;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .img-keyvisual-404 {
    width: 150%;
    max-width: 150%;
  }

  .img-aktion {
    height: 260px;
  }

  .img-aktion.em {
    height: 120px;
  }

  .div-btn-aktion {
    margin-bottom: 60px;
  }

  .image-20 {
    aspect-ratio: 3 / 2;
  }

  .text-tag-blog.l {
    font-size: 12px;
  }

  .image-16-copy-copy {
    margin-top: -130px;
  }

  .heading-10 {
    width: 100%;
  }

  .image-22 {
    margin-top: 0;
  }

  .blog-list-grid-3, .blog-list-grid-1 {
    grid-template-columns: 1fr;
  }

  .link-6-copy, .rt-blog h2, .rt-blog h2 {
    font-size: 24px;
  }

  .image-23 {
    width: 90%;
  }

  .img-pdf-cover {
    margin-top: 0;
  }

  .div-block-117 {
    align-self: auto;
    padding-top: 40px;
  }

  .text-tag-blog-copy.l {
    font-size: 12px;
  }

  .div-btn-aktion-em {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .logo-cyber.hasomed {
    height: 52px;
  }

  .menue-div {
    background-color: #fff0;
  }

  .menue-div.hasomed {
    grid-column-gap: 0px;
    grid-column-gap: 0px;
  }

  .header-menue-desktop {
    background-color: #fff0;
  }

  .button {
    width: 100%;
  }

  .button.header {
    text-align: center;
    text-align: center;
  }

  .body.mobile-centered, .body.bold.centered, .body.bold.kurs-kpis {
    text-align: center;
  }

  .body.blue.zahl {
    white-space: nowrap;
    white-space: nowrap;
  }

  .body.xl {
    font-size: 18px;
  }

  .body.xl.green {
    font-size: 24px;
  }

  .body.mobile-centered, .body.bold.centered, .body.bold.kurs-kpis, .body.bold.centered, .body.bold.kurs-kpis {
    text-align: center;
  }

  .body.xs {
    line-height: 150%;
  }

  .section {
    padding: 40px 20px;
  }

  .section.off-white.erstattung, .section.blog, .section.off-white.erstattung, .section.off-white.erstattung, .section.blog {
    padding-left: 0;
    padding-right: 0;
  }

  .headline-1.max-w-hero {
    align-self: flex-start;
    font-size: 32px;
  }

  .max-w-1440 {
    padding-left: 0;
    padding-right: 0;
  }

  .max-w-1440.kk-rechner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-w-1440.kk-rechner.kurse {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-w-1440.blog {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .headline-3.centered {
    font-size: 24px;
  }

  .div-card.module {
    aspect-ratio: auto;
    aspect-ratio: auto;
    width: 100%;
  }

  .steps {
    width: 100%;
  }

  .slider {
    padding-left: 0;
  }

  .left-arrow {
    background-image: none;
  }

  .right-arrow {
    padding-right: 5px;
  }

  .footer {
    flex-flow: column;
    height: auto;
  }

  .div-button {
    z-index: 11;
    width: 100%;
  }

  .menu-link.l {
    word-break: keep-all;
    word-break: keep-all;
    font-size: 20px;
  }

  .body-accordion.black._75 {
    margin-top: 0;
  }

  .accordion--head {
    width: 75%;
  }

  .div-logos-kk {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-columns: 1fr;
  }

  .logo-kk.xl.header {
    max-width: 90%;
  }

  .facts-kurse-kk.cf {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon.plus {
    margin-top: 6px;
  }

  .image-7 {
    align-self: center;
    min-width: 120%;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-3 {
    text-align: center;
  }

  .keyvisual-kurse {
    width: 150%;
    max-width: 150%;
  }

  .keyvisual-kurse.lp-kurse {
    width: 600px;
    max-width: 900px;
    margin-bottom: 0;
  }

  .div-kpi {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .img-mockup-kurse {
    align-self: center;
  }

  .img-mockup-kurse.lp-kurse {
    margin-top: -54px;
  }

  .div-coach-profil {
    margin-top: -160px;
  }

  .signage-coach {
    font-size: 52px;
  }

  .heading-8 {
    color: var(--primary--100);
  }

  .div-block-26 {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .form-block-2 {
    width: 100%;
  }

  .mockup-smartphones-header {
    height: auto;
    margin-left: 0;
  }

  .image-13 {
    margin-top: -127px;
    margin-bottom: 0;
    margin-left: -120px;
    position: relative;
  }

  .image-16 {
    object-fit: contain;
    max-width: 130%;
  }

  .text-block-17 {
    text-align: center;
    width: 100%;
  }

  .steps-so-gehts {
    width: 100%;
  }

  .img-steps {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .img-steps.mockup {
    object-fit: contain;
    object-fit: contain;
    margin-bottom: 52px;
  }

  .menu-links-mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .icon-kurs {
    width: 100%;
  }

  .image-16-copy {
    object-fit: contain;
    max-width: 130%;
  }

  .image-19 {
    width: 200%;
    max-width: 125%;
    margin-bottom: -40px;
  }

  .rich-text-block h1 {
    font-size: 30px;
  }

  .heading-9 {
    font-size: 28px;
  }

  .div-aktion {
    position: relative;
  }

  .img-aktion {
    height: 220px;
    margin: 0;
  }

  .img-aktion._1 {
    height: 160px;
    margin-right: 15px;
  }

  .div-btn-aktion {
    margin-bottom: 85px;
  }

  .image-16-copy-copy {
    object-fit: contain;
    max-width: 120%;
  }

  .heading-10 {
    font-size: 28px;
  }

  .image-21 {
    align-self: center;
    max-width: 75%;
    margin-left: -158px;
  }

  .div-block-103 {
    padding: 20px;
  }

  .image-22 {
    width: auto;
    margin-top: -67px;
  }

  .div-block-105 {
    flex-flow: column;
  }

  .img-blog {
    max-height: 240px;
  }

  .div-content-blog, .div-block-108 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-23 {
    width: 100%;
  }

  .img-pdf-cover {
    object-fit: contain;
    max-width: 120%;
    margin-left: 0;
  }

  .div-block-116 {
    flex-flow: wrap;
  }

  .text-tag-blog-copy {
    font-size: 14px;
  }

  .div-btn-aktion-em {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_97697b26-a605-e512-0812-5497bc0e8660-a918c7bc {
    justify-self: start;
  }
}
