.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

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

.no-scroll {
  overflow: hidden;
  background-color: #f8ead9;
  line-height: 135%;
}

.starter {
  z-index: 5;
  height: 100vh;
}

.intro-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 15% 8%;
  -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: #f8ead9;
}

.headline {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'The Season', sans-serif;
  color: #000;
  font-size: 3.8vw;
  line-height: 1.1;
  font-weight: 300;
}

.headline.wilkommentext {
  width: 60%;
}

.headline.spacing {
  margin-bottom: 30px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #f8ead9;
}

.head-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding: 7% 5% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  margin-left: 10px;
  font-family: 'The Season', sans-serif;
  font-size: 2.75vh;
  line-height: 110%;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 18px 10px 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.brand.w--current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link_type {
  padding: 0px 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 300;
  text-decoration: none;
}

.link_type:hover {
  text-decoration: underline;
}

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

.link_type.ende {
  padding-right: 0px;
}

.link_type.second {
  padding-right: 0px;
  line-height: 1.3;
}

.link_type.first:hover {
  text-decoration: underline;
}

.nav-menu {
  padding-right: 0%;
}

.image {
  position: absolute;
  left: 12%;
  top: 3%;
  right: auto;
  bottom: auto;
  width: 29%;
}

.wilkommenbildhalter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.person-section {
  position: relative;
  min-height: 100vh;
  padding: 7% 5% 10%;
  background-color: #f8ead9;
}

.zumeinerperson {
  position: relative;
  width: 60%;
  margin-top: 3%;
  float: right;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 300;
}

.image-4 {
  position: relative;
  z-index: 1;
  width: 50vw;
  height: 100%;
  float: left;
}

.zumeiner-person-img-block {
  height: 100%;
  margin-top: 5%;
  float: left;
  clear: both;
}

.color-hinter-bild {
  width: 100%;
  height: 33.5vw;
  background-color: #e26b42;
  -webkit-transform: translate(30px, 30px);
  -ms-transform: translate(30px, 30px);
  transform: translate(30px, 30px);
}

.vita-section {
  min-height: 100vh;
  padding: 7% 5% 5%;
  background-color: #f8ead9;
}

.grid {
  margin-top: 1%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.vitabox {
  padding: 20px 18px 35px;
  background-color: #e26b42;
}

.vitabox.left {
  padding-bottom: 35px;
}

.vitabox.mitte {
  padding-bottom: 20px;
}

.vitabox.rechts {
  padding-top: 20px;
  padding-bottom: 30px;
}

.vitabox.diagnostik-grid {
  padding-bottom: 20px;
}

.flie-text-bold {
  font-family: Roboto, sans-serif;
  color: #f8ead9;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 700;
}

.in-box-tete {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  color: #f8ead9;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 300;
}

.vite-unterschrift {
  margin-top: 2%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 300;
}

.image-5 {
  width: 4.5vw;
  height: 100%;
}

.cleaner-flex-for-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.behandlungsmethoden-section {
  display: block;
  min-height: 100vh;
  padding: 5%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f8ead9;
}

.akkordion-wrapper {
  width: 100%;
  background-color: #e26b42;
}

.akkordion-trigger {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 1vw;
  -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;
  border-top: 2px solid #f8ead9;
  border-bottom: 2px none #e26b42;
  cursor: pointer;
}

.methoden-name {
  font-family: Roboto, sans-serif;
  color: #f8ead9;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 300;
  text-transform: none;
}

.plus {
  font-family: Roboto, sans-serif;
  color: #f8ead9;
  font-size: 2vw;
  font-weight: 300;
}

.akkordion-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.akkordion-flie-text {
  width: 55%;
  margin-top: 0vh;
  margin-bottom: 6vh;
  font-family: Roboto, sans-serif;
  color: #f8ead9;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 300;
}

.akkordion {
  padding-top: 5vh;
}

.kontakt-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 7% 5% 0%;
  -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;
  background-color: #f8ead9;
}

.kontakt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.kontakt-text {
  font-family: Roboto, sans-serif;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 300;
}

.kontakt-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.link {
  display: inline-block;
  padding: 0.25vw 1vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: #f8ead9;
  border-radius: 20px;
  background-color: #e26b42;
  font-family: Roboto, sans-serif;
  color: #f8ead9;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
}

