@font-face {
	font-family: "DINNextLTW05";
	src:local("DINNextLTW05 Regular"),local("DINNextLTW05-Regular"),url("./fonts/DINNextLTW05-Regular.woff") format("woff")
}
html, body {
	font-family: "DINNextLTW05", sans-serif !important;
	font-size: 16px;
    max-width: 720px;
	min-width: 416px;
	color: black;
	margin: 25px;
}
.header {
	display: flex;
	justify-content: flex-start;
	gap: 60px;
	align-items: anchor-center;
}
.header img {
	width: 150px;
	height: auto;
}
.header a {
	text-decoration: none;
	color: black;
}
.header a:nth-child(2) {
    margin-top: 10px;
}
h1{
	font-size: 2em;
	font-weight: 700;
}
.content {
	margin-top: 48px;
	margin-bottom: 48px;
}
.button-container {
	margin-top: 48px;
	margin-bottom: 48px;
}
.button-container button {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #96272D;
	color: white;
	border: none;
	cursor: pointer;
}
.highlight {
    background-color: #F8EBEA; /* Hintergrundfarbe */
    padding: 32px;
}