.projectlist-kacheln {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    margin: 0 0 2.8125rem 0 !important;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2.8125rem !important;
    margin-left: 0;
    list-style: none;
}

.projectlist-kachel {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.projectlist-kachel__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    display: block;
}

.projectlist-kachel__body {
    padding: 24px 30px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.projectlist-kachel__title {
    color: #8a1538;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 32px;
    word-break: normal;
    overflow-wrap: normal;
}

.projectlist-kachel__link {
    color: #111;
    font-weight: 700;
    margin-top: auto;
    text-decoration: underline;
    text-transform: uppercase;
}

.projectlist-kachel__link::after {
    content: '›';
    display: inline-block;
    font-size: 1.7em;
    line-height: .6;
    margin-left: .45em;
    text-decoration: none;
    vertical-align: -0.08em;
}

.projectlist__empty {
    margin: 1rem 0;
}
