@font-face {
  font-family: "Liberation Sans";
  src: url("../Fonts/LiberationSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Liberation Sans";
  src: url("../Fonts/LiberationSans-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Liberation Sans";
  src: url("../Fonts/LiberationSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Liberation Sans";
  src: url("../Fonts/LiberationSans-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}


/* ==========================================
   NAVBAR & DROPDOWNS
   ========================================== */

.navbar {
  position: relative;
  z-index: 1030;
  overflow: visible;
}

.navbar .container {
  position: relative;
  z-index: 1031;
  overflow: visible;
}

.navbar .dropdown,
.navbar .dropdown-menu {
  z-index: 1032;
}

.navbar .dropdown-menu {
  position: absolute;
}
.fancy-dropdown-divider {
    width: 100%;
    height: 1px;
    margin: 0.75rem 0;
    background: rgba(255, 255, 255, 0.25);
}
/* ==========================================
   BASE & TYPOGRAPHY
   ========================================== */

section {
  padding-block: 2rem;
}

@media (min-width: 992px) {
  section {
    padding-block: 4rem;
  }
}

.blockquote-content > p {
  margin-bottom: 0;
}

/* ==========================================
   HERO SECTION
   shadow-font = absolut, links beginnend (out of flow)
   hero-copy   = im Flow, mittig zentriert
   ========================================== */

.hero-25 {
  position: relative;
  height: 25vh;
  min-height: 600px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.hero-25__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 0;
}

.hero-25::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 0;
  pointer-events: none;
}

.hero-25 > .container-fluid {
  position: relative;
  z-index: 1;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.hero-25 .row {
  height: 100%;
  margin: 0 !important;
}

.hero-25 .hero-text-layer {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

/* Wrapper: spannt die Breite auf und ist Bezugspunkt fuer .shadow-font */
.hero-25 .hero-inline,
.hero-25 .hero-content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1180px;
  min-height: 320px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

/* Grosser Schatten-Text: links beginnend, ohne Einfluss auf den Flow */
.hero-25 .shadow-font {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: clamp(4rem, 16vw, 13rem);
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

/* Textbox: mittig, feste Maximalbreite, schrumpft nicht */
.hero-25 .hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 650px;
  margin-inline: auto;
  flex: 0 1 650px;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  border-left: 3px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.35;
  text-shadow: 1px 1px 1px #000;
}

.hero-25 .hero-copy p {
  margin: 0;
}

.hero-25 .hero-copy p + p {
  margin-top: 0.75rem;
}

/* Leere <p>&nbsp;</p> aus dem RTE neutralisieren */
.hero-25 .hero-copy p:empty {
  display: none;
}

@media (min-width: 700px) {
  .hero-25 .shadow-font {
    bottom: -45px;
    left: 45px;
  }
}

@media (max-width: 767.98px) {
  .hero-25 {
    height: auto;
    min-height: 25vh;
    padding-block: 2rem !important;
  }

  .hero-25 .hero-inline,
  .hero-25 .hero-content-wrapper {
    min-height: 260px;
  }

  .hero-25 .shadow-font {
    font-size: clamp(2.5rem, 15vw, 5rem);
    white-space: normal;
  }

  .hero-25 .hero-copy {
    max-width: 100%;
    flex-basis: auto;
    font-size: 1rem;
  }
}

/* ==========================================
   SPLIT MEDIA LAYOUT
   ========================================== */

.split-media-sticky,
.split-media-image,
.split-media-video {
  width: 100%;
}

.split-media-image,
.split-media-video {
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .split-media-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 1;
  }

  .split-media-image,
  .split-media-video,
  .split-media-slider,
  .split-media-slider .swiper-wrapper,
  .split-media-slider .swiper-slide {
    height: 100vh;
  }

  .split-media-image,
  .split-media-slider .split-media-image {
    object-fit: cover;
  }

  .split-media-video {
    object-fit: contain;
    background: #000;
  }
}

.split-page-before,
.split-page-before .frame,
.split-page-before .frame-container,
.split-page-before .hero-25 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.split-page-before,
.split-page-before .frame {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.split-page-before .frame-space-before-extra-small,
.split-page-before .frame-space-before-small,
.split-page-before .frame-space-before-medium,
.split-page-before .frame-space-before-large,
.split-page-before .frame-space-before-extra-large {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.split-page-before .frame-space-after-extra-small,
.split-page-before .frame-space-after-small,
.split-page-before .frame-space-after-medium,
.split-page-before .frame-space-after-large,
.split-page-before .frame-space-after-extra-large {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* ==========================================
   CTA & PARALLAX SECTIONS
   ========================================== */

.bg-holder .ce-bg-holder-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.ce-cta-half-vh {
  min-height: 55vh;
}

.ce-cta-overlay {
  z-index: 1;
}

.ce-cta-content {
  z-index: 2;
}

.ce-overlay-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.ce-overlay-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.ce-overlay-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.ce-overlay-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.ce-overlay-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.ce-parallax-cta {
  position: relative;
  overflow: hidden;
}

.ce-parallax-cta .bg-holder {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 0;
  overflow: hidden;
}

.ce-parallax-cta .ce-bg-holder-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ce-logo-img {
  display: block;
  width: 70vw;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ==========================================
   THEME CARDS & SLIDERS
   ========================================== */

.theme-card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.theme-card-hover:hover {
  transform: translateY(-0.5rem);
  box-shadow: var(--sparrow-box-shadow) !important;
}

.theme-card-overlay-img {
  bottom: 50%;
  height: 16rem;
  width: auto;
  max-width: 70%;
  object-fit: contain;
}

@media (min-width: 992px) {
  .theme-card-overlay-img {
    bottom: 25%;
    height: 18rem;
    max-width: 75%;
  }
}

.theme-slider-outer {
  position: relative;
}

.theme-slider-outer .theme-slider {
  overflow: visible;
}

.theme-slider-outer .theme-slider.swiper-initialized .swiper-slide {
  visibility: hidden;
  opacity: 0;
}

.theme-slider-outer .theme-slider.swiper-initialized .swiper-slide-visible {
  visibility: visible;
  opacity: 1;
}

.theme-slider-outer .theme-slider .swiper-nav {
  margin-top: 0;
}

.theme-slider-outer .theme-slider .swiper-nav .swiper-button-prev,
.theme-slider-outer .theme-slider .swiper-nav .swiper-button-next {
  opacity: 0.5;
  z-index: 30;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(var(--sparrow-white-rgb), 0.8);
  color: var(--sparrow-gray-400);
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(var(--sparrow-black-rgb), 0.1);
  transition: opacity 0.4s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.theme-slider-outer .theme-slider .swiper-nav .swiper-button-prev:hover,
.theme-slider-outer .theme-slider .swiper-nav .swiper-button-prev:focus,
.theme-slider-outer .theme-slider .swiper-nav .swiper-button-next:hover,
.theme-slider-outer .theme-slider .swiper-nav .swiper-button-next:focus {
  opacity: 1;
  color: var(--sparrow-body-color);
  background-color: var(--sparrow-white);
}

.theme-slider-outer .theme-slider .swiper-nav .swiper-button-prev {
  left: -58px;
}

.theme-slider-outer .theme-slider .swiper-nav .swiper-button-next {
  right: -58px;
}

.theme-slider-outer .theme-slider .swiper-button-prev::after,
.theme-slider-outer .theme-slider .swiper-button-next::after {
  display: none;
  content: "";
}

.theme-slider-outer .theme-slider .swiper-button-prev .nav-icon,
.theme-slider-outer .theme-slider .swiper-button-next .nav-icon {
  width: 0.65rem;
  height: 0.65rem;
  font-size: 0.65rem;
  line-height: 1;
  pointer-events: none;
}

.theme-slider-outer .theme-slider .swiper-nav .swiper-button-prev:focus-visible,
.theme-slider-outer .theme-slider .swiper-nav .swiper-button-next:focus-visible {
  outline: 2px solid var(--sparrow-gray-400);
  outline-offset: 3px;
}

@media (max-width: 1199.98px) {
  .theme-slider-outer .theme-slider .swiper-nav .swiper-button-prev {
    left: -32px;
  }

  .theme-slider-outer .theme-slider .swiper-nav .swiper-button-next {
    right: -32px;
  }
}

@media (max-width: 767.98px) {
  .theme-slider-outer .theme-slider .swiper-nav .swiper-button-prev {
    left: 8px;
  }

  .theme-slider-outer .theme-slider .swiper-nav .swiper-button-next {
    right: 8px;
  }
}

/* ==========================================
   PRODUCTS & CARDS
   ========================================== */

.product-image-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.product-image-container .cover-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-award-image {
  width: 150px;
  height: 150px;
}

.product-price-box-name-single {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.product-property {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ccc;
}

/* Weitere Produktbilder: zentriert, gleichmaessige Abstaende */
.product-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.product-gallery .spotlight {
  flex: 0 1 calc(50% - 0.5rem);
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .product-gallery .spotlight {
    flex: 0 1 100%;
  }
}

/* News Cards */
.news-list-view .owl-stage {
  display: flex;
}

.news-list-view .owl-item {
  display: flex;
  height: auto;
}

.news-list-view .owl-item > .item {
  display: flex;
  width: 100%;
}

.news-list-view .owl-item .news-card {
  width: 100%;
  height: 100%;
}

.news-card__image,
.news-card__image img {
  object-fit: cover;
}

.news-card__image img {
  width: 100%;
  height: 100%;
}

/* ==========================================
   BUTTONS & FORMS
   ========================================== */

button.btn.add-btn-cart,
input.btn.add-btn-cart {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  min-height: 48px;
  height: 100%;
}

button.btn.add-btn-cart:hover,
button.btn.add-btn-cart:focus,
button.btn.add-btn-cart:focus-visible,
button.btn.add-btn-cart:active,
button.btn.add-btn-cart:not(:disabled):not(.disabled):active,
input.btn.add-btn-cart:hover,
input.btn.add-btn-cart:focus,
input.btn.add-btn-cart:focus-visible,
input.btn.add-btn-cart:active,
input.btn.add-btn-cart:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}

button.btn.add-btn-cart:focus,
button.btn.add-btn-cart:focus-visible,
input.btn.add-btn-cart:focus,
input.btn.add-btn-cart:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.add-to-cart-group .product-detail-quantity-input {
  width: 120px;
  min-height: 48px;
  height: 100%;
  border-radius: 0;
}

/* ==========================================
   FIXED ELEMENTS & OVERLAYS
   z-index nach Bootstrap-Skala (1040-1050)
   ========================================== */

.t3ware-header-mini-cart {
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 1050;
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.5s ease, color 0.5s ease, fill 0.5s ease, stroke 0.5s ease, transform 0.5s ease;
}

.t3ware-header-mini-cart svg,
.t3ware-header-mini-cart i {
  transform: translateX(-5px);
}

.t3ware-header-mini-cart .number-of-items {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  padding: 2px 10px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-weight: 700;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.t3ware-header-mini-cart:hover {
  background-color: #fff;
  color: #000;
}

.t3ware-header-mini-cart:hover .number-of-items {
  background-color: #000;
  color: #fff;
}

#consentManagerBtn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 30px;
  height: 30px;
  padding: 0 6px;
  color: #fff;
  background-color: #000;
  border: 0;
  border-radius: 0;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.2s ease;
}

#consentManagerBtn svg {
  display: block;
  width: 18px;
  height: 16px;
  min-width: 18px;
  flex-shrink: 0;
  color: currentColor;
}

#consentManagerBtn .addText {
  display: inline-block;
  max-width: 0;
  margin-left: 0;
  color: currentColor;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.5s ease, margin-left 0.5s ease, opacity 0.2s ease;
}

#consentManagerBtn:hover .addText,
#consentManagerBtn:focus-visible .addText {
  max-width: 100px;
  margin-left: 6px;
  opacity: 1;
}

#consentManagerBtn:hover {
  background-color: #333;
}

#consentManagerBtn:focus-visible {
  outline: 2px solid var(--bs-primary, #fff);
  outline-offset: 3px;
}

#consentManagerBtn:active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  #consentManagerBtn,
  #consentManagerBtn .addText {
    transition: none;
  }
}

/* ==========================================
   UTILITIES
   ========================================== */

.ddbw-cursor-pointer,
.ddbw-cursor-pointer * {
  cursor: pointer !important;
}


/* ==========================================
   PRODUKTLISTE – 2 Karten pro Reihe
   ========================================== */

.container.product-overview-container {
  width: calc(100% - 2rem);
  max-width: 1600px !important;
}

.product-overview-card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.product-overview-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12) !important;
}

.product-overview-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
}

.product-overview-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.product-overview-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-awards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.product-awards .product-award-image {
  display: block;
  width: 64px;
  height: auto;
  object-fit: contain;
}

.product-overview-price {
  margin-bottom: 0.25rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .product-overview-media {
    height: 100%;
    min-height: 380px;
  }

  .product-awards .product-award-image {
    width: 150px;
  }
}

.shadow-font {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Liberation Sans", sans-serif;
  font-size: clamp(4rem, 16vw, 13rem);
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

@media (min-width: 700px) {
  .shadow-font {
    bottom: -45px;
    left: 45px;
  }
}

@media (max-width: 767.98px) {
  .shadow-font {
    font-size: clamp(2.5rem, 15vw, 5rem);
    white-space: normal;
  }
}

