diff --git a/lib/configuration.dart b/lib/configuration.dart
index 275112a640638408e5c50b4760ba6de06040edd8..4b8a44d8f14339500e8410ccd5b3c33b039d7c48 100644
--- a/lib/configuration.dart
+++ b/lib/configuration.dart
@@ -94,7 +94,7 @@ class _MyHomePageState extends State<Configuration> {
           children: <Widget>[
             const Text(
                 'You must be online to do something here!',
-                style: TextStyle(fontSize: 18)
+                style: TextStyle(fontSize: 14)
             ),
             const SizedBox(height: 50),
             FutureBuilder<List<Collection>>(
@@ -139,16 +139,8 @@ class _MyHomePageState extends State<Configuration> {
         ),
       ),
       bottomNavigationBar: Row(
-        mainAxisAlignment: MainAxisAlignment.spaceBetween,
+        mainAxisAlignment: MainAxisAlignment.end,
         children: [
-          FloatingActionButton.extended(
-            heroTag: null,
-            tooltip: 'Request Collections from sensor.awi.de',
-            icon: const Icon(Icons.download),
-            label: const Text("Get Collections"),
-            onPressed: () {
-            },
-          ),
           FloatingActionButton.extended(
             heroTag: null,
             tooltip: 'Select Collection and download corresponding devices',