/** 
 *
 * Print.css
 * 
 *
 */

@media print {


    @page {
        size: A4;
  
        max-width: 100%
    }

    body{
        background: none;
        font-size: 6pt;
        line-height:1.5em;
        width:100% !important;
    }

    header,
    footer,
    aside,
    nav,
    form,
    iframe,
    .menu,
    .hero,
    .noprint,
    .richMenuNew,
    #header .ym-grid.meta,
    .contentFuncLinks,
    #footer .kn-social,
    #footer,
    #header #wrapper-logo-nav .topsearch,
#main .contentFuncLinks	{
        display: none;
    }

    #main,
    #content {
        margin: 0;
        clear: both;
        display: block;
        width: 100%;
    }
	 a.pdfLink:before{box-shadow:0px 0px 0px;background:none;border-radius:0px;color:#000;}
	#main .ym-col2 #content .composedcontent-pressemeldung .image{max-width:50%;}
#main .ym-col2 #content .composedcontent-pressemeldung p.basecontent-line-break-text:first-of-type{margin-bottom:15px;}
#main .ym-col2 #content h1{font-size:24pt;line-height:1.5em;margin-top:20px;margin-bottom:15px;}
}