/*--------------------------------------------------------------
# Listenansicht
--------------------------------------------------------------*/
.wm_news_holder {
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
	margin:-15px;
}
.wm_news_holder .wm_news {
	width:100%;
	padding:15px;
}
.wm_news {
	position:relative;
    transition:all 0.3s;
}
.wm_news .text {
    color:#333;
    font-size:14px;
    padding:20px;
    background:#f4f4f4;
}
.wm_news .date {color:#999; font-size:14px;}
.wm_news .btn {font-size:14px;}


@media(min-width:1024px) {
	.wm_news_holder .wm_news {
		width:33.333333333%;
	}
}

@media(min-width:768px) {
	.wm_news .text h3.title {font-size:23px;}
	.wm_news_holder .wm_news {
		width:50%;
	}
}

#news_start {
	padding-bottom:50px;
}

@media(max-width:768px) {
	#news_start {
		padding-top:30px;
		padding-bottom:30px;
	}
}


/*--------------------------------------------------------------
# Detailansicht
--------------------------------------------------------------*/