﻿
#cookie_consent {
    font-family: Open Sans, Fira Sans, sans-serif;
    font-size: 16px !important;
    color: white !important;
    position: fixed;
    background-color: rgba(23,23,23,0.9);
    z-index: 999999999;
    width: 100%;
    min-height: 48px;
    bottom: 0;
    display: none;
    left: 0;
}

#cookie_content {
    box-sizing: border-box;
    padding: 8px 0 4px 8px !important;
    width: -webkit-calc(100% - 173px);
    width: -moz-calc(100% - 173px);
    width: calc(100% - 173px);
    float: left;
}

#cookie_buttons {
    text-align: center;
    padding-bottom: 8px;
    float: left;
    width: 172px;
}

@media only screen and (max-width:800px) {
    #cookie_content {
        width: 75%;
        text-decoration-color: red !important;
    }

    #cookie_buttons {
        text-align: center;
        width: 20%;
    }
}

@media only screen and (max-width:600px) {
    #cookie_content {
        width: 100%;
        text-decoration-color: red !important;
    }

    #cookie_buttons {
        text-align: center;
        width: 100%;
    }
}

#cms_body_content #cookie_content a {
    text-decoration: underline !important;
    color: white !important;
}

.cookie_button {
    display: inline-block;
    font-family: Open Sans, Fira Sans, sans-serif;
    font-size: 16px !important;
    margin: 12px 4px 0px 4px;
    border-radius: 6px;
}

.cookie_embed_button {
    margin: 6px 0 4px 0;
    padding: 0 6px 0 6px;
    display: inline-block;
    border-radius: 6px;
    background-color: white;
}

.cookie_consent_box {
    font-size: 16px;
    max-width: 600px;
    font-weight: 400;
    display: inline-block;
    color: white;
    background-color: #171717;
    text-align: center;
    /*border-color:black;
        border-style:solid;*/
    border-width: thin;
    padding: 6px;
}

    .cookie_consent_box div {
        padding-top: 4px;
    }

#cms_body_content .cookie_consent_box a {
    text-decoration: underline !important;
    color: white !important;
}

.cookie_consent_link {
    margin: 4px;
    color: white !important;
}

.cookie_policy_link {
    margin: 4px 8px 4px 4px;
    width: 100%;
}

#accept_cookie {
    background-color: white;
}

#deny_cookie {
    background-color: white;
}
