/* override styles when printing */
@media print {

    #cookieBar {display: none !important;}
    #FooterMenu {display: none !important;}
    #TopBar {display: none !important;}
    #Top {display: none !important;}
    .impresszum {display: none !important;}
    .FooterMenuBox {display: none !important;}
    .addthis_sharing_toolbox {display: none !important;}
    .footer-socials {display: none !important;}
    .footer-logos {display: none !important;}
    .footer-applications {display: none !important;}
    .More {display: none !important;}
    .MegnezemGomb {display: none !important;}


    a[href]:after {
        content: "";
    }

    .KulsoGomb {
        margin-left:0px !important;
        text-align:left !important;
        display:block !important;
        float: none !important;
        padding:10px 0px !important;
    }

    .masonryGrid {
        display: block !important;
    }


    .col-md-6, article {width:384px !important;}

    .img-left {width:384px !important; float:none !important;}
    .kiadvanyKategoriaBadges {display: none !important;}

    h2, h3 {
        page-break-after: auto !important;
    }

}