/* Styling für den User Switching Button */
.custom-switch-back-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    /* weiteres Styling hier */
}