.kacheln{
	padding: 30px 0;
	background-color: rgba(40, 161, 68,1);
	color: rgba(255,255,255,1);
	box-sizing: border-box;
}
.kacheln .kacheln_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.kacheln .kacheln_inner .kacheln_head{
	font-size: 2.6em;
	padding: 20px 10px 0;
	box-sizing: border-box;
	text-align: center;
}
.mobile_centred .kacheln .kacheln_inner .kacheln_head{
	text-align: left;
}
.kacheln .kacheln_inner .kacheln_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.kacheln .kachel_wrap{
	width: 33.33%;
	margin: 10px 0;
	color: rgba(255,255,255,1);
	position: relative;
}
.kacheln .kachel_wrap .kachel{
	color: rgba(255,255,255,1);
	cursor: context-menu;
}
.kacheln .kachel_head{
	padding: 0 4.4%;
	margin-top: -15px;
}
.kacheln .kachel_zusatz .kachel_head{
	padding: 0;
	margin-top: 0px;
	margin-bottom: 20px;
}
.kacheln .kachel_head span{
	display: block;
}
.kacheln .kachel_head .titel{
	font-size:2em;
	font-weight: bold;
}
.kacheln .kachel_head .subtitel{
	font-size:1.5em;
}
.kacheln .kachel_wrap .kachel_zusatz{
	position: absolute;
	display:none;
	width: 600px;
	background-color: rgba(250,250,250,1);
	color: rgba(85, 85, 85,1);
	padding: 20px;
	border: 1px solid rgba(201, 204, 202,1);
	border-radius: 20px;
	z-index: 2;
	box-sizing: border-box;
}
.kacheln .kachel_zusatz .text{
	font-size:1.5em;
}
.kacheln .kachel_wrap:hover .kachel_zusatz{
	display: block;
}
@media screen and (min-width: 1000px){
	.kacheln .kachel_wrap:nth-of-type(3n+1) .kachel_zusatz{
		top:20%;
		left:calc(50% + 50px);
	}
	.kacheln .kachel_wrap:nth-of-type(3n+1) .kachel_zusatz:before,
	.kacheln .kachel_wrap:nth-of-type(3n+1) .kachel_zusatz:after{
		right: 100%;
		top: 100px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.kacheln .kachel_wrap:nth-of-type(3n+1) .kachel_zusatz:before{
		border-color: rgba(201, 204, 202, 0);
		border-right-color: rgba(201, 204, 202,1);
		border-width: 28px 52px;
		margin-top: -28px;

	}
	.kacheln .kachel_wrap:nth-of-type(3n+1) .kachel_zusatz:after{
		border-color: rgba(255, 255, 255, 0);
		border-right-color: rgba(250,250,250,1);
		border-width: 25px 50px;
		margin-top: -25px;
	}
	.kacheln .kachel_wrap:nth-of-type(3n+2) .kachel_zusatz{
		top:200px;
		left: calc(50% - 325px);
	}
	.kacheln .kachel_wrap:nth-of-type(3n+2) .kachel_zusatz:before,
	.kacheln .kachel_wrap:nth-of-type(3n+2) .kachel_zusatz:after{
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.kacheln .kachel_wrap:nth-of-type(3n+2) .kachel_zusatz:before{
		border-color: rgba(201, 204, 202, 0);
		border-bottom-color: rgba(201, 204, 202,1);
		border-width: 52px 28px;
		margin-left: -28px;
	}
	.kacheln .kachel_wrap:nth-of-type(3n+2) .kachel_zusatz:after{
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: rgba(250,250,250,1);
		border-width: 50px 25px;
		margin-left: -25px;
	}
	.kacheln .kachel_wrap:nth-of-type(3n) .kachel_zusatz{
		top:20%;
		right:calc(50% + 50px);
	}
	.kacheln .kachel_wrap:nth-of-type(3n) .kachel_zusatz:before,
	.kacheln .kachel_wrap:nth-of-type(3n) .kachel_zusatz:after{
		left: 100%;
		top: 100px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.kacheln .kachel_wrap:nth-of-type(3n) .kachel_zusatz:before{
		border-color: rgba(201, 204, 202, 0);
		border-left-color: rgba(201, 204, 202,1);
		border-width: 28px 52px;
		margin-top: -28px;
	}
	.kacheln .kachel_wrap:nth-of-type(3n) .kachel_zusatz:after{
		border-color: rgba(255, 255, 255, 0);
		border-left-color: rgba(250,250,250,1);
		border-width: 25px 50px;
		margin-top: -25px;
	}
	
}
@media screen and (max-width:1000px){
	.mobile_centred .kacheln .kacheln_inner .kacheln_head{
		text-align: center;
	}
	.kacheln .kacheln_inner .kacheln_list{
		justify-content: center;
	}
	.kacheln .kachel_wrap{
		width: 500px;
	}
	.kacheln .kachel_wrap .kachel_zusatz{
		position: relative;
		width: calc(100% - 20px);
		background-color: transparent;
		border: none;
		color:rgba(255,255,255,1);
		margin: 10px auto;
		padding: 20px 10px;
		border: 1px solid rgba(255,255,255,1);
	}
	.kacheln .kachel_wrap:hover .kachel_zusatz{
		display: none;
	}
	.kacheln .kachel_wrap .kachel_zusatz.show{
		display: block;
	}
	.kacheln .kachel_wrap .kachel_zusatz .kachel_head{
		display:none;
	}
	.kacheln ul li::marker{
		color: rgba(255,255,255,1);
	}
}
@media screen and (max-width:500px){
	.kacheln .kacheln_inner .kacheln_head{
		font-size: 2em;
	}
	.kacheln .kachel_wrap{
		width: 100%;
	}
}