﻿
.aaa {
    color: blue;
}

.Einfaches_Eingabefeld {
    font-size: inherit;
    font: inherit;
    border: 1px solid;
    border-radius: 6px;
    padding: 3px;
    border-color: var(--global-WebTxtCol);
    background-color: var(--global-WebBGCol_1);
    color: var(--global-WebTxtCol_1);
}
    .Einfaches_Eingabefeld:disabled {
        border-color: gray;
        border: 2px solid gray;
        background-color: var(--global-WebBGCol_1);
        cursor: not-allowed;
        opacity:0.5;
    }
    .Einfaches_Eingabefeld:hover {
        border: 1px solid blue;
    }

.Einfaches_Eingabefeld_klein {
    font-size: 15px;
    font-family:'Arial Narrow';
    border: 1px solid;
    border-radius: 0px;
    padding: 1px;
    border-color: var(--global-WebTxtCol);
    background-color: var(--global-WebBGCol_1);
    color: var(--global-WebTxtCol_1);
}

    .Einfaches_Eingabefeld_klein:disabled {
        border-color: gray;
        border: 2px solid gray;
        background-color: var(--global-WebBGCol_1);
        cursor: not-allowed;
        opacity: 0.5;
    }

    .Einfaches_Eingabefeld_klein:hover {
        border: 1px solid blue;
    }


.Einfacher_Button {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    background: linear-gradient(to bottom right, lightgray, gray);
    color: black;
    cursor: pointer;
    border: 2px solid;
    border-radius: 6px;
    border-color: darkgray;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Dezenter Schatten */
}

    .Einfacher_Button:hover {
        background: linear-gradient(to bottom right, white, lightgray);
        border-color: lightblue;
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Schatten wird intensiver */
        transform: translateY(-2px); /* Leichtes Anheben */
    }

        .Einfacher_Button:disabled {
 
            border-color: red;
            background-color:lightcoral;
            transition: 0.2s;
            opacity:0.5;
        }

        .Einfacher_Button:hover:disabled {
            cursor:not-allowed;
            background-color: red;
             
        }
.ArialNarrow{
    font-family: 'Arial Narrow', sans-serif;
}

.ArialNarrowSmall {
    font-family: 'Arial Narrow', sans-serif;
    font-size:0.9rem;
}

.Einfacher_ButtonProf {
    margin-left:3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    color: inherit;
    font-family:   'Arial', sans-serif;
    font-size: 15px;
    font-weight: 300;
    background: none;
    background-color: lightgray;
    color: black;
    cursor: pointer;
    border: 2px solid;
    border-radius: 6px;
    border-color: darkgray;
    transition: 0.2s;
}

    .Einfacher_ButtonProf:hover {
        margin-left: 1px;
   
        background-color: white;
        border-color: lightblue;
        transition: 0.2s;
    }

    .Einfacher_ButtonProf:disabled {
        font-weight: 300;
        border-color: red;
        transition: 0.2s;
        opacity: 0.5;
    }

    .Einfacher_ButtonProf:hover:disabled {
        cursor: not-allowed;
        background-color: red;
    }


.Einfacher_ButtonProfFunktionell {
    margin-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align:center;
    background-color: rgba(0,0,0,0.3);
    font-weight:600;
    color: var(--global-WebTxtCol);
    cursor: pointer;
    border: 2px solid;
    border-radius: 6px;
    border-color: darkgray;
    transition: 0.2s;
}

    .Einfacher_ButtonProfFunktionell:hover {
       
        background-color: white;
        border-color: lightblue;
        transition: 0.2s;
    }

    .Einfacher_ButtonProfFunktionell:disabled {
        font-weight: 300;
        border-color: red;
        transition: 0.2s;
        opacity: 0.5;
    }

    .Einfacher_ButtonProfFunktionell:hover:disabled {
        cursor: not-allowed;
        background-color: red;
    }


