/* Media Hub: Above-the-fold (Body-Stylesheet) */
/* Discography: Above-the-fold (Body-Stylesheet, blockiert Parser nicht im Head) */
@font-face {
	font-family: "Rockville Solid Regular";
	font-style: normal;
	font-weight: 400;
	font-display: optional;
	src: local("Rockville Solid Regular"), url("../fonts/Rockville%20Solid.woff") format("woff");
}
@font-face {
	font-family: "Rajdhani";
	font-style: normal;
	font-weight: 700;
	font-display: optional;
	src: url("../fonts/Rajdhani-700-latin.woff2") format("woff2");
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
}
h1, h2, h3, h4, p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header.header--overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: transparent;
}
.header.header--overlay.header--past-hero {
	background-color: #006699;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}
.header-layout-spacer {
	height: 96px;
}
.header__logo {
	padding: 30px 0 15px;
	display: flex;
	align-items: center;
}
.header__logo a {
	display: inline-block;
	line-height: 0;
}
.header__logo picture {
	display: contents;
}
.header__logo img {
	max-width: 100%;
	transform: scale(1.1);
	transform-origin: left center;
}
.header__nav {
	text-align: right;
}
.header__menu {
	padding: 31px 0 27px;
	display: inline-block;
}
.header__menu ul li {
	display: inline-block;
	margin-right: 45px;
	position: relative;
}
.header__menu ul li a {
	font-family: "Now Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 6px 0;
	position: relative;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
[class*="col-"] {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 576px) {
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 768px) {
	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
}
@media (min-width: 992px) {
	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
}
/* Tablet 768–991px: Nav + Logo wie Index (style.css) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .container > .row:first-child {
		display: flex;
		align-items: center;
	}
	.header__logo {
		padding: 26px 0;
		overflow: visible;
	}
	.header__logo img {
		width: clamp(165px, 20vw, 200px);
		max-width: none;
		transform: none;
		transform-origin: left center;
	}
	.header__menu {
		margin-right: 0;
		padding: 26px 0;
	}
	.header__menu ul li {
		margin-right: 15px;
	}
}
section.mediahub.mediahub--techno {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding-top: 41px;
	padding-bottom: 35px;
}
.mediahub.mediahub--techno .container {
	position: relative;
	z-index: 2;
}
.mediahub {
	padding-top: 120px;
	padding-bottom: 35px;
	background: #ffffff;
	--mediahub-tile-min-height: 220px;
}
.mediahub .section-title {
	margin-bottom: 55px;
}

/* Vordergrund „Media“ und Hintergrund „Media Hub“ stabil uebereinander */
.mediahub .section-title--mediahub {
	display: grid;
	justify-items: center;
	align-items: end;
	min-height: 120px;
	padding: 8px 0 0;
	text-align: center;
}

.mediahub .section-title--mediahub > .section-title__bg {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
	align-self: end;
	z-index: 0;
	top: auto;
	left: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 0.92;
	font-family: "Rockville Solid Regular";
	font-size: 100px;
	color: #e4e4e4;
	pointer-events: none;
}

.mediahub .section-title--mediahub > h1 {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
	align-self: end;
	z-index: 1;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: calc(100% - 32px);
	margin: 0;
	padding: 0 16px 0;
	text-align: center;
	line-height: 1;
	font-size: 42px;
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Rajdhani", sans-serif;
}

.mediahub__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	min-width: 0;
}

.mediahub__tile {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: var(--mediahub-tile-min-height);
	padding: 22px 20px;
	border-radius: 12px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	border: 1px solid rgba(0, 102, 153, 0.22);
	-webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.14), inset 0 -8px 14px rgba(0, 0, 0, 0.18), 0 10px 22px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.14), inset 0 -8px 14px rgba(0, 0, 0, 0.18), 0 10px 22px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: -webkit-transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.mediahub__tile::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.24);
	-webkit-transition: background 0.35s ease;
	transition: background 0.35s ease;
}

