#klaro .cn-body p::before {
	content: "Wir ben\00f6tigen Ihre Zustimmung";
	font-size: 1.4rem;
	margin-bottom: 0.75rem;
	display: block;
	font-weight: 700;
}

#klaro .cookie-notice {
	box-shadow: 0 4px 6px 0 rgb(0 0 0 / 20%), 5px 5px 10px 0 rgb(0 0 0 / 19%);
}

#klaro .cookie-notice,
#klaro .cm-modal {
	background-color: white;
	color: #383837;
}

#klaro .cookie-notice .cn-body,
#klaro .cm-modal .cn-body {
	color: #383837;
	padding: 1rem;
}

#klaro .cookie-notice .cn-body p,
#klaro .cm-modal .cn-body p {
	color: #383837;
	margin-top: 0;
	font-size: 1rem;
	/*font-weight: 100;*/
}

#klaro .cookie-notice .cn-body p a {
	color: #1a936f;
}

#klaro .cookie-notice .cn-ok {
	justify-content: space-between;
	margin-top: 1rem;
}

#klaro .cookie-notice .cn-ok .cn-buttons {
	order: 2;
}

#klaro .cookie-notice .cn-ok .cn-learn-more {
	order: 1;
}

#klaro .cm-header,
#klaro .cm-body {
	padding: 1.5rem;
}

#klaro .cm-header {
	border-bottom: 0;
}

#klaro .cm-body {
	padding-top: 0;
	border-bottom: 0.5rem;
}

#klaro .cm-body .cm-list-title {
	color: #383837;
	font-size: 1rem;
}

#klaro .cm-purpose.cm-toggle-all {
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	border-top-color: #c9c9c9;
}

#klaro .cm-header h1,
#klaro .cm-header p {
	color: #383837;
}

#klaro .cm-header p {
	font-size: 1rem;
	/*font-weight: 100;*/
	margin-top: 0.75rem;
}

#klaro .slider {
	height: inherit;
	margin-top: inherit;
	margin-bottom: inherit;
	-webkit-user-select: inherit;
	user-select: inherit;
	touch-action: inherit;
	box-shadow: none;
}

#klaro .slider::before {
	background-color: #c9c9c9;
}

#klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider {
	background-color: #1a936f;
	opacity: 0.6;
}

#klaro .cm-footer {
	border-top: 0;
}

#klaro .cm-list-description,
#klaro .cm-caret {
	margin-left: 0.5rem;
}

#klaro .cm-content.expanded {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

#klaro .cm-content.expanded .purposes {
	margin-left: 0.5rem;
	margin-top: 0.25rem;
}

/* buttons */

#klaro .cm-btn,
#klaro .cm-link.cn-learn-more {
	padding: 0.5rem 0.75rem;
	border-radius: 4px;
	font-size: 1rem;
	margin: 0;
	flex-grow: inherit;
	line-height: inherit;
}

#klaro .cm-link.cn-learn-more,
#klaro .cm-btn-decline,
#klaro .cm-btn-accept {
	background-color: #5EB39A;
	color: white;
}

#klaro .cookie-notice .cm-btn.cn-decline {
	display: none;
}

#klaro .cm-powered-by {
	display: none;
}

#klaro .cm-footer-buttons {
	display: flex;
	gap: 1rem;
	justify-content: start;
}

#klaro .cm-footer-buttons .cm-btn-success {
	order: 1;
}

#klaro .cm-footer-buttons .cm-btn-decline {
	order: 2;
}

#klaro .cm-footer-buttons .cm-btn-accept-all {
	order: 3;
	margin-left: auto;
}

/* z-index ueber Trusted Banner */
#klaro .cookie-notice:not(.cookie-modal-notice) {
	z-index: 2147483648;
}
