/*breakpoints*/
.navigation__container .nav__trigger {
  cursor: pointer;
}
.navigation__container .child__node ul {
  margin: 0.8em 0 1.5em 0 !important;
}
.navigation__container .menu__item.active {
  color: #E10021 !important;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .navigation__container .menu__item.h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
.navigation__container .list__style--none {
  padding-left: 12px !important;
}
.navigation__container .has__children .child__arrow {
  transform: rotate(0);
  transition: all ease 0.3s;
}
.navigation__container .has__children:not(.collapsed) .child__arrow {
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fpflugmaurer%2Fscss%2Fcomponents%2F_navigation.scss%22%2C%22%2Fthemes%2Fpflugmaurer%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BACRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqBF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%22%7D */