    @-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  list-style-type: none;
  /* font-weight: 100; */
}
body {
  overflow-x: hidden !important;
  font-family: "Inter";
  font-weight: normal;
  font-size: 16px;
}
.wrapper { max-width: 500px; margin: 0 auto; overflow: hidden; position: relative; }
.tuev_img_a img {
  max-width: 100%;
  width: 112px;
}

html {
  scroll-behavior: smooth;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 500;
}
.fw-bold, .fw-900 {
  font-weight: 700;
}
.white_color, .cl_white {
  color: white;
}
.text_align {
  text-align: center;
}
.font-weight-bold {
  font-weight: 600;
}
.mx-auto { margin-inline: auto; }
.mb-10 { margin-bottom: 10px; }
.mb-16 { margin-bottom: 16px; }
.mb-22 { margin-bottom: 22px; }
.img-fluid { max-width: 100% }
.relative { position: relative;}
.verveine {
  font-family: "verveine", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0e9e58;
  font-size: 22px;
}
.text-center { text-align: center; }  
.slick-arrow { border: none; background: none }
.list > li {
    list-style-type: none;
    /* padding-left: 34px; */
    padding-left: 29px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    font-weight: 400;
}
.list > li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 12px;
    top: 5px;
    background-image: url(/resources/B1_Redesign/images/check_green.png);
    background-size: contain;
  }
  .text-mark-green,
.text-mark-yellow {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
}

.text-mark-yellow {
  background: #ffeb77;
}
.text-mark-green {
  background: #a8edba;
}
/* FIXED HEADER */

.fixed_header {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  max-width: 500px;
  margin: 0 auto;
}
.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
  gap: 26px;
}
.header_best_deal {
  background-image: url("/resources/B1_Redesign/images/header_yellow_hex.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 27px;
  text-align: center;
  background-size: contain;
  width: 240px;
}
.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;
  font-size: 14px;line-height: 26px;
}
.header_line {
  height: 2px;
  width: 28px;
  background: black;
}
.header_left {
  height: 100%;
}

.ekomi_content_left_fist_row p {
  font-size: 22px;
}
.header_discount {
  font-size: 19px;
  color: #ff4554;
  padding-bottom: 5px;
  font-family: "Urbanist", sans-serif;
}
.header_discount:hover,
.header_discount:visited,
.header_discount:active {
  color: #ff4554;
}
.header_div_wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header_div_wrapper .banner_btn {
  margin: 0;
}

.header_div_wrapper .banner_btn:hover {
  text-decoration: none !important;
  cursor: pointer;
  color: #fff;
}
.header_left {
    display: flex;
    gap: 0px;
    align-items: center;
}
.orange_button_price:hover,
.orange_button_price:visited {
  color: #fff;
  text-decoration: none !important;
}

.footer_orange_button:hover,
.footer_orange_button:visited {
  color: #fff;
  text-decoration: none !important;
}

.header_deal_wrap_a,
.header_deal_wrap_a:hover,
.header_deal_wrap_a:visited {
  color: #000;
  text-decoration: none !important;
}

a:visited,
a:hover {
  text-decoration: none !important;
}
h2 { font-size: 26px; line-height: 30px; font-weight: 400; font-family: "Urbanist", sans-serif }
h4 { font-size: 22px; line-height: 26px; font-weight: 400 }
.orange_button {     
    margin: 0;
    outline: none;
    list-style-type: none;
    box-sizing: border-box;
    text-decoration: none;
    color: white;
    font-family: "Urbanist", sans-serif;
    line-height: 2rem;
    background-image: url(/images/btn-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: right 24px center;
    transition: all 0.3s;
    white-space: nowrap;
    background-color: #f07d00;
    border-color: #f07d00;
    font-weight: 500;
    padding: 6px 50px 6px 12px;
    border-radius: 5px;
    box-shadow: unset;
    font-size: 18px;
    display: inline-block;
}
.hero_section {
    background-color: unset;
    background-position: bottom center;
    background-size: cover;
    margin-bottom: 13px;
    background-image: url(/resources/B1_Redesign/images/header_green_background.png);
    background-repeat: no-repeat;
}
.hero_section_content_header {
    padding-top: 86px;
}
.hero_section_content_header h1 {
        font-size: 26px;
        line-height: 34px;
        text-align: center;
    font-family: "Urbanist", sans-serif;
    font-weight: 100;
            padding-top: 0px;
    }

.hero_section_content_header p {
        padding: 17px 0;
        font-size: 14px;
        line-height: 20px;
        font-family: "Urbanist", sans-serif;
        max-width: 308px;
        margin-inline: auto;
        text-align: center;
        font-weight: 100;
    }    

    .hero_section_main {
        display: flex;
        gap: 10px;
        flex-direction: row;
        justify-content: flex-end;
        padding-bottom: 30px;
        align-items: flex-start;
        padding-top: 0;
    }
.hero_section_main_left {
    position: relative;
}

    .hero_laptop
    {
        width: 334px;
        margin-right: -15px;
    }

.seals {
    position: absolute;
    bottom: -17px;
    width: 96%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0;
    max-width: 73px;
    right: 0
}
.seals .hero_kt { width: 90px;
    transform: translateX(10px);
  }

.hero_section_main_right {
        display: flex;
        flex-direction: column;
        min-width: 59%;
        align-items: flex-start;
        font-size: 14px;
        color: #fff;
    }
  .hero_section_main_right ul {
    font-weight: 100;
}
  .hero_section_main_right ul li {
    line-height: 1.5em;
    padding-bottom: 8px;
    position: relative;
    padding-left: 26px;
}
.hero_section_main_right ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 12px;
    top: 5px;
    background-image: url(/resources/B1_Redesign/images/check.png);
    background-size: contain;
    
}


.hero_section .orange_button {
    margin-left: 10px;
}

.header_video_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 513px;
    background-color: #fff;
    
    border-radius: 20px;
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
    
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    flex-wrap: wrap;
        padding: 5px 10px;
        max-width: 300px;
        flex-direction: column;
        margin: 0 auto 50px;
}

.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;
     z-index: 1002;
}

.gif-container {
    padding: 3px 0;
}

