@import url("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;
		/* Zeichensatz auf Serifen umstellen */
		text-align: justify;
		/* Blocksatz */
		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;
	}

	p,
	address,
	li,
	dt,
	dd {
		font-size: 100%
	}

	/* 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;
	}

	a:link,
	a:visited {
		background: transparent;
		color: #520;
		font-weight: bold;
		text-decoration: underline;
	}

	td {
		vertical-align: text-top;
	}

	/* 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;
	}

	#wrapper:after {
		content: "\ Alle Rechte vorbehalten. (c) 2022 IntUV RuhrStadt - Internationaler Unternehmerverband, www.intuv.de";
		display: block;
		color: #999 !important;
		font-size: 0.85em;
		border-top: 1px solid #999;
		margin-top: 1em;
		padding-top: 1em;
	}

	/* Elemente die ausgeblendet werden sollen */
	.noprint {
		display: none !important;
	}

	/* Spezielle Elemente Stylen */
	.content-main {
		margin-top: 0 !important;
	}

	.accordion-item {
		padding: 1em;
		border: 1px solid #999;
		margin-bottom: 1em;
	}

	.accordion-button {
		border: none;
		background-color: transparent;
		border-radius: 0;
		padding: 0;
		font-size: 100%;
		font-weight: bold;
	}

	.form-control,
	.form-select {
		display: block;
		width: 100%;
		padding: 6px 12px;
	}

	.card {
		border: 1px solid #999;
		margin-bottom: 1em;
	}

	.card-header {
		font-size: 1.3em;
		font-weight: bold;
		background-color: #999;
	}

	.card-header,
	.card-body {
		padding: 1em;
	}

	.card-bory .row,
	#filter .row,
	form .row {
		display: -ms-flexbox;
		display: flex;
	}

	.card-body .row {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.card-body img {
		max-height: 200px;
	}

	form .mb-3 {
		margin-bottom: 1em;
	}

	.footer-main {
		border-top: 1px solid #333;
		margin-top: 1em;
	}

	#filter,
	form .row {
		margin-left: -12px;
	}

	#filter {
		margin-bottom: 1em;
	}

	#filter>div,
	form .row>div {
		padding-left: 12px;
	}

	#filter .col-sm-4 {
		-ms-flex: 0 0 33.3333333%;
		flex: 0 0 33.3333333%;
		max-width: 33.3333333%
	}

	#filter .col-sm-8 {
		-ms-flex: 0 0 66.6666667%;
		flex: 0 0 66.6666667%;
		max-width: 66.6666667%
	}

	form .row>.col {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	form .row>.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	form .row>.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}