body {
  font-family: "TT Norms Pro";
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #2e2e5b;
  background-color: #f8f8f8;
}
a {
  color: #5f6fff;
}
ul {
  padding: 0;
  margin: 0;
}
.cl-green {
  color: #008f6b;
}
.cl-primary {
  color: #2e2e5b;
}
.cl-blue {
  color: #5f6fff;
}
.f17 {
  font-size: 17px;
  line-height: 22px;
}
.f18 {
  font-size: 18px;
  line-height: 26px;
}
.f20 {
  font-size: 20px;
  line-height: 26px;
}
.f24 {
  font-size: 24px;
  line-height: 22px;
}
.f28 {
  font-size: 28px;
  line-height: 28px;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: bold;
}
.relative {
  position: relative;
}
.m-b--30 {
  margin-bottom: 30px;
}
.m-b--25 {
  margin-bottom: 25px;
}
.border24 {
  border-radius: 24px;
}
.mb12 {
  margin-bottom: 12px !important;
}
.gap35 {
  gap: 35px;
}
.list--marker {
  margin: 0;
  padding: 0;
}
.list--marker li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}
.list--marker li:before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 12px;
  background: url(../images/checked.png) 50% no-repeat;
  left: 0;
  top: 5px;
  opacity: 0.8;
}
.list--marker.green-round li:before {
  background: url(../images/green-marker.svg) 50% no-repeat;
  width: 19px;
  height: 19px;
  top: 3px;
}
.list--marker.green-round li {
  margin-bottom: 9px;
}
.sui-btn-with-arrow,
.sui-btn-cta {
  background: #00ffff;
  border: none;
  font-size: 24px !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  color: #2e2e5b;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 13px;
  padding-inline: 18px;
  line-height: 28px;
  width: 289px;
  justify-content: center;
}
.sui-btn-cta {
  width: auto;
}
.sui-btn-with-arrow:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.998' height='18.494' viewBox='0 0 10.998 18.494'%3E%3Cpath id='Path_4155' data-name='Path 4155' d='M1328.491,562.979l8.584,8.125-8.584,7.545' transform='translate(-1327.077 -561.566)' fill='none' stroke='%232e2e5b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A")
    0 0 no-repeat;
  width: 12px;
  height: 18px;
  display: block;
  opacity: 0.8;
}
.sui-page-footer-legal a {
  color: #fff;
}

.sui-page-header {
  box-shadow: 0 -4px 28px #0000001f;
}

.sui-page-header-logo img {
  width: auto;
}
@media screen and (max-width: 600px) {
  .sui-page-header-logo img {
    margin-left: -35px;
    scale: 0.74;
  }
}
.sui-bg-darkblue {
  background-color: #5f6fff !important;
}
.sui-accordion-item-wrapper {
  border: 0;
  margin-bottom: 30px;
}
.sui-accordion-item-wrapper h3 a {
  box-shadow: 0 0 20px rgba(95, 111, 255, 0.3);
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sui-accordion-item-wrapper h3 a:hover,
.sui-accordion-title a:hover,
.sui-accordion-title a:focus,
.sui-accordion-title a:not(.collapsed) {
  color: #5f6fff !important;
}
.sui-accordion-item {
  box-shadow: 0 0 20px rgba(95, 111, 255, 0.3);
  border-radius: 50px;
  margin-top: -50px;
  z-index: 0;
  position: relative;
}
.sui-accordion-title {
  position: relative;
  z-index: 1;
  background: #fff;
}
.sui-accordion-title i {
  font-size: 0;
  opacity: 0.8;
}
.sui-accordion-title i:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.891' height='10.566' viewBox='0 0 16.891 10.566'%3E%3Cpath id='Path_226' data-name='Path 226' d='M-4238.031,7052.442l6.324,6.324,6.324-6.324' transform='translate(4240.152 -7050.321)' fill='none' stroke='%235f6fff' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.sui-accordion-item-wrapper .sui-accordion-item {
  padding: 70px 20px 4px;
}
.sui-accordion-item-wrapper .sui-accordion-item ul {
  margin-left: 10px;
  margin-bottom: 20px;
  list-style-type: none;
}
.sui-accordion-item-wrapper .sui-accordion-item ul li {
  padding-left: 18px;
  position: relative;
}
.sui-accordion-item-wrapper .sui-accordion-item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  display: block;
  background: #2e2e5b;
  border-radius: 100%;
  margin-top: 7px;
  flex-shrink: 0;
}

.mw1538 {
  max-width: 1500px;
  margin: 0 auto;
}
h1 {
  font-family: "TT Norms Pro", sans-serif;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  font-weight: normal;
  color: #2e2e5b;
}
.caption {
  font-size: 44px;
  font-weight: normal;
  color: #2e2e5b;
  line-height: 56px;
  text-align: center;
  margin-bottom: 56px;
}
.subcaption {
  font-size: 24px;
  line-height: 21px;
}
.white-box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(150, 163, 255, 0.5);
  border-radius: 24px;
}
.swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 77px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  border: 1px solid #4f5ddf;
  opacity: 1;
  background: #fff;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4f5ddf;
}

.hero-mobile {
  display: none;
}
.bvb > .arrow {
  opacity: 0.8;
}

