/**
 * Diese Datei stellt die Hauptdatei für
 * CSS-Styling dar. Hier werden übergreifende
 * und allgemeine
 */

/**
 * VARIABLEN
 */

:root {
    --lambda-gelb: #ffff00;
    --primary-color: #7C63CF;
    --einstellungen-color: #10b981;
    --verwaltung-color: #666;
    --primary-color-text: #6c757d;
    --primary-color-hover-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
    --primary-color-hover-background: rgba(255, 255, 255, 0.2);
    --primary-color-active-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.4);
    --primary-color-active-background: rgba(255, 255, 255, 0.4);

    --secondary-color: #fff;
    --header-color: #000;

    --table-border: #ececec;
    --table-hover: #efefef;

    --hell-grau: #ccc;
    --grau: #aaa;
    --dunkel-grau: #333;

    --hover-primary: rgba(255, 202, 40, 0.1);

    --border-radius: 0.25rem;

    --gruen: #89bd23;
    --rot: #d06060;
    --dunkel-gruen: #0a5527;
    --gelb: gold;
    --global-spacing-unit: 21px;
    --global-spacing-unit--big: 42px;
    --global-spacing-unit--reduced: 14px;
    --global-spacing-unit--half: 11px;
    --font-size: 16px;
}

html {
    height: 100%;
}

body {
    font-family: 'Supreme', sans-serif !important;
    font-size: var(--font-size);
    line-height: var(--global-spacing-unit);
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
}

/**
 * GENERIC
 */

address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
    margin-bottom: var(--global-spacing-unit);
}

/**
 * LAYOUT
 */

#body {
    display: flex;
    flex: 1;
    max-height: 100vh;
}

#content {
    flex: 1;
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
}

