/*
 * print.css - Ausdruck (Spec 11).
 * Kopf, Fuß und Bewegung raus, Farben zu Schwarz, Links mit Adresse.
 */

.kopfbalken,
.mobilmenue,
.schimmer,
.site-footer,
.burger,
.suchform,
.kommentare { display: none !important; }

body {
	background: #fff !important;
	color: #000 !important;
	font-size: 11pt;
	line-height: 1.5;
}

.site-main { padding: 0; max-width: none; }

h1, h2, h3, h4, h5, h6 { color: #000 !important; page-break-after: avoid; }

.entry-content img { filter: none !important; max-width: 100% !important; page-break-inside: avoid; }

.entry-content a { color: #000 !important; text-decoration: underline; background: none !important; }
.entry-content a[href^="http"]::after {
	content: " (" attr(href) ")";
	font-size: 9pt;
	word-break: break-all;
}

.js-reveal { opacity: 1 !important; transform: none !important; }