.trust {
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.trust .swiper-wrapper {
  gap: 60px;
}
.trust .swiper-slide {
  flex-shrink: unset;
  width: unset;
}
.trust,
.tuv-layout {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.trust-block {
  margin-top: -36px;
}
.sui-page-header {
  min-height: unset;
}
.top-header {
  background: #fce1c2;
  text-align: center;
  padding: 10px 10px;
}
.hero-block {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
.hero .block {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='677.939' height='685.699' viewBox='0 0 677.939 685.699'%3E%3Cdefs%3E%3Cfilter id='Path_5850' x='0' y='0' width='677.939' height='685.699' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='24' result='blur'/%3E%3CfeFlood flood-color='%235f6fff' flood-opacity='0.302'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_5850)'%3E%3Cpath id='Path_5850-2' data-name='Path 5850' d='M91.48,215.444V585.866c0,26.068,18.031,47.2,40.272,47.2H585.146c22.242,0,40.273-21.132,40.273-47.2V182.144c0-53.859-39.785-95.87-85.492-90.277L149.78,139.613C116.645,143.667,91.48,176.4,91.48,215.444Z' transform='translate(-19.48 -19.37)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A")
    top center no-repeat;
  position: absolute;
  right: 8%;
  max-width: 678px;
  width: 100%;
  background-size: 100%;
  padding: 164px 81px 85px;
  bottom: -4px;
  z-index: 1;
}
.hero-block .first {
  flex-direction: column-reverse;
  display: flex;
  gap: 16px;
  align-items: center;
}
.hero-block img {
  max-width: 100%;
}
.hero-block .list--marker {
  margin-bottom: 0px;
}
.hero-block .list--marker li {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 14px;
}
.hero-block .list--marker li:before {
  background: url(../images/checked-green.png) 50% no-repeat;
}
.hero {
  position: relative;
  background: url(../images/hero-brand.jpg) 0 0 repeat;
  padding: 70px 70px 30px;
  min-height: 728px;
}
.hg-top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.test-wrapper .right-block {
  display: flex;
  align-content: space-around;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-top: 32px;
  position: relative;
}
.test-wrapper .white-box {
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.test-wrapper .white-box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.test-block li:last-child .input-wrapper {
  border: 0;
}
.test-wrapper .right-block .arrow-green {
  position: absolute;
  top: -50px;
  left: -50px;
}

.gif-block {
  max-width: 411px;
  position: relative;
  border-radius: 20px;
  padding: 20px;
  align-items: flex-start !important;
}
.gif-block img {
  border-radius: 20px;
  margin-bottom: 15px;
  max-width: 100%;
}

.gif-video-control #gif-video,
.gif-video-control #overlay-gif-video {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  text-align: right;
}
.gif-video-control {
  cursor: pointer;
  display: block;
}
#overlay-gif-video {
  z-index: 10001;
}
#overlay-gif-video img {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 35px;
  border: 0;
  border-radius: 100%;
}

