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

html {
  scroll-behavior: smooth;
}
.fw-500 {
  font-weight: 500;
}
.white_color {
  color: white;
}
.text_align {
  text-align: center;
}
.font-weight-bold {
  font-weight: 600;
}
.verveine {
  font-family: "verveine", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0e9e58;
  font-size: 22px;
}
.container_big {
  width: 100%;
}
.container_spc {
  width: 1000px;
  margin: 0 auto;
}
/* SIDE NAVIGATION */
.side_nav {
  position: fixed;
  min-width: 182px;
  display: none;
  right: 0;
  top: 35%;
  text-align: left;
  animation: fade-in 1s backwards;
  z-index: 2;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px 0 0 15px;
  background: #fff;
}
.side_nav.active {
  display: block;
}
.side_nav li {
  padding: 10px 5px 10px 25px;
}
.side_nav li.active {
  background: #d9f3e6;
  border-left: 3px solid #0e9e58;
}
.side_nav li.active a {
  color: #0e9e58;
  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;
}
.side_nav li a:hover {
  text-decoration: none;
}
.side_nav_buy_process {
  text-decoration: none;
}

.side_nav_buy_process:hover,
.side_nav_buy_process:active,
.side_nav_buy_process:focus,
.side_nav_buy_process:visited {
  text-decoration: none;
}
/* FIXED HEADER */

.fixed_header {
  position: fixed;
  z-index: 10;
  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;
}
.header_best_deal {
  background-image: url("/resources/B1_Redesign/images/header_yellow_hex.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 32px;
  text-align: center;
  background-size: cover;
}
.header_best_deal p,
.header_best_deal a {
  font-weight: bold;
  font-family: "Urbanist", sans-serif;
}
.header_deal_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header_line {
  height: 2px;
  width: 30px;
  background: black;
}

.header_deal,
.ekomi_content_left_fist_row p {
  font-size: 22px;
}
.header_discount {
  font-size: 26px;
  color: #ff4554;
  padding-bottom: 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;
}

.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;
}

.hero_kt {
  width: 145px;
  bottom: 8px;
  right: 0px;
}

.blick_ins_produkt {
  padding: 80px 0 120px;
}
/* hero section */

.hero_section {
  background-image: url("/resources/B1_Redesign/images/header_green_background.png");
  background-position: center;
  background-repeat: no-repeat;
}
.top_text_absolute_p {
  font-size: 16px;
}
.hero_section_content_header {
  padding-top: 100px;
}
.hero_section_content_header h1 {
  font-size: 55px;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 100;
  padding-top: 40px;
}
@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: 25px;
  align-items: flex-start;
  gap: 10px;
}

.hero_section_main_left {
  position: relative;
}
.hero_ho {
  position: absolute;
  width: 122px;
  bottom: 20px;
  right: 145px;
}
.hero_kt {
  position: absolute;
  width: 153px;
  bottom: 4px;
  right: -10px;
}
.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");
}
.orange_button {
  color: white;
  padding: 11px 17px 12px 40px;
  font-family: "Urbanist", sans-serif;
  font-size: 26px;
  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: #f07d00;
  border-color: #f07d00;
  font-weight: 500;
}
.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: #0E9E58;
  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: 24px;
  font-weight: lighter;
  line-height: 1.6;
}
.top_logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  flex-wrap: wrap;
}
.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: #f3f1ef;
  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: #d9f3e6;
  border-radius: 10px;
  right: 38%;
}
.top_text_green_absolute p {
  color: #0e9e58;
  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;
}
.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;
  font-size: 32px;
  font-weight: 600;
}
.automatisieren_table_content_left h3,
.automatisieren_table_content_right h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

.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: 150px;
}
.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;
}
/* schnittstellen section */
.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: #fef2e5;
  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: 70px;
}
.schnittstellen_right h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 45px;
  font-weight: 800;
}
.schnittstellen_right h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 34px;
  padding-bottom: 40px;
  font-weight: 400;
}
.schnittstelen_companies {
  font-size: 22px;
  padding-bottom: 50px;
  font-weight: 500;
}
.schnittstelen_modal {
  font-family: "Urbanist", sans-serif;
  font-size: 26px;
  color: #0e9e58;
  text-decoration: underline;
  width: fit-content;
  font-weight: 600;
}
.ohne-aufprei {
  position: absolute;
  top: 0px;
  left: 250px;
}
#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;
}
/* 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: #fef2e5;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
}
.feeling_div_wrapper_inner {
  position: relative;
}
.feeling_div_wrapper_inner h3 {
  font-size: 20px;
  font-weight: 600;
  color: #f07d00;
  padding-bottom: 5px;
}

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

/* rechnungen section */
.rechnungen{
  padding: 60px 0 120px;
}
.partners_section,
.finanzamt_pfilchten,
.handy_slider {
  padding: 60px 0;
}

