/*!
 *  ATTENTION: This File is Generated by Resources/Private/Theme/** /*
 *  Please do not edit this file directly!!!
 *
 *  Project:  waldemar-link-kampagnenwebsites
 *  Version:  1.0.0
 *
 *  Author:   Autorname
 *  Homepage: https://www.atlantisdx.de
 *  Copyright (c) 2025 atlantis dx GmbH
 *
 *  Build:    Tue Dec 02 2025 15:17:34 GMT+0000 (Coordinated Universal Time)
 *
 */
/* mixin for multiline */
.products-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#008BD2), to(#005682));
  background: linear-gradient(180deg, #008BD2 0%, #005682 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 692px;
  color: #fff;
  padding: 113px 0;
}
@media (max-width: 767.98px) {
  .products-header {
    min-height: unset;
    padding: 70px 0;
  }
}
.products-header h1, .products-header h2, .products-header h3, .products-header h4, .products-header h5, .products-header h6 {
  color: #fff;
  line-height: 1;
}
.products-header h1 {
  font-size: 2.875rem;
  font-weight: 600;
}
.products-header h2 {
  font-size: 2rem;
  font-weight: 400;
}
.products-header .product-name {
  color: #fff;
  margin: 0;
  line-height: 1;
}
.products-header .product-teaser {
  font-size: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .products-header .product-teaser {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.products-header .frame-type-text {
  font-size: 1.375rem;
}
.products-header .container [class^=col-] > section:not(:last-child),
.products-header .container [class^=col-] > div:not(.row):not(.accordion):not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .products-header .container [class^=col-] > section:not(:last-child),
  .products-header .container [class^=col-] > div:not(.row):not(.accordion):not(:last-child) {
    margin-bottom: 20px;
  }
}
.products-header ul li::marker {
  color: #fff;
}
.products-header button.primary {
  border: 1px solid #fff;
}
.products-header .swiper-container {
  position: relative;
}
.products-header .swiper-container.pagination-active .swiper-button-prev,
.products-header .swiper-container.pagination-active .swiper-button-next {
  top: calc(50% - 22px);
}
@media (max-width: 767.98px) {
  .products-header .swiper-container {
    margin-bottom: 20px;
  }
}
.products-header .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 100%;
  margin: auto;
}
.products-header .swiper-pagination {
  position: relative;
  margin-top: 10px;
  inset: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-header .swiper-pagination-bullet {
  background-color: #f7f7f7;
  opacity: 1;
}
.products-header .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #008bd2;
}
.products-header .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #f7f7f7;
  opacity: 0.7;
  z-index: -1;
}
.products-header .swiper-button-prev, .products-header .swiper-button-next {
  top: 50%;
  color: #fff;
}
.products-header .slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
  padding: 0 45px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.products-header .model-viewer-container:focus-visible,
.products-header .model-viewer-container:focus,
.products-header model-viewer:focus-visible,
.products-header model-viewer:focus {
  outline: none;
}
