.laser-boxen .service-item-seven{min-height: 590px;}
.theme-btn.black-btn {background-color: black;}
.theme-btn.black-btn:hover {background-color: white; color: black;}

.team-member .member-designation {min-height: 130px;}
.team-member .image img {width: 100%;}

.bg_product{
    background: #e5eef6;   
    transition: 0.3s;
}


.bg_product img{
   
    transition: 0.3s;
} 
.bg_product:hover{
    background: #cbe4fa;
 
}
.bg_product:hover img{
    transform:scale(1.1)
}


/* vorteile section */
.hover-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    height: 450px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hover-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
}

.hover-card:hover .card-img-top {
    transform: scale(1.1);
    filter: brightness(60%);
}

.card-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    transition: opacity 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
}

.hover-card:hover .card-description {
    opacity: 1;
}

.card-title-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    z-index: 2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
    transition: background 0.3s ease-in-out;
}
.vorteil-p{
    color: white !important;
}


/* Qualitativ section */
.gallery-item {
    position: relative;
    overflow: hidden;
    background-color: #333;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1); 
}

.gallery-content {
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    color: white;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-content {
    opacity: 1; 
}

.gallery-content-inner {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
}

.gallery-content h5 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.description {
    display: none; 
    font-size: 0.9rem;
    margin-top: 10px;
    color: white !important;
}

.gallery-item:hover .description {
    display: block; 
}

.member-photo-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 300px; 
    max-height: 300px; 
    border-radius: 50%; 
    margin: 0 auto 15px; 
}

.member-photo-custom img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}



/* Container für die Vorschauen */
#file-preview-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-top: 1rem !important;
}

/* Einzelne Vorschau-Box */
.file-preview {
    display: flex ;
    flex-direction: column ;
    align-items: center ;
    justify-content: space-between ;
    width: 270px ; 
    width: 270px ; 
    padding: 10px ;
    border: 1px solid #ddd ;
    border-radius: 5px ;
    background-color: #f9f9f9 ;
    text-align: center ;
    overflow: hidden ; 
}

/* Vorschau-Bild */
.file-preview img {
    max-width: 100% ;
    max-height: 150px ;
    margin-bottom: 10px ;
    border-radius: 5px ;
}

/* Text und Dateigröße */
.file-preview p {
    margin: 0 ;
    font-size: 0.9rem ;
    color: #555 ;
    white-space: nowrap ; 
    overflow: hidden ; 
    text-overflow: ellipsis ; 
}

/* Löschen-Button */
.file-preview button {
    margin-top: 0.5rem ;
    font-size: 0.8rem ;
    padding: 5px 10px ;
}

.morphext > .animated {
    display: inline-block;
}
.services-three.bg-light-black{
    h2, h3, h4, p {
        color: white !important;
    }
}
.progress-item-two.style-two {
    margin-top: 0px;
}

.circle-drop.left-drop {
    left: 10%;
    right: auto;
  }
  .circle-drop.right-drop {
    right: 10%;
    left: auto;
  }

  .gallery-section .gallery-card-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-bottom: 4px #cc4f5a solid;
}
.gallery-section .gallery-card-body {
    min-height: 160px;
}

.gallery-section .section-title h2.title {
    font-size: 85px;
    color: #cc4f5a;
}

.service-three-bild {
    margin-bottom: 30px;
    img {
        border-radius: 5px;
        border: solid white 1px;
        max-height: 300px;
        width: 100%;
        object-fit: cover;
    }
}
.service-three-item ul {
    opacity: 0.6;
    li {
        list-style: inside;
    }
}

.about-seven .circle-drop {
    background: #cc4f5a;
}


    /* Banner-Container */
    .video-banner {
        position: relative;
        width: 100%;
        height: 55vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center;
        overflow: hidden;
      }
  
      /* Hintergrund-Video */
      .video-banner video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        z-index: 1;
      }
      .video-banner .container.page-banner {z-index: 2;}
      /* Dunkles Overlay */
      .video-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
      }

#vorteile {
    .feature-box {padding: 0;}
    .feature-box img {
        object-fit: cover;
        width: 100%;
        max-height: 300px;
        border-radius: 10px 10px 0px 0px;
        border-bottom: 4px #cc4f5a solid;
    }
    .feature-box-text, .feature-box-title {
        padding: 0px 20px;
    }
}
/* ANCHOR VIDEO SECTION */
.video-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  /* Video-Füllung */
  .video-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
  }
  /* Text-video-overlay für bessere Lesbarkeit */
  .video-hero .video-overlay {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0, 0, 0, 0.59);
    z-index: 2;
  }
  /* video-swiper-Container über Video */
  .video-hero .video-swiper {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    border-bottom: 4px #cc4f5a solid;
  }
  .video-hero .video-swiper .swiper-slide .container {
      margin-top: 100px;
      margin-bottom: 100px;
  }
 .video-hero ul {
    color: white;
  li {
    font-weight: 700;
    &::before {
      content: "\f3ed";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 10px;
    }
  }
}
.video-hero .hero-content-seven {
  max-width: 100%;
}
  /* Navigation und Pagination */
  .swiper-button-next,
  .swiper-button-prev {
    color: #fff;
  }
  .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
  }


  .breadcrumbMenu {
    text-align: left;
    color: white;
    a {
        color: white !important;
        font-size: 20px;
        font-weight: 500;
        font-family: 'Circular Std';
    }
    a:hover {
      color:  #cc4f5a;
    }
    a.active {color: #cc4f5a !important;}
    a.active:hover {color: #ffffff;}
  }

  .testimonial-item {
    min-height: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 25px 15px;
  }

  .circle-drop{
    display:none !important;
  }

  .main-footer p{
    color:#121212;
    font-weight: 500 !important;
  }