:root {
  --cl-blue-main :#039ADB;
  --cl-blue :#03ACF4;
  --cl-light-blue: #CDEEFD;
  --cl-red: #FF4555;
  --cl-biege: #FCFAFA;
  --transition-duration: 0.25s;
  --sticky-top: 81px;
  --cl-grey: #A79595;
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
[inert], [inert]* {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--cl-grey);
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--cl-grey);
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--cl-grey);
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--cl-grey);
}

body {
  color: #1B1A1D;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  background: #FFF;
}
strong {
  font-weight: 700;
}

ul {
  padding: 0;
  margin: 0;
}
a {
  color: #35BDF6;
  text-decoration: none;
  display: inline-block;
}
img {
  max-width: 100%
}
.nowrap { white-space: nowrap; }
/* accordion */
.accordion {
    margin-top: 20px;
    cursor: pointer;
    padding: 22px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    font-size: 18px; line-height: 26px;
}
.accordion.active:after {    transform: rotate(180deg);}
.accordion .title-with-ln { width: 100% }
.accordion-panel .accordion { text-transform: initial; border:1px solid #000;padding:12px 23px;}

.accordion:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.595' height='35.595' viewBox='0 0 35.595 35.595'%3E%3Cg transform='translate(-8 -121.574)'%3E%3Crect width='35.595' height='35.595' rx='10' transform='translate(8 121.574)' fill='%23cdeefd'/%3E%3Cpath d='M5.395,135.461,12.73,142.8l7.335-7.335' transform='translate(13.067 1.347)' fill='none' stroke='%2303acf4' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A"); 0 0 no-repeat;  
    display: inline-block;
    
    transition: 0.4s;
    vertical-align: baseline;
    width: 35.59px;
    height: 35.59px;
    flex-shrink:0;
}
.accordion-panel .accordion.active:after, .accordion.active:before {
    transform: rotate(315deg);
}

.accordion-panel .accordion:before { display: none}
.accordion-panel .accordion:after {
   content: "";
    border-color: #000;
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    display: inline-block;
    height: 10px;
    transform: rotate(135deg);
    transition: 0.4s;
    vertical-align: baseline;
    width: 10px;
    margin-right: 20px;
    position: absolute;
    right: 15px;
    margin-top: -6px;
}

.accordion-panel {
    padding: 0 18px;
    
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    position: relative;
}

.accordion-panel p {padding-block: 10px}
.accordion-panel li { margin-bottom: 10px}
.border20 { border-radius: 20px }
.border-round { border-radius: 100% }

.f12 { font-size: 12px; line-height: 16px; }
.f16 { font-size: 16px; line-height: 24px; }
.f18 { font-size: 18px; line-height: 24px; }
.f20 { font-size: 20px; line-height: 26px; }
.f24 { font-size: 24px; line-height: 26px; }
.f40 { font-size: 40px; line-height: 53px; }
.f50 { font-size: 50px; line-height: 67px; }
.fUrbanist { font-family:"Urbanist", sans-serif; }
.fw-bold {font-weight: 700}
.fw-medium {font-weight: 500}
.fw-semibold {font-weight: 600!important}
.text-right { text-align: right; }
.text-center { text-align: center; }
.shadow { box-shadow: 5px 5px 20px rgba(0,0,0,0.16); }
.shadow-round { box-shadow: 2px 2px 5px rgba(0,0,0,0.16); border-radius: 100%}

