@CHARSET "UTF-8";
/**
 * DP 3.1 - CSS Anpassungen für die Druckansicht
 **/
@media print {
		#dp-header{ margin-bottom: 1em; }
		
		.fullscreenImage, .olbgga-bildMain{ -webkit-print-color-adjust: exact !important; color-adjust: exact !important; }
		
		.swiper-slide, .swiper-container-android .swiper-slide, .swiper-wrapper,
		.cols, .cols-s, .cols-m, .cols-l, .cols-xl,
		.cols > *, .cols-s > *, .cols-m > *, .cols-l > *, .cols-xl > *,
		.contentItem .news-picture, .contentItem .right, .ol-std-container .beforeBottomBar,
		.ol-std-container, .content-box.-has-min-height, .content-box,
		.ol-widget-startseite-bignews > .-twoCols > .-right,
		.ol-widget-startseite-bignews .item-content-inhalt,
		h1.ol-headline span, h2.ol-headline span,
		.contentItem .newsBannerOverlay, .contentItem .newsBannerOverlay-schnipsel
		{
		margin: auto!important; padding: 0!important; min-height: none!important; max-width: none!important; min-width: none!important; max-height: none!important;
		display: block!important; position: static!important; width: 100%!important; height: auto!important; float: none!important; overflow: auto!important;
		-webkit-transform: none!important;-moz-transform: none!important;-o-transform: none!important;-ms-transform: none!important;transform: none!important;
		border: none!important; box-shadow: none!important; opacity: 1!important;
		}
		
		.noprint, .fullscreenImage, .-whiteFadeOut, *.noprint, body .noprint, body .swiper-slide,
		.ol-headline span::before, .ol-headline span::after
		{ display: none!important; }
		body .swiper-slide-active{ display: block!important; }

		h1.ol-headline span, h2.ol-headline span{ border-bottom: 3px solid #ccc!important; margin-bottom: 1em!important; }
}