.Zwischentitel {
    display: block;
    color: var(--global-ZwTiTxtCol);
    background-color: var(--global-ZwTiBGCol);
    width: calc(100vw-20px-var(--global-KorrekturwertScrollbarRechts));
    min-height: 35px;
    padding-left: 20px;
    margin-bottom: 0px;
    font: inherit;
    font-size: 1.23rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    border-radius: 12px 12px 0px 0px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.ShortTransition {
    transition: 0.2s;
}


/* ---- Listen -------------*/
.Liste_Zeile_normal {
    background-color: inherit;
}

    .Liste_Zeile_normal:hover {
        background-color: var( --global-WebBGCol_2);
    }

.Liste_Zeile_hinterlegt {
    background-color: var( --global-WebBGCol_1);
}
    .Liste_Zeile_hinterlegt:hover {
        background-color: var( --global-WebBGCol_2);
    }

.text_fett{
    font-weight:600;
}

.HintergrundFarbeStandard {
    background-color: var(--global-WebBGCol);
    transition: 0.2s;
}

.HintergrundFarbe1 {
    background-color: var(--global-WebBGCol_1);
    transition: 0.2s;
}

.HintergrundFarbe2 {
    background-color: var(--global-WebBGCol_2);
    transition: 0.2s;
}


.HintergrundFarbe1:hover {
    background-color: var(--global-WebBGCol);
}

.HintergrundFarbe2:hover {
    background-color: var(--global-WebBGCol);
 
}

.MouseOver {
    background-color:inherit;
    transition:0.2s;
}

.MouseOver:hover
{
    background-color:rgba(0,0,0,0.1);
}


/* die + - Pfeile bei einen Zahlen-Eingefeldern aussachalten*/

.no-spinners {
    -moz-appearance: textfield; 
}

    .no-spinners::-webkit-outer-spin-button,
    .no-spinners::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.HintergrundSchattiert{
    background-color:rgba(0,0,0,0.1);
}


.DateiUploadDropzone {
    display: flex;
    width: 100%;
    border: 3px dotted #EEEEEE;
    align-items: center;
    margin-bottom: 2px;
}

.DateiUploadDropzoneBackground {
    width: 300px;
    height: 200px;
    background-color: inherit;
    background-image: url('/pics/Upload_BG.png');
    background-repeat: repeat;
    filter: brightness(0.8); /* Heller machen */
    border: 1px solid #ccc;
}

.DateiUploadButton {
    border: 3px solid #EEEEEE;
    border-collapse: collapse;
    padding: 20px;
    border-radius: 15px;
    color: inherit;
    /* Glas-Hintergrund */
    background: rgba(165, 142, 142, 0.28);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.8px);
    -webkit-backdrop-filter: blur(6.8px);
    border: 1px solid rgba(165, 142, 142, 0.2);
    cursor: pointer;
    transition: background 0.3s ease-in;
}

    .DateiUploadButton:hover {
        background: rgba(168, 148, 148, 0.98); /* Etwas weniger transparent = heller */
    }



/* -------- PageShell -----------------*/
.PageShell_background {
    min-width: calc(100vw - 30px); /* Mindestbreite: 100% der Viewport-Breite minus 26px */
    min-height: calc(100vh - 86px); /* Mindesthöhe: 100% der Viewport-Höhe minus 26px */
    width: auto; /* Automatische Breite basierend auf dem Inhalt */
    height: auto; /* Automatische Höhe basierend auf dem Inhalt */
    display: flex;
    justify-content: center;
    align-items: center;
    background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 20px, transparent 20px, transparent 40px ), repeating-linear-gradient( -45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 20px, transparent 20px, transparent 40px );
    font-size: 10px;
    color: rgba(0, 0, 0, 0.1);
    line-height: 20px;
    background-size: cover; /* Hintergrund so einstellen, dass er das gesamte Element abdeckt */
    position: relative;
    overflow: visible; /* Automatisches Scrollen bei Überlauf */
    z-index: 1;
}

