.hauptseite-artikel-left {
	float: left;
	width: 48%;
}
.hauptseite-artikel-right {
	float: right;
	width: 48%;
}

@media only screen and (max-width: 800px) {
	.hauptseite-artikel-left,
	.hauptseite-artikel-right {
		float: inherit;
		width: inherit;
	}
}