section.module.module-intro {
	margin-bottom: 0;
}
section.module.module-intro h1 {
	margin-bottom: 50px;
}
section.module.module-intro p.description {
	font-weight:bold !important;
}
section.module > .standardindex .row .panel p.standard_index {
	display:none;
}
#LgDashBoard2 .listing-teaser-container__item a.listing-teaser .listing-teaser__image {
	z-index: -1;
}
#LgDashBoard2 .listing-teaser-container__item a.listing-teaser:hover .listing-teaser__image {
	z-index: auto;
}
table#stafflist {
	margin-bottom: 3em;
}
table#stafflist th.stafflist-photo.tablesorter-header > div:after,
table#stafflist th.stafflist-mail.tablesorter-header > div:after {
	display:none !important;
}
table#stafflist th,
table#stafflist .stafflist-phone {
	white-space:nowrap;
	max-width: 9em;
}
table#stafflist .stafflist-building {
	max-width: 6em;
}
table#stafflist tr td {
	cursor:pointer;
}
table#stafflist tr td a {
	min-height: 3rem;
	display: block;
}
.module .contact.cv h1,
.module .contact.cv h2,
.module .contact.cv h3 {
	font-size: 22px;
	line-height: 1.3636;
	padding:0;
	margin:0;
	margin-bottom:0.5em;
}
.module .contact.cv a {
	text-decoration: underline;
}
.teaser-container.teaser--general .teaser-headline {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.publication_teaser h5.teaser-meta {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.publication_teaser .teaser-container h3.teaser-headline span,
.publication_teaser .teaser-container p.teaser-copy {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	display: -webkit-box;
	height: calc(var(--line-height) * var(--lines-to-show) * var(--font-size));
	font-size: var(--font-size);
	line-height: var(--line-height);
	-webkit-line-clamp: var(--lines-to-show);
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.publication_teaser .teaser-container h3.teaser-headline span {
	--font-size: 22px;
	--line-height: 1.3636;
	--lines-to-show: 3;
}
.publication_teaser .teaser-container p.teaser-copy {
	--font-size: 15px;
	--line-height: 1.733;
	--lines-to-show: 3;
}
.publication_teaser .teaser-container h3.teaser-headline svg {
	display:inline-block;
	position:absolute;
	float:right;
	right:1rem;
	margin-top:-24px;
}
td.stafflist-photo {
	background-position:top !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
