@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,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;
	}

	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,
	.wpt-cc-bottom-bar {
		display: none !important;
	}

	.navbar-brand img {
		max-width: 200px;
	}

	.domainname {
		font-weight: bold;
		font-size: 1.5em;
		margin-bottom: 1em;
	}

	.fw-bold {
		font-weight: bold;
	}

	.mb-3 {
		margin-bottom: 1em;
	}

	.form-control,
	.form-select {
		display: block;
		padding: 6px 12px;
		border-radius: .25em;
		border: 1px solid rgba(0, 0, 0, 0.3);
		width: 100%;
	}

	form .row {
		display: flex;
		flex-wrap: wrap;
		gap: 1.5em;
	}

	form .row>div {
		flex: 0 0 50%;
		max-width: calc(50% - 0.75em);
	}

	form .row>.col-auto {
		flex: 0 0 auto;
		max-width: 100%;
	}

	#maedchenname {
		display: none;
	}

	#impressumModal,
	#datenschutzModal {
		padding-top: 1.25em;
		margin-top: 1.25em;
		border-top: 1px solid rgba(0, 0, 0, 0.3);
	}

	.modal-title,
	.display-4 {
		font-size: 1.75em;
	}

	.display-4,
	.custom-headline {
		margin-top: 1.25em;
	}

	#ablauf-container .custom-row,
	#angebote-container .row,
	#gestaltung-container .row,
	#marketing-container .row {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
	}

	#ablauf-container .custom-row>div,
	#angebote-container .row>div {
		flex: 0 0 50%;
		max-width: calc(50% - 12px);
	}

	#gestaltung-container .row>div,
	#marketing-container .row>div {
		flex: 0 0 50%;
		max-width: calc(50% - 12px);
	}

	#angebote-container .row>div .card,
	#gestaltung-container .row>div .card,
	#marketing-container .row>div .card,
	.custom-card {
		padding: 12px;
		border: 1px solid rgba(0, 0, 0, 0.3);
		border-radius: 4px;
		height: 100%;
	}

	.custom-card {
		margin-top: 1em;
	}

	.custom-mb {
		margin-bottom: 24px;
	}
}