.rechnungen_wrapper h2,
.online_banking_wrapper h2,
.finanzamt_pfilchten_wrapper h2,
.blick_ins_produkt_wrapper h2,
.green_block_wrapper h2,
.testimonials_header h2,
.ekomi_section_wrapper h2,
.partners_wrapper h2,
.testen_header h2,
.ergebnis_monatlich h2 {
  text-align: center;
  font-size: 45px;
  font-family: "Urbanist", sans-serif;
  font-weight: normal;
}
.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;
  font-weight: 500;
}
.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: 10px;
  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: #f07d00;
  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: #f07d00;
  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: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  font-weight: 500;
}
.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_green.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.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: -15px;
  z-index: 2;
  left: -20px;
}
.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: #0e9e58;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
}

.tab-list_green .active button,
.tab-list_green button:hover {
  background: #0e9e58;
  border-color: #0e9e58;
}
.geschaeftskonto_img {
  /* max-width: unset;
  height: 400px; */
}
.tab-img_green {
  background: #0e9e58;
}
.tab-img_green_watch {
  padding: 30px 60px;
}
/* blick_ins_produkt section */
.blick_ins_produkt {
  background: #f3f1ef;
  padding: 80px 0 120px;
  margin-top: -29px;
}
.blick_ins_produkt_wrapper p {
  font-size: 20px;
  padding: 20px 0 40px 0;
  text-align: center;
}
.slider-screen-wrapper {
  position: relative;
}
.handfont_img {
  position: absolute;
  right: 20px;
  top: 100px;
}
.logo_bafin {
  position: absolute;
  bottom: -80px;
  right: 435px;
  z-index: 5;
}
.slider_header {
  display: flex;
  align-items: center;
  background: #e3e1e0;
  margin: 0 auto;
  width: fit-content;
  border-radius: 10px;
}
.slider_header p {
  padding: 15px 50px;
  position: relative;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}
.slider_header p::before {
  content: "";
  height: 50%;
  display: block;
  border-left: 1px solid #afafaf;
  position: absolute;
  right: -1px;
  top: 13px;
}

.active_slider {
  background-color: #f07d00;
  color: #fff;
  font-weight: 600;
}
.slider_header p:last-child::before,
.slider_header .active_slider::before {
  content: none;
}
.slider-app {
  max-width: 1000px;
  margin: 0 auto;
}
.pagination-slider button,
.watch_slider_arrows button {
  background: none;
  border: none;
  position: absolute;
}
.pagination-slider .slider-prev {
  top: 46%;
  left: 80px;
}
.pagination-slider .slider-next {
  top: 46%;
  right: 105px;
  transform: rotate(180deg);
}
.notes-info {
  font-size: 16px;
  max-width: 372px;
  position: absolute;
  right: 70px;
  bottom: -60px;
  border-radius: 10px;
  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: #01be56;
  color: #fff;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 800;
  margin-right: 15px;
  line-height: 45px;
  flex-shrink: 0;
}
@keyframes animation-vertical {
  0% {
    transform: translateY(-20px);
  }

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

  to {
    transform: translateY(-20px);
  }
}
/* 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: 15%;
  right: -25%;
}
.handy_slider_arrows_dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
  margin-right: 20px;
}

.handy_slider_arrows_dots button,
.testimonials_arrows button,
.ekomi_slider_arrows button {
  border: none;
  background: none;
}
.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: #f07d00;
}
.handly_slider_content {
  margin-left: 165px;
}
.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: 500;
}
.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_green.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;
}

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

.ekomi_section_wrapper{
  width: fit-content;
  margin-inline: auto;
}

/* watch slider section */
.watch_slider_section,
.online_banking,
.ekomi_section,
.video_starten {
  background: #f3f1ef;
  padding: 60px 0;
}
.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;
}
.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;
}
/* green block section */
.green_block_wrapper {
  padding: 50px 0;
}
.green_block2_wrapper {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.green_block {
  background-image: url("/resources/B1_Redesign/images/bg.webp");
  background-position: center;
  background-color: #0e9e58;
}
.green_block_header h2,
.green_block_header p {
  color: white;
}

.green_block_cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.green_block_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  min-width: 300px;
}
.green_block_card h3 {
  font-size: 34px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}
