.age-verification-page .fixed-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    opacity: 1;
    margin-top: -50px;
}

.age-verification-page #search-script {
    display: none;
    }

.age-verification-page .Content-Teaser {
    padding-left: 0;
    padding-right: 0;
}


.age-verification-page .image-Container {
    margin-top: 70px;
}

.age-verification-page .image-Container.img-mobile img, 
.age-verification-page .image-Container.img-mobile {
        display: none;
    }

.age-verification-page .fixed-top h1 {
    text-align: center;
    font: normal normal bold 50px/70px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    position: relative;
}

.age-verification-page .fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.age-verification-page #content {
    text-align: center;
    overflow: hidden;
}

.age-verification-page .mt-2 {
    display: flex;
    justify-content: center;
}

.age-verification-page .btn-link {
    text-align: center;
    font: normal normal 600 30px/70px Open Sans;
    letter-spacing: 0px;
    opacity: 1;
    position: relative;
    width: 186px;
    height: 70px;
    border: 1px solid #137EBF;
    border-radius: 40px;
    opacity: 1;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    background: #137EBF;
}

.age-verification-page .btn-link:focus, .age-verification-page .btn-link:hover {
        background-color: transparent;
        color: #137EBF;
        text-decoration: none !important;
    }

.age-verification-page .label-txt p {
    text-align: center;
    font: normal normal 500 20px/70px Open Sans;
    letter-spacing: 0px;
    color: #137EBF;
    opacity: 1;
    line-height: 30px !important;
}

.age-verification-page .prep-code p {
    font: normal normal 500 16px/70px Open Sans;
    color: #363636;
}

.age-verification-page .btn-link.one {
    margin-right: 3em;
}
.age-verification-page #content .plain-html {
    display: none !important;
}

.age-verification-page .label-txt {
    margin-top: 30px;
}


@media (min-width:700px) and (max-width:766px) {
    .age-verification-page .fixed-top h1 {
        width: 60% !important;
    }
}

@media (max-width:767px) {
    .age-verification-page .fixed-top {
        width: 100%;
        height: 199px;
    }

.age-verification-page .fixed-top h1 {
            width: 330px;
            height: 144px;
            font: normal normal bold 26px/36px Open Sans;
        }

.age-verification-page .buttonSelection {
        width: 150px;
        height: 60px;
    }

.age-verification-page .btn-link {
        width: 150px;
        font-size: 25px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.age-verification-page .label-txt p {
        font-size: 16px;
    }

    .age-verification-page .btn-link.one {
        margin-right: 1em;
    }

    .age-verification-page .label-txt {
        margin-top: 1em;
    }

    .age-verification-page .prep-code {
        margin-top: -15px;
    }

    .age-verification-page .responsive-img {
        width: 375px;
        height: 289px;
        max-width: none;
    }

    .age-verification-page .image-Container {
        display: flex;
        justify-content: center;
    }

    .age-verification-page .image-Container.img-mobile img, .age-verification-page .image-Container.img-mobile {
            display: flex;
            justify: content-center;
        }

        .age-verification-page .image-Container.img-desk {
            display: none;
        }
}

@media(min-width:768px) and (max-width:991px) {
    .age-verification-page .fixed-top {
        padding: 60px 50px;
    }
}

@media(min-width:992px) and (max-width:1100px) {
    .age-verification-page .fixed-top {
        height: 300px;
    }

    .age-verification-page .fixed-top h1 {
            height: 138px;
            padding: 0 40px;
        }
}

@media (min-width:1101px) and (max-width:1819px) {
    .age-verification-page .fixed-top {
        height: 200px;
    }

    .age-verification-page .fixed-top h1 {
            height: 138px;
            padding: 0 40px;
        }
}

@media (min-width:1820px) {
    .age-verification-page .fixed-top {
        height: 264px;
    }

    .age-verification-page .fixed-top h1 {
            height: 138px;
            width: 1365px;
            padding-top: 20px;
        }
}

@media screen and (min-width:1152px) {
    .age-verification-page .fixed-top {
        height: 130px;
    }

    .age-verification-page .fixed-top h1 {
        text-align: center;
        font: normal normal bold 34px / 45px Open Sans;
        height: 55px;
    }

    .age-verification-page .image-Container {
        margin-top: 30px;
    }

    .age-verification-page .image-Container.img-desk img {
            max-width: 450px;
            height: 210px;
        }

    .age-verification-page .btn-link {
        font: normal normal 600 20px / 40px Open Sans;
        width: 100px;
        height: 40px;
    }

    .age-verification-page .Content-Teaser .mt-2 {
        margin-top: 0;
    }

    .age-verification-page .component.Content-Teaser {
        padding-bottom: 0 !important;
    }

    .age-verification-page .label-txt {
        margin-top: 25px;
    }

    .age-verification-page .prep-code p {
        font: normal normal 500 16px / 50px Open Sans;
    }
}

@media screen and (min-width:1440px) {
    .age-verification-page .fixed-top {
        height: 170px;
    }

    .age-verification-page .fixed-top h1 {
            text-align: center;
            font: normal normal bold 40px / 60px Open Sans;
            height: 85px;
        }

    .age-verification-page .image-Container {
        margin-top: 30px;
    }

    .age-verification-page .image-Container.img-desk img {
            max-width: 450px;
            height: auto;
        }

    .age-verification-page .btn-link {
        font: normal normal 600 25px / 50px Open Sans;
        width: 120px;
        height: 50px;
    }

    .age-verification-page .Content-Teaser .mt-2 {
        margin-top: 0;
    }

    .age-verification-page .component.Content-Teaser {
        padding-bottom: 0 !important;
    }

    .age-verification-page .label-txt {
        margin-top: 25px;
    }

    .age-verification-page .prep-code p {
        font: normal normal 500 16px / 50px Open Sans;
    }
}

@media screen and (min-width:1680px) {
    .age-verification-page .fixed-top h1 {
        display: flex;
        align-items: center;
    }

    .age-verification-page .fixed-top {
        height: 190px;
    }

    .age-verification-page .image-Container {
        margin-top: 40px;
    }

    .age-verification-page .mt-2 {
        margin-top: -25px;
    }

    .age-verification-page .label-txt {
        margin-top: 30px;
    }

    .age-verification-page .prep-code {
        margin-top: -8px;
    }

    .age-verification-page .prep-code p {
            position: relative;
            top: 10px;
        }

    .age-verification-page .image-Container.img-desk img {
        max-width: 100%;
    }
}
