@font-face {
  font-family: Instrument Serif Custom;
  src: url('../fonts/InstrumentSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk Custom;
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk Custom;
  src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk Custom;
  src: url('../fonts/SpaceGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk Custom;
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk Custom;
  src: url('../fonts/SpaceGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit Custom;
  src: url('../fonts/Outfit-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit Custom;
  src: url('../fonts/Outfit-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit Custom;
  src: url('../fonts/Outfit-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit Custom;
  src: url('../fonts/Outfit-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit Custom;
  src: url('../fonts/Outfit-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit Custom;
  src: url('../fonts/Outfit-Bold.ttf') format("truetype"), url('../fonts/Outfit-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit Custom;
  src: url('../fonts/Outfit-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit Custom;
  src: url('../fonts/Outfit-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --size: 0px;
  --size-2: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

.faq1pocket {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(135deg, #fff, #4d7acc);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding: 24px;
  display: flex;
}

.body {
  background-image: linear-gradient(#fff, #fff);
  font-size: 16px;
  line-height: 16px;
  overflow: visible;
}

.div-allpages_wrapper {
  overflow: hidden;
}

.section-hero {
  z-index: 0;
  background-color: #00050e;
  max-width: none;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-container {
  border: 1px #000;
  max-width: 1600px;
  padding: 100px 74px 64px;
  position: relative;
}

.bighero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.heading-5 {
  outline-offset: 0px;
  text-align: center;
  letter-spacing: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  outline: 3px #333;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: clamp(48px, 6rem, 86px);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  display: block;
}

.text-span-3 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(64deg, #fff 36%, #45454500 0%, #188ec1);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Instrument Serif Custom, Arial, sans-serif;
  font-size: clamp(48px, 6rem, 86px);
  font-style: italic;
  font-weight: 400;
  display: block;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding: 20px 5px 10px;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}

.hbuttons {
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
  display: flex;
  position: relative;
  left: 0;
}

.heading-6 {
  z-index: 2;
  aspect-ratio: auto;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  position: static;
}

.stats {
  color: #fff;
  text-align: center;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.h1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 140.813px;
  display: flex;
}

.contact-button {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#10141f, #05070c);
  border: 1px solid #ffffff14;
  border-radius: 10px;
  outline: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 0;
  line-height: 0;
  display: none;
}

.primary-button {
  color: #000;
  text-align: center;
  background-color: #d4af37;
  background-image: linear-gradient(#e6c85c, #d4af37);
  border: 1px #000;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 14px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  box-shadow: 0 0 20px 3px #e0c05380;
}

.primary-button:hover {
  background-color: #fff;
  background-image: none;
  border: 2px #d5b13a;
  box-shadow: inset 0 0 10px -5px #d7b33c, 0 0 20px 3px #e0c05380;
}

.button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  background-color: #005ea9;
  background-image: none;
  border: 2px solid #ffffff29;
  border-radius: 10px;
  outline: 1px #ffffff2e;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 3px #005ea980;
}

.button:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #005ea9;
  box-shadow: inset 0 0 10px -5px #005ea9, 0 0 20px 3px #005ea980;
}

.text-block-10 {
  color: #fff;
  padding-bottom: 0;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #ffffff14;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.lottie-animation-3 {
  z-index: 0;
  opacity: .28;
  width: 40px;
  height: 40px;
  position: absolute;
}

.sub2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1.2rem;
  margin-bottom: .7rem;
  display: block;
  position: relative;
}

.substats {
  z-index: 2;
  position: static;
}

.grid {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
  position: relative;
  overflow: visible;
}

.cardstyle {
  background-image: linear-gradient(81deg, #00030a, #03070f 25%, #060b14 55%, #080d18 70%, #0a101b);
  border-top: 1px solid #ffffff59;
  border-right: 1px solid #ffffff42;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  height: auto;
  margin-top: 0;
  display: flex;
  box-shadow: -9px 9px 12px -18px #fff, 0 20px 40px #000;
}

.cardstyle:hover {
  background-color: #59ccf3;
  background-image: linear-gradient(81deg, #00030afa, #03070ffa 25%, #060b14fa 55%, #080d18fa 70%, #0a101bfa);
}

.itemsholder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: auto;
  padding: 20px;
  display: flex;
  position: static;
}

.svgcards {
  width: 95px;
  height: 90px;
}

.cardh {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 28px;
  line-height: 26px;
}

.cardsub {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.cardgloweffect {
  z-index: -1;
  opacity: .35;
  width: 540px;
  max-width: 100%;
  display: flex;
  position: absolute;
  top: -10%;
  left: auto;
  overflow: visible;
}

.grid-mobile-style {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: none;
  position: relative;
  overflow: visible;
}

.cardgloweffect-copy {
  z-index: -1;
  width: 450px;
  position: absolute;
  top: 10%;
  left: auto;
}

.section_nav {
  z-index: 10;
  background-color: #00050e;
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.div_nav_right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 175px;
  display: block;
}

.nav_style {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  padding: 20px 6px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1), box-shadow .3s;
  display: block;
  box-shadow: inset 0 0 #fff;
}

.nav_style:hover {
  background-color: #ffffff1a;
  border-radius: 0;
  box-shadow: inset 0 -3px #fff;
}

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

.container_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1350px;
  margin: 20px auto 10px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.burger {
  display: none;
}

.burgerlottie {
  width: 45px;
  height: 45px;
}

.carousel_logos {
  background-color: #c7ba8b;
}

.section_process {
  background-color: #00050e;
  border: 1px #ffffff1a;
  border-bottom-style: solid;
}

.container_process {
  max-width: 1200px;
  margin-top: 0;
  padding: 80px 20px;
}

.div_process {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-template-rows: auto auto auto;
}

.process_cards {
  cursor: pointer;
  background-color: #030a18;
  border: 2px solid #ffffff94;
  border-radius: 10px;
  width: auto;
  height: auto;
}

.process_elements_holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.oberereihepr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit Custom, Arial, sans-serif;
  font-weight: 700;
}

.text-block-11 {
  color: #fff;
  text-align: justify;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  overflow: visible;
}

.text-block-12 {
  color: #000;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-weight: 600;
  display: block;
}

.schritt-pr-card {
  background-color: #c7ba8b;
  background-image: linear-gradient(135deg, #fff, #4d7acc);
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.headingpr {
  justify-content: center;
  align-items: center;
  display: block;
}

.unterereihepr {
  height: auto;
  overflow: hidden;
}

.schritt-pr-card-textholder {
  justify-content: center;
  align-items: center;
  display: block;
}

.bold-text {
  color: #ffe100;
  -webkit-text-fill-color: transparent;
  background-color: #ffd13c;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Outfit Custom, Arial, sans-serif;
}

.text-block-13 {
  color: #fff;
  text-align: left;
  padding-bottom: 30px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-14 {
  color: #fff;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.heading-pr {
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.div_pr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.lottie-animation-5 {
  cursor: pointer;
  width: 24px;
  height: 29px;
}

.big-ctas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.section_vorteile {
  background-color: #00050e;
  background-image: linear-gradient(#00050e 18%, #1e3765 70%, #00050e);
  border-bottom: 1px solid #ffffff1a;
}

.container_vorteile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 1200px;
  padding: 30px 20px;
  font-family: Outfit Custom, Arial, sans-serif;
  display: flex;
}

.section-services-carousel {
  background-color: #00050e;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-sr-cr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.div-sr-cr-holder-1 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  min-width: 2410px;
  padding: 30px 0 2px;
  display: flex;
  position: static;
  left: 0;
  overflow: hidden;
}

.div-sr-cr-holder-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-around;
  align-items: center;
  min-width: 2410px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  overflow: hidden;
}

.div-sr-cr-holder-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  min-width: 2410px;
  padding-top: 2px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.cr-design {
  color: #000;
  background-color: #04060b;
  border: 1px solid #e4c5575e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 7px 10px;
  display: flex;
}

.text-cr {
  color: #fff;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 16px;
}

.section_testo {
  background-color: #00050e;
  border: 1px #000;
  border-top-color: #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.container_testo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: flex;
}

.section_faqs {
  background-color: #00050e;
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column;
  display: flex;
}

.container_faqs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
}

.section_about {
  background-color: #00050e;
  border-bottom: 1px solid #ffffff1a;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container_about {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: flex;
}

.section_lastsection {
  background-color: #00050e;
  padding: 10px 20px;
  position: relative;
}

.section_cal {
  background-color: #00050e;
  display: none;
}

.carousel3divsholder-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #ffffff1a;
  border-left: 1px #000;
  border-right: 1px #000;
  flex-flow: column;
  min-width: 0;
  max-width: 2000px;
  display: flex;
  overflow: visible;
}

.grid-tabelle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  border-radius: 0 0 20px 20px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 25% 37.5% 37.5%;
  grid-auto-columns: 1fr;
  font-family: Outfit Custom, Arial, sans-serif;
  display: grid;
}

.berscriften_tabelle {
  color: #fff;
  background-color: #00050e;
  border: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

._6x1 {
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._6x2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px #fff;
  border-left: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8px 10px;
  display: flex;
}

._6x3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px #fff;
  padding: 8px 10px;
  display: flex;
}

.false-svg, .right-svg {
  width: 35px;
  height: 35px;
}

.righttext {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.false-text {
  color: #fff;
  align-items: center;
  padding: 0;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.tabelle--b {
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

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

.faqs-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-26 {
  color: #fff;
  text-align: left;
  padding-bottom: 30px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-53 {
  width: auto;
}

.question1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.plussymbol {
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: 0;
}

.answer1 {
  overflow: hidden;
}

.faq-antwort {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.faq-frage {
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.div-about {
  border: 1px #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.captionsholder {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  width: 60%;
  height: auto;
  display: block;
  overflow: visible;
}

.caption-unten {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  color: #00050e;
  background-color: #00050e;
  border-radius: 0;
  flex-flow: column;
  align-items: flex-start;
  height: 85%;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.caption-oben {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  height: 15%;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.image-6 {
  background-color: #00050e;
  background-image: linear-gradient(225deg, #011333, #fff);
  border-radius: 0 20px 20px;
  width: 100%;
  height: auto;
  padding: 20px;
  box-shadow: 10px 10px 13px 5px #fff3;
}

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

.testoright {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20% 80%;
  grid-auto-columns: 1fr;
  display: grid;
}

.testoleft {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 80% 20%;
  grid-auto-columns: 1fr;
  display: grid;
}

.holder-testos {
  padding: 0;
}

.rightblock {
  background-color: #00050e;
  justify-content: flex-end;
  display: flex;
}

.testo {
  border-radius: 20px;
}

.leftblock {
  display: flex;
}

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

.container_imp {
  color: #00050e47;
  background-color: #131c2d;
  border-radius: 10px;
  max-width: 1200px;
  margin-top: 0;
  padding: 20px 20px 10px;
}

.imp-small--infos {
  background-color: #00050e;
  border-radius: 20px;
  padding-bottom: 0;
}

.all-imp-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.imp-erste-reihe {
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.left-imp-elements-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-14 {
  width: 75px;
}

.imp-icons-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  outline-offset: 0px;
  background-color: #00050e;
  border: 2px solid #2e4570;
  border-radius: 40px;
  outline: 3px #00050e47;
  padding: 7px;
  display: flex;
}

.imp-small-infos-insidebox {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 30px 20px;
  display: flex;
}

.tt-icon {
  width: auto;
  height: auto;
}

.right-imp-elements {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.imp-2nav-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.text-block-49 {
  color: #fff;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.link {
  color: #fff;
  font-family: Outfit Custom, Arial, sans-serif;
  text-decoration: none;
  display: block;
}

.code-embed {
  -webkit-text-fill-color: inherit;
  background-color: #131c2d;
  background-clip: border-box;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  padding: 10px;
}

.code-embed-2 {
  background-color: #131c2d;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.button-4 {
  background-color: #8b762a;
  background-image: linear-gradient(90deg, #6d5b1b, #faf9f97a 50%, #8b762a);
  border: 1px #ffffff6e;
  border-top: 1px solid #ffffff82;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-weight: 500;
  box-shadow: 0 0 15px 2px #9a884580;
}

.text-block-50 {
  color: #fff;
  flex-flow: column;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.text-block-51 {
  color: #fff;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.link-3, .link-4 {
  color: #fff;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  line-height: 20px;
  text-decoration: none;
}

.first-row-imp {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.second-row-imp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-52, .text-block-55 {
  color: #fff;
  padding-bottom: 30px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.stock {
  background-color: #fff;
  width: 2px;
  min-height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.primary-button-copy {
  color: #000;
  text-align: center;
  background-color: #d4af37;
  background-image: linear-gradient(#e6c85c, #d4af37);
  border: 1px #000;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 15px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  box-shadow: 0 0 10px 3px #e0c05380;
}

.primary-button-copy:hover {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 0 10px -5px #d8b43e, 0 0 10px 3px #e0c05380;
}

.top {
  padding: 0;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  display: block;
}

.div-block-12-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #ffffff14;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  display: none;
}

.contact-button-phone-mode {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#10141f, #05070c);
  border: 1px solid #ffffff14;
  border-radius: 10px;
  outline: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 0;
  line-height: 0;
  display: none;
}

.whatsapp_button {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#10141f, #05070c);
  border: 1px solid #ffffff14;
  border-radius: 9999px;
  outline: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0 4px;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.code-embed-4 {
  z-index: 1;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  padding-bottom: 30px;
  position: relative;
}

.meet-the-founder-text {
  box-sizing: border-box;
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-shadow: 11px 11px 1px #ffffff52;
  object-fit: fill;
  background-color: #8eb1eb;
  width: auto;
  height: auto;
  padding: 10px 20px 15px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.text-block-57 {
  color: #fff;
  text-align: justify;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.image-15 {
  width: 40%;
}

.socialmedia-icons {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  outline-offset: 0px;
  background-color: #00050e;
  border: 2px solid #2e4570;
  border-radius: 40px;
  outline: 3px #00050e47;
  align-items: stretch;
  padding: 7px;
  display: flex;
}

.pb-holder {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.div-about-elements {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caption-oben-phone {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  height: 15%;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

.text-block-58 {
  color: #fff;
  text-align: center;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.container-cal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: block;
}

.cal-embded {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.div-cal {
  height: auto;
  max-height: none;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  overflow: hidden;
}

.section-cal {
  background-color: #00000b;
  border-bottom: 1px solid #ffffff1a;
  overflow: visible;
}

.text-field-2 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 24px 0;
  font-family: Space Grotesk Custom, Arial, sans-serif;
}

.text-field-2:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field-2:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field-2::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.section-form {
  color: #00000b;
  background-color: #00000b;
  border-bottom: 1px solid #ffffff1a;
  display: block;
}

.container-form {
  max-width: 1200px;
  padding: 30px 40px;
}

.div-form {
  padding-top: 0;
  padding-bottom: 0;
}

.text-form-obere-reihe {
  width: 60%;
  line-height: 20px;
}

.text-block-59 {
  color: #fff;
  flex-flow: column;
  padding: 16px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.text-span-5 {
  font-weight: 300;
  line-height: 100%;
}

.text-block-60 {
  color: #fff;
  padding: 16px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.submit-button {
  z-index: 10;
  width: 200px;
  height: 40px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: static;
  inset: auto 0% -30% auto;
}

.submit-button.button-4 {
  flex: 1;
  width: 150px;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  padding-left: 32px;
  font-weight: 400;
  display: block;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: auto 0% -30%;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5581da;
}

.contact-text-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 24px 0;
  overflow: visible;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.form-block {
  margin-bottom: 0;
  padding: 16px;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

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

.text-block-61 {
  color: #fff;
  padding: 10px 16px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 70px;
}

.div-cal-haupt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.section_project {
  background-color: #00050e;
  background-image: radial-gradient(circle at 50% 100%, #0b1230, #fff0 60%), radial-gradient(circle at 50% 100%, #0000, #000000a6 90%);
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
  position: relative;
}

.form-2 {
  min-width: 1000px;
  padding-top: 100px;
}

.container_project {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.project-holder-div {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.project-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 68px;
}

.hsub1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  padding-top: 16px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.project-text-holder {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  aspect-ratio: auto;
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-span-9 {
  color: #ffffff96;
  font-size: 16px;
  font-weight: 300;
}

.hsub2 {
  color: #ffffffc4;
  text-align: center;
  letter-spacing: 1px;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.subtext-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.project-feld {
  color: #fff;
  text-overflow: clip;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: #ffffff73;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.project-feld:active {
  color: #fff;
}

.project-feld:focus {
  color: #fff;
  background-color: #65c1fa73;
  background-image: linear-gradient(135deg, #7ac0e0 43%, #fff);
}

.project-feld::placeholder {
  color: #fff;
}

.text-field-4 {
  margin-bottom: 0;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.project-mch {
  color: #333;
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.project-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.feld-name {
  color: #fff;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mpch-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.project-submit-project {
  border-radius: 4px;
}

.project-form-block {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.text-field-5 {
  color: #fff;
}

.subtile-glow {
  z-index: 0;
  opacity: .5;
  filter: blur(180px);
  background-image: radial-gradient(circle, #788cff2e 70%, #788cff00);
  border-radius: 100%;
  width: 700px;
  height: 700px;
  display: block;
  position: absolute;
}

.text-span-10 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #d7b33e, #ffe281);
  -webkit-background-clip: text;
  background-clip: text;
}

.code-embed-5 {
  display: block;
}

.div-all {
  display: block;
  position: relative;
  overflow: hidden;
}

.chat-hidden {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

.chat-holder {
  flex-flow: column;
  padding: 10px 20px;
  display: block;
}

.chat-ueberschrift {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 8px 10px;
  display: flex;
}

.chat-ueberschrift-text {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  overflow: visible;
}

.chat-output {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  border: 1px #00000047;
  border-top: 2px solid #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 400px;
  max-height: 400px;
  padding: 20px 10px;
  display: flex;
  overflow: auto;
}

.chat-leiste {
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  display: block;
}

.div-block-59 {
  display: block;
}

.div-block-60 {
  width: 100%;
  height: 100%;
}

.div-block-61 {
  background-color: #fafafa00;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.div-block-62 {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.chat-holder-div {
  background-color: #0000;
  border: 1px #00000036;
  flex-flow: column;
  justify-content: space-between;
  min-height: 0;
  display: flex;
}

.code-embed-6 {
  width: 500px;
  height: 100px;
}

.chat-leiste-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.chat-leiste-form {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.input-area {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: block;
}

.chat-input {
  border: 1px solid #fff3;
  border-radius: 12px;
  height: 44px;
  margin-bottom: 0;
  font-family: Space Grotesk Custom, Arial, sans-serif;
}

.chat-buttons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: stretch;
  width: 30%;
  display: flex;
}

.new-session-button {
  text-align: center;
  background-color: #000;
  border: .1px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.new-session-button:hover {
  color: #000;
  background-color: #fff;
}

.chat-senden-button {
  color: #fff;
  cursor: pointer;
  background-color: #3847ec;
  background-image: linear-gradient(135deg, #b0d3ff, #3b82f6 100%, #2563eb);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0 10px;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.chat-senden-button:hover {
  background-image: linear-gradient(135deg, #42546b, #3b82f6 100%, #1e4eb9);
}

.tpl-assistant {
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  display: block;
}

.tpl-assistant.is-template, .tpl-assistant.is-template.msg {
  display: none;
}

.empty-space {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  min-width: 0%;
  max-width: none;
  display: flex;
}

.rechts-input {
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  display: flex;
}

.div-block-68 {
  display: flex;
}

.empty-space-copy {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  min-width: 0%;
  max-width: none;
  display: flex;
}

.chat-output-copy {
  align-items: center;
  width: 80%;
  display: flex;
}

.chat-style {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(0deg, #00020680, #08162c80);
  border: 1px solid #ffffff14;
  border-radius: 20px;
  margin-top: 40px;
  padding: 32px;
  position: relative;
  transform: translate(0, -12px);
  box-shadow: 0 0 60px #008cff40;
}

.chat-style.chat-animate {
  transition: opacity .5s, transform .5s;
}

.chat-style.chat-animate.is-entering {
  opacity: 1;
  transition-property: none;
}

.msg-assistant {
  justify-content: flex-start;
  display: flex;
}

.bubble-assistant {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #ffffff4f;
  background-image: linear-gradient(143deg, #fff, #76b4ff 67%);
  border: 1px #00000052;
  border-radius: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  min-width: 80%;
  max-width: 80%;
  padding: 14px 18px;
  display: flex;
}

.message-text {
  padding-top: 14px;
  padding-bottom: 14px;
}

.message-text.chat-style1 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-weight: 500;
}

.tpl-user {
  display: block;
}

.tpl-user.is-hidden, .tpl-user.is-template, .tpl-user.is-template.msg {
  display: none;
}

.msg-user {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.bubble-user {
  background-color: #ffffffe6;
  border: 1px solid #00000052;
  border-radius: 14px;
  flex-flow: column;
  width: auto;
  min-width: 80%;
  max-width: 80%;
  padding: 14px 18px;
  display: flex;
  box-shadow: 0 0 14px 4px #0000002e;
}

.text-assistent {
  color: #000;
  margin-bottom: 0;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-du {
  color: #000;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.chat-glow {
  z-index: -1;
  filter: blur(40px);
  background-color: #fff0;
  background-image: radial-gradient(circle, #008cff59, #fff0);
  display: block;
  position: absolute;
  inset: -30px;
}

.bubble-ass-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.image-16 {
  width: 50%;
  height: 75%;
}

.code-embed-7 {
  width: 50px;
  height: 50px;
  overflow: visible;
}

.tpl-loading.is-template {
  display: none;
}

.div-spinner {
  margin-top: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-spinner.chat-style1 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-weight: 500;
}

.text-assistent-spinner {
  color: #000;
  margin-bottom: 0;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.section_impressum {
  background-color: #00050e;
  margin-top: 0;
  padding: 200px 60px 20px;
}

.container_impressum {
  max-width: 940px;
  margin-top: 0;
}

.body-3 {
  background-color: #fff0;
  margin-top: 0;
  padding-top: 0;
}

.all-divs-impressum {
  background-color: #00050e00;
}

.i1 {
  color: #fff;
  letter-spacing: 1.5px;
  border-bottom: 5px solid #fff3;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.code {
  font-size: 40px;
  font-weight: 500;
}

.i2 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Space Grotesk Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.imp-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.section_datenschutz_erkl-rung {
  background-color: #00050e;
  margin-top: 0;
  padding: 200px 60px 20px;
}

.container_datenschutz_erkl-rung {
  max-width: 940px;
  margin-top: 0;
}

.imp-text-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.rich-text-block, .paragraph {
  color: #fff;
  font-family: Space Grotesk Custom, Arial, sans-serif;
}

.code-embed-8, .lottie-animation-6 {
  width: 30px;
  height: 30px;
}

.linkedin-icon {
  width: auto;
  height: auto;
}

.big-ctas-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-2 {
  font-family: Outfit Custom, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cal-embded-copy {
  margin-bottom: 0;
  display: block;
}

.primary-button-copy-copy {
  color: #000;
  text-align: center;
  background-color: #d4af37;
  background-image: linear-gradient(#e6c85c, #d4af37);
  border: 1px #000;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 15px;
  font-family: Outfit Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  box-shadow: 0 0 10px 3px #e0c05380;
}

.primary-button-copy-copy:hover {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 0 10px -5px #d8b43e, 0 0 10px 3px #e0c05380;
}

.link-copy {
  color: #fff;
  font-family: Outfit Custom, Arial, sans-serif;
  text-decoration: none;
  display: none;
}

@media screen and (max-width: 991px) {
  .div-allpages_wrapper {
    overflow: hidden;
  }

  .section-hero {
    z-index: 0;
    position: relative;
    overflow: clip;
  }

  .bighero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 45px;
  }

  .heading-5 {
    font-size: clamp(48px, 6rem, 64px);
  }

  .text-span-3 {
    text-align: center;
    font-size: clamp(48px, 6rem, 64px);
  }

  .text-block-8 {
    flex-flow: column;
    padding-top: 10px;
    display: flex;
  }

  .heading-6 {
    font-size: 28px;
    position: static;
  }

  .primary-button, .button, .text-block-10 {
    font-size: 18px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 10px;
    padding-left: 0;
  }

  .cardstyle {
    background-image: linear-gradient(81deg, #00030a, #03070f 51%, #060b14 75%, #080d18 91%, #0a101b);
  }

  .itemsholder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 220px;
    padding: 10px;
  }

  .svgcards {
    width: 70px;
    height: 70px;
  }

  .cardh {
    font-size: 22px;
    line-height: 22px;
  }

  .cardsub {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    line-height: 16px;
    display: flex;
  }

  .cardgloweffect {
    opacity: .25;
    width: 450px;
  }

  .grid-mobile-style {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    display: none;
  }

  .section_nav, .div_logo_left {
    z-index: 1;
    position: relative;
  }

  .div_nav_right {
    z-index: 2;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #040814f5;
    border-top: 1px solid #ffffff3b;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 0 0% 0% auto;
    overflow: auto;
    transform: translate(0, -100%);
  }

  .image-3 {
    width: 150px;
  }

  .nav_style {
    padding: 20px;
    font-size: 30px;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
    padding-top: 0;
  }

  .container_nav {
    z-index: auto;
    background-color: #00050e;
    border-bottom: 1px solid #ffffff26;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding: 20px 30px 15px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .burger {
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .burgerlottie {
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    position: static;
    inset: 0% 0% auto auto;
  }

  .container_process {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-2 {
    place-items: stretch stretch;
  }

  .process_elements_holder {
    justify-content: flex-start;
  }

  .heading-7 {
    line-height: 28px;
  }

  .text-block-11 {
    float: none;
    clear: none;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    direction: ltr;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .text-block-13 {
    text-align: left;
    font-size: 30px;
  }

  .text-block-14 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-pr {
    word-break: break-all;
    font-size: 28px;
  }

  .big-ctas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 20px;
  }

  .container_vorteile {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-sr-cr {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    overflow: hidden;
  }

  .div-sr-cr-holder-1, .div-sr-cr-holder-2, .div-sr-cr-holder-3 {
    min-width: 2300px;
  }

  .container_testo {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_faqs {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .container_about {
    padding: 30px 60px;
  }

  .section_lastsection {
    z-index: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .berscriften_tabelle {
    padding: 20px 10px;
  }

  ._6x1 {
    padding: 8px 10px;
  }

  .false-svg, .right-svg {
    width: 25px;
    height: 25px;
  }

  .righttext {
    font-size: 16px;
    line-height: 17px;
  }

  .false-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .tabelle--b {
    text-align: left;
    padding: 5px 0;
    font-size: 18px;
  }

  .question1 {
    justify-content: space-between;
    align-items: center;
  }

  .plussymbol {
    width: 24px;
    height: 24px;
  }

  .faq-frage {
    min-width: 0;
    max-width: 90%;
    padding-right: 0;
  }

  .caption-unten {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .caption-oben {
    border-top-right-radius: 20px;
    flex-flow: column;
  }

  .image-6 {
    padding: 5px;
  }

  .testoleft {
    place-items: stretch stretch;
  }

  .container_imp {
    padding-left: 20px;
  }

  .text-block-50 {
    flex-flow: column;
    font-size: 20px;
    line-height: 24px;
    display: flex;
  }

  .stock {
    height: 100%;
    display: block;
  }

  .primary-button-copy {
    padding-left: 15px;
    font-size: 20px;
  }

  .top {
    padding: 0;
  }

  .meet-the-founder-text {
    font-size: 30px;
  }

  .text-block-57 {
    font-size: 18px;
    line-height: 24px;
  }

  .socialmedia-icons {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    line-height: 0;
  }

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

  .div-about-elements {
    padding-bottom: 20px;
  }

  .caption-oben-phone {
    border-top-right-radius: 20px;
    flex-flow: column;
  }

  .container-cal {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cal-embded {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-form {
    z-index: 0;
    position: relative;
  }

  .container-form {
    z-index: 0;
    padding-left: 60px;
    padding-right: 60px;
    position: static;
  }

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

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

  .submit-button {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .text-block-61 {
    font-size: 36px;
    line-height: 44px;
  }

  .section_project {
    z-index: 0;
  }

  .container_project {
    padding-top: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .project-heading {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
  }

  .hsub1 {
    font-size: 16px;
    line-height: 22px;
  }

  .project-text-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hsub2 {
    font-size: 16px;
  }

  .project-form {
    padding-left: 0;
    padding-right: 0;
  }

  .chat-leiste {
    display: block;
  }

  .chat-leiste-box {
    display: flex;
  }

  .input-area {
    flex: 0 auto;
  }

  .chat-input {
    min-width: auto;
    height: auto;
    min-height: 100%;
  }

  .chat-buttons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .chat-senden-button {
    color: #fff;
    padding: 9px 15px;
  }

  .section_impressum, .section_datenschutz_erkl-rung {
    padding-left: 80px;
    padding-right: 80px;
  }

  .big-ctas-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
  }

  .cal-embded-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary-button-copy-copy {
    padding-left: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-bottom: 0;
  }

  .div-allpages_wrapper {
    position: static;
    overflow: hidden;
  }

  .section-hero {
    z-index: 1;
    overflow: visible;
  }

  .hero-container {
    padding-bottom: 46px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bighero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 0;
    margin-top: 10px;
  }

  .heading-5, .text-span-3 {
    font-size: clamp(26px, 3rem, 44px);
  }

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

  .hbuttons {
    flex: 0 auto;
    align-items: stretch;
    left: auto;
  }

  .heading-6 {
    font-size: 24px;
    position: static;
  }

  .stats {
    font-weight: 400;
  }

  .h1 {
    box-sizing: border-box;
    max-height: none;
  }

  .contact-button {
    z-index: 0;
    background-color: #000;
    border-radius: 9999px;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: auto 1% 1% auto;
  }

  .primary-button {
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    margin-right: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
  }

  .button {
    border-width: 1px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }

  .button:hover {
    border-width: 1px;
  }

  .div-block-12 {
    z-index: 1;
    width: 120px;
    height: 40px;
    display: none;
    position: static;
  }

  .lottie-animation-3 {
    width: 24px;
    height: 24px;
  }

  .grid {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    place-items: center;
    min-width: 0;
    max-width: 692px;
    display: none;
    overflow: visible;
  }

  .cardstyle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #ffffff59;
    justify-content: flex-start;
    align-items: center;
    width: 440px;
    height: auto;
    position: static;
    transform: none;
    box-shadow: -10px 0 40px #000;
  }

  .itemsholder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 440px;
    height: auto;
    padding: 10px 15px;
    display: flex;
  }

  .cardh {
    text-align: left;
    padding: 0;
    font-weight: 600;
  }

  .cardsub {
    text-align: left;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
  }

  .cardgloweffect {
    z-index: 1;
    opacity: 1;
    width: 440px;
    height: 200px;
    top: 46%;
  }

  .cardgloweffect-copy {
    z-index: -3;
    width: 450px;
  }

  .grid-mobile-style {
    z-index: 0;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    place-items: center;
    min-width: 0;
    max-width: 692px;
    display: grid;
    overflow: visible;
  }

  .card-textholder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .cardgloweffect-copy {
    z-index: -1;
    opacity: 1;
    width: 440px;
    height: 200px;
    position: absolute;
    top: auto;
    left: -45%;
    overflow: visible;
  }

  .section_nav {
    z-index: 2;
  }

  .div_nav_right {
    background-color: #040814f5;
    width: 60%;
    height: 100vh;
    margin-top: 0;
    overflow: visible;
  }

  .image-3 {
    width: 150px;
  }

  .burgerlottie {
    cursor: pointer;
  }

  .container_process {
    padding: 50px 40px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .bold-text {
    line-height: 38px;
  }

  .text-block-13 {
    text-align: left;
    padding-bottom: 10px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-pr {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 28px;
  }

  .lottie-animation-5 {
    z-index: auto;
    position: static;
  }

  .container_vorteile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-sr-cr {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    overflow: visible;
  }

  .div-sr-cr-holder-1 {
    min-width: 1800px;
    padding-top: 10px;
  }

  .div-sr-cr-holder-2 {
    min-width: 1400px;
  }

  .div-sr-cr-holder-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    min-width: 1600px;
    padding-bottom: 10px;
  }

  .text-cr {
    font-size: 12px;
  }

  .container_testo {
    padding: 30px 40px;
  }

  .container_faqs {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .container_about, .section_lastsection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .berscriften_tabelle {
    padding: 10px 5px;
  }

  .righttext {
    font-size: 12px;
    line-height: 16px;
  }

  .false-text {
    font-size: 12px;
  }

  .tabelle--b {
    text-align: left;
    overflow-wrap: normal;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .faq-antwort {
    font-size: 18px;
    line-height: 22px;
  }

  .faq-frage {
    font-size: 22px;
    line-height: 28px;
  }

  .captionsholder {
    border-radius: 0;
  }

  .caption-unten {
    padding-left: 0;
    padding-right: 20px;
  }

  .caption-oben {
    background-color: #fff0;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .all-imp-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .imp-erste-reihe {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .imp-icons-holder {
    align-items: stretch;
  }

  .imp-small-infos-insidebox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .right-imp-elements {
    flex-flow: column;
    align-items: baseline;
  }

  .code-embed, .code-embed-2 {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .text-block-50 {
    flex-flow: column;
    display: flex;
  }

  .primary-button-copy {
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    margin-right: 0;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .top {
    padding: 0;
    font-size: 18px;
  }

  .div-block-12-copy {
    z-index: 1;
    width: 40px;
    height: 45px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 6px 6px 0;
    display: flex;
    position: static;
    inset: 925px 0% 0% 507px;
  }

  .code-embed-3 {
    width: 100%;
    height: 100%;
  }

  .contact-button-phone-mode {
    z-index: 0;
    background-color: #000;
    border-radius: 9999px;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    inset: auto 2% 2% auto;
  }

  .whatsapp_button {
    z-index: 0;
    background-color: #000;
    border-radius: 9999px;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: auto 1% 1% auto;
  }

  .meet-the-founder-text {
    text-shadow: 6px 6px 1px #ffffff52;
    padding: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-57 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-15 {
    width: 40%;
  }

  .socialmedia-icons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: stretch;
    padding: 3px;
    display: flex;
  }

  .pb-holder {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
  }

  .text-span-4 {
    font-weight: 700;
  }

  .div-about-elements {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .caption-oben-phone {
    background-color: #fff0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-cal, .container-form {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .checkbox-label.open {
    line-height: 20px;
  }

  .contact-form-grid {
    margin-top: 0;
  }

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

  .container_project {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hsub1 {
    font-size: 16px;
  }

  .mpch-holder {
    padding-bottom: 10px;
  }

  .project-submit-project.button {
    font-size: 18px;
  }

  .chat-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .chat-leiste-box {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .input-area {
    width: 100%;
  }

  .chat-input {
    min-width: 100%;
  }

  .chat-buttons {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .chat-senden-button {
    color: #fff;
    padding: 5px 15px;
  }

  .i1 {
    padding-bottom: 4px;
    font-size: 30px;
    line-height: 36px;
  }

  .link-12 {
    word-break: break-all;
  }

  .big-ctas-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .primary-button-copy-copy {
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    margin-right: 0;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: auto;
  }

  .div-allpages_wrapper {
    min-width: 375px;
    overflow: hidden;
  }

  .section-hero {
    z-index: 1;
    box-sizing: border-box;
    aspect-ratio: auto;
    overflow: visible;
  }

  .hero-container {
    justify-content: center;
    align-items: center;
    min-width: 0;
    padding-bottom: 46px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: visible;
  }

  .bighero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    min-width: 320px;
    overflow: visible;
  }

  .heading-5 {
    width: auto;
    font-size: 32px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-span-3 {
    word-break: break-all;
    width: auto;
    font-size: 32px;
    font-weight: 400;
  }

  .text-block-8 {
    flex-flow: column;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    display: flex;
  }

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

  .stats {
    font-size: 12px;
  }

  .h1 {
    font-size: 16px;
  }

  .contact-button {
    z-index: 20;
    position: fixed;
    inset: auto 1% 1% auto;
  }

  .primary-button {
    max-width: none;
    padding: 8px;
    font-size: 12px;
  }

  .button {
    padding-top: 10px;
    font-size: 12px;
  }

  .cardstyle {
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    height: auto;
  }

  .itemsholder {
    width: 280px;
  }

  .svgcards {
    width: 50px;
    height: 50px;
  }

  .cardh {
    padding: 2px;
    font-size: 16px;
  }

  .cardsub {
    padding: 2px;
    font-size: 14px;
    line-height: 16px;
  }

  .cardgloweffect {
    opacity: 100;
  }

  .grid-mobile-style {
    grid-template-rows: 1fr 1fr 1fr;
    max-width: 692px;
  }

  .card-textholder {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div_logo_left {
    z-index: 1;
  }

  .div_nav_right {
    z-index: 2;
    background-color: #040814f5;
    width: 60%;
    height: 100vh;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 135px;
  }

  .nav_style {
    text-align: center;
  }

  .container_nav {
    overflow: visible;
  }

  .burger {
    z-index: 3;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_process {
    min-width: 0;
  }

  .container_process {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .process_elements_holder {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .text-block-13 {
    text-align: left;
    font-size: 30px;
  }

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

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

  .lottie-animation-5 {
    height: 29px;
  }

  .big-ctas {
    padding-left: 20px;
  }

  .section_vorteile {
    background-color: #00050e;
    background-image: linear-gradient(#00050e 16%, #7394d047 70%, #00050e);
    overflow: visible;
  }

  .container_vorteile {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .section-services-carousel {
    overflow: visible;
  }

  .div-sr-cr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: stretch;
    overflow: visible;
  }

  .div-sr-cr-holder-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-around;
    align-items: stretch;
    width: auto;
    min-width: 1800px;
    overflow: hidden;
  }

  .div-sr-cr-holder-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-around;
    align-items: stretch;
    min-width: 1300px;
  }

  .div-sr-cr-holder-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    min-width: 1500px;
  }

  .text-cr {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    font-size: 10px;
  }

  .container_testo {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .container_faqs {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: visible;
  }

  .container_about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    padding: 40px 20px;
    overflow: visible;
  }

  .section_lastsection {
    background-color: #00050e;
  }

  .carousel3divsholder-container {
    overflow: visible;
  }

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

  .berscriften_tabelle {
    padding-left: 5px;
    padding-right: 5px;
  }

  ._6x1 {
    padding-right: 10px;
    overflow: hidden;
  }

  ._6x2, ._6x3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    overflow: hidden;
  }

  .righttext {
    color: #fff;
    word-break: normal;
    font-size: 8px;
    line-height: 10px;
  }

  .false-text {
    color: #fff;
    font-size: 8px;
    line-height: 10px;
  }

  .tabelle--b {
    color: #fff;
    text-align: left;
    white-space: normal;
    word-break: normal;
    font-size: 10px;
    line-height: 10px;
  }

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

  .faq-antwort {
    font-size: 16px;
  }

  .faq-frage {
    font-size: 20px;
  }

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

  .captionsholder {
    order: 3;
    width: 100%;
    display: flex;
  }

  .caption-unten {
    background-color: #00050e00;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-right: 0;
  }

  .caption-oben {
    display: none;
  }

  .image-6 {
    border-top-left-radius: 20px;
    order: 0;
    width: 40%;
  }

  .testoright {
    grid-template-columns: 20% 80%;
  }

  .testoleft {
    grid-template-columns: 80% 20%;
    place-items: stretch stretch;
  }

  .holder-testos {
    padding: 0;
  }

  .testo {
    min-width: 100%;
    overflow: clip;
  }

  .container_imp {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .all-imp-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: visible;
  }

  .imp-small-infos-insidebox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    padding-bottom: 20px;
  }

  .text-block-50 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .text-block-52, .text-block-55 {
    font-size: 30px;
  }

  .primary-button-copy {
    max-width: none;
    margin-top: 0;
    padding: 10px;
    font-size: 20px;
  }

  .top {
    word-break: normal;
    padding: 0;
    font-size: 12px;
  }

  .div-block-12-copy {
    justify-content: center;
    align-items: flex-start;
    width: 40px;
    height: 45px;
    padding: 6px;
  }

  .contact-button-phone-mode {
    z-index: 20;
    display: flex;
    position: fixed;
    inset: auto 2% 2% auto;
  }

  .whatsapp_button {
    z-index: 20;
    position: fixed;
    inset: auto 1% 1% auto;
  }

  .meet-the-founder-text {
    text-shadow: 3px 5px 1px #ffffff52;
    order: 1;
    padding-bottom: 10px;
    font-size: 30px;
    box-shadow: 10px 10px 13px 5px #fff3;
  }

  .text-block-57 {
    text-align: justify;
  }

  .pb-holder {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: column;
    order: 2;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
  }

  .div-about-elements {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .caption-oben-phone {
    order: 1;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
  }

  .container-cal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-2 {
    overflow: auto;
  }

  .section-form {
    display: block;
  }

  .container-form {
    border-radius: 0;
    padding: 40px 20px;
    display: block;
  }

  .text-form-obere-reihe {
    width: 100%;
  }

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

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

  .submit-button {
    bottom: -35%;
  }

  .submit-button.button-4 {
    flex: 1;
    width: 150px;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    font-size: 12px;
    display: block;
  }

  .checkbox-field {
    bottom: -15%;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .text-field {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    text-overflow: clip;
  }

  .text-field::placeholder {
    background-color: #fff0;
  }

  .div-block-54 {
    font-size: 14px;
  }

  .text-block-61 {
    font-size: 18px;
    line-height: 20px;
  }

  .container_project {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-heading {
    text-align: left;
    font-size: 30px;
    line-height: 34px;
  }

  .hsub1 {
    text-align: left;
    line-height: 20px;
  }

  .hsub2 {
    text-align: left;
  }

  .project-submit-project.button {
    font-size: 18px;
  }

  .div-all {
    min-width: 375px;
    overflow: hidden;
  }

  .chat-hidden {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .chat-ueberschrift {
    flex-flow: row;
    display: flex;
    position: relative;
  }

  .chat-leiste-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tpl-assistant.is-template {
    display: none;
  }

  .message-text.chat-style1 {
    font-size: 12px;
    line-height: 16px;
  }

  .tpl-user.is-template, .tpl-loading.is-template {
    display: none;
  }

  .body-2 {
    overflow: auto;
  }

  .section_impressum {
    border-bottom: 1px solid #ffffff1a;
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .all-divs-impressum {
    min-width: 375px;
    overflow: hidden;
  }

  .i1 {
    letter-spacing: 1px;
    word-break: normal;
    font-size: 26px;
    line-height: 30px;
  }

  .i2 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .section_datenschutz_erkl-rung {
    border-bottom: 1px solid #ffffff1a;
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rich-text-block {
    color: #fff;
    font-family: Space Grotesk Custom, Arial, sans-serif;
  }

  .body-4 {
    overflow: auto;
  }

  .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14 {
    word-break: break-all;
  }

  .lottie-animation-6 {
    min-width: 25px;
    min-height: 25px;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .big-ctas-copy {
    padding-left: 0;
  }

  .primary-button-copy-copy {
    max-width: none;
    margin-top: 0;
    padding: 10px;
    font-size: 20px;
  }
}

#w-node-_0f18970a-01fe-ca6f-567c-8944d9034fae-ee6584a2, #w-node-eb1b848f-7129-bc6c-4ec1-d157d5cade46-ee6584a2, #w-node-_4405525c-3c39-8cce-2faa-df8117486f1b-ee6584a2 {
  place-self: auto;
}

#w-node-b0980744-12f5-0f7f-ee94-863395433896-ee6584a2 {
  justify-self: auto;
}

#w-node-_26c226d2-1d71-a82c-afde-257e6e4370bd-ee6584a2, #w-node-b2a84a4f-3833-2be7-882c-142e2dca270c-ee6584a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-eb1b848f-7129-bc6c-4ec1-d157d5cade46-ee6584a2, #w-node-eb1b848f-7129-bc6c-4ec1-d157d5cade4e-ee6584a2, #w-node-eb1b848f-7129-bc6c-4ec1-d157d5cade56-ee6584a2 {
    place-self: stretch stretch;
  }

  #w-node-b0980744-12f5-0f7f-ee94-863395433896-ee6584a2 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb1b848f-7129-bc6c-4ec1-d157d5cade46-ee6584a2, #w-node-eb1b848f-7129-bc6c-4ec1-d157d5cade4e-ee6584a2, #w-node-eb1b848f-7129-bc6c-4ec1-d157d5cade56-ee6584a2 {
    place-self: stretch stretch;
  }

  #w-node-b2a84a4f-3833-2be7-882c-142e2dca2704-ee6584a2, #w-node-b2a84a4f-3833-2be7-882c-142e2dca2706-ee6584a2, #w-node-b2a84a4f-3833-2be7-882c-142e2dca2708-ee6584a2, #w-node-b2a84a4f-3833-2be7-882c-142e2dca270a-ee6584a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Instrument Serif Custom';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk Custom';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk Custom';
  src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk Custom';
  src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk Custom';
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk Custom';
  src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit Custom';
  src: url('../fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit Custom';
  src: url('../fonts/Outfit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit Custom';
  src: url('../fonts/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit Custom';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit Custom';
  src: url('../fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit Custom';
  src: url('../fonts/Outfit-Bold.ttf') format('truetype'), url('../fonts/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit Custom';
  src: url('../fonts/Outfit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit Custom';
  src: url('../fonts/Outfit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}