div[id^="swiper-"] {
    margin-bottom: 0 !important;
}

div[id^="swiper-"] .swiper-button-next,
div[id^="swiper-"] .swiper-button-prev {
    text-shadow: 1px 1px 2px #000,0 0 10px #000,0 0 !important;
}

.swiper-wrapper {
    top: -1px;
}

.swiper-slide {
    background-color: var(--white);
}

.swiper-slide .card::before {
    content: none !important;
}


/*
.swiper-slide .card .article {
    padding-bottom: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    border: 1px solid var(--secondary_color_light);
}

.swiper-slide .card .article .header {
    background-color: var(--secondary_color_light);
    padding: 1.25rem;
}

.swiper-slide .card .article .header h3 {
    font-size: 1.125rem;
    margin: 0;
}

.swiper-slide .card .article .header h3 a {

}

.swiper-slide .card .article .teaser-text {
    height: 100%;
    padding: 1.25rem 1.25rem 3.5rem;
}

.swiper-slide .card .article .teaser-text a {
    position: absolute;
    bottom: 0;
    left: 1.25rem;
}

.swiper-slide .card .article .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1.25rem;
    width: 100%;
}

.swiper-slide .card .article .footer p {
    display: flex;
    justify-content: space-between;
}

.swiper-slide .card .article .footer time {
    color: var( --menu_background);
    font-size: 0.75rem;
}




.swiper-slide .card .article .footer .news-list-category {
    color: var(--secondary_color);
    font-weight: bold;
}
 */


.content_text.news {
    padding: 1.25rem;
}

.content_text.news .news-col,
.content_text.news .articleslide {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    padding: 0;
}

.content_text.news .articleslide {
    height: 100%;
}

.content_text.news .news-col .news-img-wrap,
.content_text.news .articleslide .news-img-wrap {
    margin-bottom: 0;
    overflow: hidden;
}

.content_text.news .news-col a .news-img-wrap img,
.content_text.news .articleslide a .news-img-wrap img {
    transition: transform 0.4s ease-in-out;
}

.content_text.news .news-col a .news-img-wrap img:hover,
.content_text.news .articleslide a .news-img-wrap img:hover {
    transform: scale(1.2);
}

.content_text.news .news-col .date,
.content_text.news .articleslide .date {
    background-color: var(--secondary_color_light);
    padding: 0.375rem 1.25rem;
    text-align: right;
}

.content_text.news .news-col .text,
.content_text.news .articleslide .text {
    height: 100%;
    padding: 1rem 1.25rem 2rem;
    border: 1px solid var(--secondary_color_light);
}

.content_text.news .news-col .text h3,
.content_text.news .articleslide .text h3 {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.42857143;
    margin-bottom: 0.65625rem;
}

.content_text.news .news-col .text div p,
.content_text.news .articleslide .text div p {
    margin-bottom: 1.25rem;
}

.content_text.news .news-col .text a,
.content_text.news .articleslide .text a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.375rem 1.25rem;
    width: 100%;
}