@charset "UTF-8";
/* CSS Document */

/********** GOOGLE MAP **********/


.map-container {
	
}

.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
	height: 510px;
	
  
}
.map-container iframe.clicked{
	pointer-events: auto;

}

/******************/

.map-placeholder{
	height: 510px;
	background-color: rgba(0, 0, 0, .8);
	display:table-cell; vertical-align:middle;
	
}

.map-info{
	width: 80%;
/*	background-color: rgba(255, 255, 255, .8);*/
	background-color: rgba(0, 0, 0, .6);
	color: #ffffff;
	border: 2px solid #FF8100;
	border-radius: 4px;
	padding: 1em;
	font-size: .7em;
	text-align: center;
  	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	
}

@media screen and  (min-width: 1020px) {

.map-info{
	width: 60%;
/*	background-color: rgba(255, 255, 255, .8);*/
	background-color: rgba(0, 0, 0, .6);
	color: #ffffff;
	border: 4px solid #FF6301;
	border-radius: 6px;
	padding: 1em;
	font-size: .9em;
	text-align: center;
  	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	
}}


.btn-map {
  background-color: rgba(252, 79, 8, 1);
	border-radius: 4px;
  border: none;
  color: white;
  padding: 12px 25px;
  cursor: pointer;
  font-size: 16px;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: .5em;
}

.btn-map:hover {
  background-color: rgba(51, 204, 0, 1);
	border-radius: 4px;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: .5em;
}

.btn-map2 {
  background-color: rgba(3, 171, 3, 1);
	border-radius: 4px;
  border: none;
  color: white;
  padding: 12px 25px;
  cursor: pointer;
  font-size: 16px;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: .5em;
}

.btn-map2:hover {
  background-color: rgba(51, 204, 0, 1);
	border-radius: 4px;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: .5em;
}


.sec-map{
  	width: 100%;
	background-image: url("../media/maps.jpg");
	background-repeat:no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.weiss{
	color: #ffffff;
}

/********** GOOGLE MAP ENDE**********/


