diff --git a/rescueapp/lib/start_triage_system/lock_screen.dart b/rescueapp/lib/start_triage_system/lock_screen.dart
index f7ec9e4a3f78c723afd84bc922e30c6e83dc7780..0d6c18afc24b0d4ccbeb4d99b2a8f61e5133b124 100644
--- a/rescueapp/lib/start_triage_system/lock_screen.dart
+++ b/rescueapp/lib/start_triage_system/lock_screen.dart
@@ -30,6 +30,7 @@ class _LockScreenState extends State<LockScreen> {
                           color: Colors.blue[1000])),
                 )),
             SizedBox(
+                width: 250,
                 height: 40,
                 child: Container(
                   alignment: Alignment.centerLeft,
@@ -40,17 +41,20 @@ class _LockScreenState extends State<LockScreen> {
                       )),
                 )),
             SizedBox(
+                width: 250,
                 height: 40,
                 child: Container(
-                  decoration: BoxDecoration(color: Colors.grey[400]),
                   alignment: Alignment.centerLeft,
-                  child: Text('NULL',
+                  child: Text('1',
                       style: TextStyle(
                         fontSize: 20,
                         color: Colors.blue[900],
                       )),
                 )),
             SizedBox(
+              height: 20,
+            ), SizedBox(
+                width: 250,
                 height: 40,
                 child: Container(
                   alignment: Alignment.centerLeft,
@@ -58,17 +62,21 @@ class _LockScreenState extends State<LockScreen> {
                       style: TextStyle(fontSize: 20, color: Colors.blue[900])),
                 )),
             SizedBox(
-                height: 40,
+                width: 250,
+                height: 90,
                 child: Container(
-                  decoration: BoxDecoration(color: Colors.grey[400]),
                   alignment: Alignment.centerLeft,
-                  child: Text('NULL',
+                  child: Text('Hochschule Reutlingen \nAlteburgstraße 150 \n72762 Reutlingen',
                       style: TextStyle(
                         fontSize: 20,
                         color: Colors.blue[900],
                       )),
                 )),
             SizedBox(
+              height: 20,
+            ),
+            SizedBox(
+                width: 250,
                 height: 40,
                 child: Container(
                   alignment: Alignment.centerLeft,
@@ -76,18 +84,18 @@ class _LockScreenState extends State<LockScreen> {
                       style: TextStyle(fontSize: 20, color: Colors.blue[900])),
                 )),
             SizedBox(
-                height: 40,
+                width: 250,
+                height: 50,
                 child: Container(
-                  decoration: BoxDecoration(color: Colors.grey[400]),
                   alignment: Alignment.centerLeft,
-                  child: Text('NULL',
+                  child: Text('15.07.2020/11:13',
                       style: TextStyle(
                         fontSize: 20,
                         color: Colors.blue[900],
                       )),
                 )),
             SizedBox(
-              height: 80,
+              height: 50,
             ),
             SizedBox(
                 width: 300,