.body {
  height: 100%;
  background-color: #ecded3;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.navbar-bg {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0.55;
}

.navbar-separation {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  max-height: 1px;
  min-height: 1px;
  background-color: hsla(0, 0%, 100%, .1);
}

.navbar-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background-image: -webkit-linear-gradient(270deg, #596b72, #6eccf3);
  background-image: linear-gradient(180deg, #596b72, #6eccf3);
}

.navbar-overlay-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  -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;
}

.navbar-overlay-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-overlay-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 90px 10px 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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease, padding 200ms ease;
  transition: color 200ms ease, padding 200ms ease;
  color: #ddf5ff;
  font-size: 40px;
  line-height: 40px;
  text-align: right;
  text-decoration: none;
}

.navbar-overlay-link:hover {
  color: #333;
}

.navbar-overlay-link.w--current {
  color: #333;
}

.div-block-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-right: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.overlay-navbar-link {
  margin-left: 20px;
}

.overlay-navbar-fb {
  display: none;
  overflow: visible;
  width: 50px;
}

.navbar-logo {
  position: absolute;
  left: 62px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 100%;
  padding-right: 40px;
  padding-left: 0px;
  -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;
}

.navbar-logo.w--current {
  padding-left: 0px;
}

.navbar-logo-img {
  width: 70%;
  max-width: 70%;
}

.navbar-divblock-right {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 62px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 62px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  padding: 0px;
  -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;
}

.menu-burger-icon {
  width: 30px;
}

.menu-cross-icon {
  width: 26px;
}

