/**
 * FSV 63 Fußballkindergarten
 * Datei: /assets/css/pages/fussballkindergarten.css
 * Ziel: Mockup-Layout in Blau/Gelb, sauber und vollbreit.
 */

body.page-template-page-fussballkindergarten,
body.page-template-page-fussballkindergarten-php {
	background: #ffffff;
}

body.page-template-page-fussballkindergarten .site-content,
body.page-template-page-fussballkindergarten-php .site-content,
body.page-template-page-fussballkindergarten #content,
body.page-template-page-fussballkindergarten-php #content,
body.page-template-page-fussballkindergarten .content-wrapper,
body.page-template-page-fussballkindergarten-php .content-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #ffffff;
}

body.page-template-page-fussballkindergarten .page-heading,
body.page-template-page-fussballkindergarten-php .page-heading,
body.page-template-page-fussballkindergarten .page-title,
body.page-template-page-fussballkindergarten-php .page-title,
body.page-template-page-fussballkindergarten .sidebar,
body.page-template-page-fussballkindergarten-php .sidebar {
	display: none !important;
}

.fsv63-fk-page {
	--fk-navy: #001b44;
	--fk-navy-2: #03285f;
	--fk-navy-3: #061a3a;
	--fk-yellow: #ffcc00;
	--fk-yellow-2: #ffd84a;
	--fk-blue: #0b57c2;
	--fk-text: #10213f;
	--fk-muted: #607089;
	--fk-line: rgba(0, 31, 84, 0.12);
	--fk-soft: #f6f9ff;
	--fk-card: #ffffff;
	--fk-shadow: 0 18px 50px rgba(0, 27, 68, 0.10);
	--fk-shadow-soft: 0 12px 34px rgba(0, 27, 68, 0.07);
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
	background: #ffffff;
	color: var(--fk-text);
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fsv63-fk-page *,
.fsv63-fk-page *::before,
.fsv63-fk-page *::after {
	box-sizing: border-box;
}

.fsv63-fk-container {
	width: min(1180px, calc(100% - 72px));
	margin: 0 auto;
}

.fsv63-fk-page a {
	text-decoration: none;
}

/* Hero */
.fsv63-fk-hero {
	position: relative;
	isolation: isolate;
	min-height: 560px;
	display: flex;
	align-items: center;
	background-color: var(--fk-navy);
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.fsv63-fk-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -3;
	background:
		linear-gradient(110deg, #06204d 0%, #06204d 48%, rgba(6,32,77,.45) 76%, rgba(6,32,77,.25) 100%),
		radial-gradient(circle at 77% 40%, rgba(255,255,255,.12), transparent 36%);
}

.fsv63-fk-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 110px;
	z-index: -1;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.92) 86%, #fff 100%);
	pointer-events: none;
}

.fsv63-fk-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(0, 17, 47, 0.96) 0%, rgba(0, 23, 60, 0.88) 38%, rgba(0, 28, 67, 0.36) 72%, rgba(0, 20, 46, 0.10) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.10));
}

.fsv63-fk-hero__inner {
	position: relative;
	z-index: 2;
	padding: 90px 0 118px;
}

.fsv63-fk-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 44px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.82);
}

.fsv63-fk-breadcrumb a {
	color: rgba(255, 255, 255, 0.92);
}

.fsv63-fk-breadcrumb strong {
	color: var(--fk-yellow);
	font-weight: 900;
}

.fsv63-fk-hero__content {
	max-width: 760px;
}

.fsv63-fk-hero h1 {
	margin: 0;
	padding: 0;
	font-size: clamp(48px, 6.2vw, 88px);
	font-weight: 950;
	line-height: .98;
	letter-spacing: -0.055em;
	text-transform: none;
}

.fsv63-fk-hero h1 span,
.fsv63-fk-hero h1 strong {
	display: block;
}

.fsv63-fk-hero h1 span {
	color: #ffffff;
}

.fsv63-fk-hero h1 strong {
	color: var(--fk-yellow);
	font-weight: 950;
}

.fsv63-fk-hero__content > p {
	max-width: 590px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(20px, 2.1vw, 27px);
	font-weight: 650;
	line-height: 1.42;
}

