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

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

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

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

.offnung-intro .offnung-content {
	margin-bottom: 24px;
	line-height: 1.6;
}

.offnung-hours, .offnung-changes {
	background: #f9f9f9;
	border: 1px solid #ececec;
	padding: 18px;
	margin-bottom: 18px;
	border-radius: 6px;
}

.offnung-hours h2, .offnung-changes h2 {
	margin-top: 0;
	font-size: 20px;
}

.opening-hours-block, .schedule-changes-block {
	font-size: 16px;
}

.opening-hours-block p, .schedule-changes-block p {
	margin: 0 0 8px 0;
}

.opening-hours-placeholder, .schedule-changes-placeholder {
	color: #666;
	font-style: italic;
}

/* Example small table support if the admin pastes a table */
.opening-hours-block table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 8px;
}
.opening-hours-block th,
.opening-hours-block td {
	border: 1px solid #e6e6e6;
	padding: 8px 10px;
	text-align: left;
}

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

/* End offnung styles */