.header_video {
    position: relative;
    display: none;
 }
 .header_video_wrapper .social {
        flex-direction: row !important;
    }
  .header_video_content .social {
    display: flex;
    align-items: center;
    gap: 5px;
}
.social.active {
    display: flex;
    flex-wrap: wrap;
}

 .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 {
     color: #000; 
}
.modal-right-content {
 
    align-items: flex-start;
}

.black_week_a { transform: unset!important; top: 0!important; }
.black_week_a .banner_content_wrapper { width: 100%!important; margin: 0!important }
.black_week_a .banner_right { width: 100% }
.black_week_a, .black_week_a:hover, .black_week_a:active, .black_week_a:visited, .black_week_a:focus { overflow: unset!important; }
.black_week_a .banner_right, .black_week_a .banner_content { flex-direction: column; align-items: center; }

.top_video_section { margin-top: 22px }
.top_video_section h2 { max-width: 225px;  margin: 0 auto; font-weight: 400; margin-bottom: 34px; font-size: 14px; line-height: 20px;}
.top_video_section_wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    
}
.top_video_left {
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: transparent linear-gradient(131deg, #28b4e7 0%, #004183 100%) 0%
    0% no-repeat padding-box;
    padding: 24px 28px;
    gap: 20px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.top_video_left > div {
        width: 100%;
    }

.tuev_img_a img
 {
    max-width: 100%;
    width: 112px;
}

    .top_video_center {
        order: -1;
        width: 100%;
        gap: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .top_video_wraper {
        padding-bottom: 56.25%;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }

        .top_video_wraper iframe#top_video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .top_video_center .muteIcon, .paypal_video_wrapper .muteIcon2, .video_overlay_wrapper .muteIcon3 {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    width: 100%;
    height: 100%;
    max-height: 495px;
    top: 0;
    left: 0;
}
.top_video_center .muteIcon img, .paypal_video_wrapper .muteIcon2 img, .video_overlay_wrapper .muteIcon3 img {
    width: 5.104167vw;
    height: auto;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
    .top_video_section_wrapper, .top_video_logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }
    .top_video_logos  { gap: 10px; }

.top_video_logos, .top_video_logos_wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 319px;
    justify-content: space-between;
    width: 100%;
}
    .top_video_logos_wrapper div {
        margin-bottom: 10px;
    }
    .top_video_logos_wrapper img {
        
    }
    .top_text_absolute { 

    position: absolute;
    text-align: center;
    background-color: #f3f1ef;
    border-radius: 25px 0 25px 28px;
    box-shadow: 0 0 13px 0px #cacaca;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 20px;
    bottom: unset !important;
    top: 40cqw;
    left: 10cqw;
    }
    .top_text_green_absolute {

      position: absolute;
      background-color: #d9f3e6;
      border-radius: 10px;
      right: unset;
      top: -16px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
    }
    .top_text_green_absolute p {
    color: #0e9e58;
    font-size: 16px;
    padding: 6px 10px;
    text-align: left;
}
.content-video .container {
        box-shadow: none !important;
        justify-content: center !important;
        padding: 0 !important;
        flex-direction: column;
        gap: 10px !important;
        margin-bottom: 20px;
        width: 100%;
    }
        .content-video .container video {
        border-radius: 20px;
    }
    .logos-wrapper {
        background: url(../images/X-Push-Symbol.svg) center top no-repeat #fefadb;
        background-size: contain;
        display: flex;
        padding: 18px;
        margin-inline: -15px;
        margin-bottom: 35px;
        justify-content: center;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
        gap: 23px;
    }
        .top_logos {
        display: flex;
        max-width: 218px;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
        row-gap: 37px;
        margin: 0 !important;
        padding-top: 13px;
        gap: 15px;
        justify-content: flex-start;
        align-items: center;
    }

    .top_logos > div {
      position: relative;
    border-radius: 10px;
        width: auto;
        display: inline-block;
    }
        .top_logos > div img:nth-child(1) {
        width: auto !important;
        height: 61px !important;
    }
    .stern_seriensieger_abs {
    position: absolute;
    width: 113px;
    top: -46px;
    right: -44px;
}
    
        .logos-mobile {
        display: flex !important;
        width: 100%;
        justify-content: center;
        gap: 28px;
    }
        #eKomiWidget_default img {
        height: 93px;
    }


    .cleints_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(45deg, rgba(229, 229, 229, 1) 0%, rgba(241, 242, 241, 1) 33%, rgba(240, 241, 240, 1) 64%, rgba(223, 223, 223, 1) 100%);
    border-radius: 10px;
}

.cleints_div img {
        height: 18px;
        margin-bottom: 0 !important;
    }
        .clients_count {
        font-size: 22px;
        line-height: 27px;
        color: #0e9e58;
    font-family: "Urbanist", sans-serif;
    font-weight: bold;
    }
    .clients_text {
        font-size: 13px;
        margin-bottom: 3px !important;
        line-height: 13px;
    }
    .clients_date {
    background-color: #d3d3d3;
    border-top: 1px solid #fff;
    padding: 5px 32px;
    font-size: 11px;
    color: #5a5a5a;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 9px;
        padding: 1px 7px;
}

.top_logos_button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    align-self: end;
    margin: 0 auto;
            flex-direction: column;
        padding: 10px 0;
}

    .top_logos_button p {
        font-size: 14px;
        text-align: center;
    }
    .automatisieren {
      background-color: #f3f1ef;
      padding-block: 29px 40px;
    }
    .automatisieren h2 { margin-bottom: 11px; }

    .automatisieren_table { max-width: 364px; margin: 0 auto; width: 100%; margin-top: 26px; 
          display: flex;
        justify-content: center;
        background: #fff;
        margin: 0 auto;
        border-radius: 15px;
        box-shadow: 0 0px 50px 11px rgba(59, 59, 59, 0.07);
        font-size: 11px;
        line-height: 16px;
      }
      .automatisieren_wrapper { margin-bottom: 26px;}
      .automatisieren_table_left {
    border-right: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    padding: 7px 0 0 35px;
}
    .automatisieren_table_right .automatisieren_table_header
    {
      padding: 7px 0 0 9px;
    }
    .automatisieren_table_right, .automatisieren_table_left {
        width: 50%;
    }
