@media print {
	body{
		font-family: "times new roman", times, serif;
		text-align:left;
		background-color:#fff;
		color:#000;
	}
	
	.noprint, .footer-main{
		display:none;
	}
	
	.print-no,
	#oben,
	#corporate .h2,
	#bilder,
	#referenzen,
	#starter .img,
	#logobox.scrolled::before,
	.bilder,
	.mandatory-btn,
	.totop,
	.mehr,
	#starter .btnutext,
	.bgbild {
		display: none !important;
	}
	
	#ueber_uns1 .h2,
	#starter .h2 {
		transform: rotate(0deg);
		position: static;
		writing-mode: horizontal-tb;
		color: #ccc;
		font-size: 3rem;
	}
	
	#logobox,
	.modal {
		position: absolute;
	}
}