Last statement before </BODY> is
<script scr=my.js></script>
[
developers.google.com...]
told me to make this script async
No idea, why this should block rendering above the fold, but I tried it
<script scr=my.js async></script>
The script changed some <DIV> with new contence
and at last
var css =........
document.write ( css );
With async, the script still changes some <DIV>, but the document.write of the css for mobiles does not work anymore.