/*
gm.css GULA
URI: http://www.steckdesign.ch/
Author: PixelSpace.ch
Author URI: http://www.steckdesign.ch/
Version: 1.0-ps
*/

/*	============================================================
	Google Maps Headerbild
	============================================================ */
.module.map {
	position: relative;
	padding: 0px;
	min-height: 500px;
}
	@media (min-width: 320px) and (max-width: 767px) {
		.module.parallax.map {
			min-height: 300px;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.module.parallax.map {
			min-height: 400px;
		}
	}

.map .text {
	position: relative;
	z-index: 2;
	font-family: georgia;
	font-size: 16px;
	line-height: 1.4;
	width: 320px;
	padding: 20px;
	background-color: #fff;
	margin: 0 auto;
	color: #333;
}
.module.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

