@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
@import url("/style/custom/mbo/menu.css");

.selection-buttons .b__toggle-switch:not(.b__toggle-switch--disabled),
.selcontainer .sel-button.selected {
	border-color: var(--primary);
}

.selection-buttons .b__toggle-switch:not(.b__toggle-switch--disabled)::after {
	background-color: var(--primary);
}

.mosaic-header #seldialog .sel-listitem.selected button {
	color: var(--primary);
}

@media screen and (max-width: 1024px) {
    #innercontainer {
        & header {
            & .menu#ctl00_menu {
                &.b_menu-open {
					z-index: 88;
                }
            }
        }
    }
}