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

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

/* Anzahl Suchergebnis*/
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  color: #ff0202;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

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

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

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