diff --git a/.idea/misc.xml b/.idea/misc.xml
index 88d743fdf79a6783f71371ec09d1b79c9849683f..2f0aced2d2907301f9f3a38a32c7529b6d3edb1e 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -6,5 +6,5 @@
   <component name="NodePackageJsonFileManager">
     <packageJsonPaths />
   </component>
-  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (SchoolApps)" project-jdk-type="Python SDK" />
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (school-apps)" project-jdk-type="Python SDK" />
 </project>
\ No newline at end of file
diff --git a/.idea/school-apps.iml b/.idea/school-apps.iml
index 8ae0a0d37de9163e501dbe8e71a7ad51f0a0dcde..d0b5ddd7b4dbd80e5134ef103cfcf8264785005a 100644
--- a/.idea/school-apps.iml
+++ b/.idea/school-apps.iml
@@ -23,7 +23,7 @@
       <excludeFolder url="file://$MODULE_DIR$/env" />
       <excludeFolder url="file://$MODULE_DIR$/schoolapps/staticcollect" />
     </content>
-    <orderEntry type="jdk" jdkName="Python 3.7 (SchoolApps)" jdkType="Python SDK" />
+    <orderEntry type="jdk" jdkName="Python 3.7 (school-apps)" jdkType="Python SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>
   <component name="TemplatesService">
diff --git a/schoolapps/templates/common/offline.html b/schoolapps/templates/common/offline.html
index 21ed8cf537a36cabd8094b78096d8bed341f879a..913cb0285293de156c9518da89c5e1f56f3e2040 100755
--- a/schoolapps/templates/common/offline.html
+++ b/schoolapps/templates/common/offline.html
@@ -1,15 +1,16 @@
 {% include 'partials/header.html' %}
 
 <main>
-    <h3>Leider besteht keine Verbindung zum Internet. </h3>
+    <h3><i class="material-icons left medium" style="font-size: 2.92rem;">signal_wifi_off</i> Es besteht keine
+        Verbindung zum Internet. </h3>
 
     <p class="flow-text">
-        Beim Aufrufen dieser Seite ist ein Fehler aufgetreten. Vermutlich hast Du keine Verbindung zum Internet.
-        Prüfe, ob Dein WLAN oder Deine mobilen Daten engeschaltet sind, und probiere es noch einmal.
-        Wenn Du der Meinung bist, dass Du über eine Verbindung verfügst, wende Dich bitte an den <a
-            href="mailto:support@katharineum.de">Support</a>.
+        Beim Aufrufen dieser Seite ist ein Fehler aufgetreten. Vermutlich hast du keine Verbindung zum Internet.
+        Prüfe, ob dein WLAN oder deine mobilen Daten engeschaltet sind, und probiere es noch einmal.
+        Wenn du der Meinung bist, dass du über eine Verbindung verfügst, wende dich bitte an die
+        <a href="mailto:support@katharineum.de">Computer-AG</a>
+        .
     </p>
-
 </main>
 
 {% include 'partials/footer.html' %}