/* Contact: 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.contact-hero.contact-hero--techno {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding-top: 41px;
	padding-bottom: 48px;
}
.contact-hero.contact-hero--techno .container {
	position: relative;
	z-index: 2;
}
.section-title.center-title {
	text-align: center;
}

.contact-hero .section-title {
	display: grid;
	justify-items: center;
	align-items: end;
	text-align: center;
	margin-bottom: 0;
	min-height: 120px;
	padding: 8px 0 0;
}
.contact-hero .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;
}
.contact-hero .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) {
	.contact-hero .section-title > .section-title__bg {
		font-size: 100px;
	}
	.contact-hero .section-title > h1 {
		font-size: 42px;
	}
}

@media only screen and (max-width: 991px) {
	section.contact-hero.contact-hero--techno {
		padding-bottom: 13px;
	}
	: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);
	}
	.contact-hero .section-title {
		justify-items: center;
		align-items: end;
		min-height: auto;
		padding-top: 8px;
		padding-bottom: 0;
	}
	.contact-hero .section-title > .section-title__bg {
		align-self: end;
		font-size: var(--title-overlay-bg-size);
		line-height: 0.92;
	}
	.contact-hero .section-title > h1 {
		align-self: end;
		line-height: 1;
		font-size: var(--title-overlay-fg-size);
	}
}

/* Contact Page: Formular + Aside (CLS-Schutz bis async style.css) */
section.contact-page.spad {
	padding-top: 0;
	padding-bottom: 80px;
}
.contact-page__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}
.contact-page__form-col,
.contact-page__aside-col {
	width: 100%;
}
.contact-page__aside-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}
.contact-page__card {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 28px;
	-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.contact-page__form-title,
.contact-page__info-title {
	margin: 0 0 24px;
	font-size: 24px;
	font-weight: 700;
	color: #111111;
}
.contact-page__info-block + .contact-page__info-block .contact-page__info-title {
	margin-top: 0;
}
.contact-page__info-divider {
	height: 1px;
	margin: 28px 0;
	background: #e8e8e8;
}
.contact-page__field {
	margin-bottom: 18px;
}
.contact-page__field label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
.contact-page__field input,
.contact-page__field select,
.contact-page__field textarea {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	font-size: 15px;
	color: #333333;
	background: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact-page__field textarea {
	height: auto;
	min-height: 140px;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: vertical;
}
.contact-page__field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}
.contact-page__field select:disabled {
	background-color: #f5f5f5;
	color: #999999;
	cursor: not-allowed;
}
.contact-page__row--half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}
.contact-page__row--half .contact-page__field {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}
.contact-page__field--checkbox {
	margin-bottom: 22px;
}
.contact-page__checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}
.contact-page__checkbox input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.contact-page__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}
.contact-page__form-fields {
	position: relative;
}
.contact-page__map {
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.contact-page__map iframe {
	display: block;
	width: 100%;
	height: 320px;
	border-radius: 12px;
}
.contact-page__info {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.contact-page__info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-page__info-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	margin-bottom: 22px;
}
.contact-page__info-list li:last-child {
	margin-bottom: 0;
}
.contact-page__info-list i {
	font-size: 22px;
	color: #006699;
	width: 28px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 2px;
}
.contact-page__info-list strong {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 700;
	color: #111111;
}
.contact-page__info-list p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
}
.site-btn {
	font-size: 15px;
	color: #ffffff;
	background: #006699;
	font-weight: 700;
	letter-spacing: 2px;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px;
	width: 100%;
}
.contact-page__submit {
	border-radius: 8px;
	cursor: pointer;
}
.cookie-consent__map-fallback {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	min-height: 320px;
	padding: 28px 24px;
	text-align: center;
	background: #f7f9fa;
}
.cookie-consent__map-fallback-text {
	margin: 0;
	max-width: 420px;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}
.cookie-consent__map-fallback-actions {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
@media only screen and (max-width: 991px) {
	section.contact-page.spad {
		padding-bottom: 55px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-page__grid {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 28px;
	}
	.contact-page__form-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 52%;
		flex: 1 1 52%;
		max-width: 52%;
	}
	.contact-page__form-col .contact-page__card {
		width: 100%;
	}
	.contact-page__aside-col {
		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-flex: 1;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;
		max-width: 48%;
		min-height: 100%;
	}
	.contact-page__map {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-height: 0;
	}
	.contact-page__map iframe {
		height: 100%;
		min-height: 280px;
	}
}
@media only screen and (max-width: 575px) {
	.contact-page__card {
		padding: 20px;
	}
	.contact-page__row--half {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
}

#cookie-consent[hidden],
.cookie-consent__banner[hidden] {
	display: none !important;
}
.cookie-consent__banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10051;
}
