#redim-cookiehint {
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    position: fixed;
    background-color: #f1f1f1;
    z-index: 9999999999;
    bottom: 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
#redim-cookiehint .cookiecontent {
    max-width: 1230px;
    margin: 0 auto;
    color: #3c3c3b;
    display: block;
    font-size: 12px;
}
#redim-cookiehint .cookiebuttons{
    display: block;
    padding: 8px;
    margin-top: 2px;
}
#redim-cookiehint .clr {
    clear: both;
}
#redim-cookiehint .cookiecontent a.btn-cookiehint {
    display: inline;
    border: none;
    padding: 0;
    font-size: 12px;
    color: #78003F;
    cursor: pointer;
}
#redim-cookiehint .cookiecontent a.btn-cookiehint:hover {
    color: #e13559;
}
#redim-cookiehint .cookiecontent #cookiehintsubmit.btn-cookiehint {
    display: inline-block;
    margin-left: 10px;
    border: 2px solid #e13559;
    border-radius: 0;
    padding: 5px 10px;
    background-color: #e13559;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}
#redim-cookiehint #cookiehintsubmit.btn-cookiehint:hover {
    border: 2px solid #c72f4f;
    background-color: #c72f4f;
}
#redim-cookiehint.hidden{
    display: none;
    visibility: hidden;
}
#cookiehintsubmit{
    margin: 0;
}
@media(max-width: 991px) {
    #redim-cookiehint .cookiecontent #cookiehintsubmit.btn-cookiehint {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        width: max-content;
    }
}