.mediahub__tile::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.34)), color-stop(45%, rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.04)));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.16) 45%, rgba(0, 0, 0, 0.04) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.16) 45%, rgba(0, 0, 0, 0.04) 100%);
}

.mediahub__tile > h2,
.mediahub__tile > h3 {
	position: relative;
	z-index: 3;
}

.mediahub__tile:hover,
.mediahub__tile:focus-visible {
	color: #ffffff;
	-webkit-transform: translateY(-4px) scale(1.02);
	transform: translateY(-4px) scale(1.02);
	border-color: rgba(0, 102, 153, 0.7);
	-webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.2), inset 0 -12px 20px rgba(0, 0, 0, 0.24), 0 16px 30px rgba(0, 0, 0, 0.28);
	box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.2), inset 0 -12px 20px rgba(0, 0, 0, 0.24), 0 16px 30px rgba(0, 0, 0, 0.28);
}

.mediahub__tile:hover::before,
.mediahub__tile:focus-visible::before {
	background: rgba(0, 0, 0, 0.03);
}

.mediahub__tile__kicker {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7edcff;
	text-align: center;
}

a.mediahub__tile > h2,
a.mediahub__tile > h3,
.mediahub__tile h2,
.mediahub__tile h3 {
	width: 100%;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 8px;
	color: #ffffff;
	font-family: "Rajdhani", sans-serif;
	text-align: center;
}

.mediahub__tile p {
	width: 100%;
	max-width: 28em;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	color: #f3f6f8;
	text-align: center;
}

/* Platzhalter-Hintergruende bis echte Assets eingefuegt werden */
.mediahub__tile--radio {
	background-image: url(../img/media/radio/dj-sequence-radio-web.jpg);
}

.mediahub__tile--radio h2,
.mediahub__tile--radio h3 {
	font-size: 26px;
}

.mediahub__tile--charts {
	background-image: url(../img/media/charts/charts-web.jpg);
	/* Oberer Bildbereich ist relevant: daher oben ausrichten */
	background-position: center top;
}

.mediahub__tile--charts h2,
.mediahub__tile--charts h3 {
	font-size: 26px;
}

