/**
* (C) by Matthias Gally 2015,
* Gally Websolutions GmbH, www.gally-websolutions.com
**/
.firstnewsposthomeimg {
	float:left;
	width:50%;
}
.firstnewsposthome {
	float:left;
	width:50%;
}
.newsposthome img {
    width: 100%;

}
.newsposthome {
	float: left;
    height: 280px;
	width:280px;
    overflow: hidden;
    margin-left: 92px;
	margin-bottom:60px;
	background-color: #000000;
}
.news2 {
    margin-left: 0px;
}
.newstitle {
	font-family:"chunk", sans-serif;
	font-size:18px;
	background-color: #000000;
    color: #ffffff;
    line-height: 30px;
    margin-left: 0;
    margin-top: 250px;
    position: absolute;
    text-align: center;
    width: 280px;
	box-sizing:border-box;
	height:65px;
	padding: 0 5px;	
}

@media only screen and (max-width: 1024px)  {
	.newsposthome {
		margin-left:0px;
		margin-right:20px;
		text-align:center;
	}
	.newsposthome img{
		width:280px;
	}
		.newstitle {
	}
	.firstnewsposthomeimg {
		float:none;
		width:100%;
	}
	.firstnewsposthome {
		float:none;
		width:100%;
		margin-top: 20px;
	}
	
	.newseintrag {
		width:100%;
		text-align:center;
	}
}
@media only screen and (max-width: 940px)  {
	.news4 {
			display:none;
	}
}
@media only screen and (max-width: 650px)  {
	.newsposthome {
		margin-right:0px;
		text-align:center;
		width:auto;
		float:none;
		background-color:#ffffff;
	}
}
@media only screen and (max-width: 590px)  {
		.newsposthome {
		margin-right:0px;
	}
	.newsposthome {
		margin-left:0px;
	}
	 .newsposthome img {
	}
}