.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: #333;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.hero {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.werte {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.card-head {
  width: 100%;
  height: 100%;
  color: #fbf9fc;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cards-wrapper {
  max-width: 1280px;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.card_component {
  width: 24rem;
  height: 25rem;
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
  border: 1px #1d1b1d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_component:hover {
  opacity: 1;
}

.card_component._1 {
  background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
  overflow: hidden;
}

.card_component._2 {
  background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/2.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  text-decoration: none;
  overflow: hidden;
}

.card_component._3 {
  background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
  overflow: hidden;
}

.card_scroll {
  z-index: 1;
  width: 24rem;
  height: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0e6caf;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem 3.5rem 4rem 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0, 101%);
}

.card-front {
  width: 100%;
  height: 20%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0e6caf;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.h2 {
  width: auto;
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0%;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
}

.h2.black {
  color: #000;
  margin-bottom: 10px;
}

.h2.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.h2.kleiner {
  font-size: 38px;
}

.h3 {
  color: #0e6caf;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.text {
  max-width: 1280px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  max-width: 1000px;
  margin-bottom: 40px;
}

.text-span-28 {
  color: #0f0f0f;
  background-color: rgba(0, 0, 0, 0);
}

.umfrage {
  width: 100%;
  max-width: 100%;
  background-color: #f0eeee;
  flex-direction: column;
  align-items: center;
  padding: 60px 5vw 140px;
  display: flex;
  position: relative;
}

.grid-6 {
  width: 100%;
  max-width: 1280px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.div-block-432 {
  width: 650px;
  height: 500px;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px 74px 40px 40px;
  display: flex;
  position: relative;
  left: 0;
}

.text-block-148 {
  color: #0e6caf;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2em;
}

.text-block-148.kleiner {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
}

.text-block-149 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
}

.div-block-433 {
  width: 90%;
  margin-bottom: 20px;
}

.div-block-434 {
  width: 350px;
  height: 320px;
  background-color: #0e6caf;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -16%;
  left: auto;
  right: -37%;
}

.text-block-151 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
}

.heading-17 {
  color: #fff;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 900;
}

