@media (min-width: 30em) {

	/* teaser */
	.teaser__figure {
    	display: inline-block;
    	margin-right: 1em;
    	width: calc(50% - 1em);	
    	vertical-align: bottom;
	}
	.teaser__header {
    	display: inline-block;
    	width: calc(67% - 0.5em);
    	width: calc(50% - 0.5em);	
	}
	.teaser__image{
		/*width:auto;*/
		width: 100%;
	}	
	.teaser__info {
   		display:block;
	}
	.teaser__item{
		margin-bottom:0.5em;
	}
	.teaser__subheadline{
		display:block;
	}
	.teaser__year {
    	margin-bottom:0.75em;
	}

}