
/*! responsive-nav.css */

.js_mobile_navigation_open #wrapper > :not(header) {
	filter: brightness(.5);
}
.navicon_wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.navicon .inside .lines {
	background-color: #aa143a;
	height: 3px;
}
.mobile_navigation_wrapper .mod_navigation .level_1 {
	top: 40px;
	height: auto;
  max-height: calc(100dvh - 40px);
}
html.js_mobile_navigation_open .mobile_navigation_wrapper .mod_navigation ul>li>a.active,
html.js_mobile_navigation_open .mobile_navigation_wrapper .mod_navigation ul>li>strong.active,
html.js_mobile_navigation_open .mobile_navigation_wrapper .mod_navigation ul>li>span.active {
  background-color: rgba(0,0,0,.1) !important;
}
.mobile_navigation_wrapper .mod_navigation li .submenu_toggle {
	border-left: 1px solid rgba(0,0,0,.2);
}




