#CookielawBanner {
    background: #f8f8f8;
    border-top: 1px solid black;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    padding: 25px 15px 15px 35px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    bottom: 0;
}

#CookielawBanner .container {
    position: relative;
}

#CookielawBanner #CookielawCross {
    background: url('../img/close.png') no-repeat 0 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
}

.button-container{
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 15px;
}

