/* close button ausblenden */
button[title="Schließen"] {
	display: none !important;
}

#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: 300;
}

#klaro .cookie-notice .cn-body p.cn-changes {
	text-decoration: none;
	background: #efefef;
	padding: 0.75rem 18px;
	margin: 18px -18px 18px;
}

#klaro .cookie-notice .cn-body p.cn-changes::before {
	content: "Es gab \00C4nderungen";
	font-size: 1.2rem;
	margin-bottom: 0;
	display: block;
	font-weight: 700;
}

#klaro .cookie-notice .cn-body p a,
#klaro .cookie-modal a,
#klaro .cookie-notice a {
	font-weight: 300;
	text-decoration: underline;
	color: #383837 !important;
}

#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;
	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 {
	z-index: 2000;
}

.cookie-modal .cm-list-input.required:checked + .cm-list-label .slider {
	background-color: rgb(30 80 60 / 100%) !important;
	opacity: 0.6;
}

.cookie-modal .cm-list-input:checked + .cm-list-label .slider {
	background-color: rgb(60 100 20 / 100%) !important;
	opacity: 0.6;
}

.cookie-modal .cm-list-input.only-required+.cm-list-label .slider {
	background-color: rgb(60 100 20 / 60%) !important;
}

#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 1.25rem;
	border-radius: 4px;
	font-size: 1rem;
	margin: 0;
	flex-grow: inherit;
	line-height: inherit;
	text-decoration: none;
}

#klaro .cm-link.cn-learn-more,
#klaro .cm-btn-decline,
#klaro .cm-btn-accept {
	border: 1px solid rgb(30, 80, 60) !important;
	background: white;
	color: rgb(30, 80, 60) !important;
}

#klaro .cm-footer-buttons .cm-btn-accept {
	background: rgb(30, 80, 60) !important;
	color: white !important;
}

#klaro .cm-footer-buttons .cm-btn-accept-all {
	border: 1px solid rgb(30, 80, 60) !important;
	background: white;
	color: rgb(30, 80, 60) !important;
}


#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;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
	font-size: 1.4rem;
	font-weight: 700;
}

/* context notice - social media embedds */

.klaro .context-notice {
	display: inherit !important;
	padding: 1.5rem !important;
	background: rgb(246,246,246) !important;
	border: none !important;
}

.klaro .context-notice p:first-of-type {
	margin-bottom: .5rem !important;
	font-size: 1.25rem !important;
}

.klaro .context-notice .cm-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1rem;
}

.klaro .context-notice .cm-btn {
	padding: .5rem 1rem !important;
	margin-right: 0 !important;
}

/* embedds - Zustimmung einmalig - ausgeblendet */
.klaro .context-notice .cm-btn.cm-btn-success {
	display: none !important;
	border: 1px solid rgb(30, 80, 60) !important;
	background: white !important;
	color: rgb(30, 80, 60) !important;
	order: 2;
}

/* embedds - Zustimmung dauerhaft - sichtbar */
.klaro .context-notice .cm-btn.cm-btn-success-var {
	background-color: rgb(30, 80, 60) !important;
	order: 1;
}
/* stylelint-disable-next-line rule-empty-line-before */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}