.kachel-teaser {
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px!important;
    margin-left: -15px!important;
	padding-top: 30px;
	position: relative;
	
}

.kachel-teaser .buSize {
	display: block!important;
	top: 0!important;
	left: 15px!important;
	max-width: none!important;
}

.kachel-teaser-item {
	display: block;
	position: relative;
    width: 100%;
    padding-right: 15px!important;
    padding-left: 15px!important;
	color: #333!important;
	text-decoration: none!important;
	margin: 0 0 30px 0!important;
}

.kachel-teaser-item:hover {
	color: #333!important;
}

@media (min-width: 768px) {
	.kachel-teaser-item {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}

@media (min-width: 992px) {
	.kachel-teaser-item {
	    -ms-flex: 0 0 33.3333332%;
	    flex: 0 0 33.3333332%;
	    max-width: 33.3333332%;
	}
}

@media (min-width: 1200px) {
	.kachel-teaser-item {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}

.kachel-teaser-inner {
	background-color: #fff;
	height: 100%;
	box-shadow: 0px 0 25px rgba(0,0,0,0.1);
	position: relative;
	padding-top: calc(66.6vw - 30px);
}

@media (min-width: 768px) {
	.kachel-teaser-inner {
		padding-top: 23rem;
	}
}
@media (min-width: 992px) {
	.kachel-teaser-inner {
		padding-top: 19.5rem;
	}
}
@media (min-width: 1200px) {
	.kachel-teaser-inner {
		padding-top: 17.4rem;
	}
}

.kachel-teaser-item:hover .kachel-teaser-inner {
	box-shadow: 0px 0 25px rgba(0,0,0,0.2);
}

.kachel-teaser-text {
	padding: 1.5rem;
}

.kachel-teaser-text h4 {
	font-size: 1.125em!important;
	margin-top: 0!important;
}

.kachel-teaser-text p {
	font-size: 0.875em!important;
	margin: 0!important;
}

.kachel-teaser-text p.kachel-teaser-mehr {
	font-weight: bold;
	padding: 10px 0 0 0!important;
}

.kachel-teaser-image {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.kachel-teaser-image img {
	width: calc(100vw - 30px);
	height: calc(66.6vw - 30px);
	object-fit: cover;
	object-position: center center;
}

@media (min-width: 768px) {
	.kachel-teaser-image img {
		width: 34.5rem;
		height: 23rem;
	}
}
@media (min-width: 992px) {
	.kachel-teaser-image img {
		width: 29.3rem;
		height: 19.5rem;
	}
}
@media (min-width: 1200px) {
	.kachel-teaser-image img {
		width: 26.2rem;
		height: 17.4rem;
	}
}