@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;
		text-align: justify;
		quotes: "\201E""\201C""\201A""\2018";
	}

	body,
	#wrapper {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		text-align: left;
		page-break-after: avoid;
		font-weight: bold;
	}

	p,
	address,
	li,
	dt,
	dd {
		font-size: 100%
	}

	img {
		max-width: 100%;
	}

	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;
	}

	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,
	.box img,
	video,
	.video-poster-hover,
	.play-button,
	#maedchenname,
	.maedchenname {
		display: none !important;
	}

	.fw-bold {
		font-weight: bold;
	}

	.content-main {
		margin-top: 0 !important;
	}

	.navbar-brand img {
		max-width: 150px;
	}

	.projektbox-container,
	.videobox-container,
	.ma-container {
		margin: 0 -10px;
	}

	.projektbox-container::after,
	.videobox-container::after,
	.ma-container::after {
		content: "";
		display: table;
		clear: both;
	}

	.projekt-box,
	.video-box,
	.ma-box {
		float: left;
		width: 50%;
		padding: 0 10px 20px;
	}

	.video-box img {
		border: 2px solid #333;
	}

	.video-headline {
		margin: 1em 0;
	}

	.job-box {
		padding: 1em;
		border: 2px solid #333;
		margin-bottom: 1em;
	}

	.job-box h5 button,
	.job-box .h5 button,
	.accordion-button {
		padding: 0;
		border: none;
		background: none;
		font-weight: bold;
		font-size: 1em;
		text-align: left;
	}

	.ma-video {
		margin-bottom: .5em;
	}

	.ma-video img {
		border-radius: 50%;
		border: 2px solid #333;
	}

	.ma-text {
		text-align: center;
	}
}