 @media only screen and (min-width: 62em) {
   .notfall_banner >*{ width: 90%;}
   .logo {width:90%;}
   .container {width:90%; display: flex;}
   
   
	.blog {display: flex; flex-direction: row; justify-content: space-between; align-items:stretch;  flex-wrap: wrap;}
.blog > * {min-width: 300px;}
	.container > * {min-width: 260px;}
	

	
	aside {margin-left: 10px; max-width: 400px;}
	
	aside >* {padding: 10px;}
  
	.featured > *.items-leading {
		/*flex: none;*/
	}
	
	  
}