.content-body {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.options-bar {
    padding: 6px 6px;
    display: flex;
}

.options-bar .options-title {
    color: var(--header-color);
    font-weight: 500;
    font-size: 1.75rem;
    margin-right: 15px;
}

.options-bar .search-input {
    width: 250px;
    max-width: 100%;
}

.options-bar .search-input-stretched {
    width: 100%;
    max-width: 100%;
}

.options-bar .options-main {
    flex: 1;
    display: flex;
}

.options-bar .options-right > * {
    height: 100%;
}

.badge {
    padding: 0.4em 0.6em;
    font-size: 85%;
    font-weight: 500;
    border-radius: 0.25rem;
}

.badge-success-light {
    color: var(--grau);
    background-color: #dff7e4;
}

.badge-success-alt {
    background-color: #fff;
    color: #28a745;
}

.badge-success-light-alt {
    background-color: #fff;
    color: #cddad0;
}

.badge-danger-alt {
    background-color: #fff;
    color: #dc3545;
}

/**
 * ELEMENTS
 */

h4 {
    font-size: 1.3em;
}

input {
    font-size: 16px;
    padding: 4px;
}

select {
    font-size: 16px;
    padding: 6px;
}

.bootstrap-select {
    font-size: 16px;
    padding: 6px;
}

.dropdown-item {
    white-space: pre;
}

.dropdown-item.disabled {
    pointer-events: all;
    cursor: default !important;
}

td .dropdown-item {
    white-space: nowrap;
}

.dropdown-menu {
    font-size: 16px;
}

.dropdown-toggle {
    padding: 6px;
}

.dropdown-toggle {
    color: #333;
    height: 100%;
}

.dropdown-toggle:hover {
    color: var(--primary-color);
}

.form-row > input[class*="col-md-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.btn {
    font-size: 0.9em;
    cursor: pointer;
}

.btn.disabled {
    cursor: default;
}

.btn-primary {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-color: transparent;
}

.btn-primary:hover, .btn-primary:focus {
    color: var(--secondary-color);
    box-shadow: var(--primary-color-hover-box-shadow);
    background-color: var(--primary-color);
    border-color: transparent;
}

.btn-primary.disabled {
    background-color: #6c757d;
    border-color: transparent;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus {
    box-shadow: none;
}

.btn-link {
    color: var(--primary-color);
    text-decoration: none !important;
}

.btn-link:hover {
    opacity: 0.8;
}

.btn-outline {
    border: 1px solid #cecece;
    color: #333;
}

.btn-outline:hover {
    background: #eee;
    color: #333;
}

.btn-with-icon span {
    font-size: 0.9em;
    margin-right: 6px;
}

.dropdown-toggle {
    padding: 0.375rem 0.75rem;
}

.kommentare {
    list-style: none;
}

.kommentare li {
    border-bottom: 1px solid #eee;
}

.kommentare li:last-of-type {
    border-bottom: none;
}

/**
 * FORMS
 */


.form-filter {
    margin: 6px 12px;
    width: 400px;
}

.error + input, .error + select, .error + textarea,
.error ~ div.bootstrap-select > button.dropdown-toggle,
.error ~ div.input-group {
    border: 1px solid var(--rot);
}

.form__feld ul.feedbackPanel {
    list-style: none;
    padding-left: 0;
    margin-top: 8px;
}

.form__feld .feedbackPanel > .feedbackPanelERROR {
    color: var(--rot);
}

.form__feld {
    margin-bottom: var(--global-spacing-unit--reduced);
}

.form__feld--dropdown .btn-group.bootstrap-select {
    display: block;
    margin-top: -7px;
    margin-left: -7px;
    width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
    color: #555;
    font-size: 16px;
}


.form-row > [class*='col-md-']:first-of-type {
    padding-left: 0;
}

.form-row > div > [class*='col-md-']:first-of-type {
    padding-left: 0;
}

.form-row > [class*='col-md-']:last-of-type {
    padding-right: 0;
}

.form-row > div > [class*='col-md-']:last-of-type {
    padding-right: 0;
}

.toggle-group label {
    margin-bottom: 0;
}

.toggle-group .toggle-on {
    color: white;
}

.toggle-group .toggle-off {
    background: white;
}

.btn.toggle {
    max-width: 100px;
    cursor: pointer;
}

.btn.toggle .toggle-handle {
    vertical-align: baseline !important;
}

.btn.toggle.off .toggle-handle {
    background: var(--gruen);
}

.form-button-group {
    display: flex;
    justify-content: flex-end;
}

.form-button-group .form-button {
    margin-right: 12px;
}

.form-button-group .form-button:last-of-type {
    margin-right: 0;
}

.form-aktionen {
    display: flex;
    justify-content: flex-end;
}

.date-range {
    display: flex;
}

.date-range input {
    flex: 1;
}

.date-range .seperator {
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-container {
    background: rgb(248, 249, 250);
    border-radius: 4px;
    padding: 6px 12px;
    min-height: 100px;
}

.form-check {
    padding-left: 0;
}

/**
 * HEADINGS
 */

h1, h2, h3, h4, h5, h6 {
    color: var(--header-color);
    margin-bottom: var(--global-spacing-unit);
}

/**
 * TABLES
 */

/* OVERRIDE SOME DEFAULT STYLES */
.table th, .table td {
    border-top: none;
}

.table thead th {
    border-bottom: none;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.035);
}

.table .navigation td {
    padding-left: 0;
    padding-right: 0;
}
/* OVERRIDE END */

table {
    border-collapse: separate;
    border-spacing: 0;
}

.table thead tr.headers th {
    background-color: var(--table-border);
    border-top: 1px solid var(--table-border);
}

.table thead tr.headers th:first-child {
    border-left: 1px solid var(--table-border);
    border-top-left-radius: 10px;
}

.table thead tr.headers th:last-child {
    border-right: 1px solid var(--table-border);
    border-top-right-radius: 10px;
}

.table tbody td {
    border-bottom: 1px solid var(--table-border);
}

.table tbody tr td:first-child {
    border-left: 1px solid var(--table-border);
}

.table tbody tr td:last-child {
    border-right: 1px solid var(--table-border);
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.01);
}

.table-striped tbody tr:nth-of-type(2n+1):hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.table {
    overflow-y: auto;
    height: 100px;
}

.table-compact tbody td {
    padding: 0 !important;
    width: 100%;
}

.table-compact thead td {
    vertical-align: bottom !important;
}

.table-no-header thead .headers {
    display: none;
}

.table thead {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 10;
}

.table td {
    vertical-align: middle;
}

.table p {
    margin-bottom: 0;
    white-space: pre;
}

.table .navigation td {
    border-top: none;
}

.table tbody .inner-table tr:nth-child(1) td {
    border-top: none;
}

.table .navigator a {
    text-decoration: none;
    color: black;
    float: left;
    padding: 6px 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.table .navigator a:hover {
    color: var(--secondary-color) !important;
    background-color: var(--primary-color);
    border-color: transparent;
}

/*Nummernfelder*/
.table .navigator span > a[disabled="disabled"] {
    color: var(--secondary-color) !important;
    background-color: var(--primary-color);
    border-color: transparent;
}

/*Pfeile*/
.table .navigator a[disabled="disabled"] {
    background-color: #eee;
    color: #ccc !important;
    cursor: default;
    border-color: transparent;
}

.action-icons-container span {
    /*color: var(--primary-color);*/
    margin-right: 6px;
    cursor: pointer;
}

.action-icons-container span:last-child {
    margin-right: 0;
}

.action-icons-container span:hover {
    /*color: var(--primary-color);*/
    opacity: 0.8;
}

/**
 * NAV-TABS
 */

.nav-tabs, .tab-row ul {
    border-bottom: 1px solid var(--hell-grau);
    /*color: var(--primary-color);*/
}

.tab-row ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.nav-tabs .nav-link, .tab-row li {
    padding: 0.5rem 1rem;
    color: var(--hell-grau);
    border: none;
}

.tab-row li a {
    color: var(--hell-grau);
}

.nav-tabs .nav-link:hover, .tab-row li:hover {
    color: var(--primary-color);
    opacity: 0.8;

    border: none;
}

.tab-row li:hover a {
    color: var(--primary-color);
    opacity: 0.8;

}

.nav-tabs .nav-link.active, .tab-row li.selected {
    color: var(--primary-color);
    border: none;
    border-bottom: 3px solid var(--primary-color);
}

.tab-row li.selected a {
    color: var(--primary-color);
}

.navigator .goto a:not([href]):not([tabindex]) {
    color: var(--primary-color);
    text-decoration: none;
}

/**
 * ANCHORS
 */
a {
    color: #333;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/**
 * COMPONENTS
 */

.profilbild {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--secondary-color);
}

.profilbild--no-border {
    border-radius: 50%;
    object-fit: cover;
}

.profilbild--profil {
    width: 200px;
    height: 200px;
}

.progressContainer {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.alert {
    padding: 16px;
    margin-bottom: var(--global-spacing-unit);
}


.alert-dismissable .close, .alert-dismissible .close {
    right: 3px;
    top: 3px;
    padding: 0;
}


.kontext {
    background: #f1f1f1;
    height: 100%;
    border-right: 1px solid #dedede;
}

.statistic-container {
    display: flex;
    flex-wrap: wrap;
}

.statistic {
    flex: 1;
    margin-right: 12px;
    padding: 6px 12px;
    border-radius: var(--border-radius);
    background: #e2f2ff;
}

.statistic:last-child {
    margin-right: 0;
}

.statistic-label {
    color: var(--grau);
    margin-bottom: 6px;
}

.statistic-content {
    font-size: 1.7em;
    font-weight: 600;
    margin-bottom: 6px;
}

.farbe-anzeige-container {
    width: 32px;
    height: 24px;
    border-radius: var(--border-radius);
    border: 1px solid #ccc;
}

.farbe-anzeigen-container-div {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.farbe-anzeigen-container-div > .farbe-anzeige-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

/**
 * HELPERS
 */


.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.show-space {
    white-space: pre-line;
}

/**
 * Filterspalten in Übersichtsseiten
 * Annahme: Filter immer rechts von Daten
 */

.datenseite {
    margin-top: 0px;
    padding-right: 24px;
    margin-right: -1px;
}

.filterseite {
    background: #f1f1f1;
    padding-right: 24px;
    padding-left: 24px;
    border-right: solid #f1f1f1 1px;
    border-collapse: collapse;
}

.filterseite label {
    color: #777;

}

.filterseite--selectbox {
    min-height: 90px;
}

/**
 * Farbe der Text Links im ColumnBuilder
 */

.columnlinkcolor {
    color: black;
}


.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-10 {
    width: 10% !important;
}

.w-5 {
    width: 5% !important;
}

.w-15 {
    width: 15% !important;
}

.boxed {
    background: #f1f1f1;
    box-shadow: 0 0 5px #aaa;
    border: 1px solid #ddd;
}

/**
 * Tabs
 */

.tab-section {
    margin-bottom: 16px;
}

.tab-section-title {
    font-weight: 600;
    font-size: 1.6em;
}

.tab-section-title span.fas {
    /*color: var(--primary-color);*/
    font-size: 18px;
    cursor: pointer;
}

.tab-section-body {
    display: flex;
    padding: 8px 0;
}

.tabs-sticky-header {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.tabs-sticky-header .tab-panel {
    flex: 1;
    overflow-y: auto;
}

.data-container {
    flex: 1;
    max-width: 200px;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-container-2 {
    flex: 2;
    max-width: 400px;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-container .data-label, .data-container-2 .data-label {
    color: #aaa;
    font-size: 0.9em;
}

/**
 * Image Upload
 */
.file-preview-thumbnails {
    display: flex;
}

.krajee-default.file-preview-frame {
    float: none;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
    height: auto;
}

.krajee-default .file-actions {
    display: none;
}

.button-rigth-bottom-corner {
    position: absolute;
    right: 0px;
    bottom: 0px;
}


.CalenderBlocked {
    max-height: none;
    height: auto;
}


.calender-zentrierter-text {
    text-align: center;
}

.qr-code-panel__actions {
    align-self: end;
    padding: 16px;
}

.qr-code-panel {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    padding: 1vw;
    align-items: center;
    max-height: 100%;
}

.qr-code-panel img {
    height: 100%;
    aspect-ratio: 1 / 1;
}

.widget-content .qr-code-panel {
    padding: unset;
}

.qr-code-panel a {
    align-self: end;
    cursor: pointer;
    font-size: 2rem;
    padding: 16px;
}

.qr-code-panel-max a {
    align-self: end;
    cursor: pointer;
    font-size: 2rem;
    padding: 16px;
}

.qr-code-panel-max {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    padding: 1vw;
    position: fixed;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 1000;
    background: white;
    align-items: center;
}

.qr-code-panel-max img {
    max-width: 80vh;
    min-width: 150px;
    width: 90vw;
}

.group-edit {
    position: absolute;
    right: 10px;
}

.group-edit .group-edit-icon {
    cursor: pointer;
}

.timeline-app .rct-sidebar .title {
    height: auto;
    width: auto;
    overflow-wrap: anywhere;
    line-height: 16px;
}

.timeline-app .rct-sidebar-row {
    display: flex;
    align-items: center;
}

.timeline-app .rct-sidebar-row > div {
    display: flex;
    line-height: 16px;
    white-space: break-spaces;
    justify-content: center;
    align-items: center;
}

.planstellen-chart-container {
    margin-left: 200px;
}

.farbwahl-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-form > .line-form-button {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 16px 0px 0px 0px;
}

.table th.wicket_orderUp a:after,
a.wicket_orderUp:after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid;
    position: relative;
    top: -18px;
    left: 8px;
}

.table th.wicket_orderDown a:after,
a.wicket_orderDown:after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid;
    position: relative;
    top: 19px;
    left: 8px;
}

@media print {
    .no-print {
        visibility: hidden;
    }

    .print {
        visibility: visible;
    }
}

.masked-input {
    border: 1px solid #ced4da !important;
}

.required:after {
    content: " *";
    color: red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.bigVSkip {
    margin-top: 50px;
}

td.action-column{
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    table.mobile thead .headers {
        display: none;
    }

    table.mobile tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    table.mobile td:nth-child(1):empty {
        display: none;
    }

    table.mobile td:nth-child(1).norecords-td {
        display: flex;
    }

    table.mobile tr.navigation td {
        flex: 100%;
    }

    table.mobile td.action-column{
        display: none;
    }

    table.mobile .navigatorLabel {
        display: none;
    }

    table.mobile td {
        display: flex;
        flex: 40%;
    }

    table.mobile tr:not(:first-child) {
        border-top: 1px solid black
    }

    .widget-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .widget {
        margin-left: 0px;
        margin-right: 0px;
    }

    .widget-content {
        padding: 0 0 12px 0 !important;
    }
}

.datenschutz p {
    text-align: justify;
}

.scrollTop {
    position: absolute;
    right: 0px;
    width: 50px;
    top: 0px;
}

.print-body {
    display: flex;
    flex-wrap: wrap;
}

.profil .personalkarte {
    flex-wrap: unset;
    flex-direction: row;
}

.mobile-display-none {
    display: none;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.btn-upload {
    font-size: 0;
}

.text-cut-off {
    display: block;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}.btn--anmelden, .btn--anmelden:hover, .btn--anmelden:focus {
    background-color: #6c757d;
}

.login-footer {
    margin-top: 200px;
    text-align: center;
}

.login-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

.login-logo {
    width: 200px;
}

.login-logo img {
    width: 100%;
    height: 100%;
}

.login-title {
    text-align: center;
    color: #666666;
    font-size: 26px;
    margin-top: 32px;
    font-weight: 600;
}

.form--login {
    margin-top: 2em;
}


.form--login h1 {
    margin-bottom: 48px;
}

.form--login .form__aktionen {
    display: flex;
    justify-content: flex-end;
}

.form--login .btn-primary {
    /*background: #666;*/
}

main.standalone {
    background-image: linear-gradient(white, whitesmoke);
}

@media (min-device-height: 1000px) {
    main.standalone {
        padding-bottom: 32vh;
    }
}

@media (max-device-height: 999px) {
    main.standalone {
        padding-bottom: 6rem;
    }
}

@media only screen and (max-width: 768px) {

    .btn--anmelden {
        margin-bottom: 5px;
        height: 50px;
        width: 100%;
    }

    .btn--registrieren {
        margin: auto;
        width: 100%;
    }

    .form-control {
        height: 50px;
    }

    .form__feld small {
        font-size: 90%;
    }

    .login-logo {
        height: auto;
        margin: auto;
        width: 95%;
    }
    .login-footer {
        margin-top: 50px;
    }

    .responsive--login {
        font-size: 1.2em;
    }

    .responsive-justify {
        font-size: 1em;
        text-align: justify !important;
    }

}

@media only screen and (max-width: 550px) {
    .responsive-offset {
        margin-top: 100px;
    }
}.header{
    display: flex;
    height: 66px;
    align-items: center;
}

.header .header-title{
    font-weight: bold;
    font-size: 2em;
}

.header .header-extra{
    flex: 1;
}

.header .header-end{
    height: 100%;
    display: flex;
    align-items: center;
}

.header .header-end .add-button{
    background: var(--primary-color);
    color: #fff;
    width: fit-content;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-left {
    display: flex;
    flex-direction: column;
    width: 66px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 3px 13px 0 rgba(18, 43, 70, .1);
}

.navbar-left--open {
    width: 250px;
}

.navbar-left--closed {
    width: auto !important;
}

.navbar-left--closed .only-expanded {
    display: none !important;
}

.navbar-left--open .only-collapsed {
    display: none !important;
}


.list-style-none {
    list-style: none;
}

.menu-active {
    font-weight: bold !important;
}

.nav-item > .menu-link > svg {
    width: 1rem;
    fill: var(--primary-color);
}

.navbar-left .nav-item > .menu-link > svg {
    margin-right: 0.4rem;
}

.navbar-left .nav-item > .menu-link {
    color: #666;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.navbar-left.navbar-left--closed .nav-item > .menu-link {
    margin-top: 1rem;
}

.navbar-left .nav-item > .menu-link:hover {
    color: #333;
    font-weight: bold;
}

.navbar-left.navbar-left--closed .nav-item > .menu-link:hover > .nav-item-title{
    position: absolute;
    left: 66px;
    z-index: 41;
    color: #666;
    background-color: #fff;
    padding: 0 12px;
    border: 1px solid #eee;
    width: 200px;
    height: 54px;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 13px -2px #ccc;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.default-farbe{
    fill: var(--primary-color) !important;
}

.einstellungen-farbe{
    fill: var(--einstellungen-color) !important;
}

.verwaltung-farbe{
    fill: var(--verwaltung-color) !important;
}

.navbar-left .nav-item > .menu-link > .nav-item-title {
    display: none;
}

.navbar-left.navbar-left--open .nav-item > .menu-link > .nav-item-title {
    display: block;
}

.navbar-left.navbar-left--open .nav-item > .menu-link {
    justify-content: flex-start;
}

.navbar-left.navbar-left--open .nav-item > .menu-active {
    font-weight: 700;
}

.sidebar-logo-img {
    height: 52px;
}

.navbar-left--closed .sidebar-logo-img {
    width: 35px;
}

.navbar-left .menu-bottom {
    margin-bottom: 6px;
}

.navbar-left .menu-toggle {
    color: var(--primary-color-text);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 100%;
    border: none;
}

.navbar-left .menu-toggle:focus {
    outline: none;
}

.navbar-left.navbar-left--open .menu-toggle {
    transform: rotate(180deg);
}

.navbar-left--closed .center-collapsed {
    width: 100%;
    display: flex;
    justify-content: center;
}

.abmelden {
    fill: transparent !important;
    color: var(--rot) !important;
}

.profilContainer {
    color: var(--primary-color-text);
}

.profilContainer:hover {
    color: var(--primary-color-text);
    font-weight: bold;
}

a.menu-link {
    margin: 0 !important;
}

.margin-menu-item {
    margin-top: 0.7rem;
}

@media screen and (max-width: 600px) {
    .navbar-left {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 66px;
        padding-top: 6px;
        background-color: #fff;
    }

    .navbar-left--closed .center-collapsed {
        display: none;
    }

    #menu .flex-column {
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100%;
    }

    #menu .flex-grow-1 {
        flex-grow: 0 !important;
        padding-left: 24px;
    }

    .navbar-left--open {
        height: fit-content;
    }

    .navbar-left.navbar-left--closed .menu-toggle {
        transform: rotate(90deg);
        padding: 24px !important;
    }

    .navbar-left.navbar-left--open .menu-toggle {
        transform: rotate(-90deg);
        padding: 24px !important;
    }

    .navbar-left.navbar-left--closed .nav-item > .menu-link:hover > .nav-item-title{
        position: absolute;
        left: 66px;
        z-index: 41;
        padding: 0 12px;
        width: 200px;
        height: 54px;
        display: flex;
        align-items: center;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
    }

    .navbar-left.navbar-left--open .nav-item > .menu-link {
        justify-content: flex-start;
    }

    #navbarDropdown {
        justify-content: center;
        padding-top: 0;
    }

    .navbar-left.navbar-left--open .nav-item > .menu-link > i,
    .navbar-left.navbar-left--open .nav-item > .menu-link > span {
        margin-bottom: 12px;
        height: 25px;
        text-align: center;
    }

    #body {
        flex-direction: column;
    }

    .navbar-left.navbar-left--closed .menu-main .main-menu {
        flex-direction: row !important;
    }

    span.only-expanded{
        margin-bottom: 0 !important;
    }
}

.modal-title {
    white-space: pre-line;
}

.modal-xxl .modal-dialog {
    max-width: 90vw;
}

.modal-xxl .modal-content {
    width: 90vw;
}

.modal-xl .modal-dialog {
    max-width: 70vw;
}

.modal-xl .modal-content {
    width: 70vw;
}

.modal-l .modal-dialog {
    max-width: 50vw;
}

.modal-l .modal-content {
    width: 50vw;
}

@media only screen and (max-width: 1700px) {
    .modal-l .modal-dialog {
        max-width: 70vw;
    }

    .modal-l .modal-content {
        width: 70vw;
    }

    .modal-xl .modal-dialog {
        max-width: 90vw;
    }

    .modal-xl .modal-content {
        width: 90vw;
    }
}

@media only screen and (max-width: 1200px) {
    .modal-l .modal-dialog {
        max-width: 90vw;
    }

    .modal-l .modal-content {
        width: 90vw;
    }

    .modal-xl .modal-dialog {
        max-width: 90vw;
    }

    .modal-xl .modal-content {
        width: 90vw;
    }
}.widget{
    margin: 12px;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.widget-header{
    display: flex;
    padding: 12px 0;
    font-weight: bold;
}

.widget-title{
    flex: 1;
    font-size: 1.3em;
    color: var(--dunkel-grau);
}

.widget-content{
    flex: 1;
    background: #fff;
    padding: 0 12px 12px 12px;
    border-radius: 12px;
    overflow-y: auto;
}.mainpage{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 12px;
    background: #f8f4ef;
    overflow-y: auto;
}

.widgets-container{
    display: flex;
    flex-wrap: wrap;
}
.widget-container{
    width: 100%;
}

.widget-content ul {
    padding-left: 0;
}

.sticky-datum {
    position: sticky;
    text-align: end;
    z-index: 1;
    top: 0;
    background: white;
}
.select-button-group {
    display: flex;
    flex-flow: row wrap;
}

.select-button {
    min-width: 50%;
    flex: 0 1 0;
    cursor: pointer;
}

.select-button-aktiv {
    background-color: var(--primary-color);
    color: white;
}

.select-button-aktiv > a {
    color: white;
}

.select-button {
    border: 1px solid #555555;
    padding: 10px;
    border-collapse: collapse;
    margin: -1px 0 0 -1px;
    text-align: center;
}


.sb_tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.sb_tooltip .sb_tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -150px;
    opacity: 0;
    transition: opacity 0.3s;
}


.sb_tooltip:hover .sb_tooltiptext {
    visibility: visible;
    opacity: 1;
}.arbeitszeit-zeitraum {
    word-wrap: break-word;
    width: 10vw;
}

@media screen and (max-width: 600px) {
    .arbeitszeit-zeitraum {
        word-wrap: break-word;
        width: unset;
    }
}.height-placeholder {
    height: 150px;
    overflow: hidden;
}

.image-container {
    position: relative;
    max-width: max-content;
}

.challenge-image {
    max-width: 480px;
}

.drag-logo {
    position: absolute;
    top: 15%;
    left: 0;
    width: 14.583333%;
    height: 70%;
}

.feedback-container {
    margin-top: 35px;
}

.feedback-icon {
    font-size: 80px;
}

.failure {
    color: red;
}

.success {
    color: green;
}.tooltipX {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipX .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}


.tooltipX:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*.tooltipX .tooltiptext::after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 50%;*/
    /*margin-left: -5px;*/
    /*border-width: 5px;*/
    /*border-style: solid;*/
    /*border-color: #555 transparent transparent transparent;*/

/*}*/#plot-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 16px;
    width: 100%;
    height: 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.tab-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
}

#plot-legende {
    display: flex;
    flex-direction: row;
    width: auto;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
    align-items: center;
    padding: 4px;
    height: min-content;
    margin: 0 auto 0 auto;
    overflow: auto;
}


.abwesenheitsTyp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.abwesenheitsTypFarbe {
    width: 20px;
    height: 20px;
}

.nav-bar-plot {
    display: flex;
    flex-direction: column;
    flex: 0.25 1 0;
    padding: 10px;
    border-right: 1px solid #55555540;
    border-radius: 10px;
}

#plot-y-label-svg {
    position: absolute;
    left: 2.5%;
    width: 5%;
    margin-top: 10px;
}.taetigkeitenTabelle p {
    max-width: 500px;
    max-height: 100px;
    overflow: auto;
    padding: 10px;
}.input-container {
    flex: 1;
    position: relative;
}

.Timepicker {
    position: absolute;
    background-color: transparent;
    color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    width: 50px;
}

.Timepicker:focus {
    border: none;
}

.timepicker-input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--primary-color);
    border-radius: 5px;
    width: 50px;
    height: 36px;
    transition: filter 0.3s ease;;
}

