: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;
    left: 0
  }
.fertig .logos-icons > div { display: flex;     align-items: flex-end;
    gap: 20px; }
.fertig .logos-icons > div:last-child > a, .fertig .logos-icons > div:last-child > div { width: 50% }
.fertig .logos-icons a { max-width: 111px }
.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: 20% }
.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; max-width: 300px}
.vstavka .v1 {  background: #EAE6E6; border-radius: 15px;padding: 6px 5px 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.1)}
.vstavka .v1 img { border-radius: 10px; }
.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:40px;
  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% }
 .tooltipe-custom {
      position: fixed;
      border: 1px solid #898989;
      border-radius: 1px;
      padding: 3px 8px;
      text-align: left;
      color: #333;
      font-size: 14px;
      max-width: 400px;
      font-family: Verdana;
      max-width: 403px;
      line-height: 1.5;
      z-index: 2000;
      border: 7px solid rgb(213, 213, 213) !important;
      background-color: #fff !important;
      padding: 10px 10px;
      font-family: Lato, Verdana !important;
      display: inline-block;
      color: #333;
      border-radius: 4px;
      animation: fade-in 0.5s backwards;
      font-weight: 500 !important;
    }

    .tooltipe-custom--img {
      display: block;
      background: transparent;
      padding: 0;
      border: none;
      box-shadow: none;
    }

    .active.modal-tooltip,
    .tooltipe-custom.active {
      display: block;
    }

    .tooltipe-custom--300 {
      width: 100%;
    }

.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
}

