As I wrote previously, this can be solved by image in page header (position: running(heading)). Please use the following HTML:
<!DOCTYPE html>
<html>
<style>
.page {page-break-before: always}
@page {size: A4 portrait; margin: 0px}
</style>
<body>
...document content...
<div style="position: running(heading);height:70px">
<img style="position:fixed;top:-100%; left:0px;" src="_INCLUDED_VIA_LINK_Briefbogen_Demo_Full.png" width="100vw" height="100vh"/>
</div>
</body>
</html>
Result: