:root {
  --greengray-20: #f4f5f1;
  --freshgreen-60: #a7bc79;
  --freshgreen-90: #455a17;
  --gray-95: #0d0d0d;
  --black: #000;
  --gray-30: #b2b2b2;
  --transparent: #0000;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --gray-50: grey;
  --gray-70: #4d4d4d;
  --main-font: Montserrat, sans-serif;
  --secondary-font: ccsignlanguage, sans-serif;
}

.section-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 900px;
  margin-top: -140px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--greengray-20);
  color: #0d0d0d;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.heading {
  font-family: ccsignlanguage, sans-serif;
}

.div-1-hero-header {
  margin-bottom: 100px;
  position: relative;
}

.hero-header {
  z-index: 2;
  color: var(--freshgreen-60);
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  font-weight: 800;
  line-height: 220px;
  position: relative;
}

.header-image-1 {
  z-index: 1;
  object-fit: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: -30px auto auto -40px;
}

.header-image-2 {
  z-index: 3;
  object-fit: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto -50px 40px auto;
}

.div-1-hero-text {
  width: 800px;
  height: 200px;
  display: flex;
  position: relative;
}

.div-2-left {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-right: 120px;
  display: flex;
  position: relative;
}

.div-2-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 120px;
  display: flex;
  position: relative;
}

.hero-text-left {
  z-index: 4;
  color: var(--freshgreen-90);
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
  position: relative;
}

.hero-text-right {
  z-index: 4;
  color: var(--freshgreen-90);
  margin-top: 40px;
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
  position: relative;
}

.hero-image-3 {
  z-index: 3;
  object-fit: contain;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -40px auto 0% -70px;
}

.hero-image-4 {
  z-index: 3;
  object-fit: contain;
  width: 200px;
  height: 200px;
  margin-left: -40px;
  position: absolute;
  inset: -160px auto auto;
}

.div-1-hero-image {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 800px;
  height: 160px;
  display: flex;
  position: relative;
}

.image {
  object-fit: contain;
  width: 240px;
  height: 170px;
  margin-left: 240px;
  position: absolute;
  inset: auto auto 0%;
}

.hero-app-image {
  z-index: 5;
  object-fit: contain;
  width: 250px;
  height: 440px;
  min-height: 340px;
  margin-top: -40px;
  position: absolute;
}

.hero-bg {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--freshgreen-60), var(--greengray-20) 27%);
  position: absolute;
  inset: 0%;
}

