:root {
  --copy-grey: #626262;
  --heading-black: #222;
  --blue: #005d77;
  --white: #f8f8f8;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--copy-grey);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

h1 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.4em;
}

h2 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22222em;
  font-weight: 600;
  line-height: 1.4em;
}

h3 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.77778em;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.55556em;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  color: var(--heading-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.22222em;
  font-weight: 600;
  line-height: 1.4em;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
}

.container-w2 {
  width: 100%;
  max-width: 81.5556em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside {
  padding-left: 3em;
  padding-right: 3em;
}

.container-w2.gutter-outside.hero-section {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.spacer-xxl {
  padding-bottom: 6em;
}

.spacer-l {
  padding-bottom: 4em;
  padding-right: 0;
}

.spacer-m {
  padding-bottom: 2em;
}

.spacer-s {
  padding-bottom: .8em;
}

.spacer-xs {
  padding-bottom: .4em;
}

.title4 {
  color: #383838;
  font-size: 1.55556em;
  font-weight: 600;
  line-height: 1.4em;
}

.title4.copy-white {
  color: var(--white);
}

.copy-large {
  font-family: Manrope, sans-serif;
  font-size: 1.11111em;
  font-weight: 400;
  line-height: 38px;
}

.container-w3 {
  width: 100%;
  max-width: 42.8889em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  padding-left: 3em;
  padding-right: 3em;
}

.copy-small {
  font-size: .888889em;
  line-height: 30px;
}

.copy-regular {
  color: #363636;
  font-family: Manrope, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.title1 {
  color: var(--heading-black);
  font-size: 3em;
  font-weight: 600;
  line-height: 1.4em;
}

.title2 {
  color: #383838;
  font-size: 2.22222em;
  font-weight: 600;
  line-height: 1.4em;
}

.title3 {
  color: #383838;
  font-size: 1.77778em;
  font-weight: 600;
  line-height: 1.4em;
}

.title5 {
  color: #383838;
  font-size: 1.22222em;
  font-weight: 600;
  line-height: 1.4em;
}

.home-produkt {
  background-color: #fafafa;
}

.copy-blue {
  color: var(--blue);
}

.grid-home-produkt {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.button-ghost {
  color: var(--blue);
  padding: 8px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4em;
}

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

.home-produkt-headline-item.left {
  width: 65%;
}

.home-produkt-text-wrapper {
  margin-left: 34%;
}

.home-mehrwerte-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-mehrwerte-item.left {
  width: 42%;
  position: relative;
}

.home-mehrwerte-item.right {
  width: 50%;
}

.button-primary {
  color: #005d77;
  background-color: #5fc3df !important;
  border-radius: 999px;
  padding: 8px 32px;
  font-size: 1em;
  font-weight: 600;
  line-height: 42px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.button-primary:hover {
  color: #5fc3df;
  background-color: #005d77 !important;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, .07);
}

.button-primary.right-space {
  margin-right: 24px;
}

.button-primary.full-width {
  width: 100%;
  text-align: center;
}

.home-testimonial-wrapper, .copy-center {
  text-align: center;
}

.copy-quote {
  color: #383838;
  font-size: 1.55556em;
  font-weight: 600;
  line-height: 1.7em;
}

.ueberuns-intro-wrapper {
  justify-content: space-between;
  display: flex;
}

.ueberuns-intro-item.left {
  width: 42%;
}

.ueberuns-intro-item.right {
  width: 50%;
}

.ueberuns-team-wrapper {
  grid-column-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.ueberuns-team-item {
  width: 50%;
}

.img-rounded-corners {
  border-radius: 25px;
}

.img-rounded-corners.img-drop-shadow.zoom-effekt {
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.img-rounded-corners.img-drop-shadow.zoom-effekt:hover {
  transform: scale(1.02);
}

.img-drop-shadow {
  box-shadow: 0 31px 40px 3px rgba(0, 0, 0, .09);
}

.cta-box {
  text-align: left;
  background-color: #d7f0f7;
  flex-direction: column;
  align-items: center;
  padding: 100px 80px;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.cta-box:hover {
  transform: translate(0, -10px);
}

.cta-box.img-rounded-corners.img-drop-shadow {
  text-decoration: none;
}

.grid-cta-box {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
}

.ueberuns-hero {
  height: 100vh;
  background-image: url('../images/img-ueberuns-hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.content-65 {
  width: 65%;
}

.title6 {
  color: var(--heading-black);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .888889em;
  font-weight: 700;
  line-height: 1.4em;
}

.title6.copy-blue {
  color: var(--blue);
}

.copy-white {
  color: var(--white);
}

.mehrwerte-hero {
  height: 100vh;
  background-image: url('../images/img-mehrwerte-hero.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.mehrwerte-content.dark-bg {
  background-color: var(--heading-black);
}

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

.mehrwerte-item.left {
  width: 42%;
}

.mehrwerte-item.right {
  width: 50%;
}

.faq-item-border {
  border-top: 1px solid #e4e6f1;
  padding: 28px 32px;
  transition: all .3s;
  display: block;
}

.mehrwerte-faq {
  background-color: #f8f8f8;
}

.seeval-changelog {
  justify-content: space-between;
  display: flex;
}

.mehrwerte-faq-item.left {
  width: 33%;
}

.mehrwerte-faq-item.right {
  width: 58%;
}

.faq-item {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  display: block;
}

.faq-toggle-2 {
  color: #999;
  justify-content: space-between;
  align-items: center;
  padding: 40px 5px 40px 0;
  line-height: 28px;
  display: flex;
}

.faq-toggle-2:hover {
  color: #7e48ea;
}

.tab-content-wrap {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.tab-content {
  padding-bottom: 30px;
  line-height: 36px;
}

.produkt-zielgruppe {
  background-color: #fafafa;
}

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

.zielgruppe-item.left {
  width: 42%;
}

.zielgruppe-item.right {
  width: 50%;
}

.zielgruppe-header {
  display: flex;
}

.icon-zielgruppe {
  margin-right: 24px;
}

.produkt-faq {
  background-color: #f8f8f8;
}

.produkt-testimonial {
  background-color: #fafafa;
}

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

.produkt-hero-item {
  width: 45%;
}

.produkt-hero-item.right {
  width: 50%;
}

.tab-description {
  color: var(--copy-grey);
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.feature-tab-menu {
  margin-bottom: 40px;
  display: flex;
}

.feature-tab-link {
  z-index: 6;
  width: 100%;
  color: #1f1f47;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.4em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.feature-tab-link.current {
  width: 100%;
  border-bottom: 3px solid var(--blue);
  color: #005d77;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.blur-wrapper {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copy-bold {
  font-weight: 600;
}

.footer {
  z-index: 9998;
  background-color: #0a183b;
  position: relative;
}

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

.footer-column.left {
  width: 50%;
}

.footer-column.mid, .footer-column.right {
  width: 20%;
}

.footer-link {
  color: var(--white);
  text-transform: none;
  font-size: 1.1em;
  line-height: 1.4em;
  text-decoration: none;
}

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

.home-hero-column {
  display: flex;
}

.home-hero-column.left {
  width: 50%;
  flex-direction: column;
}

.home-hero-column.right {
  width: 45%;
}

.bulletpoint-wrapper {
  align-items: flex-start;
  margin-bottom: 18px;
  display: flex;
}

.bulletpoint-wrapper.last-item {
  margin-bottom: 0;
}

.icon-bulletpoint {
  margin-right: 24px;
}

.home-pricing {
  background-color: #f9f9f9;
  padding-bottom: 27em;
  display: none;
}

.grid-pricing {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-item-wrapper {
  background-color: #ededed;
  border-radius: 25px;
  padding: 60px 40px;
  transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.pricing-item-wrapper:hover {
  box-shadow: 0 31px 40px 3px rgba(0, 0, 0, .04);
}

.divider-full-width {
  height: 1px;
  background-color: #cfcfcf;
}

.icon-pricing-bulletpoint {
  margin-right: 12px;
}

.home-about {
  background-color: #fafafa;
}

.home-about-wrapper {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-about-column {
  width: 50%;
}

.home-about-column.left {
  width: 42%;
}

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

.legal-item.left {
  width: 42%;
  flex: 1;
  position: relative;
}

.legal-item.right {
  width: 50%;
}

.sidebar-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  bottom: 10%;
}

.legal-chapter-wrapper {
  margin-bottom: 4.44444em;
}

.legal-chapter-wrapper.bottom {
  margin-bottom: 0;
}

.legal-link {
  color: var(--heading-black);
  font-size: 1em;
  line-height: 1.4em;
  text-decoration: none;
}

.legal-link.current {
  color: var(--blue);
  font-weight: 600;
}

.team-data-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 2.2em;
  padding-right: 2.2em;
  display: flex;
}

.social-link {
  margin-right: 24px;
}

.grid-ueberuns-mehrwerte {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.ueberuns-mehrwerte-item {
  position: relative;
}

.ueberuns-mehrwerte-overlay {
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.navbar {
  background-color: #fff;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}

.navbar-link-wrapper {
  align-items: center;
  display: flex;
}

.nav-link {
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1em;
  font-weight: 600;
  transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.nav-link:hover {
  transform: translate(0, -3px);
}

.nav-link.current {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  font-weight: 600;
}

.kontakt-item.right {
  width: 48%;
}

.kontakt-item.left {
  width: 42%;
}

.checkbox-field {
  display: flex;
}

.form-block-row1 {
  margin-bottom: 2.5em;
}

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

.form-text-field {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1em;
}

.form-block-row3 {
  justify-content: space-between;
  margin-bottom: 2.5em;
  display: flex;
}

.form-block-row3.kontaktseite {
  grid-row-gap: 40px;
  flex-direction: column;
}

.form-field-label {
  font-weight: 500;
}

.form-checkbox-circle {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  border-radius: 999px;
  margin-right: 12px;
}

.img-trennbild {
  width: 100%;
  object-fit: cover;
}

.hide-desktop {
  display: none;
}

.grid_nav {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_title {
  color: #888fa0;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.nav_title:hover {
  color: #ededed;
}

.nav_title.hide-dasktop {
  display: none;
}

.menu {
  width: 32px;
  height: 32px;
  grid-row-gap: 4px;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
}

.menu:hover {
  background-color: #1a1d22;
  align-items: center;
}

.nav_link {
  grid-column-gap: 8px;
  color: #ededed;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  color: #fff;
  background-color: rgba(26, 29, 34, .9);
  border-color: #1a1d22;
  box-shadow: 0 0 4px rgba(255, 22, 134, .2);
}

.nav_link.current {
  color: #fff;
}

.button_primary {
  grid-column-gap: 8px;
  color: var(--blue);
  background-color: #7e2fff;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
}

.button_primary:hover {
  background-color: #6f18fd;
}

.social {
  grid-column-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.nav_row-link {
  color: #cacaca;
  text-decoration: none;
  transition: color .2s;
}

.nav_row-link:hover {
  color: #fff;
}

.nav_row-links {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav_row {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.nav_inner {
  z-index: 10;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(26, 29, 34, .9);
  border: 1px solid #555b62;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 16px;
  display: flex;
  position: relative;
}

.nav_logo {
  width: 36px;
  flex: none;
}

.menu_line {
  width: 16px;
  height: 2px;
  background-color: #ededed;
}

.flex_h-10 {
  grid-column-gap: 10px;
  display: flex;
}

.flex_h-10.center-left {
  align-items: center;
}

.nav {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: auto;
}

.nav_big {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(26, 29, 34, .9);
  border-radius: 20px;
  padding: 20px 16px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 70px;
  left: 0%;
  right: 0%;
}

.social_link {
  width: 20px;
  opacity: .8;
  transition: opacity .2s;
}

.social_link:hover {
  opacity: 1;
}

.footer-logo {
  width: 13.8889em;
}

.roadmap-features {
  background-color: #fafafa;
}

.img-roadmap-hero {
  width: 100%;
}

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

.roadmap-item {
  width: 50%;
}

.roadmap-item.left {
  width: 42%;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-large {
  color: #1355ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.timeline-wrapper {
  position: relative;
}

.button-wrapper-row {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-round-white {
  color: #1355ff;
  background-color: #fff;
  border: 2px solid #f5f9ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-round-white:hover {
  color: #1355ff;
  background-color: #fff;
}

.year-text {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-standard {
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.grid-timeline {
  grid-column-gap: 100px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.card-timeline {
  z-index: 5;
  max-width: 670px;
  background-color: #fafafa;
  border-radius: 14px;
  margin-bottom: 40px;
  padding: 32px;
  position: relative;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .11);
}

.card-timeline.end-card {
  margin-bottom: 0;
}

.timeline-blue {
  width: 6px;
  background-color: var(--blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 10%;
  right: auto;
}

.button-round-blue {
  background-color: #1355ff;
  border: 2px solid #1355ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-round-blue:hover {
  color: #1355ff;
  background-color: #fff;
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.h3-heading {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.section-timeline {
  background-color: #f5f9ff;
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-roadmap-features {
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
}

.roadmap-feature-header {
  align-items: center;
  display: flex;
}

.img-roadmap-feature-icon {
  margin-right: 24px;
}

.grid-seeval-kennenlernen {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img-wasistseeval-screenshot {
  border: .5px solid #dbdbdb;
}

.testen-newsletter {
  background-color: #fcfcfc;
}

.success-message {
  background-color: #005d77;
}

.error-message-box {
  margin-top: 40px;
  padding: 32px;
}

.hilfe-faq {
  background-color: #fcfcfc;
}

.hilfe-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.hilfe-hero-item.left {
  width: 48%;
}

.hilfe-hero-item.right {
  width: 45%;
}

.modul-intro-wrapper {
  height: 100%;
  border-top: 1px solid #ebebeb;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.modul-intro-item.left {
  width: 40%;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.modul-intro-item.right {
  padding: 120px 280px 120px 42%;
}

.img-test {
  height: 100%;
  object-fit: cover;
}

.test-sticky {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.image {
  height: 100vh;
  object-fit: cover;
}

.webapp-wrapper {
  border-top: 1px solid #ebebeb;
  flex-direction: column;
  display: flex;
  position: static;
}

.webapp-row.left {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.webapp-row.right {
  width: 100%;
  align-self: center;
  padding-left: 5%;
  padding-right: 5%;
}

.img-webapp {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: 50% 50%;
  position: static;
  top: 1px;
  bottom: 1px;
}

.button-invert {
  color: #005d77;
  background-color: rgba(95, 195, 223, 0);
  border: 3px solid #005d77;
  border-radius: 999px;
  padding: 5px 29px;
  font-size: 1em;
  font-weight: 600;
  line-height: 42px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.button-invert:hover {
  color: #5fc3df;
  background-color: #005d77;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, .07);
}

.button-invert.right-space {
  margin-right: 24px;
}

.button-invert.full-width {
  width: 100%;
  text-align: center;
}

.help {
  z-index: 9999;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 3%;
}

.disclaimer-wrapper {
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.icon-disclaimer-nummer {
  margin-right: 16px;
}

.hilfe-disclaimer {
  background-color: #fcfcfc;
}

@media screen and (min-width: 1920px) {
  .hilfe-faq {
    background-color: #fcfcfc;
  }

  .webapp-wrapper {
    flex-direction: row;
    display: flex;
    position: relative;
  }

  .webapp-row.left {
    width: 40%;
    padding-left: 0%;
    padding-right: 0%;
    position: -webkit-sticky;
    position: sticky;
  }

  .webapp-row.right {
    width: 60%;
    margin-left: 120px;
    padding-right: 10%;
  }

  .img-webapp {
    height: 100vh;
    max-width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 1px;
    bottom: 1px;
  }

  .help {
    z-index: 9997;
  }

  .disclaimer-wrapper {
    align-items: flex-start;
    margin-bottom: 2em;
    display: flex;
  }

  .icon-disclaimer-nummer {
    margin-top: 7px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 1.7em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.1em;
  }

  .container-w2.gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-w2.gutter-outside.hero-section {
    bottom: 10%;
  }

  .container-w2.gutter-outside.mobile-nav {
    display: flex;
  }

  .spacer-xxl {
    padding-bottom: 4em;
  }

  .spacer-l {
    padding-bottom: 3em;
  }

  .title4 {
    font-size: 1.3em;
  }

  .container-w3.gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .title1, .title2 {
    font-size: 1.7em;
    line-height: 1.4em;
  }

  .title3 {
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .title5 {
    font-size: 1.1em;
  }

  .grid-home-produkt {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .home-produkt-headline-item.left {
    width: 100%;
  }

  .home-produkt-text-wrapper {
    margin-left: 0%;
  }

  .home-mehrwerte-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-mehrwerte-item.left, .home-mehrwerte-item.right {
    width: 100%;
  }

  .ueberuns-intro-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .ueberuns-intro-item.left, .ueberuns-intro-item.right {
    width: 100%;
  }

  .cta-box.img-rounded-corners.img-drop-shadow {
    padding: 40px;
  }

  .grid-cta-box {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .ueberuns-hero {
    background-position: 20%;
    position: relative;
  }

  .content-65 {
    width: 100%;
  }

  .mehrwerte-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .mehrwerte-wrapper.no-spacer {
    grid-row-gap: 0px;
  }

  .mehrwerte-item.left, .mehrwerte-item.right {
    width: 100%;
  }

  .seeval-changelog {
    flex-direction: column;
  }

  .mehrwerte-faq-item.left, .mehrwerte-faq-item.right {
    width: 100%;
  }

  .zielgruppe-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .zielgruppe-item.left, .zielgruppe-item.right {
    width: 100%;
  }

  .produkt-hero-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .produkt-hero-item, .produkt-hero-item.right {
    width: 100%;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-column.left, .footer-column.mid {
    width: 100%;
  }

  .home-hero-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .home-hero-column.left, .home-hero-column.right {
    width: 100%;
  }

  .home-pricing {
    padding-bottom: 4em;
  }

  .grid-pricing {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .home-about {
    margin-top: 4em;
  }

  .home-about-wrapper {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .home-about-column, .home-about-column.left {
    width: 100%;
  }

  .legal-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .legal-item.left, .legal-item.right {
    width: 100%;
  }

  .team-data-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1em;
  }

  .ueberuns-mehrwerte {
    background-color: #f8f8f8;
  }

  .grid-ueberuns-mehrwerte {
    grid-template-columns: 1fr;
  }

  .navbar {
    justify-content: space-between;
    display: none;
  }

  .kontakt-item.right, .kontakt-item.left {
    width: 100%;
  }

  .kontakt-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .form-block-row3 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .mobile-nav {
    justify-content: center;
  }

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

  .button_primary {
    background-color: #5fc3df;
  }

  .button_primary:hover {
    background-color: var(--blue);
    color: #5fc3df;
  }

  .nav_row-link.current {
    color: #d7f0f7;
    font-weight: 600;
  }

  .nav {
    z-index: 9999;
    display: flex;
  }

  .nav_big {
    display: none;
  }

  .footer-logo {
    width: 30vw;
  }

  .roadmap-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .roadmap-item, .roadmap-item.left {
    width: 100%;
  }

  .button-wrapper-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-round-white {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .grid-timeline {
    grid-column-gap: 32px;
  }

  .section-timeline {
    padding-bottom: 140px;
  }

  .grid-roadmap-features {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-seeval-kennenlernen {
    grid-template-columns: 1fr 1fr;
  }

  .hilfe-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .hilfe-hero-item.left, .hilfe-hero-item.right {
    width: 100%;
  }

  .modul-intro-wrapper {
    flex-direction: column;
  }

  .modul-intro-item.left {
    position: static;
  }

  .modul-intro-item.right {
    padding: 0;
  }

  .webapp-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .webapp-row.left {
    width: 100%;
    position: static;
  }

  .webapp-row.right {
    width: auto;
    padding-right: 5%;
  }

  .img-webapp {
    width: 100%;
    height: 40vh;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .copy-quote {
    font-size: 1.2em;
  }

  .ueberuns-team-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .ueberuns-team-item {
    width: 100%;
  }

  .ueberuns-hero {
    background-position: 24%;
  }

  .faq-toggle-2 {
    background-position: 99% 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-tab-menu {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .feature-tab-link {
    z-index: 6;
    padding: 20px;
  }

  .home-about-column.right {
    display: none;
  }

  .grid_nav {
    max-height: 65vh;
    grid-column-gap: 20px;
    overflow: scroll;
  }

  .nav_title.hide-dasktop {
    display: block;
  }

  .nav_link {
    display: none;
  }

  .nav_inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .nav_big {
    display: none;
  }

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

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

  .grid-roadmap-features, .grid-seeval-kennenlernen {
    grid-template-columns: 1fr;
  }

  .webapp-row.left, .webapp-row.right {
    padding-left: 3%;
    padding-right: 3%;
  }

  .disclaimer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .button-primary.right-space.smartphone-bottom-space {
    margin-bottom: 24px;
  }

  .faq-item-border {
    padding: 24px 14px;
  }

  .feature-tab-link {
    text-align: center;
  }

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

  .nav_title {
    color: #fff;
  }

  .nav_row {
    grid-row-gap: 10px;
  }

  .footer-logo {
    width: 50vw;
  }

  .button-round-white {
    text-align: center;
  }

  .card-timeline {
    padding: 24px;
  }

  .button-round-blue {
    text-align: center;
  }

  .h3-heading {
    font-size: 48px;
  }

  .button-invert.right-space.smartphone-bottom-space {
    margin-bottom: 24px;
  }
}

#w-node-e28f94f5-2214-38b7-9d45-b89598737b1f-5d5ce4a7, #w-node-_2f0000fa-c6ed-4c65-9e04-95a4e95cdcb3-5d5ce4a7, #w-node-_15a9103b-f23b-d12c-ad18-b946566a7228-5d5ce4a7, #w-node-cd12d6ad-5dc6-1daf-7161-9af58d914a63-5d5ce4a7, #w-node-ab509d32-ee27-a387-86ad-5e443e25c62d-5d5ce4a7, #w-node-_4c2fc20d-5ea2-ba42-c477-9d93587aa751-5d5ce4a7, #w-node-eebbc752-0b35-fdea-1ddd-bb4d4f385d18-4f385d13, #w-node-eebbc752-0b35-fdea-1ddd-bb4d4f385d20-4f385d13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0999bd8-8236-e4e6-5848-e79e8f395663-7febbac9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_264b5351-81ae-c75b-d56b-4aab4032d415-7febbac9, #w-node-b5f422d8-72b1-dcce-b674-0ccc698c8212-7febbac9, #w-node-efba55c8-b66c-3739-577d-9a8ced481637-7febbac9, #w-node-a96f1799-e292-7bdc-b7e8-2055a6f98cdc-7febbac9, #w-node-_98145d65-e15d-40f5-fd2e-b6c3d7dacf17-7febbac9, #w-node-_98145d65-e15d-40f5-fd2e-b6c3d7dacf1f-7febbac9, #w-node-_98145d65-e15d-40f5-fd2e-b6c3d7dacf27-7febbac9, #w-node-_82c8c244-7397-6baa-131f-3bf1350c946f-6ea95f4a, #w-node-_408c1659-d77e-0755-b84c-ceff78f8a270-6ea95f4a, #w-node-f3f9b3d2-a554-cd65-4ee9-4accc64723dc-6ea95f4a, #w-node-_45e17333-401a-aa55-c6ce-a99ecdd1006b-6ea95f4a, #w-node-a6097315-6dc6-0b5e-03ff-6de0d6721b66-6ea95f4a, #w-node-aeb2c0ae-4970-d593-fe35-dd06ecebcd19-6ea95f4a, #w-node-_305bbbb8-c62f-373d-e4e3-92006d679bf0-feea5797, #w-node-_5bc2ce9a-db07-c85d-eaa7-fed4bcf0f6bd-feea5797, #w-node-_9fe20471-bb39-9ccc-fa10-5b220bef3dbd-feea5797, #w-node-_2779a049-2574-67d9-755d-dad3a2e86143-feea5797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e28f94f5-2214-38b7-9d45-b89598737b1f-5d5ce4a7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2f0000fa-c6ed-4c65-9e04-95a4e95cdcb3-5d5ce4a7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_15a9103b-f23b-d12c-ad18-b946566a7228-5d5ce4a7 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}