@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 100%; /* Beispielwerte für Breitenvariabilität */
    font-display: swap;
}

@media(min-width: 1260px){
    .content-main.container {
        margin-bottom:0px;
    }
}

.effekt-media-landing .fade-in, .effekt-media-landing .fade-in1 {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.5s ease;
}

.effekt-media-landing .fade-in.visible, .effekt-media-landing .fade-in1.visible {
    opacity: 1;
    transform: translateY(0);
}

.effekt-media-landing .fade-in2 {
    opacity: 0;
    transform: translateY(-80px);
    transition: all 0.6s ease;
}

.effekt-media-landing .fade-in2.visible {
    opacity: 1;
    transform: translateY(0);
}

.effekt-media-landing .fade-in3 {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.7s ease;
}

.effekt-media-landing .fade-in3.visible {
    opacity: 1;
    transform: translateX(0);
}

.effekt-media-landing {
    background: #000 !important;
    color:#fff;
    width:100%;
    padding: 0;
    margin:0;
    font-family: 'Roboto',sans-serif;
}
.effekt-media-landing .container {
    max-width: 100%;
    width:100%;
    margin: auto;
    background: #000 !important;
}
.effekt-media-landing .container img {
    width:100%;
    margin:auto;
    display: block;
}
.effekt-media-landing .container .text, .effekt-media-landing p {
    max-width: 1200px;
    text-align: center;
    margin: auto;
    padding:20px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: block;
    color:#ddd;
}
.effekt-media-landing .container .text.footer, .smaller {
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: #656565;
}

.content-main.container {
    max-width: 100% !important;
    background: #000 !important;
    margin-top:0px;
}

.products-info {
    display: none;
}
.itemBox {
    text-align: center;
    padding:20px;
    border:5px solid #fff;
    transition: 0.3s all !important;
    cursor: pointer;
    background-color: #c8d5b8;
    color:#000;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.itemBox:hover {
    transform: scale(1.04) !important;
    background: #76b900 !important;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}

.itemBox.active {
    background: #76b900 !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.2) !important;
}

.effekt-media-landing #age-form, .effekt-media-landing #age-error {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 60vh;
    background: #2b2b2b;
    padding: 20px;
    border-radius: 15px;
}
.effekt-media-landing #age-error {
    background: #ffffff;
    padding: 16px;
    color:#f00;
    display:none;
}
.effekt-media-landing #age-form button {
    color:#fff;
    background: #76b900;
    padding:10px;
    border:none;
}

.video-container {
    position: relative;
    background-image: url(../img/desktop_2.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 90vh;
    max-height: 800px;
}

.effekt-media-landing .header-iframe {
    position: absolute;
    top: 52.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1050px;
    height: 590px;
}

.effekt-media-landing img.only-mobile {
    display: none;
}

.effekt-media-landing div.only-mobile {
    display: none !important;
}

.effekt-media-landing .dlss-desktop {
    background-image: url(../img/desktop_3.jpg);
    background-size: cover;
    height: 100vh;
    max-height: 900px;
}
.effekt-media-landing .dlss-mobile {
    background-image: url(../img/mobil_3.jpg);
    background-size: cover;
    height: 100vh;
    max-height: 800px;
    background-position:center center;
}

.effekt-media-landing input {
    padding: 7px;
}

@media (min-width: 621px) {
    #rtx5070 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    #rtx5090 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .effekt-media-landing h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .effekt-media-landing h1 {
        line-height: 3.5rem;
        font-size: 3rem;
    }
}

@media (max-width: 620px) {
    .flex-content {
        width:100% !important;
    }
    ul, strong {

    }

    .max-width-100 {
        max-width: 100% !important;
    }
    .effekt-media-landing .header-iframe {
        width: 100%;
        height: 315px;
        max-width: 100%;
        max-height: 60vh;
    }
    .effekt-media-landing .image-hide {
        opacity: 0;
        height: 355px;
    }
    .effekt-media-landing img.only-desktop {
        display: none;
    }
    .effekt-media-landing img.only-mobile {
        display: block;
    }
    .effekt-media-landing .only-mobile {
        display: block;
    }
    .effekt-media-landing div.only-desktop {
        display: none !important;
    }
    .effekt-media-landing div.only-mobile {
        display: block !important;
    }
    .effekt-media-landing div.only-mobile {
        display: block !important;
    }
    .effekt-media-landing .video-container {

    }
    .effekt-media-landing #age-form, .effekt-media-landing #age-error {
        width: 80%;
        top:50%;
    }
    .effekt-media-landing .container .text {
        text-align: left;
    }
    .effekt-media-landing .video-container {
        height: 65vh;
        background-image: url(../img/mobil_2.jpg);
    }
    .content-main--inner {
        padding:0;
    }
    .effekt-media-landing .container .text, .effekt-media-landing .container .text p {
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
    }
    .effekt-media-landing .itemBox {
        width:80%;
        margin:2px;
    }
    .effekt-media-landing h1, .effekt-media-landing h2 {
        margin:0;
        padding:20px;
    }
    .effekt-media-landing h1 {
        line-height: 2rem;
        padding-top:0;
        padding-bottom:0;
    }
    #rtx5070 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    #rtx5090 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .effekt-media-landing .prod-flex div a {
        width: 96%;
        margin: auto;
    }
    .effekt-media-landing .box-price {
        top:-15px !important;
    }
    .effekt-media-landing .prod-flex {
        gap:9px;
    }
    .effekt-media-landing .header-iframe {
        top: 50%;
    }
}

.effekt-media-landing a {
    color: #76b900;
    transition: 0.3s all;
    text-decoration: none;
    font-size:0.9rem;
}

.effekt-media-landing a:hover {
    text-shadow: 0 0 6px #76b900;

}

.effekt-media-landing h1, .effekt-media-landing h2, .effekt-media-landing h3 {
    color: #fff;
}
.effekt-media-landing h4 {
    margin: 0;
}
.effekt-media-landing #buyzone {
    text-align: center;
}

.effekt-media-landing .prod-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.effekt-media-landing .prod-flex div a {
    display: block;
    padding: 7px 10px;
    background: #76b900;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin: 4px;
    font-size: 1rem;
    transition: 0.3s all;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap:5px;
    min-height: 80px;
    position: relative;
}
.effekt-media-landing .prod-flex div a img {
    border-radius: 5px;
    width:65px !important;
}


.effekt-media-landing .prod-flex div a:hover {
    background: #fff;
    color: #76b900;
    box-shadow: 0 0 15px #76b900;
}

.effekt-media-landing .table-header h2 {
    text-align: center;
}

.effekt-media-landing .box-price {
    display: inline-block;
    position: absolute;
    top:-5px;
    right:-5px;
    background: #3e5316;
    color: #fff;
    padding:5px;
    border-radius: 15px;
}
.effekt-media-landing .section-title {
    padding-top: 10px;
}

.text-align-center {
    text-align: center;
    color: #eee !important;
}