.PageShell_background::before {
    content: "CCCom";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10vw; /* Passt die Schriftgröße an ein Drittel der Bildschirmbreite an */
    color: rgba(0, 0, 0, 0.1); /* Transparentes Schwarz für das Wasserzeichen */
    white-space: nowrap;
    z-index: -1; /* Sorgt dafür, dass das Wasserzeichen hinter den Inhalten bleibt */
    pointer-events: none; /* Verhindert, dass das Wasserzeichen interaktive Inhalte blockiert */
    user-select: none; /* Verhindert, dass das Wasserzeichen markiert werden kann */
}


.window_ueberzeile {
    display: none;
    position: absolute;
    color: var(--global-ZwTiTxtCol);
    background-color: var(--global-ZwTiBGCol);
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0.3), /* Oben heller */
    rgba(255, 255, 255, 0) 35%, /* Übergang zur Mitte */
    rgba(255, 255, 255, 0) 65%, /* Übergang von der Mitte */
    rgba(255, 255, 255, 0.3) /* Unten heller */
    );
    min-height: 35px;
    padding-left: 20px;
    font: inherit;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; /* Vertikale Zentrierung */
    padding-right: 20px;
    border-radius: 12px 12px 0px 0px;
    z-index: 2;
    cursor: grab;
    width: 500px;
    line-height: 35px; /* Hinzufügen, um sicherzustellen, dass der Text zentriert ist */
}



.window_Hintergrund {
    display: none;
    position: absolute;
    background-color: var(--global-WebBGCol);
    color: var(--global-WebTxtCol);
    font: inherit;
    font-size: 1rem;
    z-index: 2;
    padding: 5px;
    border: 1px solid;
    border-color: var(--global-ZwTiBGCol);
    overflow-x: scroll !important;
    overflow-y: scroll !important;
    box-sizing:border-box;
}

.window_unterzeile {
    display: none;
    position: absolute;
    color: var(--global-ZwTiTxtCol);
    background-color: var(--global-ZwTiBGCol);
    padding-left: 20px;
    font: inherit;
    font-size: 0.83rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* Platzierung der Items am linken und rechten Rand */
    align-items: center;
    padding-right: 2px;
    border-radius: 0px 0px 12px 12px;
    z-index: 2;
    cursor: default;
}

.window_resize {
    z-index: 2;
    width: 26px;
    background-color:rgba(0,0,0,0.5);
    cursor: se-resize;
}

.window_control {
    display: flex;
    flex-direction: row;
    gap: 2px;
    z-index: 2;
    width: 72px;
    background-color: transparent;
    padding-top: 3px;
    cursor: default;
}

.blosser_hover{}

.blosser_hover:hover {
    background-color: rgba(0,0,0,0.1);
    border-radius:12px;
}

.blowup_menuefeld {
    display: flex;
    flex-direction: column;
    z-index: 5;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    
    font-size: 0.9rem;
    
    border-radius: 0px 12px 12px 12px;
}



.usr_text_Blocksatz {
    text-align: justify;
}

.usr_Text {
    font-family: Arial;
    font-size: 100%;
    color: inherit;
     
    font-weight: 333;
    text-align: justify;
}

.usr_text {
    font-family: Arial;
    font-size: 100%;
    color: inherit;
    font-weight: 333;
    text-align: justify;
}

.usr_Text_fett {
    font-family: Arial;
    font-size: 100%;
    color: inherit;
     
    font-weight: 600;
    text-align: justify;
}
 
.usr_Text_klein {
    font-family: Arial;
    font-size: 90%;
    color: inherit;
     
    text-align: justify;
}

.usr_Text_sehr_klein {
    font-family: Arial;
    font-size: 75%;
    color: inherit;
     
    font-weight: 333;
    text-align: justify;
}

.usr_Text_groesser {
    font-family: Arial;
    font-size: 110%;
    color: inherit;
     
    font-weight: 333;
    text-align: justify;
}

.usr_Text_gross {
    font-family: Arial;
    font-size: 125%;
    color: inherit;
     
    font-weight: 333;
    text-align: justify;
}


.usr_Text_sehr_gross {
    font-family: Arial;
    font-size: 150%;
    color: inherit;
 
    font-weight: 333;
    text-align: justify;
}

