diff --git a/src/pages/buechersuche.vue b/src/pages/buechersuche.vue
index f0eddb6..d74283f 100644
--- a/src/pages/buechersuche.vue
+++ b/src/pages/buechersuche.vue
@@ -17,6 +17,7 @@
+
+
+
@@ -83,32 +86,65 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ book.title }}
-
-
-
-
{{ book.title }}
-
{{ book.description }}
-
-
-
-
- Detail Seite
-
-
-
+
+
+ von {{ book.authors.map(a => a.name).join(', ') }}
-
+
+
+
+
+ {{ genre }}
+
+
+
+
+
+ {{ book.blurb }}
+
+
+
+
+
+
+
+
+
+ Detail Seite
+
+
+
+