html[data-color-scheme="dark"] {
    color-scheme: dark;
    --primary: #6BC220;
    --primary-light: #6fe904;
    --secondary: #1663ac;
    --text: #ddd;
    --body-bg: #121416;
    --content-bg: #1b1d21;
    --content-border: #414448;
    --black: #fff;
    --white: #000;
    --blue: #0073a8;
    --orange: #d68c23;
    --contao: #f47c00;
    --border: #303236;
    --nav-bg: #1b1d21;
    --nav-hover-bg: #1b325f;
    --nav-current: #272a30;
    --nav-separator: #3f3f3f;
    --hover-row: #1b325f;
    --header-bg: #292c32;
    --header-bg-hover: #202327;
    --header-text: #ddd;
    --invert-bg: #8f96a3;
    --invert-text: #222;
    --table-header: #232529;
    --table-odd: #1b1d21;
    --table-even: #1e2024;
    --table-nb-header: #292c32;
    --table-nb-odd: #1b1d21;
    --table-nb-even: #23252a;
    --panel-bg: #272a30;
    --tree-header: #272a30;
    --tree-header-border: #3f4146;
    --form-text-disabled: #666;
    --form-border: #44464b;
    --form-border-disabled: #3a3c40;
    --form-bg: #151619;
    --form-bg-hover: #1e2024;
    --form-bg-disabled: #1e2024;
    --form-button: #31333a;
    --form-button-hover: #383a42;
    --form-button-active: #777;
    --form-button-disabled: #26272c;
    --diff-left: rgba(248, 81, 73, .17);
    --diff-del: rgba(248, 81, 73, .4);
    --diff-right: rgba(46, 160, 67, .17);
    --diff-ins: rgba(46, 160, 67, .4);
    --code-bg: #30343b;
    --checkerbox-bg: #30343b;
    --info: #9095a2;
    --active-bg: #1b325f;
    --active-border: #264787;
    --drag-bg: #1b325f;
    --legend: #747b8b;
    --serp-preview: #bdc1c6;
    --serp-preview-title: #8ab4f8;
    --nested-bg: #1e2024;
}
:root {
    --primary: #1663ac;
    --primary-light: #007ad3;
    --secondary: #6BC220;
    --text: #222;
    --body-bg: #eaeaec;
    --content-bg: #fff;
    --content-border: #cacacc;
    --black: #000;
    --white: #fff;
    --gray: #999;
    --green: #589b0e;
    --red: #c33;
    --blue: #006494;
    --orange: #f90;
    --contao: #f47c00;
    --border: #eaeaec;
    --nav: #d3d6da;
    --nav-hover: #eaedf1;
    --nav-bg: #1663ac;
    --nav-hover-bg: #eaedf1;
    --nav-current: #1a396a;
    --nav-group: #fff;
    --nav-separator: #3a454d;
    --hover-row: #fffce1;
    --header-bg: #fff;
    --header-bg-hover: #1663ac;
    --header-text: #000;
    --invert-bg: #333;
    --invert-text: #fff;
    --table-header: #f7f7f8;
    --table-odd: #fff;
    --table-even: #fbfbfc;
    --table-nb-header: #f2f2f3;
    --table-nb-odd: #fff;
    --table-nb-even: #f7f7f8;
    --panel-bg: #f3f3f5;
    --tree-header: #f3f3f5;
    --tree-header-border: #dddddf;
    --form-text-disabled: #bbb;
    --form-border: #aaa;
    --form-border-disabled: #c8c8c8;
    --form-bg: #fff;
    --form-btn-bg: #1663ac;
    --form-bg-hover: #f6f6f6;
    --form-bg-disabled: #f9f9f9;
    --form-button: #eee;
    --form-button-hover: #f6f6f6;
    --form-button-active: #aaa;
    --form-button-disabled: #e9e9e9;
    --diff-left: #ffe8e5;
    --diff-del: #ffc1bf;
    --diff-right: #e0ffe8;
    --diff-ins: #abf2bc;
    --code-bg: #f0f0f0;
    --checkerbox-bg: #ddd;
    --info: grey;
    --active-bg: #fffce1;
    --active-border: #e7b36a;
    --pre-disabled: #a6a6a6;
    --error-bg: rgba(204, 51, 51, .15);
    --confirm-bg: rgba(88, 155, 14, .15);
    --info-bg: rgba(0, 100, 148, .15);
    --new-bg: rgba(224, 149, 21, .15);
    --progress-running: #f47c00;
    --progress-finished: #589b0e;
    --drag-bg: #a3c2db;
    --legend: #6a6a6c;
    --paste-hint: #838990;
    --serp-preview: #3c4043;
    --serp-preview-title: #1a0dab;
    --nested-bg: #fbfbfd;
}