.rabatt-banner {
      padding: 30px 50px 30px 420px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      text-align: center;
      position: relative;
      padding-bottom: 35px;
      height: 315px;
    }

    .rabatt-banner .percent {
      top: -33px;
      right: 5%;
    }

    .rabatt-text {
      display: flex;
      flex-direction: column;
      font-size: 20px;
      text-align: left;
      /* margin-top: 17px; */
    }
    .rabatt-text p + p { font-size: 50px; line-height: 61px; margin-top: 3px; }

    .discount_percent_sign {
      display: inline-block;
      position: relative;
      top: -5px;
    }

    #logo {
      padding: 22px 46px;
      flex-shrink: 0;
      background: var(--cl-red);
      line-height: 0;
    }

    .rabatt-button-wrapper {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 10px;
      /*transform: translateX(190px);*/
      margin-top: 14px;
      max-width: 962px;
      width: 100%;
    }
    .rabatt-content { width: 100% }
    .rabatt-button-wrapper .button { white-space: nowrap; }
    .rabatt-button-wrapper .button p {color: #039ADB; font-size: 16px; line-height: 22px;}
    .rabatt-button-wrapper input { height: 55px;     border-radius: 100px 0 0 100px;
      border: 0;
      padding: 5px 20px;
      width: calc(100% + 34px);
     }
    .rabatt-button-wrapper .left { flex-grow: 1; }
    .rabatt-banner .btn {
      min-width: 142px;
      padding: 12px 24px;
      height: 55px;
      font-size: 22px
    }

    .rabatt-text p {
      margin: 0;
    }

    .rabatt-banner .btn.btn-arrow:after {
      right: 19px;
      display: none;
    }

    .btn-arrow:after {
      content: "";
      position: absolute;
      top: 24px;
      right: 20px;
      width: 17px;
      height: 15px;
    }

    .rabatt-banner .title {
      margin-bottom: 18px;
    }

    .header_best_deal {
      background-image: url(/resources/B1_Redesign/images/header_yellow_hex.png);
      background-position: center;
      background-repeat: no-repeat;
      padding: 0 32px;
      text-align: center;
      background-size: cover;
    }

    .header_best_deal p,
    .header_best_deal a {
      font-weight: bold;
      font-family: "Urbanist", sans-serif;
    }

    .header_deal_wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .header_line {
      height: 2px;
      width: 30px;
      background: black;
    }

    .header_deal,
    .ekomi_content_left_fist_row p {
      font-size: 22px;
    }

    .header_discount {
      font-size: 26px;
      color: #ff4554;
      padding-bottom: 6px;
      font-family: "Urbanist", sans-serif;
    }

    .header_discount:hover,
    .header_discount:visited,
    .header_discount:active {
      color: #ff4554;
    }

    .hero-list-link {
      /* display: block; */
      display: inline;
      color: inherit;
      text-decoration: none;
      position: relative;
    }

    .hero-list-link:hover {
      opacity: 0.9;
    }

    .hero-arrow {
      display: inline-block;
      margin-left: 5px;
      vertical-align: middle;
    }
header .right {
      opacity: 1 !important;
    }


    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      position: relative;
    }

    .btn span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: transform 0.3s ease;
    }

    .btn:hover span {
      transform: translateX(10px);
    }

    .btn>* {
      transition: transform 0.3s ease;
    }

    .btn:hover>* {
      transform: translateX(10px);
    }

    .btn {
      transition: padding-left 0.3s ease;
    }

    .btn:not(:has(span)):hover {
      padding-left: 10px;
    }

    .btn svg {
      transition: transform 0.3s ease;
    }

    .btn-arrow::after,
    .btn::after {
      transition: transform 0.3s ease;
    }

    .btn:hover::after {
      transform: translateX(10px);
    }

    /* image overlay */
    .magnifier-icon {
      position: relative;
      top: 60px;
      left: 20px;
      cursor: pointer;
    }

    .magnifier-icon:hover {
      opacity: 0.8;
    }

    .image-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 9999;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      padding-top: 80px;
    }

    .image-overlay.active {
      display: flex;
      opacity: 1;
    }

    .image-container {
      position: relative;
      display: inline-block;
    }

    .image-container>img {
      max-width: 95vw;
      max-height: 85vh;
      object-fit: contain;
      animation: zoomIn 0.3s ease;
      display: block;
    }

    @keyframes zoomIn {
      from {
        transform: scale(0.8);
        opacity: 0;
      }

      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    .close-btn {
      position: absolute;
      top: -18px;
      right: -23px;
      cursor: pointer;
      background: none;
      border: none;
      padding: 4px;
      z-index: 10000;
    }

    .close-btn img {
      width: 70px;
      height: 70px;
      display: block;
      pointer-events: none;
      animation: fadeIn 0.4s ease;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
    }

    .close-btn:hover img {
      transform: scale(1.1);
      transition: all 0.2s ease;
    }

/**************************\
   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: 819px) {
    .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);
}



.rabatt-banner .percent p { 
/* position: absolute;    
top: 34%;    
left: 18%;    
color: #fff;    
font-size: 65px;     */
/* font-weight: 900;     */
transform: rotate(-3deg); 
}
.rabatt-banner .percent p {
 /*   color: white;
    font-weight: 900;
    transform: rotate(-3deg);
    position: absolute;
    top: 69px;
    left: 41px;
    font-size: 55px; */
}

          .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;
  max-width: 80%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.absolute_procent_content p {
  color: #fff;
  font-family: "Urbanist", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.discount_procent {
  font-size: 3.2em;
  font-weight: 800;
  transform: rotate(-3deg);
}

.discount_percent_sign {
  font-size: 2.4em;
  font-weight: 800;
}

.discount_text {
  font-size: 1.4em;
  font-weight: 600;
  font-style: italic;
  transform: rotate(-4deg);
  width: 100%
}

.discount_period {
  font-size: 0.7em;
  letter-spacing: 0.5px;
  font-style: italic;
  transform: rotate(-4deg);
}

.header_video_wrapper {
          /* display: flex;
  align-items: center;
  gap: 10px;
  width: 513px;
  background-color: #fff;
  padding: 4px 0 0 4px;
  border-radius: 20px;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  margin-top: 40px; */
          position: relative;
          transition: all 0.3s ease;
          z-index: 1;
        }

        .header_video_wrapper.modal-active {
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 80vw;
          max-width: 1000px;
          z-index: 1001;
          box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.3);
          flex-direction: column;
          padding: 20px;
          background-color: #fff;
          border-radius: 20px;
        }

        .header_video_wrapper.modal-active .gif-video-wrapper {
          width: 100%;
        }

        .header_video_wrapper.modal-active .header_video iframe {
          width: 100% !important;
          height: 60vh !important;
          max-height: 550px !important;
          min-height: 300px !important;
        }

        .header_video_wrapper.modal-active .gif-container video {
          width: 100% !important;
          height: 60vh !important;
          max-height: 500px !important;
          min-height: 300px !important;
        }

        .header_video_wrapper.modal-active .header_video_content {
          display: flex !important;
          flex-direction: row !important;
          /* align-items: flex-start !important; */
          align-items: center !important;
          justify-content: flex-start !important;
          gap: 30px !important;
          width: 100% !important;
          /* justify-content: center; */
        }

        .header_video_wrapper.modal-active .header_video_content .v_text {
          flex: 1;
          margin: 0 !important;
          padding-bottom: 0 !important;
        }

        .header_video_wrapper.modal-active .header_video_content .modal-right-content {
          flex: 1;
          display: flex;
          flex-direction: column;
          gap: 10px;
          align-items: flex-start;
          max-width: fit-content;
        }

        .header_video_wrapper.modal-active .header_video_content .v_name {
          margin: 0 !important;
          padding-bottom: 0 !important;
        }

        /* Hide play button when modal is active */
        .header_video_wrapper.modal-active .play-button-overlay {
          display: none !important;
        }

        /* Hide the text elements when modal is active */
        .header_video_wrapper.modal-active .cl-blue,
        .header_video_wrapper.modal-active .v2 {
          display: none !important;
        }

        .video-close-btn {
          position: absolute;
          top: -15px;
          right: -15px;
          width: 40px;
          height: 40px;
          background: white;
          border-radius: 50%;
          cursor: pointer;
          display: none;
          align-items: center;
          justify-content: center;
          /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); */
          z-index: 1002;
        }

        .modal-active .video-close-btn {
          display: flex;
        }

        .modal-right-content {
          flex-direction: column;
          align-items: flex-start;
        }

        .video-fixed {
          position: fixed;
          z-index: 10000000000;
          bottom: 20px;
          right: 20px;
          width: 432px;
          height: 245px;
          padding: 0 !important;
        }
        .modal-active .vstavka { display: none}
        @media (max-width: 1024px) {
          .header_video_wrapper.modal-active {
            width: 90vw;
          }

          .header_video_wrapper.modal-active .header_video iframe,
          .header_video_wrapper.modal-active .gif-container video {
            height: 50vh !important;
            max-height: 400px !important;
          }

          .header_video_wrapper.modal-active .header_video_content {
            width: 82% !important;
          }
        }

        @media (max-width: 768px) {
          .header_video_wrapper.modal-active {
            width: 90vw;
            max-width: none;
          }

          .header_video_wrapper.modal-active .header_video iframe,
          .header_video_wrapper.modal-active .gif-container video {
            height: 40vh !important;
            max-height: 300px !important;
            min-height: 250px !important;
          }

          .header_video_wrapper.modal-active .header_video_content {
            flex-direction: column !important;
            align-items: center !important;
            gap: 15px !important;
          }

          .header_video_wrapper.modal-active .header_video_content .modal-right-content {
            align-items: center !important;
          }
        }

        @media (max-width: 600px) {
          .header_video_wrapper {
            flex-wrap: wrap;
            padding: 5px 10px;
            max-width: 300px;
            flex-direction: column;
            margin: 0 auto 50px;
          }

          .header_video_wrapper .social {
            flex-direction: row !important;
          }
        }

        @media (max-width: 480px) {

          .header_video_wrapper.modal-active .header_video iframe,
          .header_video_wrapper.modal-active .gif-container video {
            height: 35vh !important;
            max-height: 250px !important;
            min-height: 200px !important;
          }
        }

        .header_video_content {
          color: #000;
        }

        .header_video_content .social {
          display: flex;
          align-items: center;
          gap: 5px;
        }

        .header_video {
          position: relative;
          display: none;
        }

        .muteIconHeader {
          position: absolute;
          z-index: 3;
          cursor: pointer;
          width: 100%;
          height: 100%;
          max-height: 495px;
          top: 0;
          left: 0;
        }

        .muteIconHeader img {
          width: 47px;
          height: auto;
          position: absolute;
          bottom: 50%;
          left: 50%;
          transform: translate(-50%, 50%);
        }

        .header_video_content div p span {
          color: #ff0000;
        }

        .gif-container {
          padding: 3px 0;
        }

        .gif-overlay-open {
          cursor: pointer;
        }

        .video-thumbnail-container {
          position: relative;
          display: inline-block;
        }

        .play-button-overlay {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -76%);
          pointer-events: none;
          transition: opacity 0.3s ease;
        }

        .video-thumbnail-container:hover .play-button-overlay {
          opacity: 0.8;
        }

@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);}
   .rabatt-banner .percent {
        right: 0%;
      }

}

@media (max-width: 1300px) {
  .rabatt-button-wrapper { flex-wrap: wrap; max-width: 527px}
  .rabatt-button-wrapper input { width: 100%; border-radius: 100px }
  .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; }

      .modal-tooltip,
      .tooltipe-custom {
        right: 0 !important;
        left: auto !important;
      }
}

@media (max-width: 1265px) {
    
    .blue_wrapper .arrow svg {width: 37px;
    transform: rotate(-37deg);
    margin-top: -20px;}
}

@media (max-width: 1237px) {

  .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 .author { position: absolute;
        font-family: Kalam;
        bottom: -34px;
        font-size: 15px;
        color: #026792;
        background: none;
        box-shadow: none;
        left: 0;
      padding-left: 0;}
    .hero .seal-images {     top: 0px;
    left: -20px; width: 78px; }
    .garanty { right: 0; width: 20% }
    header { padding-right: 20px; }
    .rabatt-banner .percent {  right: 20px; top: -90px; }
    #navigation { display: none }
}

@media (max-width: 1070px) {
    .rabatt-banner .percent { width:100px; right: 20px; top: -90px; }
    .rabatt-banner .btn { height: 46px; }
  .rabatt-button-wrapper { display: none }
  .rabatt-button-wrapper-mobile {
    display: flex!important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    /*transform: translateX(190px);*/
    margin-top: 14px;
  }
    .absolute_procent_content { width: 100%; }
  .percent p.discount_percent_sign { font-size: 24px;
    font-style: italic;
    transform: translateY(-3px);
    top: 0;
    left: -4px;
  }
  .percent p.discount_procent {
    font-size: 33px;
    font-style: italic;
    letter-spacing: 2px;
  }
  .percent p.discount_text {
    font-size: 18px;
    line-height: 9px;
    margin-bottom: 3px;
  }
  .percent p.discount_period { 
        font-size: 9px;
  }

  .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; }
  
  .notes-info { right: 30px; }
   .image-overlay {
        padding-top: 60px;
      }

      .image-container>img {
        max-width: 92vw;
        max-height: 80vh;
      }

      .close-btn img {
        width: 41px;
        height: 41px;
      }
   
}

