/**************************************
* 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 > div {
	width: auto !important;
	clear: both;
}

.album > div {
	width: auto !important;
}

#albumSlider, #albumSlider .bilderBox {
	width: auto !important;
}