:root{ 
  --cl-blue : #03acf4;
}

* {
  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;
  line-height: 1.5;
}
input { font-family: inherit; }
b, strong { font-weight: 700; }
html {
  scroll-behavior: smooth;
}
a { color: #039ADB}
.f18 { font-size: 18px; }
.fw-500 {
  font-weight: 500;
}
.fw-bold { font-weight: 700 }
.white_color {
  color: white;
}
.cl-blue { color: #03acf4;}
.text-center, .text_align {
  text-align: center;
}
.font-weight-bold {
  font-weight: 600;
}
.text-underline {
  text-decoration: underline;
}
.verveine {
  font-family: "verveine", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #039adb;
  font-size: 22px;
}
.container_big {
  width: 100%;
}
.container_spc {
  width: 1000px;
  margin: 0 auto;
}
h4 { font-family: "Urbanist", sans-serif;
  font-size: 34px;
  font-weight: 700;
}
/* SIDE NAVIGATION */
.side_nav-wrapper { 
  display: none;
  position: fixed;
  top: 30%;
  animation: fade-in 1s backwards;
  z-index: 1000;
  right: 0;
}
.side_nav {
  min-width: 175px;
  text-align: left;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px 0 0 15px;
  background: #fff;
}
.side_nav-wrapper.active {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.side_nav li {
  padding: 10px 0px 10px 25px;
}
.side_nav li.active {
  background: #cdeefd;
  border-left: 3px solid #039adb;
}
.side_nav li.active a {
  color: #000;
  font-weight: bold;
}
.side_nav li.active:first-child {
  border-radius: 6px 0 0 0;
}

.side_nav li.active:last-child {
  border-radius: 0 0 0 6px;
}
.side_nav li a {
  color: #000;
  font-size: 15px;
  display: block;
}
.side_nav li a:hover {
  text-decoration: none;
}
.overlay_out_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* FIXED HEADER */

.fixed_header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 0 1px #a3a3a3;
}
.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px; margin: 0 auto
}
.header-logos { display: flex;
    align-items: center;
    gap: 30px; }
.lexware_office_logo {
  display: block;
  width: 200px;
}
.header_best_deal {
  background-image: url("/resources/B1_Redesign/images/header_yellow_hex.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 8px 64px;
  text-align: center;
  background-size: cover;
  margin-right: 25px;
}
.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: 5px;
  font-family: "Urbanist", sans-serif;
}
.header_discount:hover,
.header_discount:visited,
.header_discount:active {
  color: #ff4554;
}
/* hero section */

.hero_section {
  background-image: url("/resources/B1_Redesign/images/header_bg.png");
  background-position: left;
  background-repeat: no-repeat;
  background-color: #039adb;
  max-height: 709px;
  margin-bottom: 100px;
}
.top_text_absolute_p {
  font-size: 16px;
}
.hero_section_content_header {
  padding-top: 128px;
}
.hero_section_content_header h1 {
  font-size: 55px;
  line-height: 66px;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .hero_section_content_header h1 {
    font-size: 40px;
    padding-top: 0px;
  }
}
.hero_section_content_header p {
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  line-height: 1.4;
  font-weight: 100;
}
.hero_section_main {
  display: flex;
  padding-top: 58px;
  align-items: flex-start;
}

.hero_section_main_left {
  position: relative;
}
.hero_ho {
  position: absolute;
  bottom: 64px;
  left: -19px;
  display:flex; 
  align-items: flex-end;
  gap: 20px;
}
.hero_ho img { max-width: 100%;}
.hero_ho img.gkv { border-radius: 10px; padding:10px; background: #ffffff4f;
    backdrop-filter: blur(71px) opacity(118%) brightness(133%);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);}
.hero_txt1 { margin-left: 15%; font-size: 14px; margin-top: -14px;}
.hero_kt {
  position: absolute;
  bottom: -64px;
  left: -10%;
}
.hero_section_main_right {
  color: #fff;
  font-size: 18px;
}
.hero_section_main_right ul {
  font-weight: 100;
}
.hero_section_main_right ul li {
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.hero_section_main_right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 15px;
  top: 5px;
  background-image: url("/resources/B1_Redesign/images/check.png");
}
.banner_btn { cursor: pointer;}
.orange_button {
  color: white;
  padding: 9px 17px 10px 27px;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  border-radius: 5px;
  line-height: 2rem;
  background-image: url(/images/btn-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: right 24px center;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  white-space: nowrap;
  background-color: #03acf4;
  border-color: #03acf4;
  font-weight: 500;
  border-radius: 50px;
  max-width: 331px;
}
.orange_button:hover {
  text-decoration: none;
  color: white;
}

/* top_logos_section */
.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%
  );
}

.clients_count {
  color: #ff4554;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.clients_text {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.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;
}
.top_logos_section {
  margin-top: 80px;
}
.top_video_section {
  margin: 80px 0 130px;
}
.top_logos_wraper {
  display: flex;
  flex-direction: column;
}
.top_logos_wraper h2 {
  text-align: center;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  text-wrap: balance;
}
.top_logos {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 18px auto 50px;
  flex-wrap: wrap;
  max-width: 1142px;
  width: 100%;
}
.stern_seriensieger_abs {
  position: absolute;
  width: 77px;
  top: -20px;
  right: -20px;
}
.top_logos div {
  position: relative;
  border-radius: 10px;
}
.top_logos_button {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 825px;
  align-self: end;
}
.top_video_section_wrapper {
  display: flex;
  align-items: start;
  gap: 10px;
  position: relative;
  justify-content: center;
}
.top_video_logos,
.top_video_logos_wrapper {
  display: flex;
  align-items: center;
}
.top_video_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: linear-gradient(162deg, rgba(40,180,231,1) 0%, rgba(39,178,229,1) 20%, rgba(14,105,166,1) 50%, rgba(6,84,147,1) 75%, rgba(0,65,131,1) 100%); */
  background: transparent linear-gradient(131deg, #28b4e7 0%, #004183 100%) 0%
    0% no-repeat padding-box;
  padding: 24px 28px;
  gap: 20px;
  border-radius: 10px;
}
.top_video_left p {
  color: #fff;
  text-align: center;
}
.top_video_logos_wrapper img {
  vertical-align: middle;
  margin-left: 20px;
  width: auto;
  height: 22px;
}
.top_video_center {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.top_video_wraper,
.paypal_video_wrapper,
.video_overlay_wrapper {
  position: relative;
}
.paypal_video_wrapper {
  width: fit-content;
}
.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_text_absolute {
  position: absolute;
  bottom: -60px;
  left: 0;
  text-align: center;
  background-color: #fcfafa;
  padding: 22px 30px;
  border-radius: 25px 0 25px 28px;
  box-shadow: 0 0 13px 0px #cacaca;
}
.top_text_green_absolute {
  position: absolute;
  top: -14px;
  background-color: #cdeefd;
  border-radius: 10px;
  right: 38%;
}
.top_text_green_absolute p {
  color: #039adb;
  font-size: 16px;
  padding: 6px 10px;
  text-align: left;
}
/* automatisieren section */

.automatisieren {
  background-color: #f3f1ef;
  padding: 80px 0;
}
.automatisieren_wrapper h2 {
  font-size: 45px;
  font-family: "Urbanist", sans-serif;
  padding-bottom: 20px;
  font-weight: 400;
}
.automatisieren_wrapper p {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 300;
}
.automatisieren_table {
  display: flex;
  justify-content: center;
  background: #fff;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 0px 50px 11px rgba(59, 59, 59, 0.07);
  margin-top: 30px;
}
.automatisieren_table_header {
  position: relative;
  border-bottom: 1px solid #dedede;
}
.automatisieren_table_left {
  border-right: 1px solid #dedede;
}
.automatisieren_table_content_left {
  padding: 25px 50px 20px 35px;
  position: relative;
}
.automatisieren_table_header h2 {
  padding: 20px 20px 20px 40px;
  font-size: 32px;
  font-weight: 600;
}
.automatisieren_table_content_left h3,
.automatisieren_table_content_right h3 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}

