.zhi-news-thumbnail{
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
}

.zhi-news-thumbnail-wrapper{
    overflow: hidden;
}

.zhi-news-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 5px;
}

.zhi-news-date{
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #969696 !important;
    margin-bottom: 0 !important;
    word-break: keep-all;
}

.zhi-news-title{
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #969696 !important;
    line-height: 140% !important;
    transition: color 0.3s ease;
    letter-spacing: 0 !important;
}

.zhi-news-arrow{
    font-size: 29px;
    color: #BDE038;
    position: relative;
    left: -30px;
    opacity: 0;
    transition: all 0.3s ease;
    height: 0;
    display: flex;
    align-items: center;

}
.zhi-news-item{
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .zhi-news-item[type="aktuelles"]:hover .zhi-news-arrow {
        left: -1px;
        opacity: 1;
    }

    .zhi-news-item[type="aktuelles"]:hover img{
        scale: 1.05;
    }

    .zhi-news-item[type="aktuelles"]:hover .zhi-news-title{
        color: #10454F !important;
    }
}
@media (hover: none), (pointer: coarse) { /* Styles for touch devices */
    .zhi-news-item[type="aktuelles"] .zhi-news-arrow {
        left: -1px;
        opacity: 1;
    }
}

.zhi-news-item img{
    transition: all 0.3s ease;
}


/* Übersicht */
.zhi-news-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    display:flex;
    align-items: center;
    padding-bottom: 10px;
}

.zhi-news-link i {
    font-size: 24px;
    color: #BDE038!important;
    line-height: 1;
    margin-right: 10px;
}

.zhi-news-link span {
    font-variation-settings: "wght" 400;
    transition: all 0.2s;
}

@media (hover: hover) and (pointer: fine) {
    .zhi-news-link:hover {
        color: #121212;
    }

    .zhi-news-link:hover span {
        font-variation-settings: "wght" 600;
    }
}

/* Termine */
.zhi-events {
    padding-inline-start: 0;
    list-style: none;
}

.zhi-events li {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 400;
}

.old-events {
    opacity: 40%;
}