/**
 * Print Stylesheet fuer Deinewebsite.de
* @version         1.0
* @lastmodified    16.06.2016
*/

@media print {


    .page-template-moc-calculator .default__hero {
        display: none;
    }

    html,
    body {
        margin: 0;
        padding: 0;
    }

    #content,
    #page {
        width: 100%;
        margin: 0;
        float: none;
    }

    /** Setting margins */
    @page  
    { 
        size: auto;   /* auto is the initial value */ 
        /* this affects the margin in the printer settings */ 
        margin: 2mm;
    } 
    
    .calculator__moc--diagramCont img.active {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .calculator__moc--results-result--wraper.off-central {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    
    #offCenterSealCalculator_inner .get_result_div {
        display: none;
    }
    
    .calculator__moc--tabs {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .calculator__moc--form {
        display: none;
    }
    
    .calculator__moc--results-result--wraper.off-central .input-values p {
        width: 100%;
        display:flex;
        align-items:center;
        justify-content:flex-start;
    }
    
    .calculator__moc--results-result--wraper.off-central *,
    .calculator__moc--results-result--wraper.off-central h2, .calculator__moc--results-result--wraper.off-central h4 {
        color: #42444f !important;
        opacity: 1 !important;
    }
    
    .calculator__moc--results-result--wraper.off-central .filtered_ul_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .calculator__moc--results-result--wraper.off-central .filtered_ul_list li {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    
    .calculator__moc--results-result--wraper.off-central .filtered_ul_list li:before {
        content: ", ";
    }
    
    .calculator__moc--results-result--wraper.off-central .filtered_ul_list li:first-child:before {
        display: none;
    }
    
    .button-modal-global {
        display: none;
    }
    
    .calculator__moc--results-result .calculator__moc__result_heading {
        font-size: 34px !important;
        line-height: 37px !important;
        margin-bottom: 0 !important;
    }
    
    .calculator__moc--results-result--wraper.off-central .hide_this {
        display: block !important;
    }
    
    .calculator__moc--results-result--wraper.off-central h2 {
        margin-top: 20px !important;
    }
}