/**
* (C) by Matthias Gally 2015,
* Gally Websolutions GmbH, www.gally-websolutions.com
**/
.newsimg {
	float:left;
	width:50%;
}
.newstext {
	float:left;
	width:50%;
}
@media only screen and (max-width: 1024px)  {
	.newsimg {
		float:none;
		width:100%;
	}
	.newstext {
		float:none;
		width:100%;
		margin-top: 20px;
	}

}

@media only screen and (max-width: 590px)  {

}