.automatisieren_table_header {
    position: relative;
    border-bottom: 1px solid #dedede;
}
    .automatisieren_table_header h2 {
        font-size: 18px !important;
        font-weight: 800;
        padding-bottom: 6px;
        margin-bottom: 0;
        line-height: 25px;
    }
    .automatisieren_table_header img {
        width: 20px;
        top: 20px !important;
    }
    .automatisieren_table_content_left {
    padding: 18px 20px 18px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}
.automatisieren_table_header {
    position: relative;
    border-bottom: 1px solid #dedede;
}
    .automatisieren_table_content_right { padding-right: 22px }
    .automatisieren_table_content_flex {
    display: flex;
    border-bottom: 1px solid #dedede;
    padding: 18px 0px 20px 9px;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    flex-direction: column;
}
    .automatisieren_table_content_left h3, .automatisieren_table_content_right h3 {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .automatisieren_table_content_flex p {
    font-weight: 500;
    line-height: 1.5;
  }
  .automatisieren_table_content_flex > img {
        width: 47px;
        position: absolute;
            right: -18px;
    top: -10px;
    }
    .automatisieren_table_content_flex img.last {
        right: -18px;
        bottom: -10px;
        top: unset;
    }
        .automatisieren_icons_red_arrow {
        position:absolute;top:20px;
        right: -7px;
    }
    .dot {display: flex; gap: 4px; margin-bottom: 9px;}
    .automatisieren_icons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        justify-content: space-between;
        padding-top: 18px;
    }
        .automatisieren_icons > div {
          display: flex;
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 10px;
    }

    .schnittstellen_left {
        width: 32%;
        
        background-position: top left;
        background-repeat: no-repeat;
        height: auto;
        background-attachment: initial;
        background-image: url(/resources/B1_Redesign/images/mobile/partner-mobile.png);
    }
    .schnittstellen_wrapper {
    max-height: 550px;
    overflow: hidden;
    display: flex;
    gap: 14px;
}
.schnittstellen_right { 
  position: relative;
  padding-block: 38px;
}
.schnittstelen_modal {
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    color: #0e9e58;
    text-decoration: underline;
    padding-bottom: 20px;
    font-weight: 600;
}
.schnittstelen_companies { font-size: 14px;  line-height: 20px; margin-top: 22px;}
    .schnittstellen_right h2 {
        font-family: "Urbanist", sans-serif;
        font-size: 30px !important;
        line-height: 37px;
        font-weight: bold;
    }
.schnittstellen_right h3 { font-family: "Urbanist", sans-serif; font-weight: 400; font-size: 22px; }

        #company-name {
        display: block;
        width: fit-content;
        font-size: 20px;
        margin: 15px 0 4px;
            background: #f7f7f7;
    padding: 4px 8px 6px 8px;
    border-radius: 10px; 
    }
    .ohne-aufprei {
        position: absolute;
        top: 23px;
        left: 169px;
        width: 129px;
    }

 .watch_slider_section, .online_banking, .ekomi_section, .video_starten {
    background: #F3F1EF;
  }

  .online_banking { padding: 30px 0 }
  .video_starten_wrapper {
    display: flex;
    flex-direction: column;
        align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}
