@font-face {
  font-family: Satoshi variable-local;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Satoshi local;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Archivonarrow Variablefont local;
  src: url('../fonts/ArchivoNarrow-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pencilant Script;
  src: url('../fonts/Pencilant-Script.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pencilant Script;
  src: url('../fonts/Pencilant-Script.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pencilant Script;
  src: url('../fonts/Pencilant-Script.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pencilant Script;
  src: url('../fonts/Pencilant-Script.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optician Sans local;
  src: url('../fonts/Optician-Sans.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Instrument Serif local;
  src: url('../fonts/InstrumentSerif-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Rogue local;
  src: url('../fonts/rogue.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rogue normal local;
  src: url('../fonts/rogue.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rogue;
  src: url('../fonts/rogue.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Seenonim local;
  src: url('../fonts/seenonim-v1.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pvf Tickler;
  src: url('../fonts/PVF_Tickler.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pvf Tickler;
  src: url('../fonts/PVF_Tickler.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pvf Tickler;
  src: url('../fonts/PVF_Tickler.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color: #d6c7b4;
  --body-font: "Satoshi variable-local", "Trebuchet MS", sans-serif;
  --body-text: #332b22;
  --white: white;
  --borders: #396eb4;
  --heading-font: "Instrument Serif local", "Times New Roman", sans-serif;
  --bluelines: #396eb4;
  --dark: #4e4233;
  --accent-color: #4e4233b3;
  --accent-font: "Satoshi variable-local", "Trebuchet MS", sans-serif;
  --blue-muted-50: #396eb480;
  --muted-text: #4e423380;
  --blue-muted-12: #396eb41f;
  --card-bg: #ffffff4d;
  --input-border: #ffffff26;
  --accent-color-muted: #4e42334d;
  --card-front: #e3d8c8;
  --transparent: #0000;
  --card-back: #c6b8a5;
  --size: 0px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

body {
  background-color: var(--background-color);
  font-family: var(--body-font);
  color: var(--body-text);
  flex-flow: row;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--body-text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  color: var(--body-text);
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5em;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

a {
  box-shadow: none;
  color: var(--borders);
  text-decoration: none;
  text-decoration-thickness: 1px;
}

ul, ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
  display: flex;
}

label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

blockquote {
  font-family: var(--heading-font);
  color: var(--white);
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 24px 0;
  font-size: 27px;
  font-style: italic;
  line-height: 1.3em;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 52px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.main-photo-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.content-wrapper {
  border-left: 1px solid var(--bluelines);
  flex-flow: column;
  flex: 1;
  min-height: 100vh;
  display: flex;
}

.content-wrapper.inner-page {
  flex: 1;
  min-width: 70vw;
  max-width: 1056px;
}

.menu-button {
  background-color: #0000;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  display: flex;
}

.menu-button:hover {
  filter: drop-shadow(.5px 0px .5px var(--bluelines));
}

.menu-button.w--open {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  background-color: var(--dark);
  width: 48.5vw;
  height: 100vh;
  display: block;
  left: 52px;
  overflow: visible;
}

.navbar-contents {
  z-index: 2;
  border-right: 1px solid var(--borders);
  background-color: var(--background-color);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 24px;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.photo-area-scrim {
  z-index: 1;
  background-image: linear-gradient(180deg, #d4c8b300, var(--background-color) 85%);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-photo {
  opacity: .7;
  object-fit: cover;
  max-height: 100vh;
  padding-top: 73px;
  overflow: clip;
  transform: scale(1);
}

.main-photo.narrow {
  object-fit: cover;
  object-position: 63% 50%;
  height: 100vh;
  padding-top: 6rem;
  transform: none;
}

.cover-page-content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.cover-page-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 1.5rem 0;
  display: flex;
}

.title-large {
  font-family: var(--heading-font);
  color: var(--body-text);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.title-large.spacer-left {
  margin-left: 4rem;
  font-size: 2rem;
}

.text-white {
  font-family: var(--heading-font);
  color: var(--accent-color);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.cover-page-menu {
  flex-flow: column;
  display: flex;
}

.cover-page-link {
  border-top: 1px solid var(--borders);
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-small {
  border-bottom: 1px none var(--borders);
  font-family: var(--body-font);
  color: var(--dark);
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}

.title-small.xs {
  color: var(--dark);
  letter-spacing: .1em;
  border-bottom-style: none;
  width: 100%;
  margin-top: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

.title-small.xs:active {
  border-bottom-style: none;
}

.logo-link {
  color: var(--white);
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-link.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  width: auto;
  margin-bottom: .5rem;
  display: flex;
}

.menu-lines {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 30px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.menu-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.menu-line.line-1, .menu-line.line-2 {
  background-color: var(--borders);
  height: 1.8px;
}

.menu-line.line-3 {
  background-color: var(--borders);
  height: 2.2px;
}

.cover-page-reveal-link {
  height: 21px;
  line-height: 1.5;
  overflow: hidden;
}

.nav-menu-contents {
  background-color: var(--background-color);
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: 100%;
  padding: 24px 10px 24px 24px;
  display: flex;
}

.nav-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-link {
  font-family: var(--heading-font);
  color: var(--white);
  height: 1.1em;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1em;
  overflow: hidden;
}

.nav-link.w--current {
  opacity: 1;
  font-style: italic;
}

.nav-link-text {
  font-family: var(--accent-font);
  color: var(--dark);
  font-size: 2rem;
  font-weight: 400;
}

.nav-bottom-links {
  z-index: 25;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--borders);
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 1rem .25rem .5rem;
  padding-top: .35rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.small-text {
  text-align: left;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.small-text.link {
  opacity: .5;
  font-family: var(--accent-font);
  color: var(--body-text);
  padding-right: 1rem;
  font-size: .7rem;
  font-weight: 400;
  transition: opacity .2s;
}

.small-text.link:hover {
  opacity: 1;
  color: var(--body-text);
}

.small-text.big {
  font-size: 16px;
}

.cover-link-circle {
  background-color: var(--borders);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transform: scale(0);
}

.cover-link-circle-wrapper {
  width: 0;
}

.breadcrumb-bar {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--borders);
  font-family: var(--accent-font);
  color: var(--bluelines);
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 24px;
  font-size: 14px;
  line-height: 1.1em;
  display: flex;
}

.inner-page-content {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  margin-bottom: 0;
  padding: 4.5rem 1.5rem 9rem;
  display: flex;
}

.inner-page-content.about-page {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-top: 24px;
}

.page-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark);
  flex-flow: column;
  max-width: 70vw;
  margin-bottom: 3rem;
  display: flex;
}

.title-huge {
  font-family: var(--heading-font);
  color: var(--body-text);
  max-width: 80%;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
}

.title-huge.long-title {
  color: var(--dark);
  font-size: 5rem;
}

.large-text {
  color: var(--body-text);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.large-text.intro-text {
  color: var(--body-text);
  max-width: 780px;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  padding: 24px;
  display: flex;
}

.title-medium {
  font-family: var(--heading-font);
  color: var(--dark);
  margin-top: .5rem;
  margin-bottom: .25rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.title-medium.italic {
  font-family: var(--body-font);
  color: var(--accent-color);
  text-align: center;
  font-size: 1.4rem;
  font-style: italic;
}

.title-medium.quote-intro {
  max-width: 524px;
}

.title-medium.subtitle {
  color: var(--accent-color);
  text-align: left;
  font-size: 1.4rem;
  font-style: italic;
}

.footer-link {
  opacity: .5;
  color: var(--bluelines);
  transition: opacity .2s;
}

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

.form-input {
  border: 1px solid var(--blue-muted-50);
  color: var(--white);
  background-color: #0000;
  height: 54px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 13px;
  line-height: 1.5em;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--borders);
}

.form-input::placeholder {
  color: var(--muted-text);
}

.button {
  border: 1px solid var(--bluelines);
  box-shadow: none;
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--body-text);
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #fff3;
  border-radius: 6px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 2.5rem;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  box-shadow: 0 0 1px 2px var(--blue-muted-50);
  color: var(--body-text);
  background-color: #fff5e7b3;
  border: 2px #332b2240;
  transform: scale(.96);
}

.button.booking {
  border: 1px solid var(--borders);
  box-shadow: none;
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  outline-offset: 0px;
  text-align: center;
  background-color: #fff5e7cc;
  outline: 3px #332b22;
  flex-flow: column;
  align-self: flex-start;
  width: auto;
  height: auto;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.booking:hover {
  border-width: 1px;
  border-color: var(--bluelines);
  box-shadow: 0 0 2px 1px var(--blue-muted-50);
  background-color: #fff5e775;
  transform: scale(.96);
}

.button.booking.fix {
  width: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button.booking.js-open-modal {
  border-color: var(--borders);
  box-shadow: none;
  font-family: var(--body-font);
  width: auto;
  height: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.button.booking.js-open-modal {
  box-shadow: none;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.button.booking.js-open-modal:hover {
  letter-spacing: normal;
  font-weight: 600;
}

.button.formbooking {
  border-style: solid;
  border-color: var(--borders);
  background-color: #e3d8c8;
  align-self: auto;
  margin-top: 10px;
  font-size: 15px;
}

.button.formbooking:hover {
  border-width: 1px;
  border-color: var(--bluelines);
  box-shadow: 0 0 5px 2px var(--blue-muted-12);
  color: var(--borders);
  background-color: #fff5e7f2;
  font-size: 16px;
  transform: scale(1.01);
}

.form-error {
  background-color: var(--card-bg);
  border-radius: 6px;
  margin-top: 12px;
  padding: 12px;
  font-size: 13px;
  line-height: 1.5em;
}

.footer-bottom {
  color: var(--muted-text);
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 13px;
  line-height: 1.5em;
  display: flex;
}

.footer-bottom-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 1.5em;
  display: flex;
}

.breadcrumb-link {
  opacity: .6;
  color: var(--bluelines);
  font-size: .8rem;
  text-decoration: none;
  transition: opacity .2s;
}

.breadcrumb-link:hover {
  opacity: 1;
  letter-spacing: .1em;
}

.breadcrumb-link.w--current {
  opacity: 100;
  color: var(--bluelines);
  letter-spacing: .1em;
  font-size: .9rem;
  transition-property: none;
}

.section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 6rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.about-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.section.horizontal-title-section-2rows {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid var(--borders);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start start;
  padding-top: 24px;
  display: grid;
}

.badge {
  border: 1px solid var(--body-text);
  background-color: var(--card-bg);
  color: var(--body-text);
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  min-height: 0;
  padding: 2px 9px 3px;
  font-size: 11px;
  line-height: 1.5em;
  display: flex;
}

.badge:hover {
  border-color: var(--borders);
  background-color: var(--input-border);
  color: var(--bluelines);
}

.badge.workshop-badge {
  border-style: none solid solid none;
  border-color: var(--borders);
  background-color: #fff6;
  border-radius: 5px;
  padding-bottom: 2px;
  position: absolute;
  inset: 3px 3px auto auto;
  transform: rotate(0);
}

.badge.workshop-badge:hover {
  color: var(--body-text);
  background-color: #fff6;
  border-style: solid;
}

.badge.workshop-badge.left {
  inset: 5px auto auto 5px;
}

.horizontal-video-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.horizontal-video-section.full {
  grid-template-columns: 1fr;
}

.video-wrapper {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-image {
  aspect-ratio: auto;
  filter: blur(.8px);
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.video-play-circle {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: transform .2s;
  display: none;
  position: absolute;
}

.video-play-circle:hover {
  transform: scale(1.1);
}

.video-item-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.videos-grid {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  display: grid;
}

.videos-grid.full {
  grid-template-columns: 1fr;
}

.vertical-video-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

.quote-intro-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid var(--accent-color-muted);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: .5rem;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.play-icon {
  position: relative;
  left: 2px;
}

.accordion-body-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: var(--dark);
  flex-flow: column;
  margin-top: .5rem;
  margin-left: 0;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.quote-slider {
  background-color: #0000;
  max-width: 80%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 11px;
  display: none;
}

.slide {
  height: auto;
}

.quote {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--body-text);
  flex-flow: column;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.slide-nav {
  text-align: left;
  height: 1em;
  margin-top: auto;
  padding-top: 0;
  font-size: 14px;
  line-height: 1em;
  position: relative;
  top: 1rem;
  left: auto;
}

.mask {
  background-color: var(--card-front);
  border-radius: 8px;
  max-width: none;
  height: auto;
  padding: 3rem;
}

.workshop-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  place-items: stretch stretch;
  width: auto;
  min-height: 0;
  display: grid;
}

.bordered-list-item {
  border-bottom: 1px none var(--borders);
  padding-bottom: 0;
  font-size: 1rem;
}

.bordered-list-item.end {
  border-bottom-style: none;
}

.list-underline {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--dark);
  flex: 1;
  width: auto;
  margin-top: auto;
  margin-bottom: .5rem;
}

.list-underline.first {
  margin-bottom: .5rem;
}

.contact-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 96px;
  display: flex;
}

.article-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-3 {
  background-color: var(--background-color);
}

.cover-logo {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.body-4 {
  background-color: var(--background-color);
}

.slogen {
  font-family: var(--heading-font);
  color: var(--dark);
  font-size: 3rem;
  font-weight: 300;
}

.slogen.second {
  font-size: 2.4rem;
}

.intro-slogan {
  font-family: var(--heading-font);
  color: var(--accent-color);
  text-align: right;
  max-width: none;
  margin-bottom: .25rem;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 200;
}

.intro-slogan.left {
  font-family: var(--heading-font);
  text-align: left;
  font-size: 1.5rem;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--borders);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 6px;
  display: block;
}

.image {
  margin-left: -.5rem;
}

.image-2 {
  display: none;
}

._w-subtitle-right {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  direction: ltr;
  text-align: left;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  margin-left: .5rem;
  margin-right: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.body-5 {
  background-color: var(--background-color);
}

.text-block {
  color: var(--dark);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.1rem;
  font-weight: 300;
}

.text-block.first {
  margin-top: auto;
  margin-bottom: auto;
}

.body-7 {
  background-color: #d6c7b4;
}

.body-9 {
  background-color: var(--background-color);
}

.verfasser {
  font-family: var(--heading-font);
  color: var(--accent-color);
  letter-spacing: .05em;
  text-transform: capitalize;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

.medium-text {
  color: var(--body-text);
  margin-bottom: .5rem;
  padding-right: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.medium-text.card {
  box-shadow: none;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-span {
  color: var(--body-text);
}

.breadcrumb {
  color: var(--bluelines);
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.tab-link-2 {
  opacity: .4;
  color: #182c4f;
  cursor: pointer;
  background-color: #0000;
  border-left: 4px solid #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -28px;
  padding: 0 8% 0 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link-2:hover {
  opacity: .6;
  border-left-color: #ff6161;
  text-decoration: none;
}

.tab-link-2.w--current {
  background-color: var(--card-bg);
  opacity: 1;
  border-left-width: 3px;
  border-left-color: #4e4233;
  border-radius: 4px;
  margin-left: auto;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #00000003;
  display: block;
  position: fixed;
}

.modal-content {
  background-color: var(--accent-color-muted);
  max-width: 600px;
  margin: auto;
  padding: 20px;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-toggle {
  cursor: pointer;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tab-link-3 {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-3.w--current {
  background-color: #0000;
}

.title-small-tabcard {
  font-family: var(--accent-font);
  color: var(--body-text);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--body-text);
  margin-top: 0;
  padding-left: 1em;
  font-weight: 400;
}

.list.footer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-top: .25rem;
}

.list.extra {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.sub-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  max-width: none;
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
}

.tabs {
  border: 2px none var(--borders);
  background-color: var(--transparent);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
}

.tabs.bordered {
  border-style: solid;
  border-color: var(--muted-text);
  background-color: var(--card-front);
}

.text-block-12 {
  font-family: var(--body-font);
  font-size: .8rem;
  line-height: 1.3;
}

.title-small-underline {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--borders);
  font-family: var(--body-font);
  color: var(--body-text);
  letter-spacing: .02em;
  text-indent: 0;
  text-transform: uppercase;
  column-count: auto;
  word-break: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-offset: 6px;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-bottom: 0;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.title-small-underline.sub {
  font-size: 1.1rem;
}

.tabs-content-2 {
  border-top: 1px none var(--bluelines);
  border-bottom: 1px none var(--blue-muted-50);
  width: auto;
}

.spacer-m {
  height: auto;
  margin-top: auto;
  margin-bottom: 2rem;
}

.card-subtitle {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

._w-cards-list {
  padding-bottom: 3.75rem;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 1px;
}

.c-card-subtitle {
  border-bottom: 1px #000;
  flex-flow: column;
  padding-left: 0;
  line-height: 1.4em;
  display: flex;
}

.card-title {
  color: var(--body-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4em;
  line-height: 1em;
}

.c-cards-list {
  margin-top: 2em;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c-card {
  background-color: var(--card-front);
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: absolute;
}

.c-card._2 {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  position: sticky;
  top: 160px;
}

.c-card._5 {
  max-width: none;
  position: sticky;
  top: 370px;
  overflow: visible;
}

.c-card._1 {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  position: sticky;
  top: 90px;
}

.c-card._3 {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  position: sticky;
  top: 230px;
}

.c-card._0 {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  position: sticky;
  top: 20px;
}

.c-card._3-copy {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  position: sticky;
  top: 300px;
}

.c-card-title {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px #000;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

._w-card {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--transparent);
  box-shadow: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  min-height: 30vh;
  max-height: 85vh;
  margin-bottom: 1rem;
  padding: 0 1rem 1rem 0;
  display: flex;
  position: relative;
}

.card-details {
  margin-bottom: 0;
}

.c-card-content-divider {
  border-bottom: 1px solid var(--blue-muted-50);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.c-card-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  min-height: auto;
  max-height: none;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.accordion-text {
  color: var(--dark);
  margin-top: auto;
}

.text-block-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: .5em;
  display: flex;
}

._w-textblock {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

._w-textblock.small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

._w-textblock.spacer-l {
  margin-top: 2rem;
  margin-bottom: 0;
}

.popup-content {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  border: 1px solid var(--dark);
  background-color: #d6c7b4;
  border-radius: 6px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin: 3rem;
  padding: .8rem;
  display: flex;
  position: relative;
}

.popup-group {
  border: 1px none var(--blue-muted-50);
  background-color: var(--transparent);
  box-shadow: none;
  outline-color: var(--accent-color-muted);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 6px;
  outline-width: 3px;
  outline-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 2px 6px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 40%;
}

.popup-group.title-small-underline {
  width: 100%;
  margin-bottom: auto;
  padding: .5em 0;
  bottom: .5em;
  left: auto;
}

.popup-group.title-small-underline:hover {
  letter-spacing: .02em;
  border-style: none;
}

.popup-inner {
  border: 1px solid var(--blue-muted-50);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popup-content-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  max-width: none;
  max-height: none;
  display: flex;
  position: relative;
  overflow: auto;
}

.popup-close-wrapper {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  border: 1px solid var(--bluelines);
  background-color: var(--background-color);
  cursor: pointer;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  display: block;
  position: absolute;
  inset: 1% 0% auto auto;
}

.popup-close-wrapper:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  background-color: var(--background-color);
  opacity: 1;
  outline-color: var(--blue-muted-50);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: .5rem;
  line-height: 1em;
  display: flex;
  top: auto;
  transform: scale(.95);
}

.popup-close-2 {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color);
  color: #000;
  cursor: pointer;
  border-radius: 999em;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 6px;
  margin-left: auto;
  margin-right: 6px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-close-icon {
  z-index: 999;
  aspect-ratio: 1;
  color: var(--borders);
  width: auto;
  height: 60%;
  margin-left: 0;
  font-size: 1.3rem;
  position: static;
  inset: 0% 0% 0% auto;
}

.popup-close-icon:hover {
  margin-left: 0;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.trigger-wrapper-popup {
  z-index: 15;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.5rem;
  display: flex;
  position: static;
  inset: 94% 0% auto;
}

.trigger-wrapper-popup:hover {
  letter-spacing: .04em;
  font-size: 1.25rem;
}

.paragraph-2 {
  font-family: var(--body-font);
  text-transform: none;
  margin-bottom: auto;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 200;
}

._w-section-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.conten-pricing {
  text-align: center;
  font-size: .9em;
  text-decoration: none;
}

._w-pricing {
  font-family: var(--body-font);
  text-align: left;
  border-right: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  padding-right: 0;
  line-height: 1em;
  display: flex;
}

.c-pricing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  height: 4em;
  margin-top: 1.5em;
  display: flex;
}

.vert-content-slash {
  border-right: 1px solid var(--blue-muted-50);
  width: 1px;
  display: block;
}

.tab-list {
  color: var(--dark);
  flex: 1;
  margin-top: .5rem;
  margin-bottom: auto;
}

.div-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--blue-muted-50);
  background-color: var(--card-bg);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  display: flex;
}

.sub-title-large {
  margin-bottom: 1rem;
}

.text-span-3 {
  line-height: 2em;
}

.text-span-5 {
  font-size: 1.1em;
}

.s-horizontal-video {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  place-items: end start;
  margin-top: 1rem;
  display: grid;
}

.video-wrapper-copy {
  object-fit: fill;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-13 {
  font-family: var(--body-font);
  color: var(--dark);
  text-align: left;
  font-size: 1em;
  line-height: 1.2;
  text-decoration: none;
}

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

.c-tab-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--card-bg);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  position: relative;
}

._w-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.list-titel {
  color: var(--dark);
  margin-top: auto;
  margin-bottom: auto;
}

.text-copyright {
  color: var(--bluelines);
}

.projet-item {
  width: 50%;
  padding: 25px;
}

.div-block-22 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.list-item-footer {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1em;
}

.icon-link-1x1-medium {
  width: auto;
  height: 90%;
  transition: transform .2s;
}

.icon-link-1x1-medium:hover {
  transform: scale(1.1);
}

.icon-medium {
  opacity: 1;
  color: var(--dark);
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

._w-second-header {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.code-embed-2 {
  color: var(--accent-color);
  height: 100%;
}

._w-subtitle-left {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  direction: ltr;
  text-align: left;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 4rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.accordiion-text-block {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.accordiion-text-block.first {
  margin-top: 0;
}

.accordiion-text-block.small {
  font-size: 14px;
}

._w-accordiion-text-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark);
  flex-flow: column;
  margin-top: .5rem;
  margin-bottom: 0;
  display: flex;
}

.spacer-s {
  height: auto;
  margin-top: auto;
  margin-bottom: .25rem;
  display: block;
}

.text-span-6 {
  line-height: 1.2;
}

._w-list-heading-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--body-font);
  color: var(--muted-text);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: .25rem .5rem;
  font-weight: 200;
  line-height: 1.3;
  transition: transform .2s;
  display: inline-flex;
}

.tab-link:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--input-border);
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.05rem;
}

.tab-link.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--card-bg);
  font-family: var(--body-font);
  color: var(--dark);
  text-transform: uppercase;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 600;
  transition-property: none;
  display: inline-flex;
}

.tab-link.w--current:hover {
  transform: none;
}

.tab-link._2tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px none var(--borders);
  border-left: 1px none var(--borders);
  background-color: var(--transparent);
  opacity: .5;
  color: var(--dark);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: -1px;
  padding: 0 0 .125rem .25rem;
  font-size: .9rem;
  line-height: 1.2;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  transform: translate(-8px)scale(.96);
}

.tab-link._2tabs:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  color: var(--dark);
  border-bottom-width: 3px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-size: 1.1rem;
  transform: none;
}

.tab-link._2tabs.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  opacity: 100;
  font-family: var(--body-font);
  color: var(--body-text);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: -1.5px;
  padding: 0 0 .125rem .25rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  transform: none;
}

.tab-link._2tabs.w--current:hover {
  justify-content: center;
  align-items: center;
  transform: none;
}

.tab-link._2tabs.sc.w--current {
  color: var(--borders);
}

.tab-link._2tabs.aok.w--current {
  color: #005e3f;
  border-bottom-color: #005e3f;
}

.step-title {
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 600;
}

.step-text {
  margin-bottom: .25rem;
  margin-left: 1rem;
}

.number {
  width: 1rem;
  margin-bottom: auto;
}

.step-number-text, .step-number-text-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.link-2 {
  font-family: var(--accent-font);
  color: var(--bluelines);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}

.text-span-8 {
  font-family: var(--accent-font);
  color: var(--bluelines);
}

.code-embed-3 {
  display: none;
}

.flipcard-front {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border: 1px solid var(--borders);
  backface-visibility: hidden;
  color: var(--borders);
  background-color: #e3d8c8;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: none;
  padding: 24px 24px .25rem;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 2px 2px 18px 4px #00000017;
}

.flipcard-back {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: .5px solid var(--borders);
  background-color: var(--card-back);
  backface-visibility: hidden;
  color: var(--borders);
  transform-style: preserve-3d;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  padding: 10px 24px .25rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 2px 2px 18px 4px #00000017;
}

.flipcard-wrapper {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 70vh;
  max-height: none;
  display: block;
  position: relative;
  overflow: visible;
}

.flip-more-icon {
  aspect-ratio: auto;
  color: var(--body-text);
  cursor: pointer;
  object-fit: fill;
  width: 2rem;
  height: auto;
  transition: transform .2s;
  position: static;
  inset: auto 2% 2% auto;
}

.flip-more-icon:hover {
  transform: translate(-2px)scale(1.1);
}

.flip-less-icon {
  aspect-ratio: auto;
  color: var(--body-text);
  cursor: pointer;
  object-fit: fill;
  width: 2rem;
  height: auto;
  transition: transform .2s;
  position: static;
  inset: auto 2% 2% auto;
}

.flip-less-icon:hover {
  transform: translate(-2px)scale(1.1);
}

.flip-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  cursor: pointer;
  border-radius: 50%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  inset: auto 1% 0% auto;
}

.flip-wrapper.re {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.flip-wrapper.left {
  justify-content: flex-end;
  align-items: flex-start;
}

._w-events {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: .25em;
  padding-right: 0;
  display: flex;
}

._w-pricing-copy {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: center;
  border-right: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  padding-right: 0;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

._w-card-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

._w-title-sutitle {
  width: 100%;
  min-height: auto;
  margin-top: 1rem;
}

._w-card-content-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.text-span-10 {
  letter-spacing: .5px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

._w-card-subtitle-back {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--bluelines);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: .25rem;
  display: flex;
}

._w-card-subtitle-back.center {
  justify-content: flex-start;
  align-items: center;
}

.radio-button-label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.kursauswahl-radio-button {
  flex-wrap: wrap;
  display: flex;
}

.kursauswahl-radio-button.line-top {
  border-top: 1px solid #2f1728;
  flex-flow: column;
  padding-top: 1rem;
}

.body-display-4 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.radio-button-2 {
  aspect-ratio: 1;
  border: 1px solid var(--bluelines);
  background-color: var(--card-front);
  border-radius: 6px;
  width: auto;
  height: 1.2rem;
}

.radio-button-2.w--redirected-checked {
  border: 1px solid var(--bluelines);
  background-color: var(--bluelines);
  box-shadow: inset 0 0 0 4px var(--card-back);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  height: 1.2rem;
}

.radio-button-2.disabled {
  border-style: solid;
  display: none;
}

.radio-button-2.grey {
  background-color: var(--blue-muted-50);
  border-style: none;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.error-message-3 {
  color: #090b19;
  background-color: #e2e7f1;
  margin-top: 0;
  padding: 12px 18px;
}

.success-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: var(--card-front);
  border: 1px solid #e2e7f1;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.field-label-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #2f1728;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: auto;
  padding-top: 0;
  font-size: 12px;
  font-weight: 700;
}

.radio-button-field {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.radio-button-field.disabled {
  padding-left: 0;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.text-field-2 {
  border: 1px solid var(--borders);
  background-color: var(--card-front);
  border-radius: 2px;
  min-height: 1.1rem;
  margin-bottom: 0;
  padding: 0 .5rem;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field-2::placeholder {
  color: #6e7488;
}

.text-field-2.large {
  min-height: 4rem;
  padding: .5rem;
}

._w-form-field {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-top: 0;
  display: grid;
}

._w-form-global-input {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

._w-form-termine {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.radio-button-label-copy {
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
}

.div-block-33 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

._w-flip-button {
  aspect-ratio: 1;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkbox-label-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
}

.checkboxes {
  aspect-ratio: 1;
  border: 1px solid var(--borders);
  background-color: var(--card-bg);
  border-radius: 6px;
  width: auto;
  height: 1rem;
  margin-left: -8px;
}

.checkboxes.w--redirected-checked {
  border: 1px solid var(--bluelines);
  background-color: var(--bluelines);
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  height: 1rem;
}

.checkbox-field-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 0;
  display: flex;
}

._w-form-anmeldung {
  width: 100%;
}

.heading {
  font-family: var(--heading-font);
  color: var(--dark);
}

.text-field-3 {
  display: none;
}

.bold-text-3 {
  font-size: 1rem;
  font-weight: 600;
}

.text-block-25 {
  letter-spacing: normal;
  text-indent: 0;
  font-size: 1rem;
  font-weight: 300;
}

.text-block-26 {
  font-size: 1rem;
}

.text-block-27 {
  line-height: 1.2;
}

.card-text-block {
  color: var(--body-text);
  margin-top: auto;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 300;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.accordion_item-image {
  color: var(--dark);
  width: 2rem;
  height: auto;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  border-top: 1px solid var(--borders);
  color: #9096a4;
  padding-bottom: 20px;
  padding-left: 2rem;
  padding-right: .5rem;
}

.accordion-body.js-accordion-body.full-width {
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.question-text {
  font-family: var(--body-font);
  color: var(--dark);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  border-bottom: 1px none var(--bluelines);
  cursor: pointer;
  width: 100%;
  margin-bottom: 1rem;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  background-color: var(--card-bg);
  padding: .5rem 1rem;
}

.accordion__item.js-accordion-item.active {
  background-color: var(--card-front);
  cursor: default;
  padding: 1rem 1rem .5rem;
}

.div-block-37 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

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

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

.arrow {
  color: #2c2b46;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  inset: auto auto 98px 0%;
}

.arrow:hover {
  color: #000;
}

.arrow.tab_previous {
  aspect-ratio: 1;
  background-color: var(--transparent);
  cursor: pointer;
  border-style: none;
  width: 40px;
  height: auto;
  position: static;
  inset: auto auto 0% 0%;
}

.arrow.tab_next {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  background-color: var(--transparent);
  cursor: pointer;
  transform-style: preserve-3d;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: static;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.v-tab_menu {
  border-bottom: 1px solid var(--accent-color-muted);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: .5rem;
  display: flex;
}

.values_slide-no-wrap {
  border-bottom: 1px none var(--borders);
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-top: .75rem;
  padding-left: 0;
  display: flex;
}

.v-tabs {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.values_c-block {
  border: 1px none var(--borders);
  background-color: var(--transparent);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.v-tab_pan {
  width: 100%;
  height: 100%;
}

.v-tab_link {
  font-family: var(--accent-font);
  color: var(--accent-color);
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 0 0;
  transition: padding .2s;
  display: flex;
}

.v-tab_link:hover {
  padding-top: .5rem;
}

.v-tab_link.w--current {
  border-top: 2px none var(--borders);
  border-bottom: 3px solid var(--borders);
  background-color: var(--transparent);
  color: var(--body-text);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  height: 100%;
  margin-bottom: -1.5px;
  padding: .5rem 0 0;
  font-size: 1.4rem;
  transition: opacity .2s, padding .2s;
}

.v-tab_link.aok.w--current {
  color: #005e3f;
  border-bottom-color: #005e3f;
}

.arrow_icon {
  aspect-ratio: auto;
  background-color: var(--transparent);
  color: var(--accent-color);
  cursor: pointer;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: auto;
  transition: transform .2s;
  display: block;
}

.arrow_icon:hover {
  color: var(--borders);
  transform: translate(-2px);
}

.v-tab_contemt {
  flex: 1;
  width: 100%;
  margin-top: .5rem;
  overflow: visible;
}

.values {
  grid-template-rows: auto;
  width: 388px;
  height: 330px;
  position: relative;
}

.values.tab-wrapper {
  width: auto;
  height: auto;
  margin-top: .5rem;
  margin-bottom: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block-40 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 9%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.list-faq {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--body-text);
  margin-top: 0;
  padding-left: 1em;
  font-weight: 400;
}

._w-list-faq {
  flex-flow: column;
  display: flex;
}

.list-titel-faq {
  color: var(--dark);
  margin-top: auto;
  margin-bottom: auto;
}

.faq-pane-item {
  border-bottom: 1px solid #396eb44d;
  width: 100%;
  padding: .5rem 0;
  display: block;
}

.service-pane-item-master {
  padding-top: 5px;
}

.pill-button {
  grid-column-gap: 1.25rem;
  color: #f9f9f9;
  text-transform: uppercase;
  background-color: #404040;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 15rem;
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  display: flex;
  overflow: hidden;
}

.pill-button.auto-top {
  background-color: #4b4b4b;
  margin-top: auto;
  padding: .65rem .65rem .65rem 1.2rem;
  text-decoration: none;
}

.info-card-top {
  z-index: 2;
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

._w-social-media-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--borders);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: 0;
  display: flex;
}

.div-block-42 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-44 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._w-footer-contact {
  background-color: var(--card-front);
  perspective: 1000px;
  cursor: pointer;
  border: 10px #fff;
  border-radius: 6px;
  width: auto;
  height: 16rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-footer-contact-front {
  transform-origin: 50% 100%;
  background-image: url('../images/jj-jordan-1231265-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.c-footer-contact-front._2 {
  background-color: var(--card-front);
  background-image: none;
  flex-flow: column;
  height: 100%;
  margin: 0 2.5rem 0;
  display: flex;
}

.c-footer-contact-inner {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--card-back);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: .5rem 2rem 0;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: none;
}

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

.link {
  color: #d3d4d4;
  flex: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .5s;
}

.link:hover {
  color: #8f00ff;
}

.link.w--current {
  color: #000;
}

.accordion-2 {
  z-index: 1;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion-2:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

._w-accordion-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-item {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding: .5rem .5rem .5rem 0;
  display: block;
}

.content-item.first {
  padding-top: 1rem;
}

.link-block-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-29 {
  font-weight: 300;
}

.bold-text {
  font-weight: 600;
}

.text-block-30 {
  font-weight: 400;
}

.text-block-31 {
  font-weight: 300;
}

.kontakt-text-small {
  margin-bottom: 0;
}

.div-block-48 {
  margin-bottom: 10px;
}

.link-4, .link-5 {
  color: var(--borders);
}

.link-underline {
  color: var(--borders);
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: .6px;
}

.faq-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  font-size: .9rem;
}

.tab-link-sub {
  font-family: var(--body-font);
  font-size: .8rem;
  font-weight: 300;
}

.nav-bottom-links-copy {
  z-index: 25;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--borders);
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 .25rem 0;
  padding-top: .35rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

._w-card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.list-line-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark);
  flex: 1;
  width: auto;
  margin-top: auto;
  margin-bottom: .5rem;
  list-style-type: none;
}

.line-left-list-item {
  border-bottom: 0px none var(--borders);
  border-left: 2.5px solid var(--muted-text);
  color: var(--body-text);
  border-radius: 3px;
  margin-left: .125rem;
  padding-bottom: 0;
  padding-left: .25rem;
  font-size: 1rem;
}

.therapy-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  place-items: stretch stretch;
  width: auto;
  min-height: 0;
  display: grid;
}

.therapy-grid.onlytwo {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 1fr 1fr;
  margin-bottom: 3rem;
}

._w-card-content-back {
  width: 100%;
}

.div-block-49 {
  margin-bottom: .5rem;
}

.flip-more {
  aspect-ratio: 1;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
}

._w-flip-back {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
}

.overline {
  border-bottom: 1px solid var(--bluelines);
  background-color: var(--transparent);
  width: 100%;
  height: 1px;
  margin-top: 0;
  padding-top: 0;
}

.flipcard-wrapper-therapy {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 60vh;
  max-height: none;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-54 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._w-card-subtitle-front {
  width: 100%;
  min-height: auto;
  margin-top: 1rem;
}

.section-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 6rem;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.title-small-spezial {
  border-bottom: 1px none var(--borders);
  font-family: var(--body-font);
  color: var(--dark);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: .85rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

.title-small-spezial.bigger {
  letter-spacing: .2em;
  font-size: 1rem;
}

.medium-text-bold {
  font-family: var(--body-font);
  color: var(--body-text);
  text-align: left;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.psy-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 2rem;
  padding-top: 0;
  display: flex;
}

._w-text-cta {
  z-index: 10;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  width: 55%;
  margin-top: 2rem;
  font-family: Pvf Tickler, Arial, sans-serif;
  display: flex;
  position: absolute;
}

._w-text-cta.js-open-modal {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 80%;
  margin-top: 0;
  container-type: inline-size;
}

._w-button {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.c-button-left {
  width: 100%;
}

.paragraph-4 {
  color: var(--dark);
  text-align: center;
  margin-bottom: 0;
  font-family: Pencilant Script, Impact, sans-serif;
  font-size: 5cqi;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-4.bg {
  text-align: center;
  font-family: Pencilant Script, Impact, sans-serif;
  font-size: 7cqi;
  font-weight: 400;
  line-height: 1.2;
}

.image-3 {
  object-fit: contain;
  width: 60%;
  max-width: none;
  position: relative;
}

._w-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.div-block-59 {
  transform: rotate(-2deg);
}

.div-block-60 {
  transform: rotate(1deg);
}

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

.div-block-62 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.image-4 {
  width: 100%;
  height: 90%;
}

.benefit-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.benefit-label-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 14rem;
  display: flex;
  position: relative;
}

.benefits-title {
  z-index: 5;
  font-family: var(--accent-font);
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  margin-top: 0;
  margin-bottom: 8rem;
  text-decoration: none;
  position: relative;
}

.pulsing-circle-wrapper {
  font-size: 1rem;
  line-height: 20;
  position: absolute;
  top: 50%;
  left: 50%;
}

.circle-1-pulse {
  z-index: 2;
  background-color: var(--accent-color);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.circle-1 {
  z-index: 3;
  background-color: var(--accent-color);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: relative;
}

.extra-large-conten-wrapper {
  color: #e1e1e1;
  cursor: auto;
  border: 1px #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 80%;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
}

.circle-2-pulse {
  z-index: 1;
  background-color: var(--muted-text);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.benefit-content-wrapper {
  z-index: 6;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.code-embed-4 {
  color: var(--accent-color-muted);
}

._w-logo-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 1.5rem;
  display: flex;
}

.logo-aok {
  align-self: stretch;
  height: auto;
  padding-top: 0;
}

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

.custom-list-text.medium-text {
  margin-bottom: 0;
  padding-right: 0;
}

._w-item-text {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

._w-list-word {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark);
  -webkit-text-stroke-color: var(--body-text);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

._w-list-word-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 1.5rem;
  display: flex;
}

._w-word-bullet {
  justify-content: flex-start;
  align-items: center;
  width: 12%;
  height: auto;
  padding-top: 0;
  padding-bottom: .125rem;
  display: flex;
}

.word-bullet {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}

.word-list-text {
  margin-bottom: 0;
  font-size: 1em;
}

.expander-001_expansion-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  perspective: 1200px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-flow: column;
  height: auto;
  margin: -2rem -2rem -6rem;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.expander-001_card4 {
  z-index: 8;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  background-color: #fff9;
  border: 2px solid #000;
  border-radius: 7px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: relative;
  inset: 280% 0% auto;
  transform: perspective(1200px);
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.expander-001_card4:hover {
  background-color: var(--white);
  transform: perspective(1200px);
}

.expander_parent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 4rem;
  display: grid;
}

.expander-001_card2 {
  z-index: 9;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  scrollbar-color: white #000;
  scrollbar-width: thin;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: .5rem;
  display: flex;
  position: relative;
  inset: 110% 0% auto;
  overflow: hidden;
  transform: perspective(1200px);
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.expander-001_card3 {
  z-index: 8;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  transform: perspective(1200px);
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.expander-001_image {
  opacity: 1;
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 9px;
  outline: 3px #332b22;
  width: auto;
  height: 100%;
}

.text-size-tiny {
  text-align: center;
  font-size: .9rem;
}

.expander-001_card1 {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--bluelines);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.expander-001_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-71 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.expander-002_card1 {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--bluelines);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.list-custom.psy {
  margin-left: 0;
}

.list-custom.compass {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.logo-saluto-svg {
  align-self: stretch;
  height: auto;
  padding-top: 0;
}

.div-block-72 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.marquee-wrapper {
  background-image: none;
  background-size: auto;
  width: 70vw;
  height: auto;
  margin-left: -1.5rem;
  position: relative;
  overflow: hidden;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: var(--transparent);
  object-fit: fill;
  width: 70vw;
  height: auto;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: static;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
}

.marquee-content.scroll.reverse {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
}

.marquee-text {
  font-family: Satoshi variable-local, Trebuchet MS, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

.marquee-image {
  opacity: .65;
  color: var(--dark);
  background-color: #0000;
  max-width: none;
  height: auto;
}

.marquee-cover {
  z-index: 1;
  background-image: linear-gradient(90deg, #e3d8c800 85%, var(--background-color)), linear-gradient(270deg, #e3d8c800 70%, var(--background-color) 99%);
  width: 70vw;
  min-width: 70vw;
  max-width: 1056px;
  position: absolute;
  inset: 0%;
}

.button-absolute {
  z-index: 25;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  display: flex;
  position: static;
  inset: auto;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-7 {
  width: 30%;
  max-width: none;
  margin-bottom: -5%;
  margin-right: -15%;
  padding-right: 0;
}

.cta-bookingtext {
  color: #396eb4;
  text-align: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Pencilant Script, Impact, sans-serif;
  font-size: 5cqi;
  font-weight: 500;
  line-height: 1.5;
  position: static;
  top: auto;
  bottom: 25%;
  transform: rotate(15deg);
}

.accordion-2rows {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion-2rows.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.card-link {
  color: var(--body-text);
  align-items: flex-end;
  display: flex;
}

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

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

.v-tab_link-sc {
  font-family: var(--accent-font);
  color: var(--accent-color);
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 0 0;
  transition: padding .2s;
  display: flex;
}

.v-tab_link-sc:hover {
  padding-top: .5rem;
}

.v-tab_link-sc.w--current {
  border-top: 2px none var(--borders);
  border-bottom: 3px solid var(--borders);
  background-color: var(--transparent);
  color: var(--borders);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  height: 100%;
  margin-bottom: -1.5px;
  padding: .5rem 0 0;
  font-size: 1.4rem;
  transition: opacity .2s, padding .2s;
}

.div-block-76 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

._w-marquee-icon {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.paragraph-5 {
  display: none;
  overflow: visible;
}

.card {
  border: 2px #eee;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.image-9 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: none;
  height: 60vh;
}

.card-inf {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--bluelines);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--bluelines);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--bluelines);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--bluelines);
  background-color: var(--card-front);
  object-position: 50% 50%;
  border-radius: 10px;
  flex-flow: column;
  padding: 1rem;
  display: block;
  position: absolute;
  inset: auto 20px 20px;
  container-type: inline-size;
}

.p {
  opacity: .7;
  margin-bottom: 10px;
}

.card-inf-after {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.button-3 {
  background-color: #366fff;
  border-radius: 50px;
  margin-bottom: 10px;
  font-weight: 500;
  transition: background-color .2s;
}

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

.therapie-card {
  border: 2px #eee;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.therapy-grid-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  place-items: stretch stretch;
  width: auto;
  min-height: 0;
  display: grid;
}

.therapy-grid-copy.onlytwo-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .5fr 1fr 1fr;
  align-self: stretch;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.sub-title-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-top: 0;
  font-size: clamp(1.1rem, 3cqi, 1.3rem);
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.title-small-card {
  font-family: var(--body-font);
  color: var(--body-text);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1.2rem, 4cqi, 1.8rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}

.div-underline {
  border-bottom: 1px solid var(--bluelines);
  margin-bottom: .5rem;
  padding-bottom: .125rem;
}

.image-10 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: none;
  height: 60vh;
}

.image-krebs, .image-krise {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: none;
  height: 60vh;
}

.blur-text {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.blur-text.intro-text {
  color: var(--body-text);
  max-width: 780px;
}

.div-block-77 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 6px;
  position: absolute;
  inset: auto auto 3% 5%;
}

.div-block-78 {
  width: 8rem;
}

.video-image-copy {
  aspect-ratio: auto;
  filter: blur(.8px);
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.team-popup-title {
  color: #a1a1a1;
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.modal-close-btn {
  background-color: #1f1f1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: auto 3rem 3rem auto;
}

.modal-close-btn:hover {
  transform: scale(1.2);
}

.cms-modal-img {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.team-popup-name {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.cms-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.modal-close-icon {
  width: 40%;
}

.team-socials-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.cms-card-content {
  width: 100%;
}

.cms-card-content.all-links {
  color: #000;
  text-decoration: none;
  overflow: hidden;
}

.cms-card-img-wrap {
  height: 30rem;
  overflow: hidden;
}

.cms-modal-content {
  z-index: 999;
  background-color: #ededed;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block-4 {
  border: 1px solid #cecece;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 12px;
  padding: .8rem;
  transition: background-color .4s;
  display: flex;
}

.link-block-4:hover {
  background-color: #dadada;
}

.team-member-position {
  color: #a1a1a1;
  margin-top: 0;
  font-size: .9rem;
  font-weight: 400;
}

.team-title-wrap {
  width: 100%;
  padding-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.team-popup-bio {
  margin-top: .5rem;
  font-size: 1rem;
  line-height: 2;
}

.team-member-name {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.1;
}

.modal-details-wrap {
  color: #181818;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 26vh 4em 6em;
  display: flex;
  overflow: scroll;
}

@media screen and (min-width: 1280px) {
  .title-small.xs {
    width: 100%;
  }

  .button.booking {
    width: auto;
    min-width: auto;
    max-width: none;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .button.booking.fix {
    width: auto;
    min-width: 5.2rem;
    max-width: 6.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .video-image {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 0% 50%;
    width: 100%;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .workshop-grid {
    box-sizing: border-box;
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex: 1;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: auto;
    width: auto;
    min-height: auto;
    display: flex;
  }

  .list-underline {
    width: auto;
    max-width: none;
  }

  .medium-text.card {
    white-space: normal;
    word-break: normal;
  }

  .medium-text.card.small {
    margin-bottom: 0;
    font-size: 1.05rem;
  }

  .popup-group.title-small-underline {
    bottom: .5em;
  }

  ._w-section-content {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    width: 100%;
  }

  .s-horizontal-video {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-items: start;
    margin-top: 2em;
  }

  .video-wrapper-copy {
    width: auto;
  }

  .text-block-16 {
    color: var(--body-text);
  }

  .flipcard-front {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    background-color: var(--card-front);
    justify-content: space-between;
    width: auto;
    box-shadow: 2px 2px 18px 4px #00000017;
  }

  .flipcard-back {
    min-height: 100%;
    max-height: none;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .flipcard-wrapper {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: space-between;
    align-self: auto;
    width: 33%;
    min-width: auto;
    max-width: none;
    min-height: 80vh;
    display: block;
    overflow: visible;
  }

  .flip-more-icon {
    aspect-ratio: 1;
    width: auto;
    height: 2rem;
  }

  .flip-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }

  ._w-events {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
  }

  ._w-card-cta {
    width: 100%;
  }

  ._w-title-sutitle {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    display: flex;
  }

  ._w-card-content-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .kursauswahl-radio-button {
    width: auto;
  }

  .text-field-2 {
    padding: 10px .5rem;
  }

  .text-field-2.large {
    padding-left: .5rem;
  }

  .div-block-33 {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  ._w-flip-button {
    justify-content: flex-end;
    align-items: flex-end;
  }

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

  .accordion-body {
    width: 100%;
  }

  .div-block-46 {
    width: 85.2544%;
  }

  ._w-card-content {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
  }

  .list-line-left {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .therapy-grid {
    box-sizing: border-box;
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex: 1;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: auto;
    width: auto;
    min-height: auto;
    display: none;
  }

  .therapy-grid.onlytwo {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: .75fr;
    justify-content: stretch;
    margin-bottom: 3rem;
    display: grid;
  }

  .flip-more {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flipcard-wrapper-therapy {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: space-between;
    align-self: auto;
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: 60vh;
    display: flex;
    overflow: visible;
  }

  ._w-card-subtitle-front {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  ._w-text-cta.js-open-modal {
    box-sizing: content-box;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 60%;
    height: auto;
  }

  .paragraph-4 {
    font-size: 6cqi;
  }

  .paragraph-4.bg {
    font-size: 7cqi;
  }

  .image-3 {
    width: 75%;
  }

  ._w-cta {
    width: 100%;
  }

  .div-block-59, .div-block-61 {
    width: 90%;
  }

  .benefit-wrapper {
    width: 100%;
  }

  .list-custom.psy {
    margin-left: 0;
  }

  .button-absolute {
    width: 90%;
  }

  .cta-bookingtext {
    font-size: 5cqi;
  }

  .therapy-grid-copy {
    box-sizing: border-box;
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex: 1;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: auto;
    width: auto;
    min-height: auto;
    display: none;
  }

  .therapy-grid-copy.onlytwo-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: .75fr;
    justify-content: stretch;
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }

  .video-image-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 0% 50%;
    width: 100%;
  }

  .team-popup-bio {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1440px) {
  .cms-card-img-wrap {
    height: 37rem;
  }

  .team-popup-bio {
    font-size: 1.6rem;
  }

  .modal-details-wrap {
    padding-right: 7.4em;
  }
}

@media screen and (min-width: 1920px) {
  .large-text {
    text-align: left;
  }

  .tabs-menu {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: flex-start;
  }

  .mask {
    background-color: var(--card-front);
    border-radius: 8px;
  }

  .tabs {
    width: 100%;
  }

  .tabs.bordered {
    background-color: var(--card-front);
  }

  .flipcard-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .flipcard-wrapper {
    min-height: 60vh;
  }

  .v-tabs, .v-tab_pan, .values.tab-wrapper {
    width: auto;
  }

  .flipcard-wrapper-therapy {
    min-height: 45vh;
  }

  ._w-text-cta.js-open-modal {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .paragraph-4 {
    font-size: 6cqi;
  }

  .paragraph-4.bg {
    font-size: 8cqi;
  }

  .image-3 {
    box-sizing: border-box;
    width: auto;
  }

  .div-block-59 {
    width: 80%;
  }

  .div-block-60 {
    width: 70%;
  }

  .benefit-wrapper {
    width: 100%;
  }

  .marquee-content.scroll {
    padding-left: 3rem;
  }

  .marquee-text {
    font-size: 1.5rem;
  }

  .button-absolute {
    width: 80%;
  }

  .cta-bookingtext {
    font-size: 5cqi;
  }

  .card-inf {
    background-color: #e3d8c8;
  }

  .blur-text {
    text-align: left;
  }

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

  .team-popup-title {
    font-size: 1.7rem;
  }

  .team-popup-name {
    font-size: 5rem;
  }

  .team-socials-wrap {
    margin-bottom: 2.5rem;
  }

  .cms-card-img-wrap {
    height: 58rem;
  }

  .team-member-position {
    font-size: 1rem;
  }

  .team-title-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .team-popup-bio {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.2;
  }

  .team-member-name {
    font-size: 2rem;
  }

  .modal-details-wrap {
    padding-right: 18.2em;
  }
}

@media screen and (max-width: 991px) {
  body {
    display: block;
  }

  .navbar {
    flex-flow: row;
    width: 100%;
    height: auto;
  }

  .main-photo-wrapper {
    z-index: 1;
    border-right-style: none;
    width: 100%;
    height: auto;
    max-height: 60vh;
    padding-top: 0;
    top: 60px;
    overflow: hidden;
  }

  .main-photo-wrapper.sub-side {
    margin-top: .5rem;
  }

  .content-wrapper {
    z-index: 2;
    border-left-style: none;
    justify-content: flex-start;
    min-height: auto;
    position: relative;
  }

  .menu-button {
    width: 48px;
    max-width: 48px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    width: 100vw;
    height: auto;
    left: 0;
  }

  .navbar-contents {
    border-bottom: 1px solid var(--borders);
    border-right-style: none;
    flex-flow: row-reverse;
    padding: 9px 24px;
  }

  .photo-area-scrim {
    z-index: 25;
    background-image: linear-gradient(180deg, #d4c8b34d 32%, var(--background-color) 95%);
    display: block;
  }

  .main-photo {
    object-fit: contain;
    object-position: 50% 0%;
    width: 80%;
    max-height: 700px;
    padding-top: 20px;
  }

  .main-photo.narrow {
    object-position: 50% 0%;
    height: auto;
    max-height: 70vh;
    margin-top: auto;
    padding-top: 0;
  }

  .cover-page-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
  }

  .cover-page-intro {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: .125rem;
  }

  .title-large {
    text-align: left;
  }

  .title-small.xs {
    font-size: .8rem;
  }

  .logo-link {
    transform: rotate(0);
  }

  .logo-link.w--current {
    flex-flow: column;
    height: 100%;
    margin-bottom: 0;
  }

  .nav-menu-contents {
    height: 100vh;
    padding-top: 78px;
  }

  .breadcrumb-bar {
    justify-content: center;
    align-items: center;
  }

  .page-title {
    max-width: none;
  }

  .title-huge {
    max-width: 80%;
  }

  .title-huge.long-title {
    font-size: 54px;
    line-height: 1.1em;
  }

  .button.booking.fix {
    padding: .5rem;
  }

  .section {
    height: auto;
  }

  .section.about-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    align-items: center;
  }

  .section.horizontal-title-section-2rows {
    flex-flow: column;
    grid-template-columns: 1fr 2fr;
    display: flex;
  }

  .horizontal-video-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .videos-grid {
    flex-flow: column;
    display: flex;
  }

  .vertical-video-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .quote-slider {
    max-width: 100%;
  }

  .hide {
    display: none;
  }

  .workshop-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: auto;
    justify-items: stretch;
  }

  .article-intro {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cover-logo, .div-block-2 {
    display: none;
  }

  .image {
    vertical-align: baseline;
  }

  .image-2 {
    display: inline-block;
  }

  .medium-text.card.small {
    margin-bottom: 0;
  }

  .tab-link-2 {
    padding-right: 0%;
  }

  .text-block-12 {
    color: var(--body-text);
    font-weight: 400;
  }

  .c-card._2 {
    top: 195px;
  }

  .c-card._5 {
    top: 395px;
  }

  .c-card._1 {
    top: 125px;
  }

  .c-card._3 {
    top: 265px;
  }

  .c-card._0 {
    top: 65px;
  }

  .c-card._3-copy {
    top: 325px;
  }

  ._w-textblock.small {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .popup-content {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .popup-content-wrapper {
    width: 75vw;
    max-height: 92%;
  }

  .popup-close-wrapper {
    width: auto;
    height: auto;
  }

  .popup-close-2 {
    background-color: var(--transparent);
    width: auto;
    height: auto;
    top: 40.5%;
    left: 84%;
    right: auto;
  }

  .popup-close-icon {
    font-size: 1.1rem;
  }

  .popup-close-icon:hover {
    transform: none;
  }

  .popup-wrapper {
    display: none;
  }

  .conten-pricing {
    font-size: 1.1em;
  }

  .div-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .s-horizontal-video {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .projet-item {
    width: 1000%;
    padding: 10px;
  }

  .div-block-22 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .div-block-24 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .tab-link:hover {
    background-color: var(--input-border);
    justify-content: center;
    align-items: center;
  }

  .tab-link.w--current {
    font-family: var(--body-font);
    font-weight: 400;
  }

  .tab-link._2tabs {
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .tab-link._2tabs.w--current {
    font-weight: 600;
  }

  .tab-link._2tabs.sc {
    transform: none;
  }

  .tab-link._2tabs.aok {
    justify-content: center;
    align-items: flex-start;
    transform: scale(.8);
  }

  .tab-link._2tabs.aok.w--current {
    transform: none;
  }

  .flipcard-front {
    width: auto;
  }

  .flipcard-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  ._w-card-subtitle-back {
    margin-bottom: .5rem;
  }

  .radio-button-2 {
    aspect-ratio: 1;
    width: auto;
    height: 1.8rem;
  }

  .field-label-2 {
    background-color: #2f1728;
    background-image: none;
  }

  ._w-form-field {
    grid-template-columns: 1fr 1fr;
  }

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

  .checkbox-label-2 {
    padding-left: .25rem;
  }

  .checkboxes {
    aspect-ratio: 1;
    width: auto;
    height: 1.5rem;
  }

  .checkbox-field-2 {
    justify-content: flex-start;
  }

  .checkbox-label-3 {
    padding-left: .25rem;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .arrow.tab_next {
    justify-content: center;
    align-items: center;
  }

  .v-tab_link {
    font-size: 16px;
  }

  .values {
    width: 330px;
  }

  ._w-footer-contact {
    margin-bottom: 2rem;
  }

  .c-footer-contact-front._2 {
    height: auto;
  }

  .tab-link-sub {
    font-weight: 400;
  }

  .list-line-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 0;
  }

  .therapy-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: auto;
    justify-items: stretch;
    display: none;
  }

  .therapy-grid.onlytwo {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr .25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-copy {
    height: auto;
  }

  ._w-text-cta.js-open-modal {
    justify-content: center;
    align-items: center;
  }

  .paragraph-4 {
    font-size: 5cqi;
  }

  .paragraph-4.bg {
    font-size: 8cqi;
    line-height: 1.2;
  }

  .div-block-59 {
    transform: rotate(-1deg);
  }

  .image-4 {
    display: none;
  }

  .extra-large-conten-wrapper {
    font-size: 150px;
  }

  ._w-item-text {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
  }

  ._w-list-word-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  ._w-word-bullet {
    width: 10vw;
    min-width: auto;
    padding-bottom: 0;
  }

  .marquee-wrapper {
    width: 100vw;
  }

  .marquee {
    width: 100vw;
    margin-bottom: .5rem;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .marquee-text {
    font-size: 1rem;
  }

  .marquee-image {
    aspect-ratio: 1;
    height: 12px;
    display: block;
  }

  .marquee-cover {
    width: 100vw;
    min-width: auto;
    max-width: none;
  }

  .cta-bookingtext {
    font-size: 5.4cqi;
    bottom: auto;
    left: auto;
  }

  .accordion-2rows {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .v-tab_link-sc {
    font-size: 16px;
  }

  ._w-marquee-icon {
    justify-content: flex-start;
    align-items: center;
  }

  .therapy-grid-copy {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: auto;
    justify-items: stretch;
    display: none;
  }

  .therapy-grid-copy.onlytwo-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr .25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    overflow: visible;
  }

  .main-photo-wrapper {
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-height: 30vh;
    margin-top: .5rem;
    display: flex;
  }

  .main-photo-wrapper.sub-side {
    margin-top: .5rem;
  }

  .navbar-contents {
    padding-left: 18px;
    padding-right: 18px;
  }

  .photo-area-scrim {
    background-image: linear-gradient(180deg, #d4c8b34d 32%, var(--background-color) 95%);
  }

  .main-photo {
    width: 70%;
    max-height: 500px;
  }

  .main-photo.narrow {
    object-fit: cover;
    width: 50%;
    max-height: none;
    margin-top: auto;
  }

  .cover-page-intro {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    padding-bottom: 0;
  }

  .title-large {
    font-size: 2rem;
    line-height: 1.1em;
  }

  .title-large.spacer-left {
    text-align: right;
  }

  .title-small {
    font-size: 17px;
    line-height: 1.1em;
  }

  .title-small.xs {
    display: block;
  }

  .cover-page-reveal-link {
    height: 19px;
  }

  .nav-menu-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    overflow: scroll;
  }

  .nav-link {
    height: 1.1em;
    font-size: 38px;
    line-height: 1.1em;
  }

  .small-text {
    color: var(--body-text);
    text-align: left;
    font-size: .9rem;
    font-weight: 400;
  }

  .small-text.link {
    color: var(--accent-color);
    font-size: 13px;
    line-height: 1.2;
  }

  .inner-page-content {
    padding-top: 24px;
  }

  .page-title {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    max-width: none;
  }

  .title-huge {
    font-size: 3rem;
    line-height: 1em;
  }

  .large-text {
    font-size: 18px;
    line-height: 1.5em;
  }

  .title-medium {
    margin-bottom: 0;
  }

  .title-medium.quote-intro {
    max-width: none;
    font-size: 2rem;
  }

  .title-medium.subtitle {
    margin-top: .25rem;
  }

  .button.booking.js-open-modal {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .footer-bottom {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .breadcrumb-link {
    font-size: .8rem;
  }

  .section.horizontal-title-section-2rows {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    display: flex;
  }

  .video-item-text-wrapper {
    display: flex;
  }

  .quote-intro-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .tabs-menu {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .accordion-body-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-left: 2rem;
    padding-right: .5rem;
    display: flex;
  }

  .quote-slider {
    max-width: 100%;
  }

  .slide {
    text-align: center;
  }

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

  .slogen.second {
    font-size: 1.4rem;
  }

  ._w-subtitle-right {
    margin-left: auto;
  }

  .verfasser {
    font-size: 17px;
    line-height: 1.1em;
  }

  .medium-text {
    font-size: 18px;
    line-height: 1.5em;
  }

  .tab-link-2 {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .title-small-tabcard {
    font-size: 17px;
    line-height: 1.1em;
  }

  .list.footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-block-12 {
    text-align: center;
    font-size: 16px;
  }

  .title-small-underline {
    font-size: 1rem;
    line-height: 1.3;
  }

  .c-card._2 {
    top: 85px;
  }

  .c-card._5 {
    top: 115px;
  }

  .c-card._1 {
    top: 75px;
  }

  .c-card._3 {
    top: 95px;
  }

  .c-card._0 {
    top: 65px;
  }

  .c-card._3-copy {
    top: 105px;
  }

  .accordion-text {
    color: var(--body-text);
  }

  .popup-content {
    flex-flow: column;
    align-items: center;
  }

  .popup-group.title-small-underline {
    font-size: 16px;
  }

  .popup-wrapper {
    display: none;
  }

  .trigger-wrapper-popup {
    margin-left: auto;
    margin-right: auto;
  }

  .conten-pricing {
    text-align: center;
    font-size: 1em;
  }

  ._w-pricing {
    text-align: left;
  }

  .c-pricing {
    width: 100%;
    height: 10vh;
  }

  .vert-content-slash {
    display: none;
  }

  .div-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    width: 22%;
    padding: 8px 5px;
  }

  .s-horizontal-video {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-block-13 {
    text-align: left;
  }

  .text-block-16 {
    font-family: var(--heading-font);
  }

  .div-block-11 {
    font-size: 1rem;
  }

  .div-block-22 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .icon-link-1x1-medium {
    height: 94%;
  }

  .div-block-24 {
    margin-bottom: 0;
  }

  .tab-link {
    text-align: center;
    cursor: pointer;
    background-color: #e3d8c870;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: .9rem;
    display: flex;
  }

  .tab-link:hover {
    font-size: .95rem;
    transform: scale(1.05)translate(0, -3px);
  }

  .tab-link.w--current {
    background-color: var(--card-bg);
    font-family: var(--body-font);
    color: var(--dark);
    text-align: center;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 .5rem;
    font-weight: 500;
  }

  .tab-link._2tabs {
    justify-content: center;
    align-items: center;
    width: 40%;
    font-size: .9rem;
  }

  .tab-link._2tabs:hover {
    transform: scale(1.1)translate(.5rem, -2px);
  }

  .tab-link._2tabs.w--current {
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    transform: translate(1rem)scale(1.2);
  }

  .tab-link._2tabs.sc:hover {
    font-size: .9rem;
  }

  .tab-link._2tabs.sc.w--current {
    margin-bottom: 4px;
    padding-bottom: .125rem;
    transform: scale(1.2);
  }

  .tab-link._2tabs.aok.w--current {
    margin-bottom: -4px;
    padding-bottom: .5rem;
    transform: none;
  }

  .flipcard-back {
    height: 100%;
    min-height: 0;
    max-height: 100%;
    padding: .5rem 1rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .flipcard-wrapper {
    min-height: 80vh;
  }

  .flip-wrapper {
    height: auto;
  }

  ._w-events {
    width: 100%;
    height: auto;
  }

  ._w-pricing-copy {
    text-align: left;
  }

  ._w-card-cta {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  ._w-title-sutitle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  ._w-card-content-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  ._w-card-subtitle-back {
    border-bottom: 1px solid var(--bluelines);
    flex-flow: row;
    align-items: center;
  }

  .radio-button-2 {
    height: 1.6rem;
  }

  ._w-form-field {
    grid-template-columns: 1fr 1fr;
  }

  .checkboxes {
    height: 1.6rem;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion-body.js-accordion-body {
    padding-left: 0;
  }

  .accordion-body.js-accordion-body.full-width {
    padding-left: 0;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .info-card-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  ._w-social-media-large {
    height: 4.5rem;
  }

  ._w-footer-contact {
    height: auto;
    min-height: 20rem;
    max-height: 22rem;
  }

  .c-footer-contact-front._2 {
    display: flex;
  }

  .c-footer-contact-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .link {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-2 {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion-2:hover {
    box-shadow: none;
  }

  .heading-2 {
    word-break: normal;
  }

  .heading-2.break {
    word-break: break-all;
  }

  .tab-link-sub {
    text-align: center;
    font-size: .9em;
  }

  ._w-card-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .therapy-grid.onlytwo {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .flipcard-wrapper-therapy {
    min-height: 40vh;
    max-height: none;
  }

  ._w-card-subtitle-front {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex;
  }

  .title-small-spezial {
    text-align: center;
    font-size: .7rem;
    line-height: 1.1em;
  }

  .medium-text-bold {
    font-size: 18px;
    line-height: 1.5em;
  }

  ._w-text-cta {
    width: 55%;
    transition: transform .2s;
  }

  ._w-text-cta.js-open-modal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    width: 66%;
    margin-top: .5rem;
  }

  .paragraph-4 {
    font-size: 5cqi;
    line-height: 1.3;
  }

  .paragraph-4.bg {
    font-size: 7cqi;
  }

  .image-3 {
    width: 75%;
  }

  ._w-cta {
    justify-content: center;
    align-items: center;
  }

  .div-block-59 {
    padding-left: .5rem;
  }

  .custom-list-text.medium-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  ._w-item-text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
  }

  ._w-word-bullet {
    width: 14vw;
    margin-bottom: auto;
  }

  .div-block-71 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .marquee-wrapper {
    width: 100vw;
    margin-left: -1.5rem;
    margin-right: auto;
  }

  .marquee {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .marquee-text {
    font-size: 1rem;
  }

  .marquee-cover {
    width: 100vw;
  }

  .cta-bookingtext {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .accordion-2rows {
    width: 100%;
    margin-bottom: -16px;
  }

  .therapy-grid-copy {
    grid-template-columns: 1fr;
  }

  .therapy-grid-copy.onlytwo-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .title-small-card {
    font-size: 17px;
    line-height: 1.1;
  }

  .blur-text {
    font-size: 18px;
    line-height: 1.5em;
  }

  .team-popup-title {
    font-size: .9rem;
  }

  .modal-close-btn {
    width: 3.5em;
    height: 3.5em;
    bottom: 1rem;
    right: 1rem;
  }

  .cms-modal-img {
    width: 100%;
  }

  .team-popup-name {
    font-size: 2rem;
  }

  .cms-modal-content {
    flex-direction: column;
    align-items: center;
  }

  .modal-details-wrap {
    width: 100%;
    padding-top: 2.4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 1.5em;
  }

  .main-photo-wrapper {
    height: auto;
    min-height: auto;
    max-height: 35vh;
    margin-top: .5rem;
    padding-top: 0;
  }

  .main-photo-wrapper.sub-side {
    min-height: auto;
    max-height: none;
    margin-top: .5rem;
  }

  .content-wrapper {
    max-height: 70vh;
  }

  .content-wrapper.inner-page {
    min-width: 70vw;
    max-width: 1056px;
    max-height: none;
  }

  .photo-area-scrim {
    background-image: linear-gradient(180deg, #d4c8b34d 40%, var(--background-color) 94%);
  }

  .main-photo {
    flex: none;
    align-self: auto;
    width: 100%;
    height: auto;
    max-height: 380px;
    padding-top: 1rem;
  }

  .main-photo.narrow {
    object-fit: contain;
    width: 70%;
    height: auto;
    max-height: none;
    margin-top: auto;
    padding-top: 0;
  }

  .cover-page-content {
    flex: 1;
    justify-content: space-between;
  }

  .cover-page-intro {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .title-large.spacer-left {
    margin-left: 2rem;
    font-size: 1.6rem;
  }

  .cover-page-link {
    padding-left: 18px;
    padding-right: 18px;
  }

  .title-small {
    font-size: 1rem;
    font-weight: 500;
  }

  .title-small.xs {
    word-break: normal;
    width: auto;
    font-size: 4vw;
  }

  .nav-menu-contents {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link {
    font-size: 36px;
  }

  .nav-link-text {
    font-size: 1.1rem;
  }

  .small-text {
    color: var(--body-text);
    text-align: left;
    font-size: .8rem;
  }

  .small-text.link {
    font-size: .6rem;
  }

  .small-text.big {
    font-size: 16px;
  }

  .inner-page-content {
    padding: 1.5rem 1rem 6rem;
  }

  .page-title {
    text-align: center;
    max-width: 100%;
  }

  .title-huge {
    text-align: left;
    font-size: 2rem;
    line-height: 1.2;
  }

  .title-huge.long-title {
    font-size: 38px;
    line-height: 1.1em;
  }

  .large-text {
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
  }

  .large-text.intro-text {
    text-align: left;
  }

  .footer-wrapper {
    padding: 18px;
  }

  .title-medium {
    color: var(--dark);
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .title-medium.italic {
    color: var(--dark);
    text-align: center;
    font-size: 1.3rem;
  }

  .title-medium.italic.testim {
    color: var(--dark);
    font-size: 1.2rem;
  }

  .title-medium.quote-intro {
    text-align: center;
    font-size: 27px;
  }

  .title-medium.subtitle {
    margin-top: .25rem;
    font-size: 1.3rem;
  }

  .button {
    padding: .5rem 1rem;
  }

  .button.booking {
    width: auto;
  }

  .button.booking.fix {
    width: 5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button.booking.js-open-modal {
    height: auto;
    margin-top: 0;
    padding-top: .25rem;
    padding-bottom: .125rem;
  }

  .button.formbooking {
    -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
    backdrop-filter: drop-shadow(0 2px 5px #000000b3);
    height: 2rem;
  }

  .breadcrumb-link {
    font-size: .8rem;
  }

  .badge.workshop-badge {
    top: 10px;
    right: 10px;
  }

  .video-wrapper {
    border-radius: 9px;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .accordion-body-content {
    margin-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .quote-slider {
    flex-flow: column;
    max-width: 100%;
    height: auto;
    padding-bottom: 31px;
    display: flex;
  }

  .quote {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-bottom: 1rem;
    display: flex;
  }

  .slide-nav {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .mask {
    height: 100%;
    padding: 3em 1em 0;
  }

  .list-underline {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .slogen {
    font-size: 2rem;
  }

  .slogen.second {
    font-size: 1.2rem;
  }

  .intro-slogan {
    margin-bottom: .25rem;
    font-size: .8rem;
    line-height: 1.1;
  }

  ._w-subtitle-right {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: .125rem;
    margin-right: -.5rem;
  }

  .text-block {
    text-align: left;
    font-size: 1rem;
  }

  .text-block.first {
    font-size: 1rem;
  }

  .verfasser {
    font-size: 1rem;
    font-weight: 500;
  }

  .medium-text {
    color: var(--body-text);
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
  }

  .medium-text.card {
    font-size: 1rem;
    line-height: 1.3;
  }

  .tab-link-2 {
    margin-left: -12px;
    padding-left: 12px;
  }

  .title-small-tabcard {
    font-size: 1rem;
    font-weight: 500;
  }

  .sub-title {
    line-height: 1.5;
  }

  .text-block-10 {
    text-align: center;
    font-size: 14px;
    line-height: 1em;
  }

  .text-block-11 {
    text-align: center;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 1em;
  }

  .tabs {
    width: 100%;
    padding: .25rem .5rem;
  }

  .text-block-12 {
    background-color: var(--transparent);
    font-family: var(--body-font);
    color: var(--dark);
    text-align: center;
    -webkit-text-stroke-width: 0px;
    border-radius: 6px;
    font-size: .7rem;
    line-height: 1.1;
  }

  .title-small-underline {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.8;
  }

  .title-small-underline.sub {
    font-size: 1rem;
    line-height: 1.5;
  }

  .card-subtitle {
    font-size: 4.4vw;
    line-height: 1.3;
  }

  .card-title {
    font-size: 6vw;
  }

  .c-card._2 {
    top: 85px;
  }

  .c-card._5 {
    top: 115px;
  }

  .c-card._1 {
    top: 75px;
  }

  .c-card._3 {
    top: 95px;
  }

  .c-card._0 {
    display: block;
    top: 65px;
  }

  .c-card._3-copy {
    top: 105px;
  }

  ._w-card {
    width: 100%;
    margin-bottom: 2rem;
    padding: .25rem;
  }

  .card-details {
    font-size: 16px;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .c-card-details {
    padding-left: .25rem;
  }

  ._w-textblock.small {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .popup-content {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-group {
    background-color: #b5af9d;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: .25rem .5rem;
  }

  .popup-group.title-small-underline {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: auto auto 1.7rem;
  }

  .popup-content-wrapper {
    width: 90vw;
    max-width: none;
    max-height: 90%;
    display: flex;
  }

  .popup-close-wrapper {
    margin: auto;
    padding: .5em;
  }

  .popup-close-wrapper:hover {
    box-shadow: 0 2px 5px 2px var(--blue-muted-50);
    transform: none;
  }

  .popup-close-icon {
    aspect-ratio: 1;
    width: auto;
    height: 1em;
  }

  .popup-wrapper {
    display: none;
    position: fixed;
    overflow: visible;
  }

  .trigger-wrapper-popup {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  ._w-section-content {
    width: auto;
    position: relative;
  }

  .conten-pricing {
    text-align: center;
    white-space: normal;
    word-break: normal;
    font-size: .8em;
  }

  .c-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    height: 10vh;
  }

  .vert-content-slash {
    display: none;
  }

  .text-span-2 {
    font-size: 1rem;
  }

  .div-block-6 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 24%;
    height: 100%;
    padding: 8px 5px;
  }

  .video-wrapper-copy {
    border-radius: 9px;
  }

  .text-block-13 {
    text-align: center;
    line-height: 1.4;
  }

  .c-tab-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 6px;
    padding: 1rem 10px 10px;
  }

  ._w-list {
    text-align: left;
  }

  .link-block {
    overflow: hidden;
  }

  .div-block-22 {
    width: 100%;
    height: auto;
  }

  .icon-link-1x1-medium {
    aspect-ratio: 1;
    height: auto;
    min-height: auto;
    max-height: 4rem;
  }

  .div-block-24 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .accordiion-text-block.small {
    font-weight: 200;
    line-height: 1.4;
  }

  .tab-link {
    color: var(--accent-color);
    text-align: center;
    background-color: #e3d8c870;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .7rem;
    font-weight: 400;
  }

  .tab-link:hover {
    font-size: .75rem;
    transform: translate(0, -2px);
  }

  .tab-link.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--card-front);
    font-family: var(--body-font);
    color: var(--body-text);
    text-transform: none;
    justify-content: center;
    align-items: flex-start;
    font-size: .8rem;
    font-weight: 500;
  }

  .tab-link._2tabs {
    text-align: center;
    width: 40%;
    height: auto;
    padding-bottom: .5rem;
    font-size: .7rem;
  }

  .tab-link._2tabs:hover {
    color: var(--dark);
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    transform: scale(1.1);
  }

  .tab-link._2tabs.w--current {
    color: var(--body-text);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: .5rem .25rem .25rem;
    font-size: .8rem;
    font-weight: 600;
    transform: none;
  }

  .tab-link._2tabs.w--current:hover {
    height: auto;
    text-decoration: none;
  }

  .tab-link._2tabs.sc {
    opacity: .5;
    width: 45%;
    transform: scale(.9);
  }

  .tab-link._2tabs.sc:hover {
    padding-bottom: .5rem;
  }

  .tab-link._2tabs.sc.w--current {
    opacity: 1;
    width: 45%;
    margin-bottom: -5px;
    font-size: 1rem;
    transform: none;
  }

  .tab-link._2tabs.aok {
    opacity: .3;
    width: 45%;
    transform: scale(.8);
  }

  .tab-link._2tabs.aok:hover {
    padding-bottom: .5rem;
    transform: scale(.8);
  }

  .tab-link._2tabs.aok.w--current {
    opacity: 100;
    width: 45%;
    margin-bottom: -1.5px;
    padding-bottom: .5rem;
    transform: none;
  }

  .step-number-text {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

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

  .flipcard-front {
    width: 90vw;
    padding: 1.5rem 1rem .25rem;
  }

  .flipcard-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .flipcard-wrapper {
    width: 100%;
    min-height: 60vh;
    overflow: visible;
  }

  .flip-wrapper {
    height: auto;
  }

  ._w-events {
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  ._w-pricing-copy {
    width: 100%;
  }

  ._w-card-cta {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: .75rem;
  }

  ._w-title-sutitle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  ._w-card-subtitle-back {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: .5rem;
  }

  .radio-button-label {
    margin-left: 1rem;
    font-size: .9rem;
  }

  .kursauswahl-radio-button.line-top {
    padding-top: 0;
  }

  .radio-button-2 {
    aspect-ratio: 1;
    width: auto;
    height: 1.5rem;
  }

  .radio-button-field {
    justify-content: space-between;
    align-items: center;
  }

  ._w-form-field {
    grid-template-columns: 1fr;
  }

  ._w-form-termine {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .radio-button-label-copy {
    margin-left: 0;
    font-size: .9rem;
  }

  .div-block-33 {
    width: auto;
  }

  ._w-flip-button {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-35 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .checkbox-label-2 {
    padding-left: .5rem;
  }

  .checkboxes {
    aspect-ratio: 1;
    width: auto;
    height: 1rem;
    margin-left: 0;
  }

  .checkbox-field-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .text-field-3 {
    display: none;
  }

  .checkbox-label-3 {
    padding-left: .5rem;
  }

  .card-text-block {
    color: var(--body-text);
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .accordion-body.js-accordion-body.full-width {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-right: 0;
    font-size: .9rem;
    line-height: 1.4;
  }

  .accordion-header.js-accordion-header {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    padding-right: 0;
  }

  .accordion__item.js-accordion-item {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .arrow {
    display: none;
  }

  .arrow.tab_previous {
    display: flex;
  }

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

  .v-tab_text {
    font-size: 1.05em;
    line-height: 1.5;
  }

  .v-tab_menu {
    border-bottom-color: var(--accent-color-muted);
  }

  .v-tab_link {
    font-size: .9rem;
    line-height: 1.5;
  }

  .v-tab_link.w--current {
    color: #005e3f;
    border-bottom-color: #005e3f;
    width: 3rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .v-tab_link.aok {
    color: #4e4233b3;
  }

  .arrow_icon {
    width: 25px;
  }

  .values {
    width: 100%;
    height: auto;
  }

  .values.tab-wrapper {
    height: auto;
    padding-left: 0;
  }

  .service-pane-item-master {
    text-align: center;
  }

  .pill-button.auto-top {
    padding: .55rem .55rem .55rem 1.5rem;
  }

  .info-card-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  ._w-social-media-large {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .div-block-42 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
  }

  ._w-footer-contact {
    width: auto;
    height: 28rem;
    min-height: auto;
    max-height: none;
    margin-bottom: 2rem;
    padding-bottom: 0;
    overflow: hidden;
  }

  .c-footer-contact-front._2 {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .c-footer-contact-inner {
    justify-content: space-around;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .button-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .tab-link-sub {
    text-align: center;
    font-size: .7rem;
  }

  ._w-card-content {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    justify-content: space-between;
  }

  .list-line-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .therapy-grid.onlytwo {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

  .flip-more {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-51 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .flipcard-wrapper-therapy {
    width: 100%;
    min-height: 70vh;
    overflow: visible;
  }

  .title-small-spezial {
    font-size: .6rem;
    font-weight: 500;
  }

  .medium-text-bold {
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
  }

  .psy-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  ._w-text-cta {
    width: 86%;
  }

  ._w-text-cta.js-open-modal {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    container-type: inline-size;
  }

  .paragraph-4 {
    font-size: 5cqi;
    font-weight: 400;
  }

  .paragraph-4.bg {
    font-size: 7cqi;
    font-weight: 400;
  }

  .image-3 {
    width: 85%;
  }

  ._w-cta {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .div-block-59 {
    padding-left: 0;
  }

  .text-block-33 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .benefit-wrapper {
    width: 100%;
  }

  .benefits-title {
    font-size: 1rem;
    position: static;
  }

  .extra-large-conten-wrapper {
    top: 6%;
    left: 24%;
  }

  ._w-logo-icon {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    width: auto;
    height: 2rem;
  }

  .logo-aok {
    height: auto;
    transform: rotate(0);
  }

  ._w-item-text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
  }

  ._w-list-word {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    margin-bottom: 0;
  }

  ._w-list-word-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
    height: auto;
  }

  ._w-word-bullet {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 24vw;
    min-width: auto;
    max-width: none;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .word-bullet {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .word-list-text {
    font-size: .9rem;
    line-height: 1.2;
  }

  .expander_parent {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-71 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo-saluto-svg {
    height: auto;
  }

  .marquee-wrapper {
    width: 100vw;
    margin-left: -1rem;
    margin-right: 0;
  }

  .marquee {
    width: 100%;
    margin-bottom: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .marquee-content.scroll {
    align-items: center;
    width: auto;
    padding-left: 1.5rem;
    overflow: visible;
  }

  .marquee-content.scroll.reverse {
    align-items: center;
  }

  .marquee-text {
    margin-top: auto;
    margin-bottom: auto;
    font-size: .9rem;
  }

  .marquee-image {
    aspect-ratio: 1;
    height: 10px;
  }

  .button-absolute {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    bottom: auto;
    right: auto;
  }

  .image-7 {
    width: 30%;
    height: auto;
  }

  .cta-bookingtext {
    font-size: 6cqi;
    bottom: auto;
    left: auto;
  }

  .v-tab_link-sc {
    font-size: .9rem;
    line-height: 1.5;
  }

  .v-tab_link-sc.w--current {
    border-bottom-color: var(--borders);
    color: var(--borders);
    width: 3rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .therapy-grid-copy.onlytwo-copy {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-title-card {
    line-height: 1.5;
  }

  .title-small-card {
    font-size: 1rem;
    font-weight: 500;
  }

  .blur-text {
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
  }

  .blur-text.intro-text {
    text-align: left;
  }

  .div-block-78 {
    width: 30vw;
  }

  .modal-close-btn {
    width: 4em;
    height: 4em;
    margin-top: 1.5em;
    margin-right: .7em;
    inset: auto .5rem .5rem auto;
  }

  .cms-modal-img {
    padding-bottom: 17px;
  }

  .cms-card-img-wrap {
    height: 20rem;
  }

  .link-block-4 {
    width: 2rem;
    height: 2rem;
    padding: 6px;
  }
}

#w-node-_1f9e7df7-20bd-af4f-c2e9-338e347c79ba-00a6579c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c5a2b25b-0c4b-e548-d3fe-529488dc9fd3-00a6579c {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-cb319313-562f-70ef-76fc-3aa935149706-00a6579c {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb883382d-00a6579c {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb8833863-00a6579c {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb8833899-00a6579c {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_2a66cab3-f460-3e4b-4624-48291322b05c-00a6579c {
  place-self: stretch;
}

#w-node-a78cb874-2466-cb21-40b7-e66c8d642228-00a6579c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-a78cb874-2466-cb21-40b7-e66c8d64224c-00a6579c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-d37c656e-e64c-c527-af5f-cb24ef9c5e77-00a657a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16f80828-5d91-f0d3-394c-dcac13b6d4af-00a657a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_810435b9-6258-407a-b593-a07488c5c064-00a657a1, #w-node-_810435b9-6258-407a-b593-a07488c5c069-00a657a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ccf16233-390b-080e-cc00-40203646880b-00a657a1, #qigong-basis-textfeld.w-node-_810435b9-6258-407a-b593-a07488c5c07d-00a657a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_810435b9-6258-407a-b593-a07488c5c099-00a657a1 {
  justify-self: start;
}

#w-node-ae3c6542-1e0b-e0de-7631-7fdb63f33ee7-00a657a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a581168-1db4-45cb-44b1-f8bfc9d7ee53-00a657a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9a581168-1db4-45cb-44b1-f8bfc9d7ee64-00a657a1, #w-node-_9a581168-1db4-45cb-44b1-f8bfc9d7ee69-00a657a1, #ursprungswege-textfeld.w-node-_9a581168-1db4-45cb-44b1-f8bfc9d7ee6f-00a657a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a581168-1db4-45cb-44b1-f8bfc9d7ee7c-00a657a1 {
  justify-self: start;
}

#w-node-_5f4d1a5f-448f-0b83-1c42-f3c4c990dc86-00a657a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51079c90-81de-8877-7fb8-f80fb17a1bab-00a657a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_51079c90-81de-8877-7fb8-f80fb17a1bbc-00a657a1, #w-node-_51079c90-81de-8877-7fb8-f80fb17a1bc1-00a657a1, #qigong-zyklus-textfeld.w-node-_51079c90-81de-8877-7fb8-f80fb17a1bc7-00a657a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51079c90-81de-8877-7fb8-f80fb17a1bd4-00a657a1 {
  justify-self: start;
}

#w-node-_6252d994-d1ef-f4fe-6b59-8568f9918483-00a657a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6252d994-d1ef-f4fe-6b59-8568f99184be-00a657a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6252d994-d1ef-f4fe-6b59-8568f99184cf-00a657a1, #w-node-_6252d994-d1ef-f4fe-6b59-8568f99184d4-00a657a1, #ws-wohl-textfeld.w-node-_6252d994-d1ef-f4fe-6b59-8568f99184da-00a657a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6252d994-d1ef-f4fe-6b59-8568f99184e7-00a657a1 {
  justify-self: start;
}

#w-node-_1cb6d997-b530-6058-ea53-847f9c1717cc-00a657a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1cb6d997-b530-6058-ea53-847f9c1717dd-00a657a1, #w-node-_1cb6d997-b530-6058-ea53-847f9c1717e2-00a657a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c4932646-7221-42b2-5f08-e9360675c96a-00a657a1, #ws-wohlspannung-textfeld.w-node-c4932646-7221-42b2-5f08-e9360675c96d-00a657a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cb6d997-b530-6058-ea53-847f9c1717f5-00a657a1 {
  justify-self: start;
}

#w-node-_6252d994-d1ef-f4fe-6b59-8568f9918556-00a657a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6252d994-d1ef-f4fe-6b59-8568f991858f-00a657a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6252d994-d1ef-f4fe-6b59-8568f99185a2-00a657a1, #w-node-_6252d994-d1ef-f4fe-6b59-8568f99185a7-00a657a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b11d211-b02b-1a1b-6708-fdcc2886cad1-00a657a1, #ws-zurruhe-textfeld.w-node-_3b11d211-b02b-1a1b-6708-fdcc2886cad4-00a657a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6252d994-d1ef-f4fe-6b59-8568f99185ba-00a657a1 {
  justify-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-f377e308-a4cb-00a7-6b48-17da72b88a99-00a6579c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f9e7df7-20bd-af4f-c2e9-338e347c79ba-00a6579c {
    grid-column-end: 2;
  }

  #w-node-c5a2b25b-0c4b-e548-d3fe-529488dc9fd3-00a6579c {
    grid-column: 2 / 3;
  }

  #w-node-cb319313-562f-70ef-76fc-3aa935149706-00a6579c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb883382d-00a6579c {
    grid-column-end: 2;
  }

  #w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb8833863-00a6579c {
    grid-column: 2 / 3;
  }

  #w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb8833899-00a6579c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2a66cab3-f460-3e4b-4624-48291322b058-00a6579c, #w-node-d37c656e-e64c-c527-af5f-cb24ef9c5e73-00a657a0, #w-node-_43bb5deb-b3e3-9821-70e6-5a0133e7ad60-00a657a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f377e308-a4cb-00a7-6b48-17da72b88a9d-00a6579c {
    place-self: stretch stretch;
  }

  #w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb883382d-00a6579c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb8833863-00a6579c {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb8833899-00a6579c {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_43bb5deb-b3e3-9821-70e6-5a0133e7ad64-00a657a1 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f9e7df7-20bd-af4f-c2e9-338e347c79ba-00a6579c {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-c5a2b25b-0c4b-e548-d3fe-529488dc9fd3-00a6579c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb319313-562f-70ef-76fc-3aa935149706-00a6579c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb883382d-00a6579c {
    grid-column-end: 2;
  }

  #w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb8833863-00a6579c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2cdd95dc-1961-8ac3-5eed-4f9cb8833899-00a6579c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_810435b9-6258-407a-b593-a07488c5c064-00a657a1, #w-node-_810435b9-6258-407a-b593-a07488c5c069-00a657a1, #w-node-ccf16233-390b-080e-cc00-40203646880b-00a657a1, #qigong-basis-textfeld.w-node-_810435b9-6258-407a-b593-a07488c5c07d-00a657a1, #w-node-_9a581168-1db4-45cb-44b1-f8bfc9d7ee64-00a657a1, #w-node-_9a581168-1db4-45cb-44b1-f8bfc9d7ee69-00a657a1, #w-node-_51079c90-81de-8877-7fb8-f80fb17a1bbc-00a657a1, #w-node-_51079c90-81de-8877-7fb8-f80fb17a1bc1-00a657a1, #w-node-_6252d994-d1ef-f4fe-6b59-8568f99184cf-00a657a1, #w-node-_6252d994-d1ef-f4fe-6b59-8568f99184d4-00a657a1, #w-node-_1cb6d997-b530-6058-ea53-847f9c1717dd-00a657a1, #w-node-_1cb6d997-b530-6058-ea53-847f9c1717e2-00a657a1, #w-node-c4932646-7221-42b2-5f08-e9360675c96a-00a657a1, #ws-wohlspannung-textfeld.w-node-c4932646-7221-42b2-5f08-e9360675c96d-00a657a1, #w-node-_6252d994-d1ef-f4fe-6b59-8568f99185a2-00a657a1, #w-node-_6252d994-d1ef-f4fe-6b59-8568f99185a7-00a657a1, #w-node-_3b11d211-b02b-1a1b-6708-fdcc2886cad1-00a657a1, #ws-zurruhe-textfeld.w-node-_3b11d211-b02b-1a1b-6708-fdcc2886cad4-00a657a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ccf16233-390b-080e-cc00-40203646880b-00a657a1, #qigong-basis-textfeld.w-node-_810435b9-6258-407a-b593-a07488c5c07d-00a657a1, #w-node-c4932646-7221-42b2-5f08-e9360675c96a-00a657a1, #ws-wohlspannung-textfeld.w-node-c4932646-7221-42b2-5f08-e9360675c96d-00a657a1, #ws-zurruhe-textfeld.w-node-_3b11d211-b02b-1a1b-6708-fdcc2886cad4-00a657a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi variable-local';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Satoshi local';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Archivonarrow Variablefont local';
  src: url('../fonts/ArchivoNarrow-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pencilant Script';
  src: url('../fonts/Pencilant-Script.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pencilant Script';
  src: url('../fonts/Pencilant-Script.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pencilant Script';
  src: url('../fonts/Pencilant-Script.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pencilant Script';
  src: url('../fonts/Pencilant-Script.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optician Sans local';
  src: url('../fonts/Optician-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Instrument Serif local';
  src: url('../fonts/InstrumentSerif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Rogue local';
  src: url('../fonts/rogue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rogue normal local';
  src: url('../fonts/rogue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rogue';
  src: url('../fonts/rogue.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seenonim local';
  src: url('../fonts/seenonim-v1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pvf Tickler';
  src: url('../fonts/PVF_Tickler.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pvf Tickler';
  src: url('../fonts/PVF_Tickler.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pvf Tickler';
  src: url('../fonts/PVF_Tickler.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}