diff --git a/templates/page/html.html.twig b/templates/page/html.html.twig
index 63ad3d74486742afdeba1bc0558996d6762b23f3..508b4b63cdfb0987186ad787ab57d4938b0fcc14 100644
--- a/templates/page/html.html.twig
+++ b/templates/page/html.html.twig
@@ -35,8 +35,11 @@
     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
     <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap" />
     <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap" media="print" onload="this.media='all'" />
+    <!-- Style for the headline balance text js -->
+    <style>.balance-text {visibility: hidden;}@media (scripting: none) {.balance-text {visibility: visible;}}@supports (text-wrap: balance) {.balance-text {text-wrap: balance; visibility: visible;}}</style>
     <noscript>
       <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap" />
+      <style>.balance-text {visibility: visible !important;}</style>
     </noscript>
     {% if not uw_admin_page %}
       <!-- Google Tag Manager -->
@@ -47,7 +50,7 @@
     })(window,document,'script','dataLayer','GTM-M9XLVF');</script>
       <!-- End Google Tag Manager -->
     {% endif %}
-    <css-placeholder token="{{ placeholder_token|raw }}">
+      <css-placeholder token="{{ placeholder_token|raw }}">
       <js-placeholder token="{{ placeholder_token|raw }}">
         </head>
 <body{{ attributes.addClass(body_classes) }}>