<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Vollkorn';
	src: url('../../fonts/vollkorn/vollkorn.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	src: url('../../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

body {
	font-family: 'Roboto';
}

hr {
	color: grey;
}

.custom-link {
	padding-right: 1em;
	color:#003F8F;
}

.custom-link:hover, .custom-link:focus, .custom-link:hover:focus {
	text-decoration: underline;
	font-weight: 600;
}

.custom-link-at-button {
	padding-right: 1em;
	color:#003F8F;
}

.custom-link-at-button:hover, .custom-link-at-button:focus, .custom-link-at-button:hover:focus {
	text-decoration: underline;
	font-weight: 600;
}

.custom-button {
	font-family: 'Roboto';
	background-color: #464545;
	color: #fff;
	font-size: 1em;
	border-color: #464545;
	border-radius: 0;
	background-color: #464545;
}

.custom-button:hover, .custom-button:focus, .custom-button:hover:focus,
	.custom-button:active:focus {
	background-color: #403f3f;
	color: #fff;
	border-color: #464545;
}

.custom-button:focus, .custom-button:hover:focus, .custom-button:active:focus
	{
	border-color: #000;
}

.progress-bar-success  {
	background-color: #003F8F;
}

.datenschutz {
	text-align: justify;
}</pre></body></html>