/* Icons */
:root {
    --icon-logo: url("../../../system/themes/flexible/icons/logo.svg");
    --icon-profile: url("../../../system/themes/flexible/icons/profile_small.svg");
    --icon-security: url("../../../system/themes/flexible/icons/shield_small.svg");
    --icon-favorites: url("../../../system/themes/flexible/icons/favorites_small.svg");
    --icon-logout: url("../../../system/themes/flexible/icons/exit.svg");
    --icon-toggle-all: url("../../../system/themes/flexible/icons/chevron-right.svg");
    --icon-alert: url("../icons/notifications_blue.svg");
    --icon-favorite: url("../../../system/themes/flexible/icons/favorite.svg ");
    --icon-favorite--active: url("../../../system/themes/flexible/icons/favorite_active.svg");
    --icon-manual: url("../../../system/themes/flexible/icons/manual--dark.svg");
    /*--icon-color-scheme: url("../icons/moon-regular.svg");*/
    --icon-arrow-left: url("../../../system/themes/flexible/icons/arrow_left.svg");
    --icon-arrow-right: url("../../../system/themes/flexible/icons/arrow_right.svg");
    --icon-visible: url("../../../system/themes/flexible/icons/visible.svg");
    --icon-invisible: url("../../../system/themes/flexible/icons/invisible.svg");
    --icon-loading: url("../../../system/themes/flexible/icons/loading.svg");
    --bs-border-radius: 0.2rem;
    --bs-border-radius-lg: 0.2rem;
}

body.be_login {
    background-image: url(https://hellezelle.net/files/hellezelle/images/6-hellezellenet.jpg);
    height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        display: flex;
            justify-content: center;
            align-items: center;
}

body.be_login > div#image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
body.be_login > div#container {
    
    margin: 0 0 0;
        
}

.tl_submit {
    background: #1663ac;
    color: var(--white);
    padding: 0 15px;
    border: 1px solid var(--primary);
}

body.be_main > header#header {
        box-shadow: 0px -4px 13px 0px var(--primary);
        background: var(--header-bg);
        min-height: 80px;
        text-align: left;
        align-content: center;
}

#tmenu .icon-favorite {
    background: var(--icon-favorite) center center no-repeat;
    filter: invert(1);
}

#tl_navigation [class^=menu_level_]>li.current>a {
    background-color: var(--nav-current);
    border-left: 4px solid var(--secondary);
}
#tl_navigation .menu_level_1>li.current>a {
    padding-left: 33px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tl_navigation [class^=menu_level_] a {
    color: var(--nav);
    text-decoration: none;
    padding: 10px 33px 10px 37px;
    transition: color .2s ease;
}

#tl_navigation .menu_level_0>li:after {
    background: var(--primary-light);
}

#tl_navigation .menu_level_0 a[class^=group-] {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 15px;
    padding: 3px 3px 3px 22px;

}
#tl_navigation [class^=menu_level_] a {
    color: #ffffff;
    padding: 10px 33px 10px 37px;
    transition: color .2s ease;
    font-size: 1rem;
}

#tmenu .burger button,
#tmenu .profile button:hover,
#tmenu a {
    color: white;
}

#tmenu .burger button,
#tmenu .profile button:active,
#tmenu a {
    color: white;
}
#tmenu .burger button,
#tmenu .profile button:focus,
#tmenu a {
    color: white;
}

#tmenu .active .profile button,
#tmenu .burger button:hover,
#tmenu a.hover,
#tmenu a:hover,
#tmenu li:hover .profile button {
    color:white
}

#tmenu .burger button,
#tmenu .profile button:active,
#tmenu a {
    color: white;
}

#tmenu .burger button,
#tmenu .profile button:focus,
#tmenu a {
    color: white;
}

#tmenu .icon-alert {
    background: var(--icon-alert) center center no-repeat;
}

#tmenu .icon-favorite {
    background: var(--icon-favorite) center center no-repeat;
}

#tmenu .icon-favorite--active {
    background: var(--icon-favorite--active) center center no-repeat;
}

#tmenu .icon-manual {
    /*background: var(--icon-manual) center center no-repeat;*/
}

