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

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

/* Simple styles for the Öffnung (opening hours) page */
.agb-wrapper {
	max-width: 1100px;
	margin: 40px auto;
    margin-top: 10dvh;
	padding: 20px;
    font-family: "Open Sans", sans-serif;
}

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

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

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


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

/* End offnung styles */