.mediahub__tile--events {
	background-color: #0f2430;
	background-image: url(../img/media/events/collage-events.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.mediahub__tile--events h2,
.mediahub__tile--events h3 {
	font-size: 26px;
	margin-bottom: 0;
}

.mediahub__tile--press {
	background-image: url(../img/media/contest/dj-sequence-contest-web.jpg);
	background-position: center 90%;
	background-size: cover;
}

.mediahub__tile--masonry {
	background-image: linear-gradient(135deg, #102431, #153f56);
}

.mediahub__tile--story {
	background-color: #000000;
	background-image: url(../img/media/presse/dj-sequence-press.jpg);
	background-position: center top;
	background-size: 88% auto;
	background-repeat: no-repeat;
}

/* Overlay-Titel: fluide Skalierung Mobile (wie style.css) */
@media only screen and (max-width: 991px) {
	:root {
		--title-overlay-bg-size: clamp(3.25rem, 0.75rem + 12.5vw, 5.625rem);
		--title-overlay-fg-size: clamp(1.375rem, 0.65rem + 6.2vw, 2.25rem);
		--title-overlay-pad-bottom: clamp(6px, 0.35rem + 0.6vw, 8px);
	}
	.section-title:has(.section-title__bg) {
		justify-items: center;
		align-items: end;
		min-height: auto;
		padding: clamp(3px, 0.5vw, 4px) 0 0;
		margin-bottom: calc(40px + var(--title-overlay-pad-bottom));
	}
	.section-title:has(.section-title__bg) .section-title__bg {
		align-self: end;
		font-size: var(--title-overlay-bg-size);
		line-height: 0.92;
	}
	.section-title:has(.section-title__bg) > h1,
	.section-title:has(.section-title__bg) > h2 {
		align-self: end;
		font-size: var(--title-overlay-fg-size);
		line-height: 1;
		padding: 0 clamp(8px, 2.5vw, 12px);
	}
	.mediahub .section-title--mediahub {
		justify-items: center;
		align-items: end;
		min-height: auto;
		padding-top: 8px;
		padding-bottom: 0;
	}
	.mediahub .section-title--mediahub > .section-title__bg {
		align-self: end;
		font-size: var(--title-overlay-bg-size);
		line-height: 0.92;
	}
	.mediahub .section-title--mediahub > h1 {
		align-self: end;
		line-height: 1;
		font-size: var(--title-overlay-fg-size);
	}
}
@media only screen and (max-width: 767px) {
	.mediahub .section-title--mediahub {
		min-height: 100px;
		margin-bottom: 55px;
		padding: 8px 0 8px;
	}
	.mediahub .section-title--mediahub > .section-title__bg {
		top: auto;
		line-height: 0.92;
	}
	.mediahub .section-title--mediahub > h1 {
		top: auto;
		font-family: "Rajdhani", sans-serif;
		color: #111111;
		line-height: 1.2;
		padding: 0 12px 0;
	}
}
@media only screen and (max-width: 479px) {
	.mediahub .section-title--mediahub {
		min-height: 88px;
		margin-bottom: 50px;
		padding: 8px 0 6px;
	}
	.mediahub .section-title--mediahub > .section-title__bg {
		top: auto;
		line-height: 0.92;
	}
	.mediahub .section-title--mediahub > h1 {
		top: auto;
		font-family: "Rajdhani", sans-serif;
		color: #111111;
		line-height: 1.2;
		padding: 0 10px 0;
	}
}
@media only screen and (max-width: 991px) {
	#mediahub-detail-host .mediahub__detail {
		margin-top: 12px;
	}

	.mediahub__events-marquee__item img {
		height: 170px;
	}

	/* Events & Flyer: breite Kachel — Mosaik fuellt die Flaeche */
	.mediahub__tile--events {
		background-position: center center;
	}
}

/* Media Hub Cards: 426–991px — +20% Basis, ab Tablet extra Hoehe (breitere Cards = mehr Cover-Crop) */
@media only screen and (min-width: 426px) and (max-width: 991px) {
	.mediahub {
		--mediahub-tile-min-height: clamp(
			calc(220px * 1.2),
			calc(220px * 1.2 + (100vw - 426px) * 0.14),
			calc(220px * 1.44)
		);
	}
}

/* Media Hub Cards: 768–991px — zusaetzlich +20% Hoehe nach unten (explizit, kein var-Self-Reference) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mediahub {
		--mediahub-tile-min-height: clamp(
			calc(220px * 1.2 * 1.2),
			calc((220px * 1.2 + (100vw - 426px) * 0.14) * 1.2),
			calc(220px * 1.44 * 1.2)
		);
	}

	/* Events & Contest: Ausschnitt etwas nach unten */
	.mediahub__tile--press {
		background-position: center 76%;
	}

	/* Press & Highlights: Ausschnitt etwas nach oben */
	.mediahub__tile--story {
		background-position: center 18%;
	}
}

/* Media Hub: Events & Contest — 375–425px Ausschnitt etwas nach unten */
@media only screen and (min-width: 375px) and (max-width: 425px) {
	.mediahub__tile--press {
		background-position: center 74%;
	}
}

@media only screen and (min-width: 992px) {
	.mediahub__layout {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: 270px 270px;
		grid-template-areas:
			"radio charts events"
			"press story events";
		align-items: stretch;
	}

	.mediahub__layout > .mediahub__tile {
		min-width: 0;
		min-height: 0;
		height: 100%;
	}

	.mediahub__tile--radio {
		grid-area: radio;
	}

	.mediahub__tile--charts {
		grid-area: charts;
	}

	.mediahub__tile--events {
		grid-area: events;
		grid-row: 1 / -1;
		background-position: center top;
	}

	.mediahub__tile--press {
		grid-area: press;
	}

	.mediahub__tile--story {
		grid-area: story;
	}
}
#cookie-consent[hidden],
.cookie-consent__banner[hidden] {
	display: none !important;
}
.cookie-consent__banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10051;
}
