﻿/*--------------------------*/
/* ------Print Ausgabe----- */
/*--------------------------*/

@media print 
{
	*{
		background-color: #fff;
		color: #000;
	}
	
	body, #wrapper {
		margin: 0; /* Mögliche zentrierung aufheben */
	}
	
	header, footer, .readwrapper {
	display: none;
	}
	
	main, main:has(.container.full.seiteneinleitung_main + .container.full.bg.panorama) {
	padding-top: 0;
	}

	.grid {
	grid-template-columns: 1fr!important;
	}
	
	


}

/*--------------------------*/
/* ---Ende Print Ausgabe--- */
/*--------------------------*/