body {
	display: flex;
	justify-content: center;

	font-family: Tahoma, sans-serif;
	background-color: #222;
	background-image: linear-gradient(45deg, #222222, #262626);
	color: #eee;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

h1 {
	font-size: 1.75rem;
	margin-top: 0;
}
h2 {
	font-size: 1.25rem;
	margin-top: 2.5em;
}
h3 {
	font-size: 1.2rem;
	margin-top: 1em;
}
.spinnchenImpressum {
	flex: 0 1 80ch;
	margin-block: 2rem;
	background-color: rgba(255, 255, 255, 0.05);
	padding: 1.5rem 2rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 1024px) {
	.spinnchenImpressum {
		flex-basis: 90vw;
	}
}
.spinnchenImpressum > * {
	display: block;
}
.spinnchenImpressum > div {
	padding-left: 1rem;
}
.spinnchenImpressum > *:not(:first-child) {
	/* margin-top: 1.5em; */
}