/* Content */
.fsv63-fk-content-section {
	position: relative;
	padding: 0 0 78px;
	background:
		radial-gradient(circle at 15% 8%, rgba(255, 204, 0, .09), transparent 28%),
		radial-gradient(circle at 88% 20%, rgba(0, 54, 140, .06), transparent 26%),
		linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.fsv63-fk-facts {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	margin: -48px 0 44px;
}

.fsv63-fk-fact {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 102px;
	padding: 23px 30px;
	border: 1px solid var(--fk-line);
	border-radius: 12px;
	background: rgba(255,255,255,0.98);
	box-shadow: 0 12px 35px rgba(0, 27, 68, 0.08);
}

.fsv63-fk-icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	flex: 0 0 auto;
	color: var(--fk-yellow);
}

.fsv63-fk-icon svg,
.fsv63-fk-card-icon svg,
.fsv63-fk-cta__icon svg,
.fsv63-fk-contact__details svg,
.fsv63-fk-gallery-button svg {
	width: 100%;
	height: 100%;
}

.fsv63-fk-fact strong {
	display: block;
	color: var(--fk-navy);
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 950;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.fsv63-fk-fact small {
	display: block;
	margin-top: 5px;
	color: var(--fk-muted);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.25;
}

.fsv63-fk-card-grid,
.fsv63-fk-action-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.fsv63-fk-info-card,
.fsv63-fk-contact,
.fsv63-fk-partner {
	border: 1px solid var(--fk-line);
	border-radius: 18px;
	background: rgba(255,255,255,0.96);
	box-shadow: var(--fk-shadow-soft);
}

.fsv63-fk-info-card {
	position: relative;
	min-height: 345px;
	padding: 34px 38px 36px;
	overflow: hidden;
}

.fsv63-fk-info-card::after {
	position: absolute;
	z-index: 0;
	pointer-events: none;
}

.fsv63-fk-info-card--ball::after {
	content: "⚽";
	right: -18px;
	bottom: -42px;
	font-size: 148px;
	line-height: 1;
	opacity: .055;
	filter: grayscale(1);
}

.fsv63-fk-info-card--heart::after {
	content: "♡";
	right: 24px;
	bottom: -45px;
	font-size: 178px;
	font-weight: 900;
	line-height: 1;
	color: var(--fk-navy);
	opacity: .06;
}

.fsv63-fk-info-card__head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 28px;
}

.fsv63-fk-card-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	padding: 16px;
	border-radius: 999px;
	color: var(--fk-yellow);
	background: linear-gradient(145deg, var(--fk-navy), var(--fk-navy-2));
	box-shadow: 0 14px 28px rgba(0, 27, 68, .18);
}

.fsv63-fk-info-card h2,
.fsv63-fk-contact h2,
.fsv63-fk-cta h2,
.fsv63-fk-partner h2,
.fsv63-fk-section-title h2 {
	margin: 0;
	color: var(--fk-navy);
	font-weight: 950;
	letter-spacing: -0.035em;
	text-transform: none;
}

.fsv63-fk-info-card h2,
.fsv63-fk-contact h2 {
	position: relative;
	font-size: clamp(24px, 2vw, 31px);
}

.fsv63-fk-info-card h2::after,
.fsv63-fk-contact h2::after,
.fsv63-fk-section-title h2::after {
	content: "";
	display: block;
	width: 54px;
	height: 3px;
	margin-top: 12px;
	border-radius: 999px;
	background: var(--fk-yellow);
}

.fsv63-fk-checklist {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fsv63-fk-checklist li {
	position: relative;
	min-height: 22px;
	padding-left: 34px;
	color: #17253e;
	font-size: 15.8px;
	font-weight: 650;
	line-height: 1.45;
}

.fsv63-fk-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 1px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: var(--fk-navy-2);
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
}

/* Gallery */
.fsv63-fk-gallery {
	padding: 36px 0 26px;
	text-align: center;
}

.fsv63-fk-section-title {
	display: flex;
	justify-content: center;
	margin-bottom: 26px;
	text-align: center;
}

.fsv63-fk-section-title h2 {
	font-size: clamp(25px, 2.2vw, 34px);
}

.fsv63-fk-section-title h2::after {
	margin-left: auto;
	margin-right: auto;
}

.fsv63-fk-gallery__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 18px;
}

.fsv63-fk-gallery__item {
	display: block;
	position: relative;
	min-height: 145px;
	border-radius: 10px;
	overflow: hidden;
	background: #dbeafe;
	box-shadow: 0 8px 20px rgba(0, 27, 68, .10);
}

.fsv63-fk-gallery__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0,27,68,.20), transparent 48%);
	opacity: 0;
	transition: opacity .22s ease;
}

.fsv63-fk-gallery__item:hover::after {
	opacity: 1;
}

.fsv63-fk-gallery__item img {
	display: block;
	width: 100%;
	height: 145px;
	object-fit: cover;
	transition: transform .28s ease;
}

