.typeWrap-mask_textboxkacheln .item {
    background-color: var(--blau);
    margin-top: 14px;
    margin-bottom: 14px;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.typeWrap-mask_textboxkacheln .item .headline {
    color: #ffffff;
    font-weight: bold;
    font-family: 'themixextraboldplain', sans-serif;
    font-size: 2em;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2em;
}

.typeWrap-mask_textboxkacheln .item .table-cell > p:last-child {
    margin-bottom: 0;
}

.typeWrap-mask_textboxkacheln .item:hover .headline {
    color: var(--orange);
}