@media only print {

    header,
    .page-header,
    .page-slider,
    #site-logo img,
    .theme-button,
    #cookie-notice {
        display: none !important;
    }
    #site-logo img {
        width: 200px !important;
    }
    .page-header {
        max-height: 100px !important;
    }

}