@page {
  	size: A4;
  	margin: 1cm;
}
@media print {
  	body {
    		width: 210mm;
    		height: 297mm;
  	}
                .message,
  	header #inloggenDiv,
  	header #siteMenu320,
  	header #siteMenu1220,
  	header .search,
  	header #navbeam,
  	header nav,
  	section #content-landing,
  	section article.content-head,
  	aside,
  	footer,
  	section#support,
  	.divFaq,
  	#socialDiv,
  	.slide-out-div {
  		display: none;
	}
	a,
	ul a,
	ol a {
		color: #000000;	
	}
	#content-landing {
 		min-height: 235px;
  		background-image: none !important;
	}
	.col-66{
		width: 100%;
	}
}