@media print {
	body {font-family: Arial;}
	.header {box-shadow: none !important;}
	.header__right {display: none !important;}
	.sidebar {display: none !important;}
	.page > .row  > .column.large-3.medium-3.small-12 {display: none !important;}
	.page > .row  > .column.large-9.medium-9.small-12 {width: 100%; display: block !important; flex: 0 0 100%; max-width: 100%;}
	.page > .row  > .column.large-9.medium-9.small-12 > .templatecontent {display: none !important;}
	.keyvisual, .menu, .more, .breadchrumbs, .title, .page__links, .sub-keyvisual, .info, .footer {display: none !important;}
	h1 {font-size: 36px; line-height: 44px; margin: 30px 0;}
	.sm-mobile, .header__menu, .header__menu, .preview_banner, .header {display: none !important;}
	.table {overflow: visible !important; width: 100% !important;}
	table {width: 100% !important;}
	p a {color: #000 !important;}
	.page > .row {width: 100% !important; max-width: 100% !important;}
}