diff --git a/webapp/components/LocationTeaser/LocationTeaser.vue b/webapp/components/LocationTeaser/LocationTeaser.vue
new file mode 100644
index 000000000..ede0457ab
--- /dev/null
+++ b/webapp/components/LocationTeaser/LocationTeaser.vue
@@ -0,0 +1,52 @@
+
+
+
+ {{ venue }}
+ —
+
+ {{ locationName }}
+
+
+ {{ $t('post.viewEvent.eventIsOnline') }}
+
+
+
+
+
+
+
diff --git a/webapp/components/PostTeaser/PostTeaser.vue b/webapp/components/PostTeaser/PostTeaser.vue
index 615b18054..c76ebfc7b 100644
--- a/webapp/components/PostTeaser/PostTeaser.vue
+++ b/webapp/components/PostTeaser/PostTeaser.vue
@@ -32,15 +32,13 @@
>
-
-
-
- {{ $t('post.viewEvent.eventIsOnline') }}
-
-
- {{ post.eventLocationName }}
-
-
+
-
-
- {{ post.eventVenue }}
- —
-
- {{ post.eventLocationName }}
-
-
- {{ $t('post.viewEvent.eventIsOnline') }}
-
-
+