.news-list-view,.news-single{
    padding-top:4rem!important;
}

.list-group-item{
    position: relative;
    display: block;
    padding-top: 2rem;
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: 0rem;
}

.news-list-item .col-md-9{
    padding-left:2rem;
}
@media (max-width: 767px) {
.news-list-item img{margin-bottom:2rem;}
}
.news h2,.news h1{
    font-style: normal;
    margin-bottom: 0rem;
    text-transform: none !important;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    font-weight: 600;
    color: #262626;
    margin-bottom: 1rem !important;
    font-size: 1.25rem!important;
}


.news .lead {
 font-size: 1.1rem;
    font-family: 'Source Sans 3', sans-serif;
    line-height: 1.5;
    color: #262626;
    font-weight: 400;
}
.news a {
    text-decoration: none!important;
    color: #262626 !important;
}
.news a:hover {
    text-decoration: none;
    color:#265b7b!important;
}
.row.news-list-item{
    margin-bottom:3rem!important;
}
.news .btn-read-more{
    font-size:0.8rem;
    --bs-btn-hover-border-color: #161515;
    background-color: #161515;
    color: #fff;
}

.news .extra.mb-3{
    display: none;
}
.news .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.news-list-item .col-md-3{
    padding-left:0rem;
    padding-right:0rem;
}
.news-single .border-bottom {
    border-bottom: 0px !important;
}
.news-single .btn{
        margin-top: 2rem;
}
.news .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 1rem;
    --bs-breadcrumb-margin-bottom: 0rem;
    --bs-breadcrumb-bg: #f8f8f8;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0rem 0rem 0rem;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

/* 1. Inaktive Links (Standardzustand wie "vorherige" oder "nächste") */
.news-list-view .pagination .page-link {
    color: #30535B !important; 
    background-color: #ffffff !important;
    border-color: #dee2e6 !important; /* Der zarte graue Rahmen */
}

/* 2. Hover-Zustand (beim Drüberfahren mit der Maus) */
.news-list-view .pagination .page-link:hover {
    color: #ffffff !important;
    background-color: #30535B !important;
    border-color: #30535B !important;
}

/* 3. Aktiver Zustand (die aktuelle Seite, z.B. die "2") */
.news-list-view .pagination .page-item.active .page-link,
.news-list-view .pagination .active > span {
    color: #ffffff !important;
    background-color: #30535B !important;
    border-color: #30535B !important;
}

/* Optional: Den hässlichen blauen Leucht-Rahmen beim Klicken entfernen/anpassen */
.news-list-view .pagination .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(48, 83, 91, 0.25) !important;
}