diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz
index e9fb5d6..f821ac7 100644
Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ
diff --git a/api/collections/mediaLibrary.yml b/api/collections/mediaLibrary.yml
index 8f4baf5..11defe4 100644
--- a/api/collections/mediaLibrary.yml
+++ b/api/collections/mediaLibrary.yml
@@ -19,21 +19,36 @@ meta:
     # Admin-Backend Ansichten
     defaultImageFilter: s
     views:
-        - type: mediaLibrary
-          mediaQuery: "(min-width:0px)"
+        - type: simpleList
+          mediaQuery: "(max-width:479px)"
           columns:
               - file
-              - title
-          list:
-              columns:
-                  - file
-                  - title
-          tile:
-              width: 200px
-              height: auto
-              grid:
-                  - { source: file }
-                  - { source: title, width: 50%, label: "Titel" }
+              - source: title
+                filter: true
+              - source: tags
+                filter: true
+              - source: tags2
+                filter: true
+        - type: mediaLibrary
+          mediaQuery: "(min-width:480px)"
+          columns:
+              - file
+              - source: title
+                filter: true
+              - source: tags
+                filter: true
+              - source: tags2
+                filter: true
+        #   list:
+        #       columns:
+        #           - file
+        #           - title
+        #   tile:
+        #       width: 200px
+        #       height: auto
+        #       grid:
+        #           - { source: file }
+        #           - { source: title, width: 50%, label: "Titel" }
 
 imageFilter:
     xs:
@@ -94,7 +109,6 @@ fields:
       type: string
       meta:
           label: { de: "Titel des Dokuments/Bild", en: "Document/Image Title" }
-          filter: true
     - name: tags
       type: string[]
       meta: