@media print{
	body{
		font-family: "times new roman", times, serif;
		text-align:left;
		background-color:#fff;
		color:#000;
		padding-top:0 !important;
	}
	
	img{
		max-width:200px !important;
		height:auto;
	}
	
	form,
	.noprint,
	.notdienstBoxMobil,
	.headerImage,
	.d-md-none,
	.modal,
	.mandatory,
	.bmt,
	.img-us-container,
	.notdienstBox img,
	.kachelLeistungenContainer img,
	.list-schluessel img,
	#navbar,
	#logo,
	#hot-wire img,
	#partner,
	#section-hund{
		display:none;
	}
	
	.notdienstBox .test .col-xl-9 .row:not(:first-child),
	.footer-main .myContainer .row .col-md-6,
	.footer-main .map-print .col-md-6{
		display:inline-block;
		width:auto;
	}
	.notdienstBox .test .col-xl-9 .row:last-child,
	.footer-main .myContainer .row .col-md-6:last-child,
	.footer-main .map-print .col-md-6:last-child{
		margin-left:16px;
	}
	.kachelLeistungenContainer{
		padding-top:20px;
	}
	.myContainer,
	.list-schluessel{
		padding-top:20px !important;
		padding-bottom:20px !important;
	}
	#staedte span a{
		display:block;
	}
	
	a[href]::after {
		content: " <" attr(href) ">";
		color: #888;
		background-color: inherit;
		font-style: italic;
		font-size: 80%;
	}
}
