/* Küstenfieber-Klon: eigener schlanker Cookie-Consent-Banner, ersetzt Borlabs Cookie (Phase 4) */
.kf-consent-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #fff;
	border-top: 1px solid #e2e2e2;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
	padding: 20px clamp(16px, 4vw, 60px);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
.kf-consent-banner[hidden] {
	display: none;
}
.kf-consent-text {
	flex: 1 1 320px;
	color: #333;
	margin: 0;
}
.kf-consent-text a {
	color: inherit;
	text-decoration: underline;
}
.kf-consent-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.kf-consent-btn {
	border: 1px solid #1d1d1d;
	background: #1d1d1d;
	color: #fff;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
}
.kf-consent-btn.kf-consent-secondary {
	background: #fff;
	color: #1d1d1d;
}
.kf-consent-gate {
	border: 1px solid #e2e2e2;
	background: #f7f7f7;
	padding: 32px 20px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	min-height: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.kf-consent-gate button {
	border: 1px solid #1d1d1d;
	background: #1d1d1d;
	color: #fff;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
}
