h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #115d46;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

.content {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.content.float {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.content.tablet {
  display: none;
}

.section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.section.color-dark-bg {
  padding-right: 100px;
  padding-left: 100px;
  border-radius: 20px;
  background-color: #12bf8b;
}

.section.color-dark-bg.mobile {
  display: none;
}

.section.color-light-bg {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: #fff;
}

.section.color-light-bg.header-rounding {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.section.float {
  position: fixed;
  z-index: 13;
}

.section.no-visibile {
  display: none;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #115d46;
}

.intro-image-wrapper {
  width: 50%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.intro-image-wrapper.no-visible {
  display: block;
}

.intro-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 76px;
  -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;
}

.intro-text.centered {
  padding-left: 76px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-p {
  font-family: Inter, sans-serif;
  color: #55746f;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.text-p.light {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.text-p.dark {
  color: #3c776d;
}

.text-p.dark.center {
  margin-top: 16px;
  margin-bottom: 40px;
  color: #3c776d;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.text-p.dark.contact {
  margin-top: 24px;
}

.text-p.meta-pmargin {
  margin-top: 58px;
}

.text-p.no-margin {
  font-size: 22px;
  line-height: 32px;
}

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

.text-subline {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  color: #212d2b;
  font-size: 16px;
  font-weight: 500;
}

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

.intro-image {
  height: 76vh;
  max-height: 740px;
  border-radius: 20px;
  background-image: url('../images/illustration-immunologie.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.intro-image.header {
  background-image: url('../images/Header.jpg');
  background-size: cover;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  border-radius: 999px;
  background-color: #12bf8b;
  font-family: Inter, sans-serif;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.green {
  font-weight: 500;
}

.button.green.hidden {
  display: none;
}

.button.white {
  background-color: #fff;
  color: #12bf8b;
  font-size: 14px;
  font-weight: 600;
}

.button.navi {
  height: 48px;
  padding: 16px 24px;
  background-color: #12bf8b;
  color: #fff;
}

.therapiemethoden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tpm-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 72px;
  padding-left: 0px;
  -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;
}

.h1.light {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.h1.light.big {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.h1.light.big.center {
  text-align: center;
}

.h1.dark.big {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 52px;
  line-height: 56px;
  text-align: left;
}

.h1.dark.big.center {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tpm-p {
  margin-top: 24px;
  margin-bottom: 56px;
}

.tpm-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 72px;
  -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;
}

.tpm-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 96px;
  margin-bottom: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
}

.tpm-card-title {
  margin-left: 16px;
  font-family: Vollkorn, serif;
  color: #323345;
  font-size: 18px;
}

.image {
  width: auto;
  height: auto;
}

.heading-2 {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.heading-2.mobileproblem.centered {
  text-align: center;
}

.innodia {
  max-width: 976px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.innodia-title-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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.innodia-icon {
  margin-bottom: 16px;
}

.innodia-cards {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.innodia-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 472px;
  height: 692px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.h3.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: p22-mackinac-pro, sans-serif;
  color: #115d46;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.innodia-card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 44px 36px;
  -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;
}

.immodia-card-img {
  height: 540px;
  background-image: url('../images/ReviQuant.png');
  background-position: 50% 50%;
  background-size: cover;
}

.immodia-card-img.metatron-image {
  background-image: url('../images/Metatron.png');
}

.footer {
  margin-top: 72px;
}

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

.footer-content-col {
  width: 25%;
  padding-right: 0px;
}

.footer-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 116px;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #dfe7e7;
}

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

.col-sitemap-link {
  margin-top: 28px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #5d7e74;
  font-size: 16px;
  text-decoration: none;
}

.col-sitemap-link.no-margin {
  margin-top: 0px;
  margin-left: 60px;
  font-family: Inter, sans-serif;
}

.h4.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: p22-mackinac-pro, sans-serif;
  color: #115d46;
  font-size: 20px;
  font-weight: 400;
}

.footer-meta-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #5d7e74;
  font-size: 16px;
}

.footer-contact {
  margin-top: 48px;
}

.footer-p {
  margin-top: 28px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #5d7e74;
  font-size: 16px;
  line-height: 28px;
}

.footer-p.no-margino {
  margin-top: 0px;
}

.footer--ffnungszeiten {
  width: 70%;
  margin-top: 28px;
  font-family: Inter, sans-serif;
  color: #5d7e74;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.termin-cta {
  margin-top: 120px;
  padding-top: 82px;
  padding-bottom: 82px;
  border-radius: 20px;
  background-color: #15ab7e;
  background-image: url('../images/bgtexturetest.png');
  background-position: 50% 50%;
  background-size: cover;
}

.termin-icon {
  margin-bottom: 28px;
}

.termin-title-wrapper {
  margin-bottom: 32px;
}

.termin-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-big {
  width: auto;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 56px;
  line-height: 56px;
  font-weight: 400;
}

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

.h1-big.meta-margin {
  width: 50%;
  margin-top: 0px;
  padding-right: 80px;
}

.h1-big.immun-margin {
  margin-top: 0px;
  padding-right: 80px;
}

.h1-big.contact {
  margin-top: 0px;
  margin-bottom: 0px;
}

.header-p {
  margin-top: 20px;
  margin-bottom: 52px;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 20%;
  -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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.bermich-image {
  height: 80vh;
  max-height: 740px;
  border-radius: 20px;
  background-image: url('../images/ueber-mich.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bermich-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-right: 76px;
  padding-left: 76px;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.text-span {
  color: #12bf8b;
}

.bermich-p {
  margin-top: 24px;
  margin-bottom: 52px;
}

.bermich-icon {
  margin-bottom: 36px;
}

.nav {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding: 8px 8px 8px 30px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.link-nav {
  margin-right: 0px;
  padding: 14px;
  border-radius: 999px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link-nav:hover {
  border-radius: 999px;
  background-color: rgba(18, 191, 139, 0.2);
}

.nav-logo {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-bar-links {
  margin-right: 14px;
  cursor: pointer;
}

.nav-bar-links:hover {
  mix-blend-mode: normal;
}

.benefits {
  position: relative;
  top: 150px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  clear: none;
  -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;
}

.benefits-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 344px;
  padding: 32px 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.paragraph {
  font-family: Inter, sans-serif;
  color: #1a2322;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.benefits-icon {
  margin-bottom: 32px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 240px;
  padding-bottom: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.text-span-2 {
  font-weight: 600;
}

.text-span-3 {
  font-weight: 600;
}

.text-span-4 {
  font-weight: 600;
}

.subpage-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sh-text-wrapper {
  width: 70%;
}

.therapies-image-text.left-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.therapies-image-text.left-right.sticky {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.therapies-image-text.right-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.therapies-image-text.right-left.sticky {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-text.image.left-right {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  width: 50%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.image-text.image.left-right.no-visible {
  display: none;
}

.image-text.image.right-left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-text.text.left-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 116px;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-text.text.left-right.centered {
  width: 100%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-text.text.right-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 116px;
  -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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.image-text.p {
  margin-top: 24px;
  margin-bottom: 52px;
}

.image-text.p.centered {
  text-align: center;
}

.image-text-icon {
  margin-bottom: 32px;
}

.therapy-image {
  height: 80vh;
  border-radius: 20px;
}

.therapy-image._1 {
  height: 80vh;
  max-height: 740px;
  border-radius: 20px;
  background-image: url('../images/Angewandte-Neurobiologi.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.therapy-image._1.bermich-2 {
  background-image: url('../images/Unser-Werte.jpg');
}

.therapy-image._1.bermich-3 {
  background-image: url('../images/Treffen-Sie-mein-Team-min.jpg');
}

.therapy-image._2 {
  max-height: 740px;
  background-image: url('../images/Homoeopathie.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.therapy-image._2.ermich {
  background-image: url('../images/ueber_mich.jpg');
}

.therapy-image._3 {
  max-height: 740px;
  background-image: url('../images/Neuraltherapie-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.therapy-image._4 {
  max-height: 740px;
  background-image: url('../images/Kinesiologie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.therapy-image._5 {
  max-height: 740px;
  background-image: url('../images/Akupunktur-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.revi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.revi-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.metatron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ablauf {
  margin-top: 120px;
  padding: 120px 10%;
}

.revi-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.revi-desc-image {
  height: 80vh;
  max-height: 740px;
  border-radius: 20px;
  background-image: url('../images/reviquant-wie-funkt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.revi-desk-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}

.meta-desc-text {
  width: 50%;
}

.meta-p-big {
  font-family: Inter, sans-serif;
  color: #115d46;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.ablauf-title-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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ablauf-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.ablauf-card-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #384a47;
  font-size: 18px;
  line-height: 32px;
}

.ablauf-card-didgit {
  font-family: Inter, sans-serif;
  color: #946c64;
  font-size: 20px;
  font-weight: 700;
}

.ablauf-card-didgit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  min-height: 52px;
  min-width: 52px;
  -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-radius: 999px;
  background-color: #fee3de;
}

.immunologie {
  margin-top: 120px;
}

.immun-desc-leftside {
  width: 50%;
}

.immun-desc-icon {
  margin-top: 60px;
}

.div-block-7 {
  margin-top: 58px;
}

.immun-desc-listicle {
  font-family: Inter, sans-serif;
  color: #115d46;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0px;
  text-indent: 0px;
  -webkit-column-count: 0;
  column-count: 0;
}

.praxis {
  margin-top: 120px;
}

.praxis-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.praxis-image {
  margin-top: 20px;
  border-radius: 20px;
}

.laufbahn {
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.laufbahn-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.laufbahn-cards.mobile {
  display: none;
}

.cards-left {
  width: 50%;
  border-right: 1px solid #5bc4a5;
}

.cards-right {
  width: 50%;
}

.card-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -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;
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-color: #fff;
  font-size: 32px;
  line-height: 56px;
}

.card-content.right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-left-connector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 1px;
  padding-left: 0px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #5bc4a5;
}

.card-left-connector.right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-left-dot {
  position: relative;
  left: 7px;
  display: block;
  width: 14px;
  height: 14px;
  min-height: 14px;
  min-width: 14px;
  -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-radius: 999px;
  background-color: #fff;
}

.card-left-dot.right {
  left: -7px;
  right: 0px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-8.right {
  padding-right: 16px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-content-year {
  font-family: p22-mackinac-pro, sans-serif;
  color: #115e46;
}

.card-content-desc {
  font-family: p22-mackinac-pro, sans-serif;
  color: rgba(17, 94, 70, 0.6);
  font-size: 18px;
  line-height: 24px;
}

.card-content-desc.left {
  text-align: right;
}

.card-content-desc.right {
  text-align: left;
}

.card-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.laufbahn-heading-wrapper {
  margin-bottom: 80px;
}

.card-content-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding: 8px 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 999px;
  background-color: #eafaf5;
}

.bullet-p {
  font-family: p22-mackinac-pro, sans-serif;
  color: #3d7e78;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
}

.card-content-bulletpoints {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-4 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.splide {
  position: relative;
  width: 100%;
}

.splide__track {
  width: 100%;
}

.splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.splide__slide {
  width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #12bf8b;
}

.overflow {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.h1-cms {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: p22-mackinac-pro, sans-serif;
  color: #1a2322;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.p-cms {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: rgba(84, 95, 93, 0.7);
  font-size: 16px;
  line-height: 24px;
}

.div-block-9 {
  display: block;
  overflow: visible;
  padding: 40px;
  -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;
}

.aktuelles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aktuelles-text-wrapper {
  margin-bottom: 50px;
}

.kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  padding-bottom: 220px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-span-5 {
  font-weight: 600;
  text-decoration: underline;
}

.kontakt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20%;
  -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;
}

.form-block {
  width: 50%;
}

.text-field {
  height: 60px;
  margin-bottom: 24px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 8px;
  font-family: Inter, sans-serif;
}

.field-label {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.textarea {
  min-height: 200px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 8px;
  font-family: Inter, sans-serif;
}

.kontakt-icon {
  margin-bottom: 36px;
}

.bold-text {
  color: #115d46;
  line-height: 28px;
  font-weight: 400;
}

.bold-text-2 {
  color: #115d46;
  line-height: 28px;
  font-weight: 500;
}

.bold-text-3 {
  color: #115d46;
  line-height: 28px;
  font-weight: 500;
}

.bold-text-4 {
  color: #115d46;
  line-height: 28px;
  font-weight: 500;
}

.bold-text-5 {
  color: #115d46;
  line-height: 28px;
  font-weight: 500;
}

.imprint {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #ebebeb;
}

.imprint-headline {
  font-size: 22px;
  line-height: 50px;
  font-weight: 500;
}

.splide__arrows.splide__arrows--ltr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.splide__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  padding-right: 0em;
  padding-left: 0em;
  -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: 1px solid #eaeaea;
  border-radius: 999px;
  background-color: #fff;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.splide__arrow.splide__arrow--next:hover {
  border-color: #b4b4b4;
}

.splide__arrow.splide__arrow--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--prev:hover {
  border-color: #b4b4b4;
}

.flowbase-logo {
  width: 54px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.praxis-image {
  margin-top: 32px;
}

.mobile-praxis-image {
  display: none;
}

.innodia-card-textwrapper {
  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;
}

.splide__pagination {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
}

.splide__pagination__item {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.splide__pagination__page {
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-left: 0.3em;
  background-color: #0e0e0e;
  opacity: 0.2;
}

.splide__pagination__page.is-active {
  opacity: 1;
}

.text-span-6 {
  font-size: 18px;
  font-weight: 500;
}

.text-span-7 {
  font-size: 18px;
  font-weight: 500;
}

.text-span-8 {
  font-size: 18px;
  font-weight: 500;
}

.link {
  margin-left: 5px;
  font-family: Inter, sans-serif;
  color: #38af8b;
  font-size: 16px;
  text-decoration: none;
}

.link.no-link {
  color: #5d7e74;
}

.link.adress {
  margin-left: 0px;
  color: #38af8b;
  line-height: 28px;
  text-decoration: underline;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  margin-top: 28px;
}

.div-block-17 {
  margin-top: 28px;
}

@media screen and (max-width: 991px) {
  .content.tablet {
    display: block;
  }

  .content.desktop-mobile {
    display: none;
  }

  .section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section.color-dark-bg.desktop {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section.color-dark-bg.mobile-margini {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section.color-light-bg.header-rounding {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section.float {
    display: none;
  }

  .intro {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-p {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .intro-image-wrapper {
    width: 100%;
    margin-top: 52px;
  }

  .intro-text {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .text-p.dark.center {
    margin-bottom: 0px;
  }

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

  .text-p.meta-pmargin {
    margin-top: 24px;
    line-height: 28px;
  }

  .text-p.no-margin {
    text-align: left;
  }

  .therapiemethoden {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tpm-text {
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .h1.dark.big {
    font-size: 44px;
    line-height: 48px;
  }

  .h1.dark.big.center {
    font-size: 44px;
    line-height: 48px;
  }

  .tpm-p {
    margin-bottom: 24px;
  }

  .tpm-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 44px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tpm-card {
    width: 420px;
    margin-right: auto;
    margin-left: auto;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .innodia {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .innodia-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .innodia-card {
    width: 100%;
    margin-top: 0px;
  }

  .footer-content {
    margin-top: 60px;
  }

  .footer-content-col {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .footer-meta {
    margin-top: 60px;
  }

  .footer-p.no-margino {
    white-space: nowrap;
  }

  .termin-cta {
    margin-top: 100px;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1-big.center {
    font-size: 44px;
    line-height: 48px;
  }

  .h1-big.meta-margin {
    width: 40%;
    font-size: 36px;
    line-height: 40px;
  }

  .h1-big.immun-margin {
    font-size: 44px;
    line-height: 48px;
  }

  .h1-big.contact {
    font-size: 44px;
    line-height: 48px;
  }

  .header-p {
    margin-bottom: 32px;
  }

  .hero-text {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .bermich-image {
    height: 60vh;
  }

  .bermich-text {
    width: 100%;
    margin-top: 32px;
    padding-left: 0px;
  }

  .text-span {
    font-size: 44px;
    line-height: 48px;
  }

  .bermich-p {
    margin-bottom: 24px;
  }

  .benefits-card {
    height: 440px;
    padding: 12px;
  }

  .subpage-header {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .therapies-image-text.left-right {
    margin-top: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .therapies-image-text.left-right.sticky {
    position: static;
  }

  .therapies-image-text.right-left {
    margin-top: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-text.image.left-right {
    position: static;
    width: 100%;
  }

  .image-text.image.right-left {
    position: static;
    width: 100%;
  }

  .image-text.text.left-right {
    width: 100%;
    margin-top: 32px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-text.text.left-right.centered {
    margin-top: 0px;
  }

  .image-text.text.right-left {
    width: 100%;
    margin-top: 32px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-text.p {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .therapy-image._1 {
    height: 60vh;
  }

  .therapy-image._2 {
    height: 60vh;
  }

  .therapy-image._3 {
    height: 60vh;
  }

  .therapy-image._4 {
    height: 60vh;
  }

  .therapy-image._5 {
    height: 60vh;
  }

  .revi-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .metatron {
    margin-top: 100px;
    padding-top: 100px;
  }

  .ablauf {
    padding-right: 0%;
    padding-left: 0%;
  }

  .revi-text-wrapper {
    margin-top: 32px;
  }

  .revi-desk-2 {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .revi-desk-2.no-image {
    padding-top: 20px;
  }

  .meta-desc-text {
    width: 60%;
  }

  .meta-p-big {
    font-size: 20px;
    line-height: 28px;
  }

  .ablauf-card {
    padding: 24px;
  }

  .ablauf-card-text {
    font-size: 16px;
    line-height: 28px;
  }

  .ablauf-card-didgit-wrapper {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .immun-desc-icon {
    max-width: 80%;
  }

  .div-block-7 {
    margin-top: 32px;
  }

  .praxis-image {
    margin-top: 32px;
  }

  .card-left-connector {
    width: 24px;
  }

  .div-block-8 {
    padding-left: 4px;
  }

  .div-block-8.right {
    padding-right: 4px;
  }

  .aktuelles-text-wrapper {
    margin-bottom: 20px;
  }

  .kontakt {
    padding-top: 160px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kontakt-wrapper {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .form-block {
    width: 100%;
    margin-top: 40px;
  }

  .flowbase-logo {
    width: 94px;
  }

  .mobile-nav-link {
    width: 100%;
    font-family: Inter, sans-serif;
    color: #115d46;
    font-size: 16px;
    font-weight: 500;
  }

  .navigation-mob {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 56px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
    border-radius: 999px;
    background-color: #fff;
  }

  .mobile-nav {
    margin-top: 16px;
    margin-bottom: 0px;
    padding: 16px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-mob {
    width: 46px;
    height: 46px;
    padding: 12px;
    border-radius: 100px;
    background-color: #f3f3f3;
    color: #fff;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #fefefe;
  }

  .div-block-10 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .splide__pagination {
    display: none;
  }

  .link {
    line-height: 28px;
  }

  .link.phone {
    line-height: 28px;
  }

  .link.no-link {
    line-height: 28px;
  }

  .link.adress {
    color: #38af8b;
  }

  .div-block-15 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .content.tablet {
    display: none;
  }

  .content.desktop-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.color-light-bg.header-rounding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1.light.big.center {
    width: 100%;
    font-size: 36px;
    line-height: 40px;
  }

  .h1.dark.big.center {
    text-align: center;
  }

  .innodia-cards {
    margin-top: 32px;
  }

  .footer {
    margin-top: 0px;
    border-top: 1px none #000;
  }

  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-content-col {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .h4.dark {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-contact {
    margin-top: 60px;
  }

  .footer--ffnungszeiten {
    margin-right: auto;
    margin-left: auto;
  }

  .termin-title-wrapper {
    width: 100%;
  }

  .termin-text {
    width: 80%;
  }

  .h1-big {
    font-size: 36px;
    line-height: 40px;
  }

  .header-p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .content {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content.tablet {
    display: none;
  }

  .content.desktop-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.color-dark-bg {
    margin-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.color-dark-bg.mobile {
    display: block;
    margin-top: 80px;
  }

  .section.color-dark-bg.desktop {
    display: none;
  }

  .section.color-dark-bg.mobile-margini {
    margin-top: 80px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.color-light-bg {
    margin-top: 80px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.color-light-bg.header-rounding {
    margin-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.color-light-bg.mobile-margin {
    margin-top: 80px;
  }

  .section.float {
    display: none;
  }

  .section.overflow-hidden {
    overflow: hidden;
  }

  .intro {
    width: 100%;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-p {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .intro-image-wrapper {
    width: 100%;
  }

  .intro-image-wrapper.headerr {
    margin-top: 0px;
  }

  .intro-text {
    width: 100%;
    padding-left: 0px;
  }

  .intro-text.centered {
    padding-left: 0px;
  }

  .text-p {
    margin-top: 24px;
    text-align: center;
  }

  .text-p.dark {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .text-p.dark.center {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .text-p.dark.contact {
    margin-right: auto;
    margin-left: auto;
  }

  .text-p.dark.headeramring {
    margin-top: 4px;
  }

  .text-p.meta-pmargin {
    margin-top: 24px;
  }

  .text-p.no-margin {
    margin-top: 0px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .text-subline {
    margin-bottom: 0px;
    color: #115d46;
    text-align: center;
  }

  .intro-image {
    margin-top: 0px;
  }

  .intro-image.header {
    margin-top: 60px;
  }

  .intro-image.illu {
    height: 300px;
  }

  .button {
    height: 52px;
    text-align: center;
  }

  .button.green {
    height: 52px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
  }

  .button.white {
    height: 52px;
  }

  .therapiemethoden {
    margin-top: 0px;
    padding-top: 52px;
    padding-bottom: 52px;
    -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;
  }

  .tpm-text {
    width: 100%;
    padding-right: 0px;
  }

  .h1.light.big {
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .h1.dark.big {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .h1.dark.big.center {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .tpm-p {
    margin-top: 0px;
    margin-bottom: 36px;
  }

  .tpm-card-list {
    width: 100%;
    margin-top: 12px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tpm-card {
    width: 100%;
  }

  .tpm-card.button-margin {
    margin-bottom: 32px;
  }

  .heading-2 {
    width: 100%;
    margin-top: 32px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .heading-2.mobileproblem {
    font-size: 28px;
  }

  .innodia {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .innodia-title-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .innodia-cards {
    margin-top: 32px;
    -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;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .innodia-card {
    width: 100%;
    height: auto;
  }

  .innodia-card-text {
    height: auto;
    padding: 32px 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .immodia-card-img {
    height: 170px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content-col {
    width: 100%;
    margin-top: 52px;
    padding-right: 0px;
    text-align: center;
  }

  .footer-meta {
    margin-top: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-sitemap-link {
    margin-top: 16px;
  }

  .col-sitemap-link.w--current {
    font-family: Inter, sans-serif;
  }

  .col-sitemap-link.no-margin {
    margin-left: 0px;
  }

  .h4.dark {
    font-size: 24px;
  }

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

  .footer-contact {
    margin-top: 52px;
  }

  .footer--ffnungszeiten {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-meta-policies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    font-family: Inter, sans-serif;
  }

  .termin-cta {
    margin-top: 80px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .termin-text {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .header {
    padding-top: 104px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1-big {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: ltr;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    text-transform: none;
    white-space: pre-line;
  }

  .h1-big.center {
    font-size: 32px;
    line-height: 36px;
  }

  .h1-big.meta-margin {
    width: 100%;
    padding-right: 0px;
  }

  .h1-big.immun-margin {
    padding-right: 0px;
    font-size: 32px;
    line-height: 36px;
  }

  .h1-big.contact {
    font-size: 32px;
    line-height: 36px;
  }

  .header-p {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .hero-text {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bermich-image {
    height: 60vh;
  }

  .bermich-text {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span {
    font-size: 32px;
    line-height: 36px;
  }

  .bermich-p {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .bermich-icon {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .benefits {
    margin-top: -130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefits-card {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    padding: 24px 20px;
  }

  .benefits-icon {
    width: 76px;
    height: 74px;
    margin-bottom: 16px;
  }

  .hero {
    width: 100%;
    margin-bottom: 160px;
  }

  .subpage-header {
    padding-top: 116px;
    padding-bottom: 80px;
  }

  .sh-text-wrapper {
    width: 100%;
  }

  .therapies-image-text.left-right {
    margin-top: 80px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .therapies-image-text.right-left {
    margin-top: 80px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-text.image.left-right {
    width: 100%;
  }

  .image-text.image.right-left {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-text.text.left-right {
    width: 100%;
    margin-top: 32px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-text.text.right-left {
    width: 100%;
    margin-top: 32px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-text.p {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-text-icon {
    width: 88px;
    height: 86px;
  }

  .therapy-image._1 {
    height: 60vh;
  }

  .therapy-image._1.bermich-3 {
    height: 30vh;
  }

  .therapy-image._2 {
    height: 60vh;
  }

  .therapy-image._4 {
    height: 60vh;
  }

  .revi {
    margin-top: 80px;
  }

  .revi-desc {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .metatron {
    margin-top: 80px;
    padding-top: 80px;
  }

  .ablauf {
    margin-top: 0px;
    padding: 60px 0%;
  }

  .revi-text-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }

  .revi-desc-image {
    height: 60vh;
  }

  .revi-desk-2 {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .meta-text-wrapper {
    margin-top: 32px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .meta-desc {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .meta-desc-text {
    width: 100%;
  }

  .meta-p-big {
    margin-top: 40px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .ablauf-cards {
    margin-top: 32px;
  }

  .ablauf-card {
    padding: 16px;
  }

  .ablauf-card-text {
    margin-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 24px;
  }

  .ablauf-card-didgit-wrapper {
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
  }

  .immunologie {
    margin-top: 80px;
  }

  .immun-desc-leftside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }

  .immun-desc-icon {
    margin-top: 20px;
  }

  .div-block-7 {
    margin-top: 24px;
    padding: 12px;
    border-radius: 16px;
    background-color: #f3f3f3;
  }

  .immun-desc-listicle {
    direction: ltr;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
    text-indent: 0px;
  }

  .praxis {
    margin-top: 80px;
  }

  .praxis-text-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }

  .praxis-image {
    position: static;
    right: 0px;
    display: none;
    overflow: visible;
    max-width: 200%;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }

  .laufbahn {
    width: 100%;
    margin-top: 0px;
    padding-top: 52px;
    padding-bottom: 52px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .laufbahn-cards.mobile {
    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;
  }

  .laufbahn-cards.desktop {
    display: none;
  }

  .cards-left {
    width: 100%;
    border: 1px none #000;
  }

  .cards-right {
    width: 100%;
  }

  .card-left {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-content {
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-content.right {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-content-year {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .card-content-desc.left {
    font-size: 16px;
    text-align: left;
  }

  .card-right {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .laufbahn-heading-wrapper {
    margin-bottom: 12px;
  }

  .bullet-p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .card-content-bulletpoints {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .splide.slider1 {
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .splide__track {
    padding-left: 0px;
  }

  .splide__list {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .splide__slide {
    width: 90%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .aktuelles {
    width: 100%;
    margin-top: 80px;
  }

  .aktuelles-text-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .kontakt {
    padding-top: 140px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kontakt-wrapper {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .imprint {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-bottom: 80px;
  }

  .imprint-headline {
    line-height: 32px;
  }

  .splide__arrows.splide__arrows--ltr {
    display: none;
  }

  .flowbase-logo {
    width: 80%;
  }

  .mobile-nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Inter, sans-serif;
    color: #115d46;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .navigation-mob {
    position: fixed;
    top: 0%;
    bottom: 0px;
    z-index: 13;
    display: block;
    width: 95%;
    height: 56px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5%;
    clear: none;
    border: 1px solid #efefef;
    border-radius: 999px;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: background-color 0ms ease;
    transition: background-color 0ms ease;
  }

  .mobile-nav {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
  }

  .menu-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    padding: 0px 14px;
    -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: #f3f3f3;
  }

  .menu-mob.w--open {
    background-color: #fff;
  }

  .image-5 {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-10 {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-6 {
    margin-top: 32px;
  }

  .div-block-11 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .praxis-image {
    position: static;
    display: none;
    height: 400px;
    max-width: none;
  }

  .div-block-12 {
    height: 100%;
    background-image: url('../images/paxis-image.png');
    background-position: 0px 0px;
  }

  .mobile-praxis-image {
    position: static;
    display: block;
    width: auto;
    height: 240px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    border-radius: 20px;
    background-image: url('../images/Die-Praxis.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .splide__pagination__page {
    display: none;
  }

  .splide__pagination__page.is-active {
    display: none;
  }

  .div-block-14 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

