/* Print Style Sheet */
@media print and (color) {
* {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
body { background:white; margin:0; width: 100%; }
/*    body { background:white; color:black; margin:0; width: 100%; } */
/* ab hier eigenen Code einfügen */

    h1, h2, h3, h4, h5 {
  page-break-after: avoid;
}
/* a:after { content: "< " attr(href) "> ";} */
/* in voller Breite drucken */
/* .container {
width: 100%;
margin: 0 auto;
padding: 0 0px;
} */
/* nicht drucken */
header#masthead.site-header.has-inline-mobile-toggle, div.gb-container.gb-container-d3a4738e, .gb-container gb-container-790788a4, #gtranslate_wrapper,  ul#menu-fussnavigation.menu, inside-navigation.grid-container, .tags-links {
display: none;
}
	/* unbedingt drucken */
	.header-image, .is-logo-image {display: block !important;
	}
/* zusätzliche Klasse für spezielle Elemente, die nicht ausgedruckt werden sollen */
.hide-on-print {
display: none !important;
}
/* Logo klein positionieren */
    img.header-image.is-logo-image {
    height: 90px;
    width: 90px;}
/* Print Style Sheet */
/*    img { max-height: 150px;
        max-width: 150px;
position: absolute; 
        top: 0em;
        left: -1em} */
    div.copyright-bar {
        position: absolute; 
        top: 0em;
        right: 5em
}