@page {
	size: 21cm 29.7cm;
	margin: 27mm 16mm 27mm 16mm;
}

@media print {

	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 */
	#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 {
	
	}

	.hero-text .h1,
	.box-title {
		font-weight: bold;
		margin: 1em 0;
	}

	.hero-text .h1 {
		font-size: 2rem;
	}

	.box-title {
		font-size: 1.3em;
	}

	.box-content .box-title {
		font-size: 1.15em;
	}

	/* 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;
	}

	/* 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,
	#maedchenname,
	.wpt-cc-banner {
		display: none !important;
	}

	/* Spezielle Elemente Stylen */
	img {
		max-width: 100%;
		height: auto;
	}

	.box-content {
		border: 1px solid gray;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 1em;
	}

	.termine-box .box-content, .aktuelles-box .box-content {
		border: none;
	}

	.termine-box .box-content {
		padding: 0;
	}

	.footer-main {
		margin-top: 1em;
		padding-top: 1em;
		border-top: 1px solid gray;
	}

	.footer-column {
		margin-bottom: 1.5em;
	}

	.social-icon {
		height: 2rem;
		width: auto;
	}

	.grid, .grid-item {
		box-sizing: border-box
	}

	.grid {
		margin: 0 0 0 -15px;
		width: calc(100% + 15px);
		height: auto !important;
	}

	.grid::after {
		content: "";
		display: table;
		clear: both;
	}

	.grid-item {
		display: block;
		width: 50%;
		padding: 0 0 0 15px;
		position: static !important;
		float: left;
	}

	.aktuelles-box {
		border: 1px solid gray;
		margin-bottom: 1em;
	}

	.bild-caption p {
		margin-bottom: 0;
	}

	.form-group, .form-control, form .row, form .row .col-md-6 {
		box-sizing: border-box;
	}

	.form-group {
		margin-bottom: 1rem;
	}

	.form-control {
		display: block;
		width: 100%;
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-image: none;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		font-family: Georgia, "Times New Roman", serif;
	}

	select.form-control:not([size]):not([multiple]) {
		height: calc(2.25rem + 2px);
	}

	form .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	form .row .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 5px;
	}

	.fa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.fa-map-marker:before {
		content: "\f041";
	}

	.fa-phone:before {
		content: "\f095";
	}

	.fa-envelope:before {
		content: "\f0e0";
	}

	.fa-clock-o:before {
		content: "\f017";
	}
}