
.news-list-container .card {
    border: none;
    border-radius: 0;
}
.news-list-container .card-body {
    padding: 1.25rem 1.25rem 3.75rem 1.25rem;
    -webkit-box-shadow: 1px 3px 8px rgb(0 0 0 / 16%);
    box-shadow: 1px 3px 8px rgb(0 0 0 / 16%);
    background: #EDEBEB;
}
.news-list-container .card-body .button {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
}

.news-list-container .news-list-item {
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-list-container .bild {
    margin-top: -30px;
    margin-bottom: -30px;
    padding-right: 0;
}
.news-list-container .bild img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-list-container .text {
    padding-left: 0;
}

.news-list-container .news-img-wrap {
    height: 250px;
    overflow: hidden;
    margin: 0 15px;
}
.news-list-container .news-img-wrap img {
    object-fit: cover;
    height: 100%;
}

.news-single-container {}
.news-single-container .news-img-wrap .mediaelement {
    /*
    max-height: calc(100vh - 130px);
    */
    max-height: 60vh;
    overflow: hidden;
    text-align: center;
}

.news-single-container .news-img-wrap .mediaelement img {
    object-fit: cover;
    /*
    object-position: center center;
    width: 100%;
    height: 100%;
    */
}
.news-single-container .images {
    margin-top: 30px;
}
.news-single-container .images a {
    opacity: 1!important;
}
.news-single-container .images > .col-md-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}