/**
 * Author: Daniel Gruber
 *@copyright 2012 - Daniel Gruber
*/

html, body {
	padding: 0;
	margin: 0;
	background: url(images/skyline-koblenz.svg) no-repeat bottom center #f5f5f5;
	background-attachment: fixed;
	color: #444;
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	height: 100%;
	width: 100%;
	border-top: 5px solid #555;

	font-weight: 300;
}

h1, h2, h3 {
	font-weight: 300;
}

* {
	line-height: 1.25em;
}

#document {
	padding: 0 2em;
	min-height: 100%;
	position: relative;
	max-width: 64em;
	margin: auto;
	padding-bottom: 14em;
}

#header {
		text-align: center;
		padding: 2em;
		padding-top: 4em;
}
#header .logo {
	max-width: 30%;
	width: 10em;
}

#team-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1em;
}
#team-wrapper .team {
	margin: 0.5em 1em;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	position: relative;
	display: block;
}
#team-wrapper .img-wrapper {
	position: relative;
	display: block;
}
#team-wrapper .team img {
	max-width: 100%;
	display: block;
}
#team-wrapper .team .name {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .5em 1em;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
.footer {
	text-align: center;
	padding: 1em;
}
.footer a {
	color: #999;
}
