@media print {
    body {
        background: #fff none !important;
        color: #000;
    }
    .intern-banner, 
	.single .right-content,
	.slider_with_nav,
	.footer-newsletter,
	#footer,
	#main-menu,
	.search-form-top,
	#social,
	#header:before{display:none;}
	
	
	.single .left-content{float:none;width:100%;}
	.logo{background:url('https://www.martenscentre.eu/wp-content/themes/martenscentre/images/martens-centre-logo-print.jpg')no-repeat!important;width:200px;height:50px;background-size:contain;float:none;margin:0 auto;}
	.logo img{visibility:hidden!important;}
	#header{background:none;position:relative;}
	.sticky #header{box-shadow:none;position:relative;}
	.footer-copyright{background:none;color:#000;}
	
}