/* ------------------------------------------------------------------------------------------------------------- */
/* Druck-Definitionen ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------- */
@media print {
	* {
		all: revert !important;
	}
	#header,
	#left,
	#right,
	#footer,
	#button_wrapper,
	#play,
	.back,
	.content-toplink,
	.sm-sprueche,
	.sharebuttons,
	img,
	audio,
	video,
	figcaption,
	#wrapper ~ * {
		display: none !important;
	}
  
	/* Inspired by bootstrap */
	abbr[title]::after {
		content: " (" attr(title) ")" !important;
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #adb5bd !important;
		page-break-inside: avoid !important;
	}
	tr,
	img {
		page-break-inside: avoid !important;
	}
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3 !important;
		widows: 3 !important;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6  {
		page-break-after: avoid !important;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
		border: 1px solid #dee2e6 !important;
	}
}