.fehlerseite-404 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
	text-align: center;
	padding: 2rem;
}

.fehlerseite-404-inner {
	max-width: 500px;
	width: 100%;
}

.fehler-icon {
	font-size: 6rem;
	color: #dc3545; /* leicht rötlich, du kannst auch deinen Akzentton verwenden */
	margin-bottom: 1rem;
}

.fehlerseite-404 h1 {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.fehlerseite-404 p {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

.fehlerseite-404 a {
	display: inline-block;
	padding: 0.7rem 1.4rem;
	border-radius: 4px;
	text-decoration: underline;
}