@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.body {
  background-color: #000;
  font-family: Oxygen, Arial, sans-serif;
  line-height: 125%;
}

.section {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image {
  width: 200px;
}

.background-video {
  z-index: 0;
  text-align: left;
  height: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.section-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 3px #0003;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1.1em;
  display: block;
  position: relative;
}

.paragraph {
  color: #9e9e9e;
  text-align: center;
  max-width: 1200px;
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1.3em;
  position: relative;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1400px;
  height: 100%;
  display: flex;
}

.section-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.headingblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50vw;
  display: flex;
}

.image-2 {
  z-index: 1;
  height: 25vw;
  max-height: 400px;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 40vw;
  display: flex;
  position: relative;
}

.background-video-2 {
  mix-blend-mode: normal;
  width: 50vw;
  max-width: 600px;
  height: 50vw;
  max-height: 600px;
  display: block;
}

.image-3 {
  z-index: 1;
  width: 20vw;
  max-width: 300px;
  position: relative;
}

.secondsection {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-align: center;
  max-width: 1200px;
  margin-top: 1vw;
  margin-bottom: 2vw;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1em;
}

.paragraph-2 {
  color: #4396cc;
  text-align: center;
  max-width: 1200px;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3em;
}

.heroparagraph {
  color: #9e9e9e;
  text-align: center;
  max-width: 1200px;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.div-block-4 {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #4396cc;
  border-radius: 100px;
  position: absolute;
}

.gradientwrapper {
  z-index: -1;
  filter: blur(160px);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circleright {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circleright._1 {
  top: -25%;
  left: 1%;
}

.circleright._2 {
  background-color: #ff911a;
  inset: -25% -10% auto auto;
}

.circleright._4 {
  background-color: #3171c0;
  border-radius: 100%;
  height: 50vh;
  inset: 200px -10% auto auto;
}

.circleright._3 {
  background-color: #e100f5;
  inset: auto auto -39% -4%;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.sectionwrapper._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
}

.sectionwrapper._1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.sectionsplit {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 60%;
  display: flex;
}

.sectionsplit.aboutme {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 30%;
}

.sectionsplit.video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 600px;
}

.splitimageright {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.circleleft {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circleleft._1 {
  top: -25%;
  left: 1%;
}

.circleleft._2 {
  background-color: #ff911a;
  inset: -25% -10% auto auto;
}

.circleleft._4 {
  background-color: #3171c0;
  border-radius: 100%;
  height: 50vh;
  inset: 200px auto auto -10%;
}

.circleleft._3 {
  background-color: #e100f5;
  inset: auto auto -39% -4%;
}

.splitimageleft {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block {
  z-index: 2;
  color: #000;
  text-align: center;
  background-color: #4270ba;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 2em;
  font-weight: 700;
  line-height: 125%;
  position: relative;
  top: 120px;
}

.div-block-5 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #a0a0a0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._4 {
  background-color: #213a8a;
  position: relative;
  inset: auto auto auto -10%;
}

.circle._3 {
  background-color: #141e42;
  position: relative;
  inset: auto auto 0% -4%;
}

.hidden-section {
  height: 50vh;
  display: none;
  position: relative;
}

.background-video-3 {
  flex-flow: column;
  width: 450px;
  height: 650px;
}

.text-span {
  color: #7dceec;
}

.headline {
  color: #7dceec;
  text-align: center;
  max-width: 1200px;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraphsplit {
  color: #6f7a93;
  text-align: center;
  max-width: 1200px;
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1.3em;
  position: relative;
}

.paragraphsplit.mini {
  font-size: 1.3em;
}

.secondsection-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 10vw 20px 5vw;
  display: flex;
  position: relative;
}

.circleright-copy {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circleright-copy._1 {
  top: -25%;
  left: 1%;
}

.circleright-copy._2 {
  background-color: #ff911a;
  inset: -25% -10% auto auto;
}

.circleright-copy._4 {
  background-color: #3171c0;
  border-radius: 100%;
  height: 50vh;
  inset: 200px -10% auto auto;
}

.circleright-copy._3 {
  background-color: #e100f5;
  inset: auto auto -39% -4%;
}

.secondsection-copy-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 10vw 20px 5vw;
  display: flex;
  position: relative;
}

.secondsection-copy-copy-copy, .secondsection-copy-copy-copy-copy, .secondsection-copy-copy-copy-copy-copy, .secondsection-copy-copy-copy-copy-copy-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.secondsection-copy-copy-copy-copy-copy-copy-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 5vw 20px;
  display: flex;
  position: relative;
}

.accordion-header {
  border-bottom: 1px #b7c2c3;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-answer {
  color: #4e5f70;
  letter-spacing: -.3px;
  margin-bottom: 24px;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4em;
}

.faq-p {
  z-index: 1;
  border-radius: 4px;
  width: 100%;
  margin-top: -8px;
  overflow: hidden;
}

.faq-section-new {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  display: flex;
}

.standard-titel-section {
  color: #4e5f70;
  text-align: center;
  width: 90vw;
  max-width: 1400px;
  margin-bottom: 4vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5%;
  display: block;
  position: relative;
}

.faq-headline {
  color: #7dceec;
  letter-spacing: -.3px;
  align-self: flex-start;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3em;
}

.accordion-list-item {
  letter-spacing: .02px;
  padding-bottom: 4px;
  font-size: 1.3vw;
  line-height: 135%;
}

.accordion-list {
  padding-left: 14px;
  list-style-type: disc;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.accordion {
  width: 90%;
  max-width: 1400px;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body-cont {
  letter-spacing: 0;
  background-color: #0000;
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
}

.bold-text {
  font-size: 1.4em;
  line-height: 1.3em;
}

.footerparagraph {
  color: #6f7a93;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.3em;
  display: flex;
}

.socialmedia-div {
  opacity: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.footer-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 15px;
  display: flex;
  box-shadow: 0 -1px 5px #00000059;
}

.footer {
  width: 100%;
}

.footerimage {
  width: 250px;
  padding-bottom: 20px;
}

.secondsection-copy-copy-copy-copy-copy-copy-copy-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 5vw 20px;
  display: flex;
  position: relative;
}

.background-video-4, .background-video-5 {
  width: 275px;
  height: 600px;
}

.headline-2 {
  color: #2d3a58;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4vw;
  font-size: 1.1vw;
  font-weight: 400;
}

.bento-div-block {
  background-color: #101e42;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
  display: flex;
}

.bento-div-block._1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-image: linear-gradient(103deg, #101e42, #193b91);
  border-radius: 10px;
  outline: 1px solid #3b59aa;
}

.logo-header {
  width: 15vw;
  margin-bottom: 3vw;
}

.bento-grid-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area-2 Area-2"
                       "Area Area"
                       "Area Area"
                       ". .";
}

.div-flex-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.bento-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  max-width: 1600px;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: grid;
}

.bento-grid-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area-2 Area-2"
                       "Area-3 Area-4"
                       "Area Area";
}

.bentro-grid-left {
  grid-template: ". ."
                 "Area Area"
                 "Area-2 Area-2"
                 "Area-2 Area-2"
                 / 1fr 1fr;
}

.h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  line-height: 1.4em;
}

