diff --git a/attached_assets/image_1756760722936.png b/attached_assets/image_1756760722936.png
new file mode 100644
index 0000000..303e05c
Binary files /dev/null and b/attached_assets/image_1756760722936.png differ
diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx
index 69a8a98..e088f9a 100644
--- a/client/src/pages/FolxStadlPage.tsx
+++ b/client/src/pages/FolxStadlPage.tsx
@@ -100,7 +100,7 @@ export default function FolxStadlPage() {
placeholder="Search..."
value={searchQuery}
onChange={(e) => setSearchQuery(e.target.value)}
- className="bg-white border border-gray-300 rounded-lg px-4 py-2 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-48"
+ className="bg-white border border-gray-300 rounded-lg px-4 py-1.5 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-56"
/>
diff --git a/client/src/pages/GeschichteLiedPage.tsx b/client/src/pages/GeschichteLiedPage.tsx
index fb0bc29..ad9177c 100644
--- a/client/src/pages/GeschichteLiedPage.tsx
+++ b/client/src/pages/GeschichteLiedPage.tsx
@@ -102,7 +102,7 @@ export default function GeschichteLiedPage() {
placeholder="Search..."
value={searchQuery}
onChange={(e) => setSearchQuery(e.target.value)}
- className="bg-white border border-gray-300 rounded-lg px-4 py-2 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-48"
+ className="bg-white border border-gray-300 rounded-lg px-4 py-1.5 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-56"
/>
diff --git a/client/src/pages/GipfelstammtischPage.tsx b/client/src/pages/GipfelstammtischPage.tsx
index 28108c9..feeae76 100644
--- a/client/src/pages/GipfelstammtischPage.tsx
+++ b/client/src/pages/GipfelstammtischPage.tsx
@@ -102,7 +102,7 @@ export default function GipfelstammtischPage() {
placeholder="Search..."
value={searchQuery}
onChange={(e) => setSearchQuery(e.target.value)}
- className="bg-white border border-gray-300 rounded-lg px-4 py-2 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-48"
+ className="bg-white border border-gray-300 rounded-lg px-4 py-1.5 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-56"
/>
diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx
index 59ab25d..4cafc4c 100644
--- a/client/src/pages/VideoPage.tsx
+++ b/client/src/pages/VideoPage.tsx
@@ -279,7 +279,7 @@ export default function VideoPage() {
placeholder="Search..."
value={searchQuery}
onChange={(e) => setSearchQuery(e.target.value)}
- className="bg-white border border-gray-300 rounded-lg px-4 py-2 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-48"
+ className="bg-white border border-gray-300 rounded-lg px-4 py-1.5 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-56"
/>
diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index 1a69983..4e7b2a7 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -105,7 +105,7 @@ export default function Home() {
placeholder="Search..."
value={searchQuery}
onChange={(e) => setSearchQuery(e.target.value)}
- className="bg-white border border-gray-300 rounded-lg px-4 py-2 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-48"
+ className="bg-white border border-gray-300 rounded-lg px-4 py-1.5 pl-10 text-sm text-gray-900 placeholder-gray-500 focus:outline-none focus:border-bunny-blue transition-colors w-56"
/>