@font-face {
  font-family: Icomoon;
  src: url('../fonts/icomoon.eot') format("embedded-opentype"), url('../fonts/icomoon.woff') format("woff"), url('../fonts/icomoon.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Josefinsans neu;
  src: url('../fonts/JosefinSans-Neu-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans neu;
  src: url('../fonts/OpenSans-Neu-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans neu;
  src: url('../fonts/OpenSans-Neu-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sky-blue: #4cbdd1;
  --white: white;
  --dim-grey: #454545;
  --silver: #c3c3c3;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #454545;
  font-family: Opensans neu, sans-serif;
  font-size: 17px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Josefinsans neu, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: var(--sky-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Josefinsans neu, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Opensans neu, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  margin-bottom: 20px;
  font-family: Opensans neu, sans-serif;
  font-weight: 400;
  line-height: 200%;
}

a {
  color: var(--sky-blue);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

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

li {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  line-height: 190%;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 7px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-section {
  background-color: #4cbdd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px 40px;
  display: flex;
}

.brand {
  color: var(--white);
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.nav-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--dim-grey);
}

.nav-link:active, .nav-link.w--current {
  color: var(--white);
}

.nav-link.w--current:focus {
  color: #05b9ab;
}

.navbar {
  background-color: var(--sky-blue);
  padding: 40px 40px 20px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.brand-light {
  margin-top: 5px;
  font-weight: 300;
}

.icon {
  color: var(--white);
  font-size: 3rem;
}

.nav-menu-2 {
  z-index: 999;
  background-color: var(--sky-blue);
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  line-height: 150%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-button {
  z-index: 999;
  text-align: center;
  background-color: #0000;
}

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

.hero-container {
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.hero-wrapper-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin: auto;
  display: block;
}

.hero-wrapper-right {
  background-image: url('../images/scholz-freisteller.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  min-height: 600px;
  display: none;
}

.hero-img {
  background-image: url('../images/scholz-freisteller.png');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

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

.hero-teaser {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 1.4rem;
  line-height: 180%;
}

.button {
  background-color: #0000;
  background-image: url('../images/button.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding: 20px 40px;
}

.button:hover {
  opacity: .67;
}

.menu-description {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
}

.headline-menu-open {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.offers-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.cards-grid-container {
  grid-column-gap: 135px;
  grid-row-gap: 92px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  background-image: url('../images/coaching_icon.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-image-mask.supervision {
  background-image: url('../images/supervision_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 234px;
  background-attachment: scroll;
}

.cards-image-mask.fortbildung {
  background-image: url('../images/fortbildung_icon.png');
}

.cards-image-mask.walk-and-talk {
  background-image: url('../images/walkandtalk.png');
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 1.3rem;
  line-height: 190%;
  display: block;
}

.div-block {
  text-align: center;
}

.footer {
  color: #c3c3c3;
  padding-top: 100px;
  padding-bottom: 40px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  color: var(--silver);
  flex: 1;
}

.text-block-2 {
  flex: none;
}

.burger-line-long {
  border-top: 2px solid var(--white);
  padding-bottom: 10px;
}

.burger-line-short {
  border-top: 2px solid var(--white);
  max-width: 70%;
  padding-bottom: 10px;
  display: block;
}

.heading-offers {
  font-weight: 600;
}

.spirale {
  z-index: 1000;
  background-image: url('../images/spirale_icon.png');
  background-position: 0 0;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 15%;
  right: 10%;
}

.link {
  color: var(--sky-blue);
  text-decoration: none;
}

.link:hover {
  color: #4cbdd18f;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-section-container {
  align-items: center;
  max-width: 1170px;
  height: 100%;
  display: flex;
}

.custom-container {
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-container.centred {
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.custom-container.dates-preview, .custom-container.legal {
  margin-top: 100px;
}

.navbar-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-container.centred {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: center;
}

.nav-container-overlay {
  z-index: 9999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container {
  flex-direction: row;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-container.centred {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer-link {
  color: var(--silver);
  margin-left: 40px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--sky-blue);
}

.link-block {
  text-decoration: none;
}

.detail-page-headline {
  background-image: url('../images/coaching_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.detail-page-headline.supervision {
  background-image: url('../images/supervision_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.detail-page-headline.coaching {
  background-image: url('../images/coaching_icon.png');
}

.detail-page-headline.fortbildung {
  background-image: url('../images/fortbildung_icon.png');
}

.detail-page-headline.walk-and-talk {
  background-image: url('../images/walkandtalk.png');
}

.subheadline-richt-text h2 {
  margin-top: 60px;
}

.content-page-v2-section {
  background-color: var(--sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.content-page-heading-white {
  color: var(--white);
  margin-top: -50px;
}

.content-page-heading-white.centre {
  margin-top: 0;
}

.image-wrapper-contant-page {
  justify-content: center;
  margin-bottom: -40px;
  display: flex;
  position: relative;
  top: -111px;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template: "."
  / .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.dates-preview-detail-information-wrapper {
  color: var(--silver);
  display: flex;
}

.dates-preview-headline {
  color: var(--dim-grey);
}

.dates-preview-headline:hover {
  color: var(--sky-blue);
}

.text-block-3 {
  color: var(--dim-grey);
}

.preview-date {
  z-index: 2;
  color: var(--dim-grey);
  display: block;
  position: relative;
}

.preview-date-bg {
  background-image: url('../images/fortbildung_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.dates-preview-bg-img {
  z-index: 1;
  margin-top: -105px;
  margin-left: -22px;
  position: relative;
}

.duration {
  margin-right: 40px;
}

.line {
  border: 1px solid #c3c3c347;
  margin-top: 60px;
}

.empty-state {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.smiley {
  padding: 40px;
  font-size: 3rem;
}

.heading-date-detail {
  text-align: center;
}

.date-detail-date {
  background-image: url('../images/fortbildung_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.date-detail-date.supervision {
  background-image: url('../images/supervision_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 234px;
  background-attachment: scroll;
}

.date-detail-date.fortbildung {
  background-image: url('../images/fortbildung_icon.png');
}

.date-detail-overview {
  color: var(--sky-blue);
  text-align: center;
  max-width: 500px;
  margin: 60px auto;
  font-weight: 600;
  line-height: 150%;
}

.button-2 {
  margin-left: auto;
  margin-right: auto;
}

.sign-in-button {
  background-color: var(--sky-blue);
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.centred-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

.small-text {
  color: #aaa;
  margin-top: 20px;
  font-size: .8em;
}

.modal-wrapper {
  z-index: 999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.checkbox-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.field-label {
  font-weight: 400;
}

.button-3 {
  text-align: center;
  background-color: #05b9ab;
  align-items: center;
  padding: 20px 40px;
  font-size: .8em;
  line-height: 140%;
  transition: background-color .2s;
  display: block;
}

.button-3:hover {
  background-color: #05d3c3;
}

.button-3.left {
  margin-top: 20px;
  display: inline-block;
}

.field-wrapper {
  margin-bottom: 20px;
}

.checkbox-label {
  padding-left: 10px;
}

.error-message {
  color: #f84949;
  background-color: #ff000447;
  border: 1px solid #ff000040;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sign-up-wrapper {
  background-color: #fff;
  max-width: 980px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.success-message-2 {
  color: #05b9ab;
  background-color: #05b9ab2b;
  border: 1px solid #05b9ab66;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 1em;
  line-height: 140%;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.close-link {
  display: block;
}

.text-block-4 {
  float: right;
  color: var(--sky-blue);
  text-align: right;
  font-family: Icomoon, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto auto;
}

.select-field {
  color: #535353;
  background-color: #fff;
  font-size: .8em;
}

.duration-wrapper {
  display: flex;
}

.icomoon {
  margin-right: 15px;
  font-family: Icomoon, sans-serif;
}

.location-wrapper {
  display: flex;
}

.contact-form-description {
  min-height: 120px;
}

.div-block-2 {
  display: none;
}

.image {
  align-self: center;
}

.hero-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.arrow-wrapper {
  flex-direction: row;
  align-self: center;
  margin-top: 20px;
  display: block;
}

.arrow {
  color: #ffffff69;
  font-family: Icomoon, sans-serif;
  font-size: 50px;
  display: inline-block;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
}

.menu-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.menu-headline {
  color: var(--white);
  text-align: left;
  margin-left: 0;
  padding: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.menu-supervision-wrapper {
  background-image: url('../images/supervision_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70% 70%;
}

.menu-coaching-wrapper {
  background-image: url('../images/coaching_icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-fortbildung-wrapper {
  background-image: url('../images/fortbildung_icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-walk-and-talk-wrapper {
  background-image: url('../images/walkandtalk.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column {
  padding-left: 10px;
  padding-right: 40px;
}

.column-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.link-2 {
  color: var(--sky-blue);
  text-decoration: none;
}

.contact-details-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-3 {
  display: block;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-5 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-color: var(--sky-blue);
  }

  .brand {
    padding-left: 0;
  }

  .nav-link:hover {
    color: #000;
  }

  .hero-wrapper-left {
    width: 100%;
    padding-bottom: 60px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .spirale {
    width: 100px;
    height: 100px;
    right: 25%;
  }

  .hero-section-container {
    align-content: space-around;
    display: flex;
  }

  .hero-image-wrapper {
    flex-flow: column wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  li {
    padding-left: 10px;
  }

  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding: 10px;
  }

  .nav-link:hover {
    color: #000;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .offers-section {
    padding: 100px 20px 40px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

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

  .hero-section-container {
    display: block;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .modal-wrapper {
    padding-top: 0;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .menu-grid {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .menu-headline {
    padding: 60px 10px 10px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-left: 0;
    font-size: 1rem;
  }

  .nav-link {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }

  .nav-link:hover {
    color: #000;
  }

  .navbar {
    padding-top: 0;
  }

  .menu-button {
    justify-content: flex-end;
    padding-left: 0;
    display: flex;
  }

  .hero-container {
    flex-direction: column;
    display: block;
  }

  .hero-wrapper-left {
    width: 100%;
    margin: 0;
    display: flex;
  }

  .hero-wrapper-right {
    display: none;
  }

  .hero-headline {
    font-size: 2.2rem;
  }

  .hero-teaser {
    font-size: 1.2rem;
  }

  .headline-menu-open {
    text-align: left;
    align-items: flex-start;
    font-size: 1.5rem;
    display: flex;
  }

  .container {
    padding: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .teaser {
    font-size: 1.2rem;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-2 {
    flex-direction: column;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .spirale {
    display: none;
  }

  .container-3 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 60px;
    display: flex;
  }

  .hero-section-container {
    align-items: center;
  }

  .custom-container.centred {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .rechtliches-wrapper {
    flex-direction: column;
    display: flex;
  }

  .footer-link {
    text-align: left;
    margin-left: 0;
    text-decoration: none;
    display: block;
  }

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

  .link-block {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .subheadline-richt-text h2 {
    font-size: 1.5rem;
  }

  .button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-image-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-headline {
    font-size: 1.5rem;
  }
}

#w-node-eed4e49e-bb22-3749-b859-006f3f4cade9-3f4cade0 {
  grid-column-end: 2.98958;
  grid-column-start: 2;
  grid-row-end: 1.98958;
  grid-row-start: 1;
}

#w-node-eed4e49e-bb22-3749-b859-006f3f4cadf2-3f4cade0 {
  grid-column-end: 2.98958;
  grid-column-start: 2;
  grid-row-end: 2.98958;
  grid-row-start: 2;
}

#w-node-b77f7076-636b-12ef-8b1e-8bbf89ffa1b8-3f4cade0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3163bc00-ab3e-ba25-20f5-b76d4d80ec62-3f4cade0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_69af5351-127e-0734-bcb0-ad1d872bbf56-3f4cade0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e76912a4-8a7f-071e-6fa9-a4fdb68869ad-3f4cade0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-eed4e49e-bb22-3749-b859-006f3f4cadf5-3f4cade0 {
  grid-column-end: 2.98958;
  grid-column-start: 2;
  grid-row-end: 3.98958;
  grid-row-start: 3;
}

@media screen and (max-width: 767px) {
  #w-node-eed4e49e-bb22-3749-b859-006f3f4cade9-3f4cade0 {
    grid-column-start: 1;
    grid-column-end: 1.98958;
    grid-row-start: 1;
    grid-row-end: 1.98958;
  }

  #w-node-eed4e49e-bb22-3749-b859-006f3f4cadf2-3f4cade0 {
    grid-column-start: 1;
    grid-column-end: 1.98958;
    grid-row-start: 3;
    grid-row-end: 3.98958;
  }

  #w-node-eed4e49e-bb22-3749-b859-006f3f4cadf5-3f4cade0 {
    grid-column-start: 1;
    grid-column-end: 1.98958;
    grid-row-start: 4;
    grid-row-end: 4.98958;
  }
}

@media screen and (max-width: 479px) {
  #w-node-db4e2035-f2a3-9113-a2d6-050076ff5f2c-b18ed684, #w-node-_9b19e020-6923-7054-1c54-6baae1f59794-b18ed684, #w-node-_0aac5502-62ac-b1fd-c814-440b08e65d1c-b18ed684, #w-node-c8fd964b-fd1b-8207-cb19-ce174c96c3e9-b18ed684 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Josefinsans neu';
  src: url('../fonts/JosefinSans-Neu-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans neu';
  src: url('../fonts/OpenSans-Neu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans neu';
  src: url('../fonts/OpenSans-Neu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}