/* section video block */
.section-block {
  background: #f3f1ef;
}
.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: center;
  font-weight: bold;
}
/* .video-block .video-player-nf .title strong {
  color: #008e95;
} */
.video-block .video-player-nf .meta-block {
  margin-top: 10px;
  text-align: center;
}
.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 #f07d00;
}
.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: #f07d00;
  font-weight: bold;
  padding-top: 5px;
}
.slider-video .item {
  position: relative;
}
/* VIDEO SLDIER SCROLLBAR CSS START */

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

/* VIDEO SLDIER SCROLLBAR CSS END */
.hand-animation {
  margin: 5px 0 0 25px;
}
.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;
  width:52px
}
.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;
  top: 29.5%;
  left: 0;
  cursor: pointer;
}
section.video .slider-arrow.right-arrow {
  top: 29.5%;
  left: auto;
  right: 0;
}
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: 50px;
}
.testimonials_content_images_wrapper {
  display: flex;
}
.testimonials_header p {
  font-size: 20px;
  text-align: center;
  padding: 20px 0 40px;
  font-weight: 400;
}
.testimonials_content {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  margin-inline: auto;
}
.testimonials_all_images {
  max-width: 550px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.testimonials_all_images img {
  opacity: 0.5;
}
.testimonials_all_images img.active {
  opacity: 1;
}
.testimonials_slider_wrapper {
  margin-left: 60px;
  width: 510px;
  overflow: hidden;
}
.testimonials_img_selector {
  cursor: pointer;
}
.testimonials_centered_image img {
  display: none;
}
.testimonials_centered_image img.active {
  display: block;
  animation: fade-in 1s backwards;
}
.testimonial_slide h3 {
  font-size: 34px;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  padding-bottom: 5px;
}
.testimonial_slide_content {
  background: #fef2e5;
  padding: 35px 125px 35px 50px;
  border-radius: 30px 30px 30px 0;
  margin-top: 25px;
}
.testimonial_slide_content p {
  line-height: 1.4;
  padding-top: 20px;
  font-weight: 500;
}
.testimonial_slide_content p span {
  font-weight: 600;
}
.testimonials_arrows {
  margin-top: 25px;
}
.testimonials_arrows .slider-next,
.ekomi_slider_arrows .slider-next {
  transform: rotate(180deg);
  padding-left: 5px;
}

/* EKOMI SECTION */

.ekomi_content {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  padding-top: 45px;
  gap: 100px;
}
.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 {
  font-weight: 600;
  padding: 20px 0 10px 0;
}
.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: 1120px;
}
.ekomi_slider .slick-list .slick-track {
  display: flex;
}
.ekomi_slider_arrows {
  margin-top: 5px;
}
/* ergebnisse section */
.ergebnisse_section {
  background-image: url("/resources/B1_Redesign/images/bg_orange.webp");
  background-position: center;
  background-color: #f07d00;
  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: #f07d00;
  font-weight: 800;
}
.ergebnisse_right p {
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}
.ergebnisse_right div p:first-of-type {
  font-weight: 600;
}
.ergebnisse_right div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 35px;
  border-radius: 10px;
  background: #fef2e5;
}
/* partners section  */
.partners_content {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px 40px 40px;
  border-radius: 20px;
  margin-top: 40px;
  position: relative;
}
.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-evenly;
  gap: 40px;
  padding: 40px 80px 40px 0;
  align-items: center;
  background-image: url("/resources/B1_Redesign/images/push-X.png");
  background-repeat: no-repeat;
  background-position: 140px;
}
.partners_content_top_left h3 {
  color: #0e9e58;
  font-family: "Urbanist", sans-serif;
  font-size: 34px;
  font-weight: 800;
}
.partners_slider_wrapper .slick-track {
  display: flex;
  align-items: center;
}
.partners_slider_wrapper {
  width: 600px;
}
.partners_content_logos::before {
  content: "";
  background-color: #f3f1ef;
  width: 95%;
  height: 2px;
  position: absolute;
  top: -10px;
  margin: 0 auto;
}
.partners_content_logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
  margin-top: 10px;
  flex-wrap: wrap;
}
.partners_slider {
  max-width: 650px;
}
.partner_slide {
  display: flex !important;
  align-items: center;
  gap: 58px;
}
.partner_img img {
  max-width: 200px;
}
.partner_text {
  max-width: 350px;
}
.partner_text p {
  font-size: 16px;
  text-align: left;
}
.partner_text p span {
  font-weight: 600;
}
.logo-slider__item {
  position: relative;
  cursor: pointer;
}