.timepicker-input-container:hover {
    cursor: pointer;
    filter: brightness(1.25);
}

.icon {
    color: white;
    pointer-events: none;
}
.breadCrumbPanel {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0.5rem 1rem;
    height: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.breadCrumbItem {
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    margin-left: 0.75rem;
    background-color: transparent;
}

.breadCrumbItem a {
    text-decoration: none;
}

.breadCrumbItem-current span {
    color: var(--primary-color);
    cursor: default !important;
    font-weight: bold;
}

.breadCrumbItem a:disabled,
.breadCrumbItem.disabled,
.breadCrumbItem .breadCrumbItem-current a {
    color: var(--primary-color);
    pointer-events: none;
}

#home-separator {
    font-weight: bold;
    margin-left: .75rem;
    cursor: default;
}.arbeitsStunden {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 8px;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    margin: 0 5% 0 5%;
    gap: 15px;
}

.arbeitsStundenFeld {
    width: 150px;
}

.nachweis_fehlt {
    background-color: darkred;
    color: whitesmoke;
}

.nachweis_abgelaufen {
    background-color: firebrick;
    color: whitesmoke;
}

.nachweis_unterbrochen {
    background-color: crimson;
    color: whitesmoke;
}

.nachweis_auslaufend {
    background-color: #f6f6a8;
}

