:root {
	--wk-bg: #e6e4de;
	--wk-surface: #ffffff;
	--wk-text: #161e11;
	--wk-muted: #7a756f;
    --wk-schlam: #707070;
    --wk-primary-coral: #ff7f50;
	--wk-primary: #f76962;
	--wk-primary-soft: #f28782;
	--wk-outline: rgba(22, 30, 17, 0.16);
	--wk-shadow: 0 18px 40px rgba(22, 30, 17, 0.08);
}

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "IBM Plex Sans", sans-serif;
	color: var(--wk-text);
	background: radial-gradient(circle at 20% 10%, #f8fff2 0%, var(--wk-bg) 52%, #ebf5de 100%);
	line-height: 1.65;
}
.skip-link {
	position: absolute;
	top: -1000px;
	left: 0.75rem;
	padding: 0.6rem 0.9rem;
	background: #ffffff;
	color: #161e11;
	border: 2px solid var(--wk-primary);
	border-radius: 0.4rem;
	z-index: 1000;
	text-decoration: none;
}
.skip-link:focus {
	top: 0.75rem;
}
.impressum-page {
	width: min(980px, calc(100% - 2.5rem));
	margin: 2.5rem auto 4rem;
}
.page-header {
	background: var(--wk-surface);
	border: 1px solid var(--wk-outline);
	border-left: 6px solid var(--wk-primary);
	padding: 1.5rem 1.5rem 1.25rem;
	margin-bottom: 1.25rem;
	box-shadow: var(--wk-shadow);
}
.page-header h1 {
	margin: 0 0 0.35rem;
	font-family: "Rubik", sans-serif;
	font-size: clamp(2rem, 4vw, 2.6rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.page-header p {
	margin: 0;
	color: var(--wk-muted);
}
.impressum-section {
	background: var(--wk-surface);
	border: 1px solid var(--wk-outline);
	padding: 1.3rem 1.5rem;
	margin-bottom: 1rem;
	box-shadow: var(--wk-shadow);
}
.impressum-section h2 {
	margin: 0 0 0.9rem;
	font-family: "Rubik", sans-serif;
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	line-height: 1.3;
	color: color-mix(in srgb, var(--wk-text) 78%, var(--wk-primary));
}
.impressum-section p,
.impressum-section li,
.impressum-section address {
	margin-top: 0;
	margin-bottom: 0.75rem;
}
.impressum-section strong {
	font-weight: 600;
}
.impressum-section address {
	font-style: normal;
}
.impressum-section ul {
	margin: 0.2rem 0 0.75rem 1.2rem;
	padding: 0;
}
#main-content {
	width: min(980px, calc(100% - 2.5rem));
	margin: 2.5rem auto 4rem;
}
.cs-container {
	width: 100%;
}
.legal-page--cookies {
	counter-reset: cookie-sections;
}
.legal-page--cookies .legal-section:not(.legal-toc) h2::before {
	counter-increment: cookie-sections;
	content: counter(cookie-sections) ". ";
	font-variant-numeric: tabular-nums;
	color: color-mix(in srgb, var(--wk-text) 78%, var(--wk-primary));
}
.legal-page--privacy {
	counter-reset: privacy-sections;
}
.legal-page--privacy .legal-section h2::before {
	counter-increment: privacy-sections;
	content: counter(privacy-sections) ". ";
	font-variant-numeric: tabular-nums;
	color: color-mix(in srgb, var(--wk-text) 78%, var(--wk-primary));
}
.legal-page--copyright {
	counter-reset: copyright-sections;
}
.legal-page--copyright .legal-section:not(.legal-toc) h2::before {
	counter-increment: copyright-sections;
	content: counter(copyright-sections) ". ";
	font-variant-numeric: tabular-nums;
	color: color-mix(in srgb, var(--wk-text) 78%, var(--wk-primary));
}
.legal-page--agb {
	counter-reset: agb-sections;
}
.legal-page--agb .legal-section:not(.legal-toc) h2::before {
	counter-increment: agb-sections;
	content: counter(agb-sections) ". ";
	font-variant-numeric: tabular-nums;
	color: color-mix(in srgb, var(--wk-text) 78%, var(--wk-primary));
}
.impressum-page--numbered {
	counter-reset: impressum-sections;
}
.impressum-page--numbered .impressum-section h2::before {
	counter-increment: impressum-sections;
	content: counter(impressum-sections) ". ";
	font-variant-numeric: tabular-nums;
	color: color-mix(in srgb, var(--wk-text) 78%, var(--wk-primary));
}
.legal-hero,
.legal-toc,
.legal-section {
	background: var(--wk-surface);
	border: 1px solid var(--wk-outline);
	box-shadow: var(--wk-shadow);
	padding: 1.3rem 1.5rem;
	margin-bottom: 1rem;
}
.legal-hero {
	border-left: 6px solid var(--wk-primary);
}
.legal-breadcrumb ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 0.9rem;
	padding: 0;
	color: var(--wk-muted);
	font-size: 0.95rem;
}
.legal-breadcrumb li + li::before {
	content: ">";
	margin-right: 0.45rem;
	color: var(--wk-muted);
}
.legal-hero h1 {
	margin: 0 0 0.75rem;
	font-family: "Rubik", sans-serif;
	font-size: clamp(2rem, 4vw, 2.6rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.legal-intro,
.legal-date {
	margin: 0 0 0.75rem;
	color: color-mix(in srgb, var(--wk-text) 88%, var(--wk-muted));
}
.legal-date {
	font-size: 0.95rem;
	color: var(--wk-muted);
	margin-bottom: 0;
}
.legal-toc h2,
.legal-section h2 {
	margin: 0 0 0.9rem;
	font-family: "Rubik", sans-serif;
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	line-height: 1.3;
	color: color-mix(in srgb, var(--wk-text) 78%, var(--wk-primary));
}
.legal-section h3,
.legal-toc h3 {
	margin: 1.1rem 0 0.6rem;
	font-family: "Rubik", sans-serif;
	font-size: 1.05rem;
	line-height: 1.35;
	color: color-mix(in srgb, var(--wk-text) 84%, var(--wk-primary));
}
.legal-toc ol,
.legal-list {
	margin: 0.2rem 0 0.75rem 1.2rem;
	padding: 0;
}
.legal-section p,
.legal-section li,
.legal-note,
.legal-card p {
	margin-top: 0;
	margin-bottom: 0.75rem;
}
.legal-card {
	background: #fbfaf8;
	border: 1px solid color-mix(in srgb, var(--wk-outline) 72%, #ffffff);
	padding: 1rem 1rem 0.35rem;
	margin: 0.9rem 0;
}
.legal-note {
	background: #f3f8ee;
	border-left: 4px solid var(--wk-primary-soft);
	padding: 0.85rem 1rem;
	color: color-mix(in srgb, var(--wk-text) 90%, var(--wk-muted));
}
.legal-back-top {
	margin: 0.6rem 0 0;
	font-weight: 500;
	text-align: right;
}
a {
	color: var(--wk-primary);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	overflow-wrap: anywhere;
}
a:hover,
a:focus-visible {
	color: var(--wk-schlam);
}
a:focus-visible {
	outline: 2px solid var(--wk-primary-coral);
	outline-offset: 2px;
}
@media (max-width: 760px) {
	#main-content,
	.impressum-page {
		width: min(980px, calc(100% - 1.25rem));
		margin-top: 1rem;
	}
	.legal-hero,
	.legal-toc,
	.legal-section,
	.page-header,
	.impressum-section {
		padding: 1rem;
	}
	.legal-breadcrumb ol {
		font-size: 0.9rem;

    }
}
