.projekt-container{
	min-height:600px;
}

/* Filter */

#projekte-einrichtungen{
	margin-bottom: 20px;
}
#projekte-einrichtungen select {
    height: 40px;
    min-width: 190px;
}

/* Ergebnisliste */
#einrichtungSearchResults .cuterow:nth-child(odd){
	background-color: #F2F3F3;
}
h3.einrichtung-title > a{
	color:#007c93;
}

/* Detailansicht */
.projekt-container.detail > .cuterow > div:first-child{
	font-weight: 700;
}
.projekt-container.detail > .cuterow > div > h2{
	font-size:16px;
}

@media screen and (min-device-width : 900px){
	.projekt-container{min-height:600px;}
}