/* ==================================================
   HOME – HERO SLIDER WITH VIDEO BACKGROUND
   ================================================== */

.home #slider-wrapper {
  position: relative !important;
  height: 80vh !important;
  overflow: hidden !important;
}

.home #slider {
  position: relative !important;
  height: 100% !important;
}

/* ---------- video background ---------- */

.home #slider .video-header {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
}

.home #slider .video-header video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* ---------- dark overlay ---------- */

.home #slider::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: var(--overlay-dark) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* ---------- content layer ---------- */

.home #slider .container {
  position: relative !important;
  z-index: 3 !important;
  height: 100% !important;
}

.home #slider-title {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
  padding: 0 var(--banner-padding-x) !important;
}

/* ---------- main title (H1) ---------- */

.home #slider-title .slider-title-content h1 {
  color: var(--fc-white) !important;
  font-size: 37px !important;
  font-weight: var(--fw-bold) !important;
  font-family: var(--ff-heading) !important;
  line-height: 1.15 !important;
  margin: 0 0 10px 0 !important;
  position: relative !important;
}

.home #slider-title .slider-title-content h1::after {
  content: "" !important;
  display: block !important;
  width: var(--size-title-line-width) !important;
  height: var(--size-title-line-height) !important;
  background-color: var(--clr-accent) !important;
  margin: var(--space-title-line-top) auto 0 !important;
}


.home #slider-title .slider-title-content-subtitle {
  margin-top: var(--space-title-text) !important;
}

.home #slider-title .slider-title-content-subtitle h2,
.home #slider-title .slider-title-content-subtitle div,
.home #slider-title .slider-title-content-subtitle p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 18px !important;
  font-weight: var(--fw-regular) !important;
  font-family: var(--ff-body) !important;
  line-height: 1.45 !important;
  max-width: 720px !important;
  margin: 0 !important; 
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media (max-width: 1200px) {
  .home #slider .video-header,
  .home #slider .video-header .textcontent {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .home #slider .video-header {
    position: absolute !important;
    inset: 0 !important;
    overflow: hidden !important;
  }

  .home #slider .video-header video.hero-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
}

@media (max-width: 500px) {
  .home #slider-wrapper,
  .home #slider {
    height: 65vh !important;
    min-height: 260px !important;
  }

  .home #slider-title .slider-title-content h1 {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 8px !important;
  }

  .home #slider-title .slider-title-content h1::after {
    width: 50px !important;
    height: 3px !important;
    margin-top: 14px !important;
  }

  .home #slider-title .slider-title-content-subtitle {
    margin-top: 12px !important;
  }

  .home #slider-title .slider-title-content-subtitle h2,
  .home #slider-title .slider-title-content-subtitle div,
  .home #slider-title .slider-title-content-subtitle p {
    font-size: 13px !important;
    margin: 0 !important;
  }

  .home #slider .video-header,
  .home #slider .video-header .textcontent {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .home #slider .video-header video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
}



/* ===============================
   Product categories – JS loop
================================ */

.groupe-product-cat {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.wrapper-col-product-cat {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.wrapper-col-product-cat::-webkit-scrollbar {
    display: none;
}

/* ITEM */
.col-link-product-cat {
    flex: 0 0 460px;
    display: flex;
}

.col-link-product-cat .collection_container {
    position: relative;
    width: 460px;
    height: 141px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* BACKGROUND */
.col-link-product-cat-background {
    position: absolute;
    inset: 0;
}

.col-link-product-cat-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.col-link-product-cat-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}


/* TITLE */
.col-link-product-cat-title {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    pointer-events: none;
}

/* HOVER */
.col-link-product-cat .collection_container:hover {
    transform: scale(1.02);
}


.home .collection_content.col-link-product-cat-text {
    display: none;
}

.home .collection_content.col-link-product-cat-tags {
    display: none;
}


/* stretch link over whole card */
.col-link-product-cat-link {
    position: absolute;
    inset: 0;
    z-index: 5;
}

.col-link-product-cat-link a {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

/* allow click everywhere */
.col-link-product-cat-title,
.col-link-product-cat-background,
.col-link-product-cat-text,
.col-link-product-cat-tags {
    pointer-events: none;
}


/* RESPONSIVE */
@media (max-width: 1200px) {
    .col-link-product-cat {
        flex: 0 0 400px;
    }

    .col-link-product-cat .collection_container {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .col-link-product-cat {
        flex: 0 0 80%;
    }

    .col-link-product-cat-title {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .col-link-product-cat {
        flex: 0 0 300px;
    }

    .col-link-product-cat .collection_container {
        width: 275px;
    }
}

/* ===============================
   OUR SERVICES
================================ */



.groupe-our-services {
    width: 100%;
}

.groupe-our-services .line-title-center {
    margin-bottom: 20px;
}

/* -------- services layout -------- */

.groupe-our-services-icons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 28px;
}

.col-our-services {
    width: 48%;
    display: flex;
}

.col-our-services .collection_container {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
}

/* -------- icon (NO CUT) -------- */

.col-our-services-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.col-our-services-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

/* -------- vertical line (SAFE) -------- */

.col-our-services-text {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    color: var(--clr-comments-text);    line-height: 1.4;
    white-space: nowrap;
}

.col-our-services-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: #000;
}



/* -------- image -------- */

.groupe-our-services-bild .imgcontent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--br-keyfact);
    display: block;
}

/* -------- bottom link (RIGHT) -------- */

.groupe-our-services-link {
    margin-top: 28px;
    float: right;
    width: auto;
}

.groupe-our-services-link .textcontent {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.groupe-our-services-link .textcontent a {
    color: var(--clr-comments-text);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* arrow stays visually the same */
.groupe-our-services-link .textcontent a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("/userdata/02_Kollektionen/Icons/arrow-down.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
}

/* no underline on hover */
.groupe-our-services-link .textcontent a:hover,
.groupe-our-services-link .textcontent a:focus {
    text-decoration: none;
}


.home #area-4.main-screen {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 1rem !important;
    padding-bottom: 2rem;
    background-color: var(--clr-primary-white);
}

.home #area-2.main-screen {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 1rem !important; 
}


.home #area-5.main-screen {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 2rem !important;
    padding-top: 3rem !important;

}

