#datenschutz p, #datenschutz li {
	font-size: 0.76471rem!important;
    line-height: 1.52941em!important;
}
#datenschutz li {
	list-style-type: disc;
}
#datenschutz ul {
	padding-left: 40px;
	margin-bottom: .67em;
}
#datenschutz ul li ul {
	padding-left:20px;
}

#datenschutz h4 {
	font-weight: 700!important;
    font-size: 0.82353rem!important;
    margin-block-start: 1.66em;
    margin-block-end: 1.33em;
}

#datenschutz a[href="#main"]:before {
	content: "\21EA";
	font-size: 1.2em;
	margin-right: .67em;
}
a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -108px;
}

#datenschutz .link_more:before {
	content: "\21EA";
	margin-right: .5em;
	display: inline-block;
	transform: rotate(180deg);
}

#datenschutz span.accent {
	color: #005D31;
}

.datenschutz-table td {
	padding: 0px 8px;
	vertical-align: top;
	border: none;
}

.datenschutz-table{
	border: none;
}
.datenschutz-table tr:last-child td ul:last-child {
		margin-bottom: 0!important;
	}

.datenschutz-table tr td:first-child {
	border-right: 1px solid #eee;
	padding-left: 0;
}
.datenschutz-table tr td:first-child p {
	font-weight: 700;
}

/** adjust anchor position to navbar **/
@media all and (min-width: 991px) {
	a.anchor {
	    top: -54px;
	}
}
@media all and (max-width: 768px) {
	a.anchor {
	    top: 0;
	}
}

/** responsive table, ul **/
@media all and (max-width: 640px) {

	.datenschutz-table td {
		display: block;	
	}
	.datenschutz-table td:first-child {
		border-right: none;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background: #efefef;
		padding-left: 8px!important;

	}

	#datenschutz p, #datenschutz ul {
		margin-block-start: 1em!important;
		margin-block-end: 1em!important;
	}

	#datenschutz ul {
		padding-left: 20px;
		margin-left: 5px;
	}
}

.subfooter a {
  font-size: 11px;
}
.subfooter a.active {
  color: white;
  text-decoration: underline;
}
