/**
 * INVERSEOPERATION - Übergangseffekte
 */
.plus-task-animated .nb-box {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Verhindert Flackern während der Herleitung */
.nb-highlight {
    transition: background-color 0.3s ease, border-color 0.3s ease;
}