h1 {
  font-size: 45px !important;
  line-height: 54px !important;
}

.home-hero i.fa-search {
  font-size: 30px;
  background: var(--kt-primary);
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
}

.products-slider h2 {
  color: #fff;
}

.news-slider .slide-inner {
  border: 1px solid rgba(121, 134, 148, 0.4);
}

.prod-leaf-left {
  margin-bottom: -150px !important;
}

.newsletter-section .prod-leaf-left,
.newsletter-section .prod-leaf-right {
  width: 290px;
}

.cta-right {
  transform: translateY(-55%);
}

/*Press Slider*/
.press-slider .tns-item {
  width: 14.2857%;
  background: rgba(var(--kt-primary-rgb), 0.08);
  margin-top: 2rem;
  border-radius: 6px;
  padding: 2rem;
}
.press-slider .tns-item::before {
  content: url("../media/icon/icon-quotes-big.svg");
  display: flex;
  width: 51px;
  height: 39px;
}
.press-slider .tns-nav button {
  height: 85px;
  border: none;
  width: 110px;
  margin-right: 20px;
  opacity: 0.5;
}
.press-slider .tns-nav button.tns-nav-active {
  opacity: 1;
}
.press-slider .tns-nav button[data-nav="0"] {
  background: url("../media/img/media/t3n.svg") no-repeat center/contain, rgba(var(--kt-primary-rgb), 0.5);
  background-size: initial;
}
.press-slider .tns-nav button[data-nav="1"] {
  background: url("../media/img/media/eltern.svg") no-repeat center/contain, rgba(var(--kt-primary-rgb), 0.5);
  background-size: initial;
}
.press-slider .tns-nav button[data-nav="2"] {
  background: url("../media/img/media/hausartz.svg") no-repeat center/contain, rgba(var(--kt-primary-rgb), 0.5);
  background-size: initial;
  width: 170px;
}
.press-slider .tns-nav button[data-nav="3"] {
  background: url("../media/img/media/chip.svg") no-repeat center/contain, rgba(var(--kt-primary-rgb), 0.5);
  background-size: initial;
}
.press-slider .tns-nav button[data-nav="4"] {
  background: url("../media/img/media/welt.svg") no-repeat center/contain, rgba(var(--kt-primary-rgb), 0.5);
  background-size: initial;
}

.faq-wrapper.bg-dark .card {
  background: var(--kt-dark) !important;
  color: #fff;
}
.faq-wrapper.bg-dark .card .card-title {
  color: #FFFFFF;
}
.faq-wrapper.bg-dark .card .card-header .card-toolbar {
  max-height: 46px;
  min-height: 46px;
  min-width: 46px;
  max-width: 46px;
  border: 1px solid #FFFFFF;
  justify-content: center;
  border-radius: 100%;
}

footer.footerclass {
  margin-top: 1px !important;
}

@media (max-width: 767px) {
  .prod-leaf-left {
    margin-bottom: -300px !important;
    width: 200px !important;
  }
  .bewclass img {
    max-width: 88px;
  }
  .bewclass .col-4 {
    display: none;
  }
  .bewclass .col-4.be-visible {
    display: block;
  }
  .bewclass .fa-circle {
    font-size: 10px;
  }
  .bewclass .fa-toggle.active .fa-circle {
    color: var(--cc-green) !important;
    font-size: 14px;
  }
  .press-slider .tns-nav button {
    margin-right: 10px;
  }
  .faqclass .card .card-header .card-toolbar {
    max-height: 36px;
    min-height: 36px;
    min-width: 36px;
    max-width: 36px;
    margin-right: 0 !important;
    margin-left: 1rem;
  }
  .faqclass .card .card-header .card-toolbar img {
    max-width: 20px;
  }
}
@media (min-width: 577px) {
  #cc_newsletter_form button#cc_newsletter_submit {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    height: calc(100% - 6px);
    display: flex;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .hero-folks {
    width: calc(100% + 15px);
    margin-left: 15px;
    position: relative;
  }
  .press-slider .tns-nav button {
    margin-bottom: 10px;
  }
  #cc_newsletter_form button#cc_newsletter_submit {
    width: 100%;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=home.css.map */
