@media print {
    header,
    footer,
    #breadcrumb,
    .breadcrumb-container,
    #maintenance-mode,
    .pattern-top,
    .pattern-bottom,
    .contact-us-row,
    .css-recipe-item .form-inline .input-group,
    .css-recipe-item .css-container-submit,
    .consent-manager-wrapper,
    button {
        display: none !important;
    }

    * {
        background-image: none !important;
        background: #fff;
    }


    .css-recipe-item .print-amount {
        display: inline !important;
    }

    a[href]:after {
        content: none !important;
    }

    .css-recipe-item a {
        text-decoration: none;
        color: #575350;
    }

    .css-recipe-img-block {
        text-align: center;
    }

    .css-rescipe-image {
        max-width: 150px !important;
        display: inline-block;
        margin: auto;
    }

    .recipe-detail-page .css-recipe-content {
        padding: 0;
    }

    hr {
        margin-top: 0;
        padding-top: 0
    }


    #css-recipe-amount,
    .recipe-detail-page .css-recipe-content,
    body,
    .recipe-detail-page .css-recipe-content h1 {
        margin: 0 !important;
        padding: 0 !important;
    }


    .modal-css-gutschein #main-wrapper {
        display: none !important
    }

    .modal {
        position: static !important;
    }

    .modal-header {
        display: none;
        border-bottom: 0;
    }

    .modal-content {
        border-width: 0;
    }

    .modal-dialog {
        height: auto !important;
        max-height: none !important;
        overflow: hidden !important
    }

    .modal-body {
        height: auto !important;
        max-height: none !important;
        overflow: hidden !important
    }

    .css-recipe-content {
        font-size: 14px;
    }

    .css-recipe-item #css-recipe-amount .control-label {
        font-size: 20px;
    }

}