/* metal-mania-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: 'Metal Mania';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/metal-mania-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body, p, h1, h2, h3, h4, h5, h6, li, a, span {
  font-family: "Metal Mania", system-ui;
}

/* change Menu items font size
Für Navigationsmenü */
.sp-megamenu-parent >li>a {
    font-size: 24px; /* Ändern nach Bedarf */
}
/* Für die Dropdowns des Navigationsmenü */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 18px; /* Ändern nach Bedarf */
}
/* Hide "Featured" badge in Articles */
.article-list .article .featured-article-badge {
display: none;
}
/* Hide frame around Articles */
.article-list .article {
  border: 0;
}
/* Hide frame  for modules in the right and left positions
reduce space between modules */
#sp-left .sp-module, #sp-right .sp-module {
    border: 0px !important;
    padding: 0px;
}
/*reduce space between Header & Article(s) area */
.com-content #sp-main-body {
 padding-top: 0px;
 padding: 0px;
}
/*increase the size of Offcanvas (=) Menu*/
.burger-icon { width: 35px; } 
.burger-icon > span {height: 4px; }

/*add the word "MENU" after [=] icon*/
#offcanvas-toggler::after {
  content: "MENU";
  padding-left: 5px;
  color: #111; 
  margin-top: -3px;
}
/*
.social-share-block{
line-height: 0;
}
*/