@media print {

    /* Seitenränder */
    @page {
	margin: 15mm;
    }
    
    #page .headlineContainer,
    #page .headlineContainer * {
	    color: #000 !important
    }
    
    .headlineContainer {
	    position: static !important;
	    width: 100%;
	    height: auto !important;
	    position: static !important;
		color: black !important;
		background: transparent !important;
    }
    
    .stageGradient  {
	    display: none;
    }
    .sectionStageHeader {
	    height: auto !important
    }
    
    html,
    body {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	color: #000 !important;
	font-size: 12pt;
	line-height: 1.5;
    }

    /* Überschriften */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
	color: #000 !important;
	page-break-after: avoid;
    }

    a {
	color: #000 !important;
	text-decoration: none;
    }

    /* Header & Navigation */
    header, #header, #fly, #otgs-development-site-front-end, .otgs-development-site-front-end {
	display: none !important;
    }
    
}