:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: "Delicious Roman 2021", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  transition: opacity .2s;
  display: inline-block;
  position: static;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  color: #ff6f00;
  background-color: #ff6f00;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-intro {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  font-family: "Delicious Roman 2021", sans-serif;
  font-size: 18px;
  display: block;
}

.section-intro.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-intro.cc-home-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-intro.cc-store-home-wrap {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-intro.geschichte {
  margin: 100px auto;
}

.section-intro.footer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  display: flex;
}

.section-intro.team-section {
  align-items: center;
  margin-top: 4%;
  display: flex;
}

.section-intro.therapien-section {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 4%;
  font-size: 20px;
  display: flex;
}

.section-intro.job-section {
  justify-content: center;
  margin-top: 4%;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 1200px;
  margin-top: 0%;
  display: flex;
}

.container.footer {
  width: 100%;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  color: #000;
  font-family: "Delicious Bold 2021", sans-serif;
  font-weight: 700;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.team-description {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-right: 0;
  font-size: 20px;
  display: flex;
}

.heading-jumbo {
  color: #ff6f00;
  -webkit-text-stroke-color: var(--white);
  text-transform: none;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  display: flex;
  position: relative;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Delicious Bold 2021", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
  margin-left: 8%;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex-direction: row;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: 5%;
  margin-right: 1%;
  display: flex;
}

.menu-icon {
  display: none;
}

.menu {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  object-fit: fill;
  border: 0 solid #000;
  flex: none;
  order: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 75%;
  margin-left: 7%;
  display: flex;
}

.navigation-wrap {
  clear: both;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation-item {
  clear: left;
  aspect-ratio: auto;
  opacity: .9;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  outline-offset: 0px;
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  mix-blend-mode: color-burn;
  background-color: #ff6f00;
  border-style: solid;
  border-color: #0000;
  border-radius: 20px;
  outline: 3px #fff;
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 1%;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: "Delicious Bold 2021", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition-property: all;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  flex: 1;
  order: -1;
  min-width: 100px;
  margin-right: auto;
  display: block;
}

.navigation-items {
  flex-direction: row;
  flex: 1;
  order: 1;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.footer-wrap {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  aspect-ratio: 16 / 9;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  background-color: #f4f4f4;
  background-image: url('../images/Slide1.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Slide3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.intro-header.cc-subpage.team {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-image: url('../images/team.png');
  background-position: 50% 0;
  top: auto;
  overflow: scroll;
}

.intro-header.cc-subpage.kontakt {
  background-image: url('../images/begrueßung.jpg');
}

.intro-header.cc-subpage.datenschutz {
  background-image: url('../images/buero.jpg');
}

.intro-header.cc-subpage.therapien {
  background-image: url('../images/therapien.jpg');
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: auto;
  margin-bottom: 80px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.team-members {
  grid-column-gap: 88px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Delicious Bold Italic 2021", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  background-color: #ff6f00;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #8edbf6;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  align-self: center;
  width: 75%;
  margin-bottom: 20px;
  font-family: "Delicious Roman 2021", sans-serif;
}

.home-section-wrap {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 15px;
}

.section-heading {
  float: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: "Delicious Bold 2021", sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: "."
  / 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". ."
                 ". ."
                 / 1fr 1fr;
  margin-top: 5%;
}

.blog-heading {
  text-align: center;
  margin-bottom: 40px;
}

.bold-text {
  color: #00b2eb;
  text-align: right;
  -webkit-text-stroke-width: 0px;
  text-shadow: 3px 1px 4px #000;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Delicious Bold 2021", sans-serif;
}

.text-centeree {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
}

.image {
  border-radius: 10px;
  max-width: 270px;
}

.image-2 {
  border-radius: 10px;
  max-width: 270px;
  position: relative;
}

.div-block {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 0;
  position: relative;
}

.div-block-2 {
  margin-left: 40px;
  position: relative;
}

.container-2 {
  width: 80%;
  max-width: 80%;
}

.text-block-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.columns {
  display: flex;
}

.image-3 {
  max-height: 100px;
  margin-top: 20px;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-4 {
  width: 100px;
}

.bold-text-2 {
  letter-spacing: 1px;
  font-family: "Delicious Heavy 2021", sans-serif;
  font-weight: 700;
}

.link {
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
}

.link-2 {
  font-size: 20px;
  text-decoration: none;
}

.body-3, .body-4 {
  background-color: #8edbf6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-image {
  aspect-ratio: 2 / 3;
  overflow-wrap: normal;
  object-fit: cover;
  border-radius: 50px;
  min-height: 300px;
  overflow: auto;
}

.team-image.jobs {
  max-height: 300px;
}

.heading-2 {
  justify-content: center;
  align-items: center;
  font-size: 38px;
}

.therpien-bilder {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex: 1;
  align-self: center;
  width: 60%;
}

.therapien-zusatz {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-5 {
  margin-bottom: 2.5%;
}

.therapie-heading {
  align-self: center;
}

.therapie-paragraph {
  text-align: center;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
}

.bold-text-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.section-3 {
  max-width: 1200px;
  line-height: 22px;
}

.therapie-image-rechts {
  border-radius: 30px;
  order: 1;
  align-self: center;
  max-width: 150px;
  max-height: 150px;
  margin-left: 1%;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 118px;
  padding-top: 0%;
  padding-left: 0;
  padding-right: 0;
}

.therapie-image-links {
  text-align: center;
  object-fit: contain;
  border-radius: 30px;
  flex: 0 auto;
  order: -1;
  align-self: center;
  max-width: 150px;
  max-height: 150px;
  margin-right: 1%;
}

.jobs-heading {
  color: #ff6f00;
  text-align: left;
  -webkit-text-stroke-width: .5px;
  background-color: #7c7b7bc4;
  border-radius: 30px;
  order: -1;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.kontakt-grid {
  grid-column-gap: 81px;
  grid-row-gap: 51px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.kontakt-heading-klein {
  font-size: 18px;
}

.kontakt-heading-gro {
  font-size: 38px;
}

.kontakt-paragraph {
  text-align: left;
  font-size: 20px;
}

.heading-7 {
  text-align: left;
  background-color: #000000b5;
  border-radius: 30px;
  flex: 0 auto;
  order: -1;
  margin-bottom: 2%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bold-text-4 {
  text-align: left;
  font-size: 38px;
}

.datenschutz-heading-gro {
  text-align: left;
  margin-top: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.datenschutz-heading-klein {
  text-align: left;
  font-size: 20px;
}

.datenschutz-paragraph {
  text-align: left;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 20px;
}

.bold-text-5 {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
}

.datenschutz-heading-mini {
  text-align: left;
  font-size: 25px;
}

.bold-text-6 {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 25px;
}

.datenschutz-item {
  text-align: left;
}

.bold-text-7 {
  text-align: left;
  margin-left: 100px;
  font-size: 25px;
}

.paragraph-item {
  text-align: left;
  margin-left: 100px;
  margin-right: 40px;
  font-size: 20px;
}

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

.list {
  margin-left: 140px;
  margin-right: 40px;
  font-size: 20px;
  list-style-type: disc;
}

.list-item {
  font-size: 20px;
}

.container-3 {
  width: 80%;
  max-width: 90%;
}

.container-4 {
  width: 75%;
  max-width: 1200px;
  margin-top: 4%;
  margin-bottom: 20px;
}

.team-paragraph {
  text-align: center;
  font-size: 20px;
}

.team-heading-gro {
  text-align: center;
  margin-top: 0;
  font-size: 30px;
}

.list-2 {
  margin-top: 0;
  font-size: 20px;
}

.quick-stack-4 {
  width: 100%;
}

.team-heading-klein {
  margin-top: auto;
  font-size: 30px;
}

.zusammenfassung {
  text-align: left;
  flex-direction: column;
  display: block;
}

.image-6 {
  max-width: 50px;
}

.soziale-medien {
  margin: 20px;
}

.bold-text-8 {
  letter-spacing: 1px;
  font-family: "Delicious Heavy 2021", sans-serif;
  font-weight: 900;
  line-height: 32px;
}

.paragraph-5 {
  width: 100%;
  font-size: 20px;
}

.zertifikate {
  text-align: left;
  margin-top: 20px;
}

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

.bold-text-10, .heading-8 {
  font-size: 38px;
}

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

.image-7 {
  align-self: center;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-8 {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  min-width: 100px;
  min-height: 100px;
  padding: 10px;
}

.cell-9 {
  text-align: center;
  align-items: center;
}

.quick-stack-5 {
  grid-column-gap: 49px;
  margin-top: 4%;
  margin-left: 5%;
  margin-right: 5%;
}

.lightbox-paragraph {
  font-size: 20px;
  overflow: hidden;
}

.lightbox-paragraph.angebot {
  display: block;
}

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

.image-9 {
  display: block;
}

.bold-text-11 {
  font-family: "Delicious Roman 2021", sans-serif;
}

.image-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 150px;
  display: flex;
}

.div-block-5 {
  width: 100%;
  display: flex;
}

.paragraph-weitere {
  width: 50%;
  margin-left: 20px;
  font-size: 20px;
}

.paragraph-8 {
  font-size: 20px;
}

.image-cell {
  justify-content: center;
  align-items: center;
}

.text-block-4 {
  font-family: "Delicious Bold 2021", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.link-block-3 {
  align-self: center;
  text-decoration: none;
}

.paragraph-9 {
  text-align: center;
  align-self: center;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  display: block;
  position: absolute;
  inset: auto 10% 0%;
}

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

.section-einleitung {
  max-width: 1200px;
  font-family: "Delicious Roman 2021", sans-serif;
}

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

.body-5 {
  background-color: #8edbf6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-generation {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.slide-section {
  min-width: 60%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.slide-1 {
  background-image: url('../images/SlideA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slider {
  background-color: #0000;
  min-height: 600px;
}

.left-arrow {
  border: 1px solid #0000;
}

.slide-2 {
  background-image: url('../images/SlideB.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/SlideC.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/SlideD.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/SlideE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/SlideF.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/SlideG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/SlideH.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/SlideI.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-10 {
  background-image: url('../images/SlideJ.png');
  background-position: 0 0;
  background-size: auto;
}

.section-geschichte {
  margin-bottom: 3%;
}

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

.div-block-7, .button-2 {
  border-radius: 30px;
}

.grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-5 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.div-block-8 {
  width: 50%;
}

.zvk {
  width: 600px;
}

.paragraph-10 {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

.image-10 {
  padding-bottom: 20px;
}

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

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.container-6 {
  justify-content: center;
  align-items: center;
  display: none;
}

.paragraph-11, .paragraph-12, .bold-text-13 {
  text-align: center;
}

.div-block-10, .cell-17 {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .section-intro.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section-intro.job-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container {
    width: 90%;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .team-description {
    font-family: "Delicious Roman 2021", sans-serif;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .logo-link.w--current {
    flex: 1;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .menu-icon {
    color: #000;
    -webkit-text-stroke-width: 0px;
    display: block;
  }

  .menu {
    border-style: none;
    justify-content: center;
    align-self: center;
    position: static;
  }

  .navigation-wrap {
    background-color: #ff6f00b0;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
  }

  .navigation {
    max-height: 15%;
    padding: 2%;
  }

  .navigation-item {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: var(--white);
    text-align: center;
    mix-blend-mode: normal;
    background-color: #ff6f00b0;
    outline-width: 0;
    margin-top: 10px;
    margin-left: 4%;
    margin-right: 4%;
    padding: 5px 30px;
    transition-property: none;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    object-fit: contain;
    min-width: 100%;
    max-width: 100%;
  }

  .navigation-items {
    background-color: #ff6f00b0;
  }

  .footer-wrap {
    border-radius: 0;
    max-height: 400px;
    margin-bottom: auto;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    justify-content: flex-end;
    align-items: flex-end;
    height: 600px;
  }

  .intro-header.cc-subpage {
    max-width: 100%;
  }

  .intro-header.cc-subpage.team {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .intro-header.cc-subpage.therapien {
    object-fit: cover;
    background-image: url('../images/therapien.jpg');
    max-width: 100%;
  }

  .section-heading-wrap {
    margin-top: 0;
    margin-bottom: 10%;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    align-self: center;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
    text-decoration: none;
  }

  .team-member-name {
    text-decoration: none;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .home-section-wrap {
    margin-right: 8%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "."
                         ".";
    margin-bottom: 0;
  }

  .body-4 {
    font-family: "Delicious Roman 2021", sans-serif;
    font-size: 18px;
  }

  .team-image {
    aspect-ratio: 2 / 3;
    min-height: 250px;
    max-height: 300px;
  }

  .team-image.jobs {
    aspect-ratio: 16 / 9;
    width: 80%;
    height: 80%;
  }

  .team-block.platzhalter {
    display: none;
  }

  .therapien-zusatz {
    color: #000;
    font-size: 18px;
  }

  .quick-stack {
    font-size: 18px;
  }

  .therapie-paragraph {
    color: #000;
    font-family: "Delicious Roman 2021", sans-serif;
    font-size: 18px;
  }

  .bold-text-3 {
    font-family: "Delicious Roman 2021", sans-serif;
    font-size: 26px;
  }

  .section-3 {
    font-size: 18px;
  }

  .quick-stack-2 {
    grid-row-gap: 60px;
    font-size: 18px;
  }

  .kontakt-paragraph {
    font-size: 18px;
  }

  .bold-text-4 {
    font-size: 30px;
  }

  .datenschutz-heading-gro {
    font-size: 35px;
  }

  .datenschutz-paragraph {
    font-size: 18px;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 20px;
  }

  .paragraph-item, .list-item, .container-3 {
    font-size: 18px;
  }

  .container-4 {
    width: 90%;
    max-width: 100%;
  }

  .team-paragraph {
    font-size: 18px;
  }

  .quick-stack-5 {
    grid-column-gap: 30px;
    padding: 0;
  }

  .bold-text-11 {
    font-family: "Delicious Bold 2021", sans-serif;
    font-size: 30px;
  }

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

  .paragraph-weitere {
    width: 50%;
    min-width: 40%;
    font-size: 18px;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .bold-text-12 {
    font-size: 25px;
  }

  .team-image-block {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-14 {
    font-family: "Delicious Roman 2021", sans-serif;
    font-size: 18px;
  }

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

@media screen and (max-width: 767px) {
  .section-intro {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-intro.cc-cta {
    padding: 15px;
  }

  .section-intro.cc-home-wrap {
    margin-left: auto;
    margin-right: 15px;
  }

  .section-intro.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-intro.geschichte {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .team-description {
    font-size: 18px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .footer-wrap {
    max-height: 450px;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header, .intro-header.cc-subpage, .intro-header.cc-subpage.team {
    height: 450px;
  }

  .intro-content {
    width: 80%;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .about-grid.cc-about-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-centeree {
    font-size: 18px;
  }

  .div-block, .div-block-2 {
    margin-left: 0;
  }

  .link, .link-2 {
    font-size: 16px;
  }

  .team-image.jobs {
    width: 60%;
    height: 60%;
    min-height: 200px;
    max-height: 200px;
  }

  .therpien-bilder {
    width: 80%;
    min-height: 80%;
    max-height: 80%;
  }

  .therapien-zusatz {
    font-size: 16px;
    line-height: 25px;
  }

  .therapie-paragraph {
    font-size: 16px;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .jobs-heading {
    margin-left: auto;
    padding-left: 5%;
    font-family: "Delicious Bold 2021", sans-serif;
    font-size: 30px;
    line-height: 45px;
  }

  .kontakt-grid {
    grid-row-gap: 20px;
  }

  .kontakt-paragraph {
    font-size: 18px;
  }

  .heading-7 {
    font-size: 35px;
    line-height: 50px;
  }

  .bold-text-4 {
    font-family: "Delicious Bold 2021", sans-serif;
    font-size: 25px;
  }

  .datenschutz-heading-klein {
    line-height: 30px;
  }

  .datenschutz-paragraph {
    font-family: "Delicious Roman 2021", sans-serif;
    font-size: 16px;
    line-height: 18px;
  }

  .bold-text-5 {
    font-family: "Delicious Bold 2021", sans-serif;
    font-size: 18px;
  }

  .bold-text-6 {
    font-family: "Delicious Bold 2021", sans-serif;
  }

  .bold-text-7 {
    font-family: "Delicious Bold 2021", sans-serif;
    font-size: 18px;
  }

  .paragraph-item, .list-item {
    font-family: "Delicious Roman 2021", sans-serif;
    font-size: 16px;
    line-height: 18px;
  }

  .container-4 {
    width: 90%;
    min-width: 95%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .team-heading-gro {
    line-height: 35px;
  }

  .paragraph-5 {
    height: 100%;
    font-size: 18px;
  }

  .lightbox-paragraph {
    font-size: 18px;
  }

  .paragraph-weitere {
    font-size: 16px;
  }

  .paragraph-8 {
    font-family: "Delicious Roman 2021", sans-serif;
    font-size: 16px;
  }

  .bold-text-12 {
    font-family: "Delicious Bold 2021", sans-serif;
    font-weight: 700;
    line-height: 25px;
  }

  .cell-16 {
    display: none;
  }

  .slide-section {
    min-width: 80%;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section-intro.geschichte {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .section-intro.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    display: grid;
  }

  .section-intro.therapien-section {
    margin-top: 5%;
  }

  .section-intro.job-section {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    width: 95%;
  }

  .label {
    margin-bottom: 5%;
    font-size: 20px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .team-description {
    font-size: 16px;
  }

  .heading-jumbo {
    align-items: flex-end;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    margin-top: auto;
    font-size: 25px;
    line-height: 30px;
  }

  .logo-link.w--current {
    margin-top: 20px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    background-color: #ff6f00b0;
    border-radius: 30px;
    height: 20px;
    margin-top: 2%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    margin-top: 0;
  }

  .footer-wrap {
    width: 100%;
    max-height: 600px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    flex-direction: column;
    justify-content: flex-end;
    height: 200px;
    margin-bottom: 0;
  }

  .intro-header.cc-subpage, .intro-header.cc-subpage.team {
    height: 250px;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .team-member-title-wrap {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    font-size: 30px;
  }

  .bold-text {
    align-self: flex-end;
    width: 100%;
  }

  .text-centeree {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 16px;
  }

  .image, .image-2 {
    max-width: 200px;
  }

  .container-2 {
    line-height: 25px;
  }

  .columns {
    flex-direction: column;
  }

  .image-3 {
    max-height: 70px;
  }

  .column-2 {
    flex: 1;
    align-self: center;
  }

  .image-4 {
    margin-bottom: 5%;
  }

  .link {
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 16px;
  }

  .link-2 {
    margin-top: 10%;
    font-size: 16px;
  }

  .team-image {
    max-width: 150px;
    min-height: 200px;
    max-height: 100%;
  }

  .team-image.jobs {
    width: 100%;
    min-width: 80%;
    max-width: 100px;
    min-height: 150px;
    max-height: 150px;
  }

  .team-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .therpien-bilder {
    aspect-ratio: 1;
    object-fit: contain;
  }

  .jobs-heading {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .kontakt-paragraph {
    font-size: 16px;
  }

  .heading-7 {
    margin-left: 5px;
    font-size: 21px;
    line-height: 28px;
  }

  .datenschutz-paragraph {
    margin-left: 1%;
    margin-right: 1%;
  }

  .bold-text-6 {
    margin-left: 1%;
  }

  .bold-text-7, .paragraph-item, .list {
    margin-left: 10%;
  }

  .container-4 {
    width: 88%;
    min-width: 88%;
    margin-left: 4%;
  }

  .team-paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .team-heading-gro {
    font-size: 25px;
    line-height: 30px;
  }

  .quick-stack-4 {
    padding: 0;
  }

  .team-heading-klein {
    margin-bottom: auto;
  }

  .paragraph-5, .zertifikate, .therapie-link {
    font-size: 16px;
  }

  .bold-text-10 {
    font-size: 35px;
  }

  .image-7 {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .image-8 {
    margin-left: 5%;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 5%;
  }

  .lightbox-paragraph {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    display: flex;
  }

  .lightbox-link {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .cell-11 {
    align-items: center;
    display: block;
  }

  .image-9 {
    margin-left: 5%;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .paragraph-weitere {
    width: 100%;
    min-width: 100%;
  }

  .cell-12 {
    justify-content: center;
  }

  .cell-13 {
    justify-content: center;
    align-items: center;
  }

  .cell-15 {
    align-items: center;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-heading-klein {
    font-size: 25px;
  }

  .benefits-item {
    margin-bottom: 2%;
    font-size: 18px;
    line-height: 23px;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    display: flex;
  }

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

  .slide-section {
    margin-top: 0%;
  }
}

#w-node-_9ddf3dac-ced3-ac20-b9da-b5bd5035b552-96f47476 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_33b4b507-4626-76c4-e4a3-f0df859d8fa1-96f47476, #w-node-_230edf67-5956-28c5-d9a4-02c8c7b6c184-96f47476, #w-node-bef38d2e-2922-9eb7-8581-e40811100315-96f47476 {
  grid-column: span 4 / span 4;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-96f47476 {
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-96f47476 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_7b1b1727-7dd6-c470-12f0-7523b800c594-96f47476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-96f47476 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-c308bd42-e619-6200-1890-e2cf4e6995da-96f47482 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_80d57b26-92f7-a08c-c200-bef99fd9afe4-96f47482 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_45835317-99d6-ffc6-5768-aabbcfbd2cab-96f47482 {
  justify-self: end;
}

#w-node-_69ac630c-c461-8319-29b9-991ddf9e7c7f-96f47482 {
  justify-self: start;
}

#w-node-_3d90cb7d-5f3d-3f96-f9df-0198db387eff-96f47483 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb58a03a-8f2f-0caa-64aa-97aa08dfc4e4-96f47488, #w-node-d38aaabe-ece1-cf7b-40ed-d1316cb530ef-96f47488, #w-node-e1a99c52-ad95-eb78-3a24-a5c7039b2385-96f47488, #w-node-_85b08518-6942-8272-5c49-1ecdf8c79770-96f47488, #w-node-_4ea910e6-d4cf-3c76-468c-c5142e6564f3-96f47488, #w-node-_54acf842-4497-3670-4cae-29420b4147ab-96f47488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adf953a4-cb0c-f00e-884a-c7adb6a3da46-96f47489 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b154cfe2-51d2-6ca0-b774-ff6785a5ee22-96f47489 {
  grid-column: span 3 / span 3;
}

#w-node-c77dcfc3-ac60-5ff0-8115-b8f9290f3c19-96f47489, #w-node-bc47c364-e0fa-3a6c-176d-b8e27a03adb8-96f47489 {
  grid-column: span 2 / span 2;
}

#w-node-fa25ae76-e312-5c07-9eb6-d6ab21f2e15f-96f47489 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1bb8d10f-577b-04ca-dc79-ebcedb150afa-96f47489, #w-node-_809282c9-2a2c-5179-93a2-89648ee5bba6-96f47489, #w-node-daeef6e0-573f-5e20-10c7-25d356bad6ab-96f47489, #w-node-bf0f58b8-83a4-579a-0def-95da9e1cfba8-96f47489, #w-node-d7d8e16c-ca09-afc8-a462-a21ad537f9ee-96f47489, #w-node-b5c21bff-8f26-e5b0-de8a-c0a1eb4326ab-96f47489, #w-node-_468f09ce-a4fa-d7c9-e979-bb69b019c1cc-96f47489, #w-node-bf17f984-86ff-10f3-b904-c7a7aeadfe28-96f47489 {
  grid-column: span 2 / span 2;
}

#w-node-_768b8383-68e3-e085-a99c-575242a1d608-96f47489 {
  grid-column: span 4 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d41-96f47476 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-96f47476 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-96f47476 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-96f47476 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-96f47488 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-96f47488 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-96f47488 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-96f47488 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e1a99c52-ad95-eb78-3a24-a5c7039b2385-96f47488 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d41-96f47476 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7b1b1727-7dd6-c470-12f0-7523b800c594-96f47476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-96f47476 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-96f47476 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c308bd42-e619-6200-1890-e2cf4e6995da-96f47482 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_80d57b26-92f7-a08c-c200-bef99fd9afe4-96f47482 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3d90cb7d-5f3d-3f96-f9df-0198db387eff-96f47483 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-96f47488 {
    place-self: auto;
  }

  #w-node-fa25ae76-e312-5c07-9eb6-d6ab21f2e15f-96f47489 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1bb8d10f-577b-04ca-dc79-ebcedb150afa-96f47489, #w-node-_809282c9-2a2c-5179-93a2-89648ee5bba6-96f47489, #w-node-daeef6e0-573f-5e20-10c7-25d356bad6ab-96f47489, #w-node-bf0f58b8-83a4-579a-0def-95da9e1cfba8-96f47489, #w-node-d7d8e16c-ca09-afc8-a462-a21ad537f9ee-96f47489, #w-node-b5c21bff-8f26-e5b0-de8a-c0a1eb4326ab-96f47489, #w-node-_468f09ce-a4fa-d7c9-e979-bb69b019c1cc-96f47489, #w-node-bf17f984-86ff-10f3-b904-c7a7aeadfe28-96f47489, #w-node-_768b8383-68e3-e085-a99c-575242a1d608-96f47489 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ddf3dac-ced3-ac20-b9da-b5bd5035b552-96f47476 {
    grid-template-rows: auto;
    grid-template-columns: 44.25fr;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-96f47488 {
    place-self: center;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-96f47488 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-96f47488 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-96f47488 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-96f47488 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-96f47488 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


@font-face {
  font-family: 'Slogann';
  src: url('../fonts/slogann.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delicious Heavy 2021';
  src: url('../fonts/Delicious_H_2021.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delicious Italic 2021';
  src: url('../fonts/Delicious_I_2021.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Delicious Roman 2021';
  src: url('../fonts/Delicious_R_2021.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delicious Bold 2021';
  src: url('../fonts/Delicious_B_2021.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delicious Bold Italic 2021';
  src: url('../fonts/Delicious_BI_2021.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}