#redim-cookiehint{
        width: 100%;
        padding: 20px 20px;
        box-sizing: border-box;
        position: fixed;
        font-size: 16px;
        box-shadow: 0 -5px 5px -5px #333;
        background-color: #006A4D;
        z-index: 9999999;
        bottom: 0px;
        text-align: center;
}


#redim-cookiehint .cookiecontent{
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        display: block;
}


#redim-cookiehint .cookiebuttons{
        display: block;
        padding: 8px;
        margin-top: 2px;

}
#redim-cookiehint .clr {
        clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
        padding: 5px 10px !important;
        border-radius: 0px !important;
        color: #111111;
        background-color: #ffffff;
        font-size: 14px;
        line-height: 16px;
}

#redim-cookiehint .cookiebuttons .btn:hover{
        background-color: #eeeeee;
        color: #222222;
}

#redim-cookiehint.hidden{
        display: none;
        visibility: hidden;
}