.usr_section_header {
    font-family: Arial;
    font-size: 105%;
    color: inherit;
    
    font-weight: 666;
    text-align: left;
    background-color: #1E4161;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.usr_kleiner_Button {
    border: 2px solid;
    border-radius: 10px;
    font-size: 90%;
    background-color: #1E4161;
    color: inherit;
    
}

    .usr_kleiner_Button:hover {
        background-color: white;
        color: #1E4161;
    }


.Seiten_Divider {
    width: 100%;
    height: 5px; /* Maximale Höhe */
    /* Ein dezent transparenter Verlauf, der sich gut in verschiedenfarbige Hintergründe einfügt */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
}


/* Checkbox neu */
.einfache-checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 3px solid #007BFF;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    cursor:pointer;
}

    .einfache-checkbox:checked {
        border: 2px solid;
        border-color: #7B7B7B;
    }

    .einfache-checkbox::after {
        content: "";
        position: absolute;
        /* Etwas größer und versetzt, damit das Kreuz über den Rand ragt */
        top: -8px;
        left: 0px;
        width: 24px;
        height: 24px;
        /* Weißes Kreuz als Base64-codiertes SVG; hier sind die Linien dicker (stroke-width="3") */
        background-image: url('data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjMzJkMjM1IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDM1Mi42MiAzNTIuNjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8Zz4gPHBhdGggZD0iTTMzNy4yMjIsMjIuOTUyYy0xNS45MTItOC41NjgtMzMuNjYsNy45NTYtNDQuMDY0LDE3Ljc0OGMtMjMuODY3LDIzLjI1Ni00NC4wNjMsNTAuMTg0LTY2LjcwOCw3NC42NjQgYy0yNS4wOTIsMjYuOTI4LTQ4LjM0OCw1My44NTYtNzQuMDUyLDgwLjE3M2MtMTQuNjg4LDE0LjY4OC0zMC42LDMwLjYtNDAuMzkyLDQ4Ljk2Yy0yMi4wMzItMjEuNDIxLTQxLjAwNC00NC42NzctNjUuNDg0LTYzLjY0OCBjLTE3Ljc0OC0xMy40NjQtNDcuMTI0LTIzLjI1Ni00Ni41MTIsOS4xOGMxLjIyNCw0Mi4yMjksMzguNTU2LDg3LjUxNyw2Ni4wOTYsMTE2LjI4YzExLjYyOCwxMi4yNCwyNi45MjgsMjUuMDkyLDQ0LjY3NiwyNS43MDQgYzIxLjQyLDEuMjI0LDQzLjQ1Mi0yNC40OCw1Ni4zMDQtMzguNTU2YzIyLjY0NS0yNC40OCw0MS4wMDUtNTIuMDIxLDYxLjgxMi03Ny4xMTJjMjYuOTI4LTMzLjA0OCw1NC40NjgtNjUuNDg1LDgwLjc4NC05OS4xNDUgQzMyNi4yMDYsOTYuMzkyLDM3OC4yMjYsNDQuOTgzLDMzNy4yMjIsMjIuOTUyeiBNMjYuOTM3LDE4Ny41ODFjLTAuNjEyLDAtMS4yMjQsMC0yLjQ0OCwwLjYxMSBjLTIuNDQ4LTAuNjExLTQuMjg0LTEuMjI0LTYuNzMyLTIuNDQ4bDAsMEMxOS41OTMsMTg0LjUyLDIyLjY1MywxODUuMTMyLDI2LjkzNywxODcuNTgxeiIvPiA8L2c+IDwvZz4KDTwvc3ZnPg==');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /* Anfangs unsichtbar (scale(0)), wird bei :checked eingeblendet */
        transform: scale(0);
        transform-origin: center center;
        transition: transform 0.3s ease;
    }

    .einfache-checkbox:checked::after {
        transform: scale(1);
    }