.partners_content_logos .logo-slider__item.active:before {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 60px;
  height: 3px;
  background: #f07d00;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 5px;
}

.partners_slider button {
  display: none !important;
}

/* made in germany section */
.made_in_germany_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.made_in_germany_content div p {
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}
.made_in_germany_logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.made_in_germany_logos img {
  max-width: 155px;
}
.info-icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: url("/resources/B1_Redesign/images/i-icon.png");
  width: 15px;
  height: 15px;
}

/* service block section */
.service-block {
  min-height: 800px;
  background-image: url("/resources/B1_Redesign/images/service_background.webp");
  background-size: cover;
  background-position-x: center;
  padding-bottom: 35px;
}
.service-block-text p {
  font-size: 22px;
  max-height: 135px;
}
.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;
}
.service-block .service-block-img-sterne {
  margin-bottom: 45px;
}
.service-block .service-block-img-siegel {
  position: absolute;
  top: 20px;
  right: 160px;
  width: 310px;
}
@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 .service-block-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: 124px;
}
.service-block .service-block-item {
  background: #ffff;
  border-radius: 10px;
  box-shadow: 0 0 5px #eee;
  text-align: center;
  padding: 15px 10px;
  width: 229px;
  min-height: 195px;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 20px;
}
.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: 80px 0 120px 0;
}
.testen_left {
  position: relative;
}
.footer_laptop {
  max-width: 600px;
}
.footer_smartphone {
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 0;
}
.footer_watch {
  position: absolute;
  width: 96px;
  bottom: 0;
  left: 160px;
}
.footer_fairgarantie {
  position: absolute;
  top: -22px;
  right: 10px;
  width: 118px;
}
.testen_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 1100px;
  margin: 40px auto 0;
}
.testen_header P {
  padding: 20px 0;
  line-height: 1.3;
  font-weight: 400;
}
.testen_right div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.testen_right div p {
  font-weight: 400;
}
/* FOOTER SECTION */
footer#green-block-2 {
  background: #0e9e58;
}
footer {
  background: #fff;
  border-top: 1px solid #efefef;
  padding: 40px 0;
}
.form-container {
  margin-top: -100px;
  background: #fff;
  padding: 35px 35px 45px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(82, 82, 82, 0.2);
}
.form-container h2 {
  font-size: 55px !important;
  margin-bottom: 15px !important;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}
.form-wrapper {
  max-width: 300px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-control {
  width: 310px !important;
  line-height: 36px !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  font-weight: 400;
  letter-spacing: 0.16px;
  height: auto !important;
}

.footer-container .border-left,
.footer-container .border-right {
  border-color: #ffffff !important;
}
.footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: 14px;
}
.footer_orange_button {
  font-family:"Urbanist", sans-serif;
  font-size: 24px;
  color: #fff;
  padding: 12px 36px 13px 5px;
  font-size: 24px;
  border-radius: 5px;
  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: #f07d00;
  border-color: #f07d00;
  width: 310px;
  display: inline-block;
  text-align: center;
}
.email-text {
  position: absolute;
  top: -67px;
  right: -66%;
  text-align: left;
  font-size: 14px;
  color: #888888;
  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: #0e9e58;
  border: none;
  color: #fff;
  font-family:"Urbanist", sans-serif;
  padding: 12px 36px 13px 5px;
  font-size: 24px;
  border-radius: 10px !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: 310px;
}