#tmenu .icon-manual:before {
    /*background: var(--icon-manual) center center no-repeat;*/
    content: "\f186";
    color: var(--primary)
}

#tmenu .icon-profile {
    background: var(--icon-profile) 20px center no-repeat;
}

#tmenu .icon-security {
    background: var(--icon-security) 20px center no-repeat;
}

#tmenu .icon-favorites {
    background: var(--icon-favorites) 20px center no-repeat;
}

#tmenu .icon-alert {
    background: var(--icon-alert) center center no-repeat;
    background-size: 28px;
}

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

.text-hover-white:hover {
    color: #fff !important;
}

 #tmenu a  {
    color:var(--primary)
}
#tmenu .burger button,
#tmenu .profile button,
#tmenu a {
    color: var(--primary);
    transition: background-color .3s ease;
}

#left {
    width: 300px;
}

.tl_formbody_submit .tl_submit:hover,
.tl_panel .tl_submit:hover,
.tl_version_panel .tl_submit:hover {
    background: var(--form-bg-hover);
}

.tl_formbody_submit .tl_submit {
    background: var(--form-btn-bg);
}

.gree-text {
    color: var(--kkm-green);
}

.tl_select,
a.tl_submit,
img,
input,
label,
select {
    vertical-align: middle;
    align-content: center;
}

.btn {
    
    color: white;
    /*line-height: 3rem;
    padding: 0px 10px;*/
    font-size: 16px;
    /*font-weight: bold;*/
    transition: all 0.3s;
}

.btn.btn-primary {
    background: var(--primary);
    border: 1px solid white;
    color: white;
}


.btn.btn-primary:hover {
    background: white;
    border:1px solid var(--primary);
    color: var(--primary);
}

.btn.btn-secondary {
    background: var(--secondary);
    border: 1px solid white;
    color: white;
}

.btn.btn-secondary:hover {
    background: white;
    border: 1px solid var(--secondary);
    color: var(--secondary);
}
.nav-link {
    color: #a4afb7;
    padding-left: 14px;
        padding-right: 14px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1rem;
        cursor: pointer;
        display: inline-block;
}

.nav-link.active {
    color: var(--primary)!important;
    padding-left: 14px;
    padding-right: 14px;

    cursor: pointer;
    display: inline-block;
}

#tmenu sup {
    background: #f00;
    border-radius: 10px;
    color: var(--header-bg);
    font-size: .6rem;
    font-weight: 400;
    left: 20px;
    padding: 8px 6px;
    position: absolute;
    text-indent: 0;
    top: 5px;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: var(--primary);
    --bs-backdrop-opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

td {
    align-content: center;
}

a:active,
a:hover {
    color: var(--primary);
}

.breadcrumb-item.active {
    color: var(--primary);
    background-color: transparent;
}

a.breadcrumb-item.active {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}

tr.even td.tl_file_list {
    background: aliceblue;
}

tr.even th {
    background: #cbe0f2;
}

tr.odd td.tl_file_list {
    background: #e1ffe1;
}

tr.odd th {
    background: #b8f1b8;
}

.col_file, .col_published, .col_Freigabe {
    text-align: -webkit-center;
}

.newbadge {
    border-radius: 30px;
    height: 9px;
    width: 9px;
    display: block;
} 

.badge-error {
    background: #f95703;
}

.badge-success {
    background: #6BC220;
}

.badge-info {
    background: #1663ac;
}


.btn-limited {
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.pointer {
    cursor:pointer
}

.tl_formbody_submit .tl_submit,
.tl_panel .tl_submit,
.tl_version_panel .tl_submit {
    background: var(--form-bg);
    color: var(--primary);
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Halbtransparentes Schwarz */
    color: white;
    display: none;
    /* Standardmäßig verborgen */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Über anderen Inhalten */
}

#loadingOverlay .spinner {
    border: 8px solid #f3f3f3;
    /* Helles Grau für den Spinner */
    border-top: 8px solid #3498db;
    /* Blau für den oberen Teil des Spinners */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

ul.menu_level_2 li a {
    padding-left: 55px!important;
}

.actions {
    /* Standard-Styling für das actions-Div */
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.actions.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--primary)
    /* Damit es über anderen Inhalten liegt */
}


/*#tl_tavi_department_id_chzn.chzn-container.chzn-container-single.tl_select.tl_chosen {
    width: 350px !important;
    max-width: 22%;
}*/
