diff --git a/layout/frontend/b2c/dist/css/global.css b/layout/frontend/b2c/dist/css/global.css
index 7ec897c..2040d51 100644
--- a/layout/frontend/b2c/dist/css/global.css
+++ b/layout/frontend/b2c/dist/css/global.css
@@ -558,6 +558,10 @@ span.hint {
flex-shrink: 0;
}
+nav span.hint {
+ left: -0;
+}
+
.profil_banner.certificate {
width: 33.33%;
float: left;
@@ -9187,6 +9191,13 @@ a:not([class]) {
text-decoration-skip-ink: auto;
}
+.mobile_navigation_container .hint {
+ position: absolute;
+ right: 15px;
+ top: -5px;
+ left: unset;
+}
+
.mobile_navigation svg {
width: 19px;
height: 19px;
diff --git a/module/forwarding/forwarding_config.inc.php b/module/forwarding/forwarding_config.inc.php
index c1b76a3..6726708 100644
--- a/module/forwarding/forwarding_config.inc.php
+++ b/module/forwarding/forwarding_config.inc.php
@@ -94,20 +94,24 @@ $forwarding_icon_images = array(
-
-
-
- '
+ '
),
"communityboard" => array(
"name" => "Communityboard",
"image" => '
-
-
- '
+ '
),
-
-
+ "glocke" => array(
+ "name" => "Glocke",
+ "image" => ''
+ ),
+ "einstellungen" => array(
+ "name" => "Einstellungen",
+ "image" => ''
+ )
);
diff --git a/text_constants.inc.php b/text_constants.inc.php
deleted file mode 100644
index f712b3a..0000000
--- a/text_constants.inc.php
+++ /dev/null
@@ -1,3 +0,0 @@
-