#cookieBanner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100px;
    margin: 0;
    padding: 0;
    background: #fff;
    cursor: pointer;
    z-index: 10000000;
}

#cookieBanner .background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #585858;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    z-index: 11;
}

#cookieBanner .wrapper {
    position: relative;
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
    z-index: 222;
}

#cookieBanner .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#cookieBanner #content {
    padding: 10px;
}

#cookieBanner #content p {
    margin: 0 !important;
    padding: 5px 0 !important;
    font-weight: normal !important;
    font-size: 13px;
    color: #fff;
}

#cookieBanner #content a {
    text-decoration: underline;
    color: rgb(52, 152, 219);
}

#cookieBanner #content a:hover,
#cookieBanner #content a:focus {
    text-decoration: none;
    color: rgb(37, 116, 169);
}

#cookieBanner #closeButton {
    width: 20px;
    height: 20px;
    background: center / contain no-repeat url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgNi40MTVsLTEuNDE1LTEuNDE1LTUuNTg1IDUuNTg1LTUuNTg1LTUuNTg1LTEuNDE1IDEuNDE1IDUuNTg1IDUuNTg1LTUuNTg1IDUuNTg1IDEuNDE1IDEuNDE1IDUuNTg1LTUuNTg1IDUuNTg1IDUuNTg1IDEuNDE1LTEuNDE1LTUuNTg1LTUuNTg1eiIvPjwvc3ZnPgo=');
    background-color: transparent;
    opacity: 1;
    transition: opacity 0.5s;
}

#cookieBanner #closeButton:hover,
#cookieBanner #closeButton:focus {
    opacity: 0.7;
}
