:root {
  --black80: #333;
  --gold: #ccae6f;
  --dark-grey-2: #737373;
  --white: white;
  --tan: #fffbf2;
  --gainsboro: #ddd;
  --overlay: #0006;
  --lime-green: #00ad31;
  --white-smoke: #f5f6f9;
  --dark-grey: #a5a5a5;
  --black: black;
  --lime: #48ff01;
  --gold-2: #ffe641;
  --overlay-darker: var(--black);
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  color: var(--black80);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

h5 {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

h6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--dark-grey-2);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: var(--dark-grey-2);
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-top: 0;
  font-size: 15px;
  line-height: 25px;
}

label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

blockquote {
  color: #000;
  background-color: #dddddd14;
  border-left: 2px solid #ff8e64;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.website-fade-in-container {
  font-family: Montserrat, sans-serif;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 14px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.container-1200 {
  z-index: 50;
  flex-flow: column;
  place-content: stretch flex-start;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container-1200.slide-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-1200.topmenu {
  flex-direction: row;
  justify-content: space-between;
}

.container-1200.margin {
  margin-top: 110px;
}

.nav-menu {
  float: right;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 65px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 24px;
  display: flex;
}

.nav-menu.nav-dark {
  height: 65px;
}

.section-hero {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/hero-image.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 100vh;
  position: relative;
}

.wrapper-hero-content {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-text {
  color: #fff;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero-text.thin {
  text-align: center;
  width: 80%;
  margin: 42px auto 12px;
  font-weight: 300;
  display: block;
}

.hero-text.thin._2 {
  margin-top: 10px;
  margin-bottom: 61px;
  font-size: 17px;
  text-decoration: none;
}

.terminbutton-gold {
  border: 1px solid var(--gold);
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  width: 220px;
  height: auto;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .4s;
  display: inline-block;
}

.terminbutton-gold:hover {
  opacity: 1;
  background-color: #0000;
  box-shadow: 0 4px 16px #00000040;
}

.terminbutton-gold.w--current {
  text-transform: uppercase;
  margin-top: 18px;
}

.terminbutton-gold.full-in-pass {
  width: 100%;
  margin-top: 0;
}

.terminbutton-gold.site {
  background-color: var(--gold);
  border-radius: 8px;
  margin-top: 100px;
  margin-bottom: 100px;
  transition: all .6s;
  position: static;
}

.terminbutton-gold.site:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--black80);
}

.terminbutton-gold.site.divider {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-heading-1 {
  color: #fff;
  margin-top: 42px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.hero-down-button {
  z-index: 100;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-link {
  border: 1px solid var(--gold);
  color: var(--gold);
  background-color: #0000;
  border-radius: 100px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  bottom: 20px;
}

.scroll-link:hover {
  background-color: var(--gold);
  color: var(--white);
}

.scroll-link.w--current {
  border-radius: 100px;
  bottom: 25px;
}

.section-intro {
  background-color: var(--white);
  text-align: center;
  border: 1px #000;
  padding: 160px 50px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-wrapper-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
  position: relative;
}

.section-wrapper-content.buchen-zentriert {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.section-wrapper-content.wide {
  width: 80%;
  margin-bottom: -20px;
}

.section-header {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.section-header.subline {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
}

.half-side-content {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 60px;
  display: flex;
}

.half-side-content.hsc-bg-image {
  background-image: linear-gradient(#0009, #0009);
  width: 40%;
}

.half-side-content.hsc-bg-image._1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/68.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-side-content.hsc-bg-image._3 {
  background-image: radial-gradient(circle, #0000, #33333380), url('../images/65.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
}

.half-side-content.hsc-bg-image._4 {
  background-image: radial-gradient(circle, #0000, #33333380), url('../images/66.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-side-content.hsc-bg-image._5 {
  background-image: radial-gradient(circle, #0000, #33333380), url('../images/67.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-side-content.bg-beige {
  background-color: var(--tan);
  width: 60%;
}

.section-team-praxis {
  background-color: var(--white);
  background-image: url('../images/dots2.webp');
  background-size: auto;
  padding: 160px 50px 220px;
  display: block;
}

.team-content {
  color: #fff;
  background-color: #0000;
  flex: 1;
  padding: 0 12px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-name {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
}

.team-name.small {
  color: var(--dark-grey-2);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bottom-button {
  align-self: stretch;
  margin-top: 12px;
}

.footer {
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.scroll-up-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  display: flex;
  position: absolute;
  bottom: 100px;
  right: -82px;
}

.scroll-up-button:hover {
  background-color: #ff8e64;
  border-color: #ff8e64;
}

.scroll-up-button.srup-gold {
  z-index: 300;
  border-style: solid;
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--white);
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 2px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: translate(0);
  box-shadow: 0 8px 16px #3333;
}

.scroll-up-button.srup-gold:hover {
  color: var(--gold);
  background-color: #0000;
  background-image: none;
}

.footer-content {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  display: block;
}

.footer-content.right {
  display: block;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.w--current {
  align-items: flex-end;
  display: flex;
}

.nav-button-block {
  float: none;
  padding-top: 0;
  padding-left: 60px;
  display: inline-block;
}

.button-kontakt-topmenu {
  border: 1px solid var(--gold);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-kontakt-topmenu:hover {
  background-color: var(--gold);
}

.button-kontakt-topmenu.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-kontakt-topmenu.scroll-menu {
  color: var(--gold);
  border-radius: 8px;
}

.button-kontakt-topmenu.scroll-menu:hover {
  background-color: var(--gold);
  color: var(--white);
}

.nav-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--gold);
  font-weight: 400;
}

.nav-link:focus {
  color: var(--gold);
}

.nav-link.w--current {
  color: var(--gold);
  font-size: 15px;
  font-weight: 400;
}

.nav-link.dark {
  color: var(--black80);
  letter-spacing: -.05px;
  font-weight: 500;
  display: block;
}

.nav-link.dark:hover {
  color: var(--gold);
  font-weight: 500;
}

.nav-link.dark:focus {
  color: var(--gold);
}

.nav-link.dark.w--current {
  font-size: 14px;
}

.nav-link.dark.ausgeblendet, .nav-link.ausgeblendet {
  display: block;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 8px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-footer.white.impressum {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
}

.small-text-team {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-3 {
  float: none;
  display: inline-block;
}

.contact-us-block {
  align-items: flex-start;
  margin-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.team-member-image {
  background-image: url('../images/dante-scherrer_1dante-scherrer.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 280px;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 10px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-image._1 {
  background-image: url('../images/nadine-farkas_1nadine-farkas.webp');
}

.team-member-image._4 {
  background-image: url('../images/uli-blumendeller.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.team-member-image._7 {
  background-image: url('../images/silvia-steffen_1silvia-steffen.webp');
}

.team-member-image._6 {
  background-image: url('../images/manja-hermsdorf_1manja-hermsdorf.webp');
  background-position: 50%;
  background-size: cover;
}

.team-member-image._5 {
  background-image: url('../images/tom-tholey_1tom-tholey.webp');
}

.team-member-image._3 {
  background-image: url('../images/steffi-schielenski_1steffi-schielenski.webp');
  background-position: 50% 0;
}

.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.white.big {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.white._04 {
  margin-bottom: 40px;
}

.image-5 {
  float: left;
  height: 20px;
  margin-right: 10px;
}

.footer-copyright {
  border-top: 1px solid var(--gold);
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-copyright {
  font-size: 12px;
  line-height: 24px;
  display: inline;
}

.team-member {
  width: 250px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.team-member._5 {
  flex: 0 auto;
}

.team-member._7 {
  display: block;
}

.footer-text {
  text-align: left;
  display: flex;
}

.separator {
  background-color: var(--gold);
  width: 1px;
  height: 70px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.separator._404 {
  margin-bottom: 0;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Zielerreichung_1Zielerreichung.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-wrap.pass {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Zielerreichung_1Zielerreichung.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 24px;
  padding-right: 24px;
}

.utility-page-content {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  max-width: 600px;
  padding: 0;
  display: flex;
}

.pass-window {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.pass-form {
  color: #333;
}

.input {
  text-align: center;
  height: 48px;
  margin-bottom: 24px;
}

.password-image {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-center {
  color: var(--dark-grey-2);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-center.ausgeblendet {
  display: none;
}

.paragraph-center.kontakt {
  line-height: 22px;
}

.navbar-scrolling-white {
  z-index: 1100;
  background-color: #fffcf5;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #0000001f;
}

.close-popup-interaction {
  z-index: 1000;
  border: 1px solid var(--dark-grey-2);
  color: var(--gold);
  cursor: default;
  background-image: url('../images/close-sign-grey_1close-sign-grey.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-attachment: scroll;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.close-popup-interaction:hover {
  border-style: solid;
  border-color: var(--gold);
  color: var(--dark-grey-2);
  background-image: url('../images/close-sign-gold_1close-sign-gold.png');
  background-size: 75% 75%;
  display: flex;
}

.close-popup-interaction.card {
  background-image: url('../images/close-sign-gold_1close-sign-gold.png');
  margin-top: 5%;
  margin-right: 5%;
  position: absolute;
}

.close-popup-interaction.card:hover {
  background-image: url('../images/close-sign-grey_1close-sign-grey.png');
}

.div-benefits {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.link-footer {
  color: var(--white);
  text-transform: none;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--gold);
}

.concept-slider-icon {
  border: 1.5px solid var(--gold);
  color: var(--gold);
  background-color: #0000004d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  padding-top: 5px;
  font-size: 100px;
  display: flex;
}

.popup-impressum {
  z-index: 1200;
  background-color: var(--white);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.h2-impressum {
  color: var(--gold);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-12 {
  color: var(--gold);
  text-align: left;
  margin-top: 60px;
  margin-bottom: 10px;
}

.link-impressum {
  color: var(--dark-grey-2);
}

.link-impressum:hover {
  color: var(--gold);
}

.features-wrapper {
  justify-content: space-between;
  padding-left: 0;
  display: flex;
}

.features-wrapper._2 {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 0;
}

.features-wrapper._1 {
  border-color: var(--gainsboro);
}

.wrapper-half-side-text {
  text-align: left;
  flex-direction: column;
  max-width: 90%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-angebot-kacheln {
  background-color: var(--tan);
  text-align: center;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.section-angebot-kacheln.no-padding {
  background-color: var(--white);
  padding: 0;
}

.icon-3.arrow-down {
  text-align: center;
  font-size: 17px;
  text-decoration: none;
  transform: rotate(90deg);
}

.icon-4 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.icon-4.arrowup {
  color: var(--dark-grey-2);
  border: 1px #000;
  margin: auto 0 auto 5px;
  padding-top: 2px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
  transform: rotate(90deg);
}

.icon-4.arrowdown {
  color: var(--white);
  transform: rotate(-90deg);
}

.number {
  text-align: justify;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 100px;
}

.number.azup {
  margin-top: -10px;
  font-family: Montserrat, sans-serif;
}

.p-kacheln {
  padding-left: 0;
  padding-right: 0;
  position: static;
  right: 5px;
}

.team-wrapper {
  flex-flow: wrap;
  place-content: flex-start center;
  margin-top: 40px;
  margin-bottom: 140px;
  display: flex;
}

.section-footer {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Praxis.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-accordion-angebot {
  border-bottom: 1.5px solid var(--gold);
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  margin-top: 69px;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.popup-card {
  z-index: 2100;
  background-color: #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

._3er-wrapper-team {
  margin-bottom: 34px;
  display: flex;
}

.section-divider {
  background-image: linear-gradient(to bottom, #0000004d, #0000004d), linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/18.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 0 50px;
  display: flex;
}

.section-divider._2 {
  background-image: linear-gradient(#0009, #0009), url('../images/Zielerreichung_1Zielerreichung.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-divider._1 {
  background-image: linear-gradient(#0009, #0009), url('../images/18_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-divider._3 {
  background-image: linear-gradient(#0009, #0009), url('../images/58.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-divider._4 {
  background-image: linear-gradient(#0009, #0009), url('../images/5_15.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-divider._5 {
  background-image: linear-gradient(#0009, #0009), url('../images/67.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-divider._6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/04.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.image-18 {
  width: 100px;
}

.div-footer-logo-dadresse {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.p-impressum {
  color: var(--dark-grey-2);
  padding-left: 0;
  font-size: 16px;
  line-height: 25px;
}

.h2-methods {
  color: var(--gold);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.link-social-media {
  transition: all .3s ease-in-out;
}

.link-social-media:hover {
  opacity: .4;
  transform: scale(1.1);
}

.link-social-media.ausgeblendet {
  display: none;
}

.image-20 {
  height: 40px;
  margin: 2px 3px;
}

.footer-table {
  width: 100%;
}

.column-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.column-right {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.column-middle {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.footer-content-middle {
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.brand {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.logo-text {
  color: var(--gold);
  text-transform: uppercase;
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.html-embed-3 {
  color: var(--gold);
  width: 50px;
  height: 50px;
}

.text-span-5 {
  letter-spacing: .4px;
}

.h1white {
  color: #f2f2f2;
  margin-top: 0;
}

.text-divider {
  color: #fff;
  margin-bottom: 38px;
  font-size: 20px;
  line-height: 28px;
}

.typed-words {
  color: var(--white);
  margin-top: -7px;
  font-size: 36px;
  font-weight: 500;
}

.icon-methods {
  width: 110px;
  margin-right: 5px;
  position: absolute;
  inset: 1% 0% auto auto;
}

._4er-wrapper-team {
  display: flex;
}

.hero-heading-2 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.logo-dr-farkas {
  width: 60px;
}

.h3-title-paragraph {
  color: var(--dark-grey-2);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.title-kontakt {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 16px;
}

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

.card-text {
  width: 70%;
  padding: 28px;
}

.card-text.saplten {
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 60%;
  display: flex;
}

.wrapper-text-infusion---card {
  width: 100%;
}

.wrapper-heading---icon {
  justify-content: space-between;
  margin-top: 5px;
  display: flex;
}

.heading-infusion {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
}

.h3-subline-card {
  color: var(--gold);
  text-transform: none;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.infusion-card-text {
  color: var(--gold);
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-infusion---icon {
  flex-direction: column;
  align-items: center;
  margin-top: -5px;
  display: flex;
}

.text-block-4 {
  color: var(--gold);
  font-weight: 600;
}

.gold-flag {
  background-color: var(--gold);
  outline-offset: 0px;
  color: var(--white);
  border-radius: 6px;
  outline: 3px #fff;
  align-self: flex-end;
  padding: 2px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  inset: auto 15px 15px auto;
}

.gold-flag.rechts {
  margin-right: 20px;
}

.div-block-27 {
  background-color: var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.google-tag-manager {
  background-color: var(--lime-green);
  height: 500px;
  display: none;
}

.image-26 {
  filter: grayscale(57%);
  margin-top: 103px;
  margin-left: -47px;
}

.timeline10_circle {
  z-index: 2;
  background-color: #f85d3a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.timeline-wrapper {
  width: 80%;
  margin-top: 60px;
}

.timeline-grid {
  grid-column-gap: 0px;
  padding: 25px 35px;
}

.section-ablauf {
  background-color: var(--white-smoke);
  padding: 160px 50px;
}

.timeline-text {
  color: var(--dark-grey-2);
  padding: 20px;
  font-size: 15px;
  line-height: 21px;
}

.arrow {
  background-color: var(--white);
  width: 24px;
  height: 24px;
  margin-left: 0;
  position: relative;
  left: 14px;
  transform: rotate(45deg);
  box-shadow: 0 0 5px #0003;
}

.arrow-wrapper {
  flex-flow: row-reverse;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 40px;
  margin-left: -24px;
  display: flex;
  overflow: hidden;
}

.timeline-circle {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gold);
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: inline-flex;
  position: absolute;
}

.cell-arrow {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.cell-timeline-text {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0 0 5px #0003;
}

.cell-timeline-text.first {
  flex-flow: row;
}

.line {
  background-color: var(--dark-grey);
  align-self: flex-end;
  width: 1px;
  height: 100%;
  position: relative;
}

.line.start {
  height: 70%;
  margin-bottom: -30%;
}

.line.middle {
  align-self: center;
  height: 200%;
}

.line.end {
  align-self: flex-start;
  height: 50%;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  line-height: 25px;
}

.section-angebot {
  padding-top: 160px;
  padding-bottom: 160px;
}

.angebot-details {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 60px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 30px 10px 20px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  color: var(--gold);
  text-align: left;
  text-transform: none;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 30px;
  overflow: hidden;
}

.text-faq {
  margin-top: 10px;
  padding-left: 0;
  font-size: 15px;
  line-height: 22px;
}

.icon {
  border-style: none solid solid none;
  border-width: 1px 2px 2px 5px;
  border-color: var(--gold);
  width: 13px;
  height: 13px;
  margin-top: -50%;
  transform: rotate(45deg);
}

.magazin-pakete {
  margin-left: 49px;
  margin-right: -122px;
}

.section-faq {
  background-color: var(--white-smoke);
  padding-top: 140px;
  padding-bottom: 220px;
}

.div-block-29 {
  background-color: var(--gold);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 40px;
  padding: 8px 5px;
  display: flex;
}

.div-block-30 {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 230px;
  margin-left: -194px;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  border: 1px #000;
  font-weight: 600;
  text-decoration: none;
}

.section-methode {
  background-color: var(--white-smoke);
  background-image: url('../images/dots2.webp');
  background-position: 50% 100%;
  background-size: auto;
  padding-top: 160px;
  padding-bottom: 220px;
  position: relative;
}

.wrapper-methode {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.paragraph {
  color: var(--dark-grey-2);
  font-size: 16px;
  line-height: 25px;
}

.section-angebot-download {
  background-color: var(--tan);
  padding-top: 160px;
  padding-bottom: 160px;
}

.bold-text-10 {
  color: var(--gold);
  font-size: 20px;
}

.vergleich-apherese {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 27px;
  display: flex;
}

.grid {
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 8px;
  grid-template: ". . ."
                 "Area Area Area"
                 ". . ."
                 "Area-2 Area-2 Area-2"
                 ". . ."
                 "Area-3 Area-3 Area-3"
                 ". . ."
                 "Area-4 Area-4 Area-4"
                 ". . ."
                 "Area-5 Area-5 Area-5"
                 ". . ."
                 / 3fr minmax(200px, 4.75fr) 3.75fr;
  justify-items: stretch;
  margin: 35px;
  padding: 21px;
  box-shadow: 0 0 5px #0003;
}

.separator-line {
  background-color: var(--dark-grey);
  border-radius: 20px;
  height: 1px;
}

.row-titel {
  color: var(--dark-grey-2);
  font-weight: 700;
}

.sticky-text {
  color: var(--dark-grey-2);
}

.wrapper-vergleich {
  margin-top: 100px;
  margin-bottom: 0;
}

.praxis-pictures {
  border: 1px none var(--dark-grey);
  border-radius: 8px;
  min-width: 900px;
  min-height: 550px;
  margin-top: 46px;
  overflow: hidden;
}

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

.slide-3 {
  background-image: url('../images/01.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/02.jpeg');
  background-position: 50%;
  background-size: cover;
}

.icon-5, .icon-6 {
  color: var(--gold);
}

.card-methode {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.wrapper-text-methode {
  text-align: left;
  margin-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
}

.zitat {
  color: var(--gold);
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

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

.image-33 {
  filter: grayscale(35%);
  margin-bottom: 1px;
}

.quick-stack {
  margin-top: -28px;
}

.image-34 {
  filter: grayscale(50%);
}

.image-35 {
  filter: grayscale(42%);
}

.vergleich-apherese-mobile {
  display: none;
}

.h3-card {
  background-image: linear-gradient(#00000080, #00000080);
  flex: 1;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-5 {
  background-image: url('../images/03.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/04.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/05.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/06.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/07.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/09.jpeg');
  background-position: 50%;
  background-size: cover;
}

.subheader-von-h2 {
  color: var(--dark-grey-2);
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.section-hero-landingpage {
  background-image: linear-gradient(#00000080, #00000080), url('../images/57.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  min-height: 700px;
}

.h1-lp {
  color: var(--white);
}

.language-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.language-link {
  color: var(--dark-grey-2);
  padding: 10px 6px;
  font-size: 12px;
  text-decoration: none;
}

.language-link:hover, .language-link:focus, .language-link.startmenu {
  color: var(--gold);
}

.language-link.startmenu:hover, .language-link.startmenu:focus {
  color: var(--white);
}

.section-header-2 {
  color: #ccae6f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.text-block-8 {
  color: var(--dark-grey-2);
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 500;
}

.text-block-8.startmenu {
  color: var(--gold);
  padding-bottom: 1px;
}

.kontakt-link {
  justify-content: center;
  align-items: center;
}

.link-block {
  border: 1px solid var(--gold);
  background-color: var(--gold);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 22px;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-block:hover {
  color: var(--gold);
  background-color: #ccae6f00;
}

.section-kontakt {
  background-color: var(--white);
  background-image: url('../images/dots2.webp');
  background-size: auto;
  padding: 160px 3% 220px;
}

.wrapper-kontaktform {
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.kontakt-personendaten {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9px;
  display: grid;
}

.kontakt-personendaten._1 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kontakt-personendaten.brosch-re {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 29px;
}

.form-field {
  border: 1px solid var(--gainsboro);
  color: var(--black80);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
}

.form-field:hover {
  background-color: var(--tan);
}

.form-field.input {
  text-align: left;
  height: 100px;
}

.senden {
  border: 1px solid var(--gold);
  background-color: var(--gold);
  border-radius: 4px;
  width: 100px;
  height: 30px;
  padding: 0;
  font-weight: 500;
}

.senden:hover {
  color: var(--dark-grey-2);
}

.form-block {
  width: 90%;
  margin-bottom: 0;
}

.form-block._1 {
  width: 90%;
}

.form-block.brosch-re {
  width: 40%;
}

.checkbox-label {
  color: var(--dark-grey-2);
  font-size: 14px;
}

.checkbox-field {
  margin-top: 0;
  margin-bottom: 10px;
}

.checkbox-field.brosch-re {
  margin-top: 10px;
}

.checkbox:active {
  color: var(--gold);
}

.checkbox.w--redirected-checked {
  background-color: var(--gold);
}

.success-message {
  background-color: var(--gold);
  border-radius: 2px;
  padding: 10px;
}

.text-block-11 {
  color: var(--white);
  font-weight: 500;
}

.inhalt {
  flex-flow: column;
  margin-bottom: 57px;
  display: flex;
}

.link {
  color: var(--gold);
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: underline;
}

.heading-13 {
  color: var(--gold);
  text-align: left;
}

.wrapper-impressum {
  padding: 5%;
  font-family: Montserrat, sans-serif;
}

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

.wrapper-angebot {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  margin-top: 34px;
  display: flex;
}

.para-brosch-re {
  margin-bottom: 20px;
}

.h3-brosch-re {
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.weglot-bilder-f-r-en {
  display: none;
}

.link-to-dr-farkas {
  color: var(--gold);
  margin-top: 10px;
  font-weight: 500;
  text-decoration: none;
}

.link-to-dr-farkas:hover {
  color: var(--gainsboro);
}

.code-embed {
  margin-top: 60px;
}

.test-sterne {
  color: #ccae6f;
  margin-bottom: 29px;
  font-size: 30px;
}

.wrapper-popup-rezension {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: block;
  position: relative;
}

.popup-rezension {
  z-index: 1100;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.icon-close-popup {
  border: 1.5px solid var(--gold);
  cursor: pointer;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-close-popup:hover {
  filter: grayscale();
}

.text-popup-rezension {
  margin-bottom: 60px;
}

.link-kontakt {
  margin-bottom: -17px;
  text-decoration: none;
}

.link-kontakt:hover {
  color: var(--gold);
}

.link-tel {
  color: var(--white);
  text-decoration: none;
}

.link-tel:hover {
  color: var(--gold);
}

.titel-rezension {
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}

.wrapper-content {
  text-align: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 400;
  display: block;
  position: relative;
}

.h3-title-paragraph-2 {
  color: #737373;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.h3-title-paragraph-2.kundenstimmen {
  margin-top: 56px;
}

.rezension-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#333 76%, #0000);
  -webkit-background-clip: text;
  background-clip: text;
  height: 220px;
  font-weight: 500;
  overflow: visible;
}

.paragraph-center-3 {
  color: #737373;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.wrapper-test-cards {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 2%;
  margin-right: 2%;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.wrapper-test-cards.slider {
  margin-left: 2%;
  margin-right: 2%;
}

.separator-3 {
  background-color: #ccae6f;
  width: 1px;
  height: 70px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-testimonials {
  background-color: var(--tan);
  padding: 160px 5% 220px;
}

.wrapper-test {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.text-weiterlesen {
  color: var(--gold);
  cursor: pointer;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.text-weiterlesen:hover {
  color: var(--dark-grey-2);
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slide-10 {
  width: 100%;
  margin-right: 3%;
}

.mask {
  width: 30%;
  overflow: visible;
}

.slider-2 {
  background-color: var(--lime-green);
  height: 100%;
  display: none;
  overflow: visible;
}

.slide-nav {
  position: relative;
  top: 14px;
}

.icon-7, .icon-8 {
  color: var(--gold);
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: center;
    align-items: center;
    height: 75px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-1200 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: static;
  }

  .container-1200.slide-wrapper {
    flex-direction: column;
  }

  .container-1200.topmenu {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    float: none;
    text-align: left;
    background-color: #fffffffc;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    line-height: 20px;
    display: flex;
    position: absolute;
    top: 75px;
    bottom: auto;
    left: 0;
    overflow: auto;
  }

  .section-hero {
    height: 800px;
  }

  .wrapper-hero-content {
    width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .hero-text.thin._2 {
    margin-top: 0;
  }

  .hero-heading-1 {
    font-size: 40px;
    line-height: 45px;
  }

  .scroll-link {
    display: none;
  }

  .section-intro {
    padding: 100px 24px;
  }

  .section-wrapper-content {
    width: auto;
  }

  .section-header {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .half-side-content {
    width: 100%;
    min-height: 300px;
    padding: 40px 5% 60px;
  }

  .half-side-content.hsc-bg-image {
    background-image: linear-gradient(#0009, #0009);
  }

  .half-side-content.hsc-bg-image._1, .half-side-content.hsc-bg-image._3, .half-side-content.hsc-bg-image._4, .half-side-content.hsc-bg-image._5, .half-side-content.bg-beige {
    width: 100%;
  }

  .section-team-praxis {
    padding: 100px 5%;
  }

  .footer {
    margin-left: 40px;
    margin-right: 40px;
  }

  .scroll-up-button {
    right: -20px;
  }

  .footer-content {
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 20px;
  }

  .nav-button-block {
    flex: 0 auto;
    margin-top: 30px;
    padding-left: 0;
    display: none;
  }

  .button-kontakt-topmenu {
    color: #fff;
  }

  .nav-link {
    color: var(--black80);
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
  }

  .nav-link:hover {
    color: var(--gold);
    font-weight: 500;
  }

  .nav-link:focus {
    line-height: 20px;
  }

  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }

  .menu-button {
    color: #fff;
    flex-wrap: nowrap;
    align-content: center;
    align-self: stretch;
    margin-top: 0;
  }

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

  .menu-button.black {
    color: #000;
  }

  .paragraph-footer.white.impressum {
    text-align: center;
    padding-right: 0;
  }

  .footer-copyright {
    margin-left: 0;
    margin-right: 0;
  }

  .team-member._7 {
    margin-bottom: -30px;
  }

  .footer-text {
    font-size: 13px;
  }

  .separator {
    display: none;
  }

  .close-popup-interaction {
    margin-bottom: -40px;
  }

  .close-popup-interaction.card {
    width: 30px;
    height: 30px;
  }

  .concept-slider-icon {
    margin-bottom: 15px;
  }

  .icon-2 {
    margin-top: 5px;
  }

  .popup-impressum {
    padding: 5%;
  }

  .h2-impressum {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .features-wrapper {
    flex-direction: column;
    top: 150px;
  }

  .features-wrapper._2, .features-wrapper._1 {
    flex-direction: column;
  }

  .wrapper-half-side-text {
    max-width: 100%;
    padding: 0;
  }

  .section-angebot-kacheln {
    padding: 80px 24px;
  }

  .icon-4.arrowup {
    color: var(--dark-grey-2);
    margin-left: 5px;
    display: flex;
  }

  .p-kacheln {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .team-wrapper {
    margin-bottom: 100px;
  }

  ._3er-wrapper-team {
    flex-flow: wrap;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: end;
    display: flex;
  }

  .h2-methods {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h1white {
    line-height: 45px;
  }

  .typed-words {
    font-size: 34px;
    line-height: 36px;
  }

  .icon-methods {
    width: 80px;
  }

  ._4er-wrapper-team {
    flex-flow: wrap;
    justify-content: center;
  }

  .card-text.saplten {
    justify-content: space-around;
    width: 100%;
  }

  .h3-subline-card {
    text-align: center;
  }

  .gold-flag {
    margin-right: 10px;
  }

  .timeline-wrapper {
    width: 95%;
    margin-top: 40px;
  }

  .timeline-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .section-ablauf {
    padding: 100px 5%;
  }

  .cell-arrow {
    padding-right: 20px;
  }

  .section-angebot {
    padding: 100px 5%;
  }

  .angebot-details {
    width: 70%;
  }

  .accordion-item {
    padding-top: 10px;
    padding-right: 20px;
  }

  .text-faq {
    margin-top: 0;
    margin-bottom: 0;
  }

  .magazin-pakete {
    margin-left: 0;
    margin-right: 0;
  }

  .section-faq, .section-methode {
    padding: 100px 5%;
  }

  .wrapper-methode {
    width: 80%;
    margin-top: 60px;
  }

  .section-angebot-download {
    padding: 100px 5% 140px;
  }

  .grid {
    grid-template-columns: 1.25fr 4.75fr 3.75fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
  }

  .praxis-pictures {
    width: 600px;
    min-width: auto;
    height: 350px;
    min-height: auto;
  }

  .image-33 {
    width: 100%;
  }

  .quick-stack {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    margin-top: -58px;
  }

  .section-header-2 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .section-kontakt {
    padding: 100px 5% 140px;
  }

  .wrapper-kontaktform {
    flex-flow: column;
    width: 100%;
    padding-top: 20px;
  }

  .kontakt-personendaten.brosch-re {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .form-block {
    width: 90%;
    margin-top: 20px;
  }

  .form-block._1 {
    margin-top: 10px;
  }

  .form-block.brosch-re {
    width: 90%;
  }

  .heading-13 {
    font-size: 40px;
    line-height: 50px;
  }

  .wrapper-angebot {
    flex-flow: column;
  }

  .wrapper-popup-rezension {
    max-width: 90%;
  }

  .popup-rezension {
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
  }

  .icon-close-popup {
    width: 35px;
    height: 35px;
  }

  .wrapper-content {
    width: auto;
  }

  .rezension-text {
    height: 200px;
  }

  .separator-3 {
    display: none;
  }

  .section-testimonials {
    background-color: var(--tan);
  }

  .wrapper-test {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 75px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1200 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-1200.slide-wrapper {
    max-width: 95%;
  }

  .container-1200.topmenu {
    justify-content: center;
  }

  .nav-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    top: 75px;
    left: auto;
    right: 0;
  }

  .section-hero {
    height: 600px;
  }

  .wrapper-hero-content {
    margin-top: 40px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-text.thin._2 {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 19px;
  }

  .terminbutton-gold {
    font-size: 12px;
    line-height: 14px;
  }

  .hero-heading-1 {
    font-size: 30px;
    line-height: 34px;
  }

  .section-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-wrapper-content {
    width: auto;
    margin-bottom: 20px;
  }

  .section-wrapper-content.buchen-zentriert {
    margin-bottom: 0;
  }

  .section-wrapper-content.praxis {
    margin-top: -74px;
  }

  .section-header {
    font-size: 30px;
    line-height: 36px;
  }

  .half-side-content {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding: 7%;
    display: flex;
  }

  .section-team-praxis {
    padding: 60px 20px 140px;
  }

  .team-content {
    text-align: left;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .scroll-up-button.srup-gold, .scroll-up-button.srup-gold.w--current {
    width: 30px;
    height: 30px;
  }

  .footer-content {
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    text-align: center;
    padding-left: 0;
  }

  .paragraph-footer.white.impressum {
    font-size: 11px;
    line-height: 16px;
  }

  .small-text-team {
    text-align: left;
  }

  .contact-us-block {
    align-items: center;
    margin-top: 5px;
    padding-top: 0;
  }

  .team-member-image {
    width: 200px;
    height: 240px;
  }

  .image-5 {
    align-self: flex-start;
  }

  .footer-copyright {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 10px;
  }

  .text-copyright {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
  }

  .team-member {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-member._7 {
    margin-bottom: 9px;
    display: flex;
  }

  .footer-text {
    font-size: 11px;
    line-height: 14px;
  }

  .separator {
    display: none;
  }

  .paragraph-center {
    font-size: 14px;
    line-height: 22px;
  }

  .close-popup-interaction {
    width: 30px;
    height: 30px;
  }

  .link-footer {
    line-height: 18px;
  }

  .h2-impressum {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .features-wrapper {
    flex-flow: column wrap;
    display: flex;
  }

  .features-wrapper._2 {
    flex-flow: column;
  }

  .features-wrapper._1 {
    flex-direction: column;
  }

  .icon-4.arrowup {
    margin-left: auto;
    margin-right: 5px;
    padding-top: 0;
    font-size: 14px;
  }

  .p-kacheln {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .section-footer {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .popup-card {
    padding-top: 5%;
  }

  ._3er-wrapper-team {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .section-divider {
    background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/Zielerreichung_1Zielerreichung.webp');
    background-position: 0 0, 90%;
    background-attachment: scroll, fixed;
  }

  .image-18 {
    width: 80px;
  }

  .div-footer-logo-dadresse {
    justify-content: space-between;
  }

  .h2-methods {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
  }

  .column-left {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .column-right {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: 20px;
  }

  .column-right.bottom {
    margin-top: 2px;
  }

  .column-middle {
    height: auto;
    margin-top: 20px;
  }

  .column-middle.bottom {
    margin-top: 2px;
  }

  .h1white {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 38px;
  }

  .text-divider {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .typed-words {
    font-size: 26px;
    line-height: 28px;
  }

  .hero-heading-2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .card-text.saplten {
    flex-direction: column-reverse;
  }

  .gold-flag {
    bottom: 17px;
  }

  .image-26 {
    margin-top: 47px;
    margin-bottom: -34px;
    margin-left: -16px;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .timeline-grid {
    margin-bottom: -7px;
    padding-bottom: 0;
  }

  .section-ablauf {
    padding: 60px 3% 100px;
  }

  .timeline-text {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .arrow {
    display: none;
  }

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

  .angebot-details {
    width: 90%;
  }

  .accordion-heading {
    font-size: 14px;
    line-height: 22px;
  }

  .icon-wrapper {
    justify-content: center;
    align-items: center;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .text-faq {
    font-size: 14px;
    line-height: 22px;
  }

  .icon {
    align-self: flex-start;
    margin-top: 0%;
    font-size: 12px;
  }

  .section-faq, .section-methode {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .wrapper-methode {
    width: 90%;
    margin-top: 20px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

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

  .vergleich-apherese {
    display: none;
  }

  .wrapper-vergleich {
    margin-top: 60px;
  }

  .praxis-pictures {
    width: 450px;
    height: 300px;
    min-height: 300px;
    margin-top: 10px;
  }

  .zitat {
    font-size: 14px;
    line-height: 20px;
  }

  .quick-stack {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: -30px;
  }

  .vergleich-apherese-mobile {
    border-radius: 8px;
    margin-top: 60px;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 5px #0003;
  }

  .subheader-von-h2 {
    font-size: 24px;
  }

  .section-header-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .section-kontakt {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper-kontaktform {
    margin-top: 40px;
  }

  .kontakt-personendaten._1 {
    grid-template-columns: 1fr;
  }

  .kontakt-personendaten.brosch-re {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link {
    font-size: 20px;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 35px;
  }

  .test-sterne {
    margin-bottom: 10px;
  }

  .icon-close-popup {
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
  }

  .text-popup-rezension {
    font-size: 13px;
  }

  .wrapper-content {
    width: auto;
    margin-bottom: 20px;
  }

  .rezension-text {
    height: 120px;
  }

  .paragraph-center-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .wrapper-test-cards {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .separator-3 {
    display: none;
  }

  .wrapper-test {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .container-1200 {
    max-width: 90%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1200.slide-wrapper {
    align-items: flex-end;
  }

  .nav-menu {
    background-color: #fffffffc;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    left: 0;
    right: auto;
  }

  .section-hero {
    height: 650px;
  }

  .wrapper-hero-content {
    margin-top: 32px;
    margin-bottom: 20px;
    padding: 32px 0;
  }

  .hero-text.thin {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text.thin._2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    line-height: 18px;
  }

  .terminbutton-gold {
    width: 200px;
    font-size: 12px;
  }

  .hero-heading-1 {
    font-size: 26px;
    line-height: 30px;
  }

  .hero-down-button {
    display: none;
  }

  .section-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .section-wrapper-content {
    width: auto;
    margin-bottom: 10px;
    display: block;
  }

  .section-wrapper-content.buchen-zentriert {
    margin-bottom: 0;
  }

  .section-header {
    font-size: 28px;
    line-height: 35px;
  }

  .half-side-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .half-side-content.hsc-bg-image._1, .half-side-content.hsc-bg-image._3, .half-side-content.hsc-bg-image._4, .half-side-content.hsc-bg-image._5 {
    min-height: 300px;
  }

  .half-side-content.bg-beige {
    padding-top: 20px;
  }

  .section-team-praxis {
    padding: 72px 3% 100px;
  }

  .scroll-up-button {
    margin-bottom: 20px;
    bottom: 125px;
  }

  .footer-content {
    margin-left: 10px;
    padding-right: 0;
  }

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

  .paragraph-footer.white.impressum {
    line-height: 16px;
  }

  .image-5 {
    height: 15px;
  }

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

  .text-copyright {
    font-size: 10px;
  }

  .team-member {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    display: flex;
  }

  .team-member._7 {
    margin-bottom: 0;
    display: flex;
  }

  .paragraph-center {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }

  .navbar-scrolling-white {
    display: block;
  }

  .close-popup-interaction {
    width: 25px;
    height: 25px;
    margin-bottom: -32px;
  }

  .close-popup-interaction.card {
    margin-right: 8%;
  }

  .link-footer {
    font-size: 10px;
    line-height: 16px;
  }

  .popup-impressum {
    padding: 5%;
    display: none;
  }

  .h2-impressum {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 28px;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 40px;
  }

  .features-wrapper {
    flex-direction: column;
  }

  .wrapper-half-side-text {
    max-width: 400px;
  }

  .p-kacheln {
    text-align: center;
    line-height: 24px;
  }

  .section-footer {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .popup-card {
    padding-top: 5%;
    display: none;
  }

  .section-divider {
    background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/Zielerreichung_1Zielerreichung.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 300px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    width: 70px;
  }

  .div-footer-logo-dadresse {
    justify-content: space-between;
  }

  .div-block-22 {
    margin-right: 10px;
  }

  .p-impressum {
    font-size: 14px;
    line-height: 20px;
  }

  .brand {
    height: 60px;
    padding-top: 10px;
    padding-right: 0;
  }

  .h1white {
    margin-top: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .text-divider {
    font-size: 16px;
    line-height: 22px;
  }

  .typed-words {
    font-size: 24px;
    line-height: 26px;
  }

  .icon-methods {
    width: 50px;
    top: 5px;
    right: 0;
  }

  .hero-heading-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .logo-dr-farkas {
    width: 55px;
  }

  .card-text.saplten {
    padding: 12px;
  }

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

  .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    line-height: 15px;
  }

  .angebot-details {
    overflow: visible;
  }

  .text-faq {
    font-size: 13px;
  }

  .magazin-pakete {
    max-width: 110%;
  }

  .section-faq {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-29 {
    width: 160px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .section-methode {
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrapper-methode {
    width: 95%;
  }

  .section-angebot-download {
    padding-bottom: 100px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .praxis-pictures {
    width: 300px;
    height: 250px;
    min-height: auto;
    margin-top: 47px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-12 {
    font-size: 18px;
    line-height: 20px;
  }

  .subheader-von-h2 {
    line-height: 28px;
  }

  .section-header-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .section-kontakt {
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrapper-kontaktform {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .form-field {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .form-field.input {
    height: 200px;
  }

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

  .form-block._1 {
    margin-top: 5px;
  }

  .form-block.brosch-re {
    width: 100%;
  }

  .checkbox-label {
    font-size: 12px;
    line-height: 14px;
  }

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

  .link {
    font-size: 18px;
  }

  .wrapper-angebot {
    width: 100%;
  }

  .para-brosch-re {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .h3-brosch-re {
    font-size: 28px;
    line-height: 35px;
  }

  .titel-rezension {
    font-size: 13px;
    line-height: 18px;
  }

  .wrapper-content {
    width: auto;
    margin-bottom: 10px;
    display: block;
  }

  .rezension-text {
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-center-3 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }

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

  .wrapper-test {
    margin-top: 30px;
  }

  .container {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }
}

#w-node-_49a8e99f-bf28-2d07-929c-b8b631c16145-97fc4411 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3af887d4-3c5c-24af-1f6c-73b8a48900ed-97fc4411 {
  grid-area: Area;
  align-self: center;
}

#w-node-fe04bc90-cde0-0d17-26a7-73a13f728d55-97fc4411 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-b4960dd2-68a0-546d-a9bf-2add0aa54d2b-97fc4411 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_77342078-66a4-ff3b-e0dc-ed9a6b9b7458-97fc4411 {
  grid-area: Area-3;
  align-self: center;
}

#w-node-d028149b-4617-18a6-8d4c-2275af782873-97fc4411 {
  grid-area: Area-5;
  align-self: center;
}

#w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff54f3-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5500-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff550d-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff551a-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5527-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5534-97fc4411 {
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
}

#w-node-c007ac15-acc9-5fab-525d-c78151488518-97fc4411 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49a8e99f-bf28-2d07-929c-b8b631c16145-8838e376 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3af887d4-3c5c-24af-1f6c-73b8a48900ed-8838e376 {
  grid-area: Area;
  align-self: center;
}

#w-node-fe04bc90-cde0-0d17-26a7-73a13f728d55-8838e376 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-b4960dd2-68a0-546d-a9bf-2add0aa54d2b-8838e376 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_77342078-66a4-ff3b-e0dc-ed9a6b9b7458-8838e376 {
  grid-area: Area-3;
  align-self: center;
}

#w-node-d028149b-4617-18a6-8d4c-2275af782873-8838e376 {
  grid-area: Area-5;
  align-self: center;
}

#w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff54f3-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5500-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff550d-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff551a-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5527-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5534-8838e376 {
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_49a8e99f-bf28-2d07-929c-b8b631c16145-97fc4411, #w-node-_49a8e99f-bf28-2d07-929c-b8b631c16145-8838e376 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff54f3-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5500-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff550d-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff551a-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5527-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5534-97fc4411, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff54f3-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5500-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff550d-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff551a-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5527-8838e376, #w-node-d2c68515-7d1c-18ad-f4c2-ce8f28ff5534-8838e376 {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c007ac15-acc9-5fab-525d-c78151488518-97fc4411, #w-node-c007ac15-acc9-5fab-525d-c78151488519-97fc4411, #w-node-c007ac15-acc9-5fab-525d-c7815148851a-97fc4411, #w-node-_5aebe327-6a20-4eea-086a-1510b661ad16-97fc4411, #w-node-_44620dd7-1318-3475-9d16-72a099b4cecd-97fc4411 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_44620dd7-1318-3475-9d16-72a099b4ced4-97fc4411 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_393f7fe5-3b91-fc4f-88e7-b5534347f66b-97fc4411, #w-node-_393f7fe5-3b91-fc4f-88e7-b5534347f66e-97fc4411, #w-node-_71d96b0c-03ee-da40-206a-389f8aa454d9-97fc4411, #w-node-_7f0446cb-dc6a-c28e-ff9d-45119bc12292-97fc4411 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


