:root {
  --pale-violet-red: #d187b2;
  --pale-green: #adffb9;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 75px;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-size: 17px;
}

a {
  color: #444;
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.container.navbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container.footer-container {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.nav-menu {
  align-items: center;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #d187b2;
  padding: 15px 49px;
  font-size: 20px;
}

.button.atf-button {
  background-color: var(--pale-violet-red);
  margin-top: 60px;
  font-size: 20px;
}

.button.navbar-button {
  border-radius: 10px;
  padding: 10px 35px;
  font-size: 15px;
}

.button.pers-behandlung {
  margin-top: 60px;
  margin-bottom: 5px;
  display: block;
}

.button.pers-behandlung.grow {
  border-radius: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.above-the-fold {
  background-image: linear-gradient(to right, #fffc, #fff0), url('../images/atf.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 200px;
  padding-bottom: 160px;
}

.body {
  color: #333;
}

.heading {
  padding-top: 220px;
}

.atf-textblock {
  font-size: 30px;
  line-height: 120%;
}

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

.center.grow {
  line-height: 120%;
}

.bermich-image.grow {
  border-radius: 10px;
  box-shadow: 1px 1px 40px #0006;
}

.flexbox {
  align-items: center;
  display: flex;
}

.seperator {
  background-color: var(--pale-green);
  width: 200px;
  height: 5px;
  margin: 40px auto;
}

.ber-mich-2 {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.container-small {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.yogakurse {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/yoga.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.align-center.grow {
  margin-bottom: 20px;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.white-block {
  background-color: #fff;
  padding: 40px;
  box-shadow: 3px 3px 20px -2px #444444b3;
}

.white-block.grow {
  color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.white-block.grow._2 {
  padding: 30px;
}

.div-block-3 {
  background-color: var(--pale-green);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: block;
  position: relative;
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kontakt {
  background-image: url('../images/kontakt.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  background-color: #fff;
}

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

.html-embed {
  border-radius: 10px;
  overflow: hidden;
}

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

.footer-link {
  color: #444;
}

.margin-right {
  margin-right: 20px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-2 {
  width: 50px;
}

.div-block-7 {
  margin-bottom: 40px;
  overflow: hidden;
}

.div-block-8 {
  background-color: #adffb980;
  padding: 20px;
  display: none;
}

.nav-bar-link {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-bar-link.w--current {
  color: #444;
}

.grow.asdf {
  margin-bottom: 10px;
}

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

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

.headline {
  padding-top: 100px;
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.div-block-9 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  width: 30px;
  margin-right: 10px;
}

.div-block-11 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bold-text {
  display: block;
}

.title {
  color: var(--pale-violet-red);
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.dropdown {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.dropdown-list {
  background-color: var(--pale-green);
  width: 100%;
  transition: all .4s;
  display: block;
  position: relative;
}

.dropdown-list.w--open {
  background-color: var(--pale-green);
  position: relative;
}

.dropdown-list.w--open:hover {
  height: auto;
}

.div-block-12 {
  padding: 20px 30px;
}

.link {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

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

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.basenfasten {
  color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/ella-olsson-KPDbRyFOTnE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragraph-7 {
  text-align: center;
}

.div-block-16 {
  max-width: 820px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16._2 {
  max-width: 700px;
}

.div-block-16._2._3 {
  margin-bottom: 0;
}

.body-2 {
  color: #000;
}

.human-therapie {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/img-topslider-1920x1080-3.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.link-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}

.link-2.dark {
  color: #000;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

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

.heading-3 {
  margin-bottom: 40px;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  height: 180px;
  display: flex;
}

.image-4 {
  border-radius: 10px;
  width: 200px;
  box-shadow: 1px 1px 20px #0000004f;
}

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

.div-block-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.div-block-23 {
  max-width: 500px;
}

.heading-4 {
  white-space: normal;
  max-width: 90%;
}

.frage-section {
  display: none;
}

.link-3 {
  color: #005eff;
}

.image-5 {
  width: 340px;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-8 {
  color: #000;
  margin-bottom: 20px;
}

.text-block-3 {
  margin-top: 10px;
}

.div-block-25 {
  margin-top: 40px;
}

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

.text-block-4 {
  font-size: 18px;
}

.text-span-2 {
  text-decoration: underline;
}

.cookies {
  z-index: 4;
  background-color: #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookies:hover {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: 0;
  line-height: 35px;
}

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

.dsgvo {
  color: #fff;
  background-color: #2a3138;
  margin-right: 4px;
  padding: 3px 5px;
}

.dsgvo:hover {
  color: #ddd;
  background-color: #2a3138cc;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .button.navbar-button {
    padding: 20px;
  }

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

  .title {
    font-size: 20px;
    line-height: 30px;
  }
}

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

  .above-the-fold {
    background-image: linear-gradient(#fff9, #fff9), url('../images/atf.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .atf-textblock {
    font-size: 20px;
  }

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

  .div-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2 {
    font-size: 10vw;
  }

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

  .div-block-22 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .heading-4 {
    white-space: normal;
    font-size: 17px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
  }

  .container.footer-container {
    flex-direction: column;
    align-items: center;
  }

  .button.pers-behandlung.grow {
    margin-left: auto;
    margin-right: auto;
  }

  .above-the-fold {
    background-image: linear-gradient(#fff9, #fff9), url('../images/atf.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 74px;
    padding-bottom: 0;
  }

  .bermich-image {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .flexbox {
    flex-direction: column;
  }

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

  .kontakt {
    background-position: 50%;
  }

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

  .heading-2 {
    font-size: 12vw;
  }

  .paragraph-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .headline {
    padding-top: 0;
  }

  .human-therapie {
    overflow: hidden;
  }
}

#w-node-_28d3708f-6a68-fd0c-d4eb-a27e57d80940-06b0c569 {
  align-self: end;
}

#w-node-bb4af317-7cfe-1e9b-60ab-33b1cb20feeb-06b0c569 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e827f5a1-1a83-99cf-9911-8dd3251ccb00-06b0c569 {
  grid-area: 1 / 2 / 4 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-bb4af317-7cfe-1e9b-60ab-33b1cb20feeb-06b0c569 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e827f5a1-1a83-99cf-9911-8dd3251ccb00-06b0c569 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}


