@media print {
	@page { size:29.7cm 21.0cm;  }
	/* Druckfehler Chromium */
	* {
	    -webkit-transition: none !important;
	    transition: none !important;
	}
	
	/* ausblenden beim Druck */
	.noprinting {
	    width:0;
	    height:0;
	    display:none;
	}

	body {
	}

	.header {
		display:none;
		height:0;
		width:0;
	}
	.footer {
		display:none;
		height:0;
		width:0;
	}
	.mobile_nav {
		display:none;
		height:0;
		width:0;
	}
	#scroll_to_top {
		display:none;
		height:0;
		width:0;
	}

	main {
		margin-top:0 !important;
	}	
}
