@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	background: #636362;
	height: 100%;
	overflow: hidden;
}
strong {
	text-transform: uppercase;
}
.animate {
	-webkit-animation-name: animate;
	-moz-animation-name: animate;
	-o-animation-name: animate;
	animation-name: animate;
	
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes animate {
	from {margin-top: 500px; opacity: 0}
	to {margin-top: 0; opacity: 1}
}

svg {
	margin: 0;
	width: 100%;
	margin-top: -100px;
}

svg a:hover {
	opacity: 0;
}

iframe {
	width: 80%;
	margin: 0;
	height: 100%;
	border: none;
	background: #636362;
	height: 220px;
	width: 80%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999999;

	
}

.logo:hover {
	opacity: 0.5;
}

iframe:hover {
	height: 400px;
}

.map {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.logo {
	width: 20%;
	height: 220px;
	position: fixed;
	bottom: 0;
	left: 80%;
	background: #ffffff;
	text-align: center;
	line-height: 300px;
}
iframe, .logo, svg a, .back, .beschreibung img:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
iframe, .logo {
	border-top: solid 3px #ffffff;
	box-shadow: 0 -10px 10px rgba(0,0,0,0.40);
}

.beschreibung {
	width: 100%;
	height: 220px;
}

.beschreibung img {
	float: left;
	margin-right: 50px;
}

.beschreibung img:hover {
	height: 400px;
}

h1 {
	font-size: 2em;
	text-transform: uppercase;
	margin-top: -5px;
}
.back {
	background: #009ee3;
	color: #ffffff;
	padding: 10px 25px;
	position: absolute;
	right: 5%;
	top: 50px;
	z-index: 999999;
	text-transform: uppercase;
}

.back:hover {
	background: #ffffff;
	color: #636362;
}