.home #area-5.main-screen {
    background-color: var(--clr-primary-light);
}


/* -------- responsive -------- */

@media (max-width: 991px) {

    .groupe-our-services-icons {
        display: flex !important;
        flex-wrap: wrap !important;
        column-gap: 4% !important;
        row-gap: 28px !important;
    }

    .col-our-services {
        width: 48% !important;
        display: flex !important;
    }

    .col-our-services-text {
        white-space: nowrap !important;
    }

    .groupe-our-services-bild {
        margin-top: 40px !important;
    }

    .groupe-our-services-link {
        float: left !important;
        width: 100% !important;
    }

}

@media (max-width: 544px) {

    .groupe-our-services-icons {
        column-gap: 0 !important;
        row-gap: 18px !important;
    }

    .col-our-services {
        width: 100% !important;
    }

    .col-our-services-text {
        white-space: normal !important;
    }

}




#area-9 .wrapper-col-uber-uns {
    width: 100%;
    margin: 32px -10px 0 -10px;
    overflow: hidden;
}

#area-9 .wrapper-col-uber-uns .collection_list {
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

#area-9 .wrapper-col-uber-uns .collection_list.col-uber-uns {
    width: 33.3333%;
}

#area-9 .wrapper-col-uber-uns .collection_list.col-uber-uns:nth-child(4) {
    margin-left: 16.6666%;
}

#area-9 .wrapper-col-uber-uns .collection_container {
    position: relative;
    width: 100%;
    height: 141px;
    border-radius: var(--br-keyfact);
    overflow: hidden;
}

#area-9 .wrapper-col-uber-uns .col-uber-uns-background,
#area-9 .wrapper-col-uber-uns .col-uber-uns-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#area-9 .wrapper-col-uber-uns .collection_container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--overlay-dark);
    z-index: 1;
}


#area-9 .wrapper-col-uber-uns .col-uber-uns-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: var(--fc-white);
    font-size: var(--fs-news-title);
    font-weight: var(--fw-bold);
    text-align: center;
    pointer-events: none;
    font-family: var(--ff-body);
}


#area-9 .wrapper-col-uber-uns .collection_container a {
    position: absolute !important;
    inset: 0;
    z-index: 5;
    display: block;
    text-indent: -9999px;
}

#area-9 .wrapper-col-uber-uns .collection_container {
    cursor: pointer;
}



@media (max-width: 1100px) {
    #area-9 .wrapper-col-uber-uns {
        margin: 32px 0 0 0 !important;
    }

    #area-9 .wrapper-col-uber-uns .collection_list {
        padding: 10px !important;
    }

    #area-9 .wrapper-col-uber-uns .collection_list.col-uber-uns {
        width: 50% !important;
    }

    #area-9 .wrapper-col-uber-uns .collection_list.col-uber-uns:nth-child(4) {
        margin-left: 0 !important;
    }

    #area-9 .wrapper-col-uber-uns .collection_list.col-uber-uns:last-child {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    #area-9 .wrapper-col-uber-uns {
        margin: 24px 0 0 0 !important;
    }

    #area-9 .wrapper-col-uber-uns .collection_list.col-uber-uns {
        width: 100% !important;
    }

    #area-9 .wrapper-col-uber-uns .collection_list.col-uber-uns:last-child {
        width: 100% !important;
    }
}


.floating-contact {
    position: fixed;
    right: 20px;
    top: 50%; 
    transform: translateY(-50%);
    background-color: var(--clr-accent);
     z-index: 9999;
}
