@media print {
	@page {
		size: auto;
		margin: 15mm 15mm 15mm 15mm;  
	}
	
	.print {
		display:block !important;
	}

	.noprint {
		display: none !important;
	}
	
	body {
		background:#fff;
		width:700px;
		height:auto;
		overflow:hidden;
	}
	
	header {
		position:static;
		height:130px;
	}
	
	header nav,
	.noprint {
		display:none;
	}
	
	article {
		padding-top: 0;
	}
	
	.entrytype.standard .image img {
		width:auto;
		height:100%;
	}
	
	.stellendetail h2 {
		margin-bottom:20px;
	}
	
	.stellendetail .center {
		text-align:center;
	}
	
	.stellendetail .description {
		margin-top:20px;
	}
	
	.stellendetail .consultant {
		page-break-inside:avoid;
	}
	
	.stellendetail .consultant  img {
		width:30%;
		margin:20px 0;
	}
	
	.entrytype {
		background-color:#fff !important;
	}
}
