.breadcrumb .divider.fas.fa-map-marker-alt {
    display: none;
    background-color: #252525 !important;
}
.breadcrumb {
  background-color: #f4f4f4;
}
#sp-main-body {
  padding: 25px 0;
}
#sp-right .sp-module {
  margin-top: 10px;
  border: 0px solid #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

/* How to hide "Featured" badge in Articles */
.article-details .featured-article-badge { display: none; visibility: hidden;}
.article-list .article .featured-article-badge { display: none; visibility: hidden;}

/* Hintergrund Beitrag */
.article-details {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0.25rem;
}

/* Abstand oben unten Bottom */
#sp-bottom {
  padding: 10px 0 10px;
}

/* Abstand module unten Bottom */
#sp-bottom .sp-module {
  margin-bottom: 5px;
}

/* zweites Menü eine Ebene horizontal */
/*#sp-user2 ul.menu.navbar, #sp-user2 ul {display: inline-block;}
#sp-user2 .menu.navbar > li {list-style: none; display: inline; margin: 0 10px;}*/