@font-face {
  font-family: Verdanai;
  src: url('../fonts/VERDANAI.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #32457e;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #678cd6;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.button.form-button {
  margin-left: 0;
}

.button.button-kontakt2 {
  margin-top: 20px;
  margin-left: 10px;
}

.navigation-link {
  color: #676770;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #604b91;
}

.navigation-link.w--current {
  color: #000;
}

.navigation-link.w--current:hover {
  color: #604b91;
}

.navigation-bar {
  color: #000;
  background-color: #e5dacd;
  border-bottom: 1px solid #678cd6;
  border-radius: 1px;
}

.navigation-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-right: 40px;
  display: flex;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #e5dacd;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 5px 5px 5px #0003;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url('../images/01_header.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #3b3b3b;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  color: #070707;
  text-transform: uppercase;
  border-color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  -webkit-text-stroke-color: #ad86a8;
  background-color: #e5dacd;
  background-image: none;
  padding-top: 0;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #e5dacd;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.grid-image {
  background-color: #fff;
  border: 1px solid #678cd6;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #000;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #992189d6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container {
  color: #00070c;
  background-color: #e5dacdd1;
  border-radius: 4px;
  padding: 20px 10px;
  box-shadow: 5px 5px 5px #0003;
}

.bold-text {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.body {
  color: #000;
  background-color: #e5dacd;
  font-family: Verdana, Geneva, sans-serif;
}

.section-2 {
  -webkit-text-stroke-color: #fff;
  background-image: url('../images/footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding-top: 40px;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.quick-stack {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  margin-top: 20px;
  margin-left: 75px;
  margin-right: 75px;
}

.code-embed {
  align-self: center;
}

.cell {
  background-color: #fdfdfdd1;
  justify-content: center;
  align-items: center;
  padding: 50px 10px 40px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 20px;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  border: 1px solid #678cd6;
  border-radius: 1px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 5px 5px 5px #0003;
}

.hero-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: #000;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #32457e;
  margin-top: 20px;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #678cd6;
}

.button-primary:active {
  background-color: #43464d;
}

.section-3 {
  background-color: #e5dacd;
  border: 1px solid #fff;
  border-radius: 1px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.team-slider {
  background-color: #e5dacd;
  border-top: 1px solid #bb95d2;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 1px;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  color: #000;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
  box-shadow: 5px 5px 5px #0003;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

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

.hero-stack {
  background-color: #e5dacd;
  border: 0 solid #678cd6;
  border-top: 1px solid #fff;
  border-bottom-width: 1px;
  border-radius: 1px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.bold-text-2 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
}

.bold-text-3 {
  color: #000;
}

.heading {
  color: #000;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph {
  color: #000;
  padding-left: 0;
  padding-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.container-4 {
  padding-top: 10px;
}

.team-slider-2 {
  background-color: #e5dacd;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #fff;
  padding: 80px 30px;
  display: none;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.testimonial-image-left {
  background-color: #e5dacd;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.hero-without-image {
  background-color: #e5dacd;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.hero-heading-right-2 {
  background-color: #e5dacd;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-4 {
  background-image: url('../images/header_leistungen.png');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.section-5 {
  background-image: url('../images/header_about.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-left: 0 #000;
  border-right: 1px solid #fff;
  height: 450px;
}

.section-6 {
  background-image: url('../images/header_shop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.section-7 {
  background-color: #e5dacd;
}

.container-content {
  color: #000;
  border: 1px solid #678cd6;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 10px;
  box-shadow: 5px 5px 5px #0003;
}

.body-2 {
  color: #000;
  background-color: #e5dacd;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.heading-2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.form-block {
  padding: 40px 0;
}

.field-label, .field-label-2 {
  font-weight: 400;
}

.body-3 {
  color: #000;
  background-color: #e5dacd;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.section-8 {
  background-image: url('../images/header_kontakt.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.container-7 {
  border: 1px solid #678cd6;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 10px;
  box-shadow: 5px 5px 5px #0003;
}

.paragraph-2 {
  color: #000;
  padding-bottom: 20px;
  font-weight: 400;
}

.heading-3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-3, .paragraph-4 {
  font-weight: 400;
}

.paragraph-content {
  color: #000;
  text-transform: capitalize;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.paragraph-content.paragraf2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-box {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-10 {
  color: #000;
  background-color: #e5dacd;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.container-8 {
  margin-top: 0;
  padding: 20px 10px;
}

.body-4 {
  color: #000;
  background-color: #e5dacd;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.heading-ziele {
  color: #6a859c;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.image {
  vertical-align: baseline;
  object-fit: contain;
  position: static;
}

.image-2 {
  position: static;
  box-shadow: 5px 5px 5px #0003;
}

.cell-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 98px;
}

.body-5 {
  color: #000;
  background-color: #e5dacd;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.container-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-5 {
  color: #020202;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.section-11 {
  background-image: url('../images/header_impressum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.container-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-fragen {
  color: #000;
  border-bottom: 1px solid #32457e;
  padding: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.heading-4 {
  color: #000;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.paragraph-7 {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.section-12 {
  background-image: url('../images/header_Fragen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.section-13 {
  background-image: url('../images/header_forschung.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.container-11, .container-12 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-14 {
  border-bottom: 1px solid #32457e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-list {
  background-color: #e5dacd;
  border: 0 #e5dacd;
}

.dropdown-list.w--open {
  background-color: #e5dacd;
  border: 1px solid #32457e;
}

.dropdown-list-2 {
  background-color: #e5dacd;
  border: 0 #e5dacd;
}

.navbar-logo-left {
  background-color: #e5dacd;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  background-color: #e5dacd;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #e5dacd;
  border-radius: 3px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-block {
  font-size: 14px;
}

.section-15 {
  background-color: #e5dacd;
}

.code-embed-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  padding-bottom: 10px;
  display: inline-flex;
}

.hero-subscribe-right {
  background-color: #e5dacd;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  font-family: Verdana, Geneva, sans-serif;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.code-embed-3 {
  padding: 20px 10px;
  font-size: 12px;
}

.section-16 {
  background-image: url('../images/header_long_covid.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 450px;
}

.hero-heading-right-final {
  color: #000;
  background-color: #e5dacd;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
}

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

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  padding-left: 10px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-4 {
  align-self: flex-start;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-center-2 {
  background-color: #e5dacd;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #000;
  margin-bottom: 32px;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.section-17 {
  background-image: url('../images/header_impressum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.container-16 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-4 {
  border: 1px solid #32457e;
  padding: 2px;
  box-shadow: 4px 2px 5px 2px #0003;
}

.heading-5, .heading-6, .heading-7, .text-block-2, .text-block-3 {
  font-family: Verdana, Geneva, sans-serif;
}

.heading-8 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.heading-9 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-8 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.container-17 {
  margin-top: 10px;
  padding-left: 0;
}

.hero-heading-center-final {
  background-color: #e5dacd;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-10 {
  padding-left: 10px;
  font-weight: 400;
}

.hero-heading-right-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-5 {
  color: #000;
  margin-bottom: 24px;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.heading-11 {
  color: #020202;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
  padding-left: 10px;
}

.heading-12 {
  padding-left: 10px;
  font-weight: 400;
}

.container-18 {
  margin-top: 40px;
}

.paragraph-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-13 {
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.section-18 {
  margin-top: 20px;
  font-size: 12px;
}

.body-6 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
}

.container-19 {
  margin-top: 40px;
}

.header_2 {
  margin-left: 10px;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-10 {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.image-5 {
  height: 400px;
}

.section-19 {
  background-image: url('../images/header_leistungen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.container-20 {
  margin-top: 40px;
}

.heading-14 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
}

.heading-15 {
  font-size: 28px;
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  .heading {
    padding-left: 10px;
  }

  .margin-bottom-24px-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6 {
    background-image: url('../images/header_shop.png');
    height: 450px;
  }

  .section-8 {
    background-image: url('../images/header_kontakt.png');
    height: 450px;
  }

  .paragraph-content {
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-center-2 {
    background-color: #f5f7fa00;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-5, .container-6 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-13 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-menu {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .hero-heading-right, .team-slider, .hero-stack, .team-slider-2, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-without-image, .hero-heading-right-2, .pricing-overview, .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-subscribe-right, .hero-heading-right-final, .hero-heading-center-2, .hero-heading-center-final, .hero-heading-right-3, .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

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

  .hero-heading {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .hero-subheading {
    font-size: 14px;
  }

  .hollow-button.all-caps {
    display: none;
  }

  .section-heading.centered {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .section-subheading.center {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .grid-image {
    width: 35%;
  }

  .bold-text {
    font-size: 30px;
    line-height: 30px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .container-6 {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-heading-right-2 {
    display: block;
  }

  .section-5 {
    display: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .heading-ziele {
    font-weight: 400;
  }

  .image-3 {
    display: inline-flex;
  }

  .section-11 {
    display: none;
  }

  .container-13 {
    max-width: none;
  }

  .nav-menu-wrapper {
    background-color: #e5dacd;
  }

  .nav-menu-two {
    background-color: #e5dacd;
    flex-direction: column;
  }

  .menu-button {
    background-color: #e5dacd;
  }

  .icon {
    font-size: 30px;
  }

  .container-14 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .section-16 {
    display: none;
  }

  .container-15 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .section-17 {
    display: none;
  }

  .heading-9 {
    font-weight: 400;
  }
}

#w-node-e53a279b-be5a-4cb2-9729-459262d8f406-db00691a, #w-node-_7f21e253-b7c7-9177-e857-3b6c14b0057a-14b00579 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}


@font-face {
  font-family: 'Verdanai';
  src: url('../fonts/VERDANAI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}