/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* ------------------------------ ANCHOR GLOBAL ----------------------------- */
body {
  font-family: Comfortaa;
}
.black-logo {
  display: none;
}
#loesungen_home .black-logo, #home .black-logo, #agb .black-logo, .no-banner .black-logo {
  display: block;
}
#loesungen_home .white-logo, #home .white-logo, #agb .white-logo, .no-banner .white-logo {
  display: none;
}
.no-banner {
  background-color: #f6f9e9;
}
.d-none {
  display: none;
}
/* ------------------------------- ANCHOR MENU ------------------------------ */
.navbar-nav {
  display: none !important;
}
.navitop #topmenu {
  float: right !important;
}
/* ------------------------------- ANCHOR HOME ------------------------------ */
.no-cookie-banner img {
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  z-index: 9000;
  transition: 0.3s;
}
.no-cookie-banner img:hover {
  width: 100px;
  transition: 0.3s;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */