/* Abstand Content zu Top */
#sp-main-body {
  padding: 20px 0;
}

/* Schriftgroesse Menu */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 18px;
}

/* Farbe Burger Menu */
#offcanvas-toggler span, .icon-bar > span {
  border-bottom: 2px solid white;
}


/* Schriftart */
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {font-family: 'Lato'}

body {
    font-size: 25px !important;
}

/* londrina-solid-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/londrina-solid-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1,h2,h3,h4 {font-family: 'Londrina Solid'}

h1 {
    font-size: 74px !important;
}

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