@import "https://cdn.wpt-online.de/font-awesome/6.1.1/css/all.min.css";

@page {
	size: 21cm 29.7cm;
	margin: 25mm 16mm 25mm 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";
	}

	/* Seitenbreite */
	body,
	#wrapper {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* Hier koennen Sie eintragen wie ihre Ueberschriften in der Druckversion aussehen sollen: Groesse, Farbe, etc. */
	/*h1,h2,h3,h4,h5,h6 {
	
	}*/

	/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		margin-top: 1em;
		margin-bottom: .5em;
	}

	p,
	address,
	li,
	dt,
	dd {
		font-size: 100%;
		margin-top: 0;
	}

	/* Zeichensatz fuer Code Beispiele */
	code,
	pre {
		font-family: "Courier New", Courier, mono
	}

	ul,
	ol {
		list-style: square;
		margin-left: 18pt;
	}

	li {
		line-height: 1.6em;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	a:link,
	a:visited {
		background: transparent;
		color: #520;
		text-decoration: none;
	}

	/* Auszeichnung von Abkürzungen und Acronymen */
	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;
	}

	/* Elemente die ausgeblendet werden sollen */
	.noprint {
		display: none !important;
	}

	/* Spezielle Elemente Stylen */
	.navbar-brand {
		display: block;
		max-width: 120px;
	}

	.hero-title {
		font-weight: bold;
		font-size: 1.75em;
		margin: 1em 0;
	}

	.box {
		margin-bottom: 1em;
	}

	.box-title {
		font-weight: bold;
		font-size: 1.5em;
		margin-bottom: .5em;
	}

	#kompetenzen {
		margin-bottom: 1em;
	}

	#kompetenzen .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -30px;
		margin-left: -30px;
	}

	#kompetenzen .row>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding-left: 30px;
		margin-top: 30px;
	}

	.footer-main {
		margin-top: 1em;
		padding-top: 1em;
		border-top: 1px solid #000;
	}

	.footer-main>div>.row,
	form>.row {
		display: flex;
		margin-left: -1em;
	}

	.pe-2 {
		padding-right: .5em;
	}

	form .mb-3 {
		margin-bottom: 1em;
	}

	.footer-main>div>.row>*,
	form>.row>* {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 1em;
	}

	.form-control,
	.form-select {
		display: block;
		width: 100%;
		padding: .375em .75em;
		font-family: Georgia, "Times New Roman", serif;
	}
}