/* Zeta Producer – Skip-Link nur bei Tastatur-Fokus sichtbar */
.zp-skiplink {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.zp-skiplink:focus,
.zp-skiplink:active {
	position: fixed;
	left: 0.75rem;
	top: 0.75rem;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.6rem 1rem;
	overflow: visible;
	background: #fff;
	color: #333;
	border: 2px solid #c84037;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	font-weight: 600;
}
