/* ======================================================================
   FSV 63 Luckenwalde – Cookie-Richtlinie EU
   ====================================================================== */

.fsv-cookie-page {
	--fsv-cookie-blue: #004bb8;
	--fsv-cookie-blue-mid: #075bd3;
	--fsv-cookie-blue-dark: #001f4f;
	--fsv-cookie-blue-deep: #001333;
	--fsv-cookie-yellow: #ffd400;
	--fsv-cookie-text: #102044;
	--fsv-cookie-muted: #63708c;
	--fsv-cookie-line: rgba(0, 42, 120, 0.14);
	--fsv-cookie-card: rgba(255, 255, 255, 0.97);

	position: relative;
	z-index: 1;
	background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 45%, #eef3fa 100%);
	color: var(--fsv-cookie-text);
}

.fsv-cookie-page *,
.fsv-cookie-page *::before,
.fsv-cookie-page *::after {
	box-sizing: border-box;
}

/* Hero */

.fsv-cookie-hero {
	position: relative;
	overflow: hidden;
	padding: 64px 20px 94px;
	text-align: center;
	color: #fff;
	border-top: 4px solid var(--fsv-cookie-blue);
	background:
		radial-gradient(circle at 20% 16%, rgba(255, 212, 0, 0.18), transparent 30%),
		linear-gradient(135deg, rgba(0, 47, 121, 0.98), rgba(0, 88, 204, 0.95) 52%, rgba(0, 24, 63, 0.98));
}

.fsv-cookie-hero::before,
.fsv-cookie-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.fsv-cookie-hero::before {
	inset: 0;
	background:
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 20px),
		linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
	opacity: 0.55;
}

.fsv-cookie-hero::after {
	right: -120px;
	bottom: -140px;
	width: 420px;
	height: 420px;
	border: 70px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.fsv-cookie-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 980px;
	margin: 0 auto;
}

.fsv-cookie-kicker,
.fsv-cookie-card__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.fsv-cookie-kicker {
	margin-bottom: 14px;
	color: var(--fsv-cookie-yellow);
}

.fsv-cookie-kicker::before,
.fsv-cookie-kicker::after {
	content: "";
	width: 30px;
	height: 2px;
	border-radius: 99px;
	background: var(--fsv-cookie-yellow);
}