/* Checkbox neu */
.einfache-pflicht-checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 3px solid red;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

    .einfache-pflicht-checkbox:checked {
        border: 2px solid;
        border-color: #7B7B7B;
    }

    .einfache-pflicht-checkbox::after {
        content: "";
        position: absolute;
        /* Etwas größer und versetzt, damit das Kreuz über den Rand ragt */
        top: -8px;
        left: 0px;
        width: 24px;
        height: 24px;
        /* Weißes Kreuz als Base64-codiertes SVG; hier sind die Linien dicker (stroke-width="3") */
        background-image: url('data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjMzJkMjM1IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDM1Mi42MiAzNTIuNjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8Zz4gPHBhdGggZD0iTTMzNy4yMjIsMjIuOTUyYy0xNS45MTItOC41NjgtMzMuNjYsNy45NTYtNDQuMDY0LDE3Ljc0OGMtMjMuODY3LDIzLjI1Ni00NC4wNjMsNTAuMTg0LTY2LjcwOCw3NC42NjQgYy0yNS4wOTIsMjYuOTI4LTQ4LjM0OCw1My44NTYtNzQuMDUyLDgwLjE3M2MtMTQuNjg4LDE0LjY4OC0zMC42LDMwLjYtNDAuMzkyLDQ4Ljk2Yy0yMi4wMzItMjEuNDIxLTQxLjAwNC00NC42NzctNjUuNDg0LTYzLjY0OCBjLTE3Ljc0OC0xMy40NjQtNDcuMTI0LTIzLjI1Ni00Ni41MTIsOS4xOGMxLjIyNCw0Mi4yMjksMzguNTU2LDg3LjUxNyw2Ni4wOTYsMTE2LjI4YzExLjYyOCwxMi4yNCwyNi45MjgsMjUuMDkyLDQ0LjY3NiwyNS43MDQgYzIxLjQyLDEuMjI0LDQzLjQ1Mi0yNC40OCw1Ni4zMDQtMzguNTU2YzIyLjY0NS0yNC40OCw0MS4wMDUtNTIuMDIxLDYxLjgxMi03Ny4xMTJjMjYuOTI4LTMzLjA0OCw1NC40NjgtNjUuNDg1LDgwLjc4NC05OS4xNDUgQzMyNi4yMDYsOTYuMzkyLDM3OC4yMjYsNDQuOTgzLDMzNy4yMjIsMjIuOTUyeiBNMjYuOTM3LDE4Ny41ODFjLTAuNjEyLDAtMS4yMjQsMC0yLjQ0OCwwLjYxMSBjLTIuNDQ4LTAuNjExLTQuMjg0LTEuMjI0LTYuNzMyLTIuNDQ4bDAsMEMxOS41OTMsMTg0LjUyLDIyLjY1MywxODUuMTMyLDI2LjkzNywxODcuNTgxeiIvPiA8L2c+IDwvZz4KDTwvc3ZnPg==');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /* Anfangs unsichtbar (scale(0)), wird bei :checked eingeblendet */
        transform: scale(0);
        transform-origin: center center;
        transition: transform 0.3s ease;
    }

    .einfache-pflicht-checkbox:checked::after {
        transform: scale(1);
    }

/* Aufwändiger Checkbox-Schiebeschalter ****************************************************/
.Schiebeschalter {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}

    .Schiebeschalter input[type="checkbox"] {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
    }

.SchiebeschalterSchieber {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.15s;
    font-size: 12px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    box-sizing: border-box;
}

    /* Schieber-Kreis */
    .SchiebeschalterSchieber::before {
        content: "";
        position: absolute;
        height: 19px;
        width: 19px;
        top: 3px;
        left: 3px;
        background-color: white;
        border-radius: 50%;
        transition: transform 0.15s;
        z-index: 1;
    }

    /* Text "an" links */
    .SchiebeschalterSchieber::after {
        content: "aus";
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.15s;
    }

/* Sichtbarkeit/Position bei aktiviertem Zustand */
.Schiebeschalter input:checked + .SchiebeschalterSchieber {
    background-color: green;
}

    .Schiebeschalter input:checked + .SchiebeschalterSchieber::before {
        transform: translateX(30px);
    }

    /* Wechsle Textinhalt bei aktiviert */
    .Schiebeschalter input:checked + .SchiebeschalterSchieber::after {
        content: "an";
        left: 8px;
        right: auto;
    }

