.enable_cookies_to_see {
    background-color: rgba(0, 0, 0, 0.75) !important;
    min-height: 35vh;
    width: 100%;
    padding-top: 100px;
    text-align: center!important;
    margin: 5%;
}

.enable_cookies_to_see h3 {
    font-size: 1.2vw!important;
    line-height: 2vw!important;
    font-weight: 400!important;
    color: white!important;
}

@media screen and (max-width: 783px) {
    .enable_cookies_to_see {
        min-height: 50vh;
        width: 100%;
        padding: 50px 20px 10px 20px;
        margin:auto;
    }


    .enable_cookies_to_see h3 {
        font-size: 5vw!important;
        line-height: 7vw!important;
        font-weight: 400!important;
        color: white!important;
    }

    .btn-jetzt-aktivieren {
        padding: 5px 18px 5px 18px;
        min-height: 40px!important;
        margin-top: 20px;
        border-radius: 6px;
        font-size: 5vw!important;
    }
}