.automatisieren_table_content_left ul li {
  list-style-type: disc;
}
.automatisieren_icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
.automatisieren_icons_bubble {
  padding-top: 110px;
}
.automatisieren_icons div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.automatisieren_icons div p {
  font-weight: 500;
  line-height: 1.4;
}
.automatisieren_table_content_flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 20px 10px 20px 40px;
  justify-content: space-between;
  gap: 20px;
}
.automatisieren_table_content_flex p {
  min-width: 350px;
  font-weight: 500;
  line-height: 1.5;
}
.open_overlay {
  cursor: pointer;
}
.fertig { padding: 87px 0 30px }
.fertig h2 { margin-bottom: 43px;}
.fertig .content { display: flex; max-width: 1111px; justify-content: space-between; gap:20px; }
.fertig .content .left img { max-width: 100%;display: block; border:10px solid #CDEEFD; border-radius: 26px; box-shadow: 0 30px 50px rgba(0,0,0,0.1); margin-bottom: 17px;}
.fertig .content .left a { color: #039ADB }
.fertig .content .right { max-width: 333px }
.fertig .content .right ul { margin: 20px 0 40px }
.fertig .content2 { background: url(../img/bg.jpg) 0 0 no-repeat;  position: relative; margin-block: 80px 40px; padding-bottom: 90px; border-radius: 20px}
.fertig .content2 > div { margin-right: 9%; background: rgba(205,238, 253,0.9); border-radius: 0 0 20px 20px; max-width: 505px; margin-left: auto; padding-block: 53px; text-align: center;  }
.fertig .content2 p {  font-size: 34px; font-family: "Urbanist", sans-serif; line-height: 41px;  }
.fertig .content2 .title { font-family: "Urbanist", sans-serif; font-size: 50px; line-height: 61px }
.fertig .content2 .footer_green_button { width: 236px; padding-block: 10px; display: block; margin: 32px auto 0; }
.logos { display: flex;  gap: 23px;}
.logos > div { box-shadow: 0 5px 27px rgba(0,0,0,0.05); border-radius: 20px; padding: 49px 20px;display: flex; align-items: center; flex-direction: column; max-width: 424px; width: 100%; text-align: center; }
.logos > div .title { font-size: 22px; font-weight: bold; margin-top: 20px; margin-bottom: 20px }
/* schnittstellen section */
.schnittstellen {
  background-color: #039adb;
}
.schnittstellen_wrapper {
  max-height: 550px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 160px;
}
.schnittstellen_left {
  height: 1000px;
  width: 1200px;
  background-image: url(/resources/B1_Redesign/images/partner.webp);
  background-size: 44% auto;
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: repeat-y;
  position: relative;
}
.schnittstellen_left_content {
  position: absolute;
  background-color: #e6f7fe;
  bottom: 420px;
  right: -70px;
  padding: 21px 28px;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px 30px 30px 0;
}
.schnittstellen_left_content img {
  padding-bottom: 15px;
}
.schnittstellen_left_content p {
  line-height: 1.4;
  font-weight: 500;
}
.schnittstellen_right {
  width: 60%;
  position: relative;
  padding-bottom: 25px;
}
.schnittstellen_right h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 30px;
}

.schnittstelen_companies {
  font-size: 20px;
  padding-bottom: 50px;
  font-weight: 500;
  color: #fff;
}
.schnittstelen_modal {
  font-family: "Urbanist", sans-serif;
  font-size: 26px;
  color: #fff;
  text-decoration: underline;
  width: fit-content;
  font-weight: 600;
}
.ohne-aufprei {
  position: absolute;
  top: 215px;
  left: 280px;
}
#company-name {
  background: #f7f7f7;
  padding: 2px 8px 4px 8px;
  margin-left: 4px;
  border-radius: 10px;
  margin-top: 3px;
}
.green-font {
  color: #1ac170;
}

.purple-font {
  color: #5a2fb1;
}
.penta-font {
  color: #2bf885;
}

.holvi-font {
  color: #0c4848;
}
.shopify-font {
  color: #000000;
}

.billbee-font {
  color: #00c069;
}
.german-market-font {
  color: #3d3c3f;
}

.clockodo-font {
  color: #3657f7;
}
.finom-font {
  color: #fe5661;
}
.pleo-font {
  color: #050505;
}
.einfach-reisekosten-font {
  color: #1c62a2;
}
.getmyinvoices-font {
  color: #45aae2;
}
.zapier-font {
  color: #ff4f00;
}
.germanized-font {
  color: #9a4dff;
}
.timetrack-font {
  background: -webkit-linear-gradient(#0054ff, #2fc4b2) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.awork-font {
  color: #091a34;
}
.fileee-font {
  color: #80c28f;
}

.commitly-font {
  color: #999fa6;
}

.onexma-font {
  color: #ee7e07;
}
.timicx-font {
  color: #44cc00;
}
.tuev-container-new .tuev-container-new-row { justify-content: space-between!important; gap:20px!important; flex-wrap: nowrap!important  }
/* video_starten section */

.video_starten_wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.erklär-video_img {
  position: absolute;
  left: -30px;
  top: 25px;
}
.video_starten_left_wrapper {
  position: relative;
  padding-bottom: 25px;
  width: 521px;
}
.video_starten_left_wrapper img {
  width: 100%;
}
.video_starten_left {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 30px 30px 30px;
  z-index: 1;
}

.video_button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  border: 0px;
  background: none;
  cursor: pointer;
}
.video_starten_right_top {
  position: relative;
  width: 395px;
  height: 280px;
  background: #fff;
  border-radius: 20px;
}
.video_starten_right_top_wrapper {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding-top: 80px;
  padding-left: 30px;
}
.right_video_starten {
  position: absolute;
  top: 65px !important;
  right: 125px !important;
  cursor: pointer;
}
.tv_icon {
  position: absolute;
  right: 25px;
  bottom: 70px;
}
.video_starten_right_bottom {
  background: #fff;
  border-radius: 20px;
  margin-top: 15px;
  padding: 20px 0 10px 0px;
}
.feeling_div_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fcfafa;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid #eae6e6;
}
.feeling_div_wrapper_inner {
  position: relative;
}
.feeling_div_wrapper_inner h3 {
  font-size: 20px;
  color: #ff4554;
  padding-bottom: 5px;
  font-weight: 600;
}

.feeling_div_wrapper_inner p {
  padding-bottom: 10px;
}
.feeling_icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* rechnungen section */
.rechnungen {
  padding: 60px 0 120px;
}

.finanzamt_pfilchten
{
  padding: 60px 0;
}
.handy_slider {
  padding: 100px 0;
}
.partners_section { padding-block: 93px 0 }
.handy_slider_image { max-width: 330px; }
.handly_slider_content { max-width: 317px; }
.gehaltssammler { padding: 50px 0; background: url(../img/bg-arrow.png) top center no-repeat; }

h2 {
  text-align: center;
  font-size: 48px;
  font-family: "Urbanist", sans-serif;
  font-weight: normal;
  line-height: 58px;
}

