/* @override 
	http://neu.sportparksee.de/css/master.css?* */

/* Fonts */

@font-face {
	font-family: "Sommet Rounded";
	src: url("/font/Sommet_Rounded_G_Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Sommet Rounded";
	src: url("/font/Sommet_Rounded_G_Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Sommet Rounded";
	src: url("/font/Sommet_Rounded_G_Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Basis */

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Sommet Rounded", Arial, sans-serif;
	color: #212529;
	background: #ffffff;
}

/* Skip-Link */

.skip-link {
	position: absolute;
	left: -9999px;
	top: 1rem;
	z-index: 9999;
	padding: 0.75rem 1rem;
	background: #ffffff;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	border: 3px solid #000000;
}

.skip-link:focus {
	left: 1rem;
}

/* Fokus sichtbar */

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.carousel-control-prev:focus-visible,
.carousel-control-next:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 4px;
	box-shadow: 0 0 0 3px #003a30;
}

/* Navigation */

.site-header {
	position: relative;
	z-index: 1050;
}

.navbar-custom {
	min-height: 120px;
	background-color: rgba(2, 97, 95, 0.81) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: min-height 0.3s ease, background-color 0.3s ease;
}

.navbar-custom.scrolled {
	min-height: 70px;
	background-color: rgba(2, 72, 71, 0.71) !important;
}

.navbar-logo {
	height: 80px;
	width: auto;
	transition: height 0.3s ease;
}

.navbar-custom.scrolled .navbar-logo {
	height: 45px;
}

.navbar-nav .nav-link {
	font-size: 1.1rem;
	font-weight: 600;
	color: #ffffff !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	transition: font-size 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #ffffff !important;
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

.navbar-custom.scrolled .nav-link {
	font-size: 1rem;
}

/* Hero */

.hero-slider {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: #000000;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
	width: 100%;
	height: 100vh;
}

.hero-slide-image {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.38);
	pointer-events: none;
}

.hero-title-between {
	position: absolute;
	left: 50%;
	top: 42%;
	z-index: 3;
	transform: translate(-50%, -50%);
	width: min(1000px, calc(100% - 2rem));
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 700;
	line-height: 1.15;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.85);
}

.hero-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0 2rem;
	pointer-events: none;
}

.hero-box {
	padding: 0.5rem;
	text-align: center;
	background: white;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.25);
	pointer-events: auto;
}

.hero-logo {
	width: min(180px, 60vw);
	height: auto;
	display: block;
	margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
	z-index: 4;
}

/* Sections */

.section {
	padding: 96px 0;
}

.bg-gruen {
	background-color: #003a30;
	color: #ffffff;
}

.bg-dark-gruen {
	background-color: #006b59;
	color: #ffffff;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.88) !important;
}

.btn-primary.bg-dark-gruen {
	border-color: #006b59;
	color: #ffffff;
}

.btn-primary.bg-dark-gruen:hover,
.btn-primary.bg-dark-gruen:focus {
	background-color: #003a30;
	border-color: #003a30;
	color: #ffffff;
}

.feature-card {
	height: 100%;
	border: 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-title,
.card-title {
	font-size: 1.25rem;
	font-weight: 700;
}

/* Lageplan */

.map-section {
	padding: 96px 0;
	background: #ffffff;
}

.map-wrapper {
	width: 100%;
	overflow: hidden;
}

.map-wrapper img,
.map-image {
	width: 100%;
	height: auto;
	display: block;
}

/* Karten */

.card-img-top {
	width: 100%;
	height: 220px;
	object-fit: contain;
	background: #f8f9fa;
	padding: 20px;
}

/* Inhaltsseiten */

.content-page {
	padding-top: 180px;
	padding-bottom: 100px;
	min-height: 70vh;
	background: #ffffff;
}

.page-title {
	margin-bottom: 3rem;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: #212529;
}

.page-content {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333333;
}

.page-content h2 {
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 700;
	color: #212529;
}

.page-content h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #212529;
}

.page-content ul,
.page-content ol {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}

.page-content p {
	margin-bottom: 1.25rem;
}

.page-content a {
	color: #005f91;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.page-content a:hover,
.page-content a:focus {
	color: #003a30;
	text-decoration-thickness: 2px;
}

/* Footer */

footer {
	color: #ffffff;
}

footer a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

footer a:hover,
footer a:focus {
	color: #ffffff;
	text-decoration-thickness: 2px;
}

/* Bewegung reduzieren */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

/* Responsive */

@media (max-width: 767.98px) {
	.navbar-custom {
		min-height: 90px;
	}

	.navbar-logo {
		height: 58px;
	}

	.hero-title-between {
		top: 40%;
		font-size: clamp(1.6rem, 8vw, 2.6rem);
		width: min(100%, calc(100% - 2rem));
	}

	.hero-box {
	padding: 0.75rem 0.5rem;
	}

	.hero-logo {
	}

	.section,
	.map-section {
		padding: 72px 0;
	}

	.content-page {
		padding-top: 140px;
	}
}