/* 

LAYOUT 1

TODO
- .aside p and .skills__article ul > replace with .util? (xs, s, l)
- rename .list__item to .employees__item or .offset-l-xl

*/

.employees__item p,
.skills__teaser p,
.skills__text p{
	/*text-align: justify;*/
	word-wrap: break-word;
	hyphens: auto;
}
.offices__item {
	margin-bottom: 1em;
}
.offices__item:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 29.938em) {

	/* aside */
	.aside p {
		margin-left: 1rem;
	}

	/* figure */
	/* DELETE
	.figure{
		padding-top: 1em}
	*/

	/* lawyers */
	.lawyers__head {
		margin-left: 1.5em;
	}
	.lawyers__head--highlight {
		margin-left: unset;
	}
		
	/* list  */
	.list__item {
		padding-left: 64px;
	}

	/* logo */
	.logo {
		width: 180px;
	}
	.logo-copyright {
		margin: auto;
		width: 100%;
	}
	
	/* navigation */
	/*
	.navigation-language li{
		display: block}	
	.navigation-language li a{
		padding: 0}
	*/
	/* skills */
	.skills__article ul {
		margin-left: 1rem;
	}
	/*.skills__list-title{
		margin-bottom: 0.5em}*/	
	.skills__title {
		margin-bottom: 0.5em;
	}

	/* tools */
	footer .tools {
		position: absolute;
		bottom: 0;
		right: 0;
	}

}