.impressum-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8vh;
  margin-bottom: 8vh;
  padding-right: 0%;
  padding-bottom: 0vh;
  padding-left: 2%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flie-text {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1.45vw;
  line-height: 1.35;
  font-weight: 300;
  text-decoration: none;
}

.flie-text.spacing-top {
  width: 60%;
  margin-top: 5vh;
}

.body-bg {
  background-color: #f8ead9;
}

.impressum-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 5%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flie-text-wrapper {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.diagnostik-section {
  display: block;
  min-height: 100vh;
  padding: 7% 5% 5%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f8ead9;
}

.grid-diagnostik {
  margin-top: 3%;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.flie-text-diagnostik {
  font-family: Roboto, sans-serif;
  color: #f8ead9;
  font-size: 1.45vw;
  line-height: 1.3;
  font-weight: 300;
  text-decoration: none;
}

.startbild-img-box {
  position: relative;
  height: 100%;
}

.map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 65vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 5%;
  width: 26%;
}

.bg-for-all {
  background-color: #f8ead9;
}

.slider-head {
  position: relative;
  z-index: 16;
  display: block;
  width: 45vw;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon {
  margin-left: 15px;
  color: #f8ead9;
  font-size: 40px;
}

.icon-2 {
  margin-right: 15px;
  color: #f8ead9;
  font-size: 40px;
}

.slide-nav {
  display: none;
  color: #f8ead9;
  font-size: 10px;
}

.slider-image {
  width: 100%;
  height: 100%;
  max-width: none;
}

.space-div {
  display: none;
}

.colorblcl-hinter-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 45vw;
  height: 100%;
  background-color: #e26b42;
  -webkit-transform: translate(30px, 30px);
  -ms-transform: translate(30px, 30px);
  transform: translate(30px, 30px);
}

.starter-mobile {
  display: none;
}

.bold-text-6 {
  font-weight: 500;
}

.bold-text-7 {
  font-weight: 500;
}

.bold-text-8 {
  font-weight: 500;
}

.bold-text-9 {
  font-weight: 500;
}

.bold-text-10 {
  font-weight: 500;
}

.bold-text-11 {
  font-weight: 500;
}

.bold-text-13 {
  font-weight: 500;
}

.bold-text-14 {
  font-weight: 500;
}

.karte {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.lottie-animation-2 {
  height: 100vh;
}

.bold-text-15 {
  font-weight: 500;
}

.bold-text-16 {
  font-weight: 500;
}

.bold-text-17 {
  font-weight: 500;
}

.bold-text-18 {
  font-weight: 500;
}

.bold-text-19 {
  font-weight: 500;
}

.bold-text-20 {
  font-weight: 500;
}

.bold-text-21 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .intro-section {
    margin-top: 25%;
    margin-bottom: 25%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .headline {
    font-size: 4.5vw;
    line-height: 1.2;
  }

  .headline.wilkommentext {
    width: 80%;
    font-size: 6vw;
  }

  .headline.spacing {
    margin-bottom: 0px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    padding-left: 2%;
    -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;
  }

  .head-section {
    padding-top: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.w--current {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .link_type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 19.5vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
    -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;
    border-bottom: 1px solid #e26b42;
    font-size: 1.75em;
  }

  .link_type.second.footer {
    border-bottom-style: none;
  }

  .link_type.first {
    border-top: 1px solid #e26b42;
    font-size: 1.75em;
  }

  .link_type.footer {
    height: 10vh;
    border-bottom-style: none;
    font-size: 2.25vw;
  }

  .nav-menu {
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -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;
    background-color: #f8ead9;
  }

  .image {
    top: 0%;
    width: 50vw;
  }

  .wilkommenbildhalter {
    margin-top: 10%;
  }

  .zumeinerperson {
    width: 80%;
    margin-top: 6%;
    font-size: 2.25vw;
  }

  .zumeiner-person-img-block {
    margin-top: 10%;
  }

  .color-hinter-bild {
    -webkit-transform: translate(25px, 25px);
    -ms-transform: translate(25px, 25px);
    transform: translate(25px, 25px);
  }

  .grid {
    margin-top: 5%;
  }

  .vitabox.rechts {
    padding-bottom: 20px;
  }

  .flie-text-bold {
    font-size: 2.25vw;
  }

  .in-box-tete {
    font-size: 2.25vw;
  }

  .vite-unterschrift {
    font-size: 2vw;
  }

  .image-5 {
    width: 8vw;
  }

  .cleaner-flex-for-space {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .akkordion-trigger {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .methoden-name {
    font-size: 2.25vw;
  }

  .plus {
    font-size: 3.5vw;
  }

  .akkordion-flie-text {
    width: 70%;
    margin-bottom: 4vh;
    font-size: 2.25vw;
  }

  .kontakt-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .kontakt-text {
    font-size: 2.25vw;
  }

  .kontakt-text-wrapper {
    -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;
  }

  .link {
    display: inline-block;
    padding: 0.25vh 1vw 0.25px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 2.25vw;
    text-align: center;
    white-space: nowrap;
  }

  .impressum-wrapper {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-right: 0%;
    padding-bottom: 0vh;
  }

  .flie-text.spacing-top {
    width: 80%;
    font-size: 2.25vw;
  }

  .text-wrapper {
    display: block;
    -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;
  }

  .flie-text-diagnostik {
    font-size: 2.25vw;
  }

  .flie-text-diagnostik.big {
    font-size: 2.25vw;
  }

  .map {
    width: 55vw;
  }

  .image-6 {
    bottom: 0%;
    width: 50vw;
  }

  .slider-head {
    z-index: 10;
    width: auto;
    margin-top: 10vh;
  }

  .space-div {
    display: block;
    width: 40vw;
  }

  .icon-3 {
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 300;
  }

  .menu-button {
    background-color: transparent;
  }

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

  .bold-text {
    color: #f8ead9;
    line-height: 1.8;
  }

  .bold-text-3 {
    line-height: 1.8;
  }

  .bold-text-4 {
    line-height: 1.8;
  }

  .bold-text-5 {
    line-height: 1.8;
  }

  .colorblcl-hinter-slider {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    margin-top: 10vh;
  }

  .karte {
    margin-left: -34vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }
}

@media screen and (max-width: 767px) {
  .intro-section {
    min-height: auto;
  }

  .link_type {
    font-size: 1.5em;
  }

  .link_type.first {
    font-size: 1.5em;
  }

  .image {
    display: none;
  }

  .person-section {
    min-height: auto;
  }

  .zumeinerperson {
    font-size: 3vw;
  }

  .image-4 {
    width: 60vw;
  }

  .color-hinter-bild {
    height: 40vw;
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }

  .vita-section {
    min-height: auto;
  }

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

  .vitabox.left {
    padding-bottom: 25px;
  }

  .flie-text-bold {
    font-size: 3vw;
  }

  .in-box-tete {
    font-size: 3vw;
  }

  .vite-unterschrift {
    font-size: 3vw;
  }

  .behandlungsmethoden-section {
    min-height: auto;
  }

  .methoden-name {
    font-size: 3vw;
  }

  .plus {
    font-size: 5vw;
  }

  .akkordion-content {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .akkordion-flie-text {
    width: 80%;
    font-size: 3vw;
  }

  .kontakt-wrapper {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kontakt-text {
    font-size: 3vw;
  }

  .kontakt-text-wrapper {
    height: auto;
  }

  .link {
    font-size: 3vw;
  }

  .impressum-wrapper {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-right: 0%;
    padding-left: 0%;
  }

  .flie-text.spacing-top {
    width: 100%;
    font-size: 3vw;
  }

  .text-wrapper {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .diagnostik-section {
    min-height: auto;
  }

  .grid-diagnostik {
    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;
  }

  .flie-text-diagnostik {
    font-size: 3vw;
  }

  .flie-text-diagnostik.big {
    font-size: 3vw;
  }

  .map {
    width: 100%;
  }

  .image-6 {
    display: none;
  }

  .space-div {
    width: 45vw;
  }

  .colorblcl-hinter-slider {
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }

  .starter-mobile {
    display: none;
  }

  .karte {
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }
}

@media screen and (max-width: 479px) {
  .starter {
    display: none;
  }

  .intro-section {
    min-height: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .headline {
    font-size: 8vw;
  }

  .headline.wilkommentext {
    width: auto;
    font-size: 8vw;
  }

  .headline.spacing {
    font-size: 10vw;
  }

  .navbar {
    height: 10%;
    margin-bottom: 0vh;
    padding-bottom: 0vh;
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .head-section {
    position: relative;
    min-height: 80vh;
    padding-top: 15%;
  }

  .logo-text {
    display: none;
    font-size: 3vh;
  }

  .brand {
    padding-left: 18px;
  }

  .brand.w--current {
    padding-top: 0vh;
    padding-bottom: 0vh;
    padding-left: 18px;
  }

  .link_type {
    height: 16%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 6.5vw;
  }

  .link_type.first {
    height: 15%;
    font-size: 6.5vw;
  }

  .link_type.footer {
    height: 15vh;
    font-size: 1.2em;
  }

  .nav-menu {
    padding-top: 3vh;
  }

  .image {
    top: 10%;
    display: none;
    width: 70vw;
  }

  .wilkommenbildhalter {
    position: relative;
    height: 100%;
    margin-top: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .person-section {
    padding-top: 25%;
  }

  .zumeinerperson {
    width: 100%;
    font-size: 1.2em;
  }

  .image-4 {
    width: 80vw;
  }

  .zumeiner-person-img-block {
    position: relative;
  }

  .color-hinter-bild {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }

  .vita-section {
    padding-top: 20%;
  }

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

  .flie-text-bold {
    font-size: 1.2em;
  }

  .in-box-tete {
    font-size: 1.2em;
  }

  .vite-unterschrift {
    font-size: 5vw;
  }

  .image-5 {
    width: 16vw;
  }

  .behandlungsmethoden-section {
    padding-top: 25%;
  }

  .akkordion-trigger {
    padding-right: 4vw;
  }

  .methoden-name {
    font-size: 1.2em;
  }

  .plus {
    font-size: 2em;
  }

  .akkordion-content {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .akkordion-flie-text {
    width: 100%;
    font-size: 1.2em;
  }

  .akkordion {
    padding-top: 5%;
  }

  .kontakt-section {
    padding-top: 25%;
  }

  .kontakt-wrapper {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kontakt-text {
    font-size: 1.2em;
  }

  .kontakt-text-wrapper {
    height: auto;
  }

  .link {
    padding: 0.5vh 2vw 0.5px;
    font-size: 1.2em;
  }

  .impressum-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0vh;
    margin-bottom: 0vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flie-text.spacing-top {
    font-size: 5vw;
  }

  .text-wrapper {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .impressum-section {
    padding-top: 10%;
  }

  .diagnostik-section {
    padding-top: 25%;
  }

  .grid-diagnostik {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flie-text-diagnostik {
    font-size: 1.2em;
  }

  .flie-text-diagnostik.big {
    font-size: 1.25em;
  }

  .map {
    width: 100%;
    height: 55vh;
  }

  .html-embed {
    display: none;
  }

  .image-6 {
    bottom: 15%;
    display: none;
    width: 70vw;
  }

  .slider-head {
    z-index: 16;
    display: block;
    width: 80vw;
    margin-top: 0vh;
  }

  .icon {
    font-size: 18px;
  }

  .icon-2 {
    font-size: 18px;
  }

  .slide-nav {
    font-size: 8px;
  }

  .space-div {
    display: block;
    width: 50vw;
  }

  .icon-3 {
    border-radius: 20px;
  }

  .menu-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-button.w--open {
    padding: 18px;
  }

  .colorblcl-hinter-slider {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 100%;
    margin-top: 0vh;
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }

  .starter-mobile {
    display: block;
    width: 100%;
    height: 100vh;
  }

  .karte {
    -o-object-position: 90% 50%;
    object-position: 90% 50%;
  }

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

  .lottie-animation {
    height: 100vh;
  }
}

#w-node-_81220f94-c92e-8634-2664-7a78a2e5e580-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90221c73-ec87-5e53-27ca-bfa4179fbff6-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4fdfc211-8ed2-31d1-3a0e-371dd7d58937-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca4845a0-4062-0f10-5c49-c104b4f85f6c-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3dd33fbb-3dc1-3184-a278-e1d7c92c98fd-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d714c58a-d290-5ac8-3343-79eda9a8bbb9-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1210cf4-aee5-2d35-bafd-9f3106707cd6-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33e8238d-4090-ebc8-8eab-7c857a1234dd-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ba2e354-56fe-316b-ee80-b293a7be0426-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e592adeb-2dca-c465-c6f1-1076336797c3-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3195b50b-6f64-dbb0-0fdf-671d24382af3-4f4f0b17 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b594925d-aedb-24f5-f051-41a663217f8a-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a5b0c74-33c9-8bae-d5fa-c42c0e470ca7-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ecb5d492-9367-12eb-8279-11cabbc0400a-4f4f0b17 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'The Season';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.ttf') format('truetype'), url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}