#redim-cookiehint{
        width: 100%;
        padding: 7px 5%;
        box-sizing: border-box;
        position: fixed;
        background-color: #890004;
        font-size: 16px;
        z-index: 9999999;
        bottom: 0px;

}

#redim-cookiehint .cookiecontent{
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        display: inline-block;
}


#redim-cookiehint .cookiebuttons{
        display: inline-block;
        float: right;
}
#redim-cookiehint .clr {
        clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
        padding: 5px 10px !important;
        color: #ffffff;
        background-color: #e00008;
        font-size: 16px;
        line-height: 30px;
}

#redim-cookiehint .cookiebuttons .btn:hover{
        background-color: #e00008;
        color: #ffffff;
}

#redim-cookiehint.hidden{
        display: none;
        visibility: hidden;
}