@media (min-width: 22.5em) {
	
	/* navigation */
	.navigation-site__item:last-child{
		display:inline-block;
	}

	/* sitemap */
	.sitemap__section{
		width:50%;
		display:inline-block;
		vertical-align:top;
	}

	/* stepper */
	.article__stepper .stepper__label{
		width:80%;
		white-space: nowrap;
  		overflow: hidden;
		text-overflow: ellipsis;
		display:inline;
		margin-left:0.5em;
	}
	.article__stepper .next .stepper__label{
		margin-right:0.5em;
	}

}