/*----| Drucken |----*/

@media print {

body {
margin: 0;
background: white;
color: black;
font-family: Arial, Verdana, Helvetica,sans-serif;
font-size: 10pt;
line-height: 14px;
text-decoration: none;
border: 0;
}
.links {
float: left;
width: 50%;
}
.rechts {
float: right;
text-align: right;
width: 50%;
}

.nicht_drucken {display: none;}

#kopf {display: none;}
#links {display: none;}
#rechts {display: none;}
#fuss {display: none;}
#blogtitel {display: none;}
#searchform {display: none;}
#wp-calendar {display: none;}

#content {display: block;}

.breadcrumb {display: none;}
#content .optionen_media {display: none;}
#content .abstract {display: none;}
#content .inhaltsverzeichnis {display: none;}
#content ul .inhaltsverzeichnis {display: none;}
#content .inhaltsverzeichnis td {display: none;}

.bild_links_umfliessen {display: none;}
#content .bild {display: none;}
#content .bild-legende {display: none;}
#content .bild_links-legende {display: none;}
#content .bild_rechts-legende {display: none;}
#content div.bild_umfliessen_klein {display: none;}
#content div.bild_umfliessen_gross {display: none;}

#content img {border: none;}

object {display: none;} /*--| Video-Fenster nicht drucken |--*/

#content .top {display: none;}

/*----| Druckversion Auswahl Hauptseiten |----*/
.auswahl_links {
width: 200px;
float: left;
clear: left;
}
.auswahl_rechts {
width: 200px;
float: right;
clear: right;
margin-right: 150px;
}
.auswahl_links_neu {
width: 200px;
float: left;
clear: left;
}
.auswahl_rechts_neu {
width: 200px;
float: right;
clear: right;
margin-right: 150px;
}
.auswahl_links h2,
.auswahl_rechts h2,
.auswahl_links_neu h2,
.auswahl_rechts_neu h2 {
margin-top: 30px !important;
margin-bottom: 0px !important;
font-size: 10pt !important;
}
.auswahl_links p,
.auswahl_rechts p,
.auswahl_links_neu p,
.auswahl_rechts_neu p {
font-size: 9pt !important;
line-height: 12px !important;
}
.auswahl_links a:link,
.auswahl_rechts a:link,
.auswahl_links_neu a:link,
.auswahl_rechts_neu a:link,
.auswahl_links a:visited,
.auswahl_rechts a:visited,
.auswahl_links_neu a:visited,
.auswahl_rechts_neu a:visited {
text-decoration: none !important;
}
.auswahl_links img,
.auswahl_rechts img,
.auswahl_links_neu img,
.auswahl_rechts_neu img {
padding-top: 10px;
border: none;
text-decoration: none !important;
}

/*----| Info-Dossiers Broschüren // Porträts |----*/

.drei-auswahl_links {
width: 200px;
float: left;
clear: left;
font-size: 9pt;
}
.drei-auswahl_mitte {
width: 200px;
float: left;
font-size: 9pt;
}
.drei-auswahl_rechts {
width: 200px;
float: left;
font-size: 9pt;
}
.drei-auswahl_links_neu {
width: 200px;
float: left;
clear: left;
font-size: 9pt;
}
.drei-auswahl_mitte_neu {
width: 200px;
float: left;
font-size: 9pt;
}
.drei-auswahl_rechts_neu {
width: 200px;
float: left;
font-size: 9pt;
}
.drei-auswahl_links img,
.drei-auswahl_mitte img,
.drei-auswahl_rechts img,
.drei-auswahl_links_neu img,
.drei-auswahl_mitte_neu img,
.drei-auswahl_rechts_neu img {
padding-top: 10px;
border: none;
text-decoration: none !important;
}
.portraets_poster { /*--| speziell Porträts |--*/
display: none;
}

/*--| Druckversion Navigation oben in Home (neuere und ältere Beiträge) |--*/
#content .home_kategorie_1 {
display: none;
}

/*--| Druckversion Titel in Home |--*/
#content .home_titel {
margin-top: -10px;
margin-bottom: -5px;
font-size: 11pt;
font-weight: bold;
}

/*--| Druckversion neue Kategorie bei Veranstaltungen und Vorstand |--*/
#content .kategorie_neu {
display: block;
padding-top: 8px;
border-top: 1pt dashed #000;
}

/*--| Druckversion Haupttitel |--*/
#content .post h2 {
font-size: 13pt;
line-height: 18px;
}

/*--| Druckversion Printinfos |--*/
#content .printservice {
font-size: 8pt;
line-height: 11px;
padding-bottom: 5px;
border-bottom: 0.5px solid #000;
}

/*--| Zwischentitel |--*/
#content h3 {
font-size: 11pt;
}

/*--| Druckversion Abbildungen/Tabellen |--*/
#content .abbildung_tabelle {
width: 300px;
height: auto;
}

/*--| Grafik Nutzungsdauer "Das kurze Leben der Nutztiere" |--*/
#content .prozente {
width: 40px;
float: left;
text-align: right;
}
#content .balken {
width: 605px;
float: right;
}

/*--| Druckversion Links |--*/
#content a:link,
#content a:visited {
text-decoration: underline;
}

/*--| Druckversion Formulare |--*/
input {
font-size: 8pt;
}
textarea, select {
font-size: 9pt;
}

/*--| Druckversion Fussnoten |--*/
#content .fussnoten {
font-size: 9pt;
line-height: 12px;
}

/*--| Druckversion Quellen |--*/
#content .quellen {
margin: 0px 0px;
margin-left: 20px;
text-indent: -20px;
font-size: 9pt;
line-height: 12px;
}

/*--| Druckversion Artikel: Kommentare und Navigation |--*/
.link_facebook_co {
display: none;
}
#kommentare {
display: none;
}
.navigation {
display: none;
}

}