@media screen and (min-width:75em) {

	/*****************
 	Text
	/*****************/
	
	.article__date{
		font-size:16px;
		line-height:20px;
	}
	.article__subtitle{
		font-size:16px;	
		line-height:20px;
	}	
	.article__title{
		font-size:26px;
		line-height:28px;
	}
	.downloads__item{
		font-size:16px;	
		line-height:20px;
	}
	.gallery__caption{
		font-size:16px;	
		line-height:20px;
	}
	.list__link{
		font-size:26px;
		line-height:28px;
	}
	.list__link--simple{
		font-size: 16px;
		line-height: 20px;
	}
	.list__teaser{
		font-size:16px;	
		line-height:20px;
	}
	.navigation-links__item{
		font-size:16px;	
		line-height:20px;
	}
	.navigation-service__item{
		font-size:16px;	
		line-height:20px;
	}
	.section__headline{
		font-size:16px;	
		line-height:20px;
	}	
	.wysiwyg__paragraph,.wysiwyg__list-item{
		font-size:16px;	
		line-height:20px;
	}
	.wysiwyg__strong{
		font-size:26px;
		line-height:28px;
	}

	/*****************
 	Layout
	/*****************/
	
	.block{
		margin:auto 4%;		
	}
	.header{
		margin:0;
		margin-bottom:1.25em;
	}
	.footer{
		margin-bottom:2em;
	}
	.main{
		margin-bottom:3em;
	}
	
	.anim{
		display:inline}
	
	/* claim */
	.claim{
		width:50%;
   	}
   	
	/* list */
	.list__item--lined:before{
		content:"– ";
		font-size:26px;
		line-height:28px;
	}

	/* sponsors */
	.sponsors__image{
		height:70px;
	}
	
	/* tools */
	.tools{
		width:25%;
	}	
	
		
}