﻿body {
}
#footer_gdpr .footer_gdpr_body h1 {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.22;
    color: #10416c;
    margin: 0.67em 0;
}

#footer_gdpr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d1dde6;
    box-sizing: border-box;
    z-index: 500;
    border-top: solid 1px #10416c;
}

#accpet-cookie-content {
    color: #10416c;
    float: left;
    width: 80%;
    font-size:16px;
}

#accpet_cookie_btn {
    background: #10416c;
    float: right;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: 10%;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size:16px;
}

.footer_gdpr_body {
    max-width: 1440px;
    padding: 5px 50px 15px 50px;
    margin-left: auto;
    margin-right: auto;
}

.cookie-clean {
    clear: both;
    float: none;
}

@media only screen and (max-width: 767px) {
    #accpet-cookie-content {
        width: 100%;
    }

    #accpet_cookie_btn {
        width: auto;
        float: left;
        margin-top: 7px;
    }
}
