
.dropdown-toggle { outline: 0; }

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}

.scrollarea {
    overflow-y: auto;
}
.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}

.scrollarea {
    overflow-y: auto;
}

.card-scroll {
    max-height: 250px;
    overflow-y: auto;
}
.card-scroll-Objects {
    max-height: 450px;
    overflow-y: auto;
}


.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.row-striped:nth-of-type(odd){
    background-color: #efefef;
    border-left: 4px #000000 solid;
}

.row-striped:nth-of-type(even){
    background-color: #ffffff;
    border-left: 4px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}

.bg-gray {
    background-color: #ccc;
}
.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}
.bg-Samstag{
    background-color: #000000;
}
.bg-Sonntag{
    background-color: #d2691e;
}

.link-grey{color: #6d7070
}
.text-PersonalWarten{
    color: #e78c07;
}.bg-PersonalWarten{
     background-color: #e78c07;
    color: #000;
}
.text-PersonalCheck{
    color: #035311;
}.bg-PersonalCheck{
     background-color: #035311;
    color: #fff;
}
.text-PersonalEmpty{
    color: #fa0202;
}
.bg-PersonalEmpty{
    background-color: #fa0202;
    color:#000;
}
.text-PersonalBilled{
    color: #062d69;
}.bg-PersonalBilled{
    color:#fff;
     background-color: #062d69;
}
.accordion-button-PersonalWait {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;

    font-size: 1rem;
    color: #e78c07;
    text-align: left;
    background-color: #f8f8f8;
    border: 1px;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button-PersonalCheck {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;

    font-size: 1rem;
    color: #035311;
    text-align: left;
    background-color: #f8f8f8;
    border: 1px;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
/**
AMPEL für Stunden
 */
.css-ampel {
    display: inline-block;
    width: 15px;
    height: 45px;
    border-radius: 6px;
    position: relative;
    background-color: black;
    zoom: 1.7;
}

.css-ampel span,
.css-ampel:before,
.css-ampel:after {
    content: "";
    color: white;
    position: absolute;
    border-radius: 15px;
    width: 11px;
    height: 11px;
    left: 2px;
}

.css-ampel:before {
    top: 4px;
    background-color: red;
    background-color: dimgrey;
}

.css-ampel:after {
    top: 17px;
    background-color: yellow;
    background-color: dimgrey;
}

.css-ampel span {
    top: 30px;
    background-color: green;
    background-color: dimgrey;
}

.ampelrot:before {
    background-color: red;
    box-shadow: 0 0 20px red;
}

.ampelgelb:after {
    background-color: yellow;
    box-shadow: 0 0 20px yellow;
}

.ampelgruen span {
    background-color: limegreen;
    box-shadow: 0 0 20px limegreen;
}
.ampelrotblinkend:before {
    animation-name: rotblinkend;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes rotblinkend {
    0% {
        background-color: dimgrey;
    }
    30% {
        background-color: dimgrey;
    }
    40% {
        background-color: red;
        box-shadow: 0 0 20px red;
    }
    100% {
        background-color: red;
        box-shadow: 0 0 20px red;
    }
}

.Fewo-RoomBlock{
    background-color: #e53f3f;
}
.Fewo-RoomFree{
    background-color: #2AFF2F;
}
.Fewo-RoomUse{
    background-color: #e78c07;
}