@charset "utf-8";
/* CSS Document */

@media screen and (max-width:700px) {

.rechnungstabelle tr td:nth-child(2)::before {content: "Rechnungsstelle-";} 
.rechnungstabelle tr td:nth-child(3)::before {content: "Leitweg-ID: ";} 
}
