
/* - print.css - */
@media print {
/* https://www.pik-potsdam.de/portal_css/print.css?original=1 */
body {
font-family: "Calibri", Lucida Grande, Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 10pt !important;
}
h1 {
border: none;
font-family: "Calibri", Lucida Grande, Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 120% !important;
}
h2, h3, h4, h5, h6 {
border: none;
font-family: "Calibri", Lucida Grande, Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
}
div, p, ul, dl, ol {
width: auto;
}
ul, ol, dl {
padding-right: 0.5em;
}
ul {
list-style-type: square;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 0.5em 0;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a {
color: Black !important;
padding: 0 !important;
text-decoration: none !important;
}
a:link, a:visited {
color: #520;
background: transparent;
}
/* */
div.pageBreak {
page-break-before: always;
}
/* */
.section-institute.template-blog-view h2,
.section-institute.template-blog-view p.linklist,
.section-institute.template-blog-view th,
.section-institute.template-blog-view div.documentByLine,
.section-institute.template-blog-view div.tileFooter {
display: none;
}
.section-institute.template-blog-view td, {
cellpadding: 0;
}
.section-institute.template-blog-view td {
border-bottom: 1pt solid black;
}
/* */
.template-drittmittel_view table.listing, .template-approval_view table.listing,
.template-routecard_view table.listing {
width: 600px;
align: left;
text-align: left;
margin-bottom: 10px;
}
.template-drittmittel_view table.listing th, .template-approval_view table.listing th,
.template-routecard_view table.listing th {
width: 250px;
}
.template-drittmittel_view .label, .template-approval_view .label,
.template-routecard_view .label {
font-size: 110%;
font-weight: bold;
padding: 1em 0 !important;
}
.template-drittmittel_view .anteile, .template-approval_view .anteile,
.template-routecard_view .anteile {
padding-bottom: 1em;
font-weight: bold;
}
/* */
div.top,
#mobile-nav,
#mobile-menu,
#aside-nav,
#search,
#plone-document-byline,
#search-close,
#pyproxy_spinner,
.mm-sronly,
#aside-nav-toggle-checkbox,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.netscape4,
.footer,
#portal-colophon,
.skipnav,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
.visualNoPrint {
display: none;
}

}

