@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto v30 latin 300";
  src: url('../fonts/roboto-v30-latin-300.woff2') format("woff2"), url('../fonts/roboto-v30-latin-300.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto v30 latin;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format("woff2"), url('../fonts/roboto-v30-latin-regular.eot') format("embedded-opentype"), url('../fonts/roboto-v30-latin-regular.woff') format("woff"), url('../fonts/roboto-v30-latin-regular.ttf') format("truetype"), url('../fonts/roboto-v30-latin-regular.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto v30 latin 500";
  src: url('../fonts/roboto-v30-latin-500.woff2') format("woff2"), url('../fonts/roboto-v30-latin-500.eot') format("embedded-opentype"), url('../fonts/roboto-v30-latin-500.woff') format("woff"), url('../fonts/roboto-v30-latin-500.svg') format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto v30 latin 700";
  src: url('../fonts/roboto-v30-latin-700.woff2') format("woff2"), url('../fonts/roboto-v30-latin-700.eot') format("embedded-opentype"), url('../fonts/roboto-v30-latin-700.woff') format("woff"), url('../fonts/roboto-v30-latin-700.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto v30 latin 300";
  src: url('../fonts/roboto-v30-latin-300.eot') format("embedded-opentype"), url('../fonts/roboto-v30-latin-300.ttf') format("truetype"), url('../fonts/roboto-v30-latin-300.svg') format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto v30 latin 500";
  src: url('../fonts/roboto-v30-latin-500.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto v30 latin 700";
  src: url('../fonts/roboto-v30-latin-700.svg') format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #323430;
  --olive-drab: #52a300;
  --white-smoke-3: #f9f9f9;
  --grey: #90928e;
  --light-green: #b9dd95;
  --gainsboro: #e1e1e1;
  --blue-violet: #7446c7;
  --steel-blue: #0072ce;
  --white-smoke-2: whitesmoke;
  --white: white;
  --light-sea-green: #00a38b;
  --white-smoke: #eee;
  --goldenrod: #e4a400;
  --green: #418002;
  --dark-green: #295200;
  --dim-grey: #686a68;
  --deep-pink: #ec407a;
  --dark-grey: #aeb0ad;
}

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

body {
  color: var(--dark-slate-grey);
  letter-spacing: .1px;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

h1 {
  color: var(--dark-slate-grey);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
}

h2 {
  color: var(--dark-slate-grey);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 34px;
  line-height: 1.4em;
}

h3 {
  color: var(--dark-slate-grey);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 26px;
  line-height: 1.4em;
}

h4 {
  color: var(--dark-slate-grey);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 20px;
  line-height: 1.8em;
}

h5 {
  color: var(--dark-slate-grey);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

h6 {
  color: var(--dark-slate-grey);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

a {
  color: var(--olive-drab);
  text-decoration: none;
}

.c-colortile {
  float: left;
  border: 1px solid #0000000d;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.c-colortile.grey-10 {
  background-color: var(--white-smoke-3);
}

.c-colortile.grey-70 {
  background-color: var(--grey);
}

.c-colortile.green-40 {
  background-color: var(--olive-drab);
}

.c-colortile.grey-90 {
  background-color: var(--dark-slate-grey);
}

.c-colortile.green-20 {
  background-color: var(--light-green);
}

.c-colortile.grey-40 {
  background-color: var(--gainsboro);
}

.c-colortile.violet {
  background-color: var(--blue-violet);
}

.c-colortile.blue {
  background-color: var(--steel-blue);
}

.c-colortile.grey-20 {
  background-color: var(--white-smoke-2);
}

.c-colortile.green-00 {
  background-color: #f7fdea;
}

.c-colortile.white {
  background-color: var(--white);
}

.c-colortile.teal {
  background-color: var(--light-sea-green);
}

.c-colortile.grey-30 {
  background-color: var(--white-smoke);
}

.c-colortile.yellow {
  background-color: var(--goldenrod);
}

.c-colortile.green-60 {
  background-color: var(--green);
}

.c-colortile.green-80 {
  background-color: var(--dark-green);
}

.c-colortile.grey-80 {
  background-color: var(--dim-grey);
}

.c-colortile.pink {
  background-color: var(--deep-pink);
}

.c-colortile.grey-60 {
  background-color: var(--dark-grey);
}

.l-wrapper-1220 {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.c-hero {
  color: #fff;
  text-align: left;
  background-image: url('../images/logo-form.svg'), none, linear-gradient(135deg, #52a300, #00a38b);
  background-position: -156px -173px, 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 727px, 595px, auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
}

.c-hero.shop {
  background-image: linear-gradient(#32343059, #32343059), url('../images/bg-hero-shop.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 800px;
}

.c-hero._2col {
  align-items: center;
  padding-top: 240px;
  padding-bottom: 200px;
}

.c-hero__textwrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 1220px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
  padding-right: 180px;
  display: block;
}

.c-hero__heading {
  color: var(--dark-slate-grey);
  margin-bottom: 24px;
  font-size: 48px;
}

.c-hero__heading.white {
  color: #fff;
}

.c-hero__text {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.8em;
}

.c-btn {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 1px 1px 3px #00000014;
  cursor: pointer;
  background-color: #52a300;
  border: 1px solid #0000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 1px 4px #0000001f;
}

.c-btn:hover {
  background-color: #418002;
  transform: translate(0, -1px);
  box-shadow: 0 1px 8px #00000026;
}

.c-btn.dark-green {
  background-color: var(--dark-green);
}

.c-btn.dark-green:hover {
  background-color: var(--dark-slate-grey);
}

.c-btn.white {
  color: var(--olive-drab);
  text-shadow: none;
  background-color: #fff;
}

.c-btn.white:hover {
  color: var(--green);
}

.c-btn.white.top-nav {
  margin-left: 24px;
  padding: 8px 16px;
}

.c-btn.white-red {
  color: #ec407a;
  text-shadow: none;
  background-color: #f9f9f9;
}

.c-btn.white-blue {
  color: #0072ce;
  text-shadow: none;
  background-color: #f9f9f9;
}

.c-btn.icon {
  display: flex;
}

.c-hero__videoteaser {
  justify-content: center;
  width: 1220px;
  margin-bottom: -320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-navbar {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.c-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.c-nav {
  align-items: center;
  display: flex;
}

.c-nav__link {
  color: #ffffffe6;
  align-items: center;
  padding: 32px 24px;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.c-nav__link:hover {
  opacity: 1;
  color: #fff;
}

.c-list__icon {
  color: var(--olive-drab);
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  display: inline-block;
}

.c-btn__icon {
  opacity: .9;
  margin-left: 12px;
  font-family: "Fa solid 900", sans-serif;
}

.c-card {
  background-color: #fff;
  border-bottom: 1px #eee;
  border-left: 1px #eee;
  border-right: 1px #eee;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  padding: 64px;
  font-size: 18px;
  line-height: 1.8em;
  box-shadow: 0 10px 35px #0000000f;
}

.c-card._3col {
  padding: 48px 40px;
}

.c-section-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 56rem;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-list__item {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.c-section-intro__text {
  font-size: 20px;
  line-height: 1.9em;
}

.c-card__icon {
  width: 128px;
  height: 128px;
  box-shadow: none;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-right: 32px;
  display: flex;
  position: relative;
}

.l-grid-2col {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.l-section-grey {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-section-grey.shop-first {
  padding-top: 240px;
}

.l-section {
  border-bottom: 1px solid #eee;
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-section.green {
  color: #ffffffe6;
  background-image: linear-gradient(135deg, #52a300, #00a38b);
  position: relative;
}

.l-section.quote {
  background-color: #f9f9f9;
  background-image: url('../images/quotation-marks-bg.svg');
  background-position: 200px 80px;
  background-repeat: no-repeat;
  background-size: 600px;
}

.l-section.first {
  padding-top: 240px;
}

.c-feature-left {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  font-size: 18px;
  line-height: 1.8em;
}

.c-icon-step {
  color: #52a300;
  background-image: url('../images/bubbles-01.svg');
  background-position: 0 0;
  background-size: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
  display: flex;
}

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

.c-feature-screenshot {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: -254px;
  right: 87px;
  overflow: hidden;
  box-shadow: 0 5px 40px #00000026;
}

.c-feature {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  font-size: 18px;
  line-height: 1.8em;
}

.c-list__icon-2 {
  color: #52a300;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  display: inline-block;
}

.c-list__icon-2.yellow {
  color: #e4a400;
}

.l-grid-3col {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.c-textlink {
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.c-textlink:hover {
  color: var(--green);
}

.c-textlink.hero-secondary {
  margin-left: 24px;
  font-size: 18px;
}

.c-tab__link {
  opacity: .75;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  flex: 1;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.c-tab__link:hover {
  opacity: 1;
  color: #f7fdea;
}

.c-tab__link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000001a;
  border-radius: 3px;
}

.p-large {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.85em;
}

.c-description {
  color: #aeb0ad;
  font-size: 14px;
  line-height: 1.5em;
}

.c-description.white {
  color: #b9dd95;
}

.c-profit__textwrap {
  margin-bottom: 32px;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.c-heading-tasse {
  color: #fff;
  display: none;
}

.c-img-profit {
  height: 440px;
}

.align-center {
  justify-content: center;
  display: flex;
}

.div-block-2 {
  text-align: center;
  flex-direction: column;
}

.l-grid-profit {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.c-heading-hoodie {
  color: #fff;
  display: none;
}

.c-heading-shirt {
  color: #fff;
}

.c-tabs-profit {
  flex-direction: column-reverse;
}

.c-heading-poster {
  color: #fff;
  display: none;
}

.c-faq-teaser {
  color: #686a68;
  background-color: #fff;
  border-top: 3px solid #e1e1e1;
  border-radius: 3px;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px 32px;
  font-size: 18px;
  line-height: 1.8em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 12px 25px -12px #0000001a;
}

.c-faq-teaser:hover {
  color: #52a300;
  background-color: #fff;
  border-top-color: #52a300;
  transform: translate(0, -1px);
  box-shadow: 0 12px 35px -12px #00000026;
}

.c-faq-teaser.w--current {
  color: #323430;
  background-color: #fff;
  transform: translate(0, -1px);
  box-shadow: 4px 4px 30px #0000001a;
}

.c-faq-teaser__icon {
  margin-left: 16px;
  font-family: "Fa solid 900", sans-serif;
}

.c-videoteaser-ipad {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c-howto-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.c-howto__wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.8em;
}

.c-step__icon {
  width: 128px;
  height: 128px;
  margin-bottom: 24px;
}

.headline-divider {
  width: 100px;
  height: 2px;
}

.c-screenshot {
  border-radius: 3px;
  flex: none;
  width: 640px;
  box-shadow: 0 6px 30px #32343026;
}

.c-preheading {
  color: var(--olive-drab);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.c-slider-feature {
  background-color: #0000;
  border-radius: 3px;
  flex: none;
  height: 448px;
  box-shadow: 0 6px 30px #00000026;
}

.c-slider__arrowbtn {
  color: #52a300;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 10px #0000001a;
}

.c-slider__arrowbtn:hover {
  color: #295200;
  box-shadow: 0 1px 2px #0003;
}

.right-arrow {
  text-shadow: 1px 1px 30px #00000080;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.left-arrow {
  color: #fff;
  text-shadow: 1px 1px 30px #00000080;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.slide-nav {
  display: none;
}

.c-testimonial__logo {
  background-image: url('../images/testimonial-moinliebe.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 160px;
  border: 4px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  min-width: 128px;
  min-height: 128px;
  margin-bottom: -64px;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.c-testimonial__logo._02 {
  background-image: url('../images/testikonial-ichbindannmalweg.jpg');
  background-position: 50% 20%;
  background-size: 160px;
}

.c-testimonial__logo._03 {
  background-image: url('../images/testimonial-glstkrrn.jpg');
  background-position: 50% 20%;
  background-size: 160px;
}

.c-testimonial {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-testimonial.outer {
  margin-top: 30px;
}

.l-row {
  margin-left: -10px;
  margin-right: -10px;
}

.c-testimonial__name {
  margin-bottom: 0;
  font-style: normal;
}

.c-section-intro__heading.margin-0 {
  margin-bottom: 0;
}

.c-testimonial__card {
  background-color: #fff;
  border: 1px #eee;
  border-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  margin-left: 5px;
  margin-right: 5px;
  padding: 88px 40px 48px;
  font-size: 18px;
  line-height: 1.8em;
  display: flex;
  box-shadow: 0 10px 35px #0000000f;
}

.c-usp {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.c-usp__wrap {
  color: #686a68;
  border-bottom: 1px #ffffff1a;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.c-usp__icon {
  color: #fff;
  background-color: #52a300;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.c-slider-hero__arrow {
  display: none;
}

.c-bubble-2 {
  border: 5px solid #fff;
  border-radius: 200px;
  width: 280px;
  position: absolute;
  top: 235px;
  left: 290px;
  box-shadow: 0 12px 20px #0000004d;
}

.c-hero__bubble-mobile {
  border: 5px solid #fff;
  border-radius: 200px;
  width: 330px;
  height: auto;
  display: none;
  position: absolute;
  top: -120px;
  left: 69px;
  box-shadow: 0 10px 24px #2952004d;
}

.c-bubble-4 {
  border: 5px solid #fff;
  border-radius: 200px;
  width: 240px;
  position: absolute;
  top: 130px;
  left: 640px;
  box-shadow: 0 7px 30px #29520080;
}

.c-hero__text-s {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.8em;
}

.c-slider-hero {
  background-color: #0000;
  height: 70px;
  margin-bottom: 32px;
  overflow: visible;
}

.c-bubble-wrap {
  position: relative;
}

.c-bubble-1 {
  border: 5px solid #fff;
  border-radius: 200px;
  width: 330px;
  height: auto;
  position: absolute;
  top: -120px;
  left: 52px;
  box-shadow: 0 15px 50px #2952004d;
}

.c-bubble-3 {
  border: 5px solid #fff;
  border-radius: 200px;
  width: 170px;
  position: absolute;
  top: -10px;
  left: 450px;
  box-shadow: 0 5px 20px #29520099;
}

.c-phone-feature__bubble {
  color: #52a300;
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  background-image: none;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-size: 24px;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: 130px auto auto -64px;
  transform: rotate(-18deg);
  box-shadow: 11px 11px 30px #0003;
}

.c-textwrap-feature {
  padding-right: 80px;
  font-size: 18px;
  line-height: 1.8em;
  display: flex;
}

.l-grid-feature-row {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.c-phone-feature__img {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-grid-phone {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.yellow {
  color: #e4a400;
}

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

.c-slider__rightarrow {
  color: #e1e1e1;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  display: flex;
  right: -88px;
}

.c-slider__slide {
  align-items: center;
  padding: 32px 100px 32px 32px;
  display: flex;
}

.c-product {
  color: #323430;
  text-align: center;
  background-color: #0000;
  border: 1px #eee;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition: all .2s;
}

.c-product:hover {
  border-color: #e1e1e1;
}

.c-slider__leftarrow {
  color: #e1e1e1;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  display: flex;
  left: -88px;
}

.c-product__img {
  margin-bottom: 24px;
}

.c-slider__nav {
  opacity: .35;
  font-size: 10px;
  display: block;
  bottom: -56px;
}

.c-slider__name {
  display: flex;
}

.c-slider {
  background-color: #fff;
  border-radius: 3px;
  align-items: center;
  height: auto;
  margin-bottom: 140px;
  box-shadow: 0 10px 35px #0000000f;
}

.c-slider__img {
  flex: none;
  width: 360px;
  margin-right: 64px;
}

.c-product__subtext {
  color: #686a68;
  border-radius: 3px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.green {
  color: #52a300;
  text-decoration: none;
}

.c-testimonial-slider__textwrap {
  flex: 1;
  font-size: 18px;
  line-height: 1.8em;
}

.l-grid-hero {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.c-hero__img-bag {
  position: absolute;
  top: -80px;
  left: -16px;
}

.image-22 {
  opacity: .6;
  width: 16px;
}

.c-hero__product-visual {
  position: relative;
}

.c-hero__img-hoodie {
  z-index: 9;
  position: absolute;
  top: -60px;
  left: 140px;
}

.c-hero__arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.c-subheadline {
  margin-top: 40px;
}

.c-card-vorteil {
  background-color: #fff;
  border-top: 4px solid #52a300;
  border-radius: 3px;
  align-items: center;
  margin-top: 80px;
  padding: 64px 80px 56px;
  font-size: 18px;
  line-height: 1.8em;
  box-shadow: 0 10px 35px #0000000f;
}

.c-card-vorteil.yellowish {
  border-top-color: #e4a400;
}

.c-card-vorteil.blueish {
  border-top-color: #0072ce;
}

.l-grid-vorteile {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.c-list-vorteile__icon {
  color: #f7fdea;
  background-color: #52a300;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 16px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  display: flex;
}

.c-list-vorteile__icon.yellow {
  color: #fffcf1;
  background-color: #e4a400;
}

.c-list-vorteile__icon.blue {
  color: #f3fcff;
  background-color: #0072ce;
}

.c-list-vorteile__item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.c-list-vorteile__heading {
  color: #52a300;
  margin-bottom: 40px;
}

.c-list-vorteile {
  font-size: 18px;
}

.c-textwrap {
  text-align: left;
  margin-bottom: 80px;
  padding-left: 200px;
  padding-right: 200px;
  font-size: 18px;
  line-height: 1.8em;
}

.c-card-vorteile__heading {
  color: #52a300;
  margin-bottom: 40px;
  text-decoration: none;
}

.c-card-vorteile__heading.yellow {
  color: #e4a400;
}

.c-card-vorteile__heading.blue {
  color: #0072ce;
}

.c-card-cta__heading {
  color: #fff;
  margin-bottom: 0;
}

.grid-7-copy {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-items: center;
}

.c-card-cta__subheading {
  color: #ffffffb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
}

.c-card-cta {
  background-color: #fff;
  background-image: url('../images/logo-form.svg'), linear-gradient(135deg, #52a300, #00a38b);
  background-position: 100px -60px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 460px, auto;
  border-radius: 3px;
  align-items: center;
  margin-top: 40px;
  padding: 32px 80px;
  font-size: 18px;
  line-height: 1.8em;
  transform: skew(0deg);
  box-shadow: 0 10px 35px #41800233;
}

.c-card-cta.yellow {
  background-image: url('../images/logo-form.svg'), linear-gradient(135deg, #e4a400, #ec407a);
  background-position: 100px -20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 320px, auto;
  box-shadow: 0 10px 35px #ec407a33;
}

.c-card-cta.blue {
  background-image: url('../images/logo-form.svg'), linear-gradient(135deg, #0072ce, #531090);
  background-position: 100px -20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 320px, auto;
  box-shadow: 0 10px 35px #53109033;
}

.c-textlink-yellow {
  color: #e4a400;
}

.c-howto {
  margin-bottom: 100px;
  display: flex;
}

.c-card__icon-2 {
  width: 120px;
  height: 120px;
  box-shadow: none;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c-howto__img {
  width: 200px;
  margin-bottom: 16px;
}

.c-howto__step {
  color: #90928e;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.333%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.c-howto-step__arrow {
  flex: none;
  width: 64px;
  padding-top: 88px;
}

.blue {
  color: #0072ce;
}

.grid-6 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.c-bottom-cta {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/logo-form.svg'), radial-gradient(circle at 0 100%, #52a300, #00a38b);
  background-position: 120px -100px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 540px, auto;
  border-top: 1px #eee;
  padding-top: 100px;
}

.c-bottom-cta__wrap {
  text-align: center;
  width: 72%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.white {
  color: #fff;
}

.c-bottom-cta__img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-hero-start {
  background-image: url('../images/ss-hero-home-5.png');
  background-position: 150% 0;
  background-repeat: no-repeat;
  background-size: 66%;
  padding-top: 200px;
  padding-bottom: 160px;
}

.c-hero__cta {
  align-items: center;
  display: flex;
}

.mask {
  border-radius: 3px;
}

.c-usecase__hovertext {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #52a300;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 10px 35px #0000000d;
}

.l-grid-usecases {
  grid-template-columns: 1fr 1fr 1fr;
}

.c-usecase__icon {
  flex: none;
  width: 56px;
  margin-bottom: 8px;
}

.text-block {
  display: none;
}

.c-usecase-wrapper {
  position: relative;
}

.c-usecase {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 30px #000;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/fundraising.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 35px #0000000d;
}

.c-usecase.bands {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Bands.jpg');
  background-position: 0 0, 58% 66%;
  background-size: auto, cover;
}

.c-usecase.designer {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Kreativ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-usecase.marketing {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Online-Marketing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-usecase.influencer {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Influencer-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-usecase.groups {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/gemeinschaft.jpg');
}

.c-footer {
  background-color: var(--dark-slate-grey);
  padding-top: 56px;
}

.c-footer__nav-link {
  color: var(--grey);
  margin-right: 24px;
  font-size: 14px;
  transition: all .2s;
}

.c-footer__nav-link:hover {
  color: var(--gainsboro);
}

.c-cookie {
  z-index: 99;
  width: 1180px;
  color: var(--white-smoke-3);
  background-color: #323430f2;
  border-radius: 5px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 24px;
  display: none;
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  box-shadow: 0 5px 20px #15255a33;
}

.underlined {
  opacity: .9;
  color: #fff;
  text-decoration: underline;
}

.c-cookie__close {
  border: 2px solid var(--grey);
  color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 32px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

.c-cookie__close:hover {
  background-color: var(--grey);
}

.l-404 {
  background-color: var(--olive-drab);
  background-image: url('../images/rocket.svg'), url('../images/404_text.svg'), url('../images/stars.svg'), url('../images/moon.svg'), url('../images/astronaut.svg');
  background-position: 5% 10%, 50%, 50%, 0 100%, 90% 10%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 260px, 420px, cover, 600px, 200px;
}

.c-btn-wrap {
  display: flex;
}

.c-footer__subfooter {
  border-top: 1px solid #90928e33;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 14px;
  display: flex;
}

.c-footer__social {
  justify-content: center;
  margin-top: 120px;
  display: flex;
}

.c-footer__legal-link {
  color: var(--grey);
  margin-right: 30px;
  text-decoration: none;
  transition: all .2s;
}

.c-footer__legal-link:hover {
  color: #e1e1e1;
}

.c-footer__container-right {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.c-footer__link {
  color: var(--gainsboro);
  margin-bottom: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.c-footer__link:hover {
  color: var(--white-smoke-3);
}

.c-footer__social-link {
  color: var(--grey);
  margin-left: 32px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
}

.c-footer__social-link:hover {
  color: var(--gainsboro);
}

.c-footer__heading {
  color: #fff;
  margin-bottom: 16px;
}

.c-footer__legal {
  align-items: center;
  display: flex;
}

.c-footer__grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  .c-heading-tasse, .c-heading-hoodie, .c-heading-poster {
    display: none;
  }

  .c-hero-start {
    background-image: url('../images/ss-hero-home-5.png');
    background-position: 112% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  .l-wrapper-1220 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-hero {
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .c-hero._2col {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .c-hero__textwrap {
    text-align: center;
    width: auto;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-hero__heading {
    margin-bottom: 16px;
    font-size: 36px;
  }

  .c-hero__text {
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.7em;
  }

  .c-hero__text.left-aligned {
    text-align: left;
  }

  .c-btn.white.top-nav {
    background-color: var(--olive-drab);
    color: var(--white);
    margin-top: 16px;
    margin-left: 0;
    display: flex;
  }

  .c-btn.white.top-nav:hover {
    background-color: var(--green);
  }

  .c-hero__videoteaser {
    width: auto;
    margin-bottom: 0;
  }

  .c-navbar-wrapper {
    width: auto;
    padding-left: 16px;
    padding-right: 0;
  }

  .c-nav {
    border-left: 1px solid var(--white-smoke);
    background-color: var(--white);
    width: 400px;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 12px 35px -12px #00000026;
  }

  .c-nav__link {
    border-bottom: 1px solid var(--white-smoke-2);
    color: var(--dark-slate-grey);
    justify-content: flex-start;
    padding: 16px;
  }

  .c-nav__link:hover {
    color: var(--olive-drab);
  }

  .c-menubutton {
    color: var(--white);
    text-align: center;
    font-size: 40px;
  }

  .c-menubutton.w--open {
    background-color: #0000;
  }

  .c-card {
    margin-left: 0;
    margin-right: 0;
    padding: 48px 32px;
  }

  .c-section-intro {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-list__item {
    text-align: left;
  }

  .l-grid-2col {
    grid-template-columns: 1fr;
  }

  .l-section-grey {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .l-section-grey.shop-first {
    padding-top: 140px;
  }

  .l-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .c-feature-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .c-feature-screenshot {
    width: auto;
    display: block;
  }

  .c-feature {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .l-grid-3col {
    grid-template-columns: 1fr;
  }

  .c-textlink.hero-secondary {
    margin-left: 24px;
  }

  .c-profit__textwrap {
    text-align: center;
  }

  .l-grid-profit {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .c-faq-teaser {
    padding: 30px;
  }

  .c-howto-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .c-howto__wrap {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-step__icon {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .c-screenshot {
    width: auto;
  }

  .c-preheading {
    margin-bottom: 16px;
  }

  .c-slider-feature {
    width: auto;
  }

  .c-testimonial {
    margin-bottom: 24px;
  }

  .c-testimonial.outer {
    margin-top: 0;
  }

  .c-section-intro__heading {
    text-align: center;
  }

  .c-testimonial__card {
    margin-left: 0;
    margin-right: 0;
  }

  .c-usp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .c-usp__wrap {
    padding-right: 0;
  }

  .c-slider-hero__arrow {
    color: #b9dd95;
    margin-top: 5%;
    font-size: 24px;
    display: block;
  }

  .c-hero__bubble-mobile {
    width: 240px;
    height: 240px;
    margin-bottom: 24px;
    display: block;
    position: static;
  }

  .c-hero__text-s {
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.7em;
  }

  .c-slider-hero {
    height: auto;
    margin-bottom: 0;
  }

  .c-bubble-wrap {
    display: none;
  }

  .c-slider-hero__slide {
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .c-textwrap-feature {
    padding-right: 0;
  }

  .c-phone-feature__img {
    margin-bottom: 40px;
    display: none;
  }

  .l-grid-phone {
    grid-template-columns: 1fr;
  }

  .c-slider__rightarrow {
    right: -16px;
  }

  .c-slider__slide {
    background-color: #fff;
    border-radius: 3px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 48px;
    padding-right: 32px;
    box-shadow: 0 10px 35px #0000000f;
  }

  .c-product {
    margin-bottom: 40px;
  }

  .c-slider__leftarrow {
    left: -16px;
  }

  .c-slider__nav {
    bottom: -20px;
  }

  .c-slider {
    box-shadow: none;
    background-color: #0000;
    margin-bottom: 80px;
  }

  .c-slider__img {
    width: 240px;
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .c-testimonial-slider__textwrap {
    font-size: 16px;
  }

  .l-grid-hero {
    grid-template-columns: 1fr;
  }

  .c-hero__img-bag {
    width: 320px;
    top: 24px;
    left: 0;
  }

  .c-hero__img-hoodie {
    width: 480px;
    position: relative;
    top: 10px;
    left: 53px;
  }

  .c-hero__arrow-icon {
    margin-bottom: 32px;
  }

  .c-card-vorteil {
    margin: 40px 0 24px;
    padding: 48px 40px 40px;
  }

  .l-grid-vorteile {
    grid-column-gap: 40px;
  }

  .c-list-vorteile__item {
    text-align: left;
  }

  .c-textwrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-7-copy {
    grid-template-columns: .75fr .5fr;
  }

  .c-card-cta {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .c-howto__step {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-howto-step__arrow {
    width: 40px;
  }

  .grid-6 {
    grid-column-gap: 40px;
  }

  .c-bottom-cta__wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-hero-start {
    background-position: 500% 0;
    background-size: 89%;
    padding-top: 140px;
    padding-bottom: 64px;
  }

  .c-hero__cta {
    justify-content: center;
  }

  .c-hero__textwrap-left {
    width: 55%;
  }

  .l-grid-usecases {
    grid-template-columns: 1fr 1fr;
  }

  .c-cookie {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .l-404 {
    background-image: url('../images/404_text.svg'), url('../images/stars.svg'), url('../images/moon.svg'), url('../images/astronaut.svg');
    background-position: 50%, 50%, 0 100%, 95% 2%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 280px, cover, 400px, 120px;
  }

  .c-btn-wrap {
    justify-content: center;
  }

  .c-menubutton__text {
    font-size: 12px;
    line-height: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  .c-hero {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .c-hero__textwrap {
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-hero__heading {
    font-size: 30px;
  }

  .c-navbar {
    margin-top: 0;
  }

  .c-navbar-wrapper {
    padding-top: 0;
  }

  .c-brand {
    width: 180px;
    padding-left: 0;
  }

  .c-nav {
    background-color: #fff;
    box-shadow: 0 12px 35px -12px #00000059;
  }

  .c-nav__link {
    border-bottom: 1px solid var(--white-smoke-2);
    color: var(--dark-slate-grey);
    text-align: left;
    justify-content: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-nav__link:hover {
    color: var(--olive-drab);
  }

  .c-menubutton.w--open {
    color: #52a300;
    background-color: #fff;
  }

  .c-card {
    margin-bottom: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.7em;
  }

  .c-section-intro__text {
    font-size: 18px;
  }

  .c-card__feature-list {
    flex-direction: column;
    display: flex;
  }

  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-feature-screenshot {
    margin: 0;
  }

  .c-faq-teaser {
    padding-right: 10px;
  }

  .c-videoteaser-ipad {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .c-howto__wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.7em;
  }

  .c-step__icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .c-slider-feature {
    height: auto;
  }

  .c-slider__arrowbtn {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .right-arrow {
    margin-right: -16px;
    font-size: 24px;
  }

  .left-arrow {
    margin-left: -16px;
    font-size: 24px;
  }

  .c-testimonial__name {
    text-align: center;
  }

  .c-section-intro__heading {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }

  .c-testimonial__card {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.7em;
  }

  .c-usp {
    grid-template-columns: 1fr;
  }

  .c-hero__bubble-mobile {
    width: 200px;
    height: 200px;
  }

  .c-slider-hero {
    width: 100%;
  }

  .c-slider-hero__slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .c-slider__rightarrow {
    right: -24px;
  }

  .c-slider__slide {
    flex-direction: column;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px 24px 40px;
  }

  .c-slider__leftarrow {
    left: -24px;
  }

  .c-slider__img {
    width: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .l-grid-hero {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .c-hero__img-bag {
    top: 10px;
    left: -51px;
  }

  .c-hero__img-hoodie {
    top: 30px;
    left: 56px;
  }

  .c-hero__arrow-icon {
    margin-bottom: 24px;
  }

  .c-card-vorteil {
    margin-bottom: 16px;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 1.7em;
  }

  .l-grid-vorteile {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .c-list-vorteile__item {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .c-list-vorteile__heading {
    margin-bottom: 24px;
  }

  .c-list-vorteile {
    flex-direction: column;
    display: flex;
  }

  .c-textwrap {
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-card-cta__heading {
    margin-bottom: 24px;
  }

  .grid-7-copy {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .c-card-cta {
    margin-bottom: 16px;
    padding-bottom: 40px;
    line-height: 1.7em;
  }

  .c-howto {
    flex-direction: column;
    margin-bottom: 80px;
  }

  .c-howto__img {
    margin-bottom: 8px;
  }

  .c-howto__step {
    width: auto;
    margin-bottom: 40px;
  }

  .c-howto-step__arrow {
    display: none;
  }

  .grid-6 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .c-bottom-cta {
    padding-top: 40px;
  }

  .c-bottom-cta__wrap {
    margin-bottom: 32px;
  }

  .c-hero-start {
    background-position: 535% 0;
    background-size: 89%;
    padding-top: 120px;
  }

  .c-hero__cta {
    flex-direction: row;
  }

  .c-hero__textwrap-left {
    width: 60%;
  }

  .c-usecase__hovertext {
    padding-left: 24px;
    padding-right: 24px;
  }

  .l-grid-usecases {
    grid-template-columns: 1fr;
  }

  .c-cookie {
    align-items: center;
  }

  .l-404 {
    background-size: 280px, cover, 200px, 80px;
  }

  .c-footer__subfooter {
    flex-direction: column;
    align-items: center;
  }

  .c-footer__social {
    margin-top: 0;
  }

  .c-footer__col {
    text-align: center;
    border-bottom: 1px solid #91948e1a;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .c-footer__legal-link {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .c-footer__container-right {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .c-footer__link {
    margin-bottom: 16px;
  }

  .c-footer__legal {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .c-hero {
    padding-bottom: 40px;
  }

  .c-hero__heading {
    font-size: 28px;
  }

  .c-nav {
    width: 250px;
  }

  .c-menubutton {
    color: var(--dark-slate-grey);
  }

  .c-card {
    font-size: 16px;
  }

  .c-card._3col {
    padding: 40px 24px;
  }

  .c-icon-step {
    margin-bottom: 20px;
  }

  .c-textlink.hero-secondary {
    justify-content: center;
    margin-top: 24px;
    margin-left: 0;
  }

  .tabs-menu {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .c-img-profit {
    height: auto;
  }

  .c-slider-hero__arrow {
    width: 32px;
    margin-top: 16%;
  }

  .c-slider__rightarrow {
    display: none;
  }

  .c-slider__slide {
    margin-left: 0;
    margin-right: 0;
  }

  .c-slider__leftarrow {
    display: none;
  }

  .l-grid-hero {
    grid-template-columns: 1fr;
  }

  .c-hero__img-bag {
    width: 200px;
    top: -9px;
    left: -12px;
  }

  .c-hero__img-hoodie {
    width: 300px;
    top: 25px;
    left: 31px;
  }

  .c-hero__arrow-icon {
    display: none;
  }

  .c-card-vorteil {
    padding: 32px 24px 24px;
  }

  .l-grid-vorteile {
    grid-row-gap: 0px;
  }

  .c-card-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-howto {
    margin-bottom: 40px;
  }

  .grid-6 {
    grid-row-gap: 0px;
  }

  .c-bottom-cta__wrap {
    align-items: stretch;
  }

  .c-hero-start {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .c-hero__cta {
    flex-direction: column;
    display: flex;
  }

  .c-hero__cta.left-aligned {
    align-items: stretch;
  }

  .c-hero__textwrap-left {
    width: 100%;
  }

  .c-usecase__hovertext {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-usecase__icon {
    margin-bottom: 20px;
  }

  .c-footer {
    padding-top: 40px;
  }

  .c-footer__nav {
    flex-direction: column;
    display: flex;
  }

  .c-footer__nav-link {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .c-cookie {
    flex-direction: column;
    align-items: flex-end;
  }

  .c-cookie__close {
    margin-top: 8px;
  }

  .c-footer__subfooter {
    flex-direction: column;
  }

  .c-footer__col {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .c-footer__legal-link {
    margin-right: 0;
  }

  .c-footer__legal {
    flex-direction: column;
  }
}

#w-node-_169470b5-81b3-bdc8-7345-72f443622614-a2a89313 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48090baa-3c0c-ea17-15b6-c8b27a8b32e3-a2a89313, #w-node-b807c151-57f5-5925-337c-14ed7dad5aab-b1840a01, #w-node-_0e66653b-e3d2-4b50-392d-0a11c7ef8711-fc4d143e {
  align-self: stretch;
}

#w-node-_278f23b0-4979-aa11-251b-d2b41e6651b6-91f26567, #w-node-_186a33fc-2e74-e17d-3504-84035694bf8a-91f26567 {
  justify-self: end;
}

#w-node-_7f72a741-b5b6-2c1b-af7d-d42492c49131-67f5b449 {
  grid-area: 2 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_169470b5-81b3-bdc8-7345-72f443622614-a2a89313, #w-node-_48090baa-3c0c-ea17-15b6-c8b27a8b32e3-a2a89313, #w-node-_0cd42158-a029-997a-88cf-2fc85d2a863a-b1840a01, #w-node-b807c151-57f5-5925-337c-14ed7dad5aab-b1840a01, #w-node-_0e66653b-e3d2-4b50-392d-0a11c7ef8711-fc4d143e {
    order: -9999;
  }

  #w-node-_7f72a741-b5b6-2c1b-af7d-d42492c49131-67f5b449 {
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-_31c10ade-1b8c-0f54-3f03-f57a96010eef-67f5b449 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc5864ee-4f7f-e8e1-e84b-b0f3b7ecf090-9dcc39d0, #w-node-be32f8a6-4184-9a25-fc06-1287538deed2-9dcc39d0, #w-node-_2280fbdf-2c56-150c-b53a-aa4612352af8-9dcc39d0, #w-node-d5534949-5a37-6cf4-414a-17fb69f983ac-9dcc39d0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3eaa8387-acd4-1138-2b4d-322b20b5d88d-fc4d143e, #w-node-_278f23b0-4979-aa11-251b-d2b41e6651b6-91f26567, #w-node-_186a33fc-2e74-e17d-3504-84035694bf8a-91f26567 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f72a741-b5b6-2c1b-af7d-d42492c49131-67f5b449 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin 300';
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin';
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.eot') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin 500';
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.eot') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin 700';
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.eot') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin 300';
  src: url('../fonts/roboto-v30-latin-300.eot') format('embedded-opentype'), url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), url('../fonts/roboto-v30-latin-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin 500';
  src: url('../fonts/roboto-v30-latin-500.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin 700';
  src: url('../fonts/roboto-v30-latin-700.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}