<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://cdn.wpt-online.de/font-awesome/6.1.1/css/all.min.css";

@page {
	size: 21cm 29.7cm;
	margin: 27mm 16mm 27mm 16mm;
}

@media print {
	* {
		box-sizing: border-box;
	}

	html,
	body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0 !important;
	}

	body {
		background: #fff !important;
		color: #000;
		font: 12pt Georgia, "Times New Roman", serif;
		quotes: "\201E" "\201C" "\201A" "\2018";
		line-height: 1.5;
	}

	/* Seitenbreite */
	body,
	#wrapper {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/*h1,h2,h3,h4,h5,h6 {
	
	}*/

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	p,
	address,
	li,
	dt,
	dd {
		font-size: 100%
	}

	code,
	pre {
		font-family: "Courier New", Courier, mono
	}

	ul,
	ol {
		list-style: square;
		margin-left: 18pt;
	}

	li {
		line-height: 1.6em;
	}

	td {
		padding: 0;
		vertical-align: top;
	}

	td:not(:last-of-type) {
		padding-right: .5em;
	}

	a:link,
	a:visited {
		background: transparent;
		color: #000;
		text-decoration: none;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	abbr[title]:after,
	acronym[title]:after {
		content: '(' attr(title) ')';
		background-color: inherit;
		color: #369;
		font-style: italic;
	}

	*[cite]:after {
		content: close-quote" (Quelle: " attr(cite)")";
	}

	q:before,
	blockquote:before {
		content: open-quote;
	}

	q:after,
	blockquote:after {
		content: close-quote;
	}

	.noprint,
	.visually-hidden {
		display: none !important;
	}

	.navbar-brand {
		display: block;
		width: 250px;
	}

	.breadcrumb,
	.hero-headline {
		margin-top: 2em;
		font-size: 1.5em;
		font-weight: bold;
		text-transform: uppercase;
	}

	.footer-main {
		padding-top: 1em;
		margin-top: 1em;
		border-top: 1px solid gray;
	}

	.footer-main .row {
		display: flex;
		flex-wrap: wrap;
		margin-top: -30px;
		margin-left: -30px;
	}

	.footer-main .row&gt;* {
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 30px;
		padding-left: 30px;
	}

	.gallery-container {
		margin-left: -20px;
		width: calc(100% + 20px);
	}

	.gallery-container::after {
		content: "";
		display: table;
		clear: both;
	}

	.gallery-container&gt;div {
		float: left;
		margin-top: 20px;
		padding-left: 20px;
		width: 50%;
	}

	.gallery-container img {
		max-width: 100%;
		height: auto;
	}

	.form-group {
		margin-bottom: 1em;
	}

	.form-control,
	.form-select {
		display: block;
		width: 100%;
		padding: .375em .75em;
	}
}</pre></body></html>