.menuSubItemMain .menuSubItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:5px;padding-bottom:5px;font-size:.9em}.menuSubItemMain .menuSubItem:hover{background-color:var(--bgColor05);cursor:pointer}.menuSubItemMain .menuSubItem .menuSubItemArrow{min-width:15px}.menuSubItemMain .menuSubItem .menuSubItemCount,.menuSubItemMain .menuSubItem .menuSubItemStatus{border-radius:.5em;background-color:var(--bgColor05);margin-right:.2em;padding-left:.4em;padding-right:.7em;font-weight:700}.menuSubItemMain .menuSubItem .menuSubItemStatusClosed{background-color:#78c679}.menuSubItemMain .menuSubItem .menuSubItemStatusMassnahme{background-color:#2b83ba}.menuSubItemMain .menuSubItem .menuSubItemStatusOpen{background-color:#6baed6}.menuSubItemMain .menuSubItem .menuSubItemLabel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.menuSubItemMain .active{background-color:var(--bgColor16)}