.top-bar.not-scrolled {
    background-color: #302623;
}

.top-bar.scrolled {
    background-color: #302623;
}

/* Datenschutz / Impressum Page Styles */

.datenschutz-wrapper {
	max-width: 1100px;
	margin: 40px auto;
    margin-top: 10dvh;
	padding: 2rem;
    font-family: "Open Sans", sans-serif;
}

.datenschutz-title{
	margin-bottom: 10px;
	color: #000;
    font-family: "Philosopher", sans-serif;
    text-transform: none;
    text-align: center;
    font-size: 38px;
}

.datenschutz-section-title {
	font-family: "Philosopher", sans-serif;
	font-size: 28px;
	color: #000;
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-align: center;
}

.datenschutz-content {
	margin-bottom: 1rem;
	line-height: 1.6;
}

.datenschutz-content p {
	font-family: "Open Sans", sans-serif;
}

.impressum-section {
	margin-top: 2rem;
}


@media (max-width: 700px) {
	.datenschutz-wrapper { padding: 12px; }
	.datenschutz-title { font-size: 24px; }
	.datenschutz-section-title { font-size: 18px; }
}

/* End offnung styles */
