.forschungsprojekt{
	margin-bottom:3em;
}
.forschungsprojekt_header{
	display: flex;
	flex-direction: row;
	margin-bottom: 0.25em;
}
.forschungsprojekt_range{
	color:#686a6c;
}
.forschungsprojekt_range:after{
	content:" |";
}
.forschungsprojekt_mittelgeber{
	color:#686a6c;
	margin-left: 0.25em;
}
.forschungsprojekt_titel{
	margin-bottom: 0.5em;
	font-weight: bold;
	hyphens: auto;
}
.forschungsprojekt_beschreibung{
	margin-bottom: 0.5em;
	hyphens: auto;
	text-overflow: ellipsis;
	height: 6em;
	-webkit-line-clamp: 6;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align:justify;
}
.forschungsprojekt_mgr{
	color: #686a6c;
	order: 0;
	flex: 0 1 90%;
	align-self: auto;
}
.forschungsprojekt_link{
	order: 0;
	flex: 0 1 10%;
	align-self: auto;
}
.forschungsprojekt_link > a{
	color: #686a6c;
	float:right;
	padding-right: 0.25em;
	padding-left: 0.25em;
}
.forschungsprojekt_link > a:hover{
	background-color: var(--main-color);
	color:#fff;
}
.forschungsprojekt_footer{
	display:flex;
}