@media (min-width: 48em) {
	
	/* text */
	
	/* events */
	
	/*
	.list-feature .teaser-month{
		font-size:60px;
	}
	*/
	
	
	
	
	
	/* layout */
	
	.block{
		width:43em;
		margin-bottom:3em;
	}
	.content{
		margin-bottom:2em;
	}
	
	
	
	
	/* events */
	
	.list-current{
		margin-bottom:6em;
	}	
	
	/* teaser */
	.teaser-item{
		display:inline-block;
		vertical-align:top;
		margin-left:2em;
		margin-bottom:2em;
	}
	.teaser-item:nth-child(odd){
		margin-left:0;
	}	
	
	/* card */
	.box{
		width:10em;
		height:14.125em;
	}
	.box-section{
		width:20.5em;
	}	
	
	
	/* event */

    article{
		overflow:hidden;
	}	
	.column{
		width:49%;
	}
	.column:first-child{
		float:right;
		margin-left:2%;
	}
	.column:last-child{
		float:left;
	}
	.column-image{
        display:block;
    }

	/* flyer */
	.flyer--inline{
        display:none;
    }
    
	/* food */
    .meals__info{
        margin-bottom:0;
    }
    .meal .flyer--desktop{
        display:block;
    }
	.meal .flyer img{
        margin-bottom:2em;
    }
    	
	/* shop */
    .products__info{
        margin-bottom:0;
    }
    .product .flyer--desktop{
        display:block;
    }
	.product .flyer img{
        margin-bottom:2em;
    }

}