









#chb-wurzel {
    --chb-primaer: #18783e;
    --chb-sekundaer: #ffffff;
    --chb-rand: #d8dce0;

    



    --chb-rand-aussen: 16px;
    



    --chb-leiste-min: 11px;

    position: fixed;
    bottom: var(--chb-rand-aussen);
    right: var(--chb-rand-aussen);
}





#chb-wurzel[data-chb-lage-zu="rechts"] { right: var(--chb-rand-aussen); left: auto; transform: none; }
#chb-wurzel[data-chb-lage-zu="links"]  { left: var(--chb-rand-aussen); right: auto; transform: none; }
#chb-wurzel[data-chb-lage-zu="mitte"]  { left: 50%; right: auto; transform: translateX(-50%); }



#chb-wurzel.chb-offen[data-chb-lage-auf="rechts"] { right: var(--chb-rand-aussen); left: auto; transform: none; }
#chb-wurzel.chb-offen[data-chb-lage-auf="links"]  { left: var(--chb-rand-aussen); right: auto; transform: none; }
#chb-wurzel.chb-offen[data-chb-lage-auf="mitte"]  { left: 50%; right: auto; transform: translateX(-50%); }














#chb-wurzel[data-chb-lage-zu="rechts"] .chb-knopf { margin-left: auto; }
#chb-wurzel[data-chb-lage-zu="mitte"]  .chb-knopf { margin-left: auto; margin-right: auto; }
#chb-wurzel.chb-offen[data-chb-lage-auf="rechts"] .chb-knopf { margin-left: auto; }
#chb-wurzel.chb-offen[data-chb-lage-auf="mitte"]  .chb-knopf { margin-left: auto; margin-right: auto; }

#chb-wurzel *, #chb-wurzel *::before, #chb-wurzel *::after { box-sizing: border-box; }









#chb-wurzel {
    



    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    color: var(--chb-sekundaer);
}













#chb-wurzel .chb-knopf {
    font-family: inherit !important;
}















#chb-wurzel .chb-knopf {
    font-size: clamp(var(--chb-leiste-min), calc(100vw / var(--chb-n, 22.93)), var(--chb-leiste-basis, 15px));
}

















#chb-wurzel .chb-knopf {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--chb-knopf-hoehe, 3.73em) !important;
    height: var(--chb-knopf-hoehe, 3.73em) !important;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background: var(--chb-leiste-farbe-knopf, var(--chb-primaer));
    color: var(--chb-sekundaer);
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
}
#chb-wurzel .chb-knopf:focus-visible { outline: 3px solid var(--chb-primaer); outline-offset: 3px; }





















#chb-wurzel .chb-knopf img {
    width: var(--chb-knopfbild-breite, 2em);
    max-width: none;
    height: auto;
    flex: 0 0 auto;
}
#chb-wurzel .chb-knopf svg { width: 28px; height: 28px; fill: currentColor; }













#chb-wurzel[data-chb-animation="1"] .chb-knopf.chb-leiste img {
    transition: width .35s ease;
    width: calc(var(--chb-knopf-hoehe, 3.73em) - var(--chb-knopf-animation-versatz, 3px));
}
@media (hover: hover) {
    

    #chb-wurzel[data-chb-animation="1"][data-chb-mouseover="1"] .chb-knopf.chb-leiste img {
        width: var(--chb-knopfbild-breite, 2em);
    }
    
    #chb-wurzel[data-chb-animation="1"][data-chb-mouseover="1"] .chb-knopf.chb-leiste:hover img,
    #chb-wurzel[data-chb-animation="1"][data-chb-mouseover="1"] .chb-knopf.chb-leiste:focus-visible img {
        width: calc(var(--chb-knopf-hoehe, 3.73em) - var(--chb-knopf-animation-versatz, 3px));
    }
}





#chb-wurzel[data-chb-animation="1"].chb-offen .chb-knopf.chb-leiste img,
#chb-wurzel[data-chb-animation="1"].chb-offen .chb-knopf.chb-leiste:hover img,
#chb-wurzel[data-chb-animation="1"].chb-offen .chb-knopf.chb-leiste:focus-visible img {
    width: var(--chb-knopfbild-breite, 2em);
}
@media (prefers-reduced-motion: reduce) {
    #chb-wurzel[data-chb-animation="1"] .chb-knopf.chb-leiste img {
        transition: none;
    }
}
































#chb-wurzel .chb-knopf.chb-leiste {
    width: auto !important;
    height: var(--chb-knopf-hoehe, 3.73em);
    max-width: min(var(--chb-leiste-breite, 320px), calc(100vw - 2 * var(--chb-rand-aussen)));
    gap: .67em;
    padding: .67em 1.07em .67em .8em !important;
    border-radius: calc(var(--chb-knopf-hoehe, 3.73em) / 2);
    font: inherit;
    text-align: left;
    background: var(--chb-leiste-farbe-inhalt, var(--chb-primaer));
    border: 1px solid var(--chb-leiste-farbe-rand, transparent);
}













