@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }

    body>header .top-row .content-wrapper .left .icon-hamburger,
    body>header .top-row .content-wrapper .right .social-media,
    body>header .top-row .content-wrapper .right .additional-links,
    body>header .bottom-row,
    aside,
    body.article main section.article .share-wrapper,
    section.article .article-data .text-size-widget,
    footer {
        display: none;
    }

    body>header.sticky .top-row {
        background-color: #F2EFEC !important;
    }

    body>header.sticky {
        box-shadow: none;
    }

    body>header.sticky .top-row .content-wrapper .left .logo::after {
        display: none !important
    }

    body>header.sticky .top-row .content-wrapper .left .logo img {
        display: unset !important
    }

    body>header.sticky .top-row {
        height: 50px !important;
    }

    body.article main {
        padding-top: 50px !important;
    }

    body>header,
    body>header.sticky {
        position: unset !important;
    }
}