.HeroHC {
    min-height: 100vh;
    padding-top: 6rem;

}

.SSsmall {
    display: none;
}
.SSbig {
    display: block;
}

.laptop {
    display: block;
}
.laptop-rest {

    background-color: #242424;
    height:70rem;
    width: 100%;
    position: absolute;
    z-index: -99;
   
}
.laptop-container {
    position: absolute;
    
}

.w-responsive {
    
    width:95%;
    
}
.video-container {
    position: absolute;
            top: 2%; /* Adjust based on the SVG's laptop screen position */
            left: 9%; /* Adjust based on the SVG's laptop screen position */
            width: 82%; /* Adjust width based on the SVG's laptop screen size */
            height: 89%; /* Adjust height based on the SVG's laptop screen size */
            overflow: hidden;
            
}
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
    z-index: -99;
}

.z99- {
    z-index: -99;
}
.laptop-inhalt {
    position: relative;
    z-index: 99;
    width: 95%;
    padding-top: 4rem;
}

.HCdropshadow {
    text-shadow: -4px 4px 0px rgb(0, 0, 0), 0px 0px 6px rgba(255, 255, 255, 0.273);
}

.dropshadow {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.662);
}

.heroGridHc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    
}
.round {
    border-radius:10px ;
}

.detailsPart {
    background-color: #242424;
    min-height: 100vh;
}

.gridHC {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: center;
    
}
.gridHC video,img {
    
    margin: 0 auto;
}
.mt-neg {
    margin-top: -2rem;
}
.g2x1 {
    grid-column: 1/3;
}

.capsuleImages {
    position: relative;
    min-height: 90vh;
    width: 100%;
}
.c-Container {
    overflow: hidden;
}
.c-left {
    width: 49%;
    
    
}
.c-right {
    width: 49%;
    
}


.paddingVD {
    padding-top: 17rem!important;
}
.scroll {
  overflow: hidden;  
  white-space: nowrap;
  position: relative;
  width: 80%;
  margin: 0 auto;
  z-index: 0;

}
.bg-black {
    background-color: #242424 !important;
    transition: background-color 0.3s;
}
.container-fluid, .container, .navbar {
    background-color: #24242400 !important;
}

.btn2 {
    background-color: transparent;
    color: white;
    
}
.bg-beige {
    background-color: white !important;
    transition: background-color 0.3s;
}
.scroll:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10vw;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #242424);
    z-index: 2;
}
.scroll:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10vw;
    content: "";
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #242424);
    z-index: 2;
}
.imgScroll {
    display: inline-block;
    animation: 20s slide infinite linear;
}

.scroll:hover .imgScroll {
    
    animation-play-state: paused;
}


.imgScroll img {
    height: 10rem;
}
.c-inhalt {
    margin-top: -30rem;
    
}


.pt {
    padding-top: 7rem;
}
.pb {
    padding-bottom: 7rem;
}
.mt {
    margin-top: 7rem;
}
.gridOff {
    display: block;
}
.gridOn {
    display: none;
}

.span2 {
    grid-column: span 1;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}


@media screen and (max-width: 1529px) {
     .laptop-inhalt {
        
        
        width: 85%;
       
    }
}

