/* Toggler vergrössert*/
#offcanvas-toggler > i {font-size: 30px;}

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

/* Schriftart */
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/noto-sans-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'),
       url('../fonts/noto-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v8-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

body {font-family: 'Noto Sans'; font-size: 18px; font-weight: normal; color: #333;}


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