.newsUebersicht {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}

.newsUebersicht .newsBox {
	flex:0 1 33.33333%;
	margin:20px 0;
}

.newsUebersicht .newsBox .innerBox {
	height:100%;
}


.newsUebersicht .newsBox .newsVorschauBox  {
	display:block;
	height:100%;
	color:#000 !important;
}

.newsUebersicht .newsBox .newsBildVorschau {
	width:100%;
	overflow:hidden;
}

.newsUebersicht .newsBox .newsBildVorschau img {
	width:100%;
	height:auto;
	display:block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.newsUebersicht .newsBox:hover .newsBildVorschau img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.newsUebersicht .newsBox:hover .newsTextBox  {
	background:#004d8c;
}

.newsUebersicht .newsBox .newsDatum {
	padding:15px 20px 10px;
}

.newsUebersicht .newsBox .newsTextBox {
	background-color:#005ca9;
	color:#fff;
	text-align:center;
	padding:15px;
	margin-bottom:10px;
}

.newsUebersicht .newsBox .newsTextVorschau {
	padding:10px 0;
	font-size:12pt;
	line-height:27px;
}
.newsUebersicht .newsBox .newsTextVorschauTitel {
	font-size:22pt;
	line-height:34px;
	font-weight:700;
	padding:10px 20px 0;
}


.news .bild {
	padding-bottom:20px;
}

.news .bild img {
	max-width:100%;
	height:auto;
}

.news .datum  {
	padding:10px 0;
}

.news .vorschautext  {
	padding:10px 0 40px;
	font-weight:400;
}

.news .text {
	padding:10px 0;
}

.newsbackbuttonBox {
	display: flex;
	justify-content:flex-end;
}
.newsbackbutton {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12pt;
	display:inline-block;
	border:1px solid #005ca9;
	padding:7px 40px;
	margin:40px 0 20px;
}

@media  only screen and (max-width: 1200px) {
	.newsUebersicht .newsBox .newsTextVorschauTitel {
	font-size:18pt;
	line-height:34px;
}
	}


@media  only screen and (max-width: 1024px) {
	.newsUebersicht .newsBox {
		flex:0 1 50%;
		margin:20px 0;
	}
		.newsUebersicht .newsBox .newsTextVorschauTitel {
	font-size:22pt;
	line-height:34px;
}
			.newsUebersicht.home .newsBox:nth-child(3) {
		display:none;
	}
}
@media  only screen and (max-width: 680px) {
		.newsUebersicht .newsBox .newsTextVorschauTitel {
	font-size:18pt;
	line-height:34px;
}
	.newsUebersicht .newsBox {
		flex:0 1 100%;
		margin:20px 0;
	}
			.newsUebersicht.home .newsBox:nth-child(3) {
		display:block;
	}
	.newsbackbuttonBox {
	display: flex;
	justify-content:flex-start;
}
	
}