diff --git a/Energy_Pie/module.html b/Energy_Pie/module.html
index 3275924..6397d9b 100644
--- a/Energy_Pie/module.html
+++ b/Energy_Pie/module.html
@@ -77,6 +77,23 @@
position:relative;
z-index:1;
}
+ #period {
+ font-size: 15px; /* größer */
+ font-weight: 600; /* dicker */
+ letter-spacing: 0.2px;
+ opacity: 0.95;
+ }
+
+ /* Werte-Zeile (Produktion / Verbrauch / …) */
+ #hint {
+ margin-top: 6px;
+ font-size: 15px; /* größer */
+ font-weight: 700; /* noch etwas dicker */
+ letter-spacing: 0.3px;
+ opacity: 1;
+ }
+
+