@import "custom_fonts.css";
.featured-article-badge {display: none; visibility: hidden;}

:root {
  --ksvrot: #e21919;
}

/* 

MEGAmenu  OFFcanvas 

*/

body {
  font-family: 'Open Sans';
  font-size: 18px;
  color: #666;
}

.legal { /* START */
  hyphens: auto;
  #sp-main-body {padding: 1em 0;}
  .article-details {max-width: 800px; margin: 2em auto 4em;}
  .footer {text-align: center;}
  
  
} /* legal ENDE */


/* MEGAmenu*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
}
.sp-megamenu-parent > li > a::first-letter, .sp-megamenu-parent > li > span::first-letter {
  color: var(--ksvrot);
  font-size: 115%;
  font-weight: 700;
}


.fussballde_widget {
  clip-path: polygon(0 55px, 100% 55px, 100% 100%, 0% 100%);
  transform: translateY(-55px);
}

.socicons {margin: 0 0 0 1em;}
.socicons img {
   height: min(25px, 8vw); width: auto;
   margin: 0 4px;
   display: inline-block;}
.socicons img:hover {opacity: 0.8;}

#sp-footer .socicons {filter: invert();}

@media (max-width: 700px) {
  .socicons {margin: 1em 0; display: block;}
  .socicons img {margin: 0 8px;}
}





/* HEADER */
#sp-top-bar {font-size: 1rem;}
ul.social-icons {padding-left: 5px;font-size: 1.2rem;}

/* OFFcanvas */
.burger-icon {width: 35px;}
.burger-icon > span {height: 4px;}

.offcanvas-menu .logo-image {
  width: 220px;
  height: auto;
  padding-top: 5px;
}

.offcanvas-active .burger-icon > span:nth-child(1), 
#modal-menu-toggler.active .burger-icon > span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
}
.offcanvas-active .burger-icon > span:nth-child(3), 
#modal-menu-toggler.active .burger-icon > span:nth-child(3) {
  transform: translate(0, -7px) rotate(45deg);
}

.offcanvas-menu {width: 350px;}
body.ltr.offcanvs-position-right .offcanvas-menu {right: -105%;}