/* Schiebeschalter bei deaktiviertem Zustand */
.Schiebeschalter input[disabled] + .SchiebeschalterSchieber {
    background-color: #ef9a9a; /* abgeblasstes rot */
    cursor: not-allowed;
    opacity: 0.7;
}

.Schiebeschalter input[disabled]:checked + .SchiebeschalterSchieber {
    background-color: #a5d6a7; /* abgeblasstes grün */
}
.Schiebeschalter input[disabled] + .SchiebeschalterSchieber::before {
    opacity: 0.8;
}

.Schiebeschalter input[disabled] + .SchiebeschalterSchieber::after {
    opacity: 0.6;
}


/* Stable Grid Komponente*/
/* Tabelle mit Zebra-Streifen und Hover */
.stable-grid {
    border-collapse: collapse;
    width: 100%;
}

    .stable-grid th {
        background-color: rgba(0,0,0,0.2);
        border: 2px solid rgba(0, 0, 0, 0.05);        
    }

    .stable-grid th,
    .stable-grid td {
        padding: 3px; /* Mindestens 3px Abstände */
        border: 1px solid #ccc; /* Optional: feine Rahmen */
        text-align: left;
    }
    /* Gerade Zeilen: leichtes Blau */
    .stable-grid tr:nth-child(even) {
        background-color: #aaaaff; /* Helles Blau */
    }
    /* Ungerade Zeilen: geerbte Hintergrundfarbe */
    .stable-grid tr:nth-child(odd) {
        background-color: inherit;
    }
    /* Hover: alle Zeilen leicht aufhellen */
    .stable-grid tr:hover {
        background-color: rgba(177, 177, 255, 0.5); /* Weiß mit geringer Deckkraft */
        cursor: inherit;
    }