.gehaltssammler h2 { padding-bottom: 63px; }
.gehaltssammler .automatisch { padding: 40px 75px 0 40px;  border-radius: 20px; background:  url(../img/clock.png) 68px bottom  no-repeat #FFF; position: relative; display: flex; gap: 50px; min-height: 268px; box-shadow: 0 5px 27px rgba(0,0,0,0.05); }
.gehaltssammler .automatisch .gkv { position: absolute; right: 0; transform: translateX(50%); width: 128px; border-radius: 10px; box-shadow: 0 5px 27px rgba(0,0,0,0.1) }
.gehaltssammler .automatisch div:first-child {  width: 237px; flex-shrink: 0;}

.documents_outer_lohn_brand {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%
}
.documents_outer_lohn_brand img { width: 100% }
.documents_outer_lohn_brand .outer {
    text-align: center;
}
.documents_outer_lohn_brand .outer .inner {
    display: inline-block;
    position: relative;
}
.documents_outer_lohn_brand .outer .inner .pager_outer {
    position: absolute;
    top: 7px;
    right: -19px;
}
.documents_outer_lohn_brand .outer .inner .pager_outer .pager {
    width: 25px;
    height: 25px;
    background-color: rgb(226, 226, 226);
    font-family: Lato, Arial;
    font-size: 20px;
    color: rgb(149, 149, 149);
    font-weight: bold;
    margin-bottom: 3px;
    cursor: pointer;
}
.documents_outer_lohn_brand .outer .inner .pager_outer .pager.active {
    background-color: var(--cl-blue);
    color: #fff;
}

.rechnungen_wrapper p,
.online_banking_wrapper p,
.finanzamt_pfilchten_wrapper p,
.green_block_header p,
.partners_wrapper p 
{
  font-size: 22px;
  text-align: center;
  padding-top: 20px;
}
.partners_wrapper p { padding-top: 24px}
.partner-separator { width:1px; border-left: 1px solid #EAE6E6; height: 90%}
.rechner_bigger_table {
  background-color: #f3f1ef;
  padding: 20px;
  border-radius: 20px;
}
.rechner_arrow {
  position: absolute;
  bottom: -30px;
  right: -35px;
  z-index: 1;
}
.click-text {
  font-size: 16px !important;
  text-align: left;
  line-height: 1.5;
  padding-top: 0 !important;
}
.tab-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 45px;
  margin-left: 100px !important;
}
.tab-wrapper-rechnung {
  min-height: 525px;
  margin-left: 100px !important;
}
.col-md-4 {
  width: fit-content;
}
.tab-list li button {
  color: #888888;
  font-size: 18px;
  width: 225px;
  max-width: 100%;
  min-height: 48px;
  line-height: 1.5;
  text-align: left;
  padding: 8px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
  background: #ffffff;
  border-radius: 15px;
  display: block;
  border-radius: 40px;
  transition: 0.2s;
  box-shadow: 0px 0px 20px 0px rgba(59, 59, 59, 0.1);
}
.tab-list .active button,
.tab-list button:hover {
  color: #fff;
  background: #ff4554;
  border-color: #f07d0000;
  position: relative;
}
#AlleFunktionen .tab-list li:first-child button:after {
  width: 130px;
  right: -135px;
}
.tab-list .active button:after {
  content: url("/resources/B1_Redesign/images/red_arrow_right.png");
  width: 95px;
  height: 3px;
  display: block;
  position: absolute;
  right: -100px;
  top: 10px;
}
.col-md-8 {
  width: 66.66666667%;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.tab-panel {
  display: none;
  /* animation: fade-in 1s backwards; */
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 5px;
}
.col-md-6 {
  width: 50%;
}
.tab-img {
  background: #ff4554;
  padding: 15px;
  text-align: center;
  margin-left: 0;
  border-radius: 10px;
  display: inline-block;
  /* width: 390px; */
  max-width: 100%;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.ml-lg-3,
.mx-lg-3 {
  margin-left: 1rem !important;
}
.list > li {
  list-style-type: none;
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  font-weight: 400;
}
.tab-panel ul li:first-child {
  margin-top: 10px;
}
.list > li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 16px;
  top: 5px;
  background-image: url("/resources/B1_Redesign/images/check_blue.png");
}
.text-mark {
  background: #ffef80;
  padding: 0 2px;
  margin-right: -1px;
}
.note-wrapper {
  padding: 30px 20px 30px 55px;
  background-image: url("/resources/B1_Redesign/images/note-bg_blue.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 360px;
  position: absolute;
  z-index: 1;
  text-align: left;
  bottom: -65px;
  right: -50px;
}
.tab-list li button.fancy {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #f3dec7;
  margin-top: 22px;
}
.tab-list li .tab-badge {
  position: absolute;
  top: 3px;
  z-index: 2;
  right: 3px;
}
.tab-panel-wrapper {
  display: flex;
}
.mobile-list {
  padding-top: 25px;
}
.tab-panel h4 {
  font-size: 22px;
  text-align: left;
  font-weight: normal;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* online-banking section */

.online_banking_a {
  text-align: left !important;
}
.green_link {
  color: #039adb;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
}

.tab-list_green .active button,
.tab-list_green button:hover {
  background: #03acf4;
  border-color: #03acf4;
}
.geschaeftskonto_img {
  /* max-width: unset;
  height: 400px; */
}
.tab-img_green {
  background: #03acf4;
}
.tab-img_green_watch {
  padding: 30px 60px;
}
/* blick_ins_produkt section */
.bwa-block {
  background: #E6F7FE;
  padding: 130px 0 20px;
  margin-top: -61px;
}
.bwa-block .container { max-width: 1150px }
.bwa-block h2 {
  margin-bottom: 66px
}
.bwa-block .item { display: flex; align-items: center; margin-bottom: 80px}
.bwa-block .item .img { border-radius: 20px; box-shadow: 0 5px 27px rgba(0,0,0,0.05); position: relative; z-index: 1}
.bwa-block .item .img img { max-width: 100%; display: block; }

.bwa-block .item .right {
  position: relative; /* For pseudo-element positioning */
  display: flex; gap: 20px;
  width: 550px;
}

.bwa-block .item .right .number { color:#FFF; font-family: "Urbanist", sans-serif; font-size: 40px; font-style: italic; font-weight: 900;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  background: #026792;
  width: 55px;
  height: 53px;
  display: flex; align-items:center; justify-content: center;
  position: relative;
  flex-shrink: 0;
 }
.bwa-block .item .right .text {position: relative; line-height: 24px;}
.bwa-block .item .right .title { font-size: 26px; font-family: "Urbanist", sans-serif; color: #039ADB; line-height: 46px; font-weight: 700 }
.bwa-block .item .right svg { left: -25px; position: absolute; top: 0;  }
.bwa-block .item:nth-child(4) .right svg { left: -67px; }

.slider-screen-wrapper {
  position: relative;
}
.handfont_img {
  position: absolute;
  right: 20px;
  top: 100px;
}
.logo_bafin {
  position: absolute;
  bottom: -110px;
  right: 435px;
  z-index: 5;
}
.slider_header {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  border-radius: 30px;
  color: #039ADB;
  gap: 10px;
  flex-wrap: wrap;
}
.slider_header p {
  padding: 11px 17px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 5px 5px 20px rgba(0,35,49,0.16);
  background: #FFF;
  white-space: nowrap;
}
.openText { color:#039ADB; cursor: pointer; }
.openedText {
    display: none;
    position: absolute;
    width: 255px;
    border: 1px solid black;
    background: #ffffff;
    padding: 10px;
    z-index: 50;
}
.funktion_auswahltext {
    width: 1020px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 43px 10px 15px 10px;
    display: flex;    
    justify-content: space-between;
    align-items: center;
    gap:20px;
}
.funktion_auswahltext > img { display: inline-block!important; border-radius: 20px; box-shadow: 0 5px 27px rgba(0,0,0,0.05); max-width: 601px; width: 100%}
.image_funktion1 {
    width: 639px;
}
.fragen-arrow { position:absolute; bottom:96px; right:-44px; }

.funktion_text h4 { max-width: 319px; }
.funktion_text {
    display: inline-block;
    
    vertical-align: top;
    padding-top: 11px;
    font-size: 16px;
}
.slider_header p.active_slider {
  background-color: #03acf4;
  color: #fff;
  font-weight: bold!important;
}
.slider_wrapper { padding: 40px; padding-bottom: 28px; max-width: 1306px; background: #F3F1F1; margin-top: 29px; border-radius: 50px; }
.slider_header p:last-child::before,
.slider_header .active_slider::before {
  content: none;
}
.slider-app {
  max-width: 1020px;
  margin: 0 auto;
}
.pagination-slider button,
.watch_slider_arrows button {
  background: none;
  border: none;
  position: absolute;
}
.pagination-slider .slider-prev {
  top: 46%;
  left: 0px;
}
.pagination-slider .slider-next {
  top: 46%;
  right: 0px;
  
}
.notes-info {
  font-size: 16px;
  max-width: 372px;
  position: absolute;
  right: 70px;
  bottom: -60px;
  border-radius: 20px;
  padding: 0 20px;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: left;
}
.animation-vertical {
  animation: animation-vertical 5s ease-in-out infinite;
}
.note-content {
  background: #ffffff;
  border-radius: 5px;
  padding: 25px;
  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 16px 0;
  counter-increment: number-counter;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
.number-list li::before {
  content: counter(number-counter);
  background: black;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  background: #03acf4;
  color: #fff;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 700;
  margin-right: 15px;
  line-height: 45px;
  flex-shrink: 0;
}
@keyframes animation-vertical {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  to {
    transform: translateY(0);
  }
}
/* handy slider section */

.handy_slider_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.handy_slider_wrapp {
  max-width: 330px;
  position: relative;
}
.immer {
  position: absolute;
  max-width: 100%;
  bottom: 10%;
  right: -33%;
}
.handy_slider_arrows_dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
  margin-right: 20px;
}
.handy_buttons {
  width: 60px;
}
.handy_slider_arrows_dots button,
.testimonials_arrows button,
.ekomi_slider_arrows button {
  border: none;
  background: none;
  cursor: pointer;
}
.handy_slider_arrows_dots .slider-prev {
  transform: rotate(90deg);
}
.handy_slider_arrows_dots .slider-next {
  transform: rotate(-90deg);
}
.handy-slider-dots button {
  font-size: 0px;
  line-height: 0px;
  border: 1px solid transparent;
  width: 5px;
  height: 55px;
  background: #dedede;
  display: inline-block;
  transform: scale(0.75);
  transform-origin: center;
  padding: 0px;
  cursor: pointer;
}
.handy-slider-dots li.slick-active button,
.watch_slider_dots li.slick-active button {
  background: var(--cl-blue);
}
.handly_slider_content {
  margin-left: 93px;
}
.handly_slider_content h2 {
  font-size: 45px;
  font-family: "Urbanist", sans-serif;
  padding-bottom: 40px;
  font-weight: 500;
}
.handly_slider_content_ul {
  margin-bottom: 80px;
}
.handly_slider_content_ul > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.5;
  font-weight: 400;
}
.handly_slider_content_ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 16px;
  top: 0;
  background-image: url("/resources/B1_Redesign/images/check_blue.png");
}
.custom_ul {
  padding-left: 20px;
}
.custom_ul li {
  list-style-type: disc;
}
.app_google_div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  gap: 15px;
}
.banner_content { padding: 0!important }

/* 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: 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%;
}

@media only screen and (max-width: 991.9px) {
  .modal-tooltip,
  .tooltipe-custom {
    right: 0 !important;
    left: auto !important;
  }
}
/* tooltip */

/* watch slider section */
.watch_slider_section,
.online_banking,
.video_starten {
  background: #f3f1ef;
  padding: 60px 0;
}
.ekomi_section {
  padding: 60px 0;
  background: #fcfafa;
}
.watch_slider_left h2 {
  font-size: 45px;
  font-family: "Urbanist", sans-serif;
  font-weight: normal;
}
.watch_slider_left p {
  font-size: 22px;
  padding: 25px 0 60px 0;
  font-weight: 500;
}
.watch_slider_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.watch_slider_right {
  width: 730px;
  position: relative;
}
.watch_slider_slide {
  background-color: #fff;
  border-radius: 20px;
}
.watch_slider_slide div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.watch_slider_slide p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
.watch_slider_arrows .slider-prev {
  top: 50%;
  z-index: 1;
  left: -20px;
}
.watch_slider_arrows .slider-next {
  top: 50%;
  right: -20px;
  z-index: 1;
  transform: rotate(180deg);
}
.watch_slider_dots button {
  font-size: 0px;
  line-height: 0px;
  border: 1px solid transparent;
  width: 55px;
  height: 5px;
  background: #dedede;
  display: inline-block;
  transform: scale(0.75);
  transform-origin: center;
  padding: 0px;
  cursor: pointer;
}
.watch_slider_dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 50px;
}
.minuten {padding: 71px 0 96px}

.customlightbox.vorschau {
  max-width: 95%;
  width: auto;
  height: auto;
  max-height: 95%;
  box-sizing: border-box;
  text-align: center !important;
  background-color: rgb(244, 244, 244);
  padding: 10px 65px;
  border: 1px solid rgb(161, 161, 161);
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 54%);
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999999;
}

.customlightbox .customlightbox-close {
  position: absolute;
  cursor: pointer;
  z-index: 200;
  top: -15px;
  right: -15px;
}
/* green block section */
.green_block_wrapper {
  padding: 50px 0 60px;
}
.green_block2_wrapper {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.green_block {
  background: url(../img/kuboks.svg) bottom center no-repeat #039adb;
}
.green_block_header h2 {
  color: white;
}
.green_block_header p {
  color: #cdeefd;
  font-size: 22px;
  padding-top: 15px;
}
.green_block_cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}
.green_block_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 34px 20px 39px 20px;
  min-width: 312px;
}
.green_block_card p { text-wrap: balance; }
.green_block_card h3 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}
/* section video block */
.section-block {
  background: #cdeefd;
}
.relative {
  position: relative;
}
.video-block {
  padding: 0 110px;
}
.video-block .video-player-nf {
  position: relative;
  padding: 10px 10px 30px 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
  color: #000;
}
.video-block .video-player-nf .relative {
  padding-top: 56.25%;
}
.video-block .video-player-nf iframe {
  border-radius: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-block .video-player-nf .title {
  margin-top: 15px;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
  width: fit-content;
  padding-left: 50px;
  font-weight: 700;
}
/* .video-block .video-player-nf .title strong {
  color: #008e95;
} */
.video-block .video-player-nf .meta-block {
  margin-top: 10px;
  text-align: left;
  width: fit-content;
  padding-left: 50px;
}
.video-block .video-player-nf .author {
  margin-top: 10px;
  text-align: center;
  font-family: "Inter";
  font-weight: 500;
}
.video-block .video-player-nf .meta-block .author-insta {
  color: #fff;
  background: #008e95;
  border-radius: 8px;
  padding: 3px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 11px;
  font-family: "Inter";
}

.video .slider-arrow svg rect {
  fill: #fad4ab;
}
.video .slider-arrow:hover svg rect {
  fill: #f1840f;
}
.slider-video-thumb .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  font-weight: normal;
  font-family: "Inter";
  text-align: center;
}
.slider-video-thumb .swiper-slide img {
  display: block;
  position: relative;
  /* border-radius: 10px; */
}
.slider-video-thumb .swiper-slide div {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.slider-video-thumb .swiper-slide div:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ccccccab;
}
.slider-video-thumb .swiper-slide i {
  font-style: normal;
  display: none;
  font-weight: bold;
}
.slider-video-thumb .swiper-slide.active-video div:after,
.slider-video-thumb .swiper-slide.swiper-slide-active div:after {
  background: none;
}

