/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {

@page {
	margin: 1cm 1cm 1cm 2cm;
}
	
* {
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

html, body {
	font: 11pt 'PT Sans', Arial, Helvetica, sans-serif;
	height: inherit !important;
	margin: 0 !important;
	background: none !important;
}

img {
	max-width: 100% !important;
	border: none !important;
}

#wrapper {
	width: inherit !important;
	min-height: inherit !important;
}

#control {
	display: none;
}

#preview {
	display: none !important;
}

#thumbnail img {
	width: 380px !important;
	height: auto;
}

#imageframe {
	width: 400px !important;
}

#textframe {
	clear: both;
	float: inherit !important;
	width: 95% !important;
	margin-top: 20px;
}

#comments {
	clear: both;
	display: none !important;
}

footer {
	width: inherit !important;
}

body:last-child {
	/*page-break: after;*/
}

footer #colophon {
	display: none !important;
}

.share {
	display: none !important;
}

.legal-left ul.inline {
	display: none !important;
}

.legal-right {
	display: none !important;
}

p {
	page-break-inside: avoid;
}

a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}

pre,
blockquote {
	font-style: italic;
	border: none;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
}

tr,
img {
	page-break-inside: avoid;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
}

#content a[href^="//de.wikipedia.org/"],
#content a[href^="//en.wikipedia.org/"],
#content a[href^="//ru.wikipedia.org/"] {
	display: none;
}

.phone-icon {
	background: none;
	line-height: 16px;
	padding: 0;
}

#content .call {
	font-size: 18pt;
	text-shadow: none;
	border: none;
}

}
