.textliste_unten {
	display:block;
	clear:both;
	width:100%;
	box-sizing:border-box;
	padding:40px 20px;
	border-top: solid 1px #f4f4f4;
}
.textliste_unten:nth-child(even) {
	background:#f4f4f4;
}
.textliste_unten h3 {
	margin-bottom:5px;
}