
/* CookieHint
****************** */

#redim-cookiehint-bottom {
    background-color: #f3f2f9!important;
}

#redim-cookiehint {
    background-color: #f3f2f9!important;
    padding: 15px 10px!important;
}

#redim-cookiehint .cookiehead .headline::before {
    background-image: none!important;
}

#redim-cookiehint .cookiehead .headline {
    padding-left: 0px!important;
}

#cookiehintinfo a {
    color: #4e3a87!important;
    text-decoration: none!important;
}

#redim-cookiehint .cookiebuttons .btn {
    font-size: 14px!important;
    line-height: 20px!important;
}

#cookiehintsubmit {
    background: #9182bf!important;
}

#cookiehintsubmitno {
    background: #f7f7f7!important;
    color: #707070!important;
}


#cookiehintsubmitno:hover	{ 
    background: #DDD!important; 
    color: #707070!important;
}

#cookiehintsubmit, #cookiehintsubmitno {
    transition: background 0.3s ease;
    border: none!important;
    border-radius: 0px!important;
}

#cookiehintsubmit:hover	{ 
    background: #4e3a87 !important; 
    color: #fff !important;
}
    
    
    
    
