﻿@media print {
	header,
	footer,
	aside,
	.idLiketoSearchBTN,
	.frmSearch,
	.quickLinks,
	.skipToContent,
	.categoryTitle,
	.breadCrumb,
	.feedback,
	.btnScrollup,
	.socialMedia,
	ul.textResizer {
		display: none !important;
	}

	body {
		font: normal 12pt/1.5 Arial, sans-serif !important;
		min-width: 0 !important;
		overflow: visible !important;
		background: none;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: inherit !important;
		font-size: 0.7cm !important;
		font-weight: bold;
	}

	a[href^="http"]::after {
		content: " (" attr(href) ")";
	}

	main,
	.row {
		display: block;
	}

	main,
	.mainContainer {
		padding: 0 !important;
		margin: 0 !important;
		background: none !important;
	}

	.container {
		width: 100%;
		max-width: 100%;
		min-width: 0 !important;
	}

	h4.pageTitle {
		border-bottom: none;
	}
}
