/* @page {
	size: 14.8cm 21cm;
	margin: 2cm 2cm;
} */

@page {
	size: A4 portrait;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

#topnav,
#footer,
#breadcrumb-bar,
#footer-subtext,
#cookie-consent-banner {
	display: none !important;
}

#background-video {
	height: initial !important;
}

body,
html,
p {
	font-size: 12pt;
}

.wrapping-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr)) !important;
}