@media screen and (max-width: 1400px) {
    .laptop-inhalt {
        
        
        width: 85%;
       
    }

    .heroGridHc {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-top: 2rem;
        
    }

    .f-16responsive {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1375px) {
    .c-inhalt {
        margin-top: -23rem;
    }
    .carousel {
        display: none;
    }
    .heroGridHc {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 1200px) {
    .laptop-inhalt {
        
        
        width: 100%;
       
    }
  
    .HeroHC {
        min-height: 100vh;
        padding-top: 5rem;
    
    }

    .c-inhalt {
        margin-top: -24rem;
    }
    .mt-neg {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 1156px) {
    .laptop-inhalt {
        
        padding-top: 2rem;
        width: 95%;
       
    }
    .HeroHC {
        min-height: 100vh;
        padding-top: 5rem;
    
    }
    .c-inhalt {
        margin-top: -23rem;
    }
}
@media screen and (max-width: 1105px) {
    .laptop-inhalt {
        
        padding-top: 2rem;
        padding-left:3.5rem;
        padding-right: 4rem;
        width: 100%;
       
    }
    .HeroHC {
        min-height: 100vh;
        padding-top: 5rem;
        
        
    
    }
    
    .c-inhalt  {
        margin-top: -20rem;
        
    }
    .c-inhalt p {
        
        font-size: 0.8rem;
        width: 90% !important;
    }
    .heroGridHc {
        display: grid;
        
        gap: 1rem;
        margin-top: 1rem;
        
    }
    .w-responsive {
        width:80%;
        
    }
    
}

@media screen and (max-width: 991px) {
    .laptop-inhalt {
        
        padding-top: 2rem;
        padding-left:0rem;
        width: 100%;
       
    }
    .HeroHC {
        min-height: 150vh;
        
        
    
    }
    .c-inhalt {
        margin-top: -19rem;
        
    }
    .heroGridHc {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        margin-top: 2rem;
        
    }
    .heroGridHc p {
        margin-top: 0.5rem!important;
    }
    h1.f-42 {
        font-size: 2rem!important;
    }
    h2.f-24 {
        font-size: 1rem!important;
    }
    .w-responsive {
        
        width:100%;
        margin-top: 8rem;
        
    }
    
    .d-mode {
        font-size: 0.8rem;
        
    }

    .fck {
        margin-top: 1rem;
    }
    

    
}

@media screen and (max-width: 855px) {
    .laptop-inhalt {
        
        padding-top: 2rem;
        padding-left:0rem;
        width: 90%;
       
    }
    h2.f-24 {
       margin: 0;
    }
    .heroGridHc p {
        margin: 0rem!important;
    }
    .heroGridHc {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        margin-top: 2rem;
        
    }
    .w-responsive {
        margin-top: 7rem;
        width:100%;
        
    }

    .gridHC {
        grid-template-columns: repeat(2,1fr);
    }

    .gridOff {
        display: none;
    }
    .gridOn {
        display: block;
    }
    .span2 {
        grid-column: span 2;
    }
}

@media screen and (max-width: 772px) {
    .laptop-inhalt {
        padding-right: 0rem;
        padding-top: 2rem;
        padding-left:0rem;
        width: 100%;
       
    }
    .c-inhalt  {
        margin-top: -15rem;
        
    }
    .HeroHC {
        min-height: 140vh;
        
        
    
    }
    .heroGridHc {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        margin-top: 2rem;
        
    }
    .w-responsive {
        margin-top: 5rem;
        width:100%;
        
    }
    
}

@media screen and (max-width: 618px) {
    .laptop-inhalt {
        
        padding-top: 2rem;
        padding-left:0rem;
        width: 90%;
       
    }
    .w-responsive {
        margin-top: 2rem;
        width:100%;
        
    }
    .c-inhalt  {
        margin-top: -12rem;
        
    }
    .HeroHC {
        min-height: 110vh;
        
        
    
    }

    .f-16responsive {
        font-size: 0.7rem;
    }
}
@media screen and (max-width: 564px) {
    .laptop-inhalt {
        padding-right: 2rem;
        padding-top: 2rem;
        padding-left:0rem;
        width: 80%;
       
    }
    .c-inhalt  {
        margin-top: -11rem;
        
    }

    
    
}
@media screen and (max-width: 532px) {
    .laptop-inhalt {
        
        padding-top: 2rem;
        padding-left:0rem;
        width: 80%;
       
    }
    a {
        display: block;
        margin-bottom: 0.5rem;
    }
    h1.f-42 {
        font-size: 1.7rem!important;
    }  
    .grid-container {
        grid-template-columns: repeat(2,1fr)!important;
    }  
}

@media screen and (max-width: 479px) {
    .grid-container {
        grid-template-columns: repeat(2,1fr)!important;
    }
}

@media screen and (max-width: 457px) {
    .grid-container {
        grid-template-columns: repeat(2,1fr)!important;
    }
    .laptop-inhalt {
        
        padding-top: 2rem;
        padding-left:0rem;
        width: 80%;
       
    }
    .c-inhalt  {
        margin-top: -8rem;
        
    }
    h1.f-42 {
        font-size: 1.4rem!important;
    }    
    h2.f-24 {
        font-size: 1rem!important;
    } 
}

@media screen and (max-width: 350px) {
    .laptop-inhalt {
        
        padding-top: 2rem;
        padding-left:0rem;
        width: 90%;
       
    }
    
    a {
        display: block;
        margin-bottom: 0.5rem;
    }
}








.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 0;
}

.grid-item {
    overflow: hidden;
    margin-bottom: 1rem;
}



@media only screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-content {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}