diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e1395ad..f0939823 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [Unreleased]
+
+### Änderungen
+- Pi-hole: Pause-/Aktivieren-Steuerung als Timer-Icons in die Pi-hole-Karte verlegt; separate „Blockierung steuern"-Karte entfernt
+
+---
+
## [1.114.2] — 2026-07-02
### Fixes
diff --git a/src/i18n/de.json b/src/i18n/de.json
index 637128a9..071c6928 100644
--- a/src/i18n/de.json
+++ b/src/i18n/de.json
@@ -1842,6 +1842,9 @@
"pihole.pause_30s": "30 Sekunden pausieren",
"pihole.pause_5m": "5 Minuten pausieren",
"pihole.pause_30m": "30 Minuten pausieren",
+ "pihole.dur_30s": "30 s",
+ "pihole.dur_5m": "5 min",
+ "pihole.dur_30m": "30 min",
"pihole.enable_blocking": "Blockierung aktivieren",
"pihole.blocking_on": "Aktiv",
"pihole.blocking_off": "Deaktiviert",
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 0667804e..2eb4ab12 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -1897,6 +1897,9 @@
"pihole.pause_30s": "Pause 30 seconds",
"pihole.pause_5m": "Pause 5 minutes",
"pihole.pause_30m": "Pause 30 minutes",
+ "pihole.dur_30s": "30s",
+ "pihole.dur_5m": "5m",
+ "pihole.dur_30m": "30m",
"pihole.enable_blocking": "Enable blocking",
"pihole.blocking_on": "Enabled",
"pihole.blocking_off": "Disabled",
diff --git a/templates/aurora/pages/pihole.njk b/templates/aurora/pages/pihole.njk
index d6956ec8..7f224630 100644
--- a/templates/aurora/pages/pihole.njk
+++ b/templates/aurora/pages/pihole.njk
@@ -30,6 +30,12 @@
{{ t('pihole.title') }}
—
+
+
+
+
+
+
-{# ── Row 3: Query Types (span6) + Blocking Control (span6) #}
+{# ── Row 3: Query Types (full width; pause controls moved into the Pi-hole card) #}
-
+
{{ t('pihole.query_types') }}
@@ -114,20 +120,6 @@
{{ t('common.loading') }}
-
-
-
- {{ t('pihole.control') }}
-
-
-
-
-
-
-
-
-
-
{# ── Health / Connection card ─────────────────────────── #}
diff --git a/templates/default/pages/pihole.njk b/templates/default/pages/pihole.njk
index 84469629..4509251e 100644
--- a/templates/default/pages/pihole.njk
+++ b/templates/default/pages/pihole.njk
@@ -7,7 +7,12 @@
{{ t('pihole.title') }}
{{ t('pihole.subtitle') }}
-
+
+
—
+
+
+
+
{# ── Grid-3: Top Clients / Query Types / Steuerung ────── #}
-
+
{{ t('pihole.top_clients') }}
@@ -104,20 +109,6 @@
{{ t('common.loading') }}
-
-
- {{ t('pihole.control') }}
- —
-
-
-
-
-
-
-
-
-
-
{# ── Health / Connection card ─────────────────────────── #}
diff --git a/templates/pro/pages/pihole.njk b/templates/pro/pages/pihole.njk
index 84469629..4509251e 100644
--- a/templates/pro/pages/pihole.njk
+++ b/templates/pro/pages/pihole.njk
@@ -7,7 +7,12 @@
{{ t('pihole.title') }}
{{ t('pihole.subtitle') }}
-
+
+
—
+
+
+
+
{# ── Grid-3: Top Clients / Query Types / Steuerung ────── #}
-
+
{{ t('pihole.top_clients') }}
@@ -104,20 +109,6 @@
{{ t('common.loading') }}
-
-
- {{ t('pihole.control') }}
- —
-
-
-
-
-
-
-
-
-
-
{# ── Health / Connection card ─────────────────────────── #}