@media print {
    * {
        background-image: none !important;
        height: auto !important;
    }

    @page {
        margin: 50pt;
        size: A4;
    }

    @page :first {
        margin-top: 50pt;
    }

    body {
        font-size: 12pt;
        line-height: 1.3;
    }

    section {
        margin: 50pt 0;
    }

    /* common elements */
    .navbar, footer, .cookie-info, .eye-catcher, .search,

    /* inteactive objects */
    .plyr--video, .c-video, video, audio, object, embed, iframe,

    /* articles and news elements */
    .article-list__filter, .article__social-media, .blog-post__social-media, .c-pagination, #blog-comments,

    /* cta */
    .cta, .w-simple-wysiwyg-contact {
        display: none !important;
    }

    /* forms */
    input[type="text"], textarea, .captchaImgElement {
        min-width: 250px;
        min-height: 20px;
        margin: 2px 0;
    }

    /* customize widgets */
    .card__img {
        width: 300px;
    }

    img {
        max-width: 500px;
    }

    .breadcrumbs__list li {
        display: inline-block;
    }

    .breadcrumbs__list li:after {
        content: ">";
        display: inline;
        margin-right: 15px;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    p,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid;
    }

    h1 {
        font-size: 2em;
    }
}
