@media print {
    @page {
        SIZE: A4 portrait;
    }

    #esv-footer {
        display: none;
    }

    #trechnerhtml\:itsv-trechner-form *{
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
        line-height: 18px;
        font-size: 12px;
    }
    #trechnerhtml\:trechner-print{
        display: none;
    }
    #trechnerhtml\:itsv-trechner-form\:itsv-trechner-section #itsv-trechner-section-auswahl > fieldset > .print-only {
        overflow: visible;
        padding-bottom: 15px;
        width: 100%;
        position: relative !important;
    }
    #trechnerhtml\:itsv-trechner-form\:itsv-trechner-section-ergebnis > .print-page-break {
        page-break-after: always;
    }

    #trechnerhtml\:itsv-trechner-form #itsv-trechner-section-auswahl > fieldset {
        margin-bottom: 0;
        margin-top: 0;
    }
    #itsv-trechner-section-auswahl ul > li input[type="radio"]:not(:checked) + label {
        display: none;
    }
    #itsv-trechner-section-auswahl input[type="checkbox"]:not(:checked) + label {
        display: none;
    }
    #itsv-trechner-section-auswahl ul > li input[type="radio"]:not(:checked) {
        display: none;
    }
    #itsv-trechner-section-auswahl input[type="checkbox"]:not(:checked) {
        display: none;
    }
    #itsv-trechner-section-auswahl ul > li input[type="radio"]:checked {
        display: none;
    }
    #itsv-trechner-section-auswahl input[type="checkbox"]:checked {
        display: none;
    }

    #trechnerhtml\:itsv-trechner-form\:itsv-trechner-messages .trechner-info > ul{
        font-weight: bold;
    }
}