.cl-white { color:#FFF; }
.cl-black { color:#141010;}
.cl-red { color: var(--cl-red)}
.cl-blue { color: var(--cl-blue)}
.bg-red { background: var(--cl-red)}
.bg-blue { background: var(--cl-blue)}
.bg-biege { background: var(--cl-biege)}
.bg-white { background: #FFF}
.bg-pink {background: #FFDADD}
.bg-lightblue {background: #CDEEFD}
.mb12 { margin-bottom: 12px}
.mb15 { margin-bottom: 15px}
.mb22 { margin-bottom: 22px!important}
.mb35 { margin-bottom: 35px!important}
.mb50 { margin-bottom: 50px!important}
.mb70 { margin-bottom: 70px!important}
.row { display: flex }
.col50 { width: 50% }
.col-auto { flex: 1 0 auto; }
.w100 { width: 100% }
.relative { position: relative;}
.align-center { align-items:center; }
.justify-between { justify-content: space-between; }
.hidden { display: none }
.container { max-width: 1280px; margin: 0 auto; padding-inline: 20px }
.container-s { max-width: 1163px; margin: 0 auto}
.main-padding { padding-block: 100px; }
.main-padding90 { padding-block: 90px; }
.yellow-marker { display: inline-block; background: #FBEF94 }
.text-marker-blue {border-radius: 100px; background: #028AC3; padding: 7px 30px; display: block; margin-bottom: 10px; width: fit-content}
.btn { background: #03ACF4; color:#FFF; padding: 18px 20px;
    border-radius: 100px;
    border: 0;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; position: relative;
    cursor: pointer;
  }
.btn-blue {background: #028AC3 }    
.btn-arrow:after {
  content: "";
  position: absolute; 
  top:22px;
  right: 20px;
  width: 17px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.666' height='14.002' viewBox='0 0 16.666 14.002'%3E%3Cpath d='M44.371,51.669l-6,6a1,1,0,0,1-1.416-1.416l4.292-4.29H29a1,1,0,1,1,0-2H41.248l-4.29-4.293a1,1,0,0,1,1.416-1.416l6,6a1,1,0,0,1,0,1.417Z' transform='translate(-28 -43.959)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat;
 }
.title-mobile { display: none }
.title { font-family:"Urbanist", sans-serif; font-size: 50px; font-weight: 800; line-height: 61px;  }
.subtitle {font-family:"Urbanist", sans-serif; font-size: 40px; }
.title2 { font-family:"Urbanist", sans-serif; font-size: 40px; font-weight: 800; line-height: 48px; }
.title4 { font-family:"Urbanist", sans-serif; font-size: 40px; font-weight: 800; line-height: 48px; }
.title7 { font-family:"Urbanist", sans-serif; font-size: 70px; font-weight: 800; line-height: 94px; }
.pad { padding-inline: 90px; }
.padl { padding-left: 90px; }
.pad2x { padding-left: 12.6%; }
.readmore { text-decoration: underline; }
.yellow_uline { position: relative; display: inline-block;}
.yellow_uline:after { content: ""; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101.849' height='5.31' viewBox='0 0 101.849 5.31'%3E%3Cpath d='M1288.576,847.926s61.728-4.773,98.557,0' transform='translate(-1286.965 -844.296)' fill='none' stroke='%23f8e54d' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A") 0 0 no-repeat; background-size: contain; display: block; width: 100%; height: 10px; margin-block: -5px;  }

ul.check li {
    display: block;
    margin-bottom: 30px;
    padding-left: 43px;
    position: relative;
}
ul.check li:before {
    position: absolute;
    content: "";
    background: url(../images/check-blue.svg) center center no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    left:0;
    top:4px;
}
ul.check-white li:before {
   background: url(../images/check-white.svg) center center no-repeat;
}
.marker { color:#FFF; padding: 10px 26px; background: #FF4554; border-radius: 100px; display: inline-block; }
.link { cursor: pointer; }
header { display: flex; align-items:center; padding-right: 7%;  position: relative; z-index: 1111111;     position: sticky; top:0; justify-content: space-between;
    background: #FFF;
    width: 100%;}
header img { display: block; }
header .nav { display: flex; width:100%; gap:0px; padding-inline: 40px;  }
header .nav a { color: inherit; display: inline-block; padding-inline:20px; font-size: 16px}
header .btn { white-space: nowrap; }
header .right {display: flex; opacity: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    transition: all 1s;
  }
header .right.active { opacity: 1 }    
header .right .f24 { padding-left: 28px }
header .right .sparen{display: flex; align-items: center; gap: 13px;} 
header .right .sparen .inp { background: #F3F1F1;  border-radius: 100px; padding-left: 20px; position: relative;} 
header .right .sparen .inp:before { content:"@"; color: #A79595; padding-right: 10px }
header .right .sparen .inp input { background: transparent; border:0; margin-right: 10px }
header .right .sparen span { font-size: 16px; color: #747476 }
header .right .sparen .btn { min-width: 142px;  padding: 12px 23px; height: 46px}

h1 { font-family:"Urbanist", sans-serif; font-size: 70px; line-height: 85px; font-weight: 900; text-align: center; margin:0;}
.hero { background: var(--cl-blue-main); padding: 60px 20px 0; color:#FFF; }
.hero .hero-content { margin-bottom: 60px }
.hero .right { display: flex; justify-content: flex-end;padding-left: 30px; }
.hero .seal-images { position: absolute; top: 80px; left:90%; display: flex; flex-direction: column; width:150px; }
.hero-slider { position: relative; }
.hero-slider .slick-slide { padding-inline: 5px  }
.hero-wrapper .pagination-hero { position: relative; margin-top: -30px; padding-bottom: 10px; padding-left: initial;
    justify-content: flex-end;
    padding-right: 34px; 
    /* margin-right: 110px; */
    z-index: 1;
}

#logo { padding: 30px 46px;flex-shrink: 0; background: var(--cl-red); line-height: 0}
section.seals { margin-top: -100px; }
section.seals .seals-container { max-width: 1451px; margin: 0 auto; display: flex; justify-content: space-between; }
section.seals .seals-container .left, section.seals .seals-container .right { display: flex; gap:54px;     align-items: flex-end;}
.rabatt-b { padding: 70px 0  }
.rabatt-b .container { max-width: 1490px }
.rabatt-banner { background: url(../images/rabatt.jpg) 0 0 no-repeat; border-radius: 20px; padding-left: 33%; padding-block: 60px; position: relative; box-shadow: 0 5px 27px rgba(0,0,0,0.05)}
.rabatt-banner .form {  }
.rabatt-banner .title { margin-bottom: 28px; }
.rabatt-banner .percent { position: absolute; top:-40px; right: 14% }

.rabatt-banner .email-address-input div { margin-left: -20px; text-align: center; }
.rabatt-banner .email-address-input { display: flex; align-items: flex-start; font-size: 18px;  }
.rabatt-banner .f { display: flex; flex-wrap: wrap; gap:10px; position: relative; z-index: 1; }
.rabatt-banner .email-address-input input { background: #FFF; border:0; border-radius: 100px 0 0 100px; padding-inline: 20px 30px  }
.rabatt-banner .f .btn, .email-address-input input { height: 55px; }
.rabatt-banner .f .btn { min-width: 233px; padding-right: 36px; font-size: 22px; font-weight: 600;  }
.rabatt-banner .f .text-center .btn { min-width: 211px; }
.rabatt-banner .btn.btn-arrow:after { right: 14px; }
.rabatt-banner .f18 { padding-top: 14px }
.rabatt-banner .author { background: #FFF; border-radius: 12px; padding: 4px 9px; color:#A79595; font-size: 13px; line-height: 1; position: absolute; bottom: 7px; left:12px; box-shadow: 0 3px 6px rgba(0,0,0,0.26)}
.mitclicks { background: #FCFAFA; padding: 66px 0 80px }
.mitclicks .item-box { border-radius: 20px; padding: 20px; background: #FFF; margin-bottom: 58px;}
.mitclicks .item-box:last-child { margin-bottom: 0 }
.mitclicks .item-box .row {  }
.mitclicks .item-box .num { position: absolute; left: -33px; margin-top: -9px; width:66px; height: 66px; background: #03ACF4; border-radius: 100%; color:#FFF; font-size: 38px; font-weight: 800; display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 9px;
  }
.mitclicks .item-box .image { border-radius: 20px; background: var(--cl-light-blue); padding: 75px 10px;  background: #CDEEFD; text-align: center;}
.mitclicks .item-box .image img { box-shadow: 0 30px 50px rgba(0,0,0,0.1); border-radius: 20px;}
.mitclicks .item-box ul { margin-top: 40px; }
.mitclicks .item-box .text { position: relative; padding-top: 78px; padding-left: 8%}
.mitclicks .tags { display: flex; justify-content: flex-end; gap:15px; }
.mitclicks .tags span { font-size: 16px; line-height: 1; background: #F3F1F1; border-radius: 24px; color:#131010; padding: 9px 15px; box-shadow: 0 3px 5px rgba(0,0,0,0.1) }
.mitclicks .icon-list { max-width: 490px; position: relative;}
.mitclicks .icon-list:before {
    content: "";
    position: absolute;
    height: 84%;
    width: 4px;
    position: absolute;
    background: #EAE6E6;
    left: 24px;
    top: 5%;
}
.mitclicks .icon-list .item { display: flex; gap: 20px; margin-bottom: 80px;position: relative; }
.mitclicks .icon-list .item:last-child  { margin-bottom: 0 }
.mitclicks .icon-list .item svg { flex-shrink: 0; box-shadow: 0 5px 27px rgba(0,0,0,0.05); border-radius: 100%}
.fertig { background: url(../images/fertig-bg.png) 0 0 no-repeat var(--cl-blue-main); padding-top: 21px; }
.fertig .m { transform: translateY(-34px); }
.fertig .logos-icons {     display: flex;
    align-items: flex-end;
    gap: 20px;
    width: 50%;
    position: absolute;
    bottom: 30px;
    justify-content: space-around;
    margin-left: 42%; 
    line-height: 0
  }
.timeblock .timewrapper {     display: flex;
    flex-direction: column;
    align-items: flex-end; margin-right: 90px; border-right: 5px solid #EAE6E6; padding-right: 62px;
    height: 100%;
    justify-content: center;
  }
.timeblock .accordion-box { width:100%; max-width: 350px; }    
.timeblock .accordion { max-width: 350px; padding-right: 9px;box-shadow: 0 5px 27px rgba(0, 0, 0, 0.1); position: relative; }
.timeblock .accordion:before {content: ""; position: absolute; width:28px; height: 28px; border-radius: 100%; background: #D3CACA; display: block; right: -78px;}
.timeblock .accordion-panel { max-width: 350px; font-size: 16px;}
.timeblock .accordion:after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.301' height='10.462' viewBox='0 0 18.301 10.462'%3E%3Cpath d='M21.4,10.077l-7.841,7.841a1.309,1.309,0,1,1-1.851-1.851l6.781-6.915L11.708,2.235A1.309,1.309,0,0,1,13.559.383L21.4,8.224a1.307,1.307,0,0,1,0,1.852Z' transform='translate(18.301 -11.322) rotate(90)' fill='%2303acf4'/%3E%3C/svg%3E%0A") 0 0 no-repeat; width: 19px; height: 11px }
.timeblock .accordion .marker { font-weight: 700; padding: 5px 15px; margin-bottom: 10px; }
.buhgaltung { background: url(../images/hg.png) -50px 0 no-repeat #FCFAFA; padding-top: 75px; }
.buhgaltung .title { margin-bottom: 44px; white-space: nowrap;}
.buhgaltung .f {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.text-icon-left {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    align-items: center;
}
.text-icon-left .img {     line-height: 0;}
.blick_ins_produkt {
    padding: 80px 0 0;
}
.blick_ins_produkt .rabatt-banner { margin-top: 90px }
.fragen { padding: 2px 0 112px 0 }
.fragen .title { font-size: 100px;  font-weight: 800; line-height: normal;}
.slider-anpassbar .inner-content__item {display: flex; gap: 50px; align-items: center; padding: 30px 20px; }
.slider-anpassbar .inner-content__item .heading { font-size: 24px; line-height: 34px; margin-bottom: 21px; font-weight: 800 }
.slider-anpassbar .inner-content__item .text { font-size: 18px; line-height: 28px;  flex-grow:1;}
.slider-anpassbar .inner-content__item img { max-width: 50% }
.endlich .slider-screen-wrapper .slick-arrow { position: relative;}
.endlich ul.check { margin-top: 30px }
.endlich ul.check li:last-child { margin-bottom: 26px;}
.slider-app-wrapper {
    max-width: 927px;
    margin: 0 auto;
    position: relative;
}
.pagination-slider { display: flex; padding-left: 28% }
.pagination-slider .slick-dots { line-height: 0 }
.pagination-slider .slick-arrow { border:0; background: none; line-height: 0; cursor: pointer;} 
 .notes-info {
      font-size: 16px;
      max-width: 372px;
      position: absolute;
      right: 70px;
      bottom: -60px;
      border-radius: 10px;
      padding: 0 20px;
      animation: animation-vertical 5s ease-in-out infinite;
      box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      text-align: left;
    }

    .note-content {
      background: #ffffff;
      border-radius: 5px;
      padding: 25px 2px;
      display: none;
      animation: fade-in 1s backwards;
    }

    .note-content.active {
      display: block;
    }
    .note-content-1 {    position: absolute;  bottom: 0px; display: flex;
    align-items: flex-end;
    max-width: 50%;}
    .garanty {    position: absolute; right: 20px; bottom: 0;}
    .number-list {
      counter-reset: number-counter;
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .number-list li {
      margin: 0 0 16px 0;
      counter-increment: number-counter;
      position: relative;
      display: flex;
      align-items: center;
      font-size: 15px;
      line-height: 20px;
      color: #333333;
    }
    .number-list li:last-child { margin-bottom: 0 }

    .number-list li::before {
      content: counter(number-counter);
      background: black;
      border-radius: 50%;
      text-align: center;
      width: 45px;
      height: 45px;
      background: #FF4555;
      color: #fff;
      text-align: center;
      font-size: 30px;
      border-radius: 50%;
      font-weight: 800;
      margin-right: 15px;
      line-height: 45px;
      flex-shrink: 0;
    }

    @keyframes animation-vertical {
      0% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(30px);
      }

      to {
        transform: translateY(0);
      }
    }
 

.video-block { background: #F5FBFE; border-radius: 20px; box-shadow: 5px 5px 20px rgba(0,0,0,0.16); padding: 12px; padding-bottom: 26px; }
.video-block .author-yt { background: #EAE6E6; border-radius: 8px; padding: 7px 11px; margin-left: 10px; display: inline-block;}
.video-block .meta-block { font-size: 18px; text-align: center; }
.video-player-nf-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    z-index: 1;
}
.video-block .video-player-nf iframe {
    border-radius: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-block .video-player-nf .relative {
    padding-top: 56.25%;
    margin-bottom: 24px;
}
.close-video {
    display: none;
}
.video-fixed .close-video {
  position: absolute;
  top: -29px;
  right: 24px;
  width: 30px;
  display: block;
  z-index: 1;
}
.video-player-nf-overlay .video-player-nf-mute {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  cursor: pointer;
  max-width: 15%;
  height: auto;
  overflow: hidden;
}
.video-player-nf-overlay.muted .video-player-nf-mute {
  display: block;
}
.video-player-nf-overlay svg .unmuted{ opacity: 1!important;  }
.video-player-nf-overlay svg .muted{ opacity: 0!important;  }
.video-player-nf-overlay.muted svg .muted{ opacity: 1!important;  }
.video-player-nf-overlay.muted svg .unmuted{ opacity: 0!important;  }
/*
.video-player-nf-overlay:hover svg .unmuted{ opacity: 0!important;  }
.video-player-nf-overlay:hover svg .muted{ opacity: 1!important;  }
.video-player-nf-overlay.muted:hover svg .unmuted{ opacity: 1!important;  }
.video-player-nf-overlay.muted:hover svg .muted{ opacity: 0!important;  }
*/
.video-fixed {
  position: fixed;
  z-index: 10000000000;
  bottom: 20px;
  right: 20px;
  width: 432px;
  height: 245px;
  padding: 0 !important;
}
.kostenlos { background: #9ADEFB }
.kostenlos .white-box { background: #FFF; border-radius: 20px; box-shadow: 0 5px 27px rgba(0,0,0,0.05); transform: translateY(-80px); padding: 65px 20px; }
.email-address-block { display: flex; flex-direction: column; max-width: 400px; margin: 0 auto; gap: 20px; position: relative;}
.email-address-block input { background: #F3F1F1; border-radius: 100px; padding: 20px 30px; font-size: 16px; border: 0 }
.email-address-block .tip { position: absolute; left:102%; font-size: 18px; line-height: 26px; display: flex; gap:10px; top:33%;}
.email-address-block .tip svg { flex-shrink: 0; }
.email-address-block .tip span { flex:1 0 auto; padding-top: 11px;}
.vstavka {
  position: relative;
}
.vstavka-wrapper { position: absolute; right: -150px; top:-90px;}
.vstavka .v1 {  background: #EAE6E6; border-radius: 15px;padding: 6px 5px 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.1)}
.vstavka .v1 p {  padding-left: 10px }
.vstavka .v2 { position: absolute; left: -49%; top: 59px; background: #FCFAFA; padding: 11px; font-size: 18px; border-radius: 20px 0 20px 20px; max-width: 198px; box-shadow: 0 3px 15px rgba(0,0,0,0.1) }
footer { background: #68CDF8; padding: 30px 20px; }
footer .logo { padding-bottom: 30px;}
footer .nav a { padding-inline: 20px; border-right:1px solid #FFF; color: #FFF; font-size: 16px;  }
footer .nav a:last-child { border:none;}

/* TESTIMONIALS SECTION */
.testimonials_section { padding-top: 90px }
.testimonials_section_wrapper {
  position: relative;
}
.testimonials_section_wrapper .markers-grey{
  position: absolute;
  right: 0;
  top:80px;
  color:#131010;
}
.testimonials_section_wrapper .marker-grey {
  font-size: 16px;
  background: #F3F1F1;
  border-radius: 24px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  margin-bottom: 14px;
  padding: 8px 15px;
  line-height: 19px;
  width: fit-content;
}
.testimonials_content_images_wrapper {
  display: flex;
  gap: 10px;
}
.testimonials_header p {
  font-size: 20px;
  text-align: center;
  padding: 25px 0 75px;
  font-weight: 400;
}
.testimonials_content {
  display: flex;
  align-items: flex-start;
}
.testimonials_all_images {
  max-width: 550px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.testimonials_all_images img {
  opacity: 0.5;
}
.testimonials_all_images img.active {
  opacity: 1;
}
.testimonials_slider_wrapper {
  margin-left: 60px;
  width: 510px;
  overflow: hidden;
}
.testimonials_img_selector{
  cursor: pointer;
}
.testimonials_centered_image img {
  display: none;
}
.testimonials_centered_image img.active {
  display: block;
  animation: fade-in 1s backwards;
}
.testimonial_slide h3 {
  font-size: 34px;
  font-family: "Urbanist";
  font-weight: 800;
  padding-bottom: 5px;
  margin: 0 0 9px; 
}
.testimonial_slide { padding: 0 20px; font-size: 18px; }
.testimonial_slide_content {
  background: #fff;
  padding: 35px 35px 35px 50px;
  border-radius: 20px;
  box-shadow: 0 5px 27px rgba(0,0,0,0.05);
  margin-block: 25px;
}
.testimonial_slide_content p {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 20px;
  text-wrap: balance;
}
.testimonial_slide_content p span {
  font-weight: 600;
}
.testimonials_arrows {
  margin-top: 25px;
}
.testimonials_arrows { margin-left: 20px; }
.testimonials_arrows .slider-next, .testimonials_arrows .slider-prev { background: none; border:0; cursor: pointer;}
.testimonials_arrows .slider-next:hover svg circle, .testimonials_arrows .slider-prev:hover  svg circle { fill: var(--cl-red) }

.blue_wrapper {
    background: #CDEEFD;
    padding: 40px 0 50px;
    border-radius: 50px;
    position: relative;
}
.blue_wrapper .arrow {  position: absolute; display: flex; flex-direction:column; color: var(--cl-red); top: -50px; right: -70px; font-weight: 700; font-style: italic;}
.slider_header {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin: 0 auto;
      width: 100%;
      border-radius: 50px;
      max-width: 986px;
      gap: 10px;
      margin-bottom: 30px;
    }

    .slider_header p {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 100px;
      padding: 7px 20px;
      position: relative;
      font-size: 16px;
      font-weight: 500;
      color: #039ADB;
      width: 19%;
      cursor: pointer;
      text-align: center;
    }

    .slider_header p.active_slider {
      color: #fff !important;
      font-weight: 600;
      font-size: 18px;
      font-weight: bold;
      background: #03ACF4;
      box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
    }

.slider-screen-wrapper { max-width: 930px; margin: 0 auto; position: relative; }
.slider-screen-wrapper .slick-arrow { background: none; border: 0; position: absolute; top:50%; transform: translateY(-50%); cursor: pointer;}
.slider-screen-wrapper .slick-arrow:hover svg circle { fill: #FF4554; }
.slider-screen-wrapper .slider-prev { left: -12% }
.slider-screen-wrapper .slider-next { right: -12% }
.btn-listing {
    mix-blend-mode: multiply;
    position: fixed;
    opacity: 0;
    right: 26px;
    top: 22%;
    text-align: right;
    padding-right: 9px;
    padding-left: 0;
    font-size: 16px;
    transition: all 1s;
    z-index: -1;
}
.btn-listing.active {
    opacity: 1;
    z-index: 1;
}
.btn-listing:before {
    content: "";
    width: 8px;
    background: #ffffff;
    border-radius: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.16);
}
.btn-listing li {
    list-style-type: none;
    transition: 0.3s;
}
.btn-listing li a {
    font-size: 16px;
    padding: 3px 10px;
    margin-bottom: 0;
    display: block;
    position: relative;
    text-align: right;
    color: #A79797;
    transition: 0.3s;
    line-height: 28px;
}
.btn-listing .active a {
    color: #028AC3;
    font-weight: 700;
    background: #CDEEFD;
    border-radius: 100px 0 0 100px;
    
}
.btn-listing .active a:after {
    content: "";
    width: 8px;
    background: #03ACF4;
    border-radius: 10px;
    height: 34px;
    position: absolute;
    right: -9px;
    top: 0px;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11111111111;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 1200px;
  max-height: 100vh;
  border-radius: 4px;

  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
      background: transparent;
    border: 0;
    position: absolute;
    right: -26px;
    color: #ffffff;
    top: -31px;
    background: #000;
    border-radius: 100%;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

 .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

#modal-partner100 .modal__container { 
    max-width: 1000px;
    width: 100%;
    height: 650px;
    border: 0;
    padding: 0
}

/**************************\
   Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

  .tuev-container-new {
    padding: 0;
    border-radius: 10px;
    background: transparent linear-gradient(270deg, #29b6e9 0%, #003f81 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 50px #00000029;
    max-width: 993px;
    width: 100%;
    position: relative;
    z-index: 6;
    margin: 25px auto;
    font-size: 17px;
    color: #fff;
  }

  .tuev-container-new .tuev-container-new-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .tuev-container-new .tuev-container-new-approved {
    padding: 34px 50px;
    border-radius: 10px 0 0 10px;
    background-color: rgba(19,16,16,.3);
    color: #FFF;
    font-size: 55px;
    line-height: 40px;
    font-weight: 900;
  }

  .tuev-container-new .tuev-container-new-approved span {
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
  }

  .tuev-container-new-txt {
    margin: 15px 35px;
  }

  .tuev-container-new .tuev-container-new-tuev-link {
    display: block;
    width: 155px;
    margin: -20px 44px -20px 0;
  }

  .tuev-container-new .tuev-container-new-tuev-link img {
    width: 155px;
  }

  .tuev-container-new-toolTipContainer {
    display: none;

    position: absolute;
    z-index: 100;
    background-color: #fff;
    width: 483px;
    max-width: 98%;
    height: fit-content;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
    list-style-type: none;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 9px;
    padding: 5px 0 10px 0;
  }

  .tuev-container-new-toolTipContainer>li {
    font-size: 15px;
    color: #000;
    line-height: 1.2em;
    width: fit-content;
    max-width: 90%;
    margin: 10px auto 10px auto;
  }

  .tuev-container-new-toolTipContainer>li b {
    color: #003f81;
    font-weight: 800;
  }

  .tuev-container-new-toolTipContainer:after {
    content: "";
    position: absolute;
    top: -22px;
    left: 48%;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent white transparent;
  }

  .tuev-container-new-tooltip:hover+.tuev-container-new-toolTipContainer {
    display: block; 
    
  }

  @media only screen and (max-width: 751px) {
    .tuev-container-new .tuev-container-new-row {
      flex-direction: column;
      gap: 20px;
    }

    .tuev-container-new .tuev-container-new-approved {
      font-size: 44px;
      line-height: 35px;
      border-radius: 20px;
      padding: 25px 30px;
      margin-top: -30px;
      box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    }

    .tuev-container-new .tuev-container-new-approved>span {
      font-size: 28px;
    }

    .tuev-container-new .tuev-container-new-tuev-link {
      margin: 10px 0 25px 0;
    }

    .tuev-container-new-txt {
      margin: 0;
    }
  }

  @media only screen and (max-width: 500px) {
    .tuev-container-new-toolTipContainer {
      width: 98%;
    }

    .tuev-container-new-toolTipContainer>li {
      font-size: 14px;
    }
  }

  .mouseover_box {
    width: 230px;
    height: fit-content;
  }

  .mouseover_img {
    width: 100%;
    height: auto;
    background: #ffffff !important;
    border: 7px solid rgb(213, 213, 213);
  }

  .mouseover_img img {
    width: 100%;
  }




  .tuev-container-new-toolTipContainer.tooltipPositionTop {
    transform: translate(-50%, -127%);
  }

  .tuev-container-new-toolTipContainer.tooltipPositionTop::after {
    display: none;
  }

  .tuev-container-new.maxwidth100 {
    max-width: 100%;
  }

  .show500px {
    display: none;
  }

  @media only screen and (max-width: 500px) {
    .show500px {
      display: inline-block;
    }
  }

.circle {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 4px solid #e91e63;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 10px 20px;
}
.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);
}
.fromMiddle span {
  width: 38px;
  height: 38px;
  background-color: #e91e63;
  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;
}
.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);
}

@media (max-width: 1560px) {
  .vstavka-wrapper { right: -30px }
  .endlich .row .col:first-child { max-width: 60% }
  .pagination-slider.pagination-app { padding-left: 5% }
}

@media (max-width: 1380px) {
  section.seals .seals-container { flex-wrap: wrap; position: relative;justify-content: center; row-gap:30px;}
  .blue_wrapper .arrow { right: 0;     align-items: center; }
  .rabatt-banner .percent { right: 10% }
  .testimonials_section_wrapper .markers-grey { position: relative;
        display: flex; gap:20px; flex-wrap:wrap; row-gap: 5px;
        top: -40px;
        justify-content: center; }
  .testimonials_all_images { max-width: 350px }
  .testimonials_all_images img { max-width: calc(25% - 7px);}
}

@media (max-width: 1300px) {
  .vstavka-wrapper  { right: 20px }   
  .rabatt-banner .percent { right: 20px }
  .pad { padding-inline: 30px; }
  .pagination-app .dots { display: none }
  .pagination-slider.pagination-app { gap: 20px; margin-top: 30px; padding-left: 3% }
  .pagination-slider.pagination-app .slick-arrow { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #03acf4!important; border-radius: 100%; }
  .pagination-app button svg path { fill: #FFF; }
}

@media (max-width: 1265px) {
    .rabatt-banner {    background-size: cover; padding-left: 39%}
    .rabatt-banner .f {max-width: 515px; justify-content: center;}
    .blue_wrapper .arrow svg {width: 37px;
    transform: rotate(-37deg);
    margin-top: -20px;}
}

@media (max-width: 1237px) {
  .sparen .inp, .sparen span { display: none }
  .fertig .logos-icons { bottom: 5px; max-width: 40% }
}

@media (max-width: 1200px) {
    .slider-screen-wrapper .slider-prev { left: -60px }
    .slider-screen-wrapper .slider-next { right: -60px }
    .vstavka {     margin-bottom: 166px;}
    .rabatt-banner { background: #ffe37e;  display: flex; padding: 30px;
        flex-direction: column;
        align-items: center; }
    .rabatt-banner .author { display: none }
    .hero .seal-images {     top: 0px;
    left: -20px; width: 71px; }
    .garanty { right: 0; width: 20% }
}

@media (max-width: 1070px) {
  .sparen .inp, .sparen span { display: none }
  .fertig .logos-icons { bottom: 5px; max-width: 40%; margin-left: 70px }
  .pagination-anpassbar { padding-left: 0;     justify-content: center; }
  .pagination-anpassbar .slick-arrow { position: relative;         top: 0;
        transform: unset;
        left: auto;
        right: auto;}
  .fragen .row { flex-direction:column; }
  .fragen .row .col-auto { max-width: 100%!important }
  .title2 { font-size: 33px; line-height: 43px; }
    ul.check br { display: none }
  .fragen .title { font-size: 60px; line-height: 70px }
  .slider-anpassbar .inner-content__item .text { text-wrap: balance; }
  .slider-anpassbar .inner-content__item .text br { display: none; }
  .rabatt-banner .percent { width:100px; right: 20px; top: -90px; }
  .notes-info { right: 30px; }
}

@media (max-width: 1000px) {
  .testimonials_all_images { max-width: 250px; }
  .testimonials_slider_wrapper { margin-left: 0 }
  .slider_header { padding-inline: 10px;   justify-content: center;  }
  .buhgaltung .f2 .title { display: none }
  .title-mobile { display: block; margin-top: 40px }
  .buhgaltung .f > div { width: 50% }
}
@media (max-width: 900px) {
  .tuev-container-new .tuev-container-new-tuev-link { margin-right: 15px }
  section.seals .seals-container .left, section.seals .seals-container .right { gap:20px; }
  section.seals .seals-container .left img:last-child { margin-left: 0!important }
  .slider_header p { padding-inline: 10px; min-width: 182px }
}

@media (max-width: 860px) {
  .title2 { font-size: 30px; line-height: 30px }
  .email-address-block .tip { flex-wrap: wrap; }
}
@media (max-width: 819px) {
  .row { flex-direction: column-reverse; }
  .col50 { width: 100% }
  .hero .seal-images { right: 14px; left: unset; }
  .hero-wrapper .pagination-hero { padding-right: 60px }
  .mitclicks .item-box .num { top: -40px;
    left: 50%;
        transform: translateX(-50%);}
  .vstavka {margin-block: 144px 359px;}
  .timeblock .row { flex-direction: column; gap: 40px; }
  .timeblock .accordion:first-child { margin-top: 0 }
  .testimonials_all_images { display: none }
  .endlich .row .col:first-child { max-width: 100% }
  .endlich .row .col:nth-child(2) { padding-inline: 20px  }
  .tuev-container-new { max-width: 425px }
  .fragen { padding-bottom: 30px }
  #Empfangen .col.padl { margin-bottom: 40px }
}

@media (max-width: 767px) {
  .email-address-block .tip { 
    position: relative;
    left: 41%;
    width: fit-content;
  }
  .email-address-block .tip span { flex:0 0 auto; }
  .email-address-block .tip svg { transform: scaleY(-1) rotate(317deg) }
  h1 { font-size: 40px; line-height: 50px; margin-bottom: 40px }
  .rabatt-banner .f20 { text-align: center; }
  .rabatt-banner { padding-top: 80px }
  .slider-anpassbar .inner-content__item {
      flex-direction: column-reverse;
  }
  .slider-anpassbar .inner-content__item .text { max-width: 397px }
  .slider-anpassbar .inner-content__item img { max-width: 100% }
  .buhgaltung .f { flex-direction: column-reverse; }
  .buhgaltung .f > div { width: auto }
  .buhgaltung .f > div:first-child { width: 100% }
  section.seals .seals-container .left { display: grid; grid-template-columns: 1fr 1fr 1fr; }
  section.seals .seals-container .left img:first-child { grid-row: span 2; }
  section.seals { margin-top: 30px }
  section.seals .seals-container .right { align-items: center; }
}

@media (max-width: 700px) {
    header { padding-right: 20px }
    header .right .f24 { display: none; }
    header .right { justify-content: flex-end; }
    .fertig .logos-icons { max-width: 100%; width: auto; margin: 0 auto; padding-inline: 10%;}
    .rabatt-banner .email-address-input { flex-direction: column; }
    .rabatt-banner .f { flex-direction: column; align-items: center; }
    .rabatt-banner .email-address-input input { border-radius: 100px }
    .rabatt-banner .email-address-input div { margin: 20px 0 0; width: 100%; }
    .rabatt-banner .f button { width: 100%; max-width: 100% }
}
@media (max-width: 600px) {
  .title7 { font-size: 40px; line-height: 50px; }
  .title { font-size: 40px; line-height: 50px; }
  .notes-info { animation:none; position: relative; bottom: unset; right: unset; max-width: 100%;
        margin: 0 14px; }
  .pagination-slider.pagination-app { justify-content: center; }
  .endlich { padding-bottom: 30px; }
  .testimonials_content { flex-direction: column; gap: 20px; }
  .testimonials_centered_image { display: none }
  section.seals { padding-inline: 20px; }
  section.seals .seals-container .right {  display: grid;  grid-template-columns: 1fr 1fr 1fr; }
  .testimonial_slide_content { padding: 20px; }
  .testimonials_slider_wrapper { width: 100% }
  .timeblock .timewrapper { margin-right: 6px }
  #logo { max-width: 150px; padding-inline: 15px; }
  #logo svg { width: 100% }

}
@media (max-width: 500px) {
  h1 { font-size: 35px; line-height: 45px }
  .mitclicks .item-box .text, .padl { padding-left: 0 }
  .title { font-size: 30px; line-height: 40px;  }
  .title2 {  font-size: 25px; line-height: 30px;  }
  .mitclicks .item-box .text { padding-top: 30px;  }
  .mitclicks .item-box .text .title2 { text-align: center;}
  .hero .right { padding-left: 0 }
  .hero { padding-inline: 0; }
  .vstavka { margin-block: 215px 421px; }
  .vstavka .v2 { top: -95px;  left: 0;     border-radius: 20px 20px 0px 20px;}
  header .right .sparen button { padding-inline: 12px  }
  .slider_header p { min-width: unset;  width: auto; border-radius: 10px;}
  header { padding-right: 5px }
  .rabatt-banner .title { text-align: center;}
  .rabatt-banner { padding-inline: 20px; } 
  .rabatt-banner .title { font-size: 25px; line-height: 35px }
  .rabatt-b .container { padding-inline: 10px  }
  .timeblock { padding-bottom: 30px; }
  .timeblock .timewrapper {         padding-right: 29px;         gap: 20px;  }
  .timeblock .accordion:before { right: -46px; }

}

@media (max-width: 400px) {
  body { font-size: 16px; line-height: 26px }
  .video-block .author-yt { margin-left: 0;  }
}
@media (max-width: 360px) {
  .f20 { font-size: 18px; }
  .video-block .f20 { font-size: 14px; line-height: 20px; }
  .video-block .author-yt { font-size: 16px; }
  .timeblock .accordion p { font-size: 16px; }
  .rabatt-banner .f .btn { min-width: unset }
  .rabatt-banner .email-address-input input { width: 100%; font-size: 16px; }
  .timeblock .accordion-box p  br{ display: none }
  .tuev-container-new-txt { font-size: 16px; }
}






.rabatt-banner .percent p { 
/* position: absolute;    
top: 34%;    
left: 18%;    
color: #fff;    
font-size: 65px;     */
/* font-weight: 900;     */
transform: rotate(-3deg); 
}

          .percent {
  position: relative;
  width: 190px;  
  height: 190px; 
  display: inline-block;
}

.percent svg {
  width: 100%;
  height: 100%;
  display: block;
}

.absolute_procent_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-end;
  gap: 0.3em;
  max-width: 80%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.absolute_procent_content p {
  color: #fff;
  font-family: "Urbanist", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.discount_procent {
  font-size: 2.2em;
  font-weight: 800;
  transform: rotate(-3deg);
}

.discount_percent_sign {
  font-size: 1.4em;
  font-weight: 800;
}

.discount_text {
  font-size: 1.7em;
  font-weight: 600;
  font-style: italic;
  transform: rotate(-4deg);
}

.discount_period {
  font-size: 0.9em;
  font-style: italic;
  transform: rotate(-4deg);
}
@media (max-width: 1070px) {
	.rabatt-banner .percent p { 
	top: 36%;    
	left: 18%;    
	font-size: 34px;    
	}
}






