body .grundschule {
  display: none;
}
body.schule .grundschule {
  display: block;
}
body.schule .not-grundschule {
  display: none;
}

/* Mega menus */
#main-menu > .has-mega-menu {
  position: static !important;
}
#main-menu > .has-mega-menu > a {
  height: unset;
  display: flex;
}

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}
#main-menu .mega-menu.active {
  display: block;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  padding: 0;
  border-width: 1px 0;
  box-shadow: none;
}
#main-menu .mega-menu a {
  font-family: Poppins;
}
#main-menu .mega-menu ul {
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
}
#main-menu .mega-menu ul li {
  border: 0;
}

#main-menu .mega-menu .subitem-image {
  display: none;
}

.main-nav {
  position: relative;
}
.main-nav #main-menu {
  --fa-width: 1em;
  position: fixed;
  left: 100%;
  transition: all 0.6s ease;
  visibility: hidden;
  width: 0;
  height: 0;
  top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 800px) {
  .main-nav #main-menu {
    left: unset;
    right: -100%;
    top: 80px;
  }
}
@media (max-width: 799px) {
  .main-nav #main-menu {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
.main-nav #main-menu.menuactive {
  visibility: visible;
  height: calc(100vh - 60px);
  max-width: 100%;
  width: 100vw;
}
@media (min-width: 800px) {
  .main-nav #main-menu.menuactive {
    height: calc(100vh - 70px);
    right: 0;
    padding-bottom: 80px;
    position: absolute;
    width: 720px;
  }
}
@media (max-width: 799px) {
  .main-nav #main-menu.menuactive {
    left: 0;
  }
}
@media (min-width: 421px) and (max-width: 799px) {
  .main-nav #main-menu.menuactive {
    max-width: 420.65px;
    left: calc(100vw - 420.65px);
  }
}

.toggle-submenu-mobile {
  margin-right: 10px;
  color: #ccc;
}

#main-menu .mega-flex > div {
  width: 100% !important;
}

#main-menu .has-mega-menu > a > i.subitem-indicator-level1 {
  margin-right: 0;
  --fa-style: 400;
}
#main-menu .has-mega-menu > a > i.subitem-indicator-level1:hover {
  --fa-style: 900;
}
#main-menu .has-mega-menu > a > i.subitem-indicator-level1.active {
  transform: rotate(180deg);
}
#main-menu .has-mega-menu > a:hover .nohover {
  color: #000;
}
#main-menu .has-mega-menu > a:hover > .first {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #121212;
  color: #000;
}

.sm li.has-mega-menu {
  padding-left: 20px;
  padding-right: 20px;
}

.sm > li > a {
  font-size: 30px;
}

.first {
  font-size: 18px;
}

#main-menu .first {
  color: #000;
  text-align: center;
  font-family: Arvo;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 800px) {
  #main-menu .first {
    font-size: 40px;
  }
}

#main-menu .mega-menu.mega-menu .mega-flex .menu-first-layer-link {
  padding-left: 30px;
  padding-top: 20px;
  margin: 0 0 0 30px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 800px) {
  #main-menu .mega-menu.mega-menu .mega-flex .menu-first-layer-link {
    font-size: 24px;
  }
}
#main-menu .mega-menu.mega-menu .mega-flex .menu-first-layer-link:hover {
  color: #000 !important;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #121212;
}
#main-menu .mega-menu.mega-menu .mega-flex .menu-first-layer-link:hover i {
  color: #000 !important;
}
#main-menu .mega-menu.mega-menu .mega-flex .menu-first-layer-link + ul > li > a {
  margin-left: 30px;
  margin-right: 40px;
  padding: 12px 30px 0 70px;
  border-left: unset;
  display: inline-block;
}
#main-menu .has-mega-menu > a {
  align-items: center;
}
#main-menu .subitem-indicator-level2 {
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 800px) {
  #main-menu .subitem-indicator-level2 {
    margin-left: 32px;
  }
}
#main-menu .subitem-indicator-level2.active i {
  transform: rotate(180deg);
}
#main-menu .lvl3 a:hover {
  color: #000 !important;
}
#main-menu .lvl3 a:hover i {
  color: #000 !important;
}
#main-menu .lvl3 span {
  display: inline-block;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
#main-menu .lvl3 span:hover {
  color: #000 !important;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #121212;
}
@media (min-width: 800px) {
  #main-menu .lvl3 span {
    font-size: 18px;
  }
}

.background-overlay-for-menu {
  display: none;
}
.background-overlay-for-menu.active {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 1920px;
}

/*# sourceMappingURL=eo-menu.css.map */
