﻿/* ====================================== 
			Google Mappe
  ====================================== */
#karte {
	clear: both;
	position: relative;
	height: 260px;
	margin-top: 15px;
}
#googleMap {
	height: 100%;
	width: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 8px 8px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 8px -3px rgba(0, 0, 0, 0.5);
}
#larger {
	position: absolute;
	bottom: 50px;
	left: 15px;
	color: #fff;
	text-decoration: blink;
	text-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.9);
}
/* ====================================== 
			Kontaktformular
  ====================================== */
#kontakt form {
	clear: both;
	position: relative;
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #214173;
	background-color: #F6F5F0;
	border-radius: 3px;
	box-shadow: 0 0 4px #ccc;
}
#kontakt label {
	display: block;
	width: 50%;
	cursor: default;
	margin-top: .5em;
}
#kontakt input, #kontakt textarea {
	margin: .5em 1em;
	padding: 0 1em;
	background-color: #FCFAF3;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 2px 4px #ccc inset;
}
#kontakt input {
	height: 1.6em;
	line-height: 1.6em;
	font-family: Calibri;
	font-style: italic;
	color: #214173;
}
#kontakt textarea {
	padding: .5em;
	font-family: Calibri;
	font-style: normal;
}
#kontakt input:focus, #kontakt textarea:focus {
	background-color: #fff;
	text-align: justify;
}
#kontakt .button, .button:visited, #kontakt .reset, .reset:visited {
	display: block;
	text-align: center;
	text-shadow: 0 0 1px #fff;
	border: none;
	cursor: pointer;
}
#kontakt .button, .button:visited {
	width: 100px;
	margin: .5em auto;
	color: #eee;
	background-color: #597eab;
	box-shadow: none;
	border-radius: 3px;
}
#kontakt .button:hover, .button:focus, .button:active {
	color: #fff;
	background-color: #3271ac;
	text-shadow: 0 0 2px #fff;
}
#kontakt .reset, #kontakt .reset:visited {
	width: 120px;
	margin-left: 2.5em;
	color: #222;
	background-color: #ccc;
	-o-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}
#kontakt .reset:hover, .reset:focus, .reset:active {
	color: #ddd;
	text-shadow: 0 0 4px #aaa;
	background-color: #fff;
	box-shadow: 0 2px 4px #ccc inset;
}
#kontakt .button, .button:visited, .button:hover, .button:focus, .button:active, #kontakt .reset:hover, .reset:focus, .reset:active {
	-o-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}
/* ====================================== 
			Google Suche
  ====================================== */
#google {
	margin: 0 auto;
	width: 95%;
}
#google form {
	position: absolute;
	top: 15px;
	right: 30px;
	height: auto;
	width: 45%;
	padding: .5em .8em;
	background-color: #F6F5F0;
	border-radius: 3px;
	box-shadow: 0 0 4px #ccc;
}
#google input {
	color: #214173;
	font-family: Calibri;
}
