ol.carousel-indicators li::before {
    content: none!important;
}

ol.carousel-indicators li {
    display: inline-block!important;
    width: 12px!important;
    height: 12px!important;
    margin: 4px!important;
}

ol.carousel-indicators {
    margin: 0 0 24px 0!important;
    width: 100%!important;
    left: 0%!important;
    bottom: 4.25em!important;
}

.carousel-indicators .active {
    margin: 3px!important;
    width: 14px!important;
    height: 14px!important;
}

.carousel-control.left {
    background-image: none!important;
}

.carousel-control.right {
    background-image: none!important;
}

.carousel-control {
    opacity: 1!important;
    text-shadow: 0 1px 2px rgb(0 0 0 / 80%)!important;
    bottom: 24px!important;
}

@media only screen and (min-width: 830px) {
    .news-img-wrap {
        width: 41.6em!important;
        margin: 0 auto!important;
    }
}

.news-detail-header h1::after {
    content: "";
    display: block;
    width: 80px;
    background-color: #5c6971;
    height: 2px;
    position: absolute;
    left: calc(50% - 40px);
    bottom: -0.4em;
    margin-top: 14px;
}

.news .footer {
    display:none;
}

.news h3 {
    margin: 0.5em 0px 0.5em 0px;
}

.news ul li::before {
    content: "";
}

.read-more {
    font-size: 0.8em;
}

/* Bootstrap v5 bitte rauslöschen nach Bootstrap Update */

.list-group-flush {
    border-radius: 0;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
  }

.list-group-item {
    margin-bottom: 0px!important;

}

.rounded-3 {
    border-radius: .3rem !important;
}

.h-auto {
    height: auto !important;
}

.w-100 {
    width: 100% !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.mt-3 {
    margin-top: 1rem !important;
}