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

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

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

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

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

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

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

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

.nav {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: .5px solid #ebebeb;
  position: sticky;
  top: 0;
}

.navbarcontainerwrap {
  z-index: 5;
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 3rem;
}

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

.navlogo {
  height: 45px;
  display: block;
}

.navlinkblock {
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.navlinkswrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.download-button-mobile, .navlogomobile, .div-block {
  display: none;
}

.body {
  font-family: Poppins, Arial, sans-serif;
}

.subtitel {
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8rem;
}

.container-main {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.heading {
  margin-right: 20px;
}

.animated-gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #57a0ce, #9b82f1 50%, #ef6361);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 5rem;
}

.download-button {
  color: #fafafa;
  background-color: #0d0d0d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.download-button.white {
  color: #000;
  background-color: #0d0d0d00;
}

.download-button.white.nav {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #333;
  border-bottom-style: none;
  border-bottom-width: 0;
  height: auto;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  text-decoration: none;
  position: static;
}

.download-button.formbutton {
  margin-top: 25px;
}

.heading-sub-titel {
  margin-bottom: 30px;
  margin-right: 20px;
}

.download-buttons-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.columns {
  width: 100%;
  display: flex;
}

.column-hero-image {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.image-hero {
  flex: 1;
}

.image-mobile-hero {
  transform-style: preserve-3d;
  display: none;
}

.columns-section-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.div-section-1 {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.heading-default {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
}

.heading-default.heading-section1 {
  margin-bottom: 10px;
}

.section {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-family: Poppins, Arial, sans-serif;
}

.section.dark {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: clip;
}

.columns-section-1-1 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.textblock-section-1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.button-section-1 {
  color: #000;
  background-color: #f3f3f3;
  border-radius: 8px;
  font-weight: 600;
}

.textblock-section-1-1 {
  margin-bottom: 15px;
}

.form-block {
  align-self: stretch;
}

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

.text-block-3 {
  align-self: flex-start;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.preisfeld {
  color: #000;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  width: 100px;
  max-width: 40%;
  margin-bottom: 0;
  margin-right: 30px;
}

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

.text-block-4 {
  color: #5f5f5f;
  align-self: center;
}

.choice-chip {
  cursor: pointer;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
}

.choice-chip.category.is-selected, .choice-chip.duration.is-selected {
  color: #fff;
  background-color: #000;
}

.text-block-5 {
  padding: 8px 24px;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: grid;
}

.tabs-menu {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-section1 {
  color: #c4c4c4;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.tab-section1.w--current {
  color: #000;
  background-color: #c8c8c800;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tab-progress-wrapper {
  background-color: #c4c4c4;
  border-radius: 12px;
  width: 3px;
  height: 10px;
}

.image-7 {
  border: 1px solid #c4c4c4;
  border-radius: 16px;
}

.section-separator {
  background-color: #f1f1f1;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subtitel-default {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}

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

.heading-withsub {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
}

.subtitels-wrapper, .categories-image {
  width: 100%;
}

.categories-mobile-image {
  width: 100%;
  display: none;
}

.terminplanung-mobile {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.section-triggers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 0;
}

.section-triggers.section-triggers__scroll-down {
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
}

.dynamic-number__wrap {
  transform-origin: 50%;
  flex: none;
  height: 5vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamic-content__block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.wrap__sticky {
  z-index: 1;
  position: static;
  inset: 0;
  overflow: hidden;
}

.wrap__sticky.sticky {
  background-color: #d1d1d1;
  height: 100vh;
  position: relative;
}

.wrap__sticky.sticky.sticky-5 {
  background-color: #d1d1d100;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.section-sticky {
  width: 100%;
  position: relative;
  overflow: visible;
}

.dynamic-number__inner-wrap {
  height: 20vh;
  transform: translate(0);
}

.dynamic-number__inner-wrap.dynamic-number__track {
  transform: none;
}

.step-block__text-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.step-block__text-title.text-title_1 {
  opacity: 1;
}

.stepper-wrap {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.dynamic-text {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 5vh;
}

.dynamic-text.dt-number {
  color: #ffffff80;
  font-family: Inconsolata, monospace;
  font-size: 36px;
  line-height: 5vh;
}

.dynamic-text.dt-number.placeholder {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.step-block__text-number {
  color: #7d8082;
  font-weight: 300;
}

.section-trigger {
  height: 1px;
  position: relative;
}

.section-trigger.section-trigger__2 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 40%;
}

.section-trigger.section-trigger__3 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 60%;
}

.section-trigger.section-trigger__1 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 20%;
}

.section-trigger.section-trigger__4 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  position: absolute;
  top: 80%;
}

.step-block__progress-bar {
  background-color: #7d8082;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.w60-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.inner-fw__text-block {
  color: #fff;
  letter-spacing: .5px;
  font-size: 22px;
  line-height: 30px;
  display: none;
}

.div-block-2 {
  z-index: 2;
  background-color: #191919;
  width: 20px;
  height: 5vh;
  position: absolute;
  top: 0;
  left: 0;
}

.dynamic-text__wrap {
  flex: none;
  height: 5vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrap-block__inner-fw {
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 40vh;
  display: block;
  position: relative;
}

.wrap-block__inner-fw.inner-fw__bottom {
  flex-direction: column;
  height: 30vh;
}

.step-block__progress-bar-inner {
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: translate(-100%);
}

.step-block__text-description {
  color: #d1d1d1;
  letter-spacing: .25px;
  font-weight: 300;
}

.step-block__text-description.text-description-2, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
  opacity: 1;
}

.dynamic-section__wrap {
  z-index: 2;
  transform-origin: 0% 100% 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: absolute;
  top: -76px;
  left: -5px;
  transform: rotate(90deg);
}

.section-sticky__wrap {
  z-index: 2;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  height: 500vh;
  overflow: visible;
}

.step-block {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.step-block.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block.step-block__2, .step-block.step-block__3 {
  width: 15%;
  margin-right: 4%;
}

.step-block.step-block__1 {
  width: 49%;
  margin-right: 4%;
}

.image-8 {
  height: 100%;
  position: absolute;
  inset: auto 0% auto auto;
}

.image-9, .image-10 {
  opacity: 0;
  height: 100%;
  position: absolute;
  inset: auto 0% auto auto;
}

.lottie-animation {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.div-block-8 {
  background-color: #191919;
  border-radius: 16px;
  width: 100%;
  padding: 50px 40px;
}

.inner-fw__text-block-copy {
  color: #fff;
  letter-spacing: .5px;
  font-size: 22px;
  line-height: 30px;
}

.duration {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
}

.standard-text {
  padding: 8px 24px;
}

.title {
  color: #000;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  width: 35%;
  margin-bottom: 0;
  margin-right: 30px;
}

.tab-progress-fill {
  border-radius: 12px;
  width: 3px;
}

.richtext {
  margin-bottom: 20px;
  line-height: 2rem;
}

.div-block-9 {
  width: 100%;
  height: 1px;
}

.footer-divider {
  background-color: #ebebeb;
  border-radius: 16px;
  width: 100%;
  height: 1px;
}

.footer-header {
  font-size: 16px;
  font-weight: 500;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
  margin: 40px auto;
}

.link-block-footer {
  color: #000;
  text-decoration: none;
}

.image-11 {
  padding: 11px;
}

.div-block-11 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  width: 50px;
  height: 50px;
}

.text-block-6 {
  font-size: 18px;
  font-weight: 600;
}

.text-block-7 {
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
}

.grid-2 {
  grid-column-gap: 70px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-top: 120px;
}

.bold-text {
  font-size: 22px;
}

.reqeust-div-pic {
  z-index: 1;
}

.progress-linie-track {
  z-index: -1;
  background-color: #f1f1f1;
  border-radius: 12px;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 22.5px;
}

.progress-linie-fill {
  z-index: -1;
  background-color: #e45353;
  border-radius: 12px;
  width: 3px;
  height: 0%;
  position: absolute;
}

.progress-wrapper {
  position: relative;
  overflow: hidden;
}

.tabs-dev-text {
  margin-left: 20px;
}

.div-block-13 {
  margin-top: 60px;
}

.faq-grid {
  width: 100%;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 0;
  display: flex;
}

.accordion_icon-wrapper {
  width: .875rem;
  height: .875rem;
}

.accordion_panel {
  padding: 0 1.5rem 1.5rem 0;
  display: none;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.faq-header {
  font-size: 16px;
  font-weight: 500;
}

.faq-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-span-3, .text-span-4, .text-span-5 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .navbarcontainerwrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .navlinkblock {
    color: #333;
  }

  .subtitel {
    font-size: 1.2rem;
  }

  .main-wrapper {
    margin-bottom: 4rem;
  }

  .container-main {
    max-width: 1200px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .animated-gradient-text {
    font-size: 3rem;
    line-height: 3.7rem;
  }

  .heading-sub-titel {
    font-size: 28px;
  }

  .heading-default, .heading-default.heading-section1 {
    font-size: 32px;
  }

  .text-block-3 {
    margin-top: 20px;
    font-size: 24px;
  }

  .preisfeld {
    width: 60%;
    max-width: 80px;
  }

  .section-separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subtitel-default {
    font-size: 1.2rem;
  }

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

  .dynamic-number__wrap {
    height: 4vh;
    margin-bottom: 6px;
  }

  .dynamic-content__block {
    width: 70%;
  }

  .section-sticky {
    overflow: visible;
  }

  .dynamic-number__inner-wrap {
    height: 16vh;
  }

  .dynamic-number__inner-wrap.dynamic-number__track {
    height: 20vh;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 14px;
  }

  .dynamic-text {
    font-size: 24px;
    line-height: 4vh;
  }

  .dynamic-text.dt-number {
    font-size: 30px;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.w60-60 {
    width: 100%;
  }

  .inner-fw__text-block {
    font-size: 20px;
  }

  .div-block-2 {
    width: 17px;
  }

  .dynamic-text__wrap {
    height: 4vh;
  }

  .wrap-block__inner-fw {
    height: 35vh;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
    font-size: 12px;
  }

  .dynamic-section__wrap {
    top: -57px;
    left: -3px;
  }

  .div-block-8 {
    padding: 30px 20px;
  }

  .inner-fw__text-block-copy {
    font-size: 20px;
  }

  .title {
    width: 50%;
  }

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

  .grid-2 {
    grid-row-gap: 100px;
  }

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

@media screen and (max-width: 767px) {
  .nav {
    z-index: 100;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: sticky;
    top: 0;
  }

  .navbarcontainerwrap {
    max-width: 100%;
    padding: 5px 1.5rem;
  }

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

  .navlogo {
    height: 40px;
  }

  .navlinkblock {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    font-size: 22px;
    display: flex;
  }

  .navlinkswrapper {
    z-index: 2;
    background-color: #f7f7f7e6;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: -100vw;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .download-button-mobile {
    color: #fff;
    background-color: #000;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin-top: 40px;
    padding: 0 24px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: flex;
  }

  .navlogomobile {
    max-width: 35%;
    margin-bottom: 40px;
    display: block;
  }

  .navtext {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hamburger-lottie {
    z-index: 3;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
  }

  .div-block {
    z-index: 3;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
  }

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

  .container-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading {
    margin-right: 0;
  }

  .download-button.white.nav {
    display: none;
  }

  .download-button.formbutton {
    margin-top: 30px;
  }

  .heading-sub-titel {
    margin-right: 0;
    line-height: 30px;
  }

  .column-hero-image, .image-hero {
    display: none;
  }

  .columns-section-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .div-section-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-default, .heading-default.heading-section1 {
    font-size: 32px;
  }

  .section.dark {
    display: flex;
  }

  .text-block-3 {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .preisfeld {
    margin-right: 20px;
  }

  .section-separator {
    margin-top: 0;
    margin-bottom: 0;
  }

  .subtitel-default {
    font-size: 1.1rem;
  }

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

  .dynamic-content__block {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .wrap__sticky.sticky.sticky-5 {
    height: auto;
  }

  .section-sticky {
    margin-top: 49px;
    margin-bottom: 40px;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 14px;
    font-weight: 500;
  }

  .stepper-wrap {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .dynamic-text.dt-number {
    font-size: 28px;
  }

  .wrap {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w60-60 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inner-fw__text-block {
    font-size: 16px;
    line-height: 28px;
    display: block;
  }

  .wrap-block__inner-fw {
    height: 25vh;
    display: none;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    height: auto;
    display: block;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
    font-size: 12px;
  }

  .section-sticky__wrap.section-sticky__wrap-progress {
    height: 100%;
  }

  .step-block.step-block__4 {
    flex: none;
    width: 100%;
    height: auto;
    display: block;
  }

  .step-block.step-block__2, .step-block.step-block__3 {
    flex: none;
    width: 100%;
    height: auto;
    margin-right: 0%;
    display: block;
  }

  .step-block.step-block__1 {
    width: 100%;
    height: auto;
    margin-right: 0%;
    display: block;
  }

  .image-8, .image-9, .image-10 {
    height: 80%;
  }

  .lottie-animation {
    display: none;
  }

  .div-block-8 {
    height: 100%;
    padding: 20px 12px;
  }

  .inner-fw__text-block-copy {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .title {
    width: 50%;
  }

  .grid-2 {
    grid-row-gap: 80px;
    margin-top: 80px;
  }

  .progress-linie-track {
    top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .navlogo {
    height: 35px;
  }

  .hamburger-lottie {
    width: 30px;
    height: 30px;
  }

  .subtitel {
    font-size: 1rem;
  }

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

  .main-wrapper {
    overflow: clip;
  }

  .container-main {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

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

  .animated-gradient-text {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.6rem;
  }

  .download-button {
    padding: 20px 12px;
    font-size: 1rem;
    font-weight: 500;
  }

  .download-button.formbutton {
    margin-top: 0;
  }

  .heading-sub-titel {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 22px;
  }

  .download-buttons-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .column-hero {
    justify-content: center;
    align-items: center;
  }

  .image-mobile-hero {
    margin-top: 20px;
    display: block;
    transform: rotateX(28deg)rotateY(-28deg)rotateZ(28deg);
  }

  .heading-default {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap;
    align-items: center;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .heading-default.heading-section1 {
    margin-bottom: 5px;
  }

  .section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .text-block-3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .preisfeld {
    width: 55%;
    max-width: 75px;
    font-size: 12px;
  }

  .tabs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .section-separator {
    width: 100%;
  }

  .subtitel-default {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 26px;
  }

  .terminplanung {
    display: none;
  }

  .heading-withsub {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap;
    align-items: center;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .subtitels-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .categories-image {
    display: none;
  }

  .categories-mobile-image, .terminplanung-mobile {
    display: block;
  }

  .dynamic-content__block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 16px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .wrap._w-custom.w60-60 {
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 0;
    padding-left: 12px;
    padding-right: 21px;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .dynamic-section__wrap {
    display: none;
  }

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

  .title {
    width: 70%;
    font-size: 12px;
  }

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

  .bold-text {
    font-size: 18px;
  }

  .progress-linie-track {
    height: 90%;
    top: 30px;
  }

  .div-block-13 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-14 {
    width: 100%;
    margin-top: 30px;
  }

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

#w-node-cae9fc02-5042-0529-9a93-35e8d7fbc2dc-145bbfb3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2486c3d9-daef-7d67-db82-e3ff077c4d60-145bbfb3 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: start center;
}

#w-node-_65e4ffe5-6b0a-7de3-09de-7317081afef0-145bbfb3 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: start center;
}

#w-node-fc080181-b164-a69c-a76b-06a801f49af4-145bbfb3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-e1c3f734-0d9b-e445-2b68-8cc7e56e6407-145bbfb3 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start center;
}

#w-node-a8d96b37-7b63-a50f-5ed9-7b3e0397f278-145bbfb3 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: start center;
}

#w-node-eb94d954-eb51-b281-621a-5cd7b5944f00-145bbfb3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start center;
}

#w-node-e8970e3f-8622-a9e7-98d7-a7b5156f9aa7-145bbfb3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_154b161f-d051-2a4d-d326-74219990e057-145bbfb3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6dd55835-a2b2-d97f-39c7-cfa6e064771a-145bbfb3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_34e4ee1b-dcdc-8d58-4242-eb0e6a4d8248-145bbfb3 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_752d4abf-6e3b-bfd7-c6b3-242b400b3549-145bbfb3 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_6ae9787c-cd24-39d5-5310-cb58818db1d8-145bbfb3 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-b13d1ab0-a266-0e5c-29ee-04543b692aed-3b692ae4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b13d1ab0-a266-0e5c-29ee-04543b692af3-3b692ae4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b13d1ab0-a266-0e5c-29ee-04543b692af9-3b692ae4 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-b13d1ab0-a266-0e5c-29ee-04543b692afc-3b692ae4 {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (max-width: 479px) {
  #w-node-cae9fc02-5042-0529-9a93-35e8d7fbc2e6-145bbfb3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b13d1ab0-a266-0e5c-29ee-04543b692aeb-3b692ae4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b13d1ab0-a266-0e5c-29ee-04543b692aed-3b692ae4 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b13d1ab0-a266-0e5c-29ee-04543b692af0-3b692ae4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b13d1ab0-a266-0e5c-29ee-04543b692af3-3b692ae4 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b13d1ab0-a266-0e5c-29ee-04543b692af6-3b692ae4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b13d1ab0-a266-0e5c-29ee-04543b692af9-3b692ae4 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-b13d1ab0-a266-0e5c-29ee-04543b692afc-3b692ae4 {
    grid-area: 7 / 1 / 8 / 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}