.nachweis_zukuenftig {
    background-color: orange;
}

.nachweis_gueltig {
    background-color: #dcfcdc;
}


.nachweis_befreit {
    background-color: forestgreen;
    color: whitesmoke;
}.user-info-container{
    display: flex;
    align-items: center;
    font-size: 32px;
    height: 64px;
    margin-bottom: 12px;

}
.user-info-container .back-button {
    cursor: pointer;
    color: var(--grau);
}
.user-info-container .user-avatar i{
    font-size: 64px;
}

.user-info-container .user-name{
    margin-left: 12px;
}

.user-data-container nav-item{

}

/*
Übersicht
*/


.panel-liste-container{
    flex: 1;
}

.panel-liste-label{
    display: flex;
}

.panel-liste-item{
    display: flex;
}.tree-item {
    padding-top: 12px;
}

.gruppe-container {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
}

.gruppe-container:hover{
    background: var(--hover-primary);
}

.gruppe-container .gruppe-name{
    margin-right: 12px;
}

.gruppe-container .gruppe-benutzer{
    color: var(--hell-grau);
}
.gruppe-container .gruppe-benutzer .fas{
    font-size: 0.9em;
    margin-right: 4px;
}

.tree-item .item-actions {
    cursor: pointer;
    display: none;
    margin-left: 8px;
}

