.law_cookies {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    margin: 0 auto;
    background-color: rgb(2 2 2 / 40%)!important;
    color: #444;
    left: 0;
    top: 0;
    z-index: 9999999999999;
}

.cookies_flex {
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding: 2%;
    margin: 0 auto;
    /*max-width: 600px;*/
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background: white;
    /*top: 20%;*/
    bottom: 0;
    font-size: 1rem;
}

.law_cookies-left,
.law_cookies-right {
    width: 50%;
}

.law_cookies-right p {
    color: #333333;
    line-height: initial;
    font-size: 0.8rem;
    text-align: center;
}

.cookies_button, .cookies_button_close {
    padding: 1rem 2rem;
    /*font-size: 1.5rem;*/
    width: 40%;
    display: inline-block;
    background-color: #4caf50;
    border: 1px solid #9dc8a0;
    color: white !important;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin: 0 15px;
}

.cookies_button, .cookies_button_close:hover {
    background-color: #2E7D32;
}

.cookies_button_no{
    background-color: #a1a1a1;
    border-color: #bebebe;
}

#law_cookies p.ACManager_link {
    font-size: 0.6rem;
    text-align: center;
    margin-top: 10px;
    color: #1EAEDB;
    cursor: pointer;
    margin-bottom: 0;
}

#law_cookies p.ACManager_link:hover {
    text-decoration: underline;
}

#law_cookies svg {
    max-width: 240px;
}

.legal_table_lopd.floating {
    width: 48%;
    min-width: none !important;
}

table#table_law_info {
    border-radius: 3px;
}

#close_floating {
    right: 0;
    top: 0;
    height: 28px;
    border-radius: 0;
}

.legal_table_lopd.floating table {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wgmobile #close_floating {
    right: 0;
    top: 0px;
    height: 21px;
    padding: 0px;
    border-radius: 0;
    font-size: 1rem;
    line-height: 21px;
}

@media (max-width: 549px) {

    .law_cookies {
        padding: 0;
    }

    .cookies_flex {
        bottom: 0;
        position: fixed;
        /*height: 50%;*/
        width: 100%;
        left: 0;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 0 auto;
        align-content: center;
    }

    .law_cookies-left,
    .law_cookies-right {
        width: 100%;
        text-align: center;
    }

    #law_cookies svg {
        max-width: 150px;
    }

    .legal_table_lopd.floating {
        width: 100%;
    }
}

.cookies_main .acm_h1 {
    font-size: 2rem;
    text-align: left;
    clear: both;
    margin-top: 30px;
    margin-bottom: 11px;
    font-weight: 700;
}

.cookies_main .acm_h1,
.cookies_main .cookie_name,
.cookies_main p {
    color: #333333;
}

.cookies_main .acm_h1 {
    padding: 0 50px 0 15px;
}

.cookies_main .acm_h1_subtitle {
    padding: 0 25px 0 25px;
}

.cookies_main .acm_h1 svg {
    fill: #4fa94e;
}

.cookies_main p {
    font-weight: 400;
    margin-top: 0;
    text-align: left;
    line-height: initial;
    font-size: 1rem;
}

.cookies_main hr {
    width: 100%;
    border-top: 2px solid #bcbcbc;
    margin: auto;
}

.cookies_main .acm_h1 {
    font-weight: 700;
    font-size: 2rem;
}

.cookies_main .cookie_name {
    font-size: 20px;
    font-weight: 700;
}

.cookies_click_all,
.cookie_block {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
    width: 100%;
}

.cookie_block {
    background: #eeeeee;
    border-bottom: 2px solid white;
}

label.cookie_element,
#ACManager input:not(:checked)+label {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    opacity: 0.5;
    transition: all .3s;
    font-weight: 700;
}

label.cookie_element.cookie_yes,
label.cookie_element.cookie_yes_all {
    background-color: #4caf50;
    border: 1px solid #9dc8a0;
}

label.cookie_element.cookie_no,
label.cookie_element.cookie_no_all {
    background-color: #757575;
    border: 1px solid #a4a4a4;
}

.cookie_block input,
.cookies_click_all input {
    display: none;
}

input[type=radio]:checked+label.cookie_element,
label.cookie_element:hover {
    opacity: 1;
}

.cookies_main {
    max-height: 80%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 0;
    position: fixed;
    top: 6%;
    width: 860px;
    z-index: 9999999999;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.cookies_main_back {
    background: #000;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
    cursor: pointer;
}

#ACManager {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: none;
    z-index: 9999999999;
}

.ACManager_link {
    cursor: pointer;
    /*color: #4596ec;*/
}

.cookie_exit {
    background: #d32f2f;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 20px;
}

.cookie-flex-left {
    width: 60%;
}

.cookie-flex-right {
    width: 40%;
}

.cookie-flex-right {
    text-align: right;
}

.footer_acm_script,
.header_acm_script {
    display: none;
}

.cookie_block p {
    padding: 0 0 0 5px;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cookie_block p,
.cookie_block p a {
    color: #4caf50;
}

.cookie_block p a {
    font-weight: 400;
}

.color-four.ACManager_link {
    color: #bcbcbc;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .cookies_main {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }
}

@media screen and (max-width: 767px) {
    .cookies_main {
        width: 100%;
        height: 100%;
        top: 0;
        padding: 0 2%;
        margin: 0;
        max-height: 100%;
        left: 0;
        border-radius: 0;
    }

    .cookies_main .acm_h1 {
        font-size: 1.8rem;
    }

    .cookies_main .acm_h1,
    .cookies_main .cookie_name {
        font-size: 1rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .cookies_main p {
        font-size: 0.8rem;
        padding: 0 10px 0 10px;
        margin-bottom: 0;
    }

    .cookies_main .acm_h1 {
        margin-top: 15px;
        padding: 0 35px 0 5px;
    }

    label.cookie_element,
    .cookies_main input:not(:checked)+label {
        margin-top: 5px;
        min-width: 75px;
    }

    .cookie-flex-left,
    .cookie-flex-right {
        width: 50%;
    }

    .cookie_block p {
        padding: 0 0 0 5px;
        font-size: 1rem;
    }
}