.themapagecard.hooucard {
    display: flex;
    flex-direction: column;
    height: 240px;
    width: 300px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid var(--hoou-grau-300); /* 0.5px */
    line-height: 1;
    overflow: hidden;
}

.themapagecard .hooucard-layout-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: unset;
}

.themapagecard .hooucard-imagewrapper {
    border-bottom: 1px solid var(--hoou-hellgrau);
    min-height:190px;
    height:190px;
}

.themapagecard .hooucard-imagewrapper-image {
    height:100%;
    object-fit: cover;
}

