/* Print-Stylesheet */

@media print {
	
header, nav, #teaser, footer, a.menu-link, #subnavfm {
	display: none;
}

#content {
	width: 100%;
	margin: 0;
	float: none;
}

#content:before {
	content: url(../images/logo.png);
}

/* Seitenränder einstellen */
@page {
	margin: 2cm;
}

/* Font auf 16px/13pt setzen, Background auf Weiß und Schrift auf Schwarz setzen. */
body {
	font-family: Times, “Times New Roman”, Georgia, serif;
	font-size: 13pt;
	line-height: 1.3;
	background: #fff !important;
	color: #000;
}

h1 {
	font-size: 18pt;
}

h2, h3 {
	font-size: 14pt;
	margin-top: 25px;
}

/* Alle Seitenumbrüche definieren */
a {
    page-break-inside:avoid
}

h1, h2, h3 { 
	page-break-after:avoid; 
   page-break-inside:avoid;
}

img {
	page-break-inside:avoid; 
   page-break-after:avoid;
}

ul, ol {
	page-break-before:avoid;
}

/* Linkfarbe und Linkverhalten darstellen */
a:link, a:visited, a {
	background: transparent;
	color: #008040;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

a:after {
	content:" [" attr(href) "]";
}

a[data-lightbox] {
	display: none;
}

/* Listen */
ul, ol {
	margin-left: 10pt;
	margin-bottom: 20pt;    
}

li {
	line-height: 1.5em;

}

ul.foerderer li {
	list-style: none;
}

}