/**===Header***/
.scroll-animation-container-desktop {
    position: sticky;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 99;
}

.scroll-animation-container-desktop img.animated {
    position: absolute;
    display: none;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    object-fit: contain;
    object-position: bottom center;
}

.scroll-animation-container-mobile {
    position: sticky;
    height: 100vh;
    top: 0;
    left: 0;
    margin-bottom: 20em;
    z-index: 97;
}

.scroll-animation-container-mobile img.animated {
    position: absolute;
    display: none;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.shockwave {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.shockwave img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header-about {
    height: 210vh;
    position: relative;
}

@media (min-width: 768px) {
    #header-about {
        height: 210vh;
    }
}



.header-static-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
}

.header-static-animation h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    font-size: 3rem;
    width: 80vw;
    text-align:  center;
}
@media (min-width: 355px) {
    .header-static-animation h1 {
        font-size: 3.5rem;
        width: 60vw;
        top: calc(5% + 60px);
    }
}

@media (min-width: 768px) {
    .header-static-animation h1 {
        font-size: 4rem;
        width: auto;
        top: 50%;
        transform: translateY(-50%);
        text-align: right;
        right: 10%;
    }
}
@media (min-width: 1360px) {
    .header-static-animation h1 {
        font-size: 6rem;
    }
}




.header-product-name {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    z-index: 99;
    font-family: 'Roboto Slab', Sans-serif;
    text-shadow: 0 -2px 3px rgb(177 191 201 / 50%);

}

.header-frame {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    object-fit: contain;
    object-position: center center;
}

.about-content {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    z-index: 98;
}
@media (min-width: 320px) {

}
@media (min-width: 375px) {

}

@media (min-width: 480px) {

}
@media (min-width: 768px) {
    .about-content {
        padding:0;
        height: 100vh
    }
}

/**===FOOTER===**/
footer .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer nav ul {
    list-style: none;
    display: flex;
    padding: 0
}

footer nav ul li {
    display: inline-block;
    margin: 0 10px
}

footer nav ul li a {
    color: #fff
}

/**===community-tested===**/
.optimisation-slider .optimisation-slide img {
    width: 100%;
}

.testimonial-slider .slick-list {
    overflow: hidden;
    width: 100%;
}
/**===BUY Section===**/
.product-container {
    display: flex;
    justify-content: center;
}
.product-box {
    max-width: 420px
}

.product-box .card {
    padding-top: 7.5rem
}

.product-box .product-img {
    bottom:-10rem;
}


/**===Content & Size ===**/
.content-section {
    min-height: 150vh;
    clip-path: inset(0);
}

.content-fixed {
    position: fixed;
    width: calc(100% - 40px);
    max-height: 90vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-absolute-box {
    position: relative;
    padding-bottom: 156%
}

.content-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

span.lux-height {
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

span.lux-width {
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}

span.vibe-usbc {
    position: absolute;
    bottom: 40%;
    left: 0;
    max-width: 35%;
}

span.lux-led {
    position: absolute;
    top: 10%;
    right: 0;
    
}

.lux-led small {
    line-height: 1.5em;
    display: block;
}



@media (min-width:768px) {
    .content-fixed {
        width: 53vh;
    }    
    span.lux-led {
        position: absolute;
        top: 10%;
        right: -40px;
    }
    span.vibe-usbc {
        position: absolute;
        bottom: 35%;
        left: -40px;
    }
}

.diagramm-legende .dot {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
}

.diagramm-legende>div {
    display: flex;
    gap: 10px;
    align-items: top;
    margin-bottom: 20px;
}

.diagramm-legende .tulip-standard .dot {
    background: #9c3
}

.diagramm-legende .tulip .dot {
    background: #c03
}

.diagramm-legende .brand .dot {
    background: #fff
}

@media (min-width: 768px) {
    .diagramm-legende>div {
        margin-bottom: 10px;
    }
}

#flexikon {
    display: flex;
}

#optimize {
    display: flex;
}

.manual-download {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.manual-download .manual-icon {
    width: 60px;
}

.manual-download .manual-text {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.manual-download a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.icon-download {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}