/*vars are registered in hooustyles.css*/
.hooucard.newscard {
    width: 396px;
    height: 432px;
    border-radius: 6.9px;
    background-color: #fff;
    border: 1px solid var(--hoou-grau-300); /* 0.5px */
    overflow: hidden;
}
.newscard .hooucard-content-title-link {
    text-decoration: none;
}
.newscard .hooucard-imagewrapper {
    height: 222.8px;
    border-bottom: solid 1.2px var(--hoou-grau-300);
}
.newscard .hooucard-imagewrapper img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.newscard .hooucard-content {
    padding: 10.3px 14px 47.3px
}
.newscard .hooucard-content-title {
    font-family: var(--global-hoou-font-family);
    font-size: 18.5px!important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.09px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.newscard .hooucard-content-summary {
    font-family: var(--global-hoou-font-family);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.07px;
    text-align: left;
    color: var(--hoou-blau);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}