.ttip {
  position: absolute;
  right: -116px;
  top: 40%;
}
.ttip p {
  margin-bottom: 0;
}
.ttip svg {
  margin-left: -25px;
}
.ttip1 {
  position: absolute;
  top: -19px;
  left: -64px;
  background: #fff;
  font-size: 26px;
  color: #2e2e5b;
  padding: 9px 18px;
  border-radius: 20px;
  box-shadow: 1px 1px 7px rgba(150, 163, 255, 0.25);
  z-index: 1;
}
.einfach {
  padding-top: 0px;
}
.schnell-test {
  padding-top: 70px;
}
.schritten-slider .swiper-pagination {
  margin-top: 0;
}
.holen-sie {
  background: url(../images/hg.webp) 0 0 repeat;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  position: relative;
  color: #fff;
  padding: 89px 0 76px;
}
.holen-sie .caption {
  color: #fff;
  margin-bottom: 39px;
}
.drei-schritten {
  padding-bottom: 76px;
}
.millionen {
  padding-top: 138px;
  background: url(../images/hg-grey-f.png) left bottom no-repeat;
  padding-bottom: 264px;
  background-size: contain;
}
.advantages-ctrl__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 210px;
  margin: 10px auto 100px;
  text-align: center;
  background: rgba(253, 252, 252);
  position: relative;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 1px 1px 7px rgba(150, 163, 255, 0.25);
}
.advantages-ctrl__item .advantages-ctrl__item-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
}
.advantages-ctrl__item .advantages-ctrl__item-label {
  font-size: 17px;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 16px;
}
.advantages-ctrl__item .advantages-ctrl__item-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.advantages-ctrl__item .advantages-content__number {
  position: absolute;
  left: calc(50% - 26px);
  bottom: -89px;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 16px;
  width: 52px;
  height: 52px;
  display: flex;
  background: #c7c2c3;
  border-radius: 100%;
  justify-content: center;
  color: #fff;
  align-items: center;
}
.advantages-ctrl__item .advantages-ctrl__item-image {
  height: 98px;
  display: flex;
}
.advantages-content__item {
  background: #d8dfff;
  box-shadow: 0 0 20px rgba(150, 163, 255, 0.22);
  padding: 67px 44px 37px 79px;
  border-radius: 26px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
  position: relative;
}
.advantages-content__item .number {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 15px rgba(150, 163, 255, 0.25);
  position: absolute;
  top: -36px;
  left: -28px;
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 20px 10px 96px;
}
.advantages-content__item .number img {
  height: 52px;
  opacity: 0.8;
}
.advantages-content__item .number .num {
  position: absolute;
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  background: #5f6fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -8px;
}
.advantages-content__item .list--marker {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #2e2e5b;
}
.advantages-content__item .list--marker li {
  margin-bottom: 15px;
}
.advantages-content__wrap-img img {
  max-width: 100%;
}
.advantages-ctrl-content {
  margin-top: -54px;
  z-index: -1;
}
.swiper-slide-thumb-active .advantages-ctrl__item {
  background: #fff;
  box-shadow: 1px 1px 15px rgba(150, 163, 255, 0.25);
}
.swiper-slide-thumb-active .advantages-ctrl__item .advantages-content__number {
  background: #5f6fff;
}
.advantages-ctrl-content .advantages-content__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 67px 44px 40px;
  border-radius: 24px;
  background: #e2e7fb;
}
.gratis {
  font-size: 24px;
  font-weight: bold;
  color: #008f6b;
  border-radius: 23px;
  box-shadow: 0 4px 10px rgba(95, 111, 255, 0.2);
  background: #f6fef6;
  padding: 11px 30px;
  margin-top: 25px;
  display: inline-block;
}
.gratis.grey {
  background: #eeebeb;
  color: #2e2e5b;
}
.advantages-content__title {
  font-size: 44px;
  font-weight: bold;
  color: #2e2e5b;
  line-height: 56px;
  text-align: left;
  margin-bottom: 29px;
}
.features {
  padding-top: 60px;
  padding-bottom: 100px;
}
.features .container-info {
  display: flex;
  justify-content: space-around;
}
.features .info-box {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 1px 1px 15px rgba(150, 163, 255, 0.25);
  padding: 22px 16px;
  max-width: 240px;
  width: 100%;
}
.features .info-box p {
  margin: 0;
  text-align: center;
}
.features .info-box img {
  margin-bottom: 10px;
}
.features .info-box .counter {
  font-size: 52px;
  line-height: 56px;
  font-weight: bold;
}
.info-box > img {
  opacity: 0.8;
}
.testimonial-slider .swiper-slide {
  display: flex;
  height: auto;
}

