/*
.mod-navigation .l1 li a, .mod-navigation .l1 li {
	font-family: Palatino, "Book Antiqua", "URW Palladio L", serif !important;
}

.mod-navigation .l1 {
	line-height: auto !important;
}
*/

.mod-navigation .l1 li a {
	line-height:1.2em;
	letter-spacing: 0.3px
}

.mod-navigation .l1 {
    border-bottom: none;
}

.mod-navigation .l1 ul {
    border-bottom: 1px solid #a3adb7;
}

/* replaces social media bg images on homepage*/


/*
.skin-social-home li .facebook, .skin-social-home li .twitter, .skin-social-home li .youtube, .skin-social-home li .xing, .skin-social-home li .linkedin, .skin-social-home li .issuu, .skin-social-home li .instagram  {
	width:20px;
	height:20px;	
}
*/

.skin-social-home li .facebook::before, .skin-social-home li .twitter::before, .skin-social-home li .youtube::before, .skin-social-home li .xing::before, .skin-social-home li .linkedin::before, .skin-social-home li .issuu::before, .skin-social-home li .instagram::before  {
	width:16px;
	height:16px;
	background-position: 0 0;
	background-size:100% auto;
	
}
.skin-social-home li .facebook::before {
	background-image: url(https://www.uzh.ch/dam/jcr:00000000-7c02-9358-ffff-ffffea416301);
}
.skin-social-home li .twitter::before {
	background-image: url(https://www.uzh.ch/dam/jcr:00000000-7c02-9358-ffff-ffff92e7d42e);
}
.skin-social-home li .youtube::before {
	background-image: url(https://www.uzh.ch/dam/jcr:00000000-7c02-9358-ffff-fffffb597cde);
}
.skin-social-home li .xing::before {
	background-image: url(https://www.uzh.ch/dam/jcr:39299e70-175a-4d90-b67e-9944a01bddb2);
}
.skin-social-home li .linkedin::before {
	background-image: url(https://www.uzh.ch/dam/jcr:00000000-7c02-9358-ffff-ffff9fff7d39);
}
.skin-social-home li .issuu::before {
	background-image: url(https://www.uzh.ch/dam/jcr:00000000-7c02-9358-0000-00000bd3a7a4);
}
.skin-social-home li .instagram::before {
	background-image: url(https://www.uzh.ch/dam/jcr:e0c04bf2-6feb-4925-8043-56aa9cf31214);
	 content: "";
    display: inline-block;
	
}

/* shows first teaser (xmas/welcome/nobelprize etc) only on mobile screens */

/* 
@media only screen and (max-width: 750px) { 
	.g-col-flex .mod-teaser:nth-child(2) {
		display:true !important;
	}
}
@media only screen and (min-width: 751px) { 
	.g-col-flex .mod-teaser:nth-child(2) {
		display:none !important;
	}
	}
*/

	