﻿@charset "utf-8";
.content { padding-bottom: 0; }

#contact { margin-bottom: 64px; }
#gmap {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	background: #fff;
	float: left;
}
.no-js #gmap { display: none; }

/* Google Maps auf mobilen Geräten verstecken, weil die Map auf mobilen Geräten derzeit nicht aktiviert ist. */
@media only screen and (orientation: portrait, orientation: landscape){
	#gmap { display: none; }
}
