<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************************
* date: 02.04.2020
* description: css fÃ¼r den druck
**************************************/

html, body {
	font-size: 10pt ! important;
	background: white !important;
}

#wrapper {
	box-shadow: none;
	width: auto;
	max-width: none;
}

.designwahl, #seitenKopf, .navigationBar, .navigationMobile, #breadcrumb, #infoSpalte, .anzBilder, #seitenFuss {
	display: none !important;
}

#seitenInhalt {
	padding: 0;
}

#seitenInhalt &gt; div {
	width: auto !important;
	clear: both;
}

.album &gt; div {
	width: auto !important;
}

#albumSlider, #albumSlider .bilderBox {
	width: auto !important;
}</pre></body></html>