.slider-video-thumb .swiper-slide.active-video i {
  display: inline-block;
}

.slider-video-thumb .swiper-slide.active-video div,
.slider-video-thumb .swiper-slide.swiper-slide-active div {
  border-radius: 10px;
  border: 2px solid #03acf4;
}
.slider-video-thumb .swiper-slide.active-video div img {
  /* border-radius: 10px; */
}
.slider-video-thumb .swiper-slide.active-video span {
  display: block;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #03acf4;
  font-weight: bold;
  padding-top: 5px;
}
.slider-video .item {
  position: relative;
}
/* VIDEO SLDIER SCROLLBAR CSS START */

.video-block .swiper-scrollbar-drag {
  background-color: #03acf4;
  border-radius: 10px;
  cursor: grab;
}
.video-block .swiper-scrollbar {
  height: 10px;
  background-color: #9adefb;
  z-index: 1;
  border-radius: 10px;
}

/* VIDEO SLDIER SCROLLBAR CSS END */
.hand-animation {
  /* margin: 5px 0 0 25px; */
  margin: 0 auto;
  width: fit-content;
}
.video-block-thumb {
  position: relative;
}
/* .video-block-thumb::after{
  content: "";
  width: 83%;
  height: 7px;
  border-radius: 5px;
  background: #D5D3D2;
  position: absolute;
  bottom: 50px;
} */

.hand-animation div svg {
  cursor: pointer;
  transition: all 0.5s;
}
.hand-animation div:hover svg#hand {
  transform: rotate(10deg);
}
.hand-animation div:hover svg#arrows {
  transform: scaleX(1.2);
}
.hand-animation div svg#arrows {
  vertical-align: top;
  margin-right: -10px;
}
.video-player-nf-overlay .video-player-nf-mute {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
  max-width: 15%;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}
.video-player-nf-overlay.muted .video-player-nf-mute {
  display: block;
}
.video-player-nf-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 1;
}
section.video .slider-arrow {
  position: absolute;
  bottom: 28.5%;
  right: 200px;
  cursor: pointer;
  z-index: 1;
}
section.video .slider-arrow.right-arrow {
  position: absolute;
  bottom: 28.5%;
  right: 150px;
  z-index: 1;
}
section.video .video-block-thumb .slider-arrow {
  right: 61px;
  top: 0;
  width: 30px;
  height: 109px;
  display: flex;
  align-items: center;
}
section.video .video-block-thumb .slider-arrow.left-arrow {
  right: unset;
  left: 78px;
}
.video-fixed {
  position: fixed;
  z-index: 10000000000;
  bottom: 20px;
  right: 20px;
  width: 432px;
  height: 245px;
  padding: 0 !important;
}
.video-block .video-player-nf .video-fixed iframe {
  height: 243px;
  position: relative;
}
.close-video {
  display: none;
}
.video-fixed .close-video {
  position: absolute;
  top: -29px;
  right: 24px;
  width: 30px;
  display: block;
  z-index: 1;
}
.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);
}
.video h2 {
  font-size: 45px;
  text-align: center;
  padding: 0 0 45px;
  font-weight: normal;
  font-family: "Urbanist", sans-serif;
}

/* TESTIMONIALS SECTION */
.testimonials_section_wrapper {
  padding: 87px 50px 100px;
}
.testimonials_section_wrapper h2 { margin-bottom: 77px; }
.testimonials_content_images_wrapper {
  display: flex;
  gap:10px;
}
.testimonials_header p {
  font-size: 20px;
  text-align: center;
  padding: 20px 0 40px;
  font-weight: 400;
}
.testimonials_content {
  display: flex;
  align-items: flex-start;
  max-width: 1550px;
  margin: 0 auto;
}
.testimonials_all_images {
  max-width: 443px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.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;
  width: 312px;
}
.testimonials_centered_image img.active {
  display: block;
  animation: fade-in 1s backwards;
}
.testimonial_slide {
  padding: 15px;
}
.testimonial_slide h3 {
  font-size: 34px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
}
.testimonial_slide_content {
  background: #fff;
  padding: 60px 45px 55px 40px;
  border-radius: 30px 30px 30px 0;
  margin-top: 34px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.testimonial_slide_content p {
  line-height: 1.4;
  padding-top: 20px;
  font-weight: 400;
}
.testimonial_slide_content p span {
  font-weight: 600;
}
.testimonials_arrows {
  margin-top: 25px;
  padding-left: 15px;
}
.testimonials_arrows .slider-next,
.ekomi_slider_arrows .slider-next {
  transform: rotate(180deg);
  padding-left: 5px;
  line-height: 0;
  cursor: pointer;
}

/* EKOMI SECTION */

.ekomi_content {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  padding-top: 45px;
  gap: 80px;
}
.ekomi_content_left {
  position: relative;
  background: #fff;
  padding: 35px 20px;
  width: 310px;
  border-radius: 10px;
}
.ekomi_content_left_fist_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f3f1ef;
  padding-bottom: 10px;
}

