diff --git a/content/master.blade.php b/content/master.blade.php
index d646f7a..a3edad9 100644
--- a/content/master.blade.php
+++ b/content/master.blade.php
@@ -14,6 +14,12 @@
+ @if($_schriftart == "Montserrat")
+
+
+
+ @endif
+
@include('template.'.config('settings.template').'.content.includes.css')
@yield('head')
@@ -54,16 +60,29 @@
- Produkte
- Leistungen
+
+ @if($type->get("Produkte")->status)
+ Produkte
+ @endif
+
+ @if($type->get("Leistungen")->status)
+ Leistungen
+ @endif
@if($type->get("News")->status)
Aktuelles
@endif
Über uns
- Referenzen
- Events
+
+ @if($type->get("Referenzen")->status)
+ Referenzen
+ @endif
+
+ @if($type->get("Referenzen")->status)
+ Events
+ @endif
+
Karriere
Kontakt
diff --git a/variables.json b/variables.json
index 60838da..4dde9b6 100644
--- a/variables.json
+++ b/variables.json
@@ -190,6 +190,7 @@
"Dosis",
"Times New Roman",
"Helvetica",
+ "Montserrat",
"Verdana",
"Trebuchet MS"
],