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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

a {
  text-decoration: none;
}

.page-wrapper {
  max-width: 1280px;
  height: auto;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
  overflow: visible;
}

.page-wrapper.dankeseite {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.section-header {
  margin-top: 40px;
  display: flex;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.container.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.container.header.metatron {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.header.metatron.dankeseite {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.zitat {
  max-width: 940px;
  padding-top: 0;
}

.header-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding-right: 40px;
  display: flex;
  overflow: visible;
}

.header-content.metatron {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-right: 0;
  position: relative;
}

.header-content.metatron._01 {
  width: 15%;
}

.header-content.metatron._01.dankeseite {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.paragraph {
  color: #8d88d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.paragraph.zitat {
  letter-spacing: 0;
  text-transform: none;
  width: auto;
  margin-top: 0;
  font-family: Boska Variable, Verdana, sans-serif;
  font-size: 72px;
  font-weight: 500;
}

.text-block {
  color: #707070;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.text-block.margin {
  margin-top: 40px;
}

.text-block.contact-form {
  display: block;
}

.header-imagewrapper {
  border-radius: 10px 200px 10px 400px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.header-image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  font-family: Boska Variable, Verdana, sans-serif;
  font-weight: 400;
}

.body {
  color: #707070;
  object-fit: cover;
  object-position: 100% 100%;
  background-color: #f5f0ed;
  border-bottom: 1px solid #8d88d1;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  overflow: visible;
}

.button {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  background-color: #8d88d1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 20px;
  padding: 1px 24px;
  text-decoration: none;
  display: flex;
}

.section-reiki {
  margin-top: 100px;
}

.container-centered {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.author {
  color: #8d88d1;
  text-align: left;
}

.box-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.box-content {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image {
  max-width: 80%;
}

.heading-h2 {
  color: #707070;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
}

.heading-h2.datenschutz {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 28px;
}

.heading-h3 {
  color: #8d88d1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

.section-bach, .section-familienstellen, .section-ueber-mich {
  margin-top: 100px;
}

.section-contact {
  margin-top: 150px;
  padding-top: 0;
  overflow: hidden;
}

.content-wrapper {
  width: auto;
  max-width: none;
  display: block;
  position: relative;
}

.contact-form-wrapper {
  z-index: auto;
  opacity: 1;
  background-color: #8d88d133;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding: 60px;
  display: flex;
  position: relative;
}

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

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

.input {
  background-color: #f4f4f4;
  height: 60px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.input.message {
  height: 120px;
  margin-bottom: 0;
}

.select-field {
  background-color: #f4f4f4;
  margin-bottom: 10px;
  padding-bottom: 8px;
  padding-left: 0;
}

.section-metatron {
  z-index: -10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.section-metatron.header {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  position: static;
}

.metatron {
  opacity: 1;
  width: 140%;
  max-width: none;
  display: inline-block;
}

.metatron.mainpage, .metatron.dankeseite {
  width: 100%;
}

.header-logo-link {
  text-align: center;
  transform-style: preserve-3d;
  margin-left: 0;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-default {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.header-nav-list-item, .header-nav-list-item.hamburger-desktop {
  margin-bottom: 0;
  padding-left: 0;
}

.header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-menu-list.hamburger-desktop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 220px;
  padding-right: 220px;
  list-style-type: none;
}

.header-wrapper {
  background-color: #f5f0ed;
  height: 120px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.header-wrapper.datenschutz {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.header-nav-menu-wrapper {
  display: block;
}

.header-nav-menu-wrapper.hamburger-desktop {
  background-color: #f5f0ed;
  border: 4px #323d4f;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 30px 0% 0;
}

.header-nav-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #707070;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.header-nav-link:hover {
  color: #8d88d1;
  text-decoration: none;
}

.header-nav-link.w--current {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #323d4f;
}

.hamburger-menu-wrapper {
  padding: 0;
}

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

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-bar.bottom, .hamburger-menu-bar.top {
  background-color: #707070;
}

.header-wrapper-2 {
  z-index: auto;
  background-color: #f5f0ed;
  height: auto;
  padding: 20px 0;
  position: static;
  inset: 0% 0% auto;
}

.container-default-2 {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-content-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.de-header {
  z-index: 2;
  border-top: 1px solid #dcddeb;
  border-bottom: 1px solid #dcddeb;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.de-header.datenschutz {
  display: block;
}

.heading-header {
  color: #8d88d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
}

.heading-header.datenschutz {
  text-transform: none;
  margin-top: 220px;
  font-family: Montserrat, sans-serif;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #8d88d1;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  display: flex;
}

.container-footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  margin-left: auto;
  display: block;
}

.block-footer {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.dropdown-titel {
  color: #f4f4f4;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
}

.accordion__content-wrap {
  height: 0%;
  overflow: hidden;
}

.paragraph-2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 1.5em;
}

.paragraph-2.white {
  color: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph-2.white.footer {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.paragraph-2.white.footer.impressum {
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.paragraph-2.white.copyright {
  font-size: 18px;
  font-weight: 400;
}

.accordion-item {
  max-width: 1000px;
}

.accordion__bar-vert {
  background-color: #ababab;
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion__plus-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.accordion__title {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px 0 0;
  font-size: 18px;
  display: flex;
}

.accordion__content {
  margin: 15px 20px 20px;
}

.link {
  color: #707070;
  text-decoration: none;
}

.link.white {
  color: #f4f4f4;
  display: inline;
}

.accordion__bar-hor {
  background-color: #ababab;
  width: 100%;
  height: 2px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #12121299;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_label {
  color: #707070;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 2rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  color: #f6f6f6;
  text-align: center;
  background-color: #8d88d1;
  border: 2px solid #8d88d1;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 0;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-prefs_checkbox-label, .fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  color: #707070;
  border: 1px #323d4f;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_container {
  grid-row-gap: 2rem;
  background-color: #f5f0ed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 28px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-manager_button {
  color: #121212;
  background-color: #8d88d1;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager_trigger, .fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_text-link {
  color: #323d4f;
  border-bottom: 2px solid #8d88d1;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.fs-cc-manager_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_component {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #19191999;
  border-top: 1px solid #4353ff29;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  color: #323d4f;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_close-icon {
  color: #707070;
  width: 1rem;
  height: 1rem;
}

.bold-text {
  font-size: 18px;
  font-weight: 600;
}

.fs-cc-prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_content {
  background-color: #f5f0ed;
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_text {
  color: #707070;
  font-size: 16px;
  line-height: 1.4em;
}

.fs-cc-banner_text {
  color: #616161;
  width: auto;
  font-size: 18px;
  line-height: 1.4em;
}

.fs-cc-prefs_component {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #323d4f;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  position: absolute;
  inset: -20px -20px auto auto;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_component {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.underline {
  text-decoration: underline;
  display: none;
}

.fs-cc-prefs_button {
  color: #f6f6f6;
  background-color: #8d88d1;
  border: 2px solid #8d88d1;
  border-radius: 999rem;
  margin-left: 0;
  padding: .625rem 1.5rem;
  font-size: 16px;
  line-height: 1.5em;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #707070;
  background-color: #fff;
  border-style: solid;
  border-color: #8d88d1;
  font-size: 1rem;
}

.fs-cc-prefs_title {
  color: #707070;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.link-2.datenschutzbestimmung {
  color: #8d88d1;
  margin-left: 0;
  text-decoration: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.go-up-button {
  z-index: 20;
  -webkit-text-stroke-color: white;
  background-color: #d6ced0;
  background-image: url('../images/To-Top-Button-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-right: 0;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.link-block-5 {
  z-index: auto;
  color: #fff1d6;
  background-color: #8d88d1;
  margin-bottom: 20px;
}

.link-block-5.w--current {
  z-index: 999;
}

.image-3 {
  overflow: hidden;
}

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

.section {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section._1 {
  flex-flow: column;
  width: auto;
  max-width: 1400px;
  margin: 60px auto;
}

.top-margin {
  display: block;
}

.heading {
  color: #f6f6f6;
  font-size: 54px;
  font-weight: 400;
  line-height: 76px;
}

.heading.datenschutz {
  color: #8d88d1;
  margin-top: 160px;
  font-size: 38px;
}

.heading.datenschutz.dankeseite {
  margin-top: 0;
}

.heading-3 {
  padding-left: 220px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.heading-3.datenschutz {
  margin-top: 60px;
  padding-left: 0;
  font-weight: 400;
}

.paragraph-3 {
  aspect-ratio: auto;
  color: #f6f6f6;
  text-align: left;
  object-fit: fill;
  width: auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.4em;
  position: static;
  inset: auto 0;
}

.paragraph-3.datenschutz {
  font-size: 18px;
  line-height: 25.2px;
}

.mark {
  width: 8%;
  max-width: none;
}

.header-nav-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #707070;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.header-nav-link-2:hover {
  color: #8d88d1;
  text-decoration: none;
}

.header-nav-link-2.w--current {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #323d4f;
}

.header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 0;
}

.header-logo-link-3 {
  text-align: center;
  transform-style: preserve-3d;
  margin-left: 0;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link-3:hover {
  transform: scale3d(.96, .96, 1.01);
}

.container-default-3 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  width: 30px;
  max-width: 30px;
  height: auto;
}

.div-block-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 100px;
  display: flex;
}

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

.section-hexagon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  margin-top: 120px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section-metatron {
    z-index: auto;
    inset: 0%;
  }

  .fs-cc-banner_component, .fs-cc-prefs_component {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .container.header.metatron {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-content.metatron._01 {
    width: 15%;
  }

  .header-content.metatron._01.dankeseite {
    width: 100%;
  }

  .text-block {
    margin-top: 40px;
  }

  .heading-h2 {
    margin-bottom: 0;
  }

  .heading-h3 {
    margin-top: 25px;
  }

  .section-metatron {
    z-index: -5;
    display: flex;
    overflow: visible;
  }

  .metatron.dankeseite {
    width: 100%;
  }

  .heading-header {
    font-size: 32px;
  }

  .fs-cc-banner_trigger {
    display: none;
  }

  .fs-cc-banner_button {
    background-color: #8d88d1;
    border-color: #8d88d1;
  }

  .fs-cc-banner_close-icon {
    color: #707070;
    -webkit-text-stroke-color: #8d88d1;
    border-bottom-color: #8d88d1;
  }

  .fs-cc-banner_container {
    background-color: #f5f0ed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .fs-cc-manager_button {
    background-color: #8d88d1;
  }

  .fs-cc-manager_trigger, .fs-cc-prefs_submit-hide {
    display: none;
  }

  .fs-cc-banner_text-link {
    border-bottom-color: #8d88d1;
  }

  .fs-cc-banner_component {
    z-index: 998;
    display: none;
  }

  .fs-cc-prefs_close-icon {
    color: #707070;
  }

  .fs-cc-prefs_content {
    background-color: #f5f0ed;
    border: 1px solid #8d88d1;
  }

  .fs-cc-prefs_component {
    display: none;
  }

  .fs-cc-banner_close {
    color: #8d88d1;
    border-bottom-color: #8d88d1;
  }

  .fs-cc-prefs_button {
    background-color: #8d88d1;
    border-color: #8d88d1;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    border-color: #707070;
  }

  .link-block-5 {
    background-color: #8d88d1;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    margin-top: 100px;
    padding-bottom: 40px;
  }

  .page-wrapper.datenschutz {
    margin-top: 140px;
  }

  .page-wrapper.dankeseite {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-header {
    flex-flow: column;
    margin-top: 20px;
  }

  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .container.header {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .container.header.metatron {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container.zitat {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    max-width: 640px;
    padding-top: 0;
  }

  .header-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .header-content.metatron._01.dankeseite {
    justify-content: center;
    align-items: center;
  }

  .title-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .text-block {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-block.margin {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block.contact-form {
    font-size: 14px;
    display: block;
  }

  .text-block.contactform {
    margin-top: 20px;
  }

  .header-imagewrapper {
    order: 1;
    width: 100%;
    height: 500px;
    margin-top: 80px;
    display: block;
  }

  .header-image, .button {
    margin-top: 0;
  }

  .section-title.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .box-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    align-self: auto;
    place-items: center stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-content {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-h2 {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2em;
  }

  .heading-h2.datenschutz {
    text-align: left;
  }

  .heading-h3 {
    margin-top: 10px;
    line-height: 1.2em;
  }

  .section-contact {
    margin-top: 120px;
  }

  .contact-form-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
  }

  .section-metatron {
    display: flex;
    inset: 0%;
    overflow: hidden;
  }

  .section-metatron.header {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section-metatron.header.dankeseite {
    flex-flow: column;
    padding-top: 0;
  }

  .metatron {
    width: 100%;
  }

  .header-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.hamburger-desktop {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-nav-menu-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-menu-list.hamburger-desktop {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-menu-list.datenschutz {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    position: fixed;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-nav-menu-wrapper.hamburger-desktop {
    height: 100vh;
    left: 20px;
    right: 20px;
    overflow: auto;
  }

  .header-nav-menu-wrapper.datenschutz {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .header-nav-link {
    font-weight: 400;
    text-decoration: none;
  }

  .header-nav-link:hover {
    -webkit-text-stroke-width: 0px;
    text-indent: 0;
    white-space: normal;
    border-bottom: 0 #b80f0f;
    text-decoration: none;
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-wrapper-2 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-content-wrapper-2 {
    flex-flow: row;
  }

  .de-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-header {
    letter-spacing: 1.5px;
  }

  .footer {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

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

  .dropdown-titel {
    font-size: 16px;
  }

  .paragraph-2, .paragraph-2.white {
    font-size: 20px;
  }

  .paragraph-2.white.footer.impressum {
    padding-bottom: 0;
    font-size: 15px;
  }

  .paragraph-2.white.copyright {
    font-size: 15px;
    font-weight: 400;
  }

  .accordion__content {
    margin-left: 0;
    margin-right: 0;
  }

  .link {
    cursor: pointer;
  }

  .fs-cc-prefs_label {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_close-icon {
    color: #707070;
    display: block;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-prefs_close-icon {
    color: #707070;
  }

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

  .fs-cc-prefs_text {
    line-height: 1.4em;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_close {
    top: -14px;
    right: -14px;
  }

  .fs-cc-prefs_title {
    font-weight: 600;
  }

  .link-block-3 {
    z-index: 100;
  }

  .link-block-4 {
    z-index: 9990;
  }

  .link-block-5 {
    z-index: 999;
    margin-bottom: 20px;
  }

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

  .heading {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 70px;
  }

  .heading.datenschutz {
    margin-top: 0;
  }

  .paragraph-3 {
    padding-left: 0;
    font-weight: 300;
  }

  .mark {
    width: 9%;
  }

  .header-nav-link-2 {
    font-weight: 400;
    text-decoration: none;
  }

  .header-nav-link-2:hover {
    -webkit-text-stroke-width: 0px;
    text-indent: 0;
    white-space: normal;
    border-bottom: 0 #b80f0f;
    text-decoration: none;
  }

  .header-nav-list-item-2 {
    margin-bottom: 0;
    padding-left: 0;
    overflow: visible;
  }

  .section-hexagon {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    margin-top: 100px;
  }

  .page-wrapper.dankeseite {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 160px;
  }

  .section-header {
    margin-top: 40px;
  }

  .container {
    flex-flow: column;
    margin-top: 0;
    padding-top: 0;
  }

  .container.header {
    margin-top: 0;
    padding-top: 0;
  }

  .container.header.metatron {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.zitat {
    margin-top: 0;
    padding-top: 0;
  }

  .header-content.metatron._01 {
    width: 25%;
    padding-top: 0;
  }

  .title-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }

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

  .text-block.contact-form {
    text-align: left;
    font-size: 12px;
    display: block;
  }

  .text-block.contactform {
    text-align: left;
    font-size: 14px;
  }

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

  .header-imagewrapper {
    margin-top: 80px;
  }

  .section-reiki, .section-reiki.zitat {
    margin-top: 60px;
  }

  .box-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    display: grid;
  }

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

  .heading-h2.datenschutz {
    font-size: 24px;
  }

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

  .section-bach, .section-familienstellen, .section-ueber-mich {
    margin-top: 60px;
  }

  .section-contact {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .section-metatron.header {
    margin-top: 0;
    display: block;
  }

  .metatron {
    width: 100%;
  }

  .header-wrapper.datenschutz {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-nav-menu-wrapper.hamburger-desktop {
    height: 100vh;
  }

  .header-wrapper-2 {
    height: auto;
  }

  .footer, .block-footer {
    justify-content: center;
    align-items: center;
  }

  .dropdown-titel {
    font-size: 16px;
  }

  .paragraph-2, .paragraph-2.white {
    font-size: 18px;
  }

  .paragraph-2.white.footer.impressum {
    font-size: 15px;
  }

  .paragraph-2.white.copyright {
    text-align: center;
    align-self: auto;
    line-height: 1.6em;
  }

  .accordion__content {
    margin-left: 0;
    margin-right: 0;
  }

  .fs-cc-prefs_label {
    font-weight: 600;
  }

  .fs-cc-banner_close-icon {
    color: #707070;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-prefs_space-medium {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    align-self: center;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-prefs_close-icon {
    color: #707070;
  }

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

  .fs-cc-prefs_component {
    display: none;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .link-block-5 {
    margin-bottom: 20px;
  }

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

  .heading {
    text-align: left;
    font-size: 40px;
    line-height: 54px;
  }

  .heading.datenschutz {
    font-size: 34px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .mark {
    width: 12%;
  }

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

  .section-hexagon {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    flex-flow: row;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .page-wrapper.datenschutz {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: block;
  }

  .page-wrapper.dankeseite {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin-top: 140px;
  }

  .section-header {
    margin-top: 20px;
  }

  .container {
    margin-top: 0;
    padding-top: 0;
  }

  .container.header {
    padding-top: 0;
  }

  .container.header.metatron {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.zitat {
    padding-top: 0;
  }

  .header-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
  }

  .header-content.metatron._01 {
    width: 40%;
    padding-top: 0;
  }

  .header-content.metatron._01.dankeseite {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .title-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph.zitat {
    font-size: 46px;
  }

  .text-block {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-block.margin {
    text-align: center;
    margin-top: 20px;
  }

  .text-block.contact-form {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    font-size: 11px;
  }

  .text-block.contactform {
    text-align: center;
    margin-top: 10px;
  }

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

  .header-imagewrapper {
    border-top-right-radius: 75px;
    border-bottom-left-radius: 150px;
    height: 300px;
    margin-top: 60px;
  }

  .header-image {
    object-fit: cover;
    height: 100%;
  }

  .section-reiki, .section-reiki.zitat {
    margin-top: 40px;
  }

  .container-centered {
    margin-top: 0;
    padding-top: 0;
  }

  .author {
    font-size: 14px;
  }

  .box-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .box-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image {
    max-width: 100%;
  }

  .heading-h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.2em;
  }

  .heading-h2.datenschutz {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .heading-h3 {
    text-align: center;
    align-self: auto;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4em;
  }

  .section-bach, .section-familienstellen, .section-familienstellen.zitat, .section-ueber-mich {
    margin-top: 40px;
  }

  .contact-form-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .input {
    height: 60px;
  }

  .input.message {
    height: 80px;
  }

  .select-field {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-metatron {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0%;
    overflow: hidden;
  }

  .section-metatron.header {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .metatron {
    width: 90%;
  }

  .metatron.dankeseite {
    width: 70%;
  }

  .header-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.hamburger-desktop {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .header-nav-menu-list.hamburger-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .header-nav-menu-list.datenschutz {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .header-wrapper {
    height: 90px;
    position: fixed;
  }

  .header-wrapper.datenschutz {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .header-nav-menu-wrapper.hamburger-desktop {
    height: 100vh;
    display: block;
    overflow: auto;
  }

  .header-nav-link {
    display: flex;
  }

  .header-nav-link:hover {
    color: #8d88d1;
    text-decoration: none;
  }

  .hamburger-menu-bar.bottom, .hamburger-menu-bar.top {
    width: 38px;
  }

  .header-wrapper-2 {
    height: auto;
    padding: 20px 0;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .de-header {
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-header.datenschutz {
    font-size: 24px;
  }

  .footer {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block-footer {
    width: auto;
  }

  .dropdown-titel {
    font-size: 16px;
  }

  .paragraph-2 {
    margin-bottom: 40px;
  }

  .paragraph-2.white.footer {
    letter-spacing: .5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .paragraph-2.white.footer.impressum {
    text-align: center;
    font-size: 12.2px;
    overflow: visible;
  }

  .paragraph-2.white.copyright {
    justify-content: space-between;
    width: auto;
    font-size: 12px;
    display: block;
  }

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

  .accordion__plus-wrapper {
    margin-top: 0;
    margin-left: 20px;
  }

  .accordion__title {
    padding-right: 0;
  }

  .accordion__content {
    margin-left: 0;
    margin-right: 0;
  }

  .fs-cc-prefs_label {
    font-size: 14px;
    font-weight: 700;
  }

  .fs-cc-banner_trigger {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close-icon {
    color: #707070;
    display: block;
  }

  .fs-cc-banner_container {
    grid-row-gap: 1rem;
    display: flex;
  }

  .fs-cc-prefs_space-medium {
    align-items: stretch;
  }

  .fs-cc-banner_component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .fs-cc-prefs_close-icon {
    color: #707070;
  }

  .bold-text {
    font-size: 14px;
    font-weight: 700;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_text {
    font-size: 14px;
  }

  .fs-cc-banner_text {
    font-size: 16px;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
    display: none;
  }

  .fs-cc-banner_close {
    position: absolute;
    bottom: auto;
    left: auto;
  }

  .fs-cc-manager_component {
    display: block;
    top: auto;
  }

  .fs-cc-prefs_button {
    text-align: center;
    flex: 1;
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    color: #707070;
    margin-bottom: 0;
    padding-left: 1rem;
  }

  .fs-cc-prefs_title {
    color: #707070;
    font-size: 16px;
    font-weight: 700;
  }

  .link-block-5 {
    z-index: 998;
    margin-bottom: 20px;
  }

  .link-block-5.w--current {
    background-color: #f6f6f6;
  }

  .section._1 {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: visible;
  }

  .top-margin {
    flex-flow: column;
    display: block;
    overflow: hidden;
  }

  .heading {
    max-width: none;
    margin-top: 20px;
    font-size: 40px;
    line-height: 54px;
  }

  .heading.datenschutz {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .heading-3.datenschutz {
    font-size: 26px;
    line-height: 1.4em;
  }

  .paragraph-3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-3.datenschutz {
    flex-flow: column;
    width: auto;
    max-width: none;
    padding-right: 0;
    font-size: 16px;
    display: block;
    overflow: visible;
  }

  .mark {
    width: 16%;
  }

  .header-nav-link-2 {
    display: flex;
  }

  .header-nav-link-2:hover {
    color: #8d88d1;
    text-decoration: none;
  }

  .header-nav-link-2.w--current {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    color: #707070;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-hexagon {
    margin-top: 30px;
  }
}

#w-node-_5e172f6a-188f-40c1-1376-2d19e5e5ef95-6eb80168 {
  place-self: center;
}

#w-node-_5e172f6a-188f-40c1-1376-2d19e5e5ef9f-6eb80168 {
  justify-self: center;
}

#w-node-_5fe49260-aae6-f54f-4e54-412e81b3e57d-6eb80168 {
  place-self: center;
}

#w-node-_5fe49260-aae6-f54f-4e54-412e81b3e58a-6eb80168 {
  order: -9999;
  justify-self: center;
}

#w-node-_9207b2c6-b02c-5ce4-dc49-7d9157a42f03-6eb80168 {
  place-self: center;
}

#w-node-_9207b2c6-b02c-5ce4-dc49-7d9157a42f0d-6eb80168 {
  justify-self: center;
}

#w-node-_58fde885-bede-5393-bfb6-fea6ee97f817-6eb80168 {
  place-self: center;
}

#w-node-_9159ca26-e9bf-21a9-5de8-d863d0e4ab15-6eb80168 {
  order: -9999;
  justify-self: center;
}

#w-node-a12ad1d2-b03d-e011-5ffa-23688cb2a9ed-6eb80168 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Kommentarfeld.w-node-ef85c891-e77d-9fab-7cb7-e747661bee3d-6eb80168 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_7b67cceb-a532-ec75-ce04-ad4b822e04c7-6eb80168 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5e172f6a-188f-40c1-1376-2d19e5e5ef9f-6eb80168, #w-node-_5fe49260-aae6-f54f-4e54-412e81b3e58a-6eb80168, #w-node-_9207b2c6-b02c-5ce4-dc49-7d9157a42f0d-6eb80168, #w-node-_9159ca26-e9bf-21a9-5de8-d863d0e4ab15-6eb80168 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e172f6a-188f-40c1-1376-2d19e5e5ef9f-6eb80168, #w-node-_5fe49260-aae6-f54f-4e54-412e81b3e58a-6eb80168, #w-node-_9207b2c6-b02c-5ce4-dc49-7d9157a42f0d-6eb80168, #w-node-_9159ca26-e9bf-21a9-5de8-d863d0e4ab15-6eb80168 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e172f6a-188f-40c1-1376-2d19e5e5ef9f-6eb80168, #w-node-_5fe49260-aae6-f54f-4e54-412e81b3e58a-6eb80168, #w-node-_9207b2c6-b02c-5ce4-dc49-7d9157a42f0d-6eb80168, #w-node-_9159ca26-e9bf-21a9-5de8-d863d0e4ab15-6eb80168 {
    order: -9999;
  }

  #Vorname.w-node-_7b67cceb-a532-ec75-ce04-ad4b822e04c3-6eb80168 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #Name.w-node-_7b67cceb-a532-ec75-ce04-ad4b822e04c6-6eb80168 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #E-mail.w-node-f626e3e4-b81d-0b57-7223-8d6cccddb373-6eb80168 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #Mobile.w-node-_71924b0e-f4f1-a9fd-7248-485532f14e28-6eb80168 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #Kommentarfeld.w-node-ef85c891-e77d-9fab-7cb7-e747661bee3d-6eb80168 {
    grid-area: 6 / 1 / 7 / 3;
  }
}


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