 
 
 
@media only screen and (min-width: 620px) {
	.col25 {
    width: 48%;
	}

	.blog, .categories-list  {
		display: flex; flex-direction: row;  
		justify-content: space-between; 
		align-items:stretch;  flex-wrap: wrap;
	}

	.aktuelles .blog {flex-direction: column;  }
	
	.blog > *, .categories-list > *
	{
		flex: 1;
		margin: 10px;
	}
	
	

	.blog > article { min-width: 300px;}	     
	
	#layerslider_1 {}

	main { margin-top: -100px; }	
}
