#CookielawBanner {
    z-index: 1000;
    width: 100%;
    position:absolute;
    background: #00000062;
    margin-top: 1em;
    padding: 15px 0;
}

#CookielawBanner .container {
    background: transparent;
    position: relative;
    box-shadow: none;
    width: 100%;
    color: #ffffff;
}

#CookielawFooter {
    display: flex;
    justify-content: flex-end;
}

#CookielawFooter .btn:first-child {
    margin-right: 10px;
}