@media print {

	/* Layout */

	@page {
	margin: 1.0cm;
	}

	/* Elemente */

	body
	{
	background-color:#FFFFFF;
	}

	#masthead {
	padding: 0cm 0cm 1cm;
	}

	#teaser
	{
	 padding: 0cm 0cm 1cm;
	}

	#main
	{
	padding: 0cm 0cm 1cm;
	}

	#main .pad
	{
	padding:0;
	}

	#toggle-main
	{
	display:none;
	}

	#header-menu #search
	{
	display:none;
	}

	#header-nav
	{
	display:none;
	}

	#sidebar
	{
	border-top:1pt solid #AE7B25;
	border-bottom:1pt solid #AE7B25;	
	padding:0.5cm 0cm;	
	font-size:9pt;
	margin-bottom:1cm;	
	}

	#sidebar-bottom
	{
	display:none;
	}

	#sidebar .widget
	{
	width:25%;
	float:left;
	margin:0;
	padding:0.5cm 0.5cm 0cm;	
	}



	#colophon {
	display:none;	
	}

	.entry-interactions
	{
	display:none;
	}	








	body {
	font-size: 12pt;
	line-height: 150%;
	background: #fff !important;
	color: #000;
	}

	h1 {
	font-size: 24pt;
	line-height: normal;	
	}

	h2
	{
	font-size: 20pt;
	line-height: normal;	
	}

	h3
	{
	font-size: 16pt;
	line-height: normal;	
	}

	h4 {
	font-size: 12pt;
	line-height: normal;	
	} 

	h5
	{
	font-size: 12pt;
	line-height: normal;
	}

	h6
	{
	font-size: 12pt;
	line-height: normal;
	}


	/* Linkfarbe und Linkverhalten darstellen */
	a:link, a:visited, a {
	text-decoration: underline;
	text-align: left;
	}

	a {
		page-break-inside:avoid
	}


	/* Alle Seitenumbrüche definieren */
	a {
		page-break-inside:avoid
	}
	blockquote {
		page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
		 page-break-inside:avoid }
	img { page-break-inside:avoid; 
		 page-break-after:avoid; }
	table, pre { page-break-inside:avoid }
	ul, ol, dl { page-break-before:avoid }	
	
	
	
	
	
	
	
	/* Benutzerdefinierte Nachrichten vor und nach dem Inhalt einfügen */
	#wrapper:after {
	content: "\ Alle Rechte vorbehalten. (c) 2018 Sprechsaal - sprechsaal.de";
	color: #000000 !important;
	padding-top: 30px;
	}
	
	
	
	

}