#sp-main-body {
    padding: 20px 0;
}

.breadcrumb .divider.fas.fa-map-marker-alt {
    display: none;
}

 /* Suchmodul Suchindex volle Breite */
.awesomplete {
    width: 100%;
}

 /* Suchmodul Suchindex Button ausblenden */
.input-group .btn {
  display: none;
}

 /* weblinks mouse over unterstrichen */
a:focus, a:hover {
  text-decoration: underline;
}

/* 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;}