.section-8 {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.section-8._120px.cta-v1 {
  z-index: 1;
  background-color: #eee9e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.inner-container._914px {
  max-width: 914px;
}

.inner-container._914px.center {
  width: 100%;
  max-width: 800px;
}

.inner-container._550px-mbl.center {
  height: 100%;
  max-width: 1280px;
}

.section-9 {
  z-index: 0;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
  top: 0;
}

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

.mg-bottom-50px {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.mg-top-138px {
  margin-top: 138px;
}

.mg-top-138px.mg-top-0px-tablet {
  margin-top: 0;
}

.text-200 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.text-uppercase.color-secondary-7 {
  color: #0e6caf;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns._1-col-tablet.gap-row-80px-mbl {
  max-width: 1280px;
  grid-template-columns: 1fr 1fr;
}

.text-no-wrap {
  white-space: nowrap;
}

.display-4 {
  color: #162c4e;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.294em;
}

.display-4.mg-bottom-16px {
  color: #000;
}

.flex-horizontal-tablet.align-center.flex-vertical-mbl {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.5em;
}

.text-block-153 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.card-btn-link {
  width: 100%;
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.section-12 {
  height: auto;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 0% 0;
  display: flex;
  position: relative;
  top: 0;
}

.d-105-text-wrapper {
  height: 25%;
  background-color: #0e6caf;
  border-bottom: 1px #000;
  border-left: 1px rgba(14, 108, 175, .7);
  border-right: 1px #000;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-105-section-home {
  width: auto;
  height: auto;
  background-color: #fff;
  background-image: linear-gradient(rgba(14, 108, 175, .51), rgba(14, 108, 175, .51)), url('../images/lovie-tey-4u1_pn7npga-unsplash.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  top: 0;
}

.demo-container {
  width: 100%;
  height: auto;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-105-3d-wrapper {
  width: 400px;
  height: 500px;
  perspective: 1000px;
  border-radius: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
  position: relative;
  top: 18px;
  overflow: visible;
  transform: translate(0);
}

.d-105-3d-wrapper:hover {
  transform: translate(0, -20px);
}

.d-105-3d-wrapper.links {
  width: 400px;
  margin-bottom: 10px;
  margin-left: 20px;
  transition: all .3s;
}

.d-105-3d-wrapper.links:hover {
  transform: translate(0, -20px);
}

.d-105-image-wrapper {
  width: auto;
  height: 74%;
  transform-origin: 50% 0;
  background-image: url('../images/1-min.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-105-image-wrapper.two {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.three {
  background-image: url('../images/3_1.png');
  background-position: 50%;
}

.d-105-image-wrapper._4 {
  width: 100%;
  height: 350px;
  background-image: url('../images/2_1.png');
  background-position: 50%;
  transform: rotate(0);
}

.d-105-recipe-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.d-105-card-wrapper {
  height: 450px;
  transform-origin: 50% 0;
  background-color: #0e6caf;
  border-radius: 3px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.d-105-card-title {
  color: #fff;
  margin-top: 0;
}

.d-105-timer-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.demo-wrapper {
  width: 100%;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.demo-wrapper._2 {
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-435 {
  z-index: 5;
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.background-video-16 {
  z-index: 2;
  height: 100%;
  filter: blur(5px);
  position: relative;
}

.heading-18 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4em;
}

.notice {
  width: 100%;
  border-top: 0 solid #a4aebe;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.section-13 {
  z-index: 100;
  color: #575757;
  background-color: #f3f3f3;
  position: relative;
  overflow: visible;
}

.section-13.footer {
  z-index: 300;
  background-color: #eee9e3;
  border-top: 1px solid rgba(83, 83, 83, .32);
  display: block;
  overflow: hidden;
}

.adress {
  margin-bottom: 10px;
}

.text-block-111 {
  color: #000;
  font-size: 14px;
}

.notice-2 {
  width: 100%;
  border-top: 0 solid #a4aebe;
  justify-content: space-between;
  margin-top: 21px;
  display: flex;
}

.notice-2.above {
  justify-content: flex-start;
  margin-top: 39px;
}

.container-6 {
  width: 100%;
  height: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-6.footer {
  z-index: 999;
  max-width: 1280px;
  padding: 40px 2vw;
  top: 0;
}

.text-block-7 {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-content {
  text-decoration: none;
  display: block;
}

.main-grid {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.contact {
  margin-bottom: 10px;
}

.image-logo-footer {
  width: auto;
  height: 100px;
  margin-bottom: 10px;
}

.link-10 {
  color: #333;
  margin-right: 20px;
  font-size: 14px;
}

.link-10.links {
  color: #333;
  margin-right: 0;
}

.gesellschaftsname {
  color: #575757;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3em;
}

.link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-19, .link-20 {
  color: #000;
  text-decoration: none;
}

.navbar {
  z-index: 1000;
  width: 100%;
  height: 90px;
  background-color: #eee9e3;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  justify-content: space-around;
  align-items: center;
  padding: 20px 5vw;
  display: none;
  position: fixed;
  overflow: hidden;
}

.image-151 {
  width: auto;
  height: 60px;
  object-fit: contain;
}

.grid-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
  display: flex;
}

.button-6 {
  height: auto;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0e6caf;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.button-6:hover {
  transform: scale(.95);
}

.button-6.wei {
  height: auto;
  color: #0e6caf;
  background-color: #fff;
  border-radius: 2px;
  margin-left: 0;
  display: block;
}

.button-6.space {
  margin-left: 0;
}

.button-6.transparent {
  color: #000;
  letter-spacing: normal;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-left: 0;
  line-height: 2em;
}

.scroll-icon {
  filter: invert();
}

.hover-link {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  width: 148px;
  height: 148px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5vw;
  left: 5vw;
  right: auto;
}

.hover-link-wrapper.centered {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  position: static;
  top: auto;
  bottom: 25%;
  left: 45%;
  right: 0%;
}

.section-14 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 546px;
}

.c-faq-a-2 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.text-span-33 {
  color: #32ba7c;
}

.heading-93 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.faq-divider {
  height: 0;
  border-top: 1px dashed #e1e4ee;
}

.c-faq-item-2 {
  width: 100%;
  max-width: 1280px;
  opacity: 1;
  cursor: auto;
  background-color: #fff;
  border-top: 1px #e1e4ee;
  border-bottom: 1px #e1e4ee;
  border-left: 3px #2ea07c;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px 60px;
  font-size: 1.2em;
  line-height: 1.6em;
  transition: transform .25s;
  display: flex;
  box-shadow: 8px 0 17px -4px rgba(0, 0, 0, .1);
}

.c-faq-item-2:hover {
  background-color: #fff;
  border: 1px #000;
}

.c-faq-item-2:active {
  transform: none;
}

.div-block-427 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-faq-q-2 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.wir-suchen {
  background-color: #eee9e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
  position: relative;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
  font-size: 32px;
  display: flex;
}

.text-span-34 {
  text-decoration: underline;
}

.heading-94 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
}

.text-span-35 {
  color: #0e6caf;
}

.rtb {
  font-size: 18px;
}

.rtb strong {
  font-weight: 800;
}

.rtb p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.rtb li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3em;
}

.rtb h4 {
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.page-padding {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 60px 2.5rem;
  display: flex;
  position: relative;
}

.blog-accrodian-question {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.faq-icon {
  width: 30px;
  height: 31px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.accrodian-ans {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
}

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

.latest-heading-wrapper {
  text-align: center;
}

.dropdown-list {
  color: #010202;
  position: relative;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.accrodian-item {
  width: 100%;
  background-color: #0e6caf;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 40px 30px;
  font-size: 18px;
}

.faq-icon-line {
  width: 3px;
  height: 15px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
}

.faq-icon-line-2 {
  width: 15px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
}

.accrodian-toggle {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph {
  color: #243d47;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph.center {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  font-size: 22px;
}

.paragraph.center.white {
  color: #f2f4f6;
  margin-top: 0;
  font-size: 22px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-5 {
  width: 100%;
  max-width: 1100px;
  color: #243d47;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0% 0 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.heading-5.white {
  color: #f2f4f6;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
}

.div-block-19 {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  width: 211.863px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cta2 {
  width: 100%;
  height: auto;
  background-color: #fff;
  background-image: linear-gradient(rgba(14, 108, 175, .85), rgba(14, 108, 175, .85)), url('../images/design-ohne-titel.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-437 {
  width: 1200px;
  height: 500px;
  background-color: #0e6caf;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.div-block-437._2 {
  position: -webkit-sticky;
  position: sticky;
}

.heading-140 {
  color: #fff;
  background-color: rgba(14, 108, 175, .66);
  border-radius: 3px;
  padding: 28px 50px;
  font-size: 34px;
}

.image-155 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  position: absolute;
}

.div-block-438 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-158 {
  max-width: 650px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.text-block-158.d-nner {
  max-width: 700px;
  font-weight: 500;
  display: block;
}

.div-block-439 {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-156 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-157 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  bottom: 0;
}

.image-158 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
}

.image-161 {
  width: 100%;
  height: 600px;
  max-width: 1400px;
  object-fit: cover;
  object-position: 50% 100%;
  position: relative;
}

.link-block {
  margin-right: 10px;
}

.div-block-446 {
  z-index: 5;
  background-color: rgba(0, 53, 90, .64);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-144 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-144.caption {
  text-transform: uppercase;
}

.div-block-447 {
  max-width: 1000px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-447.unterseiten {
  width: 800px;
}

.text-block-159 {
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 800;
  line-height: 1.2em;
}

.text-block-160 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-449 {
  z-index: 1000;
  background-color: #0e6caf;
  border: 1px solid #eee9e3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 21px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
  box-shadow: 0 2px 5px #eee9e3;
}

.div-block-449.w--current {
  box-shadow: 0 2px 8px 2px rgba(238, 233, 227, .55);
}

.text-block-161 {
  color: #fff;
  text-align: center;
}

.heading-146 {
  color: #0e6caf;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
}

.grid-8 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 43px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-between;
  align-items: start;
  justify-items: stretch;
  margin-top: 10px;
  display: grid;
}

.image-162 {
  width: 100px;
  height: 100px;
  max-width: none;
  object-fit: contain;
}

.text-block-162 {
  width: 100%;
  height: 39.9653px;
  color: #fff;
  text-align: center;
  background-color: #0e6caf;
  border-radius: 3px;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 700;
}

.text-block-163 {
  height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.div-block-450 {
  width: 100%;
  height: auto;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-451 {
  height: 207.917px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-452 {
  height: 207.917px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-span-41 {
  color: #0e6caf;
  font-size: 22px;
}

.text-span-43 {
  color: #0e6caf;
  white-space: break-spaces;
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
}

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

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

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

.heading-148 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4em;
}

.faq-stripe-2-2 {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.c-faq-q-text-3 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.heading-149 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
}

.c-faq-icon-2 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.faq-stripe-1-2 {
  width: 2px;
  height: 100%;
  background-color: #000;
}

.c-faq-item-3 {
  width: 100%;
  max-width: 1280px;
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px #e1e4ee;
  border-bottom: 1px #e1e4ee;
  border-left: 3px #2ea07c;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  transition: transform .25s;
  box-shadow: 8px 0 17px -4px rgba(0, 0, 0, .1);
}

.c-faq-item-3:hover {
  background-color: #fff;
  border: 1px #000;
}

.c-faq-item-3:active {
  transform: none;
}

.div-block-453 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
  display: flex;
}

.text-block-164 {
  text-align: left;
  margin-right: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.c-faq-a-text-3 {
  padding: 0 20px 20px;
}

._w-faq-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-faq-q-3 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.stellen {
  margin-top: 20px;
}

.wrapper-locations {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #0376b6;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 20px;
  font-weight: 600;
  display: flex;
}

.div-block-11 {
  color: #0376b6;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-165 {
  width: 17px;
  height: 17px;
  margin-right: 3px;
}

.text-block-19 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.faq-text {
  color: #fff;
  line-height: 1.4em;
}

.subtitle-4 {
  color: #3a3b3c;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle-4._2 {
  color: #fff;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bewerbungsprozess {
  background-color: #eee9e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.steps-cards {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-103 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.steps-dot {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: #0e6caf;
  border-radius: 100px;
  position: relative;
}

.steps-icon {
  z-index: 10;
  width: 60px;
  height: 60px;
  color: #456d87;
  background-color: #f7f8fc;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.body-display {
  color: #3a3b3c;
  font-weight: 300;
  line-height: 1.6em;
}

.text-block-28 {
  color: #0d4e8e;
}

.heading-150 {
  margin-top: 0;
  font-weight: 600;
}

.steps-circle-outline {
  background-color: #fff;
  border: 2px solid #0e6caf;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.paragraph-14 {
  color: #3a3b3c;
  font-weight: 300;
  line-height: 1.4em;
}

.how-it-works-fill {
  width: 100%;
  height: 0;
  background-color: #081c3a;
  border-radius: 100px;
}

.steps-sticky-card {
  z-index: 30;
  width: 100%;
  max-width: 500px;
  min-height: auto;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: #0e6caf;
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding: 23px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.steps-circle {
  width: 48px;
  height: 48px;
  border: 0 rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.steps-circle.center {
  top: auto;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto 1.75fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.steps-card-wrapper {
  min-height: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-tracker {
  width: 2px;
  background-color: #456d87;
  border-radius: 100px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.heading-102 {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.3em;
}

.steps-card {
  min-height: auto;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  font-size: 16px;
  display: grid;
  position: relative;
  overflow: visible;
}

.steps-grid {
  width: auto;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: grid;
}

.div-block-454 {
  margin-top: 20px;
}

.section-17 {
  background-color: #eee9e3;
  border-top: 2px solid rgba(0, 0, 0, .14);
  flex-direction: column;
  align-items: center;
  padding: 40px 5vw;
  display: flex;
}

.div-block-455 {
  width: 100%;
  max-width: 1000px;
}

.div-block-456 {
  margin-bottom: 20px;
}

.section-18 {
  background-color: #eee9e3;
  padding: 50px 5vw;
}

.section-19 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 50px 5vw;
  display: flex;
}

.grid-9 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  display: grid;
}

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

.div-block-458 {
  background-color: #0e6caf;
  padding: 20px;
}

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

.heading-151 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-15 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
}

.image-167 {
  max-width: 1100px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.grid-10 {
  max-width: 1200px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.div-block-459 {
  background-color: #0e6caf;
  padding: 20px;
}

.heading-152 {
  color: #fff;
  margin-top: 0;
  line-height: 1.3em;
}

._123 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
}

.div-block-460 {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  margin-top: 60px;
  padding: 40px;
  display: flex;
}

.div-block-462 {
  margin-top: 20px;
}

.heading-153 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.liste-faqs {
  color: #fff;
  margin-top: 10px;
  padding-left: 20px;
}

.div-block-464 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-168 {
  width: 500px;
  margin-bottom: 34px;
}

.div-block-465 {
  margin-top: 20px;
}

.heading-154 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-21 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.image-169 {
  width: 1000px;
  margin-top: 20px;
}

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

.menu-button {
  flex: none;
}

.nav-link-2 {
  color: #20394f;
  white-space: nowrap;
  margin-left: 23px;
  margin-right: 23px;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-link-2:hover {
  opacity: .65;
}

.nav-link-2.w--current {
  color: #005899;
  font-weight: 700;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
}

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

.brand-image {
  max-width: 130px;
  display: block;
}

.brand {
  padding-left: 0;
  display: block;
}

.brand.adjacent-to-nav-menu {
  margin-right: 14px;
}

.brand.adjacent-to-nav-menu.w--current {
  flex: none;
}

.navbar-grid {
  min-height: 70px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.image-176 {
  z-index: -1;
  width: 1000px;
  max-width: none;
  opacity: .09;
  filter: invert();
  position: absolute;
  top: 100px;
  bottom: 0%;
  left: auto;
  right: auto;
}

.image-176.kleiner {
  width: 100%;
  left: auto;
  right: auto;
}

.nacbar {
  z-index: 1201;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 35% 10% 35%;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding: 15px 2vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-177 {
  width: 100px;
  height: auto;
  max-height: 50px;
  max-width: 120px;
  filter: invert();
  object-fit: contain;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-7.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-block-8 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link-block-8:hover {
  text-decoration: underline;
}

.div-block-481 {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-481.links {
  justify-content: flex-start;
}

.button-22 {
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 2px;
  font-weight: 500;
}

.div-block-482 {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 40% 14% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.button-23 {
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 2px;
  font-weight: 500;
}

.main-container-2 {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.navbar-wrapper.sticky-top {
  z-index: 1120;
  background-color: #eee9e5;
  margin-top: 0;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-487 {
  z-index: 100;
  width: 100%;
  height: 70px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(14, 108, 175, .64);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.lightbox-link.hide {
  display: none;
}

.image-180 {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 100% 50%;
}

.image-180._1 {
  object-position: 50% 50%;
}

.div-block-488 {
  background-color: rgba(14, 108, 175, .62);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-181 {
  width: 35px;
  height: 35px;
  filter: invert();
  padding: 0;
  position: relative;
  left: 2px;
}

.div-block-489 {
  opacity: .88;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 31px;
}

.lottie-animation {
  z-index: 10;
  width: 100px;
  height: 100px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 50%;
}

.divlogo {
  width: 100%;
  position: absolute;
}

.wrapper {
  max-width: 1000px;
}

.mobile-wrapper-4 {
  display: none;
}

.button-25 {
  color: #20394f;
  text-align: center;
  background-color: #b8d7e4;
  border-radius: 200px;
  padding: 6px 28px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0);
}

.button-25:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, .07);
}

.button-25.small {
  width: 370px;
  max-width: none;
  background-color: #b8d7e4;
  padding: 8px 21px;
  display: inline-block;
}

.button-25.small.navbar {
  width: auto;
  color: #fff;
  background-color: #0e6caf;
  border-radius: 0;
  margin-top: 0;
  font-size: 16px;
  text-decoration: none;
  transition-property: all;
}

.button-25.small.navbar:hover {
  background-color: #00477c;
}

.button-text-dark-3 {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 13px;
}

.div-block-493 {
  width: 100%;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-181 {
  text-align: center;
}

.link-23, .link-24 {
  color: #000;
  text-decoration: none;
}

.div-block-494 {
  max-width: 1200px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-495 {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.text-block-182 {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
}

.image-186 {
  width: 60px;
  height: 60px;
  color: #0e6caf;
  margin-right: 5px;
}

.text-block-184 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-498 {
  align-items: center;
  display: flex;
}

.div-block-422 {
  width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  padding: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.html-embed-8 {
  border-radius: 3px;
  overflow: hidden;
}

.div-block-499 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.html-embed-9 {
  border-radius: 3px;
  overflow: hidden;
}

.div-block-500 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-501, .div-block-502 {
  border-radius: 3px;
}

@media screen and (min-width: 1280px) {
  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-grid {
    width: 1000px;
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .image-177 {
    width: 150px;
  }

  .link-block-8 {
    font-size: 15px;
  }

  .div-block-482 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-487 {
    height: 80px;
  }

  .button-text-dark-3 {
    font-size: 13px;
  }
}

@media screen and (min-width: 1440px) {
  .text-200.bold.text-uppercase.color-secondary-7 {
    font-size: 18px;
  }

  .section-12 {
    padding-bottom: 60px;
  }

  .text-block-7, .link-15 {
    color: #000;
  }

  .heading-5 {
    font-size: 42px;
  }

  .text-block-164 {
    font-size: 16px;
  }

  .subtitle-4 {
    font-size: 12px;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .steps-grid {
    width: 1150px;
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .div-block-481 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-text-dark-3 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    z-index: -1;
    height: 100vh;
    position: static;
  }

  .section-8 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section-8._120px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .inner-container._550px-mbl.center {
    max-width: 1400px;
  }

  .text-200.bold.text-uppercase.color-secondary-7 {
    font-size: 22px;
  }

  .grid-3-columns._1-col-tablet.gap-row-80px-mbl {
    max-width: 1400px;
  }

  .display-4.mg-bottom-16px {
    font-size: 38px;
  }

  .background-video-16 {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .navbar {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-93 {
    font-size: 25px;
    line-height: 1.4em;
  }

  .c-faq-item-2 {
    width: 1100px;
  }

  .container-large-2 {
    max-width: 1400px;
  }

  .padding-vertical.padding-xxlarge {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-161 {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-447 {
    max-width: 850px;
  }

  .div-block-447.unterseiten {
    width: 900px;
    max-width: 1000px;
  }

  .text-block-159 {
    font-size: 75px;
  }

  .text-block-160 {
    font-size: 50px;
  }

  .div-block-449 {
    font-weight: 400;
    bottom: 30px;
    left: 30px;
  }

  .div-block-449.w--current {
    left: 30px;
  }

  .heading-149 {
    font-size: 25px;
    line-height: 1.4em;
  }

  .c-faq-item-3 {
    width: 1100px;
  }

  .div-block-453 {
    align-items: flex-start;
  }

  .subtitle-4 {
    font-size: 14px;
  }

  .bewerbungsprozess {
    padding-top: 100px;
  }

  .text-block-59 {
    font-size: 20px;
  }

  .body-display {
    font-size: 18px;
  }

  .text-block-28 {
    font-size: 20px;
  }

  .heading-150 {
    font-size: 28px;
    line-height: 1.4em;
  }

  .steps-sticky-card {
    max-width: 700px;
    padding-left: 19px;
    padding-right: 15px;
  }

  .steps-card-wrapper {
    grid-row-gap: 39px;
  }

  .heading-102 {
    font-size: 28px;
  }

  .steps-grid {
    width: 1500px;
    max-width: none;
  }

  .image-176 {
    width: 1000px;
    left: -100px;
  }

  .div-block-481 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-482 {
    grid-template-columns: 40% 10% 40%;
    justify-items: center;
  }

  .image-180, .image-180._1 {
    height: 400px;
  }

  .wrapper {
    max-width: 1100px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 93vh;
  }

  .werte {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .paragraph-2 {
    color: #fff;
    font-size: 17px;
  }

  .card_component {
    width: 30rem;
  }

  .card_component:hover {
    opacity: 1;
  }

  .card_component._1 {
    width: 100%;
    height: auto;
    opacity: 1;
    background-color: #0e6caf;
    background-image: none;
    background-position: 0 0;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
  }

  .card_component._2 {
    width: 100%;
    height: auto;
    background-color: #0e6caf;
    background-image: none;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .card_component._3 {
    width: 100%;
    height: auto;
    background-color: #0e6caf;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    padding: 20px;
  }

  .card_scroll {
    width: 100%;
    opacity: 1;
    color: #fff;
    background-color: #0e6caf;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    position: relative;
    transform: none;
  }

  .card-front {
    z-index: 5;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .container-large {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2 {
    color: #000;
    font-size: 30px;
  }

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

  .h2.kleiner {
    font-size: 30px;
  }

  .h3 {
    font-size: 20px;
  }

  .text {
    font-size: 17px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .umfrage {
    flex-direction: column;
    align-items: center;
    padding: 40px 5vw;
    display: flex;
  }

  .grid-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-432 {
    width: auto;
    height: auto;
    align-items: center;
    padding-top: 40px;
    padding-right: 40px;
    position: static;
  }

  .text-block-148 {
    font-size: 36px;
  }

  .text-block-148.kleiner {
    font-size: 30px;
  }

  .text-block-149 {
    font-size: 17px;
  }

  .div-block-433 {
    width: auto;
    text-align: center;
  }

  .div-block-434 {
    width: auto;
    height: auto;
    align-items: center;
    position: static;
  }

  .text-block-151 {
    text-align: center;
    font-size: 17px;
  }

  .heading-17 {
    font-size: 22px;
  }

  .section-8 {
    padding-top: 166px;
    padding-bottom: 166px;
  }

  .section-8._120px {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .section-8._120px.cta-v1 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-container._800px-tablet {
    max-width: 800px;
  }

  .section-9 {
    padding: 40px 5vw;
  }

  .mg-bottom-50px {
    margin-bottom: 20px;
  }

  .mg-top-138px {
    margin-top: 115px;
  }

  .mg-top-138px.mg-top-0px-tablet {
    margin-top: 20px;
  }

  .mg-bottom-20px {
    margin-bottom: 10px;
  }

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

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

  .grid-3-columns._1-col-tablet.gap-row-80px-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .display-4 {
    font-size: 28px;
  }

  .display-4.mg-bottom-16px {
    margin-top: 0;
    font-size: 25px;
  }

  .flex-horizontal-tablet {
    display: flex;
  }

  .flex-horizontal-tablet.align-center {
    align-items: center;
  }

  .flex-horizontal-tablet.align-center.flex-vertical-mbl {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .mg-bottom-0 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-153 {
    font-size: 18px;
  }

  .section-12 {
    padding: 40px 5%;
  }

  .d-105-section-home {
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .demo-container {
    height: auto;
    min-height: auto;
    clear: both;
    flex-direction: row;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .d-105-3d-wrapper {
    width: 100%;
    height: 400px;
    object-position: 50% 100%;
    margin-bottom: 20px;
  }

  .d-105-3d-wrapper.links {
    width: 100%;
    margin-left: 0;
  }

  .d-105-image-wrapper {
    height: 100%;
    background-image: linear-gradient(12deg, #0e6caf 11%, rgba(4, 31, 50, .29) 36%, rgba(0, 0, 0, 0) 73%), url('../images/weds1qxaswqd.jpg');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .d-105-image-wrapper.two {
    height: 100%;
    background-image: linear-gradient(12deg, #0e6caf 10%, rgba(14, 108, 175, .62) 28%, rgba(0, 0, 0, 0) 47%), url('../images/_dsc2539.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .d-105-image-wrapper.three {
    height: 100%;
    background-image: linear-gradient(12deg, #0e6caf 5%, rgba(14, 108, 175, .45) 30%, rgba(0, 0, 0, 0) 52%), url('../images/243dscfwed.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .d-105-image-wrapper._4 {
    height: 100%;
    background-image: linear-gradient(12deg, #0e6caf 12%, rgba(14, 108, 175, .59) 32%, rgba(0, 0, 0, 0) 65%), url('../images/_dsc2479.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .d-105-card-wrapper {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
  }

  .d-105-timer-wrapper {
    margin-right: 0;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .demo-wrapper._2 {
    padding-bottom: 0;
  }

  .heading-18 {
    font-size: 24px;
  }

  .notice {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 9px;
  }

  .text-block-111 {
    text-align: center;
  }

  .notice-2 {
    margin-top: 9px;
  }

  .notice-2.above {
    text-align: center;
    justify-content: center;
  }

  .rtg_ruemmelle {
    font-size: 17px;
  }

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

  .main-grid {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-logo-footer {
    height: 80px;
    max-height: none;
  }

  .link-10 {
    font-size: 14px;
  }

  .gesellschaftsname {
    text-align: center;
    margin-top: 0;
    padding-right: 0;
  }

  .button-6.wei {
    font-size: 13px;
    transition: all .2s;
  }

  .button-6.space {
    font-size: 12px;
    transition: all .2s;
  }

  .scroll-icon {
    width: 15px;
    height: 20px;
  }

  .hover-link-wrapper.centered {
    width: 120px;
    height: 120px;
  }

  .heading-93 {
    font-size: 24px;
  }

  .c-faq-item-2 {
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .wir-suchen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rtb p, .rtb li, .rtb h4 {
    font-size: 17px;
  }

  .page-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-accrodian-question {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
  }

  .accrodian-ans {
    font-size: 15px;
  }

  .accrodian-item {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 20px;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    margin-top: 0;
  }

  .accrodian-toggle {
    justify-content: space-between;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.center {
    font-size: 20px;
  }

  .paragraph.center.white {
    font-size: 17px;
  }

  .heading-10 {
    margin-top: 20px;
    font-size: 20px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .heading-5.white {
    font-size: 30px;
  }

  .cta2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-437 {
    width: 100%;
    height: 300px;
    background-image: linear-gradient(rgba(14, 108, 175, .63), rgba(14, 108, 175, .63));
  }

  .div-block-437._2 {
    height: 300px;
  }

  .heading-140 {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin: 10px 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    display: flex;
    position: absolute;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-438 {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-158 {
    margin-top: 0;
    font-size: 20px;
  }

  .div-block-439 {
    background-color: rgba(14, 108, 175, .62);
    padding-top: 90px;
  }

  .image-161 {
    height: auto;
    object-fit: contain;
  }

  .heading-144 {
    font-size: 28px;
  }

  .div-block-447 {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-447.unterseiten {
    width: 100%;
  }

  .text-block-159 {
    font-size: 42px;
  }

  .text-block-160 {
    font-size: 38px;
  }

  .heading-146 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .grid-8 {
    flex-direction: column;
    display: flex;
  }

  .image-162 {
    height: 80px;
    object-fit: cover;
  }

  .text-block-162 {
    width: 40%;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-block-163 {
    height: auto;
  }

  .div-block-451, .div-block-452 {
    width: 100%;
    height: auto;
  }

  .heading-148 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .c-faq-q-text-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-149 {
    font-size: 24px;
  }

  .c-faq-item-3 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-453 {
    margin-top: 20px;
  }

  .text-block-164 {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
  }

  .stellen {
    margin-top: 0;
  }

  .div-block-11 {
    font-size: 15px;
  }

  .text-block-19 {
    font-size: 13px;
  }

  .faq-text {
    font-size: 15px;
  }

  .subtitle-4._2 {
    text-align: center;
  }

  .bewerbungsprozess {
    padding: 40px 5vw 0;
  }

  .steps-cards {
    grid-column-gap: 60px;
  }

  .heading-103 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3em;
  }

  .steps-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .body-display {
    font-size: 17px;
  }

  .heading-150 {
    font-size: 22px;
  }

  .paragraph-14 {
    font-size: 17px;
  }

  .steps-sticky-card {
    max-width: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
  }

  .steps-circle {
    width: 35px;
    height: 35px;
    left: -80px;
  }

  .steps-description {
    grid-template-rows: minmax(auto, 1fr);
  }

  .steps-content {
    grid-template-rows: auto 1fr;
    align-content: start;
    align-items: center;
    justify-items: center;
  }

  .steps-card-wrapper {
    min-height: auto;
    grid-row-gap: 48px;
  }

  .steps-tracker {
    margin-bottom: 60px;
  }

  .heading-102 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .steps-card {
    min-height: auto;
    padding: 20px;
  }

  .steps-grid {
    grid-row-gap: 26px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-454 {
    text-align: center;
  }

  .section-17 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .grid-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-457 {
    margin-bottom: 20px;
  }

  .div-block-458 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-151 {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
  }

  .paragraph-15 {
    text-align: center;
    font-size: 16px;
  }

  .image-167 {
    width: 100%;
    margin-top: 20px;
  }

  .grid-10 {
    flex-direction: column;
    display: flex;
  }

  .heading-152 {
    font-size: 30px;
  }

  ._123 p, ._123 ul, ._123 li {
    font-size: 17px;
  }

  .heading-153 {
    text-align: center;
  }

  .image-168 {
    width: 450px;
  }

  .heading-154 {
    font-size: 26px;
  }

  .section-21 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-466 {
    display: none;
  }

  .div-block-467 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .div-block-468 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-470 {
    width: 100%;
    overflow: hidden;
  }

  .div-block-473 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .menu-button {
    margin-left: 21px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-2 {
    margin: 7px 0;
  }

  .desktop-wrapper, .hide-on-mobile {
    display: none;
  }

  .menu-button-image {
    display: block;
  }

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

  .image-176 {
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nacbar {
    display: none;
  }

  .main-container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-wrapper.sticky-top {
    z-index: 1200;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-487 {
    display: none;
  }

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

  .image-180 {
    object-position: 50% 50%;
  }

  .lottie-animation {
    left: auto;
    right: auto;
  }

  .divlogo {
    width: 90%;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-490 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .div-block-491 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    display: flex;
  }

  .div-block-491.bordertop {
    border-top: 1px solid rgba(0, 0, 0, .6);
    margin-top: 10px;
    padding-top: 5px;
  }

  .mobile-wrapper-4 {
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    display: flex;
  }

  .button-25 {
    color: #fff;
    background-color: #005899;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-492 {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-182 {
    width: 25px;
  }

  .nav-menu-3 {
    background-color: #fff;
    border: 1px solid rgba(7, 33, 37, .1);
    padding: 21px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-183 {
    width: 18px;
    height: 18px;
    opacity: .6;
  }

  .link-block-10 {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-180 {
    color: rgba(0, 0, 0, .6);
    margin-right: 10px;
    font-size: 15px;
  }

  .div-block-494 {
    flex-direction: column;
    display: flex;
  }

  .text-block-182 {
    font-size: 26px;
  }

  .div-block-422, .div-block-499, .div-block-500 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .card-head {
    width: auto;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .card_component {
    width: 30rem;
    height: 11rem;
    padding: 2rem;
  }

  .card-front {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: flex-start;
  }

  .h2 {
    font-size: 28px;
  }

  .h2.kleiner {
    font-size: 26px;
  }

  .h3 {
    font-size: 18px;
  }

  .text {
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-432 {
    padding: 35px 30px;
  }

  .text-block-148 {
    font-size: 34px;
  }

  .text-block-148.kleiner {
    font-size: 28px;
  }

  .text-block-149 {
    font-size: 16px;
  }

  .div-block-434 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-151 {
    font-size: 16px;
  }

  .section-8 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-8._120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .inner-container._550px-mbl {
    max-width: 550px;
  }

  .inner-container._550px-mbl.center {
    padding-right: 0%;
  }

  .section-9 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mg-bottom-50px {
    margin-bottom: 40px;
  }

  .mg-top-138px {
    margin-top: 96px;
  }

  .mg-top-138px.mg-top-0px-tablet {
    margin-top: 0;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.bold.text-uppercase.color-secondary-7 {
    font-size: 14px;
  }

  .mg-bottom-20px {
    margin-bottom: 15px;
  }

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

  .display-4 {
    font-size: 25px;
  }

  .display-4.mg-bottom-16px {
    font-size: 23px;
  }

  .mg-bottom-0, .text-block-153 {
    font-size: 16px;
  }

  .d-105-text-wrapper {
    height: 30%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .d-105-section-home {
    padding-left: 5%;
    padding-right: 5%;
  }

  .demo-container {
    min-height: auto;
    background-image: url('../images/background.svg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-attachment: fixed, scroll;
    align-items: center;
    display: block;
  }

  .d-105-3d-wrapper {
    width: 100%;
    height: 350px;
  }

  .demo-wrapper {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper._2 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    font-size: 20px;
  }

  .notice {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .text-block-111 {
    text-align: center;
    margin-top: 10px;
    font-size: 11px;
  }

  .notice-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .notice-2.above {
    flex-direction: row;
    justify-content: center;
  }

  .container-6.footer {
    padding-top: 40px;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .rtg_ruemmelle {
    max-width: 70%;
    margin-top: 0;
  }

  .text-block-7 {
    font-size: 13px;
  }

  .main-grid {
    grid-row-gap: 1vh;
    grid-template-columns: 1fr 1fr;
  }

  .link-10 {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gesellschaftsname {
    font-size: 15px;
  }

  .heading-93 {
    font-size: 22px;
  }

  .c-faq-item-2 {
    align-items: center;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .c-faq-q-2 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wir-suchen {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .c-faq-q-text-2 {
    padding: 10px 0;
  }

  .rtb p, .rtb li {
    font-size: 16px;
  }

  .rtb h4 {
    font-size: 18px;
  }

  .page-padding {
    margin-right: 0%;
    padding: 35px 5%;
  }

  .blog-accrodian-question {
    width: 92%;
    white-space: pre-wrap;
    font-size: 18px;
    line-height: 120%;
  }

  .accrodian-ans {
    font-size: 16px;
  }

  .dropdown-list.w--open {
    padding-right: 20px;
  }

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    margin-top: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.center.white {
    font-size: 16px;
  }

  .heading-5.white {
    font-size: 28px;
  }

  .cta2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .heading-140 {
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: rgba(14, 108, 175, 0);
    font-size: 22px;
  }

  .text-block-158 {
    font-size: 18px;
  }

  .text-block-159 {
    font-size: 38px;
  }

  .text-block-160 {
    font-size: 24px;
  }

  .div-block-449 {
    padding: 16px;
  }

  .div-block-449.w--current {
    font-size: 14px;
  }

  .heading-146 {
    text-align: center;
  }

  .image-162 {
    height: 60px;
    object-fit: contain;
  }

  .text-block-162 {
    font-weight: 500;
  }

  .heading-148 {
    font-size: 28px;
  }

  .c-faq-q-text-3 {
    padding: 10px 0;
  }

  .heading-149 {
    font-size: 20px;
  }

  .c-faq-item-3 {
    height: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-453 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .c-faq-a-text-3 {
    padding-left: 5px;
    padding-right: 0;
  }

  .c-faq-q-3 {
    height: auto;
  }

  .div-block-11 {
    margin-top: 10px;
  }

  .faq-text {
    font-size: 15px;
  }

  .bewerbungsprozess {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .steps-cards {
    grid-template-columns: 1fr;
    grid-auto-columns: 5.5fr;
    display: flex;
  }

  .heading-103 {
    text-align: center;
    font-size: 24px;
  }

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

  .steps-icon {
    width: 35px;
    height: 35px;
  }

  .body-display {
    font-size: 16px;
  }

  .heading-150 {
    margin-top: 10px;
    font-size: 20px;
  }

  .paragraph-14 {
    font-size: 16px;
  }

  .steps-sticky-card {
    grid-row-gap: 12px;
  }

  .steps-circle {
    display: none;
  }

  .steps-content {
    grid-row-gap: 0px;
    justify-items: start;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .steps-tracker {
    display: none;
  }

  .heading-102 {
    margin-top: 10px;
    font-size: 18px;
  }

  .steps-grid {
    padding-left: 0;
  }

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

  .div-block-457 {
    margin-bottom: 20px;
  }

  .heading-151 {
    font-size: 17px;
  }

  .paragraph-15 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .heading-152 {
    font-size: 28px;
  }

  ._123 ul {
    width: auto;
  }

  .heading-153 {
    width: auto;
    margin-left: 0;
    font-size: 16px;
  }

  .image-168 {
    width: 100%;
  }

  .div-block-467 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .desktop-wrapper {
    display: none;
  }

  .main-container-2 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .image-180, .image-180._1 {
    height: 300px;
  }

  .div-block-490 {
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-491 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-491.bordertop {
    border-top: 1px solid rgba(0, 0, 0, .34);
    padding-top: 11px;
  }

  .mobile-wrapper-4 {
    flex-direction: column;
    display: flex;
  }

  .button-25.small {
    width: 250px;
  }

  .button-25.small.navbar {
    display: none;
  }

  .div-block-492 {
    flex-direction: column;
    margin-top: 20px;
    padding: 0 15px;
    display: flex;
  }

  .image-182 {
    width: 25px;
  }

  .image-183 {
    width: 15px;
    opacity: .6;
  }

  .link-block-10 {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
  }

  .text-block-180 {
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
  }

  .image-186 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 20px;
  }

  .werte {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .card-head {
    font-size: 18px;
  }

  .cards-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: .5rem;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .card_component {
    width: 17rem;
    height: 8rem;
  }

  .card_component._1, .card_component._2 {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .card_scroll {
    width: auto;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.kleiner {
    font-size: 22px;
  }

  .h3 {
    font-size: 17px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-432 {
    padding: 20px;
  }

  .text-block-148 {
    font-size: 30px;
  }

  .text-block-148.kleiner {
    font-size: 22px;
  }

  .text-block-149, .text-block-151 {
    font-size: 15px;
  }

  .section-8 {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-8._120px.cta-v1, .section-9 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .mg-top-138px {
    margin-top: 80px;
  }

  .text-200.bold.text-uppercase.color-secondary-7 {
    font-size: 12px;
  }

  .mg-bottom-20px {
    margin-bottom: 10px;
  }

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

  .display-4 {
    font-size: 23px;
  }

  .display-4.mg-bottom-16px {
    font-size: 20px;
  }

  .text-block-153 {
    font-size: 15px;
  }

  .section-12, .d-105-section-home {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .d-105-3d-wrapper {
    height: 300px;
  }

  .d-105-image-wrapper._4 {
    background-position: 0 0, 50%;
  }

  .d-105-recipe-text {
    font-size: 14px;
  }

  .d-105-card-title {
    font-size: 20px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    font-size: 18px;
  }

  .notice, .notice-2 {
    margin-top: 6px;
  }

  .notice-2.above {
    margin-top: 17px;
  }

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

  .container-6.footer {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .rtg_ruemmelle {
    max-width: none;
    margin-top: 0;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .main-grid {
    grid-row-gap: 1vh;
    grid-template-rows: auto auto auto auto;
  }

  .image-logo-footer {
    width: auto;
    display: block;
  }

  .link-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-10.links {
    margin-right: 0;
  }

  .gesellschaftsname {
    font-size: 14px;
  }

  .navbar {
    justify-content: center;
  }

  .button-6 {
    display: none;
  }

  .button-6.space {
    width: 100%;
    white-space: normal;
    line-height: 1.5em;
    display: block;
  }

  .button-6.transparent {
    white-space: normal;
    font-size: 12px;
    line-height: 1.3em;
    display: flex;
  }

  .hover-link {
    border-width: 2px;
  }

  .hover-link-wrapper.centered {
    margin-top: 0;
    margin-bottom: 0;
    top: 241px;
  }

  .heading-93 {
    font-size: 19px;
  }

  .c-faq-item-2 {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-faq-q-2 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wir-suchen {
    padding-bottom: 20px;
  }

  .c-faq-q-text-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-94 {
    text-align: center;
    margin-top: 0;
  }

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

  .rtb p {
    text-align: left;
    font-size: 15px;
  }

  .rtb li {
    font-size: 15px;
  }

  .rtb h4 {
    text-align: left;
    font-size: 16px;
  }

  .page-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-accrodian-question {
    width: 90%;
    white-space: normal;
    font-size: 16px;
    font-weight: 500;
  }

  .accrodian-ans {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .latest-heading-wrapper {
    text-align: left;
  }

  .accrodian-item {
    height: 100%;
    flex-direction: column;
    padding: 10px 10px 10px 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accrodian-toggle {
    justify-content: flex-end;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.center {
    font-size: 18px;
  }

  .paragraph.center.white {
    font-size: 15px;
  }

  .heading-10 {
    font-size: 17px;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .heading-5.white {
    font-size: 26px;
  }

  .heading-140 {
    text-align: center;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    top: 0%;
  }

  .text-block-158 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-158.d-nner {
    font-weight: 400;
  }

  .div-block-439 {
    padding-top: 40px;
  }

  .heading-144 {
    font-size: 26px;
  }

  .heading-144.caption {
    font-size: 20px;
  }

  .text-block-159 {
    font-size: 28px;
  }

  .text-block-160 {
    font-size: 22px;
  }

  .heading-146 {
    font-size: 16px;
  }

  .text-block-162 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .text-span-43 {
    margin-top: 10px;
    font-size: 16px;
  }

  .heading-148 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .c-faq-q-text-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-149 {
    font-size: 18px;
  }

  .c-faq-icon-2 {
    display: none;
  }

  .div-block-453 {
    align-items: center;
  }

  .text-block-164 {
    font-size: 12px;
  }

  .c-faq-a-text-3 {
    padding-left: 10px;
    padding-right: 0;
  }

  .wrapper-locations {
    grid-column-gap: 10px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-165 {
    width: 14px;
    height: 14px;
    margin-right: 20px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 1.2em;
  }

  .faq-text p, .faq-text li {
    font-size: 13px;
  }

  .steps-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .bewerbungsprozess {
    padding-left: 10px;
    padding-right: 10px;
  }

  .steps-cards {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .heading-103 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .body-display {
    font-size: 15px;
  }

  .heading-150 {
    font-size: 18px;
  }

  .paragraph-14 {
    font-size: 15px;
  }

  .steps-sticky-card {
    min-width: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .steps-circle {
    display: none;
  }

  .steps-description {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .steps-card-wrapper {
    min-height: auto;
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-tracker {
    display: none;
  }

  .steps-card {
    min-height: auto;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    justify-items: center;
    padding-left: 0;
  }

  .section-17 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .div-block-456 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-19 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .div-block-458 {
    padding: 10px;
  }

  .image-166 {
    width: 30px;
    height: 30px;
  }

  .heading-151 {
    text-align: center;
  }

  .image-167 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .heading-152 {
    font-size: 24px;
  }

  ._123 p {
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4em;
  }

  ._123 li {
    font-size: 15px;
    line-height: 1.4em;
  }

  .div-block-460 {
    margin-top: 20px;
    padding: 20px;
  }

  .heading-153 {
    margin-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .liste-faqs {
    font-size: 13px;
  }

  .heading-154 {
    font-size: 22px;
  }

  .section-21 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-169, .bold-text-22 {
    width: 100%;
  }

  .paragraph-16, .paragraph-17, .paragraph-18 {
    font-size: 13px;
  }

  .list-item-7 {
    font-size: 15px;
  }

  .paragraph-19, .paragraph-20 {
    font-size: 13px;
  }

  .list-item-8, .list-item-9 {
    font-size: 15px;
  }

  .paragraph-21 {
    font-size: 13px;
  }

  .div-block-473 {
    align-items: center;
  }

  .nav-link-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .brand-image {
    max-width: 110px;
  }

  .hide-on-mobile {
    display: none;
  }

  .navbar-grid {
    width: 86vw;
  }

  .main-container-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .image-180 {
    height: 250px;
    object-position: 0% 50%;
  }

  .image-180._1 {
    height: 250px;
  }

  .div-block-490 {
    margin-bottom: 10px;
  }

  .div-block-491.bordertop {
    margin-bottom: 0;
  }

  .text-block-178 {
    text-align: left;
  }

  .mobile-wrapper-4 {
    height: 105vh;
    border: 1px #000;
  }

  .button-25 {
    padding: 9px 10px;
    font-size: 12px;
  }

  .button-text-dark-3 {
    font-size: 12px;
  }

  .div-block-492 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-182 {
    width: 22px;
  }

  .nav-menu-3 {
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-183 {
    height: 15px;
  }

  .link-block-10 {
    font-size: 15px;
  }

  .div-block-495 {
    padding: 20px 20px 20px 15px;
  }

  .text-block-182 {
    font-size: 24px;
  }

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

  .text-block-184 {
    font-size: 16px;
  }
}

#w-node-_3f427838-b307-55c6-2b24-68b0cb28a467-7f71cef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3f427838-b307-55c6-2b24-68b0cb28a477-7f71cef6, #w-node-_71e2ae6d-1458-33dc-5ff9-38f1771cdd01-7f71cef6, #w-node-b88e0d95-556a-773e-097d-f7a87bb90a32-7f71cef6, #w-node-_4a233f39-d703-b4e8-c3d8-1a2dd249b328-7f71cef6, #w-node-a44575f8-f0cb-d728-25c8-c842d35ebd50-7f71cef6, #w-node-ebcde655-33b8-184f-7455-e25d304a1b26-7f71cef6, #w-node-_45766f0a-f2ce-e743-3a51-ae20845e2cfa-7f71cef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed1aaccb-044b-65ae-86ce-9b279b861541-9b86153e {
  grid-area: 1 / 1 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-ed1aaccb-044b-65ae-86ce-9b279b861543-9b86153e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ed1aaccb-044b-65ae-86ce-9b279b861554-9b86153e {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-ed1aaccb-044b-65ae-86ce-9b279b861564-9b86153e {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-ed1aaccb-044b-65ae-86ce-9b279b861577-9b86153e {
  grid-area: 2 / 7 / 3 / 9;
}

#w-node-ed1aaccb-044b-65ae-86ce-9b279b861588-9b86153e {
  grid-area: 2 / 9 / 3 / 11;
}

#w-node-baeece20-5132-0909-9e8b-2f459213562d-9213562b, #w-node-baeece20-5132-0909-9e8b-2f4592135638-9213562b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bf63606-dfd9-b1d2-06c5-4b8f33c56775-33c5676f {
  justify-self: center;
}

#w-node-_1bf63606-dfd9-b1d2-06c5-4b8f33c5679f-33c5676f {
  justify-self: end;
}

#w-node-_690b5799-e153-c769-fb3f-0be1e162e775-7f71cf2f, #w-node-e76d998f-1507-f72b-7f20-8c677f791be6-7f71cf2f, #w-node-_887498b3-2282-f912-932b-50edda4b44f3-7f71cf2f, #w-node-_12b95d8a-17eb-180b-88be-002c9436c2f9-7f71cf2f, #w-node-_15ac1ec4-93bd-4e74-f0cc-b23feb45469d-7f71cf2f, #w-node-_15ac1ec4-93bd-4e74-f0cc-b23feb45469e-7f71cf2f, #w-node-_15ac1ec4-93bd-4e74-f0cc-b23feb45469f-7f71cf2f, #w-node-_15ac1ec4-93bd-4e74-f0cc-b23feb4546a1-7f71cf2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a05c5b-1660-14a7-153a-913d584fec9d-7f71cf2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_98a05c5b-1660-14a7-153a-913d584fec9e-7f71cf2f, #w-node-_98a05c5b-1660-14a7-153a-913d584fec9f-7f71cf2f, #w-node-_98a05c5b-1660-14a7-153a-913d584feca1-7f71cf2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7c8-7f71cf2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7d2-7f71cf2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7d3-7f71cf2f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7d5-7f71cf2f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7da-7f71cf2f {
  align-self: start;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7db-7f71cf2f {
  align-self: start;
  justify-self: start;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7de-7f71cf2f {
  align-self: end;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7e1-7f71cf2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7e7-7f71cf2f {
  align-self: start;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7e8-7f71cf2f {
  align-self: start;
  justify-self: start;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7eb-7f71cf2f {
  align-self: end;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7f5-7f71cf2f {
  align-self: start;
  justify-self: start;
}

#w-node-f64baec4-7961-4527-3764-6d94eccfd7f8-7f71cf2f {
  align-self: end;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5cd-7f71cf30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5db-7f71cf30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5e0-7f71cf30 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5e2-7f71cf30 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5e7-7f71cf30 {
  align-self: start;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5e8-7f71cf30 {
  align-self: start;
  justify-self: start;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5eb-7f71cf30 {
  align-self: end;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5ee-7f71cf30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5f4-7f71cf30 {
  align-self: start;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5f5-7f71cf30 {
  align-self: start;
  justify-self: start;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5f8-7f71cf30 {
  align-self: end;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f602-7f71cf30 {
  align-self: start;
  justify-self: start;
}

#w-node-_71503a7b-2abc-ba33-e5b8-71d45906f605-7f71cf30 {
  align-self: end;
}

#w-node-_690b5799-e153-c769-fb3f-0be1e162e775-7f71cf31, #w-node-e76d998f-1507-f72b-7f20-8c677f791be6-7f71cf31, #w-node-_887498b3-2282-f912-932b-50edda4b44f3-7f71cf31, #w-node-_12b95d8a-17eb-180b-88be-002c9436c2f9-7f71cf31, #w-node-_15ac1ec4-93bd-4e74-f0cc-b23feb45469d-7f71cf31, #w-node-_15ac1ec4-93bd-4e74-f0cc-b23feb45469e-7f71cf31, #w-node-_15ac1ec4-93bd-4e74-f0cc-b23feb45469f-7f71cf31, #w-node-_15ac1ec4-93bd-4e74-f0cc-b23feb4546a1-7f71cf31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a05c5b-1660-14a7-153a-913d584fec9d-7f71cf31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_98a05c5b-1660-14a7-153a-913d584fec9e-7f71cf31, #w-node-_98a05c5b-1660-14a7-153a-913d584fec9f-7f71cf31, #w-node-_98a05c5b-1660-14a7-153a-913d584feca1-7f71cf31, #w-node-bed9d33d-7f0c-726c-9387-6c7538ef8d4a-7f71cf31, #w-node-_8948f095-7e36-004d-945a-0adfbef083a8-7f71cf31, #w-node-_4db0e7cb-8507-d03b-6501-6bed2ff63a97-7f71cf31, #w-node-_664ec6a9-4bad-0ebe-a483-bb9ba0af305b-7f71cf31, #w-node-cab379f9-03b5-6943-aeaf-355ada2ff5b9-7f71cf31, #w-node-_543038b4-b970-e473-05fb-44ff7ea9ad47-7f71cf31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e66-7f71cf31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e70-7f71cf31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e71-7f71cf31 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e73-7f71cf31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e78-7f71cf31 {
  align-self: start;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e79-7f71cf31 {
  align-self: start;
  justify-self: start;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e7c-7f71cf31 {
  align-self: end;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e7f-7f71cf31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e85-7f71cf31 {
  align-self: start;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e86-7f71cf31 {
  align-self: start;
  justify-self: start;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e89-7f71cf31 {
  align-self: end;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e93-7f71cf31 {
  align-self: start;
  justify-self: start;
}

#w-node-_8768ec8f-29d7-6101-da6a-9bea14670e96-7f71cf31 {
  align-self: end;
}

#w-node-_280d4e83-17be-88b3-4299-871793d0cd37-7f71cf32, #w-node-_7215b25c-df67-39cb-1694-4f16e53b390a-7f71cf32, #w-node-_5de7a720-1f9b-5410-4bdd-20bc6055bab1-7f71cf32, #w-node-_6d6254d7-5e72-ca0e-f1da-4251dea77866-7f71cf32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5353-7f71cf32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e535d-7f71cf32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e535e-7f71cf32 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5360-7f71cf32 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5365-7f71cf32 {
  align-self: start;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5366-7f71cf32 {
  align-self: start;
  justify-self: start;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5369-7f71cf32 {
  align-self: end;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e536c-7f71cf32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5372-7f71cf32 {
  align-self: start;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5373-7f71cf32 {
  align-self: start;
  justify-self: start;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5376-7f71cf32 {
  align-self: end;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5380-7f71cf32 {
  align-self: start;
  justify-self: start;
}

#w-node-f3136e5a-0c19-dc5d-2843-405a974e5383-7f71cf32 {
  align-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-f64baec4-7961-4527-3764-6d94eccfd7c8-7f71cf2f, #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5cd-7f71cf30, #w-node-_8768ec8f-29d7-6101-da6a-9bea14670e66-7f71cf31, #w-node-f3136e5a-0c19-dc5d-2843-405a974e5353-7f71cf32 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3f427838-b307-55c6-2b24-68b0cb28a467-7f71cef6 {
    align-self: center;
    justify-self: center;
  }

  #w-node-ed1aaccb-044b-65ae-86ce-9b279b861541-9b86153e {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-ed1aaccb-044b-65ae-86ce-9b279b861543-9b86153e {
    grid-column: 4 / 7;
  }

  #w-node-ed1aaccb-044b-65ae-86ce-9b279b861554-9b86153e {
    grid-column: 1 / 4;
  }

  #w-node-ed1aaccb-044b-65ae-86ce-9b279b861564-9b86153e {
    grid-column: 7 / 10;
  }

  #w-node-ed1aaccb-044b-65ae-86ce-9b279b861577-9b86153e {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ed1aaccb-044b-65ae-86ce-9b279b861588-9b86153e {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-f64baec4-7961-4527-3764-6d94eccfd7c8-7f71cf2f {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f64baec4-7961-4527-3764-6d94eccfd7d2-7f71cf2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f64baec4-7961-4527-3764-6d94eccfd7d3-7f71cf2f {
    grid-row-end: 3;
  }

  #w-node-f64baec4-7961-4527-3764-6d94eccfd7de-7f71cf2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5cd-7f71cf30 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5db-7f71cf30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5e0-7f71cf30 {
    grid-row-end: 3;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5e2-7f71cf30 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5eb-7f71cf30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5f4-7f71cf30 {
    justify-self: center;
  }

  #w-node-_8768ec8f-29d7-6101-da6a-9bea14670e66-7f71cf31 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8768ec8f-29d7-6101-da6a-9bea14670e70-7f71cf31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8768ec8f-29d7-6101-da6a-9bea14670e71-7f71cf31 {
    grid-row-end: 3;
  }

  #w-node-_8768ec8f-29d7-6101-da6a-9bea14670e7c-7f71cf31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-f3136e5a-0c19-dc5d-2843-405a974e5353-7f71cf32 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f3136e5a-0c19-dc5d-2843-405a974e535d-7f71cf32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3136e5a-0c19-dc5d-2843-405a974e535e-7f71cf32 {
    grid-row-end: 3;
  }

  #w-node-f3136e5a-0c19-dc5d-2843-405a974e5369-7f71cf32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed1aaccb-044b-65ae-86ce-9b279b861543-9b86153e, #w-node-ed1aaccb-044b-65ae-86ce-9b279b861554-9b86153e, #w-node-ed1aaccb-044b-65ae-86ce-9b279b861564-9b86153e, #w-node-ed1aaccb-044b-65ae-86ce-9b279b861577-9b86153e, #w-node-ed1aaccb-044b-65ae-86ce-9b279b861588-9b86153e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3136e5a-0c19-dc5d-2843-405a974e5380-7f71cf32 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f64baec4-7961-4527-3764-6d94eccfd7c8-7f71cf2f {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-f64baec4-7961-4527-3764-6d94eccfd7d2-7f71cf2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f64baec4-7961-4527-3764-6d94eccfd7d3-7f71cf2f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f64baec4-7961-4527-3764-6d94eccfd7d5-7f71cf2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5cd-7f71cf30 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5db-7f71cf30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5e0-7f71cf30 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_71503a7b-2abc-ba33-e5b8-71d45906f5e2-7f71cf30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8768ec8f-29d7-6101-da6a-9bea14670e66-7f71cf31 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_8768ec8f-29d7-6101-da6a-9bea14670e70-7f71cf31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8768ec8f-29d7-6101-da6a-9bea14670e71-7f71cf31 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8768ec8f-29d7-6101-da6a-9bea14670e73-7f71cf31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3136e5a-0c19-dc5d-2843-405a974e5353-7f71cf32 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-f3136e5a-0c19-dc5d-2843-405a974e535d-7f71cf32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f3136e5a-0c19-dc5d-2843-405a974e535e-7f71cf32 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f3136e5a-0c19-dc5d-2843-405a974e5360-7f71cf32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/montserrat-variablefont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}