.hero-kacheln {
	position:relative;
}
.hero-kacheln-images {
	display: flex;
	margin-left:-20px;
	margin-right:20px;
	height:100%;
	position:relative;
}
.hero-kacheln-content {
	position:relative;
	box-sizing:border-box;
	padding:40px 0 20px 0;
}
.hero-kacheln-content-box h2,
.hero-kacheln-content-box h3 {
	color:white;
}
.hero-kacheln-image {
	box-sizing:border-box;
	padding:0 20px;
	text-align:center;
}
.hero-kacheln-image-3 {
	width:33.3%;
}
.hero-kacheln-image-4 {
	width:25%;
}
.hero-kacheln-image img {
	width:100%;
	height:auto;
}
.hero-kacheln-image a {
	display:inline-block;
	margin-top:-20px;
}
.hero-kacheln-image a.btn {
	padding:10px 16px;
	min-width: calc(100% - 40px);
}
.hero-kacheln-background {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:150px;
	background-color:rgb(61,205,88);
}

@media only screen and (max-width: 999.9px) {
	body .hero-kacheln .container {
		max-width:100%;
	}
	.hero-kacheln-images {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 880px) {
	.hero-kacheln-images {
		flex-wrap:wrap;
	}
	.hero-kacheln-image-4 {
		width:50%;
		margin:0 auto;
		margin-bottom:40px;
	}
	.hero-kacheln-image-4 a.btn {
    	min-width: 100%;
	}
}
@media only screen and (max-width: 720px) {

	.hero-kacheln-content {
		padding: 40px 30px 20px 30px;
	}
	.hero-kacheln-content-box h2,
	.hero-kacheln-content-box h3 {
		text-align:center;
	}
	.hero-kacheln-images {
		/*display:block;*/
	}
	.hero-kacheln-image-3 {
		width: 75%;
		margin:0 auto;
		margin-bottom:40px;
	}
	.hero-kacheln-image-3 a.btn {
    	min-width: 100%;
	}
}
@media only screen and (max-width: 570px) {

	.hero-kacheln-content {
		padding: 40px 30px 20px 30px;
	}
	.hero-kacheln-content-box h2 {
		font-size:28px;
		margin:10px 0;
	}
	.hero-kacheln-content-box h3 {

		margin:5px 0 8px;
	}
	.hero-kacheln-image-3 {
		width: 85%;
		margin:0 auto;
		margin-bottom:40px;
	}
	.hero-kacheln-image-4 {
		width:85%;
		margin-bottom:40px;
	}
}
@media only screen and (max-width: 460px) {

	.hero-kacheln-content {
		padding: 40px 30px 20px 30px;
	}
	.hero-kacheln-content-box h2 {
		font-size:24px;
		margin:7px 0;
	}
	.hero-kacheln-images {
		margin:0;
	}
	.hero-kacheln-image-3 {
		width: 100%;
		margin:0 auto;
		margin-bottom:30px;
	}
	.hero-kacheln-image-4 {
		width:100%;
		margin-bottom:30px;
	}
}

