/* Basic print-stylesheet for the search-page */

@page {
  size: 210mm 297mm; 
  margin: 15mm;
  margin-left: 20mm;
  -webkit-print-color-adjust: exact;	/* print "backgroundcolors" and "background-images" per default */
}

/* full-page-wide elements */
.row, .container, .container-fluid, .card, .card-body, #mainwrapper, #main, body, html {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	border: 0px solid !important;
	margin: 0px !important;
	padding: 0px !important;
	position: static !important;
}

/* do not print this elements */
nav, 
#overlayStripe, 
#sponsors-container-wrapper,
#utility-container-wrapper,
#search-result-top-panel {
	display: none;
}

/* shrink images, if necessary */
img {
	max-width: 100%;
}

/* show the infos from templates/baurecht/core/service/template.search.printheader.php */
#search-message-printheader {
	display: block !important;
	margin-bottom: 10mm;
}

/* does not change anything? */
/* https://www.smashingmagazine.com/2018/05/print-stylesheets-in-2018/ */
#main h2, #main h3, #main h4, #main h5 {
  break-after: avoid-page;
  page-break-after: avoid;

}