@media (max-width: 1000px) {
  header .right > span, header .right .sparen .btn { display: none  }
  header .right { justify-content: flex-end; }
  .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% }
  .rabatt-banner { padding-left: 380px; padding-right: 20px }
  .rabatt-text p { font-size: 16px; line-height: 1.3 }
  .rabatt-text p + p { font-size: 37px; line-height: 1.3 }
  .black-week-wrapper { margin: 0!important; overflow: hidden; }
  .bft_fixed_header { overflow: hidden; }
}
@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; }
  .rabatt-banner {  background-position-x: -99px; 
    padding-left: 280px;
  }
}
@media (max-width: 819px) {
  .row { flex-direction: column-reverse; }
  .row.mobile-reverse { flex-direction: column; gap:40px; }
  .title2 { text-align: center; }
  .title.mb70 { margin-bottom: 0px!important; }
  .col50 { width: 100% }
  .hero .seal-images { right: 0px; left: unset; }

  .hero-wrapper .pagination-hero { padding-right: 60px; background: #E6F7FE; box-shadow: 0 3px 6px rgba(0,0,0,0.36); border-radius: 20px; height: 37px; align-items: center; padding: 0; justify-content: center;}
  .hero .slick-dots li button, .slick-dots li, .slick-dots li button:before { width:16px; height: 16px; }
  .slick-dots li.slick-active button:before {
    background: #FF4554;
  }

  .hero { padding-bottom: 40px; }
  .hero-slider {     height: 400px;
    overflow: hidden; }
  .mobile-seal { display: block!important }
  .seals .hideseal { display: none }
  section.seals { margin-top: 26px }
  section.seals .seals-container { max-width: 349px  }
  #eKomiWidget_default { line-height: 0; bottom: unset!important }
  section.seals .seals-container .right, section.seals .seals-container .left { display: flex; flex-direction: row; gap:5px; justify-content: space-between; width: 100%}
  section.seals .seals-container .right {  justify-content: center; gap:15px; flex-direction: row-reverse; }
  section.seals .seals-container img { height: 64px; width: auto }
  .mitclicks .item-box .num { top: -40px;
    left: 50%;
        transform: translateX(-50%);}
  .mitclicks .icon-list .item { margin-bottom: 40px }
  .mitclicks { padding-bottom: 0; padding-top: 30px }
  .padl { padding-left: 0 }
  .mitclicks .item-box .text { padding-top: 0; padding-left: 0 }
  .mitclicks .item-box .text .title2 { text-align: center; padding-top: 30px;}
  .mitclicks .item-box .image { background: none; padding: 0; padding-top: 30px; }
  .mitclicks .item-box .image img { box-shadow: unset}
  .mitclicks .tags { margin-bottom: 30px; justify-content: center;}
  
  .endlich .padl { display: flex; flex-direction: column-reverse;  }
  .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 }
  .fertig .logos-icons { max-width: 80%; margin: 0 auto; align-self: center; transform: translateX(50%);}
  .fertig .main-image { margin-bottom: 0!important; }
}

@media (max-width: 767px) {
  .email-address-block .tip { 
    display: none;
    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; }

  .slider-anpassbar .inner-content__item {
      flex-direction: column;
      padding: 20px 0 0 0;
      gap: 30px;
  }
  .slider-anpassbar .inner-content__item .text { max-width: 297px; margin: 0 auto; text-wrap: unset; font-size: 16px; line-height: 23px; }
  .slider-anpassbar .inner-content__item .heading { margin-bottom: 17px; }
  .slider-anpassbar .inner-content__item img { max-width: 100%; box-shadow: unset!important }
      .pagination-anpassbar {
        padding-left: 0;
        justify-content: space-between;
        position: absolute;
        top: 220px;
        width: 100%;
    }
        .pagination-anpassbar .slick-arrow {
        position: relative;
        top: 0;
        transform: unset;
        left: unset;
        right: unset;
        padding: 0
    }

  .buhgaltung .f { flex-direction: column-reverse; }
  .buhgaltung .f > div { width: auto }
  .buhgaltung .f > div:first-child { width: 100% }
  
  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; }
   .image-overlay {
        padding-top: 50px;
      }

      .image-container>img {
        max-width: 90vw;
        max-height: 82vh;
      }

      .close-btn img {
        width: 36px;
        height: 36px;
      }

}

