@media print {
    /* hide elements */
    .main-navbar-wrapper,
    .hero__recipe-info__button,
    .hero--recipe__arrow,
    .sticky-button,
    .custom-cursor,
    .d-none,
    .js-copy-to-clipboard,
    .footer-meta,
    .hero__backlink,
    #sharingModal,
    .d-print-none,
    .modal-backdrop {
        display: none;
        visibility: hidden;
        height: 0 !important;
    }

    .content-visibility--auto {
        content-visibility: visible !important;
    }

    .content-block + .content-block {
        margin-top: 40px;
        transform: translateY(0) !important;
    }

    .d-md-block {
        display: block !important;
    }

    .collapse:not(.show).collapse--only-mobile {
        display: block !important;
    }

    .js-fade-in {
        opacity: 1 !important;
    }

    /* page breaks */
    h1,
    h2,
    h3,
    h4{
        page-break-after: avoid;
    }

    tr,
    img,
    .teaser,
    .recipe-preparation,
    .footer,
    footer {
        page-break-inside: avoid;
    }

    /* reset bootstrap default stuff */
    a[href]:after,
    abbr[title]:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }


    /* reset mobile grid */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left !important;
        padding: 0 10px !important;
        page-break-inside: avoid !important;
    }

    .col-md-12 {
        width: 100% !important;
    }

    .col-md-11 {
        width: 91.66666667% !important;
    }

    .col-md-10 {
        width: 83.33333333% !important;
    }

    .col-md-9 {
        width: 75% !important;
    }

    .col-md-8 {
        width: 66.66666667% !important;
    }

    .col-md-7 {
        width: 58.33333333% !important;
    }

    .col-md-6 {
        width: 50% !important;
    }

    .col-md-5 {
        width: 41.66666667% !important;
    }

    .col-md-4 {
        width: 33.33333333% !important;
    }

    .col-md-3 {
        width: 25% !important;
    }

    .col-md-2 {
        width: 16.66666667% !important;
    }

    .col-md-1 {
        width: 8.33333333% !important;
    }


}