.testimonial_card {
  background: #fdfcfc;
  border-radius: 24px;
  box-shadow: 1px 1px 7px rgba(150, 163, 255, 0.25);
  padding: 24px;
}
.testimonial_card .testimoinal_card_top {
  display: flex;
  gap: 15px;
}
.testimonial_card .testimonial_card_top_left {
  width: 93px;
  height: 93px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testimonial_card .testimonial_card_top_right_name {
  margin-top: 10px;
  margin-bottom: 12px;
}
.testimonial_card .testimonial_card_top_right_name p {
  margin-bottom: 0;
}
.testimonial_card .testimonial_card_top_right_stars {
  color: #4f5ddf;
  font-weight: bold;
}
.testimonial_card .testimonial_card_top_right_stars img {
  margin-bottom: 12px;
}
.testimonial_card .testimonial_card_bottom p {
  margin-bottom: 0;
}
.milliarden {
  padding-bottom: 134px;
  background: url(../images/hg-blue1-g.png) left bottom #f8f8f8 no-repeat;
  background-size: contain;
}
.milliarden .sui-col-third:nth-child(2) {
  border-left: 1px solid #00e09d;
  border-right: 1px solid #00e09d;
}
.milliarden .sui-container {
  max-width: 1160px;
}
.ganz {
  background: url(../images/hg-grey-f.png) left bottom no-repeat;
  background-size: contain;
  padding-bottom: 17%;
  margin-bottom: -33px;
  padding-top: 70px;
}
.ganz .box-white {
  border-radius: 24px;
  box-shadow: 1px 1px 20px rgba(150, 163, 255, 0.25);
  padding: 68px 49px;
}
.hg-white {
  max-width: 100%;
  margin-bottom: -121px;
  margin-top: -81px;
  width: 100%;
}
.hg6 {
  margin-top: -139px;
}
.selbst {
  background: url(../images/pattern.png) 0 0 repeat-y #5f6fff;
  position: relative;
  padding-inline: 20px;
}
.hg {
  max-width: 100%;
}
.selbst .hg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.selbst .hg2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.selbst .sui-container {
  background: #fff;
  border-radius: 24px;
  padding-block: 60px;
}
.selbst .block {
  max-width: 777px;
  margin: 0 auto;
}
.infobox {
  text-align: center;
  padding: 10px 3px;
}
.infobox .title {
  font-size: 40px;
  line-height: 61px;
  color: #008f6b;
  margin-bottom: 18px;
}
.infobox .title strong {
  font-size: 52px;
}
.infobox .text {
  font-size: 18px;
  color: #2e2e5b;
}
.woche {
  background: url(../images/hg-grey-f.png) left bottom no-repeat;
  background-size: contain;
  padding-bottom: 344px;
  padding-top: 66;
}
.woche .sui-container {
  max-width: 994px;
}
.woche p {
  margin-bottom: 0;
}
.woche .box {
  border-radius: 24px;
  box-shadow: 1px 1px 20px rgba(150, 163, 255, 0.25);
  padding: 40px 50px 40px 81px;
}

.regelungen {
  padding-top: 0;
  background: url(../images/hg-grey-f.png) left bottom no-repeat;
  padding-bottom: 300px;
  padding-top: 60px;
}
.uberzeugen {
  background: url(../images/hg.webp) 0 0 no-repeat;
}
.helfen {
  background: url(../images/hg-grey-blue.png) left top no-repeat #f8f8f8;
  background-size: contain;
  padding-bottom: 10px;
}
.helfen .title {
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 37px;
}
.helfen .bordered {
  border-left: 1px solid #e3dfdf;
  border-right: 1px solid #e3dfdf;
  padding-inline: 30px;
}
.helfen .manual-row {
  justify-content: space-between;
}
.helfen .manual-row .col {
  flex-grow: 0;
}
.helfen .manual-row .col p {
  width: max-content;
  margin-bottom: 0;
  padding-block: 10px;
}
.section-faq {
  padding-top: 80px;
}
.faq {
  text-align: left;
}
.team {
  padding-block: 0;
  position: relative;
}
.team .jahren14 {
  position: absolute;
  right: 13%;
}
.smarter {
  background: url(../images/hg.webp) 0 0 repeat;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  margin-top: -120px;
  position: relative;
  color: #fff;
  padding: 57px 0 52px;
}
.smarter .title {
  text-align: center;
  font-size: 51px;
  line-height: 65px;
  color: #fff;
}
.sui-page-footer-legal {
  background: #393971 !important;
  display: flex;
  justify-content: space-between;
  padding: 46px 88px;
}
.links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.footer-list {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  align-items: center;
}
.footer-list li {
  padding-inline: 5px;
}
.footer-list li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.social i {
  font-size: 21px;
  padding-inline: 10px;
}
.pos2 {
  top: 0;
  left: 89%;
}
.table-price,
.table-price .col-left,
.table-price .col-right {
  display: flex;
}
.table-price .col-left,
.table-price .col-right {
  flex-direction: column;
}
.table-price .col-left .shadow-block {
  box-shadow: 0px 0px 20px rgba(150, 163, 255, 0.22);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.table-price .col-left .shadow-block > .tr:first-child .td {
  border-top-left-radius: 24px;
}
.table-price .col-left .shadow-block:not(.open) .tr:nth-child(4) .td {
  border-bottom-left-radius: 24px;
}
.table-price .col-left .shadow-block .tr-more > .tr:last-child .td {
  border-bottom-left-radius: 24px;
}
.table-price .col-left .shadow-block .tr:nth-child(odd) .td,
.table-price .col-right .colored .tr:nth-child(odd) .td:first-child {
  background: #eeebeb;
}
.table-price .col-left .shadow-block .tr:nth-child(even) .td,
.table-price .col-right .colored .tr:nth-child(even) .td:first-child {
  background: #f9f7f6;
}
.table-price .col-left {
  flex-grow: 1;
}
.table-price .col-right .tr .td {
  max-width: 200px;
}
.table-price .col-right .tr:nth-child(even) .td:last-child {
  background: #c7d2ff;
}
.table-price .col-right .tr:nth-child(odd) .td:last-child {
  background: #d8dfff;
}
.table-price .tr:first-child {
  height: 66px;
}
.table-price .col-right > .tr:first-child .td:first-child {
  background: #00e09d;
  font-size: 24px;
  font-weight: bold;
}
.table-price .col-right > .tr:first-child .td:last-child {
  background: #5f6fff;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.table-price .col-right {
  width: 400px;
  border-radius: 24px;
  box-shadow: 0px 0px 6px rgba(150, 163, 255, 0.5);
  position: relative;
  background: #fff;
  overflow: hidden;
}
.table-price .tr {
  height: 60px;
  display: flex;
}
.table-price .col-right .tr-total {
  height: 66px;
}
.table-price .col-right .tr-total .td {
  background: #fff !important;
  height: 66px;
}
.table-price .tr-more {
  display: none;
}
.table-price .tr .td {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.table-price .col-left .tr .td {
  padding: 20px 10px;
  text-align: left;
  justify-content: flex-start;
}
.table-price .total {
  font-size: 24px;
  font-weight: bold;
  color: #5f6fff;
}
.table-price .showmore {
  cursor: pointer;
  color: #5f6fff;
}
.table-price .name-align div {
  display: flex;
  gap: 3px;
}
.table-price .name-align div strong {
  width: 23px;
  text-align: right;
  flex-shrink: 0;
}
.schon {
  padding-top: 35px;
}
.schon .bvb .arrow {
  position: absolute;
  bottom: 85px;
  right: -50px;
}
.show-tooltip {
  margin-left: 6px;
  position: relative;
}
.show-tooltip .tooltip-white {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  top: 126%;
  background: #fff;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 10px;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(150, 163, 255, 0.5);
}
.show-tooltip:hover .tooltip-white {
  display: block;
}
/* close video button with effect */

.circCont {
  display: inline-block;
}

.circle {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 4px solid #5f6fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 10px 20px;
}
.circle:after {
  width: 24px;
  height: 4px;
  background-color: #fff;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*@include transform-origin(100%,100%);*/
}
.circle:before {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
  height: 4px;
  background-color: #fff;
  content: "";
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*@include transform-origin(0%,0%);*/
}

.fromMiddle:before,
.fromMiddle:after {
  z-index: 9999;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}
.fromMiddle span {
  width: 38px;
  height: 38px;
  background-color: #5f6fff;
  display: inline-block;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: -2px;
  top: -2px;
  z-index: -9999;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);

  opacity: 1;
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}

.fromMiddle:hover:before,
.fromMiddle:hover:after {
  position: absolute;
  background-color: #5f6fff;
}
.fromMiddle:hover span {
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}
.circle[data-animation="magnify"]:not(.magnify) {
  -moz-transition: ease-in-out 100ms;
  -o-transition: ease-in-out 100ms;
  -webkit-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
}
.circle[data-animation="magnify"]:not(.magnify):hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.circle.magnify {
  -moz-transition: ease-in-out 200ms;
  -o-transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 0;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
.choose-elem {
  margin-bottom: 19px;
}

.choose-elem .choose-block {
  display: flex;
  justify-content: center;
}
.choose-block-more.active {
  display: flex !important;
}
.label-radio {
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
.label-radio {
  height: 20px;
  display: flex;
  gap: 5px;
}
.checkmark-radio {
  background-color: #fff;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}
.checkmark-radio:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4f5ddf;
  opacity: 0;
}
.choose-elem input {
  width: 0;
  height: 0;
}
.radio:checked + .checkmark-radio {
  border-color: #4f5ddf;
}
.radio:checked + .checkmark-radio:before {
  opacity: 1;
}
.smarter .checkmark-radio {
  border-color: #fff;
  background: none;
}
.smarter .radio:checked + .checkmark-radio {
  border-color: #fff;
}
.smarter .radio:checked + .checkmark-radio:before {
  opacity: 1;
  background: #fff;
}
.hero .first {
  z-index: 1;
}
.input-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(46, 46, 91, 0.5);
}
.test-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
.test-block-wrapper {
  max-width: 576px;
  width: 100%;
  margin-right: 45px;
}
.test-block {
  background-color: #5f6fff;
  padding: 33px;
  color: #fff;
  position: relative;
  border-radius: 34px;
}

.test-block ul {
  grid-gap: 20px;
  gap: 0px;
}
.test-block li,
.test-block ul {
  display: flex;
  flex-direction: column;
}
.switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 30px;
  margin: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c7c2c3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  transition: 0.4s;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.switch input:checked + .slider {
  background-color: #22dc9d;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.switch input:checked + .slider:before {
  transform: translate(29px, -50%);
}
.switch .slider.round {
  border-radius: 30px;
}
.switch .slider.round:before {
  border-radius: 100%;
}

.decision-ctrl {
  flex-wrap: wrap;
}
.decision-ctrl,
.decision-ctrl li {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.decision-ctrl li {
  line-height: 21px;
  border-radius: 30px;
  padding: 7px 18px;
  background-color: #fff;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 6px rgba(150, 163, 255, 0.5);
  position: relative;
  cursor: pointer;
  min-width: 90px;
  justify-content: center;
}
.decision-ctrl li:first-child:before {
  content: none;
}
.decision-ctrl li.active {
  color: #fff;
  background: #5f6fff;
  font-weight: 500;
}

.decision-content > div {
  display: none;
}
.decision-content > div.active {
  display: block;
}
.decision-content__hero > div {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.decision-content__hero > div > div {
  margin: 10px;
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}
.decision-content__hero-wrap-img {
  position: relative;
}
.decision-content__hero-wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.decision-content__wrap-uncer {
  height: 44px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #5f6fff;
  color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.decision-content__wrap-uncer span {
  cursor: pointer;
}

.decision-content__item {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 6px rgba(150, 163, 255, 0.5);
}
.decision-content__item img {
  border-radius: 24px;
  max-width: 100%;
}
.decision-content__item > div div:first-child {
  text-align: center;
}
.decision-content__item .list--marker {
  margin-bottom: 20px;
}
.decision-content__item .list--marker li {
  margin-bottom: 10px;
  line-height: 21px;
}
.decision-content__item .list--marker li:before {
  background-image: url("data:image/svg+xml,%3Csvg id='haken' xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Crect id='Rectangle_165' data-name='Rectangle 165' width='19' height='19' rx='9.5' fill='%2300e09d'/%3E%3Cpath id='Path_1364' data-name='Path 1364' d='M762,359.573l3.074,3.074,6.147-6.147' transform='translate(-757 -349.5)' fill='none' stroke='%23fdfcfc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.252'/%3E%3C/svg%3E%0A");
  width: 19px;
  height: 24px;
  top: 1px;
}
.decision-content__item h3 {
  color: #5f6fff;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 27px;
}
.decision-content__item p {
  margin-bottom: 15px;
}

.decision-content__item > div {
  gap: 34px;
}

@media only screen and (min-width: 576px) {
  .decision-content__hero > div > div:first-child {
    width: calc(66.66667% - 20px);
    max-width: calc(66.66667% - 20px);
    flex-basis: calc(66.66667% - 20px);
  }
  .decision-content__hero > div > div:nth-child(2) {
    width: calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }

  .decision-content__hero > div > div:nth-child(3),
  .decision-content__hero > div > div:nth-child(4),
  .decision-content__hero > div > div:nth-child(5) {
    width: calc(33.3333% - 20px);
    max-width: calc(33.3333% - 20px);
    flex-basis: calc(33.3333% - 20px);
  }

  .decision-content__item {
    padding: 45px;
  }
  .decision-content__item > div {
    display: -webkit-box;
    display: flex;
    gap: 43px;
  }
  .decision-content__item > div div {
    width: 50%;
    max-width: 50%;
  }
  .decision-content__item > div div:first-child {
    padding-right: 40px;
  }

  .decision-content__hero span {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1100px) {
  .decision-content__item {
    padding: 68px 37px 68px 49px;
  }
}

/*counter*/
#rabatt {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  color: #008f6b;
}

.count {
  margin-right: 1px;
  font-size: 67px !important;
  font-weight: 800 !important;
}
.rabatt-text {
  color: #2e2e5b;
  font-size: 18px !important;
  margin-top: -8px;
  font-weight: 300 !important;
  line-height: 1.2 !important;
}

.linker {
  font-size: 20px;
  font-color: black;
}

.rabatt-container {
  background-image: url(../images/rabatt_bubble.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 236px;
  height: 245px;
}
.rabatt-hover {
  width: 90%;
  height: 90%;
  margin: auto auto;
}

.rabatt-hover:hover {
  cursor: pointer;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%
  );
}

.rabatt-white-box {
  width: 130px;
  height: 91px;
  color: #2e2e5b;
  background: white;
  border-radius: 20px;
  margin-top: -28px;
  margin-left: 63px;
  padding: 8px 7px;
  box-shadow: 0px 0px 8px 2px rgba(95, 111, 255, 0.28);
}

.rabatt2-hover:hover {
  cursor: pointer;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%
  );
}
.rabatt2-hover:hover,
.rabatt2-hover.active {
  cursor: pointer;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%
  );
}

@keyframes flash {
  0%,
  100% {
    background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(0, 0, 0, 0) 70%
    );
  }
}

.rabatt-hover {
  width: 75%;
  height: 90%;
  margin: auto auto;
  position: relative;
}
.sale-box {
  position: absolute;
  z-index: 3;
  text-align: left;
}

.sale-box.pos1 {
  left: -23%;
  top: 14%;
}

#video-head {
  width: 100vw;
  max-width: 895px;
  height: 56.25vw;
  max-height: 503.4375px;
  border: 0;
  border-radius: 10px;
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 24px;
  padding: 27px;
  box-shadow: 0 0 20px rgba(150, 163, 255, 0.22);
}

.video-head-container-mute {
  position: absolute;
  width: 100%;
  max-width: 895px;
  height: 56.25vw;
  max-height: 503.4375px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10% 0 0 4%;
  box-sizing: border-box;
}

.video-head-container-mute img {
  display: none;
}

.video-head-container-mute.playerIsMuted img {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .hide1200px {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .video-head-container-mute {
    padding: 0px;
  }
}
@media (max-width: 1320px) {
  .top_ton {
    display: none;
  }
  .regelungen .top_ans {
    display: block;
    margin-top: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-30%);
  }
  .regelungen {
    padding-bottom: 166px;
  }
  .schon {
    padding-top: 80px;
  }
}

@media (max-width: 1260px) {
  .ttip {
    bottom: -91px;
    top: unset;
    right: 0;
  }
  .ttip svg {
    margin-left: -64px;
    transform: rotate(92deg);
    margin-top: -74px;
  }
}

@media (max-width: 1160px) {
  .ttip1 {
    left: 0;
  }
}

@media (max-width: 1000px) {
  .hero {
    padding: 30px;
    padding-bottom: 70px;
  }
  .advantages-ctrl__item {
    padding: 25px;
  }
  .helfen .bordered {
    padding-inline: 5px;
  }
  .test-block {
    padding: 16px 13px;
  }
  .woche .sui-row {
    gap: 31px;
  }
}

@media (max-width: 860px) {
  .decision-ctrl li {
    padding-inline: 12px;
  }
}
@media (max-width: 767px) {
  .hero-block {
    flex-direction: column;
    align-items: center;
  }
  .sui-btn-with-arrow,
  .sui-btn-cta {
    max-width: 100%;
    width: 318px;
  }
  .hero .block {
    right: 0%;
    background-size: cover;
  }
}
.show-mobile {
  display: none;
}

@media (max-width: 600px) {
  .sui-page-header-logo {
    margin-left: 0;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: inline-block;
  }
  h1 {
    font-size: 35px;
    line-height: 42px;
    color: #2e2e5b;
    position: relative;
  }
  .hero-mobile {
    display: block;
    position: relative;
    padding: 0;
    margin-top: -133px;
    background: url(../images/hg.webp) 0 0 repeat;
  }
  .hero-mobile .img-fluid {
    width: 100%;
  }
  .hero .block {
    background-size: 112%;
    position: relative;
    left: 0;
    top: 0px;
    padding: 117px 58px 157px;
    max-width: 400px;
    margin-inline: auto;
  }
  .sui-page-header-logo img {
    max-width: 100%;
  }
  .hero {
    background: url(../images/hg.webp) 0 0 repeat !important;
    padding: 0;
    min-height: unset;
  }
  .hero .hero-block {
    position: relative;
    color: #2e2e5b;
  }
  .hero .col-right .first {
    flex-direction: column-reverse;
    display: flex;
    gap: 23px;
  }
  .hero .checkmark-radio {
    border-color: #000;
    background: none;
  }
  .hero .radio:checked + .checkmark-radio {
    border-color: #5f6fff;
  }
  .hero .radio:checked + .checkmark-radio:before {
    opacity: 1;
    background: #5f6fff;
  }
  .hero .block {
    background-size: 112%;
    position: relative;
    left: 0;
    top: 0px;
    padding: 117px 58px 157px;
  }
  .hero .block p {
    display: none;
  }
  .hg8 {
    position: absolute;
    bottom: -1px;
    margin: 0;
    z-index: 1;
    width: 100%;
    left: 0;
  }
  .hg-hero {
    position: absolute;
    bottom: 115px;
    left: 0;
    width: 100%;
  }
  .pos3 {
    right: 0;
    top: 20px;
  }
  .hg-top-m {
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
  }
  .sui-section.drei-schritten {
    padding-bottom: 0;
  }
  .holen-sie {
    background: url(../images/hg-t1-m-g.png) 0 0 no-repeat,
      url(../images/hg.png) 0 0 repeat;
    border-radius: 0;
    padding-top: 134px;
    padding-bottom: 122px;
    background-size: contain;
    margin-bottom: -25px;
  }
  .holen-sie + img {
    position: relative;
    margin-top: -280px;
  }
  .trust-block {
    padding-bottom: 100px;
    padding-top: 115px;
  }
  .trust {
    width: 80%;
    padding: 0;
  }
  .trust-block .caption {
    display: none;
  }
  .trust .swiper-wrapper {
    gap: unset;
  }
  .trust .swiper-slide {
    flex-shrink: 0;
    width: 100%;
  }
  .trust .slick-slide {
    text-align: center;
    margin-inline: 22px;
  }
  .trust .slick-slide:last-child {
    width: auto;
    margin-inline: 20px;
  }
  .trust .slick-slide img {
    margin: 0 10px;
    height: 75px !important;
  }
  .caption {
    font-size: 35px;
    line-height: 42px;
  }
  .test-wrapper {
    flex-direction: column;
  }
  .test-block-wrapper .msg {
    max-width: 80%;
    margin: 0 auto 70px;
    position: relative;
  }
  .test-block-wrapper .msg svg {
    position: absolute;
    bottom: -59px;
    right: -40px;
  }
  .schnell-test {
    padding-top: 31px;
    padding-bottom: 55px;
  }
  .test-wrapper .white-box .box .sui-btn {
    width: auto;
  }
  .features .container-info {
    flex-direction: column;
    gap: 20px;
  }
  .sui-page-footer-legal {
    padding: 20px;
    flex-direction: column-reverse;
    text-align: center;
    gap: 24px;
  }
  .social i {
    font-size: 30px;
  }
  .links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .helfen .title,
  .smarter .title {
    font-size: 35px;
    line-height: 42px;
  }
  .woche {
    padding-bottom: 57px;
  }
  .woche .box {
    padding: 33px;
  }
  .milliarden .sui-col-third:nth-child(2) {
    border: 0;
    border-top: 1px solid #00e09d;
    border-bottom: 1px solid #00e09d;
  }
  .milliarden .sui-col-third {
    padding: 0;
  }
  .milliarden .infobox {
    padding-inline: 0;
  }
  .milliarden .infobox .text {
    margin-bottom: 20px;
  }
  .advantages-ctrl .swiper-button-prev,
  .advantages-ctrl .swiper-button-next {
    top: 40%;
    color: #9595ac;
  }
  .advantages-ctrl-content .advantages-content__item {
    flex-direction: column;
    gap: 20px;
  }
  .advantages-ctrl-content .advantages-content__item {
    padding: 30px 30px;
  }
  .advantages-content__title {
    font-size: 35px;
    line-height: 40px;
    margin-top: 20px;
  }
  .features .info-box {
    box-shadow: none;
    margin: 0 auto;
  }
  .decision-ctrl {
    font-size: 14px;
    row-gap: 13px;
  }

  .team .jahren14 {
    position: absolute;
    right: 5%;
    width: 172px;
    top: -74px;
  }
  .smarter {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -39px;
    background-size: cover;
    padding-top: 0;
  }
  .helfen {
    text-align: center;
    padding-top: 0;
    padding-bottom: 79px;
  }

  .helfen .manual-row {
    flex-direction: column;
  }
  .helfen .manual-row .col p {
    width: auto;
  }
  .helfen .bordered {
    border: 0;
  }
  .table-price .col-left .tr .td {
    font-size: 16px;
    line-height: 18px;
    padding-inline: 5px;
  }
  .table-price .col-right > .tr:first-child .td:last-child {
    flex-direction: column;
    line-height: 15px;
  }
  .table-price .total,
  .table-price .col-right .tr-total .td .f24,
  .table-price .col-right > .tr:first-child .td:last-child,
  .table-price .col-right > .tr:first-child .td:first-child {
    font-size: 16px;
  }
  .table-price .col-right {
    width: 256px;
  }
  .table-price .col-right .tr-total {
    font-size: 14px;
  }
  .tr-more .tr:first-child,
  .tr-more tr:nth-child(2) {
    height: 85px !important;
  }
  .decision-content__item > div div:first-child {
    margin-bottom: 15px;
  }
  .ttip {
    bottom: -52px;
    right: 20px;
  }
  .ttip svg {
    transform: unset;
    margin: 0;
    margin-top: -13px;
  }
  .ttip p {
    display: inline-block;
  }
  .ttip p br {
    display: none;
  }
  .einfach {
    padding-bottom: 40px;
  }
  .features {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .features .caption {
    margin-bottom: 0;
  }
  .drei-schritten .sui-row {
    max-width: 312px;
    margin: auto;
  }
  .schritten-slider .swiper-pagination {
    margin-top: 30px;
  }
  .drei-schritten .swiper-button-prev,
  .drei-schritten .swiper-button-next {
    top: 40%;
    color: #9595ac;
  }
  .drei-schritten .swiper-button-prev {
    left: -27px;
  }
  .drei-schritten .swiper-button-next {
    right: -29px;
  }

  .ganz {
    background: none;
    padding-bottom: 120px;
  }
  .millionen {
    padding-top: 30px;
    padding-bottom: 80px;
    background: none;
  }
  .selbst {
    padding-top: 93px;
    padding-bottom: 146px;
    padding-inline: 0;
  }
  .selbst .sui-container {
    background: none;
    padding-top: 28px;
  }
  .selbst .sui-container .block {
    color: #fff;
  }
  .selbst .sui-container .block > div {
    color: #2e2e5b;
    background: #fdfcfc;
    padding: 47px 15px 50px 15px;
    border-radius: 24px;
  }
  .selbst .caption {
    color: #fff;
  }
  .subcaption {
    font-size: 20px;
    line-height: 28px;
    padding-inline: 20px;
    margin-bottom: 30px !important;
  }
  .hg7 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 51px;
  }
  .hg-b-m {
    position: relative;
    left: 0;
    bottom: 28px;
    width: 100%;
    margin-top: -91px;
  }
  .testimonial-slider {
    width: calc(100% - 70px);
    margin: 0 auto;
    padding: 10px;
  }
  .testimonial_card {
    padding: 15px;
    margin: 0 10px;
  }
  .testimonial_card .testimoinal_card_top {
    flex-direction: column;
  }
  .millionen .swiper-button-prev,
  .millionen .swiper-button-next {
    top: 40%;
    color: #9595ac;
  }
  .millionen .swiper-button-prev {
    left: 12px;
  }
  .millionen .swiper-button-next {
    right: 10px;
  }
  .millionen .caption {
    max-width: 325px;
    margin-inline: auto;
  }
  .millionen .testimonial_card_top_right_stars {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .millionen .testimonial_card_top_right_stars .testimoinal_accent {
    display: none;
  }
  .millionen .testimoinal_accent {
    color: #5f6fff;
    font-weight: bold;
  }
  .video-head-container-mute {
    padding: 0px;
  }
  .section-faq {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .video-container {
    box-shadow: none;
    transform: none !important;
    height: auto !important;
    padding: 0;
  }
  .pos2 {
    display: none;
  }
  .schon {
    padding-top: 38px;
  }
  .schon .bvb .arrow {
    right: 50px;
    width: 29px;
    top: -10px;
  }
}
@media (max-width: 480px) {
  .video-container {
    margin: 0 0 -15rem;
    transform: translateY(-8rem);
  }
  .video-container img {
    left: 28% !important;
    top: 13.5% !important;
    transform: scale(0.3);
  }
}
@media (max-width: 400px) {
  .video-container {
    margin: 0 0 -20rem;
    transform: translateY(-9rem);
  }
  .video-container img {
    left: 25% !important;
    top: 15.5% !important;
    transform: scale(0.3);
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .sui-btn-with-arrow,
  .sui-btn-cta {
    font-size: 18px;
    width: auto;
  }
  .hero:before {
    background-size: 91%;
  }
  .caption {
    font-size: 29px;
    line-height: 36px;
  }
  .holen-sie + img {
    position: relative;
    margin-top: -236px;
  }
  .hero .block {
    padding-inline: 29px;
    padding-top: 30%;
  }
  .schritten-slider {
    width: calc(100% - 70px);
    margin: 0 auto;
  }
  .schritten-slider .swiper-button-prev {
    left: -5px;
  }
  .schritten-slider .swiper-button-next {
    right: -5px;
  }
  .trust .slick-slide {
    margin-inline: 12px;
  }
}
@media (max-width: 360px) {
  .trust .slick-slide {
    margin-inline: 14px;
  }
}
@media (max-width: 320px) {
  .trust .slick-slide {
    margin-inline: 7px;
  }
}
