diff --git a/views/html/questgroupshierarchypath/index.tpl b/views/html/questgroupshierarchypath/index.tpl
index 9bfe0099..c51e0e8f 100644
--- a/views/html/questgroupshierarchypath/index.tpl
+++ b/views/html/questgroupshierarchypath/index.tpl
@@ -1,8 +1,7 @@
0) : ?>
-Pfad:
-
+
diff --git a/www/css/desktop.css b/www/css/desktop.css
index 1e25e5b1..91bc3e38 100644
--- a/www/css/desktop.css
+++ b/www/css/desktop.css
@@ -77,6 +77,9 @@ menu a,#profile{display:block;padding:15px 0;color:#fff}
article{padding:70px 0 30px}
+.breadcrumbs li{display:block;font-size:.875em}
+.breadcrumbs .fa{padding-right:5px;font-size:.75em}
+
.questgroups li{margin:0 0 25px 0;border-radius:3px;overflow:hidden}
.questgroups img{display:block}
.questgroups section{padding:20px;background:#fff}
@@ -117,4 +120,5 @@ menu a{padding:10px 0}
#toggle,.toggle{display:none}
.wrap{margin:0 20px 0 340px}
article{padding-top:20px}
+.breadcrumbs li{display:inline;padding-right:10px}
}
\ No newline at end of file