
/**
Europeers Europeer-Gesichter Stylesheet
Author: Søren Birkemeyer / webfactory.de
Grid: 7 units á 93px with 18px gutter
Base font size: 14px
Colors:
- orange #f37c04
- blue #284A5F
*/



/* =Suchformular
------------------------------------------------------------ */

.europeers #features form {
	width: 204px;
}

.europeers #features form div.row label {
	float: none;
	text-align: left;
	line-height: 1.25 !important;
}

.europeers #features form div.row div.field {
	float: none;
}

.europeers #features form div.row div.field input,
.europeers #features form div.row div.field select {
	margin-left: 0;
	width: 165px;
}



/* =Gesichter-Galerie
------------------------------------------------------------ */

.europeer {
	width: 164px;
	height: 240px;
	margin-right: 9px;
	margin-bottom: 9px;
	float: left;
	border: 1px solid #284A5F;
	text-align: center;
}

.europeer h2 {
	font-size: 1em;
	color: #E8D43E;
	background-color: #284A5F;
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0;
}

.europeer img {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0.5em;
}



/* =Europeer Detailansicht
------------------------------------------------------------ */

.europeers .portrait {
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
}

.europeers .daten {
	margin-bottom: 1.5em;
}

.europeers .daten .auszeit-status {
	padding: 1px 3px;
	color: #fff;
	font-size: 0.857em;
	font-weight: bold;
	background-color: green;  /* default ist grün */
}

.europeers .daten .hat-auszeit {
	background-color: red;
}

.europeers .veranstaltungen-list-view li {
	padding-left: 0;
	background: none;
}


/* =Feature-Fix wenn das Dokument zu wenig Höhe hat
------------------------------------------------------------ */

.europeers #features {
	min-height: 300px;
}