.no-touch .footer{
	line-height:1.4;
}

/* events */
.no-touch .teaser-month{
    font-size: 28px;
}

/* event */

/* teaser */
.no-touch .teaser-link{
	position:relative;
	width:13.125em;
	height:18.5em;
}

/* card */
.no-touch .box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.no-touch .box-image{
	z-index:1;
	margin-bottom:0;
	margin-right:0;
}
.no-touch .box-text{
	z-index:0;
}
.no-touch .teaser-link:hover .box-image{
	display:none;
}
.teaser-link--fixed{
	position: relative;
}
.no-touch .teaser-link--fixed:hover .box-image{
	display:block;
}
.teaser-link--fixed .box-text{
	background: none;
	z-index: 5;
	position: absolute;
	top:0;
}
.touch .teaser-link--fixed .box-image{
	margin: 0;
}
@media (max-width: 1024px) {
	.touch .teaser-link--fixed .box-section:first-child{
	position: relative;
}
.touch .teaser-link--fixed .box-image picture{
	position: absolute;
	height: 100%;
	width: 100%;
}
.touch .teaser-link--fixed .box-image picture img{
	height: 100%;
	object-fit: cover;
}
}
@media (min-width: 20em) {
	
	/* layout */
	.no-touch .block{
		width:20em;
	}
	
	/* event */
	
	/* teaser */
	.no-touch .teaser-item{
		display:inline-block;
		vertical-align:top;
		margin-left:1em;
		margin-bottom:1em;
	}
	.no-touch .teaser-item:nth-child(odd){
		margin-left:0em;
	}
	.no-touch .teaser-link{
		width:9.5em;
		height:13.438em;
	}
}

@media (min-width: 25em) {
	
	/* layout */	
	.no-touch .block{
		width:23em;
	}
	
	/* event */
	
	/* teaser */
	.no-touch .teaser-link{
		width:11em;
		height:15.563em;
	}
}

@media (min-width: 48em) {
	
	/* text */
	.no-touch .list-feature .teaser-item:nth-child(2) .box-text{
		padding:1em;
	}
	.no-touch .list-feature .teaser-item:nth-child(2) .teaser-info{
		font-size:25px;
	}
	.no-touch .list-feature .teaser-item:nth-child(2) .teaser-title{
		font-size:30px;
	}
		
	/* layout */
	.no-touch .block{
		width:43em;
	}

	/* events */
	
	.no-touch .list-feature .teaser-month{
		font-size:60px;
	}
		
	/* event */
	
	/* teaser */
	.no-touch .teaser-item:nth-child(odd){
		margin-left:1em; /* overwrite touch version */
	}
	.no-touch .teaser-item:nth-child(4n+1){
		margin-left:0; /* first item in row */
	}
	.no-touch .teaser-link{
		width:10em;
		height:14.125em;
	}
	/* feature */
	.no-touch .list-feature .teaser-item:nth-child(-n+2) .teaser-link{
		width:21em;
		height:29.688em;
	}
	.no-touch .list-feature .teaser-item:nth-child(4n+1){
		margin-left:1em; /* overwrite standard layout */
	}
	.no-touch .list-feature .teaser-item:nth-child(4n+3){
		margin-left:0; /* first item in row */
	}
	.no-touch .list-feature .teaser-item:nth-child(1){
		margin-left:0; /* first item in row */
	}
}

@media (min-width: 64em) {
	
	/* text */
	.no-touch .list-feature .teaser-month{
		font-size:90px;
	}
	.no-touch .list-feature .teaser-item:nth-child(2) .box-text{
		padding:1.75em;
	}
	.no-touch .list-feature .teaser-item:nth-child(2) .teaser-info{
		font-size:30px;
	}
	.no-touch .list-feature .teaser-item:nth-child(2) .teaser-title{
		font-size:40px;
	}	
	
	
	/* layout */
	.no-touch .block{
		width:60em;
	}
	
	/* event */
	
	/* teaser */
	.no-touch .teaser-item{
		margin-bottom:1.25em;
	}
	.no-touch .teaser-link{
		width:11em;
		height:15.563em;
	}
	.no-touch .teaser-item{
		margin-left:1.25em;
	}
	.no-touch .teaser-item:nth-child(4n+1){
		margin-left:1.25em; /* rewrite smaller layout */
	}
	.no-touch .teaser-item:nth-child(odd){
		margin-left:1.25em; /* overwrite touch version */
	}
	.no-touch .teaser-item:nth-child(5n+1){
		margin-left:0em; /* first item in row */
	}
	/* feature */
	.no-touch .list-feature .teaser-item:nth-child(3n+1){
		margin-left:1.25em;
	}
	.no-touch .list-feature .teaser-item:nth-child(3n+3){
		margin-left:1.25em;
	}
	.no-touch .list-feature .teaser-item:nth-child(4n+1){
		margin-left:1.25em;
	}
	.no-touch .list-feature .teaser-item:nth-child(4n+3){
		margin-left:1.25em;
	}
	.no-touch .list-feature .teaser-item:nth-child(5n+1){
		margin-left:1.25em;
	}
	.no-touch .list-feature .teaser-item:nth-child(5n+3){
		margin-left:0;
	}
	.no-touch .list-feature .teaser-item:nth-child(1){
		margin-left:0em;
		margin-bottom:2em;
	}
	.no-touch .list-feature .teaser-item:nth-child(2){
		margin-left:2em;
		margin-bottom:2em;
	}
	.no-touch .list-feature .teaser-item:nth-child(-n+2) .teaser-link{
		width:29em;
		height:41em;
	}
		
	/* card */
	.no-touch .list-feature .teaser-item:nth-child(-n+2) .box{
		width:100%;
		height:100%;
	}
}