.klaro .cookie-notice,
.klaro .cookie-modal {
    background: #ffffff;
    color: #000000;
    z-index: 9999;
    position: fixed;
    width: auto;
    bottom: 0;
    right: 100px;
    left: 100px;
    box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.2);
    opacity: 0.97;
}
@media screen and (max-width: 768px) {
    .klaro .cookie-notice,
    .klaro .cookie-modal {
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
    }
}
.klaro .cn-body, .klaro .cm-header, .klaro .cm-body, .klaro .cm-footer {
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding: 40px 0;
}
.klaro .cm-btn {
    padding: 10px;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    color: #000000;
}
@media screen and (max-width: 768px) {
    .klaro .cm-btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
.klaro .cm-btn-success {
    background: #00aa3e;
}
.klaro .cm-btn-info {
    background: #0885ba;
}
.klaro .cm-btn-decline {
    background: #555;
}
.klaro .cm-link, .klaro a {
    color: #00aa3e;
}
.klaro p {
    color: #000000;
}
.klaro p.title {
    font-family: "EB Garamond";
    font-size: 28px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 20px;
    hyphens: auto;
    text-transform: uppercase;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .klaro .cookie-notice .cn-body {
        padding: 40px 20px;
    }
}
.klaro .cookie-notice .cn-body {
    display:flex;
    gap:40px;
}


.klaro .cookie-modal {
    height: 60%;
}
.klaro .cookie-modal .cm-modal {
    position: relative;
    margin: 0 auto;
    height: auto;
    width: auto;
    max-height: 98%;
    top: 50%;
    transform: translateY(-50%);
    overflow: auto;
    z-index: 1001;
}
.klaro .cookie-modal .cm-modal .cm-header {
    padding-bottom: 40px;
    border-bottom: 1px solid #f6f6f6;
}
@media screen and (max-width: 768px) {
    .klaro .cookie-modal .cm-modal .cm-header {
        padding: 20px;
    }
}
.klaro .cookie-modal .cm-modal .cm-header .hide {
    border: none;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.klaro .cookie-modal .cm-modal .cm-header .hide svg {
    stroke: #eee;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
    font-size: 22px;
    margin: 0;
    display: block;
}
.klaro .cookie-modal .cm-modal .cm-header ::after {
    background: none;
}
.klaro .cookie-modal .cm-modal .cm-header.title {
    padding-right: 20px;
}
.klaro .cookie-modal .cm-modal .cm-body {
    padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
    .klaro .cookie-modal .cm-modal .cm-body {
        padding: 20px;
    }
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 60px;
    min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app {
    margin-bottom: 20px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-input:checked + .cm-app-label .slider::before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-input.required:checked + .cm-app-label .slider {
    opacity: 0.8;
    background-color: #006a4e;
    cursor: not-allowed;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-input:checked + .cm-app-label .slider {
    background-color: #0885ba;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-title {
    font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-required {
    padding-left: 0.2em;
    color: #999;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .switch {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-label .slider.round::before {
    border-radius: 50%;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-label .slider.round {
    border-radius: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 50px;
    display: inline-block;
}
.klaro .cookie-modal .cm-modal .cm-body .cm-app .cm-app-label .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.klaro .cookie-modal .cm-modal .cm-footer {
    padding-top: 40px;
}
@media screen and (max-width: 768px) {
    .klaro .cookie-modal .cm-modal .cm-footer {
        padding: 20px;
    }
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
    margin-right: 10px;
    color: #ffffff;
    border-radius: 35px;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
    float: right;
    background: #555;
    color: #ffffff;
    border-radius: 35px;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    padding-top: 40px;
    text-align: center;
    display: none;
}

.klaro .cookie-notice-hidden,
.klaro .cookie-notice .cn-decline,
.klaro .cm-app.cm-toggle-all {
    display: none !important;
}
.klaro .cookie-notice .cn-body .cn-ok {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.klaro .cm-btn.cm-btn-success {
    font-size: 1rem;
    line-height: 1.6;
    width:300px;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    padding: 12px 24px;
    margin: 12px 0 12px 0;
    border-radius: 24px;
}
.klaro .cm-footer-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-items: center;
    align-items: center;
}
.klaro .cm-btn.cm-btn-decline {
    font-size: 1rem;
    line-height: 1.6;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    padding: 12px 24px;
    margin: 12px 0 12px 0;
    border-radius: 24px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-switch {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 60px;
    min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div {
    margin-bottom: 20px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-list-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-list-input:checked + .cm-list-label .slider::before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-list-input.required:checked + .cm-list-label .slider {
    opacity: 0.8;
    background-color: #2fa60e;
    cursor: not-allowed;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-list-input:checked + .cm-list-label .slider {
    background-color: #2fa60e;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-list-label {
    font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-required {
    padding-left: 0.2em;
    color: #999;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-switch {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-switch .slider.round::before {
    border-radius: 50%;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-switch .slider.round {
    border-radius: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 50px;
    height: 30px;
    display: inline-block;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li div .cm-switch .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}