:root {
  --primary: #E4D725;
  --secondary: #0B243D;
  --font-default: "Montserrat", sans-serif;
  --font-headings: "Montserrat", sans-serif;
}

body header ul.menu li.logo {
  background-repeat: no-repeat;
}
body h1, body h2, body h3, body h4 {
  font-weight: 800;
}
body header .mobile_logo {
  width: 140px;
  height: 70px;
  margin-top: 5px;
}
body footer .footer_top .logo {
  height: 80px;
  filter: brightness(2000%);
}
body .stoerer {
  position: fixed;
  width: 200px;
  top: 0;
  left: 50%;
  margin-left: -630px;
  margin-top: 0;
  z-index: 2100;
  transition: 0.3s !important;
}
body.body_scrolled .stoerer {
  width: 140px;
}
@media (min-width: 768px) {
  body.body_scrolled header ul.menu li.logo a {
    width: 140px !important;
    height: 80px !important;
  }
}

/*# sourceMappingURL=style.css.map */