/* Runder Navi-Button*/
.round-knopf {
    display: flex; /* statt inline-block */
    justify-content: center; /* horizontal zentrieren */
    align-items: center; /* vertikal zentrieren */
    width: 24px;
    height: 24px;
    border: 2px solid rgba(0,0,0,0.2); /* korrigiert */
    border-radius: 50%; /* rund */
    background: linear-gradient(145deg, #e2e2e2, #a3a3a3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0), -2px -2px -2px rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

    .round-knopf:hover {
        background: linear-gradient( 145deg, #f0f0f0, #b0b0b0 );
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15), -2px -2px 6px rgba(255, 255, 255, 0.85);
    }

    .round-knopf:active {
        box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2), /* eingerückter Schatten für “Gedrückt”-Effekt */
        inset -2px -2px 6px rgba(255, 255, 255, 0.7);
    }



    /*2025 04 30 Karteireiter ------------------------------------------*/
/* —————— 1) Toggle-Checkbox verstecken —————— */
.Karteireiter {
    z-index: 1;
    color: rgba(0,0,0,0.7);
    display: inline-block;
    padding: 8px 20px;
    font: bold 14px Arial, sans-serif;
    margin-right: 4px;
    margin-left: -20px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(to bottom, #d6d6d6, #b0b0b0);
    border-top-left-radius: 11px;
    border-top-right-radius: 33px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6), /* Innenlichtkante oben */
    inset 0 -2px 4px rgba(0, 0, 0, 0.1); /* Innen-Schatten unten */

    transition: background 0.3s, box-shadow 0.3s;
    min-width: 60px;
    max-width: clamp(120px, 20vw, 300px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.KarteireiterAktiv {
    z-index: 2;
    display: inline-block;
    padding: 8px 20px;
    font: bold 16px Arial, sans-serif;
    color: #000080;
    margin-right: 4px;
    margin-left: -20px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(to bottom, #ffffff, #dcdcdc);
    border-top-left-radius: 11px;
    border-top-right-radius: 33px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.7), /* mehr Licht oben */
    inset 0 -2px 4px rgba(0, 0, 0, 0.08); /* etwas dezenter unten */

    transition: background 0.3s, box-shadow 0.3s;
    min-width: 60px;
    max-width: clamp(120px, 20vw, 300px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.KarteireiterInAktiv {
    z-index: 0;
    display: inline-block;
    padding: 8px 20px;
    font: italic bold 14px Arial, sans-serif;
    color: rgba(0,0,0,0.3);
    margin-right: 4px;
    margin-left: -20px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(to bottom, #ffffff, #aaaaaa);
    border-top-left-radius: 11px;
    border-top-right-radius: 33px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.7), /* mehr Licht oben */
    inset 0 -2px 4px rgba(0, 0, 0, 0.08); /* etwas dezenter unten */

    transition: background 0.3s, box-shadow 0.3s;
    min-width: 60px;
    max-width: clamp(120px, 20vw, 300px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Karteireiter_dynamic {
    width: calc(100% - 23px);
    display: flex;
    flex-direction: row;
    border-bottom: 3px solid;
    border-collapse: collapse;
    border-color: rgba(0,0,0,0.3);
    flex-wrap:nowrap;
}

@media (max-width: 1000px) {
    .Karteireiter_dynamic {
        flex-direction: column !important; 
        margin:0px !important;
    }
    .Karteireiter {
        max-width: clamp(120px, 66vw, 400px);
        border-radius: 33px;
        margin-top: 10px;
    }

    .KarteireiterAktiv {
        max-width: clamp(120px, 66vw, 400px);
        border-radius: 33px;
        margin-top: 10px;
    }

    .KarteireiterInAktiv {
        max-width: clamp(120px, 66vw, 400px);
        border-radius: 33px;
        margin-top: 10px;
    }
}

.blaugrau-hintergrund {
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient( to top, rgba(0, 40, 255, 0.95), /* kräftiges Königsblau unten */
    rgba(50, 100, 255, 0.6) 30%, rgba(180, 210, 255, 0) 150% /* transparent mit hellem Blau oben */
    );
    box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.4), /* Lichtkante oben */
    inset 0 -3px 16px rgba(0, 0, 80, 0.4); /* dunkler Schimmer unten */
    border-radius: 8px;
    
}

.SVGicon-versetzt-fett {
    position: relative;
    top: 5px;
    stroke: currentColor;
    stroke-width: 2;
}

/* 20250518 Bestätigungs-Checkbox*/
.bestätigungs-Checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hidden-checkbox {
    display: none;
}

.label-false {
    background-color: red;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.label-true {
    background-color: green;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
}
/* 2025 06 22 - Datenkästen Bearbeiter - ab nun einheitlich */
.bearbeiter-datenfelder-kasten {
    background-color: rgba(0,0,77,0.1);
    border: 1px solid;
    border-collapse: collapse;
    border-color: rgba(0,0,233,0.2);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family:'Arial Narrow';
    font-size:14px;
}

.bearbeiter-datenfelder-zeile {
   
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap:wrap;
    padding-bottom:3px;
    border-bottom:1px dotted;
    border-collapse:collapse;
    border-color:rgba(0,0,77,0.2);
}

.bearbeiter-datenfelder-block {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.bearbeiter-datenfelder-zwiti {
    width: calc(100%-20px);
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight:600;
    font-size:120%;
    font-family:Arial;
    background-color:rgba(0,0,77,0.2);
    margin-top:15px;
}

.box-width-50 {
    width: 50px;
}

.box-width-100 {
    width: 100px;
}

.box-width-150 {
    width: 150px;
}

.box-width-200 {
    width: 200px;
}

.box-width-250 {
    width: 250px;
}

.box-width-300 {
    width: 300px;
}

.box-width-350 {
    width: 350px;
}

.box-width-400 {
    width: 400px;
}

.box-width-450 {
    width: 450px;
}

.box-width-500 {
    width: 500px;
}

/*Neues/individuelles Passwort Dialog */
.pw-input {
    padding: 5px;
    width: 233px;
}

.eye-btn {
    background: none;
    border: none; 
    margin-left: -25px;
    cursor: pointer;
}

.pw-btn {
    margin-top: 10px;
    padding: 6px 18px;
    font-size: 1.1em;
}