.fsv63-fk-gallery__item:hover img {
	transform: scale(1.045);
}

.fsv63-fk-gallery-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 42px;
	padding: 9px 24px;
	border: 2px solid rgba(0, 27, 68, .72);
	border-radius: 7px;
	background: #ffffff;
	color: var(--fk-navy);
	font-size: 15px;
	font-weight: 850;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(0, 27, 68, .06);
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.fsv63-fk-gallery-button svg {
	width: 18px;
	height: 18px;
}

.fsv63-fk-gallery-button:hover,
.fsv63-fk-gallery-button:focus {
	background: var(--fk-navy);
	color: #ffffff;
	transform: translateY(-1px);
}

/* CTA + Contact */
.fsv63-fk-action-grid {
	align-items: stretch;
	margin-top: 28px;
}

.fsv63-fk-cta {
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 22px;
	min-height: 205px;
	padding: 34px 38px;
	border-radius: 16px;
	background:
		linear-gradient(120deg, rgba(0, 27, 68, .98), rgba(2, 50, 123, .94)),
		radial-gradient(circle at 90% 20%, rgba(255,255,255,.12), transparent 30%);
	box-shadow: 0 18px 45px rgba(0, 27, 68, 0.18);
	overflow: hidden;
}

.fsv63-fk-cta::after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 18px;
	width: 118px;
	height: 156px;
	background: rgba(255,255,255,.10);
	clip-path: polygon(42% 0, 58% 0, 67% 14%, 65% 35%, 82% 50%, 72% 60%, 60% 51%, 62% 100%, 47% 100%, 43% 65%, 33% 100%, 18% 100%, 30% 50%, 19% 58%, 12% 48%, 30% 34%, 33% 14%);
	opacity: .55;
}

.fsv63-fk-cta__icon {
	position: relative;
	z-index: 1;
	width: 76px;
	height: 76px;
	color: var(--fk-yellow);
}

.fsv63-fk-cta__text {
	position: relative;
	z-index: 1;
}

.fsv63-fk-cta h2 {
	color: #ffffff;
	font-size: clamp(28px, 2.5vw, 40px);
	line-height: 1.05;
}

.fsv63-fk-cta p {
	max-width: 440px;
	margin: 11px 0 24px;
	color: rgba(255,255,255,.88);
	font-size: 15.5px;
	font-weight: 650;
	line-height: 1.5;
}

.fsv63-fk-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-width: 285px;
	min-height: 56px;
	padding: 15px 28px;
	border-radius: 7px;
	background: linear-gradient(180deg, var(--fk-yellow-2), var(--fk-yellow));
	color: #031d44 !important;
	font-size: 16px;
	font-weight: 950;
	letter-spacing: -0.01em;
	box-shadow: 0 12px 26px rgba(255, 204, 0, .24);
	transition: transform .2s ease, box-shadow .2s ease;
}

.fsv63-fk-button span {
	font-size: 23px;
	line-height: 1;
}

.fsv63-fk-button:hover,
.fsv63-fk-button:focus {
	transform: translateY(-2px);
	box-shadow: 0 17px 34px rgba(255, 204, 0, .32);
}

.fsv63-fk-contact {
	padding: 30px 34px;
}

.fsv63-fk-contact__body {
	display: grid;
	grid-template-columns: 126px minmax(0, 1fr);
	gap: 30px;
	align-items: center;
	margin-top: 28px;
}