.menu-icons {
  position: static;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.navbar-section {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 120px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-right {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 62px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.x-all {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.66;
}

.x-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.y-line {
  width: 1px;
  border-left: 1px solid #000;
}

.section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.section-color-1.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, transparent, #ecded3);
  background-image: linear-gradient(180deg, transparent, #ecded3);
}

.section.section-color-2 {
  z-index: 6;
  background-image: -webkit-linear-gradient(270deg, transparent -2%, transparent 0%, #ddf5ff);
  background-image: linear-gradient(180deg, transparent -2%, transparent 0%, #ddf5ff);
}

.section.section-color-3.reverse {
  min-height: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, transparent, #ddf5ff);
  background-image: linear-gradient(0deg, transparent, #ddf5ff);
}

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

.main-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.main-hero-div-block {
  display: block;
  max-width: 1600px;
  padding: 320px 120px 240px;
  line-height: 1.75em;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 300;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1.25em;
  font-weight: 300;
}

.bold-text {
  font-weight: 400;
}

.kontakt-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -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: #05ce7d;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-bg-img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 140%;
  background-image: url('../images/INDIVIDUELLE-LEISTUNGEN.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.25;
}

.hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  overflow: visible;
  width: 100%;
  height: 140%;
  background-color: #ecded3;
  background-image: url('../images/INDIVIDUELLE-LEISTUNGEN.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.67;
}

.main-hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 140%;
  background-image: -webkit-linear-gradient(270deg, #81abc3, transparent), -webkit-linear-gradient(270deg, transparent, #ecded3), url('../images/massage.jpeg');
  background-image: linear-gradient(180deg, #81abc3, transparent), linear-gradient(180deg, transparent, #ecded3), url('../images/massage.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  opacity: 0.69;
}

.background-video-cover {
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(circle closest-side at 61% 50%, hsla(0, 0%, 5%, .35) 58%, #000);
  background-image: radial-gradient(circle closest-side at 61% 50%, hsla(0, 0%, 5%, .35) 58%, #000);
}

.column-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-container.column-container-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-div {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  padding: 180px 120px;
  -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;
  line-height: 1.75em;
}

.section-lable {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-head {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 1.25em;
  font-weight: 300;
}

.div-block {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  padding: 180px 120px;
  -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;
  line-height: 1.75em;
}

.section-text {
  margin-bottom: 25px;
  font-weight: 400;
}

.column-image-container.section-image-right.fullimg {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  -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;
}

.column-section-image-wrapper.right.r1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/krankengymnastik.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-section-image-wrapper.left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/massage_b.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-image-container-left {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 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;
}

.section-team {
  height: 600px;
  padding-top: 150px;
  padding-bottom: 115px;
  background-image: -webkit-linear-gradient(270deg, transparent, #90a8b3 99%), url('../images/47765.jpeg');
  background-image: linear-gradient(180deg, transparent, #90a8b3 99%), url('../images/47765.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.blockquote-wrapper {
  padding-top: 149px;
}

.quote {
  width: 60%;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #ddf5ff;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 300;
}

.paragraph {
  margin-left: 32px;
  color: #ddf5ff;
  font-size: 28px;
  line-height: 1.2em;
  font-style: italic;
}

.full-container {
  position: relative;
  width: 100%;
  max-width: 1800px;
}

.full-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1560px;
  padding: 180px 120px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1560px;
  margin-bottom: 80px;
  -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;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact-block {
  width: 33%;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-right: 40px;
  color: #000;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
}

.contact-label {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-info {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 300;
}

.map {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 600px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #35312e;
}

.footer-left {
  display: block;
}

.footer-text {
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
}

.text-block-2 {
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
}

.column-section-image-wrapper-lymph.right.r1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/lymphdrainage.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-section-image-wrapper-lymph.left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/massage_2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-container-impressum {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-container-impressum.column-container-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-container-datenschutz {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-container-datenschutz.column-container-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-datenschutz {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 180px 120px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1.75em;
}

.text-block-impressum {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 180px 120px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1.75em;
}

.column-div-datenschutz {
  position: relative;
  z-index: 5;
  display: block;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-div-impressum {
  position: relative;
  z-index: 5;
  display: block;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="menu-close"] {
  display: none;
  -webkit-transform: scale(0.01, 1) rotate(45deg);
  -ms-transform: scale(0.01, 1) rotate(45deg);
  transform: scale(0.01, 1) rotate(45deg);
}

html.w-mod-js *[data-ix="appear-menu"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="reveal"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

@media (max-width: 991px) {
  .body {
    line-height: 1.75em;
  }
  .navbar-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-overlay-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.75em;
  }
  .navbar-overlay-link {
    font-size: 29px;
    line-height: 30px;
  }
  .div-block-x {
    padding-top: 30px;
  }
  .overlay-navbar-link {
    line-height: 1.75em;
  }
  .navbar-logo {
    left: 62px;
    top: 0px;
    width: 300px;
  }
  .navbar-logo-img {
    width: 100%;
    max-width: 100%;
  }
  .menu-burger-icon {
    width: 20px;
  }
  .menu-cross-icon {
    width: 20px;
  }
  .menu-icons {
    width: 58px;
  }
  .navbar-section {
    height: 100px;
  }
  .navbar-right {
    padding-right: 0px;
  }
  .section {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.75em;
  }
  .section.section-color-1.reverse {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section.section-color-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.section-color-3.reverse {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-hero-div-block {
    max-width: 100%;
    padding: 240px 100px 180px;
  }
  .heading {
    font-size: 18px;
  }
  .heading-2 {
    font-size: 44px;
  }
  .kontakt-link {
    width: auto;
    font-size: 13px;
    line-height: 1.25em;
  }
  .column-container {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-div {
    width: 100%;
    max-width: 100%;
  }
  .text-block {
    display: block;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .section-lable {
    display: inline-block;
    line-height: 1.25em;
  }
  .section-head {
    font-size: 36px;
  }
  .section-text {
    margin-bottom: 50px;
  }
  .column-image-container.section-image-right.fullimg {
    display: block;
  }
  .column-section-image-wrapper.right.r1 {
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
  }
  .column-section-image-wrapper.left {
    display: block;
    background-position: 50% 50%;
  }
  .column-image-container-left {
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    max-width: 100%;
    padding-right: 0px;
  }
  .section-team {
    padding: 275px 66px 115px;
    font-size: 12px;
  }
  .blockquote-wrapper {
    display: block;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .quote {
    width: 84%;
    line-height: 1.1em;
  }
  .paragraph {
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 32px;
    font-style: italic;
  }
  .full-text-block {
    display: block;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-block {
    width: 100%;
    padding-top: 0px;
    line-height: 1.75em;
  }
  .column-section-image-wrapper-lymph.right.r1 {
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
  }
  .column-section-image-wrapper-lymph.left {
    display: block;
    background-position: 50% 50%;
  }
  .column-container-impressum {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-container-datenschutz {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block-datenschutz {
    display: block;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .text-block-impressum {
    display: block;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .column-div-datenschutz {
    width: 100%;
    max-width: 100%;
  }
  .column-div-impressum {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-overlay {
    padding-top: 80px;
  }
  .navbar-overlay-section {
    padding-top: 0px;
  }
  .navbar-overlay-link {
    padding-right: 60px;
    font-size: 20px;
    line-height: 1.3em;
  }
  .div-block-x {
    padding-top: 20px;
    padding-right: 60px;
  }
  .overlay-navbar-link {
    margin-left: 0px;
  }
  .overlay-navbar-fb {
    width: 32px;
  }
  .navbar-logo {
    width: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-cross-icon {
    width: 18px;
  }
  .menu-icons {
    width: 56px;
  }
  .navbar-section {
    height: 60px;
  }
  .main-hero-div-block {
    display: block;
    padding: 120px 60px 90px;
  }
  .heading {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .heading-2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .kontakt-link {
    height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 10px;
  }
  .column-container {
    min-height: 350px;
  }
  .text-block {
    max-width: 440px;
    padding: 80px 60px;
  }
  .section-lable {
    margin-bottom: 10px;
    padding: 6px 8px;
    font-size: 10px;
  }
  .section-head {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
  }
  .section-text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.7em;
  }
  .column-image-container-left {
    position: relative;
    overflow: visible;
    padding-left: 0px;
  }
  .section-team {
    padding-top: 150px;
  }
  .quote {
    width: 100%;
  }
  .full-text-block {
    max-width: 440px;
    padding-top: 120px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .contact-block {
    margin-bottom: 30px;
  }
  .contact-label {
    margin-bottom: 5px;
  }
  .contact-info {
    font-size: 18px;
  }
  .column-container-impressum {
    min-height: 350px;
  }
  .column-container-datenschutz {
    min-height: 350px;
  }
  .text-block-datenschutz {
    max-width: 440px;
    padding: 80px 60px;
  }
  .text-block-impressum {
    max-width: 440px;
    padding: 80px 60px;
  }
}

@media (max-width: 479px) {
  .navbar-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-overlay {
    padding-top: 60px;
  }
  .navbar-overlay-section {
    padding-top: 0px;
  }
  .navbar-overlay-link {
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .div-block-x {
    padding-top: 0px;
    padding-right: 20px;
  }
  .overlay-navbar-link {
    margin-left: 10px;
  }
  .overlay-navbar-fb {
    width: 28px;
  }
  .navbar-logo {
    width: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-logo-img {
    width: 100%;
    max-width: 100%;
  }
  .menu-burger-icon {
    width: 20px;
  }
  .menu-cross-icon {
    width: 18px;
  }
  .menu-icons {
    width: 56px;
  }
  .navbar-section {
    height: 60px;
  }
  .navbar-right {
    padding-right: 0px;
  }
  .section {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.section-color-1.reverse {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section.section-color-3.reverse {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-hero-div-block {
    max-width: 100%;
    padding: 120px 40px 90px;
  }
  .heading {
    font-size: 14px;
  }
  .heading-2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .kontakt-link {
    width: auto;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 1.3em;
  }
  .column-container {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 350px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-container.column-container-right {
    display: block;
    min-height: 260px;
    -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;
  }
  .column-div {
    width: 100%;
    max-width: 100%;
  }
  .text-block {
    display: block;
    max-width: 100%;
    padding: 80px 40px;
  }
  .section-lable {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 8px;
    font-size: 10px;
    line-height: 12px;
  }
  .section-head {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
  }
  .section-text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.7em;
  }
  .column-image-container.section-image-right.fullimg {
    display: block;
    padding-left: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column-section-image-wrapper.right.r1 {
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
  }
  .column-section-image-wrapper.left {
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
  }
  .column-image-container-left {
    position: relative;
    display: block;
    overflow: visible;
    max-width: 100%;
    padding-left: 0px;
  }
  .section-team {
    padding: 66px 15px;
    font-size: 12px;
  }
  .blockquote-wrapper {
    padding-top: 0px;
  }
  .quote {
    width: 100%;
    margin-bottom: 10px;
  }
  .paragraph {
    margin-top: 16px;
    font-style: italic;
  }
  .full-text-block {
    display: block;
    max-width: 440px;
    padding: 120px 40px 0px;
    line-height: 1.75em;
  }
  .contact-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-block {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0px;
    font-size: 11px;
  }
  .contact-label {
    margin-bottom: 5px;
    line-height: 1.3em;
  }
  .contact-info {
    font-size: 18px;
    line-height: 1.25em;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-section-image-wrapper-lymph.right.r1 {
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
  }
  .column-section-image-wrapper-lymph.left {
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
  }
  .column-container-impressum {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 350px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-container-impressum.column-container-right {
    display: block;
    min-height: 260px;
    -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;
  }
  .column-container-datenschutz {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 350px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-container-datenschutz.column-container-right {
    display: block;
    min-height: 260px;
    -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;
  }
  .text-block-datenschutz {
    display: block;
    max-width: 100%;
    padding: 80px 40px;
  }
  .text-block-impressum {
    display: block;
    max-width: 100%;
    padding: 80px 40px;
  }
  .column-div-datenschutz {
    width: 100%;
    max-width: 100%;
  }
  .column-div-impressum {
    width: 100%;
    max-width: 100%;
  }
}

