/*Menü Purple Shift Studio einfärben */ 

div.sp-column nav.sp-megamenu-wrapper ul.sp-megamenu-parent li.sp-menu-item a.purple {
    color: #813782 !important; /* normale Farbe */
}
/* Hover */
div.sp-column nav.sp-megamenu-wrapper ul.sp-megamenu-parent li.sp-menu-item a.purple:hover {
    color: #6e90a6 !important;          /*  Hover-Farbe */
}