/* Studio: 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.studio.studio--techno {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding-top: 41px;
	padding-bottom: 25px;
}
section.studio.studio--techno.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.studio.studio--techno .container {
	position: relative;
	z-index: 2;
}
.section-title.center-title {
	text-align: center;
}

.studio {
	padding-bottom: 25px;
}
.studio .section-title {
	display: grid;
	justify-items: center;
	align-items: end;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 0;
	min-height: 120px;
	padding: 8px 0 0;
}
.studio .section-title > .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: max-content;
	max-width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 0.92;
	font-family: "Rockville Solid Regular";
	color: #e4e4e4;
	pointer-events: none;
}
.studio .section-title > h1 {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
	align-self: end;
	z-index: 1;
	width: max-content;
	max-width: calc(100% - 32px);
	margin: 0;
	padding: 0 16px 0;
	text-align: center;
	line-height: 1;
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Rajdhani", sans-serif;
}
@media only screen and (min-width: 992px) {
	.studio .section-title > .section-title__bg {
		font-size: 90px;
	}
	.studio .section-title > h1 {
		font-size: 42px;
	}
}

@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-bg-music-production: clamp(3rem, 0.65rem + 11.5vw, 5.125rem);
		--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);
	}
	.studio .section-title {
		justify-items: center;
		align-items: end;
		min-height: auto;
		padding-top: 8px;
		padding-bottom: 0;
	}
	.studio .section-title > .section-title__bg {
		align-self: end;
		font-size: var(--title-overlay-bg-size);
		line-height: 0.92;
	}
	.studio .section-title > h1 {
		align-self: end;
		line-height: 1;
		font-size: var(--title-overlay-fg-size);
	}
}

#cookie-consent[hidden],
.cookie-consent__banner[hidden] {
	display: none !important;
}
.cookie-consent__banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10051;
}
