@charset "UTF-8";
@page{margin:10mm 15mm}@media print{nav#main-menu,.hamburger,aside,footer{display:none !important}body{-webkit-print-color-adjust:exact;print-color-adjust:exact;print-color-adjust:exact;min-height:inherit;display:grid;grid-template:"header" "cover" "crumbs" "single" "main-L"/100%}html{font-size:8pt}h1{font-size:200%}h2{font-size:175%}h3{font-size:150%}h4{font-size:130%}h5{font-size:120%}h6{font-size:110%}#head-logo{display:block !important}img{display:inline-block}.no-print{display:none !important}.no-page-break{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}}

/* CSS Document */
/* 
@page{
	margin: 10mm 15mm;
}
@media print {
	
	header{display: none;}
	footer{display: none;}

	body{
		-webkit-print-color-adjust: exact;
		min-height: inherit;
		display: grid;
		grid-template:
			"title" 
			"cover" 
			"crumbs"
			"single"
			"main-L"
			"side-R"
			"bottom"
			/100%;
	}
	
	html {	font-size: 8pt;}
	
	#head-logo{display: block;}
	
	img {display: inline-block;}

	.no-print{display: none !important;}

	.col-sm-1 { width: 8.33333333% !important; }
	.col-sm-2 { width: 16.66666667% !important; }
	.col-sm-3 { width: 25% !important; }
	.col-sm-4 { width: 33.33333333% !important; }
	.col-sm-5 { width: 41.66666667% !important; }
	.col-sm-6 { width: 50% !important; }
	.col-sm-7 { width: 58.33333333% !important; }
	.col-sm-8 { width: 66.66666667% !important; }
	.col-sm-9 { width: 75% !important; }
	.col-sm-10{ width: 83.33333333% !important; }
	.col-sm-11{ width: 91.66666667% !important; }
	.col-sm-12{ width: 100% !important; }
	
	.col-md-1 { width: 8.33333333% !important; }
	.col-md-2 { width: 16.66666667% !important; }
	.col-md-3 { width: 25% !important; }
	.col-md-4 { width: 33.33333333% !important; }
	.col-md-5 { width: 41.66666667% !important; }
	.col-md-6 { width: 50% !important; }
	.col-md-7 { width: 58.33333333% !important; }
	.col-md-8 { width: 66.66666667% !important; }
	.col-md-9 { width: 75% !important; }
	.col-md-10{ width: 83.33333333% !important; }
	.col-md-11{ width: 91.66666667% !important; }
	.col-md-12{ width: 100% !important; }
	
	.col-lg-1 { width: 8.33333333% !important; }
	.col-lg-2 { width: 16.66666667% !important; }
	.col-lg-3 { width: 25% !important; }
	.col-lg-4 { width: 33.33333333% !important; }
	.col-lg-5 { width: 41.66666667% !important; }
	.col-lg-6 { width: 50% !important; }
	.col-lg-7 { width: 58.33333333% !important; }
	.col-lg-8 { width: 66.66666667% !important; }
	.col-lg-9 { width: 75% !important; }
	.col-lg-10{ width: 83.33333333% !important; }
	.col-lg-11{ width: 91.66666667% !important; }
	.col-lg-12{ width: 100% !important; }
	.row{display: flex !important;}

	.no-page-break{
		page-break-inside: avoid;
		break-inside: avoid;
	}
	
	h1 { font-size: 200%;}
	h2 { font-size: 175%;}
	h3 { font-size: 150%;}
	h4 { font-size: 130%;}
	h5 { font-size: 120%;}
	h6 { font-size: 110%;}
	
} */