@media screen {
    #meal_plan_print {
        display:none; 
    }
}

@media print {

    #meal_plan_print {
        position: relative;
        font-size: 12pt;
        font-size: 20px;
        box-sizing: border-box;
        width: 100%;
        padding:16px;
    }
    .mpp-header {
        position: relative;
        text-align: center;
        margin-bottom: 20px;
    }
    .mpp-header h1 {
        position: relative;
        font-size: 32px;
        margin:0;
        margin-bottom: 10px;
    }
    .mpp-header-interval {
        position: relative;
        font-size: 28px;
    }
    .mpp-body {
        position: relative;
        display: table;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .mpp-bi-day div {
        position: relative;
        font-weight: 600;
    }
    .mpp-body-item {
        position: relative;
        display: table-row;
    }
    .mpp-bi-day,
    .mpp-bi-menu {
        position: relative;
        display: table-cell;
        padding: 10px;
        border: 1px solid rgba(51,51,51,1);
    }
    .mpp-bi-menu * {
        font-size: 20px;
    }
    .mpp-bim-rohkost,
    .mpp-bim-hauptgericht,
    .mpp-bim-dessert {
        position: relative;
        height:auto;
        width: 100%;
        /* overflow: hidden; */
    }
    .mpp-bim-rohkost-title,
    .mpp-bim-hauptgericht-title,
    .mpp-bim-dessert-title {
        font-weight: 600;
        margin-right: 5px;
    }
    .mpp-bim-rohkost-title,
    .mpp-bim-rohkost-description,
    .mpp-bim-hauptgericht-title,
    .mpp-bim-hauptgericht-description,
    .mpp-bim-dessert-title,
    .mpp-bim-dessert-description {
        position: relative;
        /* float: left; */
        display: inline;
    }
    .mpp-footer {
        position: relative;
        font-size: 16px;
        margin-top: 20px;
        text-align: center;
    }
    .mpp-footer-zusatzstoffe,
    .mpp-footer-allergene {
        position: relative;
        margin-bottom: 10px;
    }

}
.mpp-bg {
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: auto;
}
.mpp-bg img{
    position: relative;
    width: 100%;
    height: auto;
}