/* 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_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: 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: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1310px;
    max-width: 100%;
  }
}
@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: 1390px) {
  .ekomi_slider_wrapper {
    width: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .container_spc {
    width: 800px;
  }
  .hero_section {
    background-color: #0e9e58;
  }

  .hero_laptop {
    width: 550px;
  }
  .hero_ho {
    bottom: 0;
  }
  .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;
  }

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

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

  .col-md-8,
  .col-md-6 {
    width: fit-content;
  }

  .slider_header {
    flex-direction: column;
    width: 200px;
    margin-bottom: 25px;
  }

  .slider_header p {
    width: 100%;
  }

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

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

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

  .pagination-slider .slider-prev {
    left: 0;
  }

  .pagination-slider .slider-next {
    right: 0;
  }

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

  .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;
  }
  .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-reverse;
  }
  .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;
  }
}

@media only screen and (max-width: 900px) {
  .rechnungen,
  .partners_section,
  .finanzamt_pfilchten {
    padding: 30px 0;
  }
  .hero_laptop {
    width: 330px;
  }
  .container_spc {
    width: 600px;
  }

  .hero_kt {
    bottom: -15px;
  }

  .hero_ho {
    bottom: -15px;
  }

  #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;
  }

  .handy_slider_wrapper,
  .green_block_cards,
  .ergebnisse_wrapper,
  .ergebnisse_right,
  .made_in_germany_content,
  .made_in_germany_logos {
    flex-direction: column;
  }

  .handy_slider_arrows_dots {
    flex-direction: row;
  }

  .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;
  }

  .partner_text p {
    width: 240px;
  }
  .partners_content {
    max-width: 600px;
  }
  .partners_content_logos {
    justify-content: center;
    margin-top: 10px;
    padding-top: 20px;
  }

  .seriensieger_logo,
  .partners_red_arrow,
  .erklär-video_img {
    display: none;
  }

  .partner_slide {
    flex-direction: column;
  }

  .margin_top {
    margin-top: 30px !important;
    margin-left: 0 !important;
  }
  .partners_content_top {
    background-position: center;
    flex-direction: column;
  }
  .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: 330px;
  }

  .tab-img {
    max-width: 315px;
  }
  .ekomi_content {
    flex-direction: column;
  }
}

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

@media only screen and (max-width: 700px) {
  .tuev-container-new {
    padding-top: 40px !important;
  }
  .container_spc {
    width: 350px;
  }

  .tuev-container-new .tuev-container-new-approved::after {
    display: none !important;
  }

  .tuev-container-new-txt {
    text-align: center !important;
  }

  .footer_laptop {
    width: 370px;
  }

  .footer_smartphone {
    width: 70px;
  }

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

  .footer_fairgarantie {
    width: 60px;
  }
  .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;
  }
  .fixed_header{
    padding: 10px 0;
  }
  .header_deal_wrap_a {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .top_logos {
    flex-direction: column;
    gap: 15px;
  }
  .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;
  }
  .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 0 0;
  }
  .notes-info {
    right: 10px;
    width: 300px;
  }
  .immer {
    right: 40px;
    width: 120px;
  }
  .testimonial_slide h3 {
    text-align: left;
  }
  .lexware_office_logo {
    width: 75px !important;
  }
  /* .header_content {
    justify-content: unset;
  } */
  .header_line {
    width: 20px;
  }
  .header_deal {
    font-size: 16px;
  }
  .header_discount {
    font-size: 20px;
  }
  .email-arrow,
  .email-text {
    display: none;
  }
  .email-text-mobile {
    display: block;
  }
  .handy_slider_image_wrapper {
    max-width: 200px !important;
    margin-left: 50px;
  }
  .handy_slider_image {
    width: 100% !important;
  }
  .testimonial_slide_content {
    padding: 20px;
  }
  .partners_content {
    max-width: 330px;
  }
  .partners_content_logos .logo-slider__item.active:before {
    bottom: -10px;
  }
  #top_video {
    width: 300px !important;
  }
  .orange_button {
    /* background-image: none !important; */
    padding: 12px;
  }
  .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;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  .banner_btn{
    width: 190px !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 400px) {
  .handy_buttons {
    width: 35px;
  }
  .handy-slider-dots button {
    width: 45px;
    height: 5px;
  }
  .testimonials_slider_wrapper {
    width: 300px;
    margin-left: 0;
  }
  .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: 20px;
  }
  .header_discount {
    font-size: 17px;
  }
  .header_best_deal {
    padding: 0 15px;
  }
  .form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


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