/* scrollbalken immer aktiv */
html {
  overflow-y: scroll;
}
/* Toggler vergrössert*/
#offcanvas-toggler span, .icon-bar > span {
  border-bottom: 4px solid black;
}

/*Abstand Main Body von 100 auf 30*/
#sp-main-body {
    padding: 30px 0;
}

/*Abstand bottom von 60 auf 30*/
#sp-bottom {
    padding: 30px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}
/* weissen Rahmen um Artikel enfernt, Abstand verringert */
.article-list .article {
  margin-bottom: 10px;
  padding: 14px;
  border: 0px solid #f5f5f5;
  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;}
