<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dsgvo-widget__popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 35px;
	font-size: 13px;
	width: 90%;
	max-width: 900px;
	z-index: 100;
	color: #7A7A7A;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
}

.dsgvo-widget__popup-bg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0D0A0A;
	opacity: .9;
	z-index: 81;
}

.dsgvo-widget__popup-welcome {
	width: 100%;
	font-weight: 700;
	font-size: 22px
}

.dsgvo-widget__popup-main {
	display: flex;
	justify-content: space-between;
}

.dsgvo-widget__popup-main &gt; div {
	width: 48%;
}

.dsgvo-widget__popup-categories {
}

.dsgvo-widget__popup-footer {
	margin-top: 24px;
	overflow: hidden;
	text-align: center
}

.dsgvo-widget__popup-footer-buttons {
	display: flex;
	justify-content: flex-end;
}

.dsgvo-widget__popup-footer-buttons button {
	width: auto;
	min-width: 200px;
	outline: none;
	cursor: pointer;
	font-size: 0.9rem;
	display: block;
	color: #FFF;
	background: #6C757D;
	padding: .1em 1.1em;
	border: 1px solid #6C757D;
	border-radius: .1em;
	line-height: 32px;
	transition: color .4s, background-color .7s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dsgvo-widget__popup-footer-buttons button:not(:last-child) {
	/* margin-bottom: 10px; */
	margin-right: 10px;
}

.dsgvo-widget__popup-footer-buttons button.green {
	color: #FFF;
	background: #28A745;
	border: 1px solid #28A745;
}

.dsgvo-widget__popup-categories-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 14px
}

.dsgvo-widget__popup-categories-item-name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: calc(100% - 72px)
}

.dsgvo-widget__popup-categories-item-name strong {
	font-size: 15px
}

.dsgvo-widget__popup-categories-item-count {
	color: #989898;
	font-size: 11px
}

.dsgvo-widget__popup-categories-item .onoffswitch {
	position: relative;
	width: 32px;
	-webkit-user-select: none
}

.dsgvo-widget__popup-categories-item .onoffswitch-checkbox {
	display: none
}

.dsgvo-widget__popup-categories-item .onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 14px;
	padding: 0;
	line-height: 20px;
	border: 0 solid #FFF;
	border-radius: 31px;
	background-color: #9E9E9E
}

.dsgvo-widget__popup-categories-item .onoffswitch-label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: -5.5px -14px -5.5px -5.5px;
	background: #FFF;
	position: absolute;
	top: 1px;
	bottom: 0;
	border-radius: 31px;
	transition: all ease .2s;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12)
}

.dsgvo-widget__popup-categories-item .onoffswitch-checkbox:checked + .onoffswitch-label {
	background-color: #5AE764
}

.dsgvo-widget__popup-categories-item .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0
}

.dsgvo-widget__popup-categories-item .onoffswitch-checkbox:checked + .onoffswitch-label:before {
	right: 10px;
	background-color: #28A746
}

.dsgvo-widget__popup-categories-item .onoffswitch-checkbox--disabled:checked + .onoffswitch-label {
	background: #D3D4D4
}

.dsgvo-widget__popup-categories-item .onoffswitch-checkbox--disabled:checked + .onoffswitch-label:before {
	background: #A7AEB5
}

.dsgvo-widget__fixBody {
	overflow: hidden;
	height: 100vh;
	width: 100vw;
}


@media all and (max-width: 577px) {
	.dsgvo-widget__popup-main {
		display: block;
	}

	.dsgvo-widget__popup-main &gt; div {
		width: 100%;
	}

	.dsgvo-widget__popup-main &gt; div:not(:first-child) {
		margin-top: 15px;
	}

	.dsgvo-widget__popup-footer-buttons {
		display: block;
	}

	.dsgvo-widget__popup-footer-buttons button:not(:last-child) {
		margin-bottom: 10px;
	}

	.dsgvo-widget__popup-footer-buttons button {
		width: 100%;
	}

	.dsgvo-widget__popup-footer-buttons button.green {
		padding: .5em 1.1em;
	}

	.dsgvo-widget__popup-main {
		display: block;
		max-height: calc(80vh - 200px);
		padding-right: 10px;
		overflow-x: hidden;
		overflow-y: auto;
		scroll-behavior: smooth;
	}
}</pre></body></html>