/* -------- kacheln --------*/
.typeWrap-mask_kacheln .item {
    margin-bottom: 40px;
}

.typeWrap-mask_kacheln .image {
/*    border: 1px solid #ddd;*/
	float: left;
    width: 100%;
    overflow: hidden;
}

.typeWrap-mask_kacheln .image img {
    float: left;
    position: relative;
    width: 100%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.typeWrap-mask_kacheln a:hover .image img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.typeWrap-mask_kacheln .headline {
    float: left;
    font-family: "klavikabold_italic",Open Sans,sans-serif;
    font-size: 1.250em;
    margin: 13px 0 0;
    width: 100%;
}

.typeWrap-mask_kacheln .noMedia .headline {
	margin-top: -8px;
}

.typeWrap-mask_kacheln .headline:last-child {
    margin-bottom: -1px;
}

.typeWrap-mask_kacheln .textFullsize {
    float: left;
    width: 100%;
    margin-top: -8px;
    margin-bottom: 40px;
}

.typeWrap-mask_kacheln .item a .textWrap p {
    color: #737373;
}

.typeWrap-mask_kacheln .itemWrap.colWrap.bildformat-quer {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@media (min-width: 992px) {
    .typeWrap-mask_kacheln .item.noTeaser {
        margin-bottom: 35px;
    }

    .typeWrap-mask_kacheln .item.inclTeaser {
        /*margin-bottom: 32px;*/
    }

	.typeWrap-mask_kacheln .item.col4.fourthlast,
    .typeWrap-mask_kacheln .item.col4.thirdlast,
    .typeWrap-mask_kacheln .item.col3.thirdlast,
    .typeWrap-mask_kacheln .item.col4.prelast,
    .typeWrap-mask_kacheln .item.col3.prelast,
    .typeWrap-mask_kacheln .item.col2.prelast,
    .typeWrap-mask_kacheln .item.last {
        margin-bottom: -5px;
    }

    .typeWrap-mask_kacheln .item.inclTeaser[class*="last"] {
        margin: 0;
    }
    
    .typeWrap-mask_kachelnicon .item.col4.fourthlast,
    .typeWrap-mask_kachelnicon .item.col4.thirdlast,
    .typeWrap-mask_kachelnicon .item.col3.thirdlast,
    .typeWrap-mask_kachelnicon .item.col4.prelast,
    .typeWrap-mask_kachelnicon .item.col3.prelast,
    .typeWrap-mask_kachelnicon .item.col2.prelast,
    .typeWrap-mask_kachelnicon .item.last,
    .news .kachelView .article.thirdlast,
    .news .kachelView .article.prelast,
    .news .kachelView .article.last {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) and (min-width: 701px) {
    .typeWrap-mask_kacheln .item.col3.prelast,
    .typeWrap-mask_kacheln .item.col2.prelast,
    .typeWrap-mask_kacheln .item.last {
        margin-bottom: -5px;
    }
    .typeWrap-mask_kachelnicon .item.col3.prelast,
    .typeWrap-mask_kachelnicon .item.col2.prelast,
    .typeWrap-mask_kachelnicon .item.last
    .news .kachelView .article.prelast,
    .news .kachelView .article.last {
        margin-bottom: 0;
    }
}

@media (max-width: 700px) {
    .typeWrap-mask_kacheln .item.last {
        margin-bottom: -5px;
    }
    .typeWrap-mask_kachelnicon .item.last
    .news .kachelView .article.prelast,
    .news .kachelView .article.last {
        margin-bottom: 0;
    }
}
/* -------- // kacheln --------*/