#topmenu ul.nav > li a, #topmenu ul.nav > li span.separator {
    text-shadow: none;
  font-weight: normal;
}
.mod-menu li.nav-item.current > a {
  font-weight: normal !important;
}
#footer .fa, .fas, [class^="icon-"], [class*=" icon-"] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
}
#footermodules > div {
  font-size: 0.9em;
}
.mod-menu li::before {
  float: left;
  font-family: Font Awesome 5 Free;
  font-weight: bold;
  speak: never;
  content: none;
}
.mod-menu li.nav-item a, .mod-menu li.nav-item > span {
    border-bottom: 0;
background-color: none;
}
.mod-menu li.nav-item a, .mod-menu li.nav-item > span {
  color: var(--allrounder-menu-font-color);
  display: block;
  padding-left: 35px;
  border-bottom: 1px dotted var(--allrounder-menu-border-bottom-color);
}
.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
}
.shadowed:before, .shadowed:after {
box-shadow: none !important;
  text-shadow: none;
}
#subfoot {
box-shadow: none;
}
@font-face {
    
font-family: 'Kenyan-Coffee';
    
src: url('../Fonts/Kenyan-Coffee.ttf.woff') format('woff'),
        
url('../Fonts/Kenyan-Coffee.ttf.svg#Kenyan-Coffee') format('svg'),
        
url('../Fonts/Kenyan-Coffee.ttf.eot'),
        
url('../Fonts/Kenyan-Coffee.ttf.eot?#iefix') format('embedded-opentype'); 
    
font-weight: normal;
    
font-style: normal;

}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/open-sans-v34-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/open-sans-v34-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/open-sans-v34-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/open-sans-v34-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/open-sans-v34-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Fonts/open-sans-v34-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/open-sans-v34-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/open-sans-v34-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/open-sans-v34-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/open-sans-v34-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
.nav, h1, h2, h3 {
    font-family: 'Kenyan-Coffee' !important;
}
@media (max-width: 968px) {
  nav {
    border-top: none;
    border-bottom: none;
  }
  #topmenu ul.mod-menu__sub {
    display: none;
  }
  #topmenu ul.nav {
    margin: 0;
  }
  #topmenu ul.nav li .mobile-icon {
    display: inline-block;
    width: 1.5em;
    font-size: 1.1em;
  }
  #topmenu ul.nav li.parent > a > .mobile-icon:before,
  #topmenu ul.nav li.parent > span.separator > .mobile-icon:before {
    text-align: center;
    content: "+";
    color: white;
  }
  #topmenu ul.nav li.parent.opened > a > .mobile-icon:before,
  #topmenu ul.nav li.parent.opened > span.separator > .mobile-icon:before {
    content: "\2013";
    color: silver;
  }
}
