#mask-header-carousel{
    background-color: rgba(0, 0, 0, 0.1);
}
#carouselPauseBtn{
    background-color: #157dac;
    width: 3rem;
    height: 2rem;
    z-index: 10;
    bottom: 3%;
    left: 2%;
    display: block;
    position: absolute;
    border: none;
    color: #FFFFFF;
    border-radius: 3px;
}
#newstickerPauseBtn{
    background-color: #157dac;
    width: 3%;
    height: 100%;
    z-index: 10;
    display: block;
    position: absolute;
    border: none;
    color: #FFFFFF;
    border-radius: 3px;
    @media (max-width: 1199px) {
        width: 6%;
    }
}
.glyphicon-play{
    background-image: url('../Icons/play-fill.svg');
}
.glyphicon-pause{
    background-image: url('../Icons/pause-fill.svg');
}
.glyphicon-slider{
    display: block;
    height: 100%;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(2%) hue-rotate(308deg) brightness(102%) contrast(100%);
}
video{
    max-width: 100%;
}
.news-img-caption{
    color: #757575!important;
}
.date-bg{
    background-color: #096B99;
}

.pb-menu{
    .menu{
        position: relative;
        ul{
            list-style: none;
            padding: 0;
            li{
                list-style: none;
                padding: 0;
            }
        }
        .dropdown-toggle{
            &:after{
                display: none;
            }
        }
        .first-menu-overlay{
            position: absolute;
            left: 0;
            width: 100vw;
            background-color: #e6e6e6;
            padding: 2rem 0;
        }
        .menu-content-wrapper{
            align-items: center;
            justify-content: space-evenly;
        }
    }
}

.dropdown-item:hover, .dropdown-item:focus{
    background-color: #FFFFFF;
}
.carousel-control-prev, .carousel-control-next{
    height: 15%;
    top: 40%;
    opacity: 0.9;
    @media (max-width: 991px){
        z-index: 901;
    }
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    border: 5px solid #157dac;
    background-color: #157dac;
    border-radius: 50%;
    padding: 2rem;
    transition: 0.3s;
    &:hover, &:focus-visible{
        padding: 3rem;
        @media (max-width: 1199px) {
            padding: 2.5rem;
        }
        @media (max-width: 900px) {
            padding: 1.5rem;
        }
    }
}
.carousel-control-next:focus-within .carousel-control-next-icon,
.carousel-control-prev:focus-within .carousel-control-prev-icon{
    padding: 3rem;
    @media (max-width: 1199px) {
        padding: 2.5rem;
    }
    @media (max-width: 900px) {
        padding: 1.5rem;
    }
}
.pb-search-overlay{
    display: none;
    animation: searchOverlayBack 0.3s;
}
.pb-search-overlay.show{
    display: block;
    animation: searchOverlay 0.3s;
    left: 10%;
}
@keyframes searchOverlay {
    from {
        left: -120%;
    }
    to {
        left: 10%;
    }
}
@keyframes searchOverlayBack {
    from {
        left: 10%;
        display: block;
    }
    to {
        left: -120%;
        display: none;
    }
}
img:focus-visible{
    border: none;
    outline: 4px solid black;
}
.ce-uploads a:focus-visible{
    border: 5px solid black;
}
figure.image a:focus-visible{
    display: block;
    border: 5px solid black;
}
.newsticker-wrapper{
    position: relative;
}
.navitem-sub-link{
    white-space: normal;
}
.btn.focus, .btn:focus, .page-link:focus{
    box-shadow: none;
}
.btn:focus-visible, .page-link:focus:focus-visible{
    box-shadow: 0 0 0 .2rem #000;
}
.skiplinks{
    width: 100%;
    background-color: #fff;
}
.dienstleistung_beschreibung a, .ce-bodytext a, .frame p a, .frame header a, .frame ol li a, .news .article a, .toptopic-container a{
    text-decoration: underline;
}
.dienstleistung_beschreibung a:hover, .ce-bodytext a:hover, .frame p a:hover, .frame ol li a:hover, .frame header a:hover, .news .article a:hover, .toptopic-container a:hover{
    text-decoration-style: double;
}
.mask-header-title-background{
    background-color: #157dac;
    border-radius: 3px;
    padding: 0 1rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    @media (max-width: 767px) {
        padding: 1em;
    }
}
.ce-uploads li, .ce-uploads li div a{
    display: flex;
}
.mitarbeiter_detail{
    .btn {
        position: relative;
    }
    a.btn.btn-default::before, button:not(:first-of-type)::before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 16px;
        top: 10px;
        left: 0;
        background-color: #000000;
    }
}

.dropdown-menu{
    overflow-y: scroll;
    height: 90vh;
}
n
