h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  color: #2c2c2c;
  text-decoration: underline;
  cursor: pointer;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/bg-noise-high-key.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/bg-noise-high-key.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat;
  font-family: Lato, sans-serif;
  color: #585858;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  min-height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover {
  font-weight: 400;
}

.nav-link.w--current {
  font-weight: 700;
}

.nav-link.thera {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.sec1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  min-height: 80vh;
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.sec2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #585858;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.text-block {
  font-size: 11px;
  line-height: 12px;
  text-align: right;
}

.paragraph {
  width: 42%;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.paragraph.s3 {
  width: 100%;
  margin-bottom: 0px;
}

.paragraph.after {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0px;
}

.paragraph.middle {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 700;
}

.img-s1 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 50%;
  height: 36vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.img-s1.i-p {
  background-image: none;
}

.img-s1.gp {
  height: 40vw;
  background-image: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.img-s1.vp {
  height: 40vw;
  background-image: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.img-s1.emdr {
  position: static;
  width: 100%;
  background-image: none;
}

.img-s1.emdr._2 {
  height: 10vw;
  margin-top: 30px;
}

.sec3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  margin-top: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec3.last {
  margin-bottom: 140px;
}

.div-block {
  width: 42%;
}

.heading-3 {
  margin-top: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
}

.sec4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  margin-top: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kontakt-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  margin-top: 140px;
  padding-top: 25vh;
  padding-bottom: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.button {
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #292929;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  cursor: pointer;
}

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  padding-top: 50px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.impressum {
  margin-left: 25px;
  text-decoration: none;
}

.logo-wrapper {
  text-decoration: none;
  cursor: pointer;
}

.kon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  min-height: 80vh;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-kontakt {
  width: 90vw;
  max-width: 800px;
}

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.input-kontakt {
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 4px;
  text-align: center;
}

.text-kontakt {
  min-height: 160px;
  text-align: center;
}

.submit-kontakt {
  width: 90vw;
  max-width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px;
  background-color: #353535;
}

.div-block-3 {
  display: block;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-2 {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-right: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mob-nav-trigger {
  display: none;
}

.imp-wrapper {
  width: 90vw;
  max-width: 1300px;
  min-height: 60vh;
  margin-top: 60px;
  font-size: 16px;
  line-height: 24px;
}

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

.therapie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1300px;
  min-height: 80vh;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.therapie-wrapper.end {
  min-height: auto;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-3 {
  width: 90%;
  max-width: 450px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.paragraph-3.end {
  max-width: 650px;
  margin-top: -15px;
}

.heading-4 {
  margin-bottom: 10px;
}

.therapie-sec1 {
  width: 90vw;
  max-width: 1300px;
  min-height: 80vh;
  margin-bottom: 100px;
}

.therapie-sec1._3 {
  margin-bottom: 0px;
}

.link {
  margin-right: 25px;
  margin-left: 25px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wd {
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.dd {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  position: absolute;
  top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.link-2 {
  display: block;
  width: 100%;
  padding: 10px 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.link-2:hover {
  background-color: #f1f1f1;
}

.h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
}

.list-item {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.list {
  padding-left: 20px;
}

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

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

.div-block-8 {
  margin-left: auto;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-2 {
  width: 120px;
}

.maps {
  width: 90vw;
  max-width: 600px;
  min-height: 250px;
  margin-bottom: 15px;
}

.div-block-9 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 50%;
}

.overlay-logo {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 94.5%, 0.31);
}

.logo-brand {
  width: 60%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-brand.vrk {
  max-width: 200px;
  margin-top: 0px;
}

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

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

@media screen and (min-width: 1440px) {
  .nav {
    max-width: 1450px;
  }
  .nav-link {
    font-size: 17px;
  }
  .sec1 {
    max-width: 1450px;
  }
  .sec2 {
    max-width: 1450px;
  }
  .heading {
    font-size: 40px;
    line-height: 56px;
  }
  .paragraph.s3 {
    font-size: 20px;
    line-height: 30px;
  }
  .sec3 {
    max-width: 1450px;
  }
  .sec3.last {
    padding-top: 140px;
  }
  .heading-3 {
    font-size: 42px;
    line-height: 46px;
  }
  .sec4 {
    max-width: 1450px;
  }
  .kontakt-cta {
    max-width: 1450px;
  }
  .footer {
    max-width: 1450px;
  }
  .impressum {
    font-size: 16px;
  }
  .therapie-wrapper {
    max-width: 1450px;
    margin-bottom: 0px;
  }
  .paragraph-3.end {
    max-width: 800px;
    font-size: 18px;
    line-height: 26px;
  }
  .therapie-sec1 {
    margin-bottom: 0px;
    padding-top: 140px;
  }
  .therapie-sec1._2 {
    padding-top: 140px;
  }
  .therapie-sec1._3 {
    padding-top: 140px;
  }
  .wd {
    font-size: 12px;
  }
  .link-2 {
    font-size: 15px;
  }
  .link-2:hover {
    background-color: #f1f1f1;
    color: #2c2c2c;
  }
  .list-item {
    font-size: 18px;
    line-height: 26px;
  }
  .image-2 {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .sec2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .paragraph {
    width: 100%;
  }
  .img-s1 {
    position: relative;
    top: 0px;
    width: 100%;
    max-height: none;
    min-height: 60vw;
    margin-bottom: 30px;
  }
  .sec3 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sec4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-9 {
    position: relative;
    top: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 38px;
  }
  .nav-link {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 40px;
  }
  .nav-link.thera.w--current {
    position: relative;
  }
  .sec1 {
    margin-bottom: 60px;
  }
  .heading {
    width: 90%;
    font-size: 28px;
    line-height: 38px;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
  .text-block {
    font-size: 9px;
  }
  .paragraph.s3 {
    font-size: 16px;
    text-align: center;
  }
  .paragraph.after {
    font-size: 16px;
    text-align: center;
  }
  .paragraph.middle {
    font-size: 16px;
    text-align: center;
  }
  .sec3 {
    margin-top: 60px;
  }
  .div-block {
    text-align: center;
  }
  .sec4 {
    margin-top: 60px;
  }
  .kontakt-cta {
    margin-top: 60px;
  }
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-height: 60vh;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .mob-nav-trigger {
    position: relative;
    z-index: 101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .lottie-animation {
    position: absolute;
    width: 260px;
    height: 260px;
  }
  .therapie-sec1 {
    margin-bottom: 0px;
  }
  .therapie-sec1._2 {
    margin-bottom: 60px;
  }
  .therapie-sec1._3 {
    margin-bottom: 60px;
  }
  .dd {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-6 {
    position: relative;
    top: 0px;
    display: none;
    min-height: 160px;
  }
  .link-2 {
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
  }
  .list {
    padding-left: 0px;
    list-style-type: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 40px;
  }
  .heading {
    width: 90%;
    font-size: 22px;
    line-height: 32px;
  }
  .paragraph.after {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph.middle {
    font-size: 14px;
    line-height: 22px;
  }
  .heading-3 {
    font-size: 26px;
  }
  .navbar {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mob-nav-trigger {
    z-index: 101;
  }
  .h4 {
    font-size: 22px;
  }
}

#w-node-f69b43d5574c-501ede40 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-18afa0f742ee-501ede40 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-fa94f716c1d4-501ede40 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-e988aa67ddda-501ede40 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