#chb-wurzel .chb-leiste .chb-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: var(--chb-knopf-hoehe, 3.73em);
    height: var(--chb-knopf-hoehe, 3.73em);
    margin: calc(-1px - .67em) 0 calc(-1px - .67em) calc(-1px - .8em);
    border-radius: 50%;
    background: var(--chb-leiste-farbe-knopf, var(--chb-primaer));
}
#chb-wurzel .chb-leiste .chb-zeilen {
    display: flex;
    flex-direction: column;
    














    align-self: stretch;
    justify-content: center;
    overflow: hidden;
    min-width: 0;
    












    max-width: min(var(--chb-leiste-breite, 320px), calc(100vw - 2 * var(--chb-rand-aussen)));
    line-height: var(--chb-leiste-zeilenabstand, 1.3);
    

    overflow-wrap: anywhere;
}
#chb-wurzel .chb-leiste .chb-knopf-titel {
    font-size: 1em;
    font-weight: var(--chb-leiste-gewicht-oben, 600);
    color: var(--chb-leiste-farbe-oben, var(--chb-sekundaer));
}
#chb-wurzel .chb-leiste .chb-knopf-status {
    font-size: calc(1em * var(--chb-status-faktor, .833));
    font-weight: var(--chb-leiste-gewicht-unten, 400);
    color: var(--chb-leiste-farbe-unten, rgba(255, 255, 255, .85));
}
#chb-wurzel .chb-leiste .chb-knopf-titel img,
#chb-wurzel .chb-leiste .chb-knopf-status img { max-width: 100%; height: auto; }
#chb-wurzel .chb-leiste .chb-knopf-titel a,
#chb-wurzel .chb-leiste .chb-knopf-status a { color: inherit; }














@media (hover: hover) {
    








    



    


















    #chb-wurzel[data-chb-mouseover="1"] .chb-knopf.chb-leiste {
        padding-right: 0 !important;
        gap: 0;
        transition-delay: var(--chb-leiste-verzoegerung-zu, 300ms);
    }
    #chb-wurzel[data-chb-mouseover="1"] .chb-knopf.chb-leiste .chb-zeilen {
        max-width: 0;
        overflow: hidden;
        transition-delay: var(--chb-leiste-verzoegerung-zu, 300ms);
    }
    #chb-wurzel[data-chb-mouseover="1"] .chb-knopf.chb-leiste:hover,
    #chb-wurzel[data-chb-mouseover="1"] .chb-knopf.chb-leiste:focus-visible {
        padding-right: 1.07em !important;
        gap: .67em;
        transition-delay: var(--chb-leiste-verzoegerung-auf, 100ms);
    }
    #chb-wurzel[data-chb-mouseover="1"] .chb-knopf.chb-leiste:hover .chb-zeilen,
    #chb-wurzel[data-chb-mouseover="1"] .chb-knopf.chb-leiste:focus-visible .chb-zeilen {
        max-width: min(var(--chb-leiste-breite, 320px), calc(100vw - 2 * var(--chb-rand-aussen)));
        transition-delay: var(--chb-leiste-verzoegerung-auf, 100ms);
    }
}























#chb-wurzel.chb-offen .chb-knopf.chb-leiste,
#chb-wurzel.chb-offen .chb-knopf.chb-leiste:hover,
#chb-wurzel.chb-offen .chb-knopf.chb-leiste:focus-visible {
    padding-right: 0 !important;
    gap: 0;
    transition-delay: 0s;
}
#chb-wurzel.chb-offen .chb-knopf.chb-leiste .chb-zeilen,
#chb-wurzel.chb-offen .chb-knopf.chb-leiste:hover .chb-zeilen,
#chb-wurzel.chb-offen .chb-knopf.chb-leiste:focus-visible .chb-zeilen {
    max-width: 0;
    overflow: hidden;
    transition-delay: 0s;
}





@media (prefers-reduced-motion: no-preference) {
    #chb-wurzel .chb-knopf.chb-leiste,
    #chb-wurzel .chb-knopf.chb-leiste .chb-zeilen {
        transition: padding-right .35s ease, gap .35s ease, max-width .35s ease;
    }
}



#chb-wurzel .chb-rahmen {
    display: block;
    width: 360px;
    max-width: calc(100vw - 32px);
    height: 520px;
    max-height: calc(100vh - 120px);
    margin-bottom: 12px;
    border: 1px solid var(--chb-rand);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 34px rgba(0, 0, 0, .3);
}
#chb-wurzel .chb-rahmen[hidden] { display: none; }



@media (max-width: 420px) {
    #chb-wurzel { --chb-rand-aussen: 12px; }
    #chb-wurzel .chb-rahmen { width: calc(100vw - 24px); height: calc(100vh - 130px); }

    














    

    #chb-wurzel[data-chb-mouseover="1"] .chb-knopf.chb-leiste {
        padding-right: 1.07em !important;
        gap: .67em;
    }
    








}

@media (prefers-reduced-motion: no-preference) {
    #chb-wurzel .chb-rahmen { animation: chb-auf .16s ease-out; }
    @keyframes chb-auf { from { opacity: 0; transform: translateY(8px); } }
}
