.forschungsprojekt{
	margin-bottom:3em;
}

.forschungsprojekt_header{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    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;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.forschungsprojekt_beschreibung{
	margin-bottom: 0.5em;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
	text-overflow: ellipsis;
	-ms-text-overflow: elipsis;
	-o-text-overflow: elipsis;
	height: 6em;
	-webkit-line-clamp: 6;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align:justify;
}

.forschungsprojekt_mgr{
	color: #686a6c;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.forschungsprojekt_link{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.forschungsprojekt_link > a{
	color: #686a6c;
	float:right;
	padding-right: 0.25em;
	padding-left: 0.25em;
}

.forschungsprojekt_link > a:hover{
	background-color: #7a003f;
	color:#fff;
}

.forschungsprojekt_footer{
	display:flex;
}