@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

*, *:before, *.after {
	box-sizing: border-box;
}

html, body {
	background: url('../images/white_art_renovierung_web.jpg') no-repeat center;
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
	display: block;
	height: auto;
	border: 0;
}

a, a:link {
	color: #d32b0f;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #d32b0f;
	text-decoration: underline;
}

.wrapper {
	position: relative;
	margin: 50px auto;
	max-width: 700px;
	border-radius: 5px;
	padding: 30px;
}

.logo {
	position: absolute;
	top: 35px;
	right: 47px;
	z-index: 999;
	width: 210px;
	height: 40px;
}

.headline,
.adress,
.contact {
	margin: 25px 0;
}

.adress span,
.contact span {
	display: block;
}

.fa {
	margin: 0 10px 0 0;
}

#map {
	width: 100%;
	height: 450px;
	position: relative;
	top: 0;
	overflow: hidden;
}
#map img { max-width: none; }
#map #route {
	width: 60%;
	max-width: 400px; /* set max width to avoid massive submit buttons */
	height: 21px;
	margin: 0 0 0 108px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 200;
	display: block;
	background: #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
#map #route #route-addr {
	background-color: rgb(251, 249, 249);
	background-position: initial initial;
	background-repeat: initial initial;
	width: 90%;
	height: 21px;
	padding: 0 0 0 3px;
	border: none;
	float: left;
	line-height: 21px;
	box-sizing: border-box; /* fixes chrome issue */
}
#map #route #route-send {
	width: 10%;
	height: 21px;
	background: url(route-submit.png) no-repeat 50% 50% #099ddb;
	border: none;
	cursor: pointer;
	display: block;
}