/* 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.discography.discography--techno {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding-top: 41px;
	padding-bottom: 40px;
}
.discography.discography--techno .container {
	position: relative;
	z-index: 2;
}
.discography .section-title {
	display: grid;
	justify-items: center;
	align-items: end;
	margin-bottom: 90px;
	min-height: 120px;
	padding: 8px 0 0;
	text-align: center;
}
.discography .section-title .section-title__bg {
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
	align-self: end;
	z-index: 0;
	font-size: 100px;
	color: #e4e4e4;
	font-family: "Rockville Solid Regular", Impact, sans-serif;
	line-height: 0.92;
	pointer-events: none;
	margin: 0;
	width: max-content;
	max-width: 100%;
}
.discography .section-title h1:has(+ .section-title__bg),
.discography .section-title h2 {
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
	align-self: end;
	z-index: 1;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
	font-family: "Rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0 16px;
	max-width: calc(100% - 32px);
}
/* 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);
	}
	.discography .section-title {
		justify-items: center;
		align-items: end;
		min-height: auto;
		padding-top: 8px;
		padding-bottom: 0;
	}
	.discography .section-title .section-title__bg,
	.discography .section-title h2 + h1 {
		align-self: end;
		font-size: var(--title-overlay-bg-size);
		line-height: 0.92;
	}
	.discography .section-title h1:has(+ .section-title__bg),
	.discography .section-title h2 {
		align-self: end;
		line-height: 1;
		font-size: var(--title-overlay-fg-size);
	}
}
@media only screen and (max-width: 767px) {
	.discography .section-title {
		min-height: 100px;
		margin-bottom: 70px;
		padding: 8px 0 8px;
	}
	.discography .section-title .section-title__bg,
	.discography .section-title h2 + h1 {
		top: auto;
		line-height: 0.92;
	}
	.discography .section-title h1:has(+ .section-title__bg),
	.discography .section-title h2 {
		padding: 0 12px 0;
	}
	.discography .section-title--vinyl h2,
	.discography .section-title--vinyl h1:has(+ .section-title__bg) {
		transform: none;
	}
}
@media only screen and (max-width: 479px) {
	.discography .section-title {
		min-height: 88px;
		margin-bottom: 55px;
		padding: 8px 0 6px;
	}
	.discography .section-title .section-title__bg,
	.discography .section-title h2 + h1 {
		top: auto;
		line-height: 0.92;
	}
	.discography .section-title h1:has(+ .section-title__bg),
	.discography .section-title h2 {
		padding: 0 10px 0;
	}
	.discography .section-title--vinyl h2,
	.discography .section-title--vinyl h1:has(+ .section-title__bg) {
		transform: none;
	}
}
.discography .row > [class*="col-"]:not(.col-lg-12) {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-width: 0;
}
.discography__item {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	min-width: 0;
	margin-bottom: 45px;
	box-shadow: 0 5px 10px rgba(22, 41, 124, 0.1);
}
.discography__item__pic {
	position: relative;
	display: grid;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	flex-shrink: 0;
}
.discography__item__pic picture,
.discography__item__pic img {
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
}
.discography__item__pic img {
	object-fit: cover;
	object-position: center;
}
.discography__item__text {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 25px 30px 35px;
	text-align: center;
}
.discography__item__text span {
	font-size: 18px;
	color: #006699;
	font-weight: 700;
}
.discography__item__text h2,
.discography__item__text h4 {
	font-size: 22px;
	line-height: 1.25;
	min-height: calc(22px * 1.25 * 2);
	margin: 10px 0 25px;
	text-transform: uppercase;
	color: #111;
}
.discography__item__stores {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: auto;
}
.discography__item__stores picture {
	display: contents;
}
.discography__item__stores img {
	height: 33.6px;
	width: auto;
	max-width: 144px;
	object-fit: contain;
}
.discography__item__stores a:first-child {
	margin-top: 6px;
}
.discography__item__stores > .discography__item__vergriffen,
.discography__item__stores > .discography__item__coming-soon,
.discography__item__stores > .discography__item__order {
	margin-top: 0;
	min-height: 28px;
}
.discography__item__coming-soon {
	display: inline-flex;
	align-items: center;
	min-height: 33.6px;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}
.discography__item__pic .track__badge {
	position: absolute;
	top: 72%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	background: rgba(0, 102, 153, 0.9);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 14px;
	border-radius: 999px;
	white-space: nowrap;
	width: max-content;
	box-sizing: border-box;
}
.pagination__links {
	text-align: center;
	padding-top: 10px;
}
.pagination__links a {
	display: inline-block;
	font-size: 15px;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #f2f2f2;
	margin-right: 6px;
	margin-bottom: 5px;
	padding: 14px 22px 12px;
}
.pagination__links a:last-child {
	margin-right: 0;
}
.pagination__links a[aria-current="page"] {
	background: #006699;
	color: #fff;
}
#cookie-consent[hidden],
.cookie-consent__banner[hidden] {
	display: none !important;
}
.cookie-consent__banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10051;
}
