/* Padding im UserControl abschalten */
.app-layout.app-layout--task-view .app-layout__content {
    padding: 0;
}

.app-layout.app-layout--task-view .app-layout__content .task-view__content {
    padding: 0;
}

/* Einstellungen für den dunklen Portal Header */
.app-layout {
    --app-header-background-color: #444;
}

.app-layout__app-header {
    color: aliceblue;
}

.app-layout__content {
    background-color: #444;
}

.startable-list-view .text-center {
    --text-color: aliceblue;
}

.task-list-view .text-center {
    --text-color: aliceblue;
}