.section-usp {
  background-color: var(--greengray-20);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.div-1-wrap-usp {
  z-index: 2;
  justify-content: space-between;
  width: 90%;
  display: flex;
  position: relative;
}

.div-2-usp-1 {
  background-image: linear-gradient(16deg, var(--freshgreen-60), #d7e9ae);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-bottom: 60px;
  display: flex;
}

.main-cta-button {
  z-index: 5;
  border: 3px solid var(--freshgreen-90);
  background-color: var(--freshgreen-90);
  color: var(--greengray-20);
  text-align: center;
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 40px;
  padding: 0 100px;
  font-weight: 800;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.main-cta-button:hover {
  border-color: var(--freshgreen-60);
  background-color: var(--freshgreen-60);
  color: var(--greengray-20);
}

.main-cta-button.start-today {
  margin-top: 140px;
}

.main-cta-button.footer {
  border-color: var(--freshgreen-90);
  background-color: var(--freshgreen-90);
  color: var(--greengray-20);
  text-align: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-cta-button.footer:hover {
  border-color: var(--freshgreen-60);
  background-color: var(--freshgreen-60);
  color: var(--greengray-20);
}

.main-cta-button.mobile {
  display: none;
}

.image-2 {
  border: 0 solid #000;
  width: 80px;
  height: 80px;
}

.hero-handler-link {
  color: var(--freshgreen-90);
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.hero-handler-link:hover {
  font-weight: 800;
}

.hero-handler-link.top {
  margin-bottom: 10px;
}

.div-0-nav-logos {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.section-nav-bar {
  z-index: 98;
  background-color: var(--greengray-20);
  height: 100px;
  position: sticky;
  top: 0;
}

.div-2-wrap-usp {
  width: 66%;
}

.div-3-usp-2 {
  background-image: linear-gradient(338deg, var(--freshgreen-60), #f2f9d7);
  border-radius: 20px;
  flex-flow: row-reverse;
  margin-bottom: 1vh;
  display: flex;
}

.div-3-usp-3 {
  background-image: linear-gradient(353deg, var(--freshgreen-60), #d7e9ae);
  border-radius: 20px;
  display: flex;
}

.div-4-usp-2-image {
  width: 300px;
  height: 300px;
}

.image-usp-2 {
  width: 300px;
  margin-right: 2vw;
}

.image-usp-3 {
  width: 300px;
  margin-left: 2vw;
}

.image-usp-1 {
  width: 340px;
}

.usp-heading-2 {
  color: var(--gray-95);
  margin-right: auto;
  padding-left: 16px;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.usp-paragraph {
  padding-left: 20px;
}

.div-4-wrap-usp-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.section-product {
  background-image: linear-gradient(27deg, #68832a, #a3b970 40%, #d7e9ae);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-0-app-download-pop-up {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-1-app-qr-code {
  box-shadow: 0 0 120px 20px var(--black);
  background-color: #ebebeb;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -60px;
  padding: 60px;
  display: flex;
  position: relative;
}

.div-2-qr-android {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-2-qr-apple {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.qr-code {
  object-fit: contain;
  width: 240px;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-span, .text-span-2 {
  font-weight: 900;
}

.store-icon {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 60px;
  margin-bottom: 0;
}

.div-wrap-qr {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.qr-favicon {
  display: block;
}

.link-block {
  margin-bottom: 20px;
}

.text-block-3 {
  display: flex;
}

.link-block-2 {
  margin-bottom: 20px;
}

.popup-close-button {
  opacity: .6;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.popup-bg {
  background-color: #000000c9;
  position: absolute;
  inset: 0%;
}

.hero-illustration {
  z-index: 1;
  opacity: 1;
  object-fit: contain;
  width: 440px;
  height: 440px;
  margin-top: -40px;
  position: absolute;
}

.header-image-3 {
  z-index: 3;
  object-fit: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -80px 100px 40px auto;
}

.hero-image-3-copy {
  z-index: 3;
  object-fit: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -100px 56px 0% auto;
}

.bottom-image-1 {
  object-fit: contain;
  width: 240px;
  height: 170px;
  margin-left: 240px;
  position: absolute;
  inset: auto auto 0%;
}

.bottom-image-2 {
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-left: 50px;
  position: absolute;
  inset: auto auto 20px;
}

.bottom-image-3 {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-left: -320px;
  position: absolute;
  inset: 2vh auto auto;
}

.hero-image-5 {
  z-index: 3;
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-left: -40px;
  position: absolute;
  inset: 40px auto auto 310px;
}

.bottom-image-4 {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-left: 500px;
  position: absolute;
  inset: -2vh auto auto 160px;
}

.header-image-4 {
  z-index: 3;
  object-fit: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto -50px 20px auto;
}

.hero-image-6 {
  z-index: 3;
  object-fit: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -100px 56px 0% auto;
}

.hero-image-7 {
  z-index: 3;
  object-fit: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -60px 290px 0% auto;
}

.div-1-wrap-product {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-2-wrap-kacheln {
  justify-content: space-between;
  align-items: flex-start;
  width: 61%;
  height: 90vh;
  min-height: 600px;
  padding-right: 100px;
  display: flex;
  overflow: hidden;
}

.div-2-wrap-text {
  z-index: 2;
  width: 39%;
  position: relative;
}

.div-3-spalte {
  width: 32%;
}

.product-header {
  color: var(--gray-95);
  width: 80%;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.product-paragraph {
  margin-right: 5vw;
}

.div-4-product {
  background-color: #f4f5f1;
  border-radius: 20px;
  width: 100%;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.div-4-product._1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
  display: flex;
  overflow: hidden;
}

.div-4-product._2 {
  background-color: #dfe3d4;
}

.div-4-product._3 {
  background-color: #d7e9ae;
}

.div-4-product.sushi {
  background-color: #dfe5d3;
}

.div-4-product.kuchen {
  background-color: #f6f7f7;
}

.div-4-product.s-waren {
  background-color: #c4d99c;
}

.div-4-product.wurst {
  background-color: #d8d7d8;
}

.div-4-product.schoko {
  background-color: #ebebea;
}

.div-4-product.gmias {
  background-color: #d7e9ae;
}

.div-4-product.backwaren {
  background-color: #fae4ab;
}

.div-4-product.schmankerl {
  background-color: #f3f8d8;
}

.div-4-product.obst {
  background-color: #c4d99c;
}

.div-4-product.salate {
  background-color: #f2f8d7;
}

.div-4-product.t-te {
  background-color: #f2c756;
}

.div-4-product.sandwich {
  background-color: #dfe5d3;
}

.div-4-product.molke {
  background-color: #f5f5f2;
}

.div-4-product.so {
  background-color: #f9dd89;
}

.heading-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.product-image {
  object-fit: cover;
  background-image: url('../images/Gulasch-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 70%;
}

.product-image.kuchen {
  background-image: url('../images/Kuchen.webp');
  background-position: 50% 0;
  background-size: cover;
}

.product-image.gem-se {
  background-image: url('../images/Gemuese-1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.product-image.salate {
  background-image: url('../images/salat-1.webp');
  background-position: 50%;
  background-size: contain;
}

.product-image.suhsi {
  background-image: url('../images/Sushi-1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.product-image.t-te {
  background-image: url('../images/Papiertuete-mit-Obst-Gemuese-1.webp');
}

.product-image.s-waren {
  background-image: url('../images/Sueßwaren.webp');
  background-position: 50% 0;
  background-size: cover;
}

.product-image.backwaren {
  background-image: url('../images/Backwaren-1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.product-image.sandwiches {
  background-image: url('../images/sandwich-1.webp');
}

.product-image.wurst {
  background-image: url('../images/Wurst.webp');
}

.product-image.schmankerl {
  background-image: url('../images/Knoedel.webp');
}

.product-image.molkerei {
  background-image: url('../images/Molkerei.webp');
  background-size: contain;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.product-image.schoko {
  background-image: url('../images/Schoko.webp');
}

.product-image.obst {
  background-image: url('../images/Obst-1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.product-image.so-en {
  background-image: url('../images/soßen.webp');
  background-position: 50% 0;
  background-size: cover;
}

.section-start-today {
  z-index: 0;
  background-color: #d6eaae;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.product-gradient-top {
  background-image: linear-gradient(#0000004d, #00000012 50%, #0000);
  height: 120px;
  position: absolute;
  inset: 0% 0% auto;
}

.product-gradient-bottom {
  background-image: linear-gradient(0deg, #0000004d, #0000000f 50%, #0000);
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-1-wrap-start-today {
  width: 90vw;
  max-width: 1200px;
}

.div-2-wrap-3steps {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-3-start-text {
  width: 50%;
  font-size: 15px;
}

.div-3-start-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-4-start-zeile {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.start-patagraph {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.start-patagraph.first {
  padding-left: 30px;
}

.start-zahl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.start-image-map {
  z-index: 1;
  position: relative;
}

.heading-3 {
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.section-mission {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.div-1-wrap-mission {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  height: 70vh;
  min-height: 700px;
  display: flex;
}

.div-2-wrap-mission-text {
  flex-flow: column;
  justify-content: space-between;
  margin-right: auto;
  display: flex;
}

.div-2-wrap-mission-text._2 {
  margin-left: auto;
  margin-right: auto;
}

.div-2-wrap-mission-text._3 {
  margin-left: auto;
  margin-right: 0;
}

.heading-4 {
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.div-1-app-shadow {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.section-betriebe {
  background-color: var(--freshgreen-90);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.div-1-wrap-betriebe {
  z-index: 1;
  color: var(--greengray-20);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.div-2-wrap-3vorteile {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.div-4-vorteil {
  background-color: var(--greengray-20);
  color: var(--freshgreen-90);
  background-image: none;
  border-radius: 20px;
  width: 32%;
  padding: 0 0 100px;
  overflow: hidden;
}

.div-4-vorteil._2 {
  background-image: none;
}

.div-4-vorteil._3 {
  background-image: none;
  padding-bottom: 100px;
}

.header-betriebe {
  color: var(--greengray-20);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.header-vorteile {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  display: flex;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vorteile-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link {
  color: var(--greengray-20);
  padding: 10px 40px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.link:hover {
  font-weight: 800;
}

.button {
  background-color: var(--greengray-20);
  color: var(--freshgreen-90);
  border-radius: 200px;
  padding: 12px 60px;
  font-weight: 800;
}

.button-registrieren {
  border: 3px solid var(--greengray-20);
  background-color: var(--transparent);
  color: var(--greengray-20);
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 40px;
  padding: 0 100px;
  font-weight: 800;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button-registrieren:hover {
  border-color: var(--freshgreen-60);
  background-color: var(--freshgreen-60);
  color: var(--greengray-20);
}

.button-registrieren.footer {
  z-index: 5;
  border-color: var(--freshgreen-90);
  background-color: var(--transparent);
  color: var(--freshgreen-90);
  text-align: center;
  width: 100%;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.button-registrieren.footer:hover {
  border-color: var(--freshgreen-60);
  background-color: var(--freshgreen-60);
  color: var(--greengray-20);
}

.button-registrieren.nav {
  border-color: var(--gray-95);
  color: var(--gray-95);
  margin-bottom: 0;
}

.button-registrieren.nav:hover {
  border-color: var(--freshgreen-60);
  color: var(--greengray-20);
}

.button-registrieren.nav.steps {
  margin-top: 60px;
}

.button-registrieren.nav.steps.light {
  border-color: var(--greengray-20);
  color: var(--greengray-20);
}

.button-registrieren.nav.steps.light:hover {
  border-color: var(--freshgreen-60);
}

.section-about-us {
  background-color: var(--freshgreen-60);
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.div-1-wrap-about-us {
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1200px;
  display: flex;
}

.div-2-wrap-about-us-images {
  flex-flow: column;
  width: 39%;
  display: flex;
  position: relative;
}

.div-2-wrap-about-us-text {
  width: 61%;
  padding-left: 60px;
}

.heading-5 {
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.about-us-text {
  width: 70%;
}

.about-us-image-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.about-us-image-bottom {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-footer {
  background-color: #eff0eb;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.div-1-footer {
  justify-content: space-between;
  width: 90vw;
  max-width: 1200px;
  display: flex;
}

.div-2-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div-2-wrap.right {
  justify-content: space-between;
  align-items: flex-end;
  width: 40%;
}

.image-4 {
  width: 60px;
  height: 60px;
}

.div-3-wrap-buttons {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-logo {
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}

.link-2 {
  color: var(--greengray-20);
  text-decoration: none;
}

.footer-link {
  color: var(--freshgreen-90);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.footer-link:hover {
  font-weight: 800;
}

.dive-3-links {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-4-retter, .div-4-betriebe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-logo_link {
  margin-bottom: 40px;
}

.section-spruch {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.div-block, .div-1-spruch {
  width: 90vw;
}

.heading-6 {
  background-image: linear-gradient(336deg, var(--freshgreen-90), var(--freshgreen-60));
  color: var(--freshgreen-90);
  font-size: 12vw;
  font-weight: 800;
  line-height: 1em;
}

.heading-6.clipped {
  letter-spacing: -5px;
  line-height: .9em;
}

.image-5 {
  width: 240px;
  height: 240px;
  position: absolute;
  inset: auto -10% -5% auto;
}

.text-block-4 {
  color: var(--freshgreen-90);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.code-embed {
  display: none;
}

.image-6 {
  z-index: 1;
  width: 30vw;
  position: absolute;
  inset: auto 0 -20.8vw auto;
}

.image-7 {
  z-index: 1;
  width: 27vw;
  position: absolute;
  top: auto;
  bottom: -22vw;
  left: 0;
}

.image-8 {
  z-index: 1;
  width: 30vw;
  position: absolute;
  inset: auto 0% -26vw auto;
}

.image-9 {
  z-index: 1;
  width: 26vw;
  position: absolute;
  inset: auto 0% -20vw auto;
}

.section-unterseite-nav-bar {
  z-index: 999;
  background-color: var(--greengray-20);
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  height: 80px;
  display: flex;
}

.bold-text {
  text-decoration: none;
}

.body-2 {
  background-color: var(--greengray-20);
  color: var(--gray-95);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.link-3 {
  color: var(--gray-95);
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.link-3:hover {
  font-weight: 800;
}

.section-betrieb-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.div-1-betrieb-header {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: sticky;
  top: 100px;
}

.heading-7, .betrieb-header {
  background-image: linear-gradient(153deg, var(--freshgreen-60), var(--freshgreen-90));
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  font-weight: 800;
  line-height: 220px;
}

.betrieb-header.clipped {
  background-image: linear-gradient(160deg, var(--freshgreen-60), var(--freshgreen-90));
  margin-bottom: 20px;
  font-size: 7.4vw;
  line-height: 1.3em;
}

.div-block-3 {
  width: 90vw;
  max-width: 2000px;
}

.image-10 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.div-1-mockup {
  width: 90vw;
  max-width: 1200px;
}

.section-betrieb-vorteile {
  background-image: linear-gradient(330deg, var(--freshgreen-60), #d8e9ae);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.div-1-betreibs-vorteil {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  margin-bottom: 100px;
  display: flex;
}

.heading-8 {
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.image-11 {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.betrieb-vorteil-paragraph {
  text-align: center;
  max-width: 1200px;
  margin-bottom: auto;
}

.section-betreiber-4steps {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 220px;
  display: flex;
}

.section-betreiber-4steps.old {
  display: none;
}

.div-1-betreiber-3steps {
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  display: flex;
}

.div-1-betreiber-3steps.old {
  display: none;
}

.div-2-betrieb-step {
  background-image: linear-gradient(160deg, #f3f8d7, var(--freshgreen-60));
  border-radius: 20px;
  width: 31%;
  padding: 20px 60px 100px;
}

.headet-betroeb-3steps {
  width: 90vw;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 800;
  line-height: 52px;
}

.betrieb-vorteile-heading {
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  line-height: 52px;
}

.betreiber-connector-1 {
  z-index: 1;
  width: 20vw;
  position: absolute;
  top: auto;
  bottom: -22vw;
  left: 0;
}

.betreiber-connector-2 {
  z-index: 1;
  width: 26vw;
  position: absolute;
  inset: auto 0% -22vw auto;
}

.link-block-3 {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto 20px;
}

.body-3 {
  background-color: var(--greengray-20);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.section-text {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-1-wrap-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  padding-bottom: 60px;
  display: flex;
}

.heading-9 {
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.header-impressum {
  margin-top: 140px;
  margin-bottom: 100px;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.header-impressum.googleform {
  margin-top: 20px;
  margin-bottom: 60px;
}

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

.code-embed-2 {
  height: 100%;
}

.div-1-wrap-form {
  flex-flow: column;
  justify-content: space-between;
  width: 90vw;
  height: 90vh;
  padding-bottom: 60px;
  display: flex;
}

.rl-button-secondary {
  border: 3px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  border-radius: 200px;
  padding: .75rem 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.antwort {
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
}

.frage {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-frage {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_list {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  margin-bottom: 100px;
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_component {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rl-padding-global {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.rl_section_faq1 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-span-3 {
  color: var(--freshgreen-90);
}

.div-1-betrieb-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.logo-linkblock.w--current {
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.logo-linkblock.w--current:hover {
  transform: scale(1.04);
}

.div-3-socials {
  height: 60px;
  margin-top: 60px;
}

.image-12 {
  width: 40px;
  height: 40px;
}

.link-4-social {
  margin-left: 20px;
}

.body-4 {
  background-color: var(--greengray-20);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.section-kontakt {
  background-color: var(--greengray-20);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.form-block {
  width: 90vw;
  max-width: 1200px;
}

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

.submit-button {
  float: right;
  background-color: var(--freshgreen-60);
  border-radius: 200px;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.header-kontakt {
  width: 90vw;
  max-width: 1200px;
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout242_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_layout242_icon {
  width: 3rem;
  height: 3rem;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_section_layout242 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_layout242_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_layout242_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.div-block-4 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.header-schritte {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
}

.st-rer-schritte {
  color: var(--greengray-20);
  text-align: center;
  margin-bottom: 10px;
  padding-left: 0;
  font-weight: 800;
}

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

.main-betriebe-paragraph {
  color: var(--freshgreen-90);
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-4 {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.text-span-5 {
  font-size: 24px;
  font-weight: 400;
}

.text-span-6, .text-span-7 {
  font-size: 28px;
  font-weight: 400;
  line-height: 0;
}

.superscript {
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
}

.text-block-5 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-span-8 {
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
}

.paragraph-3 {
  word-break: break-all;
  width: 100%;
}

.div-block-5 {
  width: 90vw;
}

.div-1-wrap-step {
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
  margin-bottom: 40px;
  display: flex;
}

.div-1-wrap-step.invert {
  flex-flow: row-reverse;
}

.div-2-schritt-pic {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 20px;
  width: 44%;
  height: 100%;
  max-height: 600px;
}

.div-2-schritt-text {
  width: 50%;
}

.div-0-wrap-step {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90vw;
  max-width: 1200px;
  display: flex;
}

.step-header {
  margin-top: 0;
  font-weight: 800;
  line-height: 28px;
}

.paragraph-4 {
  margin-bottom: 40px;
}

.div-1-betreibs-vorteil--header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.div-1-wrap-betrieb-vorteile {
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  display: flex;
}

.div-2-row-betrieb-vorteile {
  width: 33%;
}

.div-2-row-betrieb-vorteile._1 {
  padding-top: 100px;
}

.div-2-row-betrieb-vorteile._3 {
  padding-top: 40px;
}

.div-3-betriebs-vorteil {
  background-color: var(--greengray-20);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 60px 20% 140px 15%;
}

.heading-10 {
  font-size: 24px;
  line-height: 28px;
}

.betrieb-vorteil-bild {
  color: var(--gray-95);
  border: 0 solid #000;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  display: block;
}

.betrieb-vorteile-unter-berschrift {
  text-align: center;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-6 {
  text-align: center;
  border-radius: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.bold-text-4 {
  color: var(--freshgreen-90);
  font-weight: 800;
  line-height: 28px;
}

.image-13 {
  vertical-align: middle;
  height: 200px;
  margin-bottom: -20px;
  padding-left: 0;
  display: block;
  position: static;
}

.section-usp-text {
  background-color: var(--greengray-20);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-betreiber-more-benefits {
  background-color: var(--freshgreen-90);
  color: var(--greengray-20);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 220px;
  display: flex;
}

.section-betreiber-more-benefits.old {
  display: none;
}

.st-rer-schriite-batch {
  z-index: 2;
  background-color: var(--freshgreen-90);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.text-block-7 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}

.code-embed-3 {
  width: 90vw;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-11 {
  font-weight: 800;
}

.faq-header {
  color: var(--gray-95);
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 800;
}

.div-2-faq {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-3-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cta {
  text-align: center;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.faq-cta {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.faq-liste {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  margin-bottom: 100px;
}

.rl_section_faq1-copy, .rl_section_faq1-copy-copy {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-4 {
  color: var(--freshgreen-90);
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .section-hero {
    height: 86vh;
    margin-top: 0;
  }

  .div-1-hero-header {
    margin-bottom: 60px;
  }

  .hero-header {
    font-size: 160px;
  }

  .header-image-1 {
    top: 10px;
  }

  .header-image-2 {
    right: -70px;
  }

  .div-1-hero-text {
    width: 100vw;
  }

  .hero-text-left {
    top: -80px;
  }

  .hero-image-3 {
    top: 0;
    left: auto;
    right: 60px;
  }

  .hero-image-4 {
    margin-left: -100px;
  }

  .div-1-hero-image {
    width: 100vw;
  }

  .section-usp {
    padding-top: 100px;
  }

  .div-1-wrap-usp {
    flex-flow: column;
  }

  .div-2-usp-1 {
    flex-flow: row;
    width: 100%;
    margin-bottom: 4vh;
    padding-bottom: 0;
  }

  .main-cta-button {
    display: none;
  }

  .main-cta-button.start-today {
    margin-top: 60px;
  }

  .main-cta-button.mobile {
    display: flex;
  }

  .hero-handler-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-handler-link.top {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-0-nav-logos {
    background-color: var(--greengray-20);
    margin-top: 0;
  }

  .section-nav-bar {
    display: none;
  }

  .div-2-wrap-usp {
    width: 90vw;
  }

  .div-3-usp-2 {
    margin-bottom: 4vh;
  }

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

  .div-1-app-qr-code {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 70vw;
  }

  .div-2-qr-android, .div-2-qr-apple {
    width: 80%;
  }

  .qr-code {
    display: none;
  }

  .store-icon {
    width: 100%;
    height: auto;
  }

  .div-wrap-qr {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .qr-favicon {
    object-fit: contain;
    border-color: #000;
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
    display: block;
  }

  .text-block-3 {
    color: var(--freshgreen-90);
    margin-bottom: 60px;
    font-weight: 700;
    display: block;
  }

  .header-image-3 {
    top: -50px;
    right: 50px;
  }

  .hero-image-3-copy {
    top: 0;
    left: auto;
    right: 60px;
  }

  .bottom-image-3 {
    margin-left: -260px;
    bottom: -10px;
  }

  .hero-image-5 {
    margin-left: -100px;
  }

  .header-image-4 {
    right: -70px;
  }

  .hero-image-6 {
    top: 0;
    left: auto;
    right: 60px;
  }

  .hero-image-7 {
    top: -40px;
    left: auto;
    right: 320px;
  }

  .div-1-wrap-product {
    flex-flow: column-reverse;
  }

  .div-2-wrap-kacheln {
    flex-flow: column;
    width: 100vw;
    height: auto;
    padding-right: 0;
  }

  .div-2-wrap-text {
    width: 100%;
    margin-bottom: 60px;
  }

  .div-3-spalte {
    width: 260vw;
    margin-bottom: 20px;
    display: flex;
  }

  .div-4-product {
    width: 300px;
    height: 16vh;
    min-height: 220px;
    margin: 0 3px;
  }

  .product-gradient-top {
    background-image: linear-gradient(90deg, #0000004d, #00000012 50%, #0000);
    display: none;
  }

  .product-gradient-bottom {
    display: none;
  }

  .div-3-start-text {
    width: 45%;
  }

  .div-3-start-image {
    width: 55%;
  }

  .div-4-start-zeile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .start-patagraph {
    font-size: 24px;
    line-height: 28px;
  }

  .div-2-wrap-mission-text._3 {
    z-index: 2;
    position: relative;
  }

  .div-2-wrap-3vorteile {
    flex-flow: column;
  }

  .div-4-vorteil {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .header-vorteile {
    margin-top: 0;
  }

  .vorteile-image {
    margin-right: 0;
  }

  .section-about-us {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .div-1-wrap-about-us {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-2-wrap-about-us-images {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-2-wrap-about-us-text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .about-us-text {
    width: 80%;
  }

  .about-us-image-top {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: 50%;
  }

  .about-us-image-bottom {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 50%;
  }

  .div-2-wrap {
    width: 40%;
  }

  .div-2-wrap.right {
    width: 60%;
  }

  .footer-link {
    margin-bottom: 20px;
  }

  .dive-3-links {
    flex-flow: column;
    width: 80%;
  }

  .div-4-retter, .div-4-betriebe {
    width: 100%;
    margin-left: 2px;
  }

  .heading-6.clipped {
    letter-spacing: normal;
    font-size: 12vw;
  }

  .image-5 {
    width: 140px;
    height: 140px;
    inset: auto 20px -20px auto;
  }

  .image-6 {
    width: 40vw;
    bottom: -28.5vw;
  }

  .image-7 {
    width: 38vw;
    bottom: -30vw;
  }

  .image-8 {
    width: 38vw;
    bottom: -33vw;
  }

  .image-9 {
    width: 48vw;
    bottom: -26vw;
  }

  .betrieb-header.clipped {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11vw;
    line-height: 1.2em;
  }

  .div-1-betreiber-3steps {
    flex-flow: column;
  }

  .div-2-betrieb-step {
    width: 100%;
    margin-bottom: 60px;
  }

  .betreiber-connector-1 {
    width: 38vw;
    bottom: -12vw;
  }

  .betreiber-connector-2 {
    width: 38vw;
    bottom: -32vw;
  }

  .link-block-3 {
    bottom: 60px;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .paket {
    display: flex;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

  .div-block-4 {
    margin-bottom: 40px;
  }

  .div-1-wrap-betrieb-vorteile {
    flex-flow: column;
    align-items: stretch;
  }

  .div-2-row-betrieb-vorteile {
    width: 100%;
  }

  .div-2-row-betrieb-vorteile._1 {
    width: 100%;
    padding-top: 0;
  }

  .div-2-row-betrieb-vorteile._3 {
    padding-top: 0;
  }

  .image-13 {
    width: 90vw;
    height: auto;
  }

  .text-block-7 {
    width: 80vw;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: 90vh;
    min-height: auto;
  }

  .div-1-hero-header {
    margin-bottom: 10px;
  }

  .hero-header {
    font-size: 100px;
  }

  .div-2-left {
    padding-right: 90px;
  }

  .div-2-right {
    padding-left: 90px;
  }

  .hero-text-left {
    font-size: 28px;
    line-height: 34px;
    top: -40px;
  }

  .hero-text-right {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-image-3 {
    width: 220px;
    height: 220px;
    top: 20px;
    right: 10px;
  }

  .hero-image-4 {
    width: 220px;
    height: 140px;
    top: -40px;
  }

  .div-1-hero-image {
    height: 200px;
  }

  .image {
    width: 200px;
    height: 200px;
    margin-left: 180px;
    top: -20px;
  }

  .hero-app-image {
    width: 180px;
    height: 370px;
    margin-top: -100px;
  }

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

  .div-2-usp-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .main-cta-button {
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-cta-button.start-today, .main-cta-button.footer {
    margin-top: 60px;
  }

  .hero-handler-link {
    font-size: 12px;
    line-height: 14px;
  }

  .div-3-usp-2, .div-3-usp-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }

  .div-2-qr-android, .div-2-qr-apple, .store-icon, .div-wrap-qr {
    width: 100%;
  }

  .hero-illustration {
    width: 180px;
    height: 370px;
    margin-top: -100px;
  }

  .hero-image-3-copy {
    width: 220px;
    height: 220px;
    top: 20px;
    right: 10px;
  }

  .bottom-image-1 {
    width: 200px;
    height: 200px;
    margin-left: 180px;
    top: -20px;
  }

  .bottom-image-2 {
    margin-left: 60px;
    top: 130px;
  }

  .bottom-image-3 {
    width: 30px;
    height: 30px;
    top: 80px;
  }

  .hero-image-5 {
    top: 30px;
    left: 260px;
  }

  .bottom-image-4 {
    margin-left: 310px;
    top: -40px;
  }

  .hero-image-6 {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 60px;
  }

  .hero-image-7 {
    top: -10px;
    right: 200px;
  }

  .heading-2 {
    padding-top: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .section-start-today {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-2-wrap-3steps {
    flex-flow: column;
  }

  .div-3-start-text, .div-3-start-image {
    width: 100%;
  }

  .start-image-map {
    margin-top: 20px;
  }

  .div-1-wrap-mission {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .div-2-wrap-mission-text {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .div-2-wrap-mission-text._2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-2-wrap-mission-text._3 {
    margin-left: 0;
  }

  .vorteile-image {
    margin-bottom: 20px;
    margin-right: auto;
  }

  .button-registrieren {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-registrieren.footer {
    margin-bottom: 40px;
  }

  .button-registrieren.nav {
    height: auto;
    padding: 5px 20px;
    line-height: 22px;
  }

  .button-registrieren.nav.steps {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .div-1-footer {
    flex-flow: column-reverse;
  }

  .div-2-wrap, .div-2-wrap.right, .dive-3-links {
    width: 100%;
  }

  .image-6 {
    width: 48vw;
  }

  .image-7 {
    width: 36vw;
    bottom: -30vw;
  }

  .image-8 {
    width: 45vw;
    bottom: -38vw;
  }

  .image-9 {
    width: 41vw;
    bottom: -23.7vw;
  }

  .div-block-2 {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link-3 {
    margin-bottom: 10px;
    margin-right: auto;
  }

  .section-betrieb-hero {
    position: relative;
  }

  .betrieb-header.clipped {
    font-size: 11vw;
  }

  .image-11 {
    width: 80px;
    height: 80px;
  }

  .headet-betroeb-3steps {
    font-size: 24px;
    line-height: 28px;
  }

  .betrieb-vorteile-heading {
    margin-right: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .betreiber-connector-1 {
    width: 36vw;
    bottom: -30vw;
  }

  .betreiber-connector-2 {
    width: 45vw;
    bottom: -38vw;
  }

  .link-block-3 {
    bottom: 40px;
  }

  .header-impressum {
    font-size: 24px;
    line-height: 28px;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .frage {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large, .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .div-1-wrap-step {
    flex-flow: column;
    align-items: stretch;
  }

  .div-1-wrap-step.invert {
    flex-flow: column;
  }

  .div-2-schritt-pic {
    width: 100%;
    max-height: none;
    margin-bottom: 20px;
  }

  .div-2-schritt-text {
    width: 100%;
  }

  .paragraph-4 {
    margin-bottom: 100px;
  }

  .div-3-betriebs-vorteil {
    padding: 40px 20px 60px;
  }

  .betrieb-vorteil-bild {
    width: 40px;
    height: 40px;
  }

  .betrieb-vorteile-unter-berschrift {
    margin-right: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .code-embed-4 {
    width: 90vw;
  }

  .code-embed-5 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 80vh;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .div-1-hero-header {
    margin-bottom: -40px;
  }

  .hero-header {
    font-size: 100px;
  }

  .header-image-1 {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 0;
  }

  .header-image-2 {
    width: 60px;
    height: 60px;
    right: 0;
  }

  .div-2-left {
    padding-right: 70px;
  }

  .div-2-right {
    padding-left: 70px;
  }

  .hero-text-left {
    font-size: 18px;
    line-height: 22px;
    top: 20px;
  }

  .hero-text-right {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-image-3 {
    width: 130px;
    height: 130px;
    top: 90px;
    right: 20px;
  }

  .hero-image-4 {
    width: 160px;
    height: 120px;
    margin-left: -80px;
    top: -10px;
  }

  .div-1-hero-image {
    height: 120px;
  }

  .image {
    width: 140px;
    height: 120px;
    margin-left: 140px;
  }

  .hero-app-image {
    width: 140px;
    height: 280px;
    margin-top: -60px;
  }

  .div-2-usp-1 {
    padding-top: 20px;
  }

  .main-cta-button {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-3-usp-2, .div-3-usp-3 {
    padding-top: 20px;
  }

  .image-usp-2, .image-usp-3, .image-usp-1 {
    width: 220px;
  }

  .usp-heading-2, .usp-paragraph {
    padding-left: 0;
  }

  .div-1-app-qr-code {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-illustration {
    width: 140px;
    height: 280px;
    margin-top: -60px;
  }

  .header-image-3 {
    width: 60px;
    height: 60px;
    top: 0;
    right: 50px;
  }

  .hero-image-3-copy {
    width: 130px;
    height: 130px;
    top: 70px;
    right: 20px;
  }

  .bottom-image-1 {
    width: 140px;
    height: 120px;
    margin-left: 140px;
  }

  .bottom-image-2 {
    margin-left: 40px;
    top: 70px;
    bottom: 0;
  }

  .bottom-image-3 {
    margin-left: -150px;
    top: 50px;
    bottom: 0;
  }

  .hero-image-5 {
    top: 60px;
    left: 220px;
  }

  .bottom-image-4 {
    width: 30px;
    height: 30px;
    margin-left: 100px;
    top: -54px;
  }

  .header-image-4 {
    right: 0;
  }

  .hero-image-6 {
    top: 50px;
    right: 30px;
  }

  .hero-image-7 {
    top: 50px;
    right: 120px;
  }

  .div-2-wrap-text {
    width: 88vw;
  }

  .product-header {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-2 {
    height: 40%;
  }

  .product-image.t-te {
    height: 60%;
  }

  .div-4-start-zeile {
    justify-content: space-between;
    height: auto;
    margin-bottom: 40px;
  }

  .start-patagraph {
    width: 80%;
    padding-left: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .start-patagraph.first {
    padding-left: 0;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-1-wrap-mission {
    height: auto;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 40px;
  }

  .header-betriebe {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .button-registrieren.nav {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-about-us {
    padding-top: 0;
  }

  .div-1-wrap-about-us {
    justify-content: space-between;
    align-items: center;
  }

  .div-2-wrap-about-us-images {
    width: 100vw;
  }

  .div-2-wrap-about-us-text {
    padding-top: 40px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .about-us-text {
    width: 90%;
  }

  .about-us-image-top {
    border-top-left-radius: 0;
  }

  .about-us-image-bottom {
    border-top-right-radius: 0;
  }

  .footer-link {
    margin-bottom: 20px;
  }

  .dive-3-links {
    flex-flow: column;
  }

  .image-5 {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: 10px;
  }

  .image-6 {
    width: 58vw;
    bottom: -41.3vw;
  }

  .image-8 {
    width: 40vw;
    bottom: -34vw;
  }

  .image-9 {
    width: 60vw;
    bottom: -35vw;
  }

  .betrieb-header.clipped {
    font-size: 11vw;
  }

  .div-2-betrieb-step {
    padding: 10px 20px 60px;
  }

  .headet-betroeb-3steps {
    z-index: 2;
    font-size: 44px;
    line-height: 48px;
    position: relative;
  }

  .betreiber-connector-2 {
    width: 65vw;
    bottom: -55.7vw;
  }

  .link-block-3 {
    bottom: 20px;
  }

  .link-4-social {
    margin-left: 10px;
  }

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

  .div-block-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .st-rer-schritte {
    padding-left: 0;
  }

  .bold-text-4 {
    text-align: left;
  }

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

  .st-rer-schriite-batch {
    width: 180px;
    height: 180px;
    margin-bottom: -50px;
  }

  .code-embed-4 {
    overflow-wrap: break-word;
  }

  .code-embed-5 {
    font-weight: 800;
  }
}


