/* =========================================================
   Konzertreihe Herbst 2026 – page-specific styles
   Palette matches the main site: monochrome + sage grey.
   #1c1c1c / #343434 text · #f7f7f7 section bg · #748182 / #aebcb9 accent
   ========================================================= */

.konzert-page {
	overflow-x: hidden;
}

/* ---------- Navbar: image logo + scroll swap ---------- */

.navbar-default .logo-img {
	display: block;
	padding-top: 12px;
}

.navbar-default .logo-img img {
	height: 30px;
	width: auto;
	display: block;
}

.navbar-default .logo-img .logo-dark {
	display: none;
}

.navbar-default.nav-scroll .logo-img {
	padding-top: 15px;
}

.navbar-default.nav-scroll .logo-img .logo-light {
	display: none;
}

.navbar-default.nav-scroll .logo-img .logo-dark {
	display: block;
}

/* ---------- Hero ---------- */

.konzert-hero {
	position: relative;
	min-height: 100vh;
	background: #1c1c1c url('../../img/nk/Nachklang_2025_09.JPEG') center top / cover no-repeat;
	color: #fff;
	overflow: hidden;
}

.konzert-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(28, 28, 28, .55) 0%, rgba(28, 28, 28, .78) 100%);
	z-index: 1;
}

.konzert-hero .v-middle {
	z-index: 2;
	padding: 110px 0 60px;
}

.konzert-hero-mark {
	height: 60px;
	width: auto;
	margin-bottom: 22px;
	opacity: .95;
}

.konzert-hero h5 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	color: #aebcb9;
	margin-bottom: 18px;
}

.konzert-hero h1 {
	font-size: 56px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 24px;
	color: #fff;
}

.konzert-hero .lead {
	font-size: 18px;
	line-height: 1.7;
	color: #e6e6e6;
	max-width: 640px;
	margin: 0 auto 34px;
}

.konzert-hero-actions .buton {
	display: inline-block;
	margin: 0 8px 10px;
	border-color: #fff;
	color: #fff;
}

.konzert-hero-actions .buton:hover {
	background: #fff;
	color: #1c1c1c;
}

.konzert-hero-actions .buton-bg {
	background: #fff;
	color: #1c1c1c;
}

.konzert-hero-actions .buton-bg:hover {
	background: transparent !important;
	color: #fff !important;
}

/* ---------- Concert cards ---------- */

.konzert-cards {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.konzert-cards > [class*="col-"] {
	display: flex;
	margin-bottom: 30px;
}

.konzert-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 100%;
	transition: transform .3s ease, box-shadow .3s ease;
}

.konzert-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
}

/* Poster: DIN A portrait ratio (1 : √2) */
.konzert-poster {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 141.42%;
	background: #f0f0f0;
	overflow: hidden;
}

.konzert-poster img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.konzert-poster-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: #9aa5a3;
	background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 12px, #ededed 12px, #ededed 24px);
}

.konzert-poster.is-empty {
	cursor: default;
}