.fsv63-fk-contact__image {
	display: grid;
	place-items: center;
	width: 118px;
	height: 118px;
	border-radius: 999px;
	overflow: hidden;
	background: linear-gradient(145deg, #f1f5f9, #e6edf7);
	box-shadow: inset 0 0 0 1px rgba(0,27,68,.06);
}

.fsv63-fk-contact__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fsv63-fk-contact__image span {
	color: var(--fk-navy);
	font-size: 30px;
	font-weight: 950;
	letter-spacing: -.03em;
}

.fsv63-fk-contact__details {
	display: grid;
	gap: 12px;
}

.fsv63-fk-contact__details strong {
	display: block;
	color: var(--fk-navy);
	font-size: 24px;
	font-weight: 950;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.fsv63-fk-contact__details a {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: #183155;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.35;
	word-break: break-word;
}

.fsv63-fk-contact__details svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: var(--fk-navy-2);
}

/* Partner strip */
.fsv63-fk-partner {
	display: grid;
	grid-template-columns: 1fr 1.55fr 1fr;
	align-items: center;
	gap: 0;
	margin-top: 30px;
	padding: 28px 34px;
	text-align: center;
}

.fsv63-fk-partner__col,
.fsv63-fk-partner__text,
.fsv63-fk-partner__badge {
	min-height: 100px;
	display: grid;
	align-content: center;
	justify-items: center;
}

.fsv63-fk-partner__text,
.fsv63-fk-partner__badge {
	border-left: 1px solid var(--fk-line);
}

.fsv63-fk-partner span {
	display: block;
	margin-bottom: 8px;
	color: #56657c;
	font-size: 13px;
	font-weight: 750;
}

.fsv63-fk-partner__logo strong {
	display: block;
	color: var(--fk-blue);
	font-size: 21px;
	font-weight: 950;
	letter-spacing: -.01em;
}

.fsv63-fk-partner__logo small {
	display: block;
	color: #385071;
	font-size: 13px;
	font-weight: 750;
}

.fsv63-fk-partner__logo img {
	max-width: 210px;
	max-height: 78px;
	width: auto;
	height: auto;
}

.fsv63-fk-partner h2 {
	font-size: clamp(20px, 1.65vw, 27px);
	line-height: 1.1;
	margin-bottom: 12px;
}

.fsv63-fk-partner p {
	max-width: 430px;
	margin: 0 auto;
	color: #43536d;
	font-size: 14.5px;
	font-weight: 650;
	line-height: 1.55;
}

.fsv63-fk-partner__badge strong {
	display: grid;
	place-items: center;
	min-width: 156px;
	min-height: 88px;
	padding: 14px 24px;
	border: 2px solid rgba(15, 23, 42, .22);
	color: rgba(15, 23, 42, .46);
	font-size: 25px;
	font-weight: 950;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

/* Responsive */
@media (max-width: 1100px) {
	.fsv63-fk-container {
		width: min(100% - 42px, 980px);
	}

	.fsv63-fk-facts {
		gap: 18px;
	}

	.fsv63-fk-fact {
		padding: 22px;
	}

	.fsv63-fk-gallery__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 880px) {
	.fsv63-fk-hero {
		min-height: 500px;
		background-position: center;
	}

	.fsv63-fk-hero__inner {
		padding: 70px 0 105px;
	}

	.fsv63-fk-facts,
	.fsv63-fk-card-grid,
	.fsv63-fk-action-grid,
	.fsv63-fk-partner {
		grid-template-columns: 1fr;
	}

	.fsv63-fk-facts {
		margin-top: -54px;
	}

	.fsv63-fk-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fsv63-fk-partner__text,
	.fsv63-fk-partner__badge {
		border-left: 0;
		border-top: 1px solid var(--fk-line);
		padding-top: 22px;
	}
}

@media (max-width: 620px) {
	.fsv63-fk-container {
		width: min(100% - 28px, 540px);
	}

	.fsv63-fk-hero {
		min-height: 440px;
	}

	.fsv63-fk-hero__overlay {
		background: linear-gradient(90deg, rgba(0, 17, 47, .96), rgba(0, 22, 58, .72));
	}

	.fsv63-fk-hero h1 {
		font-size: clamp(42px, 15vw, 62px);
	}

	.fsv63-fk-hero__content > p {
		font-size: 18px;
	}

	.fsv63-fk-breadcrumb {
		margin-bottom: 28px;
		font-size: 12px;
	}

	.fsv63-fk-fact,
	.fsv63-fk-info-card,
	.fsv63-fk-contact,
	.fsv63-fk-cta,
	.fsv63-fk-partner {
		border-radius: 14px;
	}

	.fsv63-fk-info-card,
	.fsv63-fk-contact {
		padding: 26px 22px;
	}

	.fsv63-fk-info-card__head {
		align-items: flex-start;
		gap: 14px;
	}

	.fsv63-fk-card-icon {
		width: 54px;
		height: 54px;
		flex-basis: 54px;
		padding: 14px;
	}

	.fsv63-fk-checklist li {
		font-size: 14.5px;
	}

	.fsv63-fk-gallery__grid {
		grid-template-columns: 1fr;
	}

	.fsv63-fk-gallery__item img,
	.fsv63-fk-gallery__item {
		height: 210px;
	}

	.fsv63-fk-cta {
		grid-template-columns: 1fr;
		padding: 28px 24px;
	}

	.fsv63-fk-button {
		width: 100%;
		min-width: 0;
	}

	.fsv63-fk-contact__body {
		grid-template-columns: 1fr;
		justify-items: start;
		gap: 18px;
	}

	.fsv63-fk-partner {
		padding: 24px 20px;
	}
}
