@media print {
  /* Print Styles ab hier */
  body {
    font-size: 11pt;
  }
}
.body {
  font-size: 18pt;
  margin: 12,7 mm;
}
/* Styles zuruecksetzen */
*,
*:before,
*:after,
*:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
/* nur den Hauptinhalt drucken */
body > *:not(main) {
  display: none;
}
section {break-before: always;}
ul {break-inside:avoid;}
p {
  widows: 4;
  orphans: 3;
}