.konzert-card-body {
	padding: 24px 22px 26px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.konzert-town {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #1c1c1c;
}

.konzert-date {
	font-size: 14px;
	color: #748182;
	margin: 4px 0 14px;
}

.konzert-venue {
	font-size: 15px;
	color: #343434;
	margin: 0 0 6px;
}

.konzert-time {
	font-size: 14px;
	color: #748182;
	margin: 0 0 16px;
}

.konzert-hinweis {
	font-size: 13.5px;
	line-height: 1.6;
	color: #4c5654;
	background: #eef1f0;
	border-left: 3px solid #aebcb9;
	padding: 12px 14px;
	border-radius: 0 4px 4px 0;
	margin: 0 0 16px;
}

.konzert-hinweis .fa {
	color: #748182;
	margin-right: 6px;
}

.konzert-card-link {
	margin-top: auto;
	align-self: flex-start;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1c1c1c;
	border-bottom: 2px solid #aebcb9;
	padding-bottom: 3px;
	transition: color .3s ease, border-color .3s ease;
}

.konzert-card-link:hover,
.konzert-card-link:focus {
	color: #748182;
	border-color: #748182;
	text-decoration: none;
}

.konzert-card-link .fa {
	margin-left: 6px;
}

.konzert-disclaimer {
	margin-top: 20px;
	font-size: 13px;
	color: #9aa5a3;
}

/* ---------- Programm ---------- */

.programm-section .programm-dauer {
	margin-top: 18px;
	font-size: 14px;
	color: #9aa5a3;
}

/* ---------- Tickets ---------- */

.ticket-preise {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 22px;
}

.ticket-preis {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ticket-preis-betrag {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 40px;
	color: #1c1c1c;
	line-height: 1;
}

.ticket-preis-label {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #748182;
	margin-top: 6px;
}

.ticket-hinweis {
	max-width: 560px;
	margin: 0 auto 34px;
	font-size: 14px;
	color: #748182;
}

.ticket-vvk-titel {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #1c1c1c;
	margin-bottom: 14px;
}

.ticket-vvk-liste {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

.ticket-vvk-liste li {
	font-size: 15px;
	color: #343434;
	padding: 7px 0;
	border-bottom: 1px solid #ececec;
}

.ticket-vvk-liste li:last-child {
	border-bottom: none;
}

.ticket-vvk-name {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.2px;
	color: #1c1c1c;
	margin-bottom: 3px;
}

.ticket-vvk-address {
	display: block;
	font-size: 14px;
	color: #748182;
}

.ticket-vvk-liste a,
.ticket-hinweis a {
	color: #748182;
	text-decoration: underline;
}

.ticket-vvk-liste a:hover,
.ticket-hinweis a:hover {
	color: #1c1c1c;
}

.eventim-embed {
	margin-top: 40px;
}

.eventim-embed iframe {
	width: 100%;
	height: 620px; /* el-shop.js resizes this once it loads */
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.eventim-fallback {
	margin-top: 16px;
}

/* ---------- Hinweise / Barrierefreiheit ---------- */

.hinweise-section h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #1c1c1c;
	margin: 26px 0 10px;
}

.hinweise-section h4:first-of-type {
	margin-top: 0;
}

.hinweise-section p {
	font-size: 15px;
	line-height: 1.7;
}

/* ---------- FAQ ---------- */

.faq-list {
	max-width: 720px;
	margin: 0 auto;
}

.faq-item {
	border: 1px solid #ececec;
	border-radius: 6px;
	margin-bottom: 12px;
	overflow: hidden;
	background: #fff;
}

.faq-question {
	display: block;
	width: 100%;
	text-align: left;
	background: #fff;
	border: none;
	margin: 0;
	padding: 18px 46px 18px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #1c1c1c;
	cursor: pointer;
	position: relative;
	transition: background .25s ease;
}

.faq-question:hover,
.faq-question:focus {
	background: #f7f7f7;
	outline: none;
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 400;
	color: #748182;
	transition: transform .25s ease;
}

.faq-item.is-open .faq-question {
	background: #f7f7f7;
}

.faq-item.is-open .faq-question::after {
	transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.faq-answer p {
	padding: 0 20px 20px;
	font-size: 14.5px;
	line-height: 1.7;
	color: #748182;
	margin: 0;
}

.faq-answer a {
	color: #748182;
	text-decoration: underline;
}

.faq-answer a:hover {
	color: #1c1c1c;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
	.konzert-hero h1 {
		font-size: 44px;
	}
}

@media (max-width: 767px) {
	.konzert-cards {
		display: block;
	}

	.konzert-cards > [class*="col-"] {
		display: block;
	}

	.konzert-poster {
		padding-bottom: 120%;
	}

	.konzert-hero h1 {
		font-size: 34px;
	}

	.konzert-hero .lead {
		font-size: 16px;
	}

	.ticket-preise {
		gap: 26px;
	}
}