.ekomi_content_left_second_row {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f3f1ef;
  justify-content: center;
  padding: 20px 0;
}
.ekomi_content_left_second_row div:first-of-type {
  width: 220px;
}
.ekomi_content_left_second_row div p {
  padding-bottom: 8px;
  font-size: 14px;
}
.ekomi_content_left_third_row {
  text-align: center;
}
.ekomi_content_left_third_row p:first-of-type {
  padding: 20px 0 10px 0;
  font-weight: 700;
}
.ekomi_content_left_third_row p:last-of-type {
  font-size: 14px;
  font-weight: 500;
}
.ekomi_content_right,
.partners_content_top_right {
  overflow: hidden;
}
.ekomi-slider-slide-stars,
.ekomi-slider-slide-time,
.ekomi-slider-slide-review {
  text-align: left;
}
.ekomi-slider-slide-time {
  padding-top: 20px;
}
.ekomi-slider-slide {
  padding: 20px 35px;
  border-radius: 30px 30px 30px 0;
  background: #ffffff;
  position: relative;
  text-align: center;
  /* max-height: 240px !important;
  min-width: 365px !important; */
  margin-right: 25px;
}
.ekomi-slider-slide-verified {
  color: #0e9e58;
  background: #d6f3e4;
  padding: 5px 12px 5px 12px;
  position: absolute;
  font-size: 13px;
  top: 20px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ekomi-slider-slide-stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ekomi-slider-slide-verified img {
  display: inline-block !important;
}
.ekomi_slider_wrapper {
  width: 1170px;
}
.ekomi_slider .slick-list .slick-track {
  display: flex;
}
.ekomi_slider_arrows {
  margin-top: 15px;
}
/* ergebnisse section */
.ergebnisse_section {
  background-color: #039adb;
  padding: 60px 0;
}
.ergebnisse_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.ergebnisse_left h2 {
  color: #fff;
  font-size: 34px;
  font-family: "Urbanist", sans-serif;
  text-align: left;
  font-weight: 600;
  padding-bottom: 30px;
}
.ergebnisse_left p {
  font-size: 20px;
  color: white;
  text-align: left;
}

.ergebnisse_right {
  display: flex;
  gap: 20px;
}
.ergebnisse_right h3 {
  font-size: 55px;
  font-family: "Urbanist", sans-serif;
  color: #131010;
  font-weight: 700;
}
.ergebnisse_right p {
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}

.ergebnisse_right div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 35px;
  border-radius: 10px;
  background: #fff;
}
u.tuev-container-new-tooltip { text-decoration: underline; }
.gkv-tuv { padding: 34px 20px 81px}
.gkv-tuv .container { max-width: 1308px; display: flex; gap: 20px; width: 100%; padding: 0 34px;}
.gkv-tuv .gkv, .gkv-tuv .tuv { display: flex; gap: 20px; background: #E9FAF7; border-radius: 20px; padding: 24px 40px 18px 40px; } 
.gkv-tuv .tuv { background: #E6F7FE }
.gkv-tuv > div > div  { display: flex; align-items: center; width: 100%;    justify-content: space-between; position: relative;}
.gkv-tuv .badge { position: absolute; left: -33px; top: -34px; background: #21CCAD; border-radius: 0 20px 20px 0; padding: 19px 35px; font-family: "Urbanist",sans-serif; font-size: 24px; line-height: 30px; font-weight: 600; color: #FFF; text-transform: uppercase;}
.gkv-tuv .badge:after { content:""; width:33px; height: 25px; background: #7AE0CE;  clip-path: polygon(100% 0%, 0% 0%, 100% 100%); position: absolute; top:100%;left:0; }
.gkv-tuv .tuv .badge:after { background: #9ADEFB;  clip-path: polygon(0% 100%, 100% 0%, 0% 0%); left: unset; right:0; }
.gkv-tuv .tuv .badge { left: unset; right:-33px; background: #03ACF4; border-radius: 20px 0 0 20px}
.erklav { 
  background: url(../img/bg-blue-arrows.svg) center center no-repeat #039ADB;
  padding: 100px 20px 97px;
}
.erklav .container { max-width: 1308px; }
.video-splash { display: flex; gap:100px;  align-items: center; position: relative;}
.video-splash .arrow { position: absolute; transform: translate(-68%, -77%); }
.video-splash p { max-width: 214px; color:#FFF; margin-bottom: 56px; margin-top:20px;}
/* partners section  */
.partners_content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0px 40px 0px;
  border-radius: 20px;
  margin-top: 70px;
  position: relative;
  display: flex;

}
.partner_slider_buttons .slider-prev {
  position: absolute;
  left: 0px;
  top: 25%;
  background: none;
  border: none;
}
.partner_slider_buttons .slider-next {
  position: absolute;
  right: 0px;
  top: 25%;
  background: none;
  border: none;
}
.partners_content_top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0;
  align-items: center;
  width: 100%;
}
.partners_content_top_left { position: absolute; left: 87%; top:0; z-index: 10; background: #FCF5B8; border:3px solid #FFF; box-shadow: 5px 5px 20px rgba(0,0,0,0.16); padding:17px;
  border-radius: 20px 20px 20px 0
}
.partners_content_top_left h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.partners_slider_wrapper .slick-track {
  display: flex;
  align-items: center;
}
.partners_slider_wrapper {
  width: 360px;
}
 
.partners_content_logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
  max-width: 396px;
  position: relative;
  margin-top: 10px;
}
.partners_slider {
  max-width: 650px;
}
.partner_slide {
  display: flex !important;
  flex-direction: column;
  
  gap: 36px;
}
.partner_img img {
  max-width: 200px;
}
.partner_text {
  max-width: 350px;
}
.partner_text p {
  font-size: 16px;
  text-align: left;
  padding-top: 0;
}
.partner_text p span {
  font-weight: 600;
}
.logo-slider__item {
  position: relative;
  cursor: pointer;
  border: 1px solid #FFF;  
  border-radius: 20px;
  width: 100%;
  height: 100%;
  width: 194px;
  height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 20px;
}
.seriensieger_logo { position: absolute; right: 0; top: 0; z-index: 10; transform: translate(50%, -50%); }
.logo-slider__item img { max-width: 100% }

.partners_content_logos .logo-slider__item:hover, .partners_content_logos .logo-slider__item.active {
  border: 1px solid #03ACF4;
  background: #CDEEFD;
}

.partners_slider button {
  display: none !important;
}

/* made in germany section */
.made_in_germany { 
  background: #FCFAFA;
  padding-bottom: 60px;
}
.made_in_germany_content {
  display: flex;
  justify-content: space-between;
  margin-top: -80px
}
.made_in_germany_content div p {
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  padding-top: 32px;
}
.made_in_germany_logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  top: -95px;
}
.made_in_germany_content > div:not(.separator) {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  max-width: 140px;
  text-align: center;
  padding-top: 36px;
  justify-content: space-between;
}
.made_in_germany_content .separator { width:1px;  border-left:1px solid #EAE6E6 }
.info-icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: url("/resources/B1_Redesign/images/info_blue.png");
  width: 15px;
  height: 15px;
}

/* service block section */
.service_block_section {
  max-width: 1300px;
  margin: 110px auto 160px;
}
.service-block {
  min-height: 800px;
  background-image: url("/resources/B1_Redesign/images/service_background_blue.png");
  background-position-x: center;
  padding-bottom: 35px;
  border-radius: 20px;
  background-repeat: no-repeat;
}
.service-block-text p {
  font-size: 22px;
  max-height: 135px;
  width: fit-content;
  padding-bottom: 20px;
}
.service-block-text h2 {
  font-size: 34px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}
.service-block-text h2 span {
  font-weight: 600;
}
/* .service-block-text {
  margin-left: 150px;
} */
@media (max-width: 1700px) {
  /* .service-block-text {
    display: inline-block;
    background: #ffff;
    border-radius: 10px;
    box-shadow: 0 0 5px #eee;
    padding: 15px 10px;
  } */
}
.service-block .service-block-inner {
  /* padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  box-sizing: border-box;
  padding-right: 40px;
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  margin-right: 270px; */
  max-width: 1090px;
  margin: 0 auto;
}
.service-block .service-block-img-sterne {
  margin-bottom: 45px;
}

@media (max-width: 1380px) {
  .ekomi_content {
    justify-content: center;
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  /* .service-block .service-block-img-siegel {
    position: absolute;
    top: -20px;
    right: 0;
    width: 200px;
  } */
}
.service-block-text {
  padding-top: 70px;
}
.service-block .service-block-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
}
.service-block .service-block-item {
  background: #ffff;
  border-radius: 10px;
  box-shadow: 0 0 5px #eee;
  text-align: center;
  padding: 12px 10px;
  width: 229px;
  max-height: 200px;
  box-sizing: border-box;
  min-height: 196px;
}

.service-block-item-logo {
  width: auto !important;
  padding: 20px !important;
  max-height: 300px !important;
  opacity: 0.8;
}
.service-block .service-block-item div:first-child {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-block .service-block-item-headline {
  font-weight: bold;
  margin-bottom: 5px;
}
.service-block-item-p {
  line-height: 1.4;
}

/* TESTEN SECTION */
#testen {
  padding: 45px 0 53px 0;
  background: url(../img/bg-red-arrow.svg) 0 0 no-repeat;
  background-size: contain;
}
.testen_left {
  position: relative;
}
.footer_laptop {
  max-width: 878px;
  border-radius: 20px;
  box-shadow: 0 30px 50px rgba(0,0,0,0.1)
}
.footer_smartphone {
  position: absolute;
  left: -123px;
  bottom: -61px;
}
.footer_watch {
  position: absolute;
  width: 110px;
  bottom: -30px;
  left: 95px;
}
.footer_fairgarantie {
  position: absolute;
  bottom: 22px;
  right: 13px;
  width: 118px;
}
.testen_wrapper {
  display: flex;
  align-items: center;
  gap:20px;
  /* max-width: 1100px; */
  margin: 40px auto 0;
}
.testen_header P {
  padding: 36px 0 19px;
  line-height: 1.3;
  font-weight: 400;
}
.testen_right div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 25px;
}
.testen_right img {
  background: #cdeefd;
  padding: 10px;
  border-radius: 10px;
}
.testen_right div p {
  font-weight: 400;
}

/* FOOTER SECTION */
footer#green-block-2 {
  background: #039adb;
}
footer {
  background: #fff;
  border-top: 1px solid #efefef;
  padding: 80px 0 0 !important;
}
footer .logos { max-width: 541px; display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 0 auto }
.form-container {
  background: #fff;
  padding: 82px 35px 65px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(82, 82, 82, 0.2);
}
.form-container h2 {
  font-size: 70px !important;
  margin-bottom: 25px !important;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}
.form-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 20px !important;
  position: relative;
}
.form-control {
  width: 400px !important;
  line-height: 36px !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  font-weight: 400;
  letter-spacing: 0.16px;
  height: auto !important;
  background-color: #f3f1f1 !important;
  padding-left: 25px !important;
  background-image: none;
  border: 1px solid #f3f1f1;
  color: #555;
  padding: 11px 12px;
  display: block;
  font-size: 16px;
  max-width: 100%;
}
 .more-link {
    position: relative;
    color: #039ADB;
    text-decoration: underline;
    cursor: pointer;
}
.certificate-popover {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 0;
    min-width: 390px;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    margin-bottom: 10px;
}
.slider-app .certificate-popover { min-width: unset; text-align: left; width: max-content; }
.slider-app .certificate-popover .popover-content p { padding: 0; color: #000; text-align: left; margin:0; }
.slider-app .certificate-popover .popover-content { padding: 10px }

.more-link:hover .certificate-popover {
    opacity: 1;
    visibility: visible;
}

.popover-content {
    padding: 20px;
    background: white;
    border-radius: 8px;
    overflow-y: auto;
}

.popover-content h4 {
    margin: 16px 0 4px 0;
    font-size: 16px;
    font-weight: bold;
    color: #013048;
}

.popover-content h4:first-child {
    margin-top: 0;
}

.popover-content p {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 22px;
    color: #013048;
}

.popover-content p:last-child {
    margin-bottom: 0;
}

.show-xl {
    display: block;
}

@media screen and (max-width: 799px) {
    .certificates-section {
        display: flex;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        padding: 3rem;
        margin-bottom: 2.5rem;
        flex-direction: column;
    }

    .certificate-seal {
        margin-top: 20px;
    }

    .certificate-body {
        display: flex;
        align-items: center;
        padding: 20px;
        gap: 15px;
        flex-direction: column;
    }

    .certificate-body.reverse {
        flex-direction: column;
    }

    .show-xl {
        display: none;
    }

    .certificate-popover {
        left: -122%;
        min-width: 320px;
        max-width: 359px;
    }
    .slider-app .certificate-popover { left: 0 }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .certificate-body {
        padding: 40px 20px 20px;
    }

    .show-xl {
        display: none;
    }
}

.footer-container {
  background-color: #028ac3;
  padding: 31px 0;
  margin-top: 110px;
  text-align: center;
}
.footer-container .border-left,
.footer-container .border-right {
  border-color: #ffffff !important;
}
.footer_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
}
.footer_links p {
  padding: 0 15px;
  position: relative;
}
.border_right::after {
  content: "";
  height: 60%;
  display: block;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 6px;
}
.text-white {
  color: #fff !important;
  font-size: 16px;
}
body .tuev-container-new { background:  transparent linear-gradient(272deg, #22B3E8 0%, #003C7C 100%) 0% 0% no-repeat padding-box; margin-bottom: 68px; font-size: 18px; line-height: 26px;}
body .tuev-container-new .tuev-container-new-approved { background: rgba(19,16,16,0.3)!important; border-radius: 10px 0 0 10px; color:#FFF!important; 
  font-size: 70px; line-height: 39px; 
  font-family: "Urbanist",sans-serif;
  font-weight: 900;
  text-align: center; padding-block: 43px 26px; 
}
body .tuev-container-new .tuev-container-new-tuev-link { padding-top: 0 }
body .tuev-container-new .tuev-container-new-approved span { font-size: 34px; font-weight: bold}
body .tuev-container-new-txt > span { font-weight: 400!important }

.ekomi_gif {
  margin-top: 20px;
  margin-right: 10px;
  display: none;
  z-index: 1000;
}

.show_gif {
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .ekomi_gif {
    top: 60%
  }
}
  
#preis { padding-bottom: 190px; padding-top: 50px }
#preis .container {max-width: 976px;}
.monat1 { position:absolute; top:20px; right:0; transform: translateX(50%); }
.flex_price { display: flex; gap:20px; width:100%; margin-top: 30px;}
.prices_outer { position: relative; background: #03ACF4; border-radius: 20px; width:100%; max-width: 312px; padding: 5px; color: #FFF; display: flex; flex-direction: column; align-items: center;}
.prices_outer .top_part { background: #E6F7FE; border-radius: 15px; width: 100%; text-align:  center; color:#039ADB; font-size: 20px; font-weight: normal; padding: 18px; line-height: normal; height: 60px;}
.prices_outer .top_part select { background: none; border: none; font-size: 20px; color: #039ADB; padding-right: 10px; border-bottom: 2px solid #039ADB;}
.bottom_part { font-size: 20px; line-height: normal; margin-top: 26px; text-align: center; margin-bottom: -24px;}
.bottom_part s { text-decoration: line-through; }
.real_price { font-family: "Urbanist",sans-serif; font-size: 76px; font-weight: 700;  }
.sale_circle { position: absolute; right: 0; bottom: 0; transform: translate(71%, 73%);}
.banner-prices {   background: #E6F7FE;     padding: 8px 20px 8px 36px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    max-width: 680px;
    width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box;
    text-align: center;
}
.banner-prices img {
    position: absolute;
    top: 8px;
    left: 10px;
}
.footer_orange_button {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  color: #fff;
  padding: 16px 36px 15px 5px;
  font-size: 24px;
  border-radius: 50px;
  background-image: url(/images/btn-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: right 24px center;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  background-color: #028ac3;
  border-color: #028ac3;
  width: 400px;
  display: inline-block;
  text-align: center;
  max-width: 100%;
}
.email-text {
  position: absolute;
  top: -45px;
  right: -56%;
  text-align: left;
  font-size: 18px;
  color: #1B1A1D;
  line-height: 1.2;
  font-weight: 400;
}
.email-text-mobile {
  display: none;
  padding-top: 10px;
}
.email-arrow {
  position: absolute;
  top: -62px;
  right: -18%;
}
.footer_green_button {
  background: #03acf4;
  border: none;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  padding: 16px 36px 15px 5px;
  font-size: 24px;
  border-radius: 50px !important;
  background-image: url(/images/btn-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: right 24px center;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  width: 400px;
  max-width: 100%;
}

/* OVERLAY CSS */
.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 */
.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: 1000px;
  margin: 0 auto;
  padding: 40px;
  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;
  gap: 100px;
}
.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_blue.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: 850px;
  margin: 0 auto;
  padding: 40px;
  width: 95%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 48%;
  left: 50%;
}
.paypal_content {
  padding: 30px;
}
.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 li {
  position: relative;
  margin-bottom: 15px;
}
.paypal_content ul li::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 17px;
  height: 16px;
  top: -2px;
  background-image: url("/resources/B1_Redesign/images/check_green.png");
}
.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;
}

/* VIDEO OVERLAY SECTION */
.video_overlay {
  position: relative;
}
.video_overlay.active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close_video_overlay {
  position: absolute;
  top: -31px;
  right: -31px;
  cursor: pointer;
  z-index: 1;
}

/* MEDIA QUERIES */

.container {
  margin: 0 auto;
  padding: 0 15px;
}
.container-big {
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1340px;
  }
}
@media only screen and (max-width: 1800px) {
  .paypal_content {
    font-size: 13px;
    padding: 0 0 0 70px;
  }
  #paypal {
    width: 510px !important;
    height: 285px !important;
  }
}
@media only screen and (max-width: 1500px) {
  .footer_smartphone {
    left: -59px;
    width: 30%;
  }
}
@media only screen and (max-width: 1390px) {
  .footer_smartphone {
    left: -39px;
    width: 30%;
    bottom: -9%;
  }
  .ekomi_slider_wrapper {
    width: 350px;
  }
}
@media only screen and (max-width: 1300px) { 
  .hero_ho {     bottom: -7px;
    left: 0px;
    width: 35%
    }
  .testimonials_all_images img {width:  calc(33% - 10px);}
  .footer_laptop {
    max-width: 600px;
  }
  .testen_wrapper { 
    justify-content: center; }
}

@media only screen and (max-width: 1230px) {
  .gkv-tuv .tuv .certificate-popover { transform: translateX(-50%); }
}
@media only screen and (max-width: 1200px) {
  .green_block2_wrapper {
    max-width: 900px;
  }
  .container_spc {
    width: 800px;
  }
  .hero_section {
    background-color: #039adb;
    max-height: none;
    background-image: none;
    margin-bottom: 0;
  }

  .hero_laptop {
    width: 550px;
  }
  .hero_ho {
    bottom: 0;
    left: 0px;
  }
  .hero_ho .im1 { border-radius: 10px!important; }
  .hero_kt {
    bottom: 0;
  }
  .top_video_section_wrapper,
  .top_video_logos,
  .hero_section_main {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .hero_section_main {
    padding-bottom: 50px;
  }

  .ntv_logo,
  .tuev_img {
    width: 180px !important;
  }
  .top_video_center {
    align-items: center;
  }
  .top_text_green_absolute {
    top: 325px;
    right: 32%;
  }
  .top_text_absolute {
    bottom: 600px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .automatisieren_table {
    flex-direction: column;
  }

  .automatisieren_icons_bubble {
    padding-top: 30px;
  }

  .automatisieren_icons_red_arrow {
    display: none;
  }

  .tab-cust-container-inner {
    /* width: 100%; */
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: fit-content;
  }

  .note-wrapper {
    bottom: 0;
    background-image: none;
    position: relative;
    right: unset;
    padding: 20px 0;
  }

  .tab-list .active button:after {
    display: none;
  }

  .mobile-list {
    padding-top: 0;
  }

  .col-md-8,
  .col-md-6 {
    width: fit-content;
  }
  .monat1 { max-width: 160px; transform: none!important; }
  .sale_circle {
    transform: translate(21%, 73%) rotate(45deg) scale(.5);
  }
  .partners_content_top_left {  left:unset; right: -20px; }

  .slider_header p {

  }

  .slider_header p::before {
    display: none;
  }

  .notes-info {
    bottom: -160px;
  }

  .logo_bafin {
    top: -20px;
    left: 0;
    width: 100px;
  }

  .pagination-slider .slider-prev {
    left: -35px;
  }
  .pagination-slider .slider-prev svg, .pagination-slider .slider-next svg { width: 30px; }
  .pagination-slider .slider-next {
    right: -35px;
  }
  .testimonials_section_wrapper { padding-inline: 20px; }
  .testimonials_all_images {     align-content: flex-start; }
  .testimonials_slider_wrapper { margin-left: 30px }
  .ekomi_content {
    /* flex-direction: column; */
    align-items: center;
    gap: 25px;
    margin-top: 35px;
    justify-content: center;
  }

  .cols {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .rechner_arrow,
  .handfont_img {
    display: none;
  }
  .ekomi_gif, .side_nav {
    display: none !important;
  }
  .ergebnisse_right h3 {
    font-size: 45px;
  }
  .ergebnisse_right p {
    font-size: 14px;
  }
  .top_logos {
    gap: 5px;
  }
  .ohne-aufprei {
    top: -35px;
    left: 175px;
  }
  .watch_slider_wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .watch_slider_left p {
    padding: 20px 0 25px 0;
  }
  .testimonials_slider_wrapper {
    display: flex;
    flex-direction: column;
  }
  .rechnungen_wrapper,
  .online_banking_wrapper,
  .finanzamt_pfilchten_wrapper {
    /* max-width: 350px; */
    margin: 0 auto;
  }
  .tab-wrapper
  /* .tab-panel-wrapper  */ {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: -15px !important;
  }
  .tab-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
  .service-block-inner {
    margin-right: 0 !important;
  }
  .top_logos_button {
    width: auto;
    margin: 0 auto;
  }

  .mein_konto_overlay {
    width: 80%;
    padding: 15px;
  }
  .mein_konto_content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .mein_konto_content_left img {
    width: 350px;
  }
  .mein_konto_header p {
    margin: 10px 0;
  }
  .testen_wrapper {
    gap: 20px;
  }
  

  .footer_watch {
    width: 80px;
    left: 110px;
  }

  .footer_fairgarantie {
    width: 80px;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .gkv-tuv .gkv, .gkv-tuv .tuv { padding-top: 40px}
}
@media only screen and (max-width: 1000px) {
    .bwa-block { margin-top: 50px }
    #testen { margin-top: 50px; }
    .funktion_auswahltext > img, .image_funktion { width: 55% }
    .funktion_auswahltext.tab_vertragsarten {
        padding-bottom: 61px;
    }
    .icon-ohne { max-width: 100px; }
    .fragen-arrow, .fragen-text { display: none!important}
    .green_block_card { min-width: unset; width: 30% }
    .partners_content_top_left {
        left: unset;
        right: 0;
        transform: scale(0.5);
        top: -96px;
    }
    .top_logos { max-width: 600px }
    .banner_content {
        flex-direction: column;
        padding: 30px!important;
    }
    .testen_right { margin-top: 20px }

}
@media only screen and (max-width: 960px) {
  .documents_outer_lohn_brand { flex-wrap: wrap;     padding: 0 20px; }
}
@media only screen and (max-width: 930px) {
  .bwa-block .item { flex-direction: column-reverse; margin-bottom: 30px}
  .bwa-block .item .right svg { display: none }
  .bwa-block .item .right { justify-content: center; height: auto!important; margin-bottom: 30px; padding-top: 20px!important}
  .bwa-block h2 { margin-bottom: 20px }
  .bwa-block .item .right { max-width: 100% }
}
@media only screen and (max-width: 900px) {
  .hero_ho img.gkv { padding: 2px; border-radius: 5px;   }

  h4 { font-size: 28px }
  .green_block2_wrapper {
    max-width: 650px;
  }
  .email-arrow,
  .email-text {
    display: none;
  }
  .hero_txt1 { margin-top: 0 }
  .rechnungen,
  .partners_section,
  .finanzamt_pfilchten {
    padding: 30px 0;
  }
  .hero_laptop {
    width: 330px;
  }
  .container_spc {
    max-width: 730px;
    width: 100%;
  }

  .hero_kt {
    bottom: -15px;
  }

  .hero_ho {
    bottom: 0px;
    flex-direction: column;
    width: 46px;
    gap: 0;
  }
  .gehaltssammler .automatisch { padding-right: 175px; }
  .gehaltssammler .automatisch .gkv { right: -10px; transform: unset; }

  #top_video {
    width: 400px !important;
    height: 225px !important;
  }

  .schnittstellen_wrapper {
    flex-direction: column-reverse;
    gap: 0;
    padding-top: 15px;
  }

  .schnittstelen_modal {
    width: unset;
    padding-bottom: 20px;
  }

  .schnittstelen_companies {
    padding-bottom: 10px;
  }

  .schnittstellen_right {
    text-align: center;
  }

  .schnittstellen_left {
    width: 100%;
    background-size: 100% auto;
  }
  .tab-wrapper {
    margin-top: 0;
  }
  .schnittstellen_left_content,
  .ohne-aufprei,
  .tv_icon {
    display: none;
  }

  .video_starten_wrapper,
  .video_starten_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .video_starten_left {
    width: 300px;
  }

  .video_starten_left_content,
  .video_starten_left_wrapper,
  .video_starten_left_wrapper img {
    width: 100%;
  }

  .video_starten_right_top_wrapper {
    padding-top: 120px;
  }

  .video_starten_right {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .video_starten_right_top {
    width: 310px;
  }

  .video_starten_right_bottom {
    padding: 20px;
  }

  .right_video_starten {
    right: 150px !important;
    z-index: 1;
  }
  .banner_right { align-items: center; }
  .handy_slider_wrapper,
  .ergebnisse_wrapper,
  .ergebnisse_right  
  {
    flex-direction: column;
  }

  .handy_slider_arrows_dots {
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .handy-slider-dots ul {
    display: flex;
  }

  .handy-slider-dots button {
    width: 57px;
    height: 7px;
  }

  .handly_slider_content h2 {
    padding: 20px;
  }

  .handly_slider_content {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .handly_slider_content_ul {
    margin-bottom: 0;
  }

  .watch_slider_wrapper,
  .watch_slider_slide div {
    flex-direction: column;
    gap: 35px;
  }

  .watch_slider_left p {
    padding: 20px 0 30px 0;
  }

  .watch_slider_slide div {
    padding: 20px 0;
  }

  .watch_slider_arrows .slider-prev {
    left: 25%;
  }

  .watch_slider_arrows .slider-next {
    right: 25%;
  }

  .ergebnisse_right {
    margin-top: 20px;
  }

  .ergebnisse_left p,
  .ergebnisse_left h2 {
    text-align: center;
  }

  .testimonials_all_images {
    display: none;
  }

  .top_text_green_absolute {
    right: 0;
  }

  

  .partners_content_logos {
    justify-content: center;
    margin-top: 10px;
    padding-top: 20px;
  }
  .partner-separator { display: none }  

  .partner_slide {
    flex-direction: column;
    padding-inline: 10px;
  }

  .margin_top {
    margin-top: 30px !important;
    margin-left: 0 !important;
  }
  .partners_content_top {
    background-position: center;
    
  }
  .mein_konto_content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #video_overlay1 {
    width: 600px !important;
    height: 350px !important;
  }
  .stern_seriensieger_abs {
    right: -5px;
    width: 42px;
  }
  .partners_slider_wrapper {
    width: 360px;
  }

  .tab-img {
    max-width: 315px;
  }
  .ekomi_content {
    flex-direction: column;
  }
  .gkv-tuv .container { flex-direction: column; gap: 60px;}
  .tuev-container-first-div { align-items: stretch!important; }
  body .tuev-container-new .tuev-container-new-approved {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .swiper-wrapper .item {
    padding: 0;
  }
  h2 {
    font-size: 35px !important;
  }
  .testen_wrapper { flex-direction: column; }
  .fertig .content { align-items: center; flex-direction: column-reverse;  }

}
@media only screen and (max-width: 800px) { 
  .tuev-container-new-txt br { display: none; }
  .gehaltssammler .automatisch div:first-child { background-size: contain; }
  .video-splash { gap: 50px; }
  .partner_img img { max-width: 150px;}
  .header_best_deal { margin-right: 0}

}
@media only screen and (max-width: 737px) { 
   .header_discount { font-size: 18px; }
   .header_deal { font-size: 20px; }
   .header_best_deal { padding-inline: 26px;  display: flex;  flex-direction: column;
        justify-content: center;   background-size: 100% 200%;}
   .header_content { align-items: stretch; }
   .logos { flex-direction: column; }
   .logos > div { max-width: 100% }
   .fertig .content2 { background: none; padding: 0 }
   .fertig .content2 > div { margin: 0 auto }
}

@media only screen and (max-width: 700px) {
  body .tuev-container-new .tuev-container-new-approved {
    margin-top: 0!important;
    margin-bottom: 10px;
  }
  .tuev-container-first-div { 
        flex-direction: column;
  }
  .tuev-container-new-txt { padding: 20px;}
  .tuev-container-new-txt .tuev-container-new-tooltip {display: block;}

  .container_spc {
    max-width: 550px;
  }
  .funktion_auswahltext { flex-direction: column; padding-top: 15px}
  .funktion_auswahltext > img, .image_funktion {
        width: 100%;
  }
  .gehaltssammler .automatisch { background-position: right bottom; flex-direction: column; padding-right: 20px; background-size: 72px;}
  .gehaltssammler .automatisch .gkv { width: 87px; top: -24px; }
  .pagination-slider.pagination-app {     display: flex; justify-content: center; gap: 20px; margin-top: 20px;}
  .made_in_germany_content { flex-wrap: wrap; padding-inline: 20px; justify-content: center; }
  .made_in_germany_content > div:not(.separator) { max-width: unset;     width: 49%;  padding-inline: 5px;}
  .made_in_germany_logos {gap: 20px; transform: translateY(-50%); top: unset; margin-bottom: 30px}
  .made_in_germany_logos img { width: 80px!important;}
  .made_in_germany_logos div:nth-child(2) img { width: 120px!important;}
  .tuev-container-new .tuev-container-new-approved::after {
    display: none !important;
  }

  .tuev-container-new-txt {
    text-align: center !important;
  }
  .monat1 { top: 100px;
    right: 20px;
    max-width: 120px;
  }
  .footer_laptop {
    width: 370px;
  }

  .paypal_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 0 30px;
  }

  .close_paypal {
    right: -1px;
    top: 15px;
  }

  .ekomi_slider_wrapper {
    /* width: 350px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .ekomi-slider-slide {
    margin-right: 0;
  }

  .header_deal_wrap_a {
    display: none;
  }
  .flex_price { flex-direction: column-reverse; align-items: center; }
  .sale_circle { transform: translate(55%, 18%) scale(0.6) }
  .video-splash { 
    flex-direction: column;
  }
  .video-splash .arrow {
     transform: translate(-80%, -56%) rotate(77deg) scaleY(-1);
  }
  .testimonials_content { flex-direction: column; align-items: center; }
  #green-block #eKomiWidget_default { right: 10px!important; top: -50px!important }
  #green-block #eKomiWidget_default img { width: 150px; }
  .green_block_cards { flex-direction: column; padding: 20px; }
  .green_block_cards .green_block_card { width: 100% }
  .partners_content_top { flex-direction: column-reverse; }
  .logo-slider__item { max-width: 194px; width: unset;     height: 91px; }
  .partners_content_logos { grid-template-columns: 1fr 1fr 1fr; }
  .partners_content_top_left { left: 50%; right: unset; top: -76px; }
}

@media only screen and (max-width: 600px) {
  .header-logos { align-items: stretch; gap: 10px;}
  .header-logos > div { display: flex; align-items: center;}
  .header-logos { width: 100% }
  .top_logos {
    gap: 15px;
    justify-content: center;
  }
  .form-container h2 { font-size: 50px!important; }
  #preis .container > div { height: auto!important }
  #preis h2 { line-height: 1}
  .monat1 { display: none; }
  .tab-panel-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .top_video_logos_wrapper,
  .automatisieren_table_content_flex,
  .top_logos_button {
    flex-direction: column;
    padding: 20px;
  }
  .gehaltssammler h2 { text-wrap: balance; }
  .seriensieger_logo { display: none }
  .automatisieren_table_content_flex p {
    min-width: auto;
  }
  .top_video_logos_wrapper div {
    margin-bottom: 10px;
  }

  .top_text_absolute,
  .top_text_green_absolute {
    display: none;
  }

  .automatisieren_table_content_flex img {
    padding-top: 10px;
  }

  .testimonials_content_images_wrapper {
    width: 200px;
  }

  .testimonials_centered_image,
  .testimonials_centered_image img {
    width: 100%;
  }

  .testimonials_slider_wrapper {
    width: 360px;
    margin-left: 0;
  }

  .service-block-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .service-block {
    margin-top: 200px;
  }

  /* .service-block-img-siegel {
    top: -175px !important;
    right: 22% !important;
  } */

  .service-block-text,
  .service-block-items {
    margin-left: 0 !important;
  }
  .video-block {
    padding: 0;
  }

  section.video .slider-arrow.right-arrow,
  section.video .slider-arrow {
    right: 12px;
  }
  section.video .slider-arrow.right-arrow,
  section.video .slider-arrow {
    z-index: 10;
  }
  .mein_konto_content_left img {
    width: 300px;
  }
  .close_mein_konto {
    right: -1px;
  }
  #paypal,
  #video_overlay1 {
    width: 300px !important;
    height: 170px !important;
  }
  .paypal_content {
    padding: 0;
  }
  .handy_slider {
    padding: 75px 0 50px 0;
  }
  .notes-info {
    right: 10px;
    width: 300px;
  }
  .immer {
    right: 40px;
    width: 120px;
  }
  .testimonial_slide h3 {
    text-align: left;
  }

  /* .header_content {
    justify-content: unset;
  } */
  .header_line {
    width: 20px;
  }
  .header_deal {
    font-size: 14px;
  }
  .header_deal { white-space: nowrap; }
  .header_discount {
    font-size: 16px;
  }
  .email-arrow,
  .email-text {
    display: none;
  }
  .email-text-mobile {
    display: block;
  }

  .handy_slider_image {
    width: 100% !important;
  }
  .testimonial_slide_content {
    padding: 20px;
    text-wrap: balance;
  }
  .testimonial_slide_content br { display: none }

  .partners_content_logos .logo-slider__item.active:before {
    bottom: -10px;
  }
  #top_video {
    width: 300px !important;
  }

  .watch_slider_right {
    width: 330px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .pagination-slider button,
  .watch_slider_arrows button {
    position: unset;
  }
  .watch_slider_slide {
    border-radius: 10px;
  }
  .watch_images {
    width: 200px;
  }
  #kostenuebersicht .row .col.title1 {
    padding: 5px;
  }
  #kostenuebersicht .row .col.title1,
  #kostenuebersicht .shadow_box .row label,
  .kostenvergleich_rechner.v2 #kostenuebersicht .shadow_box .row .col {
    font-size: 11px !important;
  }
  .inlinelogo {
    width: 65px !important;
  }
  .top_video_section {
    margin: 20px 0;
  }
  .rechner_bigger_table {
    width: 330px;
    margin: 0 auto;
  }
  .hero_section_main {
    padding-bottom: 30px;
  }
  .top_logos_section {
    margin-top: 50px;
  }
  .slider-screen-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .number-list li {
    font-size: 13px;
  }
  .testimonials_section_wrapper {
    padding: 20px;
  }
  .note-content {
    padding: 10px;
  }
  .hero_section_main_right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* RECHNER TABLE  */
  #kostenuebersicht .row .col.title1 {
    padding: 9px 4px !important;
  }
  #kostenuebersicht .row .col.title2,
  #kostenuebersicht .row .col.title1 {
    width: 26%;
  }
  #kostenuebersicht .shadow_box .row {
    flex-wrap: wrap;
  }
  #kostenuebersicht .shadow_box .row label {
    width: 100%;
    text-align: center;
  }
  .hero_section_content_header h1 { font-size: 28px; line-height: normal; }
  h2 {
    font-size: 22px !important;
    line-height: normal;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  .note-wrapper{
    right: unset;
  }
    .banner_btn{
    width: 190px;
    font-size: 16px;
  }
  .footer-container { padding: 20px 0 }
  footer .logos { justify-content: center; }
  footer .logos div img { height: 60px!important;  }
  .green_block2_wrapper { padding-inline: 20px!important; }
  .handy-slider-dots button { width: 30px }
  .gkv-tuv .tuv .certificate-popover { transform: unset; }
  .gkv-tuv .gkv { flex-direction: column; }
  .gkv-tuv .tuv { flex-direction: column-reverse; }
  .sale_circle {
        transform: translate(42%, 13%) scale(0.4)
    }
  .green_arrow_ausprobieren { display: none}
}
@media only screen and (max-width: 450px) {
  .lexware_office_logo { padding: 10px 15px;  }
  
  .testen_header P { max-width: 330px; margin: 0 auto; text-wrap: balance; }
  .slider_header p { font-size: 10px }
  .slider_wrapper { padding: 20px }
      .video-splash .arrow {
        transform: translate(-68%, -56%) rotate(90deg) scaleY(-1);
    }
  .top_logos_button { padding: 0 }
  .orange_button { font-size: 20px; width: auto!important; padding-right: 50px }
  .gkv-tuv { padding-inline: 0; }
  .gkv-tuv .gkv, .gkv-tuv .tuv {
        padding: 40px 20px;
    }
  .handy_buttons {
    width: 35px;
  }
  .handy_slider_wrapp { max-width: 200px }
  .handy-slider-dots button {
    width: 45px;
    height: 5px;
  }
  .testimonials_slider_wrapper {
    width: 300px;
    margin-left: 0;
  }
  .gehaltssammler .automatisch div:first-child { width:150px; background-size: contain; }
  .gehaltssammler .automatisch { padding-bottom: 50px }

  .partners_content_top,
  .footer_orange_button {
    background-image: none !important;
  }
  .footer_green_button,
  .footer_orange_button,
  .form-control {
    width: 265px !important;
  }
  .footer_orange_button {
    padding: 12px 5px 13px 5px;
  }
  .footer_laptop {
    width: 300px;
  }
  .footer_links {
    flex-direction: column;
    gap: 2px;
  }
  .border_right::after {
    content: none;
  }
  .video_starten_right_bottom {
    padding: 0;
  }
  .header_content {
    justify-content: center;
    gap: 0px;
  }
  .header_discount {
    font-size: 17px;
  }
  .header_best_deal {
    padding: 0 15px;
  }
  .form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sale_circle {
        transform: translate(38%, 13%) scale(0.4);
  }
  .partners_slider_wrapper {
        width: 320px;
  }
  .hero_laptop {
        width: 300px;
  }
}
@media (max-width: 390px) {
  .fertig .content2 .title { font-size: 40px; line-height: 51px; }
  .fertig .content2 p { font-size: 25px; line-height: 35px }
}
@media (max-width: 340px) {
  .partners_slider_wrapper {
        width: 300px;
  }
  .handy-slider-dots button {
        width: 25px;
        height: 5px;
  }
}


/* 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;
}

.gif-video-img { max-width: 100% }

.gif-video-control {position:relative;cursor:pointer;}

.gif-video-control .gif-video-mute{   
    position: fixed;
    top: 100%;
    left: 100%;
    width: 88px;
    transform: translate(-50%, -50%);
    z-index: 10001
  }

.gif-video-control #gif-video,
.gif-video-control #overlay-gif-video{ 
   transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  top:0;left:0; 
  width:100%;
  height:100%;
  position:fixed;
  z-index: 10000
}

.gif-video-control #gif-video.out,
.gif-video-control #overlay-gif-video.out { transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#overlay-gif-video{ z-index: 10001; text-align: right; }



@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}



/* close video button with effect */

.circCont {
  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:after {
  width: 24px;
  height: 4px;
  background-color: #fff;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*@include transform-origin(100%,100%);*/
}
.circle:before {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
  height: 4px;
  background-color: #fff;
  content: "";
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*@include transform-origin(0%,0%);*/
}

.fromMiddle:before, .fromMiddle:after {
  z-index: 9999;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}
.fromMiddle span {
  width: 38px;
  height: 38px;
  background-color: #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;
}

.fromMiddle:hover:before, .fromMiddle:hover:after {
  position: absolute;
  background-color: #E91E63;
}
.fromMiddle:hover span {
-moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}
.circle[data-animation="magnify"]:not(.magnify) {
  -moz-transition: ease-in-out 100ms;
  -o-transition: ease-in-out 100ms;
  -webkit-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
}
.circle[data-animation="magnify"]:not(.magnify):hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.circle.magnify {
  -moz-transition: ease-in-out 200ms;
  -o-transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 0;
}

.close-video{ display: none }