diff --git a/assets/svg/ic_lock-question_48px.svg b/assets/svg/ic_lock-question_48px.svg
new file mode 100644
index 0000000..fd3a2fd
--- /dev/null
+++ b/assets/svg/ic_lock-question_48px.svg
@@ -0,0 +1 @@
+
diff --git a/index.php b/index.php
index 8c73a81..2e3670b 100644
--- a/index.php
+++ b/index.php
@@ -71,7 +71,7 @@ function stateMap(string $state): State
),
'unknown' => new State(
'Der Status vom Dorf ist gerade unbekannt',
- 'warning',
+ 'lock-question',
'orange',
),
'error' => new State(