/* Füge hier Dein eigenes CSS ein */

@media screen and (max-width: 600px) {
	#ueber-das-buendnis .wp-caption{
		float:none;
	}
	#ueber-das-buendnis .wp-caption > img{
		margin:0 auto;
	}
	#ueber-das-buendnis .wp-caption-text {
		text-align:center;
	}
}

/* for article */
@media screen and (max-width: 550px) {
	article img.alignright,img.alignright{
		margin:10px auto;
		float:none; 
	}
}
	
/* 2DO: also for blogposts */