@page { margin: 1.2cm; }
@media print {
    body, .region-content, .main-container {
        margin: 0!important;
        padding: 0!important;
    }

    p {
        padding: 10px;
    }

    h1, h2, h3 {
        font-weight: bold;
        padding: 10px;
    }

    .content .field--name-field-body img, .node.full .field--name-field-body img, .cke_editable .field--name-field-body img, .content .field--name-body img, .node.full .field--name-body img, .cke_editable .field--name-body img {
        padding: 0 0 30px;
    }

    .sidebar,
    .cookie-banner,
    footer,
    .hero-slideshow-block,
    .featured-event-image {
        display:none !important;
    }

    a,
    a:visited {
        color: inherit !important;
        text-decoration: none !important;
    }

    a[href]::after,
    a[href]::before {
        content: none !important;
    }

    a[href^="http"]::after,
    a[href^="mailto:"]::after,
    a[href^="tel:"]::after {
        content: none !important;
    }

    a[href] {
        pointer-events: none;
        cursor: default;
    }
}