.cookiebar {
    min-height: 100px;
    background-color: rgba(2,58,120, 1);
    color: #fff;
    z-index: 9001;
}
.cookiebar__text {
    max-width: 940px;
    text-align: left;
}
.cookiebar__message {
    margin: 0;
}
.cookiebar__button {
    color: #fff;
    background-color: #cad400;
    transition: .3s ease-out;
}
.cookiebar__button:hover {
    color: #023a78; 
    background-color: #fff;
}
.cookiebar__link {
    color: #fff;
}
.cookiebar a:hover {
    color: #cad400;
    text-decoration: underline;
}
@media (max-width: 1200px) {
    .cookiebar__text {
        margin: 0 0 1em;
    }
}