@media print {
    body {
        display: block;
    }
    body * {
        display: none;
    }
    body:before {
        content: "Bitte nutzen Sie das PDF zum Druck. \00000a Please use the PDF for printing." !important;
        margin: auto;
        width: 60mm;
        height:30mm;
    }
}