/*Banner Cookies*/
.notify-cookie {
    bottom: 0px;
    color: #fff;
    font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    padding: 10px 4px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0, .9);
}

.notify-cookie p a {
    color: #b2ce27;
}
.notify-cookie p {
    color: #fff;
}


button.accept-cookies {
    border-color: #b2ce27;
    background: #b2ce27;
    width: 60px;
    float: right;
    font-size: 14px;
    font-weight: 400;
    min-width: 60px
}

button.accept-cookies:hover, button.accept-cookies:active, button.accept-cookies:focus, button.accept-cookies:focus:active {
    background: #fff;
    outline: 0;
    box-shadow: none;
    color: #204d74;
    border-color: #fff;
}
/*end ribbon*/ 