BODY.hide-cookie-banner SECTION.cookie-banner-section {
    display: none !important;
}

SECTION.sticky-footer {
    position: fixed;
    bottom: 0;
    z-index: 1000;

    padding: 20px;
    width: 100%;

    background: #ffffff;
    box-shadow: #000000 0 2px 10px 0;
}

SECTION.cookie-banner-section > BUTTON.close {
    position: absolute;
    top:   0px;
    right: 5px;
}