.tree-item:hover .item-actions{
    display: inline-block;
}

.tree-item .collapse-placeholder {
    width: 64px;
}

.tree-theme-human span.tree-content, .tree-theme-windows span.tree-content{
    margin-left: 0;
}

.tree-theme-windows div.tree-branch-mid, .tree-theme-windows .tree-junction {
    background-image: none;
}

.tree-theme-human .tree-junction-collapsed, .tree-theme-human .tree-junction-expanded {
    margin-top: 26px;
    margin-right: 12px;
    float: right;
}

.gruppen-benutzer-namensliste {
    border-top: 1px solid #ccc;
    margin-top: 12px;
    padding-top: 12px;
}.terminal-einstellungen {
    display: flex;
    justify-content: space-between;
}.tabelle-planstellenzuordnung{
    display: flex;
    flex-direction: row;
}

.tabelle-planstellenzuordnung > label {
    width: 60px;
}

.auslastung-planstellzuordnung-kachel {
    width: fit-content;
    padding: 8px;
}

.auslastung-planstellzuordnung-row > div {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ccc;
}

.auslastung-planstellzuordnung-row > div:nth-child(1) {
    border-top: none;
    margin-top: none;
    padding-top: none;
}

.auslastung-planstellzuordnung-tabelle{
    min-width: 900px;
}