.erklär-video_img {
    position: absolute;
    left: -30px;
    top: 25px;
}
.video_starten_left_wrapper { position: relative; width: 100% }
    .video_starten_left_content, .video_starten_left_wrapper, .video_starten_left_wrapper img {
        width: 100%;
    }
    .video_button {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    border: 0px;
    background: none;
    cursor: pointer;
}
.video_starten_left_content {
        display: flex;
        flex-direction: column-reverse;
    }
    .video_starten_left_content .content {
        
        padding-block: 21px 18px;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
        .video_starten_left_content .content p {
        max-width: 190px;
        font-size: 14px !important;
    }
    .green_link {
    color: #0e9e58;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}
.rechnungen {
    padding: 30px 0 41px;   
}
.partners_section {
        padding: 30px 0 0;
    }
.finanzamt_pfilchten {
        padding: 30px 0 20px;
    }
.blick_ins_produkt { padding: 30px 0 70px; background:  #F3F1EF }    

        .rechnungen_wrapper, .online_banking_wrapper, .finanzamt_pfilchten_wrapper {
        max-width: 300px;         margin: 0 auto;
    }
    .rechnungen_wrapper h2 + p:after, .online_banking_wrapper h2 + p:after, .finanzamt_pfilchten_wrapper h2 + p:after, .btm-line:after {
        display: block;
        content: "";
        border-bottom: 1px solid #b7b7b7;
        width: 104px;
        margin: 15px auto 20px;
    }
        .tab-cust-container-inner {
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        height: fit-content;
    }
        .tab-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
        .tab-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
        li.tab-cust-select {
        flex: 1 1 33%;
    }
        li.tab-cust-select:last-child {
        flex: 0 1 50%;
    }
     
    .tab-list li .tab-badge {
    position: absolute;
    top: -15px;
    z-index: 2;
    left: -20px;
}
.tab-list li button {
    max-width: 100%;
    cursor: pointer;
    border: none;
    display: block;
    transition: 0.2s;
    font-size: 16px;
    line-height: 17px;
    border-radius: 100px;
    padding: 6px 10px;
    margin: 0;
    min-height: 33px;
    box-shadow: none;
    width: 100%;
    text-align: center;
    background: #eae6e6;
    position: relative;
    font-family: inherit;
    color: #131010;
    
}
.tab-list .active button, .tab-list button:hover {
    color: #fff;
    background: #f07d00;
    border-color: #f07d0000;
    position: relative;
    font-weight: bold;
}
.tab-panel {
    display: none;
}
    .tab-panel-wrapper {
        flex-direction: column;
        display: flex;
        gap:22px;
    }
        .tab-img img {
        border-radius: 15px 15px 0 0;
        max-width: 100%;
        display: block;
    }
.tab-img {
    background: #f07d00;
   
    text-align: center;
    margin-left: 0;
    
    display: inline-block;
    max-width: 100%;
    width: 100%;
            padding: 0px 0 8px 0;
        border-radius: 20px 20px 0 0;
}
.tab-img_green { 
    background: #0E9E58;
    padding: 8px;
}
    .tab-content > .active {
    display: block;
    visibility: visible;
}

.tab-panel ul li:first-child {
    margin-top: 10px;
}
.tab-content-arrows { position: absolute;
  top: 126px;
  width: 100%;
  display: flex;
    justify-content: space-between;
 }
.tab-content-arrows .tab-content-arrow { background: none; border:none; }
.tab-content-arrow.tab-prev { margin-left: -30px; }
.tab-content-arrow.tab-next { margin-right: -30px; transform: scaleX(-1); }

.finanzamt_pfilchten .tab-img { height: 278px; overflow: hidden; padding: 8px; border-bottom: 8px solid #f07d00 }
.finanzamt_pfilchten .margin_top { margin-top: 40px; text-align: center;}

    .rechnungen_wrapper .note-wrapper .click-text {
        font-size: 14px !important;
        text-align: center;
        padding-left: 30px;
    }
.note-wrapper {
    max-width: 100%;
    padding: 30px 0px 30px 0px;
        background-image: url(/resources/B1_Redesign/images/note-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 326px;
    
    z-index: 1;
    text-align: left;
}

        .rechnungen_wrapper .note-wrapper {
        order: 1;
        left: 0;
        padding-left: 0 !important;
    }
.slider_header { width: 300px; margin: 0 auto; display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 20px; }
.tab-cust-selector {     max-width: 100%;
    cursor: pointer;
    border: none;
    display: block;
    transition: 0.2s;
    font-size: 16px;
    line-height: 21px;
    border-radius: 100px;
    padding: 6px 10px;
    margin: 0;
    min-height: 33px;
    box-shadow: none;
    width: 100%;
    text-align: center;
    background: #eae6e6;
    position: relative;
    font-family: inherit;
    flex: 1 1 33%;
    color: #131010;
 }    
.tab-cust-selector.active_slider, .tab-cust-selector:hover{
    color: #fff;
    background: #f07d00;
    border-color: #f07d0000;
    position: relative;
    font-weight: bold;
}
.logo_bafin { position: absolute; bottom: -11px; left:50%; transform: translateX(-50%); width: 150px; }
    .notes-info.animation-vertical {
        animation: unset;
        position: relative;
        bottom: unset;
        left: auto;
        top: unset;
        right: unset;
        margin: 22px auto;
        width: 300px;
        padding: 0;

        box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    text-align: left;
    border-radius: 10px;
    }
    .note-content {
    border-radius: 5px;
    padding: 14px 26px;
    display: none;
    animation: fade-in 1s backwards;
}
.note-content.active {
    display: block;
}

.number-list {
    counter-reset: number-counter;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.number-list li {
    margin: 0 0 8px 0;
    counter-increment: number-counter;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    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;
    
    background: #01be56;
    color: #fff;
    text-align: center;
    
    border-radius: 50%;
    font-weight: 800;
    margin-right: 15px;
    
    flex-shrink: 0;
    width: 28px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
}
.pagination-app { position: absolute;
    width: calc(100% + 45px);
    top: 45px;
    display: flex;
    justify-content: space-between; z-index: 1
}
.pagination-app .slick-arrow { margin-left:-45px;  }
.slider-next { transform: scaleX(-1); }
.bitte-clicken { position: absolute;     bottom: -51px;
    left: -40px; width: 210px}
.handly_slider_content { width: 300px; margin: 30px auto }    
.handy_slider_wrapp { width: 239px; margin: 0 auto; height: 352px;
    overflow: hidden; }
.handy_slider_wrapp img { max-width: 100% }
.handy_slider_arrows_dots { position: absolute; top:300px; width: 100%; z-index: 1}
.handy_slider_arrows_dots > div { max-width: 370px; display: flex; justify-content: space-between; margin: 0 auto}
.immer {
        left: 58%;
    width: 100px;
    top: 104px;
        position: absolute;
        max-width: 100%;
    }
.green_block {
    background-image: url(/resources/B1_Redesign/images/bg.webp);
    background-position: center;
    background-color: #0e9e58;
}
.green_block_header { 
    color: #FFF;
}
    .green_block_wrapper {
        padding-block: 30px 40px;
    }
        .green_block_header p {
        padding-top: 8px;
    }
    .green_block_cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 26px;
    flex-direction: column;
}
    .green_block_card {
        flex-direction: row;
        max-width: 300px;
        justify-content: space-between;
        gap: 16px;
        align-items: flex-start;
        background: #fff;
    border-radius: 10px;
    padding: 20px;
    min-width: 300px;
        text-align: center;
        display: flex;
    }
        .green_block_card > div:first-child {
        width: 38px;
        text-align: center;
        padding-top: 10px;
    }
        .green_block_card > div + div {
        width: 206px;
        min-width: 206px;
    }
        .green_block_card h3 {
        font-size: 24px !important;
        line-height: 31px !important;
        text-align: left;
        font-weight: 700;
    font-family: "Urbanist", sans-serif;
    
    }
    .green_block_card p {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        text-align: left;
    }
    .green_block_card img {
        max-width: 100%;
    }

.watch_slider_section { padding: 30px 0 }
    .watch_slider_right {

        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        margin-bottom: 30px;
        position: relative;
    }

    .watch_slider_arrows {
        position: absolute;
        left: 50%;
        display: flex;
        gap: 15px;
        z-index: 1;
        transform: translateY(-8px);
    }
    .watch_slider_slide {
        border-radius: 10px;
    }
    .watch_slider_slide > div {
        display: flex;
        padding: 20px 0;
        flex-direction: row;
        gap: 10px;
        min-height: 233px;
        justify-content: flex-end;
        position: relative;
        align-items: flex-start;
        max-width: 363px;
        margin: 0 auto
     }
        .watch_images.mobile {
        position: absolute;
        right: 232px;
        top: 17px;
        height: 220px;
    }
    .watch_slider_slide div div {
        background: #fff;
        border-radius: 10px;
        padding: 20px 0;
        padding-left: 25%;
        
        width: 100%;
        max-width: 300px;
        min-height: 131px;
        display: flex;
        align-items: center;
        margin-right: 10px;
                flex-direction: row;
        gap: 10px;
        font-size: 14px;
        line-height: 20px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
    }

.testimonials_section { background: #FFF; padding: 40px 0; }
.testimonials_section h2 { margin-bottom: 7px; }
.testimonials_section h2 +  p { margin-bottom: 21px; }
.testimonials_all_images { display: flex; gap: 3px; }
.testimonials_all_images img { max-width: 100%; border-radius: 10px; opacity: 0.6 }
.testimonials_all_images .active img { opacity: 1 }
    .testimonials_centered_image-mobile {
        display: block !important;
        margin: 0 auto;
    }
    .testimonials_centered_image-mobile img {
        display: none;
        border-radius: 10px 10px 0 0;
    }
        .testimonials_centered_image-mobile img {
        display: none;
        border-radius: 10px 10px 0 0;
        max-width: 100%
    }
    .testimonials_centered_image-mobile img.active {
        display: block;
    }
.testimonials_content_images_wrapper {
    width: 300px;
    margin: 25px auto 4px;
    position: relative;
}
.testimonials_arrows { position: absolute; top: 70px; width: 100%}
.testimonials_arrows .slider-prev { position: absolute; left: -32px; }
.testimonials_arrows .slider-next { position: absolute; right: -32px; }
.testimonial_slide .heading {
        background: #fff;
        border-radius: 0 10px 10px 0;
        padding: 6px 14px;
        display: inline-block;
        width: 82%;
    }

        .testimonial_slide_content {
        margin-top: -31px;
        border-radius: 15px 15px 0px 0;
        padding: 40px 17px 24px;
            background: #fef2e5;
    }
    .testimonial_slide_content .link { color: #026792; text-decoration: underline;}
.testimonials_slider_wrapper {
        margin-top: -55px;
}
    .video-block .video-player-nf {
    position: relative;
    
    background: #fff;
    border-radius: 20px;
    padding-bottom: 27px;
    color: #000;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.16);
    margin-bottom: 30px;
}
.video-block .video-player-nf .relative {
    padding-top: 56.25%;
}
.video-player-nf-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    z-index: 1;
}

.video-player-nf-overlay .video-player-nf-mute {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    cursor: pointer;
 
    max-width: 15%;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
}
.video-player-nf-overlay:not(.muted) .video-player-nf-mute {
  display: none
}
.video-block .video-player-nf iframe {
    border-radius: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.close-video {
    display: none;
}.video-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
            flex-direction: column;
}
    .video-description-wrapp {
        max-width: 300px;
        margin-block: auto;
        display: flex;
        flex-direction: column;
        font-size: 12px;
        line-height: 16px;
    }
        .video-block .video-player-nf .title {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin: 23px 0 7px 0 !important;
        font-weight: bold;
    }
    .social {
    
    background: #fbef94;
    padding: 3px 10px 3px 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #141010;
    gap: 7px;
    width: max-content;
    align-items: center;
    font-size: 12px !important;
        margin-block: 10px 27px;
        display: flex;
        flex-direction: column;
    margin-inline: auto !important;
}
.social.active {
    display: flex;
    flex-wrap: wrap;
}
.social .social-text {
        margin-left: 7px;
    }
        .video-arrows {
        display: none;
        padding: 0 30px;
    }
        .video-block-thumb {
        width: 300px;
        margin: 0 auto;
    }
    .video-block1::before, .video-block1::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    
    top: 0;
    z-index: 2;
}
    .video-block-thumb .extra-video-arrow {
        display: block !important;
        position: absolute;
        bottom: 100px;
        text-indent: -9999px;
        width: 50px;
        height: 50px;
        background: url(../images/slider_orange_button.png);
        background-size: cover;
        border: none;
        z-index: 1;
        top: 8px;
        
    }
        .video-block-thumb .extra-video-arrow.video-extra-prev {
        left: -25px;
    }
        .video-block-thumb .extra-video-arrow.video-extra-next {
        right: -25px;
        transform: scaleX(-1);
        left: unset;
    }
        .video-description-wrapp p:nth-child(2) {
        order: -1;
    }
    .slider-video-thumb .slick-slide {
    position: relative;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
    font-family: "Inter";
    margin: 0 2px;
}
.slider-video-thumb .slick-slide { opacity: 0.6 }
.slider-video-thumb .slick-slide.slick-center { opacity: 1 }
.slider-video-thumb .slick-slide div {
    border-radius: 10px;
    border: 2px solid transparent;
    position: relative;
    
    overflow: hidden;
}
.slider-video-thumb .slick-slide.slick-center div {
    border: 2px solid #f07d00;
    }
.slider-video-thumb .slick-slide img {
    display: block;
    position: relative;
    object-fit: cover;
    object-position: center;
    width: 94px;
    height: 59px!important    
}
    
    .slider-video-thumb .slick-slide div:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
}
.slider-video-thumb .slick-slide.slick-center span {
    color: #f07d00;
    font-weight: 600;
    font-size: 12px;
}

/* tooltip */
.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: 490px;
  line-height: 1.5;
  z-index: 99999999999999999999999;
  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%;
}

    .modal-tooltip, .tooltipe-custom {
        right: 0 !important;
        left: auto !important;
    }
/* tooltip */

.ekomi_section { padding: 27px 0 34px }
.ekomi_section h2 { margin-bottom: 24px }
.ekomi_section_wrapper { width: 300px; margin: 0 auto }
 .ekomi_content_left_fist_row {
    transform: scale(0.67);
    transform-origin: right;
    border: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ekomi_content_left_second_row {
    padding-left: 88px;
    padding-top: 0;
    padding-bottom: 11px;
        display: flex;
    align-items: center;
    border-bottom: 2px solid #f3f1ef;
    justify-content: center;
    
  }
  .ekomi_content_left_second_row div:first-of-type {
    width: 220px;
}
.ekomi_content_left_third_row { padding-top: 13px; display: flex; gap: 10px; flex-direction: column; }
  .ekomi_content_left > a {
    top: 16px !important;
    left: 18px !important;
    width: 69px;
  }
  .ekomi_content_left {
    position: relative;
    background: #fff;
    padding: 8px 18px 23px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
}
  .ekomi_content_left > a img {
    max-width: 100%;
  }
  .ekomi_content_left_second_row div p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
  }
  .ekomi_content_left_second_row p:first-child {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .ekomi_content_left_third_row * {
    font-size: 14px;
  }
  .ekomi_content_left_third_row p:first-child {
    max-width: 150px;
    margin: 0 auto;
  }
  .ekomi_content_right {
    overflow: unset;
    position: relative;
  }
  .ekomi_content_right,
  .ekomi_slider_wrapper {
    width: 300px;
    font-size: 14px;
    line-height: 20px;
  }
  .ekomi-slider-slide-time {
    font-size: 12px;
    padding-top: 6px;
  }
  .ekomi-slider-slide-hr {
    margin-block: 12px;
  }
  .ekomi-slider-slide {
    padding: 20px 24px 12px 24px;
  }
  .ekomi-slider-slide-verified {
    border-radius: 15px 0 0 15px;
    padding-left: 5px;
  }
  .ekomi_slider_arrows {
    position: absolute;
    top: 50%;
    transform: translate(-32px, -50%);
    width: calc(100% + 62px);
    display: flex;
    justify-content: space-between;
  }
  .ekomi-slider-slide {
    padding: 20px 35px;
    border-radius: 30px 30px 30px 0;
    background: #ffffff;
    position: relative;
    text-align: center;
            padding: 20px 24px 12px 24px;
}
.ekomi-slider-slide-verified {
    color: #0e9e58;
    background: #d6f3e4;
    padding: 5px 12px 5px 12px;
    position: absolute;
    font-size: 13px;
    top: 20px;
    right: 0;
    border-radius: 15px 0 0 15px;
    padding-left: 5px;
}
.ekomi-slider-slide-verified img {
    display: inline-block !important;
    vertical-align: middle;
}
.ekomi-slider-slide-stars {
    display: flex;
    align-items: center;
    gap: 5px;
        text-align: left;
}
.ekomi-slider-slide-time {
        font-size: 12px;
        padding-top: 6px;
            text-align: left;
    }
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.ekomi-slider-slide-hr {
        margin-block: 12px;
    }

    .ekomi-slider-slide-stars, .ekomi-slider-slide-time, .ekomi-slider-slide-review {
    text-align: left;
}

.ergebnisse_section {
    background-image: url(/resources/B1_Redesign/images/bg_orange.webp);
    background-position: center;
    background-color: #f07d00;
    padding-top: 30px;
    padding-bottom: 39px;
}

.ergebnisse_wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 300px;
    margin: 0 auto;
}
.ergebnisse_left { color: #FFF; }
    .ergebnisse_right {
        margin-top: 20px;
        display: flex;
    gap: 20px;
            flex-direction: column;
            font-size: 14px;
            line-height: 20px;
    }
        .ergebnisse_left h2 {
        padding-bottom: 17px;
        text-align: left;
    }
        .ergebnisse_left p {
        font-size: 16px;
        line-height: 23px;
        text-align: left;
    }
    .ergebnisse_right > div {
    display: flex;
    
    align-items: center;
    
    border-radius: 10px;
    background: #fef2e5;
    padding: 12px 18px;
    height: 83px;
}
.ergebnisse_right > div h3 {
        width: 90px;
        font-size: 38px !important;
        line-height: 1;
            font-family: "Urbanist", sans-serif;
    color: #f07d00;
    font-weight: 800;
    }

.partners_content_logos { 
    display: flex;
    gap: 8px;
}
.partners_content_logos div {
    flex:1;
}
    .logo-slider__item img {
        height: 10vw !important;
        opacity: 0.7;
    }
.partner_slide {
    display: flex !important;
    align-items: center;
    gap: 15px;
            flex-direction: column;
}
.partner_img {
        padding-top: 25px;
        max-width: 124px;
    }

        .partner_img img {
        max-width: 100%;
    }
        .partner_text {
        padding: 5px 17px 20px 24px;
        max-width: 100% !important;
        width: 100%;
    }
    .partner_text p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        width: 100%;
            text-align: left;
    }
        .partners_slider_wrapper {
        border-radius: 10px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
        margin-bottom: 31px;
      
    }
    .facher-mobile {
        position: absolute;
        right: -35px;
        top: 20px;
        display: block !important;
        z-index: 1;
    }
    .partners_content_top_right {
        position: relative;
    }
    .partners_content {
      width: 300px;
      margin-top: 20px;
      margin-inline: auto;
    }
    .partner_text span { font-weight: bold }
    .partner_text br { display: none }
    .partners_slider .slick-arrow {
        display: block !important;
        position: absolute;
        bottom: 100px;
        text-indent: -9999px;
        width: 36px;
        height: 36px;
        background: url(../images/slider_orange_button.png);
        background-size: cover;
        border: none;
        z-index: 1;
        left: -20px;
    }
    .partners_slider .slick-arrow.slick-next {
        left: unset;
        right: -20px;
        transform: scaleX(-1);
    }
        .logo-slider__item img {
        height: 10vw !important;
        opacity: 0.7;
    }
     .logo-slider__item.active img {
    opacity: 1;
  }
  .partners_content_logos .logo-slider__item.active:before {
    width: 100%;
  }
      .made_in_germany .container_spc {
        max-width: 300px;
        margin: 0 auto 
    }
        .made_in_germany_content {
        flex-direction: column-reverse;
        align-items: flex-start;
        display: flex;
    
    justify-content: space-between;
    }
    .made_in_germany_content div p {
    padding-bottom: 8px;
    font-size: 14px;    
}
.info-icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.389' height='14.389' viewBox='0 0 14.389 14.389'%3E%3Cpath d='M31.195,24a7.195,7.195,0,1,0,7.195,7.195A7.195,7.195,0,0,0,31.195,24Zm0,13.282a6.088,6.088,0,1,1,6.088-6.088A6.088,6.088,0,0,1,31.195,37.282ZM32.3,34.515a.553.553,0,0,1-.553.553,1.107,1.107,0,0,1-1.107-1.107V31.195a.553.553,0,0,1,0-1.107,1.107,1.107,0,0,1,1.107,1.107v2.767A.553.553,0,0,1,32.3,34.515Zm-2.214-6.364a.83.83,0,1,1,.83.83A.83.83,0,0,1,30.088,28.151Z' transform='translate(-24 -24)'/%3E%3C/svg%3E");
    width: 14px;
    height: 14px;
    background-size: contain;
    margin-top: -2px;
}
    .made_in_germany_logos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        width: 100%;
        margin-bottom: 20px;
            align-items: center;
    }

        .made_in_germany_logos img {
        max-width: 121px !important;
    }
    .made_in_germany_logos div:nth-child(2n) { display: flex; justify-content: flex-end; }
.tuev-container-new {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 40px !important;
  }
  .tuev-container-new-txt {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 16px;
    margin: 0!important;
            text-align: center !important;
  }
  .tuev-container-new .tuev-container-new-approved {
    box-shadow: none !important;
    align-self: self-start;
    padding-left: 13px !important;
    padding-bottom: 20px !important;
    margin-top: -43px;
        font-weight: 900;
    position: relative;
    font-family: "Urbanist";
    text-align: center;
    font-size: 44px;
        line-height: 35px;
        border-radius: 20px;
        padding: 25px 30px;
        margin-top: -30px;
  }
  .tuev-container-new .tuev-container-new-row {
    max-width: 300px;
    margin: 0 auto;
    gap: 0 !important;
    position: relative;
    flex-direction: column;;
  }
  .tuev-container-new .tuev-container-new-approved::after { display: none!important }
  .tuev-container-new .tuev-container-new-tuev-link img {
    width: 121px !important;
    position: absolute;
    top: -75px;
    right: 20px;
  }
  .tuev-container-new .tuev-container-new-tuev-link {
            margin: 10px 0 25px 0;
    margin-bottom: 20px !important;
  }
    .service-block {
    background: url(../images/brand_lp_Bild_Pokal_online.webp) top left
      no-repeat;
    margin-top: 0;
    background-size: cover;
    padding-bottom: 40px;
    position: relative;
  }
  .service-block-text p {
    font-size: 16px;
  }
  .service-block-inner {
    max-width: 300px !important;
    padding: 93px 0 0 !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
    
  }
  .ntv-stars { 
      position: absolute;
    left: 50%;
    top:8px;
  }
  .service-block-text {
    padding: 0 !important;
  }
  .service-block-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .service-block-text-p {
    margin-bottom: 14px;
  }
  .service-block-text-p span {
    display: none;
  }
  .service-block-img-siegel {
    display: none;
  }
  .service-block-img-siegel-mobile {
    display: block !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .service-block-items {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
        margin-top: 50px;
  }
  .service-block .service-block-item {
    width: 100%;
    min-height: 153px;
    padding-inline: 3px;
    margin: 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
        background: #ffff;
    border-radius: 10px;
    text-align: center;
    padding: 15px 3px;
  }
  .service-block .service-block-item-headline {
    padding-inline: 3px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .service-block-item div img {
    height: 22px;
    margin-bottom: 7px;
  }
  .service-block-item div {
    margin-bottom: 7px;
  }
  .service-block .service-block-item div:first-child {
    height: 22px;
  }
  .service-block .service-block-item * {
    font-size: 14px !important;
    line-height: 22px;
  }
    .service-block-img-siegel-mobile img {
        transform: scale(1.16);
        transform-origin: bottom right;
    }

        .black-week-wrapper {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .black_week_a { margin-top: 0!important }
    #testen { padding: 30px 0 80px}
    #testen h2 { margin-bottom: 8px; }
    #testen h2 + p { max-width: 305px; margin: 0 auto 28px;}
    .testen_wrapper { width: 300px; margin: 0 auto; position: relative; }
    .testen_left { position: relative;}
    .footer_fairgarantie { position: absolute; top:42%; right: -13% }
    .footer_fairgarantie.default { position: absolute; top:42%; right: -13% }
    .testen_right {
        width: 100%;
        padding-top: 26px;
    }
    .testen_right div {
    display: flex;
    align-items: center;
    gap: 12px;
    row-gap: 12px;
    column-gap: 12px;
    margin-bottom: 13px;
}
    .testen_right img {
        transform: scale(0.8);
    }
    .testen_right div p {
        font-size: 14px;

    }
    #testen.testen-alt div.buttons {
        flex-direction: column;
    }
        .firma_de_logo {
        display: none !important;
    }
.footer_smartphone {
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 0;
    width: 70px;
}
.footer_watch {
    position: absolute;
 width: 50px;
        left: 80px;
    bottom: 0;
 
}
.footer_fairgarantie {
        right: 0;
        bottom: 0;
        top: unset;
        width: 115px;
    }

    footer {
    background: #0e9e58;
    border-top: 1px solid #efefef;
    padding: 40px 0;
    }

    .green_block2_wrapper {
        max-width: 300px;
        margin-top: -75px;
        margin-inline: auto;
    }
    .form-container {
    
    background: #fff;
    margin: 0;
        padding: 13px 39px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(82, 82, 82, 0.2);
}
.form-container h2 {
     
        margin-bottom: 5px !important;
    }
        .form-container h2 + p {
        font-size: 14px !important;
        line-height: 17px !important;
        font-weight: 400 !important;
    }
    .form-wrapper {
    max-width: 300px;
    margin: 0 auto;
}
.form-group {
   position: relative;
   margin-bottom: 6px;
}
.form-control {
   
    margin: 0;
    font: inherit;
    font-family: inherit;
    line-height: 36px !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
    letter-spacing: 0.16px;
    height: auto !important;
    width: 100% !important;
    border-radius: 5px !important;
    padding: 0px 12px !important;
    display: block;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-size: 16px;
  }

  .footer_green_button {
    background: #0e9e58;
    border: none;
    color: #fff;
    font-family: "Urbanist", sans-serif;
    
    
    border-radius: 10px !important;
    background-image: url(/images/btn-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: right 24px center;
    
    transition: all 0.3s;
    
    font-size: 20px;
        width: 100%;
        padding: 7px 36px 7px 5px;
        border-radius: 5px !important;
}
.footer_orange_button:hover, .footer_orange_button:visited {
    color: #fff;
    text-decoration: none !important;
}

    .email-text-mobile {
        display: block;
        font-size: 14px;
        padding-top: 10px;
    }
    .footer_orange_button {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 7px 36px 7px 5px;
    font-size: 20px;
    border-radius: 5px;
    background-image: url(/images/btn-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: right 24px center;
    transition: all 0.3s;
    background-color: #f07d00;
    border-color: #f07d00;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.footer_links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto
}
.footer_links p {
    padding: 0 15px;
    position: relative;
}
    .footer-container a {
        font-size: 12px !important;
        color:#FFF;
    }
    .border_right::after {
    content: "";
    height: 60%;
    display: block;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 6px;
}

/* OVERLAY CSS */
.scroll-content { max-height: 41vh; overflow: scroll }
.overlay_background {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
  position: fixed;
  background: url(/images/overlay.png) repeat 0 0;
  cursor: pointer;
  display: none;
}
.overlay_background.active {
  display: block;
  z-index: 9999999999999;
}

/* MEIN KONTO OVERLAY */
.top_video_wraper, .paypal_video_wrapper, .video_overlay_wrapper {
        position: relative;
    padding-bottom: 56.25%;
}
.close_video_overlay {
    position: absolute;
    top: -31px;
    right: -31px;
    cursor: pointer;
    z-index: 1;
}
.mein_konto_overlay,
.paypal_overlay,
.schnittstelen_overlay,
.video_overlay {
  display: none;
}
.mein_konto_overlay.active,
.paypal_overlay.active,
.schnittstelen_overlay.active,
.video_overlay.active {
  display: block;
}
.mein_konto_overlay {
  background-color: #fff;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
  width: 95%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.mein_konto_header {
  text-align: center;

}
.mein_konto_header h4 {
  font-size: 24px;
  font-weight: 600;
}
.mein_konto_header p {
  margin: 30px 0;
}
.mein_konto_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  font-size: 14px; line-height: 20px;
}
.mein_konto_content_right ul {
  padding-left: 30px;
}
.mein_konto_content_right ul li {
  position: relative;
  margin-bottom: 15px;
}
.mein_konto_content_right ul li span {
  font-weight: 600;
}
.mein_konto_content_right ul li::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 21px;
  height: 16px;
  top: 5px;
  background-image: url("/resources/B1_Redesign/images/check_green.png");
}
.close_mein_konto,
.close_paypal,
.close_schnittstelen {
  position: absolute;
  top: -20px;
  right: -15px;
  cursor: pointer;
  z-index: 1;
}

/* PAYPAL OVERLAY */

.paypal_overlay {
  background-color: #fff;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  width: 95%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 48%;
  left: 50%;
}
.paypal_content {
  font-size: 14px; line-height: 20px;
}
.paypal_content h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.paypal_content h5 {
  font-weight: 600;
  font-size: 16px;
}
.paypal_content h5,
.paypal_content p {
  margin-bottom: 15px;
}

.paypal_content ul {
   padding-left: 20px;
}
.paypal_content ul li {
  position: relative;
  margin-bottom: 15px;
}
.paypal_content ul li::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 16px;
  left: -20px;
  top: -2px;
  background-image: url("/resources/B1_Redesign/images/check_green.png");
}
#paypal, #video_overlay1 {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    }

.close_paypal2 {
  text-align: center;
  margin-top: 20px;
}
/* schnittstelen overlay section */
.modal-custom iframe {
  width: 100%;
  height: 650px;
  border: 0;
}

.modal-custom--gray2 {
  background-color: rgb(244, 244, 244);
  top: 10%;
  transform: translateX(-50%);
  width: 1000px;
  max-width: 96%;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  cursor: default;
  background: #fff;
  left: 50%;
  position: absolute;
  -webkit-animation: zoom 0.5s;
  animation: zoom 0.5s;
}

/* OVERLAY ON MOUSE LEAVE CSS */
.box-overlay {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
  position: fixed;
  background: url(../images/overlay.png) repeat 0 0;
  cursor: pointer;
  display: none;
}

.box-overlay.active {
  display: block;
  z-index: 100;
}

.modal-custom--leave {
  cursor: default;
  background: #fff;
  display: block;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 700px;
  -webkit-animation: zoom 0.5s;
  animation: zoom 0.5s;
  padding: 10px;
  max-width: 95%;
  z-index: 9999999999999999;
  max-height: 95%;
}

.modal-custom-close {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
  width: 44px;
  height: 45px;
  background: url(../images/haken_gross.png) 50% no-repeat;
  z-index: 20;
  padding: 0;
  cursor: pointer;
}

.video_overlay.active {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 407px; 
}

.gif-overlay-bg {
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            z-index: 10;
            position: fixed;
            background: url(../images/overlay.png) repeat 0 0;
            cursor: pointer;
            display: none;
        }

        .gif-overlay-open {
            cursor: pointer;
        }

        .gif-overlay-close {
            cursor: pointer;
            position: absolute;
            top: -21px;
            right: -21px;
            cursor: pointer;
            z-index: 1;
        }

        .gif-overlay {
            border: 5px solid #fff;
            border-radius: 5px;
            background: #fff;
            position: fixed;
            display: none;
            top: 50%;
            left: 50%;
            width: 1000px;
            height: 566px;
            transform: translate(-50%, -50%);
        }

        @media (max-width: 1000px) {
            .gif-overlay {
                width: 730px;
                height: 414px;
            }

        }

        @media (max-width: 800px) {
            .gif-overlay {
                width: 500px;
                height: 280px;
            }

        }


@media (max-width: 460px) {
  .schnittstellen_right {
    position: relative;
    padding-block: 38px;
    width: 100%;
    max-width: 60%;
  }
  .ohne-aufprei {
    position: absolute;
    top: 23px;
    right: -14px;
    left: unset;
    width: 22vw;
  }
  
}        

@media (max-width: 370px) {
  .schnittstellen_left { 
    background-size: cover;
  }
}