

#klaro {
position: fixed;
bottom: 0;
right: 0;
left: 0;
font-size: 1.125rem;
z-index: 9999;
}

.klaro {
background-color: rgba(255,255,255,0.98);
box-shadow: 0 0 16px rgba(0,0,0,0.1);
}

.klaro p {
margin-bottom: 1em;
}

.cookie-notice, .cookie-modal {
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 30px;
}

button.cm-btn {
margin-right: 10px;
font-weight: 400;
opacity: 0.7;
transition: all 0.3s;
}

button.cm-btn:hover {
cursor: pointer;
opacity: 1;
transition: all 0.3s;
}

.cm-link {
margin-left: 10px;
}

button.hide {
position: absolute;
right: 0;
top: 55px;
background: url(close.svg) no-repeat center center transparent;
background-size: contain;
width: 20px;
height: 20px;
opacity: 0.5;
transition: all 0.3s;
}

button.hide:hover {
opacity: 1;
transition: all 0.3s;
cursor: pointer;
}

input.cm-app-input {
border: 2px solid #000;
margin-right: 5px;
border-radius: 2px;
width: 24px;
height: 24px;
vertical-align: middle;
position: relative;
top: -2px;
}

li.cm-app {
list-style-type: none;
margin-bottom: 1.5em;
}

li.cm-app p {
margin-bottom: 0;
}

.cm-app-title {
font-weight: 600;
padding-bottom: 5px;
}

.cm-powered-by {
position: absolute;
right: 0;
bottom: 0;
font-size: 0.75rem;
}

/* slider */

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
margin-left: 50px;
padding-left: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
position:absolute;
left:0;
}

.klaro .cookie-modal .switch,.klaro .cookie-notice .switch {
position:relative;
display:inline-block;
width:30px;
height:20px;
margin-top: 5px;
}

.klaro .cookie-modal .cm-app-input:checked+.cm-app-label .slider,.klaro .cookie-notice .cm-app-input:checked+.cm-app-label .slider {
background-color:#000000;
}

.klaro .cookie-modal .cm-app-input.required:checked+.cm-app-label .slider,
.klaro .cookie-notice .cm-app-input.required:checked+.cm-app-label .slider {
opacity:.8;
background-color:#000000;
cursor:not-allowed;
}

.klaro .cookie-modal .cm-app-input,
.klaro .cookie-notice .cm-app-input {
position:absolute;
top:5px;
left:0;
opacity:0;
width: 30px;
height:20px;
}

.klaro .cookie-modal .cm-app-label .slider,.klaro .cookie-notice .cm-app-label .slider {
position:absolute;
cursor:pointer;
top:0;
left:30px;
right:0;
bottom:0;
background-color:#ccc;
-webkit-transition:.4s;
transition:.4s;
width:30px;
display:inline-block;
}

.klaro .cookie-modal .cm-app-label .slider:before,.klaro .cookie-notice .cm-app-label .slider:before {
position:absolute;
content:"";
height:10px;
width:10px;
left:5px;
bottom:5px;
background-color:#fff;
-webkit-transition:.4s;
transition:.4s;
}

.klaro .cookie-modal .cm-app-label .slider.round,
.klaro .cookie-notice .cm-app-label .slider.round {
border-radius:30px;
}

.klaro .cookie-modal .cm-app-label .slider.round:before,
.klaro .cookie-notice .cm-app-label .slider.round:before {
border-radius:50%;
}

.klaro .cookie-modal .cm-app-label input:checked+.slider:before,
.klaro .cookie-notice .cm-app-label input:checked+.slider:before {
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px);
}

.klaro .cookie-modal .cm-app-input:checked+.cm-app-label .slider:before,
.klaro .cookie-notice .cm-app-input:checked+.cm-app-label .slider:before {
-webkit-transform:translateX(10px);
-ms-transform:translateX(10px);
transform:translateX(10px);
}