.bentoheadline {
  color: #7dceec;
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
}

.bentosubline {
  color: #6f7a93;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.text-block-3 {
  color: #6f7a93;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid {
  grid-template-rows: auto;
}

.text-block-4, .text-block-5 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .heading {
    color: #fff;
  }

  .heroparagraph {
    color: #6f7a93;
  }

  .circle._4 {
    background-color: #3171c0;
  }

  .faq-section-new {
    max-width: 1200px;
    padding-top: 5vh;
  }

  .standard-titel-section {
    padding-right: 10%;
  }

  .accordion-list-item {
    font-size: .7vw;
  }

  .faq-body-cont {
    color: #29384c;
  }

  .link-12 {
    letter-spacing: 0;
  }

  .headline-2 {
    font-size: 1.4em;
  }

  .bento-div-block {
    padding: 1vw;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .headingblock {
    width: 90vw;
  }

  .div-block-3 {
    width: 60vw;
  }

  .image-3 {
    width: 25vw;
  }

  .secondsection {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-2 {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .gradientwrapper {
    filter: blur(180px);
  }

  .circleright {
    width: 80vw;
    height: 80vw;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 728px;
    display: flex;
  }

  .container._2 {
    flex-flow: column;
  }

  .sectionwrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
  }

  .sectionwrapper._2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

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

  .sectionsplit {
    flex-flow: column;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .sectionsplit.aboutme {
    max-width: 40%;
  }

  .circleleft {
    width: 80vw;
    height: 80vw;
  }

  .circleleft._4 {
    opacity: 1;
    mix-blend-mode: normal;
    top: 0;
    left: -38%;
  }

  .text-block {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.6em;
    line-height: 150%;
    top: 91px;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .cta {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .secondsection-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .circleright-copy {
    width: 80vw;
    height: 80vw;
  }

  .secondsection-copy-copy, .secondsection-copy-copy-copy, .secondsection-copy-copy-copy-copy, .secondsection-copy-copy-copy-copy-copy, .secondsection-copy-copy-copy-copy-copy-copy, .secondsection-copy-copy-copy-copy-copy-copy-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
  }

  .faq-answer {
    font-size: 1.2em;
  }

  .standard-titel-section {
    width: 95vw;
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .faq-headline {
    white-space: normal;
    width: 95%;
    overflow: visible;
  }

  .accordion {
    width: 95vw;
  }

  .faq-icon {
    margin-right: 20px;
  }

  .faq-body-cont {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .secondsection-copy-copy-copy-copy-copy-copy-copy-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
  }

  .background-video-4 {
    mix-blend-mode: normal;
  }

  .headline-2 {
    margin-bottom: 2vw;
    font-size: 1.4vw;
  }

  .bento-div-block {
    border-radius: 12px;
  }

  .bento-div-block._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo-header {
    width: 20vw;
  }

  .bento-grid-middle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bento-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 90vw;
    display: grid;
  }

  .bento-grid-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bentro-grid-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-items: stretch stretch;
  }

  .h3 {
    font-size: 1.2em;
  }

  .text-block-3 {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 70vw;
  }

  .circleright {
    height: 80vh;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .sectionsplit.aboutme {
    max-width: 50%;
  }

  .circleleft, .circle {
    height: 80vh;
  }

  .secondsection-copy {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .circleright-copy {
    height: 80vh;
  }

  .secondsection-copy-copy-copy-copy-copy-copy-copy {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .faq-answer {
    font-size: 1em;
  }

  .faq-section-new {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .faq-headline {
    width: 97%;
  }

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

  .faq-body-cont {
    padding-left: 20px;
  }

  .secondsection-copy-copy-copy-copy-copy-copy-copy-copy {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .headline-2 {
    font-size: 1.7vw;
  }

  .div-flex-content {
    padding-bottom: 0;
  }

  .h3 {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 20px;
  }

  .heading {
    font-size: 3em;
  }

  .div-block {
    padding-top: 60px;
  }

  .section-4 {
    padding-top: 20vw;
  }

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

  .image-3 {
    width: 50vw;
  }

  .heading-2 {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.2em;
  }

  .heroparagraph {
    font-size: 1.8em;
  }

  .container {
    max-width: none;
  }

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

  .sectionwrapper._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .sectionsplit {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .sectionsplit.aboutme {
    max-width: 100%;
  }

  .text-block {
    font-size: 1.3em;
    top: 75px;
  }

  .background-video-3 {
    width: 300px;
    height: 450px;
  }

  .headline {
    margin-bottom: 0;
  }

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

  .paragraphsplit.mini {
    font-size: 1em;
  }

  .accordion-header {
    border-bottom: 0 #0000;
    align-items: center;
    padding-left: 10px;
  }

  .faq-answer {
    margin-bottom: 0;
    font-size: .9em;
  }

  .faq-section-new {
    padding-top: 10vw;
    padding-bottom: 3vh;
  }

  .standard-titel-section {
    width: 90vw;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-headline {
    width: 95%;
    font-size: 1.4em;
  }

  .accordion-list-item {
    font-size: 2.2svh;
    line-height: 21px;
  }

  .accordion {
    width: 95vw;
  }

  .faq-icon {
    align-self: auto;
    inset: 24% -2% auto auto;
  }

  .faq-body-cont {
    padding: 10px;
  }

  .footerparagraph {
    width: 90%;
    font-size: .7em;
  }

  .footer-div {
    flex-direction: column;
  }

  .headline-2 {
    margin-bottom: 6vw;
    font-size: 2vh;
  }

  .bento-div-block {
    border-radius: 10px;
  }

  .bento-div-block._1 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .logo-header {
    width: 45vw;
    margin-bottom: 6vw;
  }

  .bento-grid-middle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area-2 Area-2"
                         ". ."
                         "Area Area";
  }

  .div-flex-content {
    padding-top: 15vw;
  }

  .referenzen {
    max-width: 70%;
    max-height: 70%;
  }

  .bento-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template: ". Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   ". Area Area Area . . ."
                   / 1.75fr 1fr;
    grid-auto-columns: 1.75fr;
    grid-auto-flow: column;
    justify-items: stretch;
  }

  .bento-grid-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bentro-grid-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3 {
    font-size: .8em;
    font-weight: 300;
    line-height: 1.3em;
  }

  .bentoheadline {
    font-size: .6em;
    line-height: 1em;
  }

  .text-block-3 {
    font-size: .7em;
    line-height: 1em;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-items: stretch stretch;
  }
}

#w-node-c8dc9390-21db-2e0f-d7fb-3099435060ac-f3338cdf {
  grid-area: Area-2;
  place-self: auto;
}

#w-node-c8dc9390-21db-2e0f-d7fb-3099435060ae-f3338cdf, #w-node-c8dc9390-21db-2e0f-d7fb-3099435060ba-f3338cdf {
  grid-area: Area;
}

#w-node-c8dc9390-21db-2e0f-d7fb-3099435060bc-f3338cdf {
  grid-area: Area-4;
}

#w-node-c8dc9390-21db-2e0f-d7fb-3099435060be-f3338cdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8dc9390-21db-2e0f-d7fb-3099435060c0-f3338cdf {
  grid-area: Area-3;
}

#w-node-c8dc9390-21db-2e0f-d7fb-3099435060b5-f3338cdf {
  grid-area: Area-2;
}

#w-node-c8dc9390-21db-2e0f-d7fb-3099435060b7-f3338cdf {
  grid-area: Area;
  place-self: auto;
}

#w-node-_60a95fa8-2fd4-d7ac-afae-92be626095f4-f3338cdf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cb742244-753f-8c60-c280-e55b85038307-f3338cdf, #w-node-_5abace90-a6a4-b0cd-df56-3ba53b467447-f3338cdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-c8dc9390-21db-2e0f-d7fb-3099435060c0-f3338cdf {
    grid-area: Area-3;
  }

  #w-node-c8dc9390-21db-2e0f-d7fb-3099435060b7-f3338cdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60a95fa8-2fd4-d7ac-afae-92be626095f4-f3338cdf {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxygen';
  src: url('../fonts/Oxygen-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxygen';
  src: url('../fonts/Oxygen-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxygen';
  src: url('../fonts/Oxygen-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}