/* Verhindert, dass Helix-Container die CB-Aktionen blockieren */
.cbPosHead, .cbProfileIcons, #cbProfilePage {
    position: relative;
    z-index: 99;
}
/* Erzwingt den Zeiger (die Hand) auf dem Bearbeiten-Link */
.cbProfileIcons a, .cbProfileIcons span {
    cursor: pointer !important;
    pointer-events: auto !important;
}