.datenschutz .hero-page{
	background-color: var(--blue);
}

.datenschutz .hero-page *{
	color: var(--white);
}

.datenschutz .hero-page .headerPlaceholder{
	height: var(--header-height);
}

.datenschutz .hero-page h1{
	text-align: center;
}

.datenschutz .body .boxed{ 
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 900px;
}

.datenschutz .body .boxed h1,
.datenschutz .body .boxed h2,
.datenschutz .body .boxed h3,
.datenschutz .body .boxed h4,
.datenschutz .body .boxed h5,
.datenschutz .body .boxed h6,
.datenschutz .body .boxed p {
	margin: 0px;
}

.datenschutz .body .boxed ul{ 
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.clearAllCookies{
	transition: 500ms ease;
	box-sizing: border-box;
}

.clearAllCookiesTextArea p{
	color: #870000;
	transition: 500ms ease;
}