#cookie-law {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 5%;
    background-color: #ccc;
    z-index: 999;
}
#cookie-law > div {
}
#cookie-law > div:first-child {
    padding-right: 40px;
}
#cookie-law > div:first-child > a {
    color: inherit;
}
#cookie-law > div.cookie-banner-button {
    vertical-align: middle;
    margin: 0 5px;
}
#cookie-law > div.cookie-banner-button > span {
    padding: 10px 20px;
    border: 2px solid rgb(220, 53, 69);
    background-color: rgb(220, 53, 69);
    border-radius: 5px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#cookie-law > div.cookie-banner-button > span:hover {
    color: black;
    background-color: transparent;
}