.auslastung-planstellzuordnung-header{
    overflow-wrap: anywhere;
}

.auslastung-planstellzuordnung-tabelle.z-1 {
    position: relative;
    z-index: 1;
}.planstellen-verteilung .timeline-app .react-calendar-timeline  {
    height: 500px;
    overflow: auto;
}

.planstellen-verteilung .timeline-app .sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.options-bar.z-up {
    z-index: 10;
    position: relative;
}

.planstellen-verteilung.z-down {
    z-index: 9;
    position: relative;
}

.regel-zeile {
    margin: 8px 0px;
}.personalkarte {
    display: flex;
    flex-wrap: wrap;
    break-inside: avoid;
    flex-direction: column;
}

.personalkarte > .qrcode {
    width: 200px;
}

@media print {
    .no-print {
        visibility: hidden;
        width: unset;
        height: unset;
        margin: unset;
        padding: unset;
    }

    @page {
        size: A4;
        margin: 0 15pt;
    }

    html {
        height: unset;
    }

    body {
        height: unset;
        max-height: unset;
        max-width: unset;
    }

    .modal {
        height: unset;
    }

    #body {
        max-height: unset;
    }

    .print {
        visibility: visible;
        display: block;
    }

    .personalkarte.print {
        page-break-after: always;
        page-break-before: always;
    }

    .qr-code-panel.print {
        page-break-after: always;
        page-break-before: always;
    }

    .qr-code-panel{
        max-height: unset;
    }

    .modal-body {
        position: fixed;
        display: flex;
        background-color: white;
        left: 0;
        top: 0;
        flex-wrap: wrap;
    }
    /*

    .qr-code-panel a {
        align-self: end;
        cursor: pointer;
        font-size: 2rem;
        padding: 16px;
    }

    .qr-code-panel {
        min-width: 200px;
        display: flex;
        flex-direction: column;
        padding: 1vw;
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: 1000;
        background: white;
        align-items: center;
    }

    .qr-code-panel img {
        max-width: 80vh;
        min-width: 150px;
        width: 50vw;
        max-height: 80vw;
        height: 50vw;
    }*/
}.ueberschrift {
    font-size: 1.6rem;
}

