body {
  font-family: "TT Norms Pro";
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #2e2e5b;
  background-color: #f8f8f8;
}
ul {
  padding: 0;
  margin: 0;
}
.cl-green {
  color: #008f6b;
}
.cl-primary {
  color: #2e2e5b;
}
.f17 {
  font-size: 17px;
  line-height: 22px;
}
.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;
}
.mt-4 {
  margin-top: 20px !important;
}
.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;
}
.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: var(--sui-color-white);
}

.sui-page-header-logo img {
  width: auto;
}
.sui-bg-darkblue {
  background-color: #5f6fff !important;
}
.mw1538 {
  max-width: 1500px;
  margin: 0 auto;
}
h1 {
  font-family: "TT Norms Pro", sans-serif;
  font-size: 51px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.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: var(--sui-color-white);
  box-shadow: 0px 0px 20px rgba(150, 163, 255, 0.5);
  border-radius: 24px;
}
.trust {
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
  display: flex;

  position: relative;
  z-index: 5;
}
.trust .slick-slide {
  margin: 0 20px;
}
.trust .swiper-wrapper {
  gap: 60px;
}
.trust .swiper-slide1 {
  /* margin-left: -140px; */
}
.trust .swiper-slide {
  flex-shrink: unset;
  width: unset;
}
.trust,
.tuv-layout {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sui-page-header {
  min-height: unset;
}
.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;
  }
}

.top-header {
  background: #fce1c2;
  text-align: center;
  padding: 10px 10px;
}
.hero-block {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  color: #fff;
}
.hero-block img {
  max-width: 100%;
}
.hero-block .list--marker {
  margin-bottom: 50px;
}
.hero-block .list--marker li {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 14px;
}
.hero-block .list--marker li:before {
  background: url(../images/checked-cyan.png) 50% no-repeat;
}
.hero {
  position: relative;
  background: url(../images/hg.webp) 0 0 repeat;
  padding: 70px 70px 30px;
}
.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;
}
.white-box svg {
  opacity: 0.8;
}
.white-block img {
  opacity: 0.8;
}
.test-block li:last-child .input-wrapper {
  border: 0;
}
.test-wrapper .right-block .arrow-green {
  position: absolute;
  top: -50px;
  left: -50px;
}
.bvb > .arrow {
  opacity: 0.8;
}


.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: 70px;
}
.schnell-test {
  padding-top: 70px;
}
.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: #eeebeb;
  border-radius: 100%;
  justify-content: center;
  color: #fff;
  align-items: center;
}
.advantages-ctrl__item .advantages-ctrl__item-image {
  height: 98px;
  display: flex;
  opacity:0.8;
}
.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;
}

.advantages-content__title {
  font-size: 44px;
  font-weight: bold;
  color: #2e2e5b;
  line-height: 56px;
  text-align: left;
  margin-bottom: 29px;
}
.features {
  padding-top: 95px;
}
.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 37px;
}
.features .info-box p {
  margin: 0;
  text-align: center;
}
.features .info-box img {
  margin-bottom: 10px;
}
.info-box > img {
  opacity: 0.8;
}
.features .info-box .count {
  font-size: 52px;
  line-height: 56px;
  font-weight: bold;
}
.testimonial-slider .swiper-slide {
  display: flex;
  height: auto;
}
.testimonial-slider .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 40px;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  border: 1px solid #4f5ddf;
  opacity: 1;
  background: #fff;
}
.testimonial-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4f5ddf;
}
.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: 60px;
}
.milliarden .sui-col-third:nth-child(2) {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.milliarden .sui-container {
  max-width: 1160px;
}
.ganz {
  background: url(../images/hg-grey-f.png) left bottom no-repeat;
  background-size: contain;
  padding-bottom: 17% !important;
  margin-bottom: -33px;
  padding-top: 84px;
}
.hg-white {
  max-width: 100%;
  margin-bottom: -121px;
  margin-top: -69px;
  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-blue1-g.png) left bottom #f8f8f8 no-repeat;
  background-size: contain;
  padding-bottom: 117px;
  padding-top: 0;
}
.woche .sui-container {
  max-width: 994px;
}
.woche p {
  margin-bottom: 0;
}
.woche .box {
  background-color: var(--sui-color-white);
  border-radius: 24px;
  box-shadow: 1px 1px 20px rgba(150, 163, 255, 0.25);
  padding: 40px 50px 40px 81px;
}
.uberzeugen {
  background: url(../images/hg.webp) 0 0 no-repeat;
}
.sui-section.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;
}