.fsv-cookie-hero h1 {
	max-width: 980px;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(40px, 5.4vw, 72px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.fsv-cookie-hero h1::after {
	content: "";
	display: block;
	width: 82px;
	height: 5px;
	margin: 24px auto 0;
	border-radius: 999px;
	background: var(--fsv-cookie-yellow);
	box-shadow: 0 8px 18px rgba(255, 212, 0, 0.35);
}

.fsv-cookie-hero p {
	max-width: 720px;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.7;
}

.fsv-cookie-breadcrumb {
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	font-size: 13px;
	font-weight: 900;
}

.fsv-cookie-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.fsv-cookie-breadcrumb span:last-child {
	color: var(--fsv-cookie-yellow);
}

/* Layout */

.fsv-cookie-layout {
	position: relative;
	z-index: 3;
	width: min(1200px, calc(100% - 32px));
	margin: -46px auto 80px;
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.fsv-cookie-sidebar__inner,
.fsv-cookie-card,
.fsv-cookie-related-card {
	background: var(--fsv-cookie-card);
	border: 1px solid var(--fsv-cookie-line);
	border-radius: 20px;
	box-shadow: 0 22px 55px rgba(0, 31, 79, 0.12);
	backdrop-filter: blur(6px);
}

.fsv-cookie-sidebar__inner {
	position: sticky;
	top: 110px;
	overflow: hidden;
}

.fsv-cookie-sidebar h2 {
	margin: 0;
	padding: 18px 20px;
	color: #fff;
	background: linear-gradient(135deg, var(--fsv-cookie-blue), var(--fsv-cookie-blue-mid));
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.fsv-cookie-nav a {
	display: block;
	padding: 13px 20px;
	border-bottom: 1px solid rgba(0, 42, 120, 0.08);
	color: #26364a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.fsv-cookie-nav a:hover,
.fsv-cookie-nav a:focus {
	padding-left: 25px;
	background: #eef6ff;
	color: var(--fsv-cookie-blue);
	text-decoration: none;
}

.fsv-cookie-consent-card {
	margin: 18px;
	padding: 18px;
	border-radius: 16px;
	color: #fff;
	background: linear-gradient(145deg, #075bd3 0%, #003b9d 58%, #001a45 100%);
}

.fsv-cookie-consent-card > span {
	display: block;
	margin-bottom: 7px;
	color: var(--fsv-cookie-yellow);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.fsv-cookie-consent-card p {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.55;
}

.fsv-cookie-content {
	display: flex;
	flex-direction: column;
	gap: 22px;
	min-width: 0;
}

.fsv-cookie-card {
	padding: 30px;
}

.fsv-cookie-card--intro {
	position: relative;
	overflow: hidden;
}

.fsv-cookie-card--intro::after {
	content: "";
	position: absolute;
	right: -80px;
	top: -90px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 212, 0, 0.2), transparent 68%);
	pointer-events: none;
}

.fsv-cookie-card__kicker {
	margin-bottom: 12px;
	color: var(--fsv-cookie-blue);
}

.fsv-cookie-card h2,
.fsv-cookie-related-card h2,
.fsv-cookie-document h1,
.fsv-cookie-document h2,
.fsv-cookie-document h3,
.fsv-cookie-document h4 {
	margin: 0 0 14px;
	color: var(--fsv-cookie-blue-dark);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: none;
}

.fsv-cookie-card h2,
.fsv-cookie-related-card h2 {
	font-size: clamp(24px, 3vw, 34px);
}

.fsv-cookie-card p,
.fsv-cookie-related-card p,
.fsv-cookie-document p,
.fsv-cookie-document li {
	color: #33415f;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.72;
}

.fsv-cookie-card p,
.fsv-cookie-related-card p,
.fsv-cookie-document p {
	margin: 0 0 16px;
}

.fsv-cookie-card p:last-child,
.fsv-cookie-related-card p:last-child,
.fsv-cookie-document p:last-child {
	margin-bottom: 0;
}

.fsv-cookie-featuregrid {
	position: relative;
	z-index: 1;
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.fsv-cookie-feature {
	padding: 20px;
	border: 1px solid rgba(0, 75, 184, 0.12);
	border-radius: 16px;
	background: #f8fbff;
}

.fsv-cookie-feature strong {
	display: block;
	margin-bottom: 6px;
	color: var(--fsv-cookie-blue);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.fsv-cookie-feature span {
	display: block;
	color: var(--fsv-cookie-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

/* Cookie-Dokument */

.fsv-cookie-document-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(0, 42, 120, 0.12);
}

.fsv-cookie-document-head h2 {
	margin-bottom: 0;
}

.fsv-cookie-updated {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 12px;
	border-radius: 999px;
	color: var(--fsv-cookie-blue-dark);
	background: #fff8d9;
	border: 1px solid rgba(255, 212, 0, 0.5);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.fsv-cookie-document {
	min-width: 0;
}

.fsv-cookie-document > :first-child {
	margin-top: 0 !important;
}

.fsv-cookie-document > h1:first-child,
.fsv-cookie-document .cmplz-document > h1:first-child {
	font-size: clamp(28px, 3vw, 40px);
}

.fsv-cookie-document h2 {
	margin-top: 30px;
	font-size: clamp(23px, 2.4vw, 30px);
}

.fsv-cookie-document h3 {
	margin-top: 24px;
	font-size: 20px;
}

.fsv-cookie-document h4 {
	margin-top: 22px;
	font-size: 17px;
}

.fsv-cookie-document a,
.fsv-cookie-related-card a {
	color: var(--fsv-cookie-blue);
	font-weight: 900;
	text-decoration: none;
}

.fsv-cookie-document a:hover,
.fsv-cookie-document a:focus,
.fsv-cookie-related-card a:hover,
.fsv-cookie-related-card a:focus {
	color: var(--fsv-cookie-blue-dark);
	text-decoration: underline;
}

.fsv-cookie-document ul,
.fsv-cookie-document ol {
	margin: 0 0 20px 0;
	padding-left: 22px;
}

.fsv-cookie-document li {
	margin-bottom: 8px;
}

.fsv-cookie-document strong {
	color: #102044;
	font-weight: 900;
}

.fsv-cookie-document table {
	width: 100%;
	margin: 22px 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(0, 42, 120, 0.13);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

.fsv-cookie-document th,
.fsv-cookie-document td {
	padding: 13px 14px;
	border-bottom: 1px solid rgba(0, 42, 120, 0.08);
	vertical-align: top;
	color: #33415f;
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
}

.fsv-cookie-document th {
	color: #fff;
	background: var(--fsv-cookie-blue-dark);
	font-weight: 900;
	letter-spacing: 0.02em;
}

.fsv-cookie-document tr:last-child td {
	border-bottom: 0;
}

.fsv-cookie-document .cmplz-document {
	max-width: none;
	font-size: inherit;
}

.fsv-cookie-document .cmplz-document details,
.fsv-cookie-document details {
	margin: 14px 0;
	padding: 16px 18px;
	border: 1px solid rgba(0, 42, 120, 0.12);
	border-radius: 14px;
	background: #f8fbff;
}

.fsv-cookie-document summary {
	cursor: pointer;
	color: var(--fsv-cookie-blue-dark);
	font-weight: 900;
}

.fsv-cookie-pages {
	margin-top: 22px;
}

/* Related */

.fsv-cookie-related {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.fsv-cookie-related-card {
	position: relative;
	overflow: hidden;
	min-height: 260px;
	padding: 28px;
}

.fsv-cookie-related-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--fsv-cookie-blue), var(--fsv-cookie-yellow));
}

.fsv-cookie-related-card > span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--fsv-cookie-blue);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.fsv-cookie-related-card h2 {
	font-size: 22px;
	text-transform: uppercase;
}

.fsv-cookie-related-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.fsv-cookie-related-card--blue {
	color: #fff;
	background: linear-gradient(145deg, #075bd3 0%, #003b9d 52%, #001a45 100%);
	border-color: rgba(255, 255, 255, 0.12);
}

.fsv-cookie-related-card--blue::before {
	background: var(--fsv-cookie-yellow);
}

.fsv-cookie-related-card--blue > span,
.fsv-cookie-related-card--blue h2,
.fsv-cookie-related-card--blue p,
.fsv-cookie-related-card--blue a {
	color: #fff;
}

.fsv-cookie-related-card--blue > span {
	color: var(--fsv-cookie-yellow);
}

/* Buttons */

.fsv-cookie-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 13px 16px;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fsv-cookie-button--yellow {
	color: var(--fsv-cookie-blue-dark);
	background: var(--fsv-cookie-yellow);
	box-shadow: 0 12px 28px rgba(255, 212, 0, 0.24);
}

.fsv-cookie-button:hover,
.fsv-cookie-button:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(255, 212, 0, 0.3);
}

/* Responsive */

@media (max-width: 1080px) {
	.fsv-cookie-layout {
		grid-template-columns: 1fr;
		margin-top: -34px;
	}

	.fsv-cookie-sidebar__inner {
		position: relative;
		top: auto;
	}

	.fsv-cookie-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fsv-cookie-consent-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px 16px;
		align-items: center;
	}

	.fsv-cookie-consent-card p {
		margin-bottom: 0;
	}

	.fsv-cookie-button {
		width: auto;
	}

	.fsv-cookie-related {
		grid-template-columns: 1fr;
	}

	.fsv-cookie-related-card {
		min-height: auto;
	}
}

@media (max-width: 760px) {
	.fsv-cookie-hero {
		padding: 56px 16px 70px;
	}

	.fsv-cookie-hero h1 {
		font-size: clamp(34px, 12vw, 48px);
	}

	.fsv-cookie-hero p {
		font-size: 14px;
		line-height: 1.55;
	}

	.fsv-cookie-layout {
		width: min(100% - 20px, 1200px);
		gap: 18px;
		margin-bottom: 56px;
	}

	.fsv-cookie-card,
	.fsv-cookie-related-card {
		padding: 22px 18px;
		border-radius: 16px;
	}

	.fsv-cookie-featuregrid {
		grid-template-columns: 1fr;
	}

	.fsv-cookie-document-head,
	.fsv-cookie-consent-card {
		display: block;
	}

	.fsv-cookie-updated {
		margin-top: 14px;
	}

	.fsv-cookie-nav {
		grid-template-columns: 1fr;
	}

	.fsv-cookie-consent-card p {
		margin-bottom: 14px;
	}

	.fsv-cookie-button {
		width: 100%;
	}

	.fsv-cookie-document table,
	.fsv-cookie-document thead,
	.fsv-cookie-document tbody,
	.fsv-cookie-document th,
	.fsv-cookie-document td,
	.fsv-cookie-document tr {
		display: block;
	}

	.fsv-cookie-document thead {
		display: none;
	}

	.fsv-cookie-document tr {
		border-bottom: 1px solid rgba(0, 42, 120, 0.1);
	}

	.fsv-cookie-document td,
	.fsv-cookie-document th {
		border-bottom: 0;
	}
}

/* Patch 247: Complianz-/Cookie-Inhalt lesbar und ruhiger setzen */
.fsv-cookie-document,
.fsv-cookie-document .cmplz-document,
.fsv-cookie-document .cmplz-document.cookie-statement,
.fsv-cookie-document .cmplz-document.cookie-policy {
	color: #33415f !important;
	font-size: 16px;
	line-height: 1.72;
}

.fsv-cookie-document .cmplz-document > :first-child,
.fsv-cookie-document .cmplz-document.cookie-statement > :first-child,
.fsv-cookie-document .cmplz-document.cookie-policy > :first-child {
	margin-top: 0 !important;
}

.fsv-cookie-document .cmplz-document h1,
.fsv-cookie-document .cmplz-document h2,
.fsv-cookie-document .cmplz-document h3,
.fsv-cookie-document .cmplz-document h4,
.fsv-cookie-document .cmplz-document .cmplz-subtitle,
.fsv-cookie-document .cmplz-document .cmplz-title {
	color: var(--fsv-cookie-blue-dark) !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

.fsv-cookie-document .cmplz-document h2 {
	margin-top: 28px !important;
	margin-bottom: 12px !important;
	font-size: clamp(22px, 2.1vw, 28px) !important;
	line-height: 1.18 !important;
}

.fsv-cookie-document .cmplz-document h3 {
	font-size: 19px !important;
	line-height: 1.25 !important;
}

.fsv-cookie-document .cmplz-document p,
.fsv-cookie-document .cmplz-document li,
.fsv-cookie-document .cmplz-document div,
.fsv-cookie-document .cmplz-document span,
.fsv-cookie-document .cmplz-document td,
.fsv-cookie-document .cmplz-document label,
.fsv-cookie-document .cmplz-document small {
	color: #33415f !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

.fsv-cookie-document .cmplz-document a {
	color: var(--fsv-cookie-blue) !important;
	font-weight: 900;
}

.fsv-cookie-document .cmplz-document th {
	color: #ffffff !important;
}

.fsv-cookie-document .cmplz-document .cmplz-category,
.fsv-cookie-document .cmplz-document .cmplz-service,
.fsv-cookie-document .cmplz-document details {
	color: #33415f !important;
	background: #f8fbff !important;
}

.fsv-cookie-document .cmplz-document *::selection,
.fsv-cookie-document *::selection {
	color: #ffffff;
	background: var(--fsv-cookie-blue);
}

.fsv-cookie-related-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.fsv-cookie-related-card h2 {
	max-width: 100%;
	font-size: clamp(18px, 1.45vw, 21px);
	line-height: 1.16;
	letter-spacing: -0.035em;
	word-break: normal;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.fsv-cookie-related-card p {
	font-size: 15.5px;
	line-height: 1.62;
}

.fsv-cookie-related-card a {
	margin-top: auto;
	padding-top: 10px;
	line-height: 1.25;
	word-break: normal;
	overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
	.fsv-cookie-related-card h2 {
		font-size: 21px;
		overflow-wrap: normal;
	}
}

@media (max-width: 760px) {
	.fsv-cookie-document,
	.fsv-cookie-document .cmplz-document,
	.fsv-cookie-document .cmplz-document p,
	.fsv-cookie-document .cmplz-document li,
	.fsv-cookie-document .cmplz-document div,
	.fsv-cookie-document .cmplz-document span,
	.fsv-cookie-document .cmplz-document td {
		font-size: 15px !important;
		line-height: 1.65 !important;
	}

	.fsv-cookie-document .cmplz-document h2 {
		font-size: 22px !important;
	}

	.fsv-cookie-related-card h2 {
		font-size: 20px;
	}
}


/* Patch 248: Cookie-Detailfelder und kleine Complianz-Labels sichtbar machen */
.fsv-cookie-page .fsv-cookie-document .cmplz-document h5,
.fsv-cookie-page .fsv-cookie-document .cmplz-document h6,
.fsv-cookie-page .fsv-cookie-document .cmplz-document .cmplz-label,
.fsv-cookie-page .fsv-cookie-document .cmplz-document .cmplz-cookie-title,
.fsv-cookie-page .fsv-cookie-document .cmplz-document .cmplz-service-title,
.fsv-cookie-page .fsv-cookie-document .cmplz-document [class*="label"],
.fsv-cookie-page .fsv-cookie-document .cmplz-document [class*="Label"] {
	color: #41506d !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

.fsv-cookie-page .fsv-cookie-document .cmplz-document h5,
.fsv-cookie-page .fsv-cookie-document .cmplz-document h6 {
	display: block;
	margin: 20px 0 7px !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

.fsv-cookie-page .fsv-cookie-document .cmplz-document h5::before,
.fsv-cookie-page .fsv-cookie-document .cmplz-document h6::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 2px;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 999px;
	background: rgba(0, 75, 184, 0.22);
}

.fsv-cookie-page .fsv-cookie-document .cmplz-document h5 + p,
.fsv-cookie-page .fsv-cookie-document .cmplz-document h6 + p,
.fsv-cookie-page .fsv-cookie-document .cmplz-document h5 + div,
.fsv-cookie-page .fsv-cookie-document .cmplz-document h6 + div,
.fsv-cookie-page .fsv-cookie-document .cmplz-document h5 + a,
.fsv-cookie-page .fsv-cookie-document .cmplz-document h6 + a {
	margin-top: 0 !important;
}

.fsv-cookie-page .fsv-cookie-document .cmplz-document h5 + a,
.fsv-cookie-page .fsv-cookie-document .cmplz-document h6 + a,
.fsv-cookie-page .fsv-cookie-document .cmplz-document p > a:first-child:last-child {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.fsv-cookie-page .fsv-cookie-document .cmplz-document .cmplz-service-description,
.fsv-cookie-page .fsv-cookie-document .cmplz-document .cmplz-cookie-description,
.fsv-cookie-page .fsv-cookie-document .cmplz-document .cmplz-service p,
.fsv-cookie-page .fsv-cookie-document .cmplz-document .cmplz-category p {
	color: #33415f !important;
	opacity: 1 !important;
}

@media (max-width: 760px) {
	.fsv-cookie-page .fsv-cookie-document .cmplz-document h5,
	.fsv-cookie-page .fsv-cookie-document .cmplz-document h6 {
		font-size: 11px !important;
		letter-spacing: 0.07em !important;
	}
}