.row-active {
    background-color: rgba(0, 0, 0, 0.075);
}

.no-text-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.datei-info-box {
    width: 500px;
    border-width: 3px !important;
}

.datei-info-box legend {
    font-size: 1.4rem;
}

.options-feste-hoehe {
    height: 36px;
}

.form-check-label {
    display: none;
    visibility: hidden;
}

.table-navable-item:hover {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline: var(--primary-color);
}.ordner-baum {
    font-size: 1.3rem;
    line-height: 1.3;

    --junction-width: 1.2em;
    --folder-width: 1em;

    --expansion-icon-color: rgb(120, 120, 120);
    --ordner-color: rgb(230, 215, 0);
    --ordner-border-color: rgb(190, 180, 0);
    --dokument-color: rgb(180, 200, 220);
    --dokument-border-color: rgb(140, 160, 180);
}
.ordner-baum .tree-subtree {
    margin: 0 0 0 1.5em;
    padding: 0;
}
.ordner-baum .tree-branch {
    margin: 0.5em 0;
}
.ordner-baum .tree-node {
    white-space: nowrap;
}
.ordner-baum .tree-junction {
    display: inline-block;
    width: var(--junction-width);
}
.ordner-baum .tree-junction-expanded {
    display: inline-block;
    width: var(--junction-width);
}
.ordner-baum .tree-junction-expanded::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    color: var(--expansion-icon-color);
    content: '\f146';
}
.ordner-baum .tree-junction-collapsed {
    display: inline-block;
    width: var(--junction-width);
}
.ordner-baum .tree-junction-collapsed::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    color: var(--expansion-icon-color);
    content: '\f0fe';
}
.ordner-baum .tree-folder-open {
    position: relative;
}
.ordner-baum .tree-folder-open::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--ordner-color);
    content: '\f07c';
    width: var(--folder-width);
}
.ordner-baum .tree-folder-open::after {
    display: inline-block;
    position: absolute;
    left: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    color: var(--ordner-border-color);
    content: '\f07c';
}

.ordner-baum .tree-folder-closed {
    position: relative;
}
.ordner-baum .tree-folder-closed::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--ordner-color);
    content: '\f07b';
    width: var(--folder-width);
}
.ordner-baum .tree-folder-closed::after {
    display: inline-block;
    position: absolute;
    left: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    color: var(--ordner-border-color);
    content: '\f07b';
}
.ordner-baum .tree-folder-other {
    position: relative;
}
.ordner-baum .tree-folder-other::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--dokument-color);
    content: '\f15b';
    width: var(--folder-width);
}
.ordner-baum .tree-folder-other::after {
    display: inline-block;
    position: absolute;
    left: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    color: var(--dokument-border-color);
    content: '\f15b';
}
.ordner-baum .tree-label {
    border-radius: 0.2em;
    padding: 0 0.2em;
}
.ordner-baum .selected .tree-label {
    background-color: rgba(137,201,194,0.7);
}