.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    display: none;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
    z-index: 10000 !important;
}


.klaro .cookie-modal .cm-modal.cm-klaro {
    padding: 2rem 2.5rem 2rem 2.5rem;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
    background: #fff !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background: rgba(0,0,0,.5) !important;
    z-index: 9999 !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
    max-width: calc(100% - 30px) !important;
    width: 600px !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    background: #fff !important;
    bottom: auto !important;
    padding: 2rem 2.5rem 2rem 2.5rem !important;
}

.klaro .cookie-modal {
    z-index: 9999 !important;
}

@media (min-width: 1024px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
        max-width: 100vw !important;
    }
}