
.dsgvo-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999998;
	background-color: rgba(0,0,0,0.8);
}

.dsgvo-cookiebanner {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	right: 30px;
	bottom: 30px;
	z-index: 999999;
	padding: 20px 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	border: 1px solid #ddd;
	font-size: 13px;
}

.dsgvo-close {
	display: block;
	top: 5px;
	right: 5px;
	position: absolute;
	width: 35px;
	height: 35px;
	z-index: 10;
}

.w-backdrop .dsgvo-close {
	display: none;
}

.dsgvo-close:after,
.dsgvo-close:before {
	content: '';
	border-bottom: 2px solid #999;
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
}

.dsgvo-close:after {
	transform: rotate(45deg);
}

.dsgvo-close:before {
	transform: rotate(-45deg);
}

@media (min-width: 590px) {
	.dsgvo-2cols {
		display: flex;
		display: -ms-flexbox;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.dsgvo-flex {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dsgvo-cookiebanner .dsgvo-info {
	margin-left: 10px;
	margin: 6px 0;
	color: #6e6e6e;
	text-decoration: underline;
	font-weight: normal;
}

@media (max-width: 960px) {
	.dsgvo-cookiebanner {
		top: 0;
		right: 0;
		bottom: auto;
	}
}
@media (min-width: 960px) {
	.dsgvo-cookiebanner {
		max-width: 550px;
	}
}

.dsgvo-cookiebanner-text {
	max-width: 960px;
}

.dsgvo-cookiebanner .dsgvo-actions a,
.dsgvo-cookiebanner button,
.dsgvo-cookiebanner p a,
.dsgvo-cookiebanner p a:before,
.dsgvo-cookiebanner p {
	font-size: 13px !important;
	line-height: 1.4 !important;
	color: #333 !important;
	background: transparent none !important;
	padding: 0 !important;
	margin: 0;
}

.dsgvo-cookiebanner p a,
.dsgvo-cookiebanner p a:before {
	font-weight: bold;
	margin: 0 2px 0 0 !important;
	content: '» ';
	vertical-align: top;
	display: inline-block;
}

.dsgvo-cookiebanner p a:before {
	margin-top: -1px !important;
}

.dsgvo-cookiebanner p {
	margin-bottom: 4px !important;
}

.dsgvo-cookiebanner h6 {
	margin-bottom: 4px !important;
	font-size: 15px !important;
	font-weight: bold;
}

.dsgvo-cookiebanner .dsgvo-actions a,
.dsgvo-cookiebanner button {
	color: #fff !important;
	border: none !important;
	background: #026291 none !important;
	display: inline-block;
	border-radius: 2px !important;
	padding: 5px 15px 5px 15px !important;
	position: relative;
	cursor: pointer;
}

.dsgvo-cookiebanner .w-icon {
	padding-left: 30px !important;
}

.dsgvo-cookiebanner button i {
	position: absolute;
	left: 13px;
	top: 45%;
	width: 5px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform:  translateY(-50%) rotate(45deg);
}
.dsgvo-actions {
	margin-top: auto;
	text-align: right;
}

.dsgvo-cookiebanner .dsgvo-actions a {
	background: #757575 !important;
}
.dsgvo-cookiebanner .dsgvo-accept-minimum {
	background: #026291 none !important;
}

.dsvo-formbanner-parent {
	position: relative;
}

.dsgvo-formbanner {
	display: none;
}
.dsvo-formbanner-parent .dsgvo-formbanner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.9);
}
.dsgvo-formbanner-text {
	padding: 50px;
}

.dsgvo-privacy-options {
	padding-top: 10px;
}

.dsgvo-privacy-options label {
	margin-top: 0;
	margin-bottom: 3px;
	padding-left: 5px;
	display: inline-block;
}

.dsgvo-check {
	position: relative;
}

.dsgvo-check input {
	position: absolute;
	left: -5000px;
	opacity: 0;
}

.dsgvo-check label {
	padding-left: 37px;
}

.dsgvo-check label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #bbb;
	border-radius: 20px;
	width: 28px;
	height: 16px;
	transition: 0.2s all;
}

.dsgvo-check label:after {
	content: '';
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	width: 12px;
	height: 12px;
	top: 5px;
	left: 2px;
	border-radius: 100%;
	transition: 0.2s all;
}

.dsgvo-check input:checked ~ label:before {
	background-color: #8bc34a;
}

.dsgvo-check input:checked ~ label:after {
	left: 14px;
}

.dsgvo-check input[disabled] ~ label:after {
	opacity: 0.8;
}
.dsgvo-check input[disabled] ~ label:before {
	opacity: 0.5;
}

.dsgvo-check-lg label {
	padding-left: 55px;
	font-size: 15px;
	padding-top: 2px;
}

.dsgvo-check-lg label:before {
	width: 40px;
	height: 24px;
}
.dsgvo-check-lg label:after {
	width: 18px;
	height: 18px;
	top: 6px;
    left: 3px;
}
.dsgvo-check-lg input:checked ~ label:after {
	left: 19px;
}

.dsgvo-cookieoptions label {
	font-weight: 600;
}

.dsgvo-privacy-explained {
	font-size: 14px;
	padding: 10px 0 25px 0;
}