.category-filter-link {
	position: relative;
	font-weight: 500 !important;
	text-decoration: none !important;
	font-family: var(--font-alt);
	border-radius: 4px !important;
	text-align: left !important;
	line-height: 1.2 !important;
	box-decoration-break: clone;
}

@media screen and (max-width: 1025px) {
	.category-filter-link {
		line-height: 1.2 !important;
	}
}
.post-type-archive-projekt main {
	margin-top: var(--header-height);
}
.post-type-archive-projekt main > *:first-child > *:first-child {
	margin-block-start: 0;
}

.post-archive__title {
	opacity: 1 !important;
	transform: unset !important;
}
main {
	transform: unset !important;
}

body.post-type-archive-projekt {
	background: var(--primary-dark);
}
