/* cmsms stylesheet: cookiesCSS modified: 25.09.2025 14:14:35 */
#cookie_consent {
    background: #eee;
    position: fixed;
    bottom: 0;
    float: left;
    z-index: 100000;
    width: 30%;
    padding: 30px 0;
    border-radius: 0.3em;
}
#cookie_consent p {
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px 0;
}
#cookie_consent a.accept_cookies {
    margin: 0 5px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #7c0606;
    border-radius: 0.3em;
}
#cookie_consent a.more_info {
    margin: 0 5px;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background: #ccc;
}

#cookie_consent a.cookies_link {
    color: #000;
text-decoration: underline;
}

#cookie_consent a.accept_cookies:hover, #cookie_consent a.more_info:hover, #cookie_consent a.cookies_link:hover {
opacity: 0.7;
transition: 0.3s;
}
