@charset "UTF-8";
header.landing-page-header.only-logo {
  position: absolute;
}
@media screen and (max-width: 1700px) {
  header.landing-page-header.only-logo .navbar .navbar-brand img {
    max-width: 75px;
  }
}
header.landing-page-header.only-logo .navigation {
  background-color: transparent !important;
}
@media screen and (max-width: 992px), screen and (max-height: 900px) {
  .produkte-banner-item {
    height: auto;
  }
  .produkte-banner-item .banner-inner {
    margin-top: 120px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .produkte-banner-item .banner-inner {
    max-width: unset;
  }
}
.produkte-banner-item > img {
  position: absolute;
}
.produkte-banner-item > .container {
  position: relative;
  z-index: 1;
}
.nav-meta {
  margin-left: 30px;
}
.nav-meta h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0px;
}
.nav-meta p {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 15px;
}
.nav-meta a {
  padding: 4px 16px;
  font-size: 0.8rem;
  font-weight: 500;
}
.rich-text {
  margin-bottom: 2rem;
}
.rich-text p {
  font-size: 20px;
}
.rich-text .fs-6 {
  font-size: 16px;
}
.rich-text h3 {
  font-size: 30px;
}
.rich-text ul {
  list-style-type: square;
  margin-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.rich-text ul li::marker {
  color: var(--main-color);
}
.rich-text.text-white * {
  color: #fff !important;
}
.bg-black {
  background-color: var(--pure-black) !important;
}
.bg-black .rich-text * {
  color: #fff;
}
.video-template h2 {
  color: var(--h-color);
}
.text-heading {
  color: var(--h-color) !important;
}
.text-main-color {
  color: var(--main-color) !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-black {
  color: var(--pure-black) !important;
}
.usp-box {
  margin-bottom: 0 !important;
}
.usp-box ul {
  list-style: none;
  margin-left: 2rem;
}
.usp-box li {
  color: var(--h-color) !important;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 20px;
  line-height: 1.3rem;
}
.usp-box li::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: var(--main-color);
  position: absolute;
  left: -2rem;
}
.landing-page-gallery .gallery-item img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#testimonial-carousel .testimonial {
  position: relative;
  padding: 5rem;
}
#testimonial-carousel .testimonial p {
  font-size: 45px;
  line-height: 1.2em;
  font-style: italic;
  position: relative;
  z-index: 1;
}
#testimonial-carousel .testimonial figcaption p {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  color: #888;
}
#testimonial-carousel .testimonial figcaption p strong {
  color: #000;
}
#testimonial-carousel .testimonial svg {
  fill: var(--main-color);
  position: absolute;
  top: -20px;
  opacity: 0.1;
  left: 0;
  width: 250px;
  height: auto;
}
.teaser-box {
  background-color: var(--pure-black);
}
.g-0 {
  margin-inline: 0 !important;
}
.g-0 > [class^="col-"] {
  padding-inline: 0 !important;
}
.price-tag {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.price-tag .old-price {
  text-decoration: line-through;
  color: #fff;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.7;
}
.price-tag .new-price {
  color: var(--main-color);
  font-size: 3rem;
  line-height: 1em;
  margin-right: 1rem;
  font-weight: 700;
}
.price-tag .discount-badge {
  background: var(--main-color);
  padding: 4px 16px;
  line-height: 1em;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
}
.teaser-box-horizontal {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-box-horizontal .teaser-body {
  padding: 20px;
  background: #fff;
  flex-grow: 1;
}
.teaser-box-horizontal .teaser-body h4 {
  font-size: 18px;
  font-weight: 700;
}
.teaser-box-horizontal .teaser-body p {
  margin-bottom: 0;
}
.bg-light-grey {
  background-color: var(--light-grey) !important;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon .icon-inner {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 50px;
}
.icon .icon-inner:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 100px;
  bottom: -10px;
  right: -10px;
}
.icon .icon-inner svg {
  fill: var(--pure-black);
  height: 100%;
  width: 100%;
}
/* ------------------------------- ANCHOR RESP ------------------------------ */
@media screen and (max-width: 640px) {
  section {
    padding: 50px 0;
  }
  .rich-text p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=../../template/css/_maps/landing_page.map */