.cookiebar_wrapper .cookiebar .button:before,
.cookiebar_wrapper .cookiebar .button:after{
    content: none;
}

.cookiebar_wrapper .cookiebar .button:hover,
.cookiebar_wrapper .cookiebar .button:focus{
    text-decoration: underline;
}

.cookiebar_wrapper .cookiebar .button.accept_all{
    background-color: #80b163; color: #FFFFFF;
    padding: .5rem 1rem; line-height: 1;
    font-size: 1.25rem;
}
.cookiebar_wrapper .cookiebar .button.accept_all:hover,
.cookiebar_wrapper .cookiebar .button.accept_all:focus{
    color: #e4e842; background-color: #80b163;
    text-decoration: none;
}

.cookiebar_wrapper .cookiebar .menu li a{
    color: #80b163;
}

.cookiebar_wrapper .cookiebar .menu li a:hover,
.cookiebar_wrapper .cookiebar .menu li a:focus{
    color: #80b163; text-decoration: underline;
}