diff --git a/templates/arbeitsblatt.html b/templates/arbeitsblatt.html
index 61a7467..c81c1c8 100644
--- a/templates/arbeitsblatt.html
+++ b/templates/arbeitsblatt.html
@@ -4,7 +4,7 @@
 <div class="w3-responsive">
     {% for a in aufgaben %}
             <table class="w3-left" width="auto"><tr><td class="w3-right-align" style="width: 5em">{{ a }}</td><td> = </td><td class="w3-border-bottom" style="width: 5em; height: 2em"></td></tr></table>
-            {% if (loop.index % 80 == 0) and (not loop.last) %} 
+            {% if (loop.index % 100 == 0) and (not loop.last) %} 
             <div style="break-after: page; clear: both;"></div>
             <div style="margin-bottom: 3em"></div>
             {% endif %}