.Navigation_Konstr * .nested-list-item-name.active {
    background-color: #1a890d;
    color: #ffffff;
}

.Navigation_Konstr * .nested-list-item-name {
background-color: #c8e9b1;
    color: #1a890d;
}

.Navigation_Konstr * .nested-list-item-name:hover {
   background-color: #1a890d; 
   color: #ffffff;
}