@media (max-width: 737px) {
  .rabatt-banner { background-image: url(../images/rabatt-mobile.png); background-position: left center; padding-left: 28%; }
}
@media (max-width: 700px) {
    .hide-mobile { display: none!important }
    .title7 { font-size: 30px; line-height: 37px; }
    .title { font-size: 30px; line-height: 37px; }
    body { font-size: 16px; line-height: 23px; background: #F3F1F1}
    h1 { font-size: 30px; line-height: 37px; margin-bottom: 10px!important; }
    ul.check li:before { width: 16px; height: 11px; background-size: contain; top: 7px; }
    ul.check li { padding-left: 21px; }
    .hero .row { flex-direction: row; align-items: unset; margin-left: -20px }
    .hero .row .col50:first-child { background: url(/resources/e-rechnungen/images/ms_E-Rechnung-mob.png) top right no-repeat; background-size: cover; margin-right: 16px }
    .hero .hero-wrapper { display: none;}
    .hero .hero-mobile {display: block!important; margin-right: 16px;}
    .hero p { font-size: 15px; line-height: 23px; }
    .hero .hero-mobile img { width: 100%;}
    .hero .seal-images { display: none }
    .hero ul.check { min-width: 217px; margin-top: 15px;}
    
    .hero .hero-content { margin-bottom: 10px; }
    .hero .yellow_uline { background: #FFF7AB; color: #039ADB}
    .hero .yellow_uline:after { display: none}
    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%; transform: unset; }
    .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% }
    .mitclicks {padding-top: 60px;}
    .mitclicks .row { gap:0; }
    .mitclicks .row .col:first-child { margin-inline: -15px; overflow: hidden; position: relative;}
    .mitclicks .row .col:first-child img.shadow { box-shadow: unset; margin-inline: -7%;      
    width: 116%;
    max-width: unset; }
    .magnifier-icon { position: absolute; top: 45px; }
    .mitclicks .container { display: flex; flex-direction: column; }
    .mitclicks .item-box { margin-inline: -20px; padding: 0; margin-bottom: 41px;}
    .mitclicks .item-box .text > div { display: flex; flex-direction: column;   }
    .mitclicks .item-box .image { order: -1; padding: 10px 0; background: #CDEEFD; border-radius: 0}
    .mitclicks .item-box .image img { background: #FFF; border-radius: 20px; border:1px solid #A7A7A7; display: block; margin: 0 auto }
    .mitclicks .item-box .text .title2 { font-size: 24px; line-height: 29px; padding: 0; text-align: left;}
    .mitclicks .item-box .num-block { display: flex; gap: 9px; padding: 26px 20px 12px 20px; max-width: 309px; margin: 0 auto; width: 100%}
    .mitclicks .item-box .num { position: relative; left: unset; top: unset; transform: unset; width:38px; height: 38px; font-size: 24px; line-height: 1; font-family: "Urbanist";padding-left: 4px; margin: 0;
    margin-left: -47px; flex-shrink: 0; margin-top: -4px;
    }
    .mitclicks .item-box ul { max-width: 309px; margin: 0 auto }
    .mitclicks .vstavka { order: 111;}
    .vstavka { margin:0 -20px; padding: 6px 0; margin-bottom: 60px;}
    .vstavka-wrapper { position: relative; top:unset; left: unset; right:unset; margin: 0 auto; max-width: unset; display: flex; flex-direction: column; background: #EAE6E6;
      border-radius: 10px;
        border: 6px solid #EAE6E6;
        border-width: 6px 0;}
    .vstavka .v1 { display: contents;}
    .vstavka .v1 img { border-radius: 10px 10px 0 0  }
    .vstavka .v1 p { order: 1; text-align: center; font-weight: bold; padding-bottom: 15px; background: #FFF; border-radius: 0 0 10px 10px}
    .vstavka .v2 { position: relative; top: unset;  left: 0;  padding:13px; border-radius: 20px 20px 0px 20px; 
        margin: 0 auto; box-shadow: unset; background: #FFF; width: 100%; max-width: unset; border-radius: 0}
    .vstavka .v2 span { display: block; text-align: center;  width: 100%;  max-width: 315px; margin: 0 auto}
    .fertig { position: relative;  }
    .fertig:before { 
       content:"Fertig!";
       display: block;
       position: absolute;
       color: #03ACF4;
       background: #CDEEFD;
       width: 112px;
       padding: 11px 0;
       text-align: center;
       border-radius: 100px;
       font-family: "Urbanist", sans-serif;
       font-size: 20px;
       font-weight: bold;
       top: -24px;
       left: 50%;
       transform: translateX(-50%);
    }
    .fertig .container { overflow: hidden; }
    .fertig .row .col50:first-child { display: none; }
    .fertig .mobile { display: block!important }
    .fertig .c { position: relative; margin-bottom: 48px;}
    .fertig .c .rechnung-mob { width: 100% }
    .fertig .c .rechnung-mob2 { position: absolute; right: 0; bottom:0; transform: translateX(34%); max-width: 43vw;}
    .fertig .logo-1 { position: absolute; left: -10px; 
      width: 38vw;
    }
    .fertig .logo-2 { position: absolute;
        left: 55vw;
        width: 17vw;
        flex-direction: column;
        z-index: 1;
        gap: 13px !important; }
    .fertig .padl { padding-top: 7px!important }        
    .fertig .title2 { margin-bottom: 22px!important }    
    .fertig ul { padding-inline:  20px }
    .fertig ul.check li:last-child { margin-bottom: 10px }
    .blick_ins_produkt { background: #CDEEFD; margin-top: 60px; padding-top: 28px; }
    .blick_ins_produkt .container { padding-inline: 0; }
    .blick_ins_produkt .title { max-width: 300px; margin: 0 auto 22px!important }
    .blick_ins_produkt .blue_wrapper { padding-top:0  }
    .slider_header p.active_slider { font-size: 17px; font-weight: 600; border-radius: 100px; }
    .slider_header p { min-width: unset;  width: auto; background: #FFF; line-height: 22px; padding: 6px 9px;}
    .slider_header { gap: 4px; row-gap: 8px; padding: 0}
    .blue_wrapper .arrow { font-size: 13px; line-height: 14px; width: 70px; text-align: center; right: 20px; }
    .blue_wrapper .arrow svg { display: none}
    .blue_wrapper .arrow svg.mobile { display: block!important; transform: translate(-37px, 2px); }
    .fragen { background: #039ADB; margin-top: 22px; padding-bottom: 40px; }
    .fragen .container { padding: 0 }
    .fragen .title { font-size: 30px; line-height: 37px; font-weight: 700; text-align: center; margin-top: 34px;color: #FFF; margin-bottom: 20px }
    .accordion { background: #FFF;  font-size: 16px; line-height: 23px; padding: 7px 7px 7px 19px; margin-top: 11px; transition: 0.2s; }
    .accordion.active { border-radius: 20px 20px 0 0 }
    .accordion-panel { background: #FFF }
    .endlich { padding-block: 44px; }
    .endlich .title { line-height: 30px; margin-bottom: 28px!important}
    .endlich .title >  span { font-size: 21px; }
    .endlich .container { padding: 0 }
    .endlich .padl { flex-direction: column; padding-inline: 40px !important;}
    .endlich .padl >  div { margin-left: 21px; }
    .pagination-slider.pagination-app { position: absolute; top: 50%;
        margin: 0;
        transform: translateY(-50%);
        left: -20px;
        padding: 0;
        justify-content: space-between;
        width: calc(100% + 40px);
      }
    .notes-info { animation:none; position: relative; bottom: unset; right: unset; max-width: 100%;
        margin: 50px 20px 0;padding-inline: 8%; }
    .note-content-1 { bottom: -33px; }
    .garanty { bottom: -50px; }
    .pagination-slider.pagination-app .slick-arrow { width: 42px; height: 42px; background: #2C2525!important}
    .pagination-slider.pagination-app .slick-arrow svg{ display: none}
    .pagination-slider.pagination-app .slick-arrow svg.mobile{ display: block!important}
    .testimonials_content { flex-direction: column; gap: 0px; }
  .testimonials_content_images_wrapper { flex-direction: column; width:100%; gap: 37px;}
  .testimonials_all_images { display: block; max-width: unset; margin: 0 56px; }
  .testimonials_all_images img { max-width: 50px; width: 100%; padding: 1.5px; border-radius: 10px; }
  .testimonials_all_images-wrapper { position: relative; }
  .testimonials_all_images-wrapper button { display: block!important; background: none; padding: 0; border: 0; position: absolute;left: 0; top: 50%;
    transform: translateY(-50%); }
  .testimonials_all_images-wrapper button.slider-next { right: 0; left: unset;}
  .testimonials_centered_image {  height: 380px; overflow: hidden; }
  .testimonials_centered_image img { width: 100%;         height: 380px;
        object-fit: cover;
        object-position: top;
        aspect-ratio: 30 / 29;
        border-radius: 10px 10px 0 0;
   }
  .testimonials_section .container { padding: 0 }
  .testimonial_slide { padding: 0 }
  .testimonial_slide h3 { font-size: inherit; font-weight: normal; padding: 0; margin: 0; font-family: inherit;}
  .testimonial_slide .slide-header {
    font-size: 16px;
    line-height: 1.1;
    max-width: 260px;
    line-height: 1;
    padding: 13px 18px;
    background: #03ACF4;
    border-radius: 0 20px 20px 0;
    color: #FFF;
    height: 74px;
    position: relative; 
  }
  .testimonials_section { padding-top: 35px;         background: #E6F7FE;}
  .testimonials_header p { font-size: 15px; line-height: 23px; padding-bottom: 31px; }
  .testimonial_slide_content { padding: 20px; margin-top: -40px; padding-top: 62px }
  .testimonial_slide_content .link {  color: #026792; text-decoration: underline; }
  .testimonials_slider_wrapper { width: 100%; margin-top: -51px; }
  .testimonials_section_wrapper { display: flex; flex-direction: column; padding-bottom: 20px;}
  .testimonials_section_wrapper .markers-grey { top: unset; order:3; }
  .testimonials_arrows { display: none }
  .testimonials_section_wrapper .marker-grey { max-width: 340px; width: 100%; background: #FFF }
    .timeblock { padding-block: 30px; background: #E6F7FE}
  .timeblock .timewrapper { padding-right: 19px; gap: 10px; margin-right: 6px; align-items: unset; border-color: #AFAFAF}
  .timeblock .accordion { box-shadow: unset }
  .timeblock .accordion:before { right: -36px; background: #959595}
  .timeblock .accordion:first-child {
        margin-top: 0;
        max-width: unset;
        padding: 18px 22px;
  }
  .timeblock .accordion-box { max-width: unset }
  .timeblock .accordion .marker { font-family: "Urbanist", sans-serif; font-size: 20px; }
  .timeblock .accordion .marker + p { font-size: 18px; }
  .timeblock .accordion-panel { max-width: unset }
  .video-block { margin: 0 -20px; box-shadow: unset; padding: 0; background: unset}
  .video-player-nf .text-block { max-width: 380px; margin: 0 auto; padding: 0 20px; }
  .video-player-nf .text-block .f20 { font-size: 16px; line-height: 23px; margin-bottom: 18px!important}
  .video-block .video-player-nf .relative { margin-bottom: 10px; }
  .video-block .meta-block { font-size: unset }
  .video-block .meta-block .author { font-size: 14px; line-height: 20px; }
  .video-block .meta-block .author-yt { font-size: 11px; line-height: 15px; display: flex;
        gap: 5px;
        align-items: center;text-align: left; margin: 6px 0 0 0 }
  .buhgaltung { background: unset;     display: flex;  flex-direction: column; padding-top: 62px; padding-bottom: 109px;}
  .tuev-container-new-txt { text-align: center; font-size: 14px; line-height: 19px; order: 3;
    grid-column: span 2;}
  .tuev-container-new { border-radius: 0; padding-bottom: 25px; order: -2; margin: 0; max-width: unset;}
  .tuev-container-new .tuev-container-new-row { display: grid;  grid-template-columns: 1fr 1fr; gap:0; }
  .tuev-container-new .tuev-container-new-approved { box-shadow: none; background: unset; text-align: center; padding-inline: 10px; text-transform: uppercase; padding-top: 60px;}
  .tuev-container-new .tuev-container-new-tuev-link { max-width: 121px; transform: translateY(-44px); margin-bottom: -9px}
  .buhgaltung .f { flex-direction: column;}
  .buhgaltung .f > div:first-child { display: none}
  .buhgaltung #devices-mobile { display: block!important; margin-top: 62px }
  .buhgaltung #devices-mobile img { width: 100% }
  .buhgaltung .title { margin-block: 31px 29px; }
  .buhgaltung .f2.pad { padding: 0 20px; max-width: 380px; width: 100% }
  .kostenlos .white-box { padding-block:  26px;  max-width: 350px; margin: 0 auto; }
  .kostenlos .white-box p.f20 { font-size: 16px; }
  .kostenlos .white-box p.f20 +div { height: 29px!important }
  .kostenlos { margin-bottom: -50px }
  .kostenlos .btn { font-size: 20px; line-height: 26px;}
  .slider-app .inner-content__item img { width: 100% }

  section.seals .seals-container .left { 
    display: grid;
    grid-template-columns: 72% 28%;
    gap: 10px; 
    justify-items: start;
    position: relative;
  }
  section.seals .seals-container .left .ntv-image {     grid-row: span 2;
    display: block;
    height: auto!important; }
  section.seals .seals-container { max-width: 360px }
  section.seals .seals-container .left .seals2 { display: flex!important; gap:16px; }
  section.seals .seals-container .left .seals2 div { flex: 1; max-width: 127px;}
  section.seals .seals-container .left .seals2 a { width: 27vw; max-width: 105px; }
  section.seals .seals-container .left .seals2 img { width: auto !important;  height: auto !important;   max-width: 100%;}
  section.seals .seals-container .left .seals2 > div > div > img { width: 27vw}
  section.seals .seals-container .left .seals3 { display: flex!important; height: 15vw; gap: 9px; max-height: 59px }
  section.seals .seals-container .left .seals3 img { max-width: 100%; flex: 1; width: 100%;  height: 100%;}
  section.seals {
      margin-top: 0;
      padding-top: 30px;
      background: #FFF;   
  }
  #Empfangen, section.seals + .rabatt-b { background: #FFF; padding-top: 32px; }
  #Empfangen { padding-top: 10px; }
  .mitclicks, #Buchhaltung { background: #F3F1F1 }
  section.seals .seals-container .right { flex-direction: row; justify-content: flex-start;}
  section.seals .seals-container .right .last { order: 1; }
  section.seals { padding-inline: 20px; }
  .serien-mob { position: absolute;
    right: 4%;
    display: block!important;
    bottom: -57px;
    height: auto !important; }
   .number-list li::before { width: 28px; height: 28px; line-height: 28px; font-size: 18px; }
   .number-list li { margin-bottom: 8px; font-size: 16px; line-height: 17px; }
}
@media (max-width: 640px) {
  .rabatt-b.rsecond { padding: 24px 0 0 }

  .rabatt-button-wrapper-mobile p { display: none }
  .rabatt-banner { height: 203px; background-size: 108%;  padding-left: 26%; } 
  .rabatt-text p { font-size: 16px; line-height: 21px; margin-left: -14px;}
  .rabatt-text p span { display: block }
  .rabatt-text p span + span { margin-left: 10px; }
  .rabatt-text p + p { font-size: 20px; line-height: 24px; text-align: left; margin-left: 14px;}
  .rabatt-banner .percent { right: -5px }
  
  .rabatt-b {
      background: #FCFAFA;
  }
  .rabatt-b.rsecond { margin-block: 55px 67px; background: unset}
}
@media (max-width: 600px) {
  
  .hero-slider .slick-slide img {display: none}
  .hero-slider .slick-slide img.mobile-image {display: block!important; margin: 0 auto;}
  
  
  
  
  
  #logo { max-width: 150px; padding-inline: 15px; }
  #logo svg { width: 100% }

}
@media (max-width: 500px) {
  
  .header_best_deal { padding: 0 10px; width: 100%;}
  #logo { display: flex; align-items:center;}
  header .right .sparen { width: 100% }
  .header_deal { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160.104' height='5.32' viewBox='0 0 160.104 5.32'%3E%3Cpath id='Unterstreichung' d='M1288.075,842.722s121.9-4.773,156.857,0' transform='translate(-1286.518 -839.09)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 30px;
    line-height: 37px;
  }
  .rabatt-banner { height: 160px; background-size: 108%;  padding-left: 26%; } 
  header { padding-right: 0px; align-items: unset; }
  header .right .sparen button { padding-inline: 12px  }
  header .right  {  background: #F9EA71;  }
  .header_discount { font-size: 19px; padding-bottom: 0 }
  .header_line {display: none}
  .title { font-size: 30px; line-height: 40px;  }
  
  .hero .right { padding-left: 0 }
  .hero { padding-inline: 0; }
  
  .rabatt-banner .title { text-align: center;}
  .rabatt-banner { padding-block: 13px 16px; } 
  .rabatt-banner .title { font-size: 25px; line-height: 35px }
  .rabatt-b .container { padding-inline: 10px  }

   .image-overlay {
        padding-top: 40px;
      }

      .image-container>img {
        max-width: 95vw;
        max-height: 85vh;
      }

      .close-btn img {
        width: 32px;
        height: 32px;
      }
}

@media (max-width: 450px) {
  body { font-size: 16px; line-height: 26px }
  .video-block .author-yt { margin-left: 0;  }
  
}
@media (max-width: 380px) {
  .rabatt-banner .percent{
    transform: scale(.7);
    top: -108px;
    right: -22px;
  }

}
@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; }
  .header_deal { font-size: 28px; }
  .header_discount { font-size: 16px; }
  .rabatt-banner { background-size: cover;} 
  .rabatt-banner .btn { font-size: 18px; } 
  section.seals .seals-container img { height: 50px; width: auto }
  .mitclicks .item-box .num-block { padding-left: 0 }
  .mitclicks .item-box .num { margin-left: 3px }
  .mitclicks .item-box ul {
        max-width: 281px;
        margin: 0 auto;
  }
  section.seals .seals-container .left .seals3 { gap:6px; }
}












