/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Pompiere:400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}


.info {
	background-color: #FFF;
	height: 500px;
	width: 350px;
	-webkit-box-shadow: 10px 10px 80px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 80px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 80px 0px rgba(0,0,0,0.75);
	border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	-webkit-border-radius: 0px 30px 30px 0px;
	padding: 30px;
	margin-top: 90px;
	text-align: center;
	line-height: 1.48em;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: absolute;
	margin-bottom: 100px;
	font-weight: 700;
	font-size:17px;
	 font-family: 'Pompiere';
    color: #999;
	}


.info2 {
	color: white;
  margin-left: 33px;
  margin-top: 90px;
  margin-bottom: 50px;
    width: 70%;
	}


.info2 a {
	color: #fff;
  text-decoration: none;
  font-weight: 700;
	}
	.info2 a:hover {
	color: #000;
  text-decoration: none;
  font-weight: 700;
	}
  


.links {
	
position: absolute;
  height: 100px;
  width: 450px;
    top: 720px;
  left: 30px;
  color: white;
  font-family: 'Pompiere';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.15em;
}
	



.circle {
	border-radius: 50%;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	width: 250px;
	height: 250px;
	background: rgb(116, 174, 159);
	position: absolute;	/* width and height can be anything, as long as they're equal */
	top: 400px;
	left: 270px;
	transform: rotate(13deg);
	-moz-transform: rotate(13deg);
-ms-transform: rotate(13deg);
-o-transform: rotate(13deg);
-webkit-transform: rotate(13deg);
	text-align:center;
	-webkit-box-shadow: 10px 10px 80px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 80px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 80px 0px rgba(0,0,0,0.75);
	color:#fff;
	text-transform: uppercase;
	font-size:23px;
	font-family: 'Pompiere';
	}


.clearfix:after {
	clear: both;
	}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #999;

}


.links a {
	color: #fff;
	text-decoration: none;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: rgb(116, 174, 159);
}

.main,
.container > header {
	width: 90%;
	max-width: 69em;
	margin-bottom: -15px;
	padding: 0 1.875em 3.125em 1.875em;
	!text-shadow: 1px 1px 50px rgba(0, 0, 0, 90);
	z-index: 10;
	!position: relative;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-family: 'Pompiere';
	font-size: 3.60em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 200;
	color: #fff;
	!letter-spacing: 0.2em;
	z-index: 10;
	  position: absolute;
	
}

.container > header h1 a {
	color: #fff;
	text-decoration: none;
	}
	
	
	#standort {
	color: #74AE9F;
	text-decoration: none;
}

#standort a {
	color: #74AE9F;
	text-decoration: none;
}

#standort a:hover {
	color: #507b70;
	text-decoration: none;
}
	


.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 0 0 0.6em 0.1em;
	color: #fff;
	font-size: 20px;
	z-index: 10;
	position: relative;
	font-family: 'Pompiere';
	!text-shadow: 1px 1px 50px rgba(0, 0, 0, 90);
}
.test {
	z-index: 1;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}


#map_canvas { 
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

