#CookielawBanner {
    background: #fff;
    padding: 25px 15px 15px 35px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    bottom: 0;
}

#CookielawBanner .container {
    position: relative;
}

#CookielawBanner #CookielawCross {
    background: url("../img/close.430c9a621518.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;
}