.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;
  color: var(--sui-color-white);
  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;
}

.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: #d8dfff;
}
.table-price .col-right .tr:nth-child(odd) .td:last-child {
  background: #c7d2ff;
}
.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;
  z-index: 1;
  margin-right: 10px;
}
.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;
  z-index: 1;
}
/* 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,
.hero .checkmark-radio {
  border-color: #fff;
  background: none;
}
.smarter .radio:checked + .checkmark-radio,
.hero .radio:checked + .checkmark-radio {
  border-color: #fff;
}
.smarter .radio:checked + .checkmark-radio:before,
.hero .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;
  }
}

@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;
  }
}
.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:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='362' height='352.581' viewBox='0 0 362 352.581'%3E%3Cg id='box' transform='translate(0 0)'%3E%3Cpath id='Path_2319' data-name='Path 2319' d='M386,348.758V101.916c0-33.768-26.477-60.256-57.208-57.232L71.8,69.971C44.737,72.634,24,97.461,24,127.2V339.564c0,31.738,23.509,57.466,52.508,57.466H341.893C366.253,397.029,386,375.418,386,348.758Z' transform='translate(-24 -44.448)' fill='%23f8f8f8'/%3E%3C/g%3E%3C/svg%3E%0A")
      top center no-repeat;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
  }
  .sui-page-header-logo img {
    max-width: 100%;
  }
  .hero {
    padding-top: 81px;
    padding-bottom: 184px;
  }
  .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;
  }
  .hg-top-m {
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
  }
  .trust-block {
    padding-bottom: 50px;
  }
  .trust {
    width: 238px;
    padding: 0;
  }
  .trust .swiper-wrapper {
    gap: unset;
  }
  .trust .swiper-slide {
    flex-shrink: 0;
    width: 100%;
  }
  .trust .slick-slide {
    width: calc(30vw);
    text-align: center;
  }
  /* .trust .slick-slide:nth-child(2),
  .trust .slick-slide:nth-child(3),
  .trust .slick-slide:nth-child(4),
  .trust .slick-slide:nth-child(5) {
    width: calc(34vw);
  } */

  .trust .slick-slide:last-child {
    width: auto;
    margin-inline: 20px;
  }
  .trust .slick-slide img {
    margin: 0 auto;
    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;
    opacity: 0.8;
  }
  .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;
    text-align: center;
  }
  .woche .box {
    padding: 33px;
  }
  .milliarden .sui-col-third:nth-child(2) {
    border: 0;
    /* border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf; */
  }
  .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;
  }
  .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;
  }
  .decision-content__hero-wrap-img img {
    width: 100%;
    height: 162px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
  }
  .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: 67px;
  }
  .ganz {
    background: none;
    padding-bottom: 120px;
  }
  .millionen {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .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 .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;
  }
  .schon .bvb .arrow {
    right: 50px;
    width: 29px;
    top: -10px;
  }
}

@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%;
  }
  .selbst .sui-container .block > div {
    padding-inline: 5px;
  }
  .table-price .col-left .tr .td {
    font-size: 14px;
    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: 14px;
  }
  .table-price .name-align div strong {
    width: 16px;
  }
  .table-price .col-left {
    width: 67%;
  }
}
@media (max-width: 360px) {
  .hero {
    padding-top: 67px;
    padding-bottom: 98px;
  }
}

@media (max-width: 600px) {
  .trust {
    width: 238px;
    padding: 0;
  }
  .trust .slick-track {
    display: flex;
    flex-direction: row;
    place-content: center flex-start;
    gap: 20px;
  }
  .trust .slick-slide img {
    margin: 0 0;
  }
  .trust .slick-slide {
    width: fit-content;
    margin-inline: 0;
  }

  .trust .slick-slide:nth-child(3),
  .trust .slick-slide:nth-child(4),
  .trust .slick-slide:nth-child(5) {
    width: fit-content;
  }

  .trust .slick-slide:last-child {
    width: auto;
    margin-inline: 0;
  }
}

.info-box > img {
  opacity: 0.8;
}
