/*own css*/
#map {
  height: 750px;
  -webkit-box-shadow: -1px 3px 17px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 3px 17px 0px rgba(0,0,0,0.75);
   box-shadow: -1px 3px 17px 0px rgba(0,0,0,0.75);
   margin-bottom: -150px;
}

.card .header-blue, .card .content-blue {
  background: linear-gradient(60deg, #ffffff, #6a729c);
}

.icon.icon-blue {
  color: #6a729c;
}

.form-group.is-focused.form-blue .form-control {
  background-image: linear-gradient(#ffffff, #6a729c), linear-gradient(#ffffff, #6a729c);
}

#trierImg {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

#contactForm.card {
	width: 500px;
	position: relative;
	top: -580px;
	left: 45px;
	display: block;
	margin-bottom: -550px;
}


.info-horizontal {
	padding-top: 0px;
	padding-bottom: 0px;
}


@media only screen and (max-width: 760px) {
    #map {
		display: none;
	}
	
	#contactForm.card {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		left: 0px;
		top: 0px;
		width: 90%;
		margin-bottom: 30px;
	}
}

#emailStatus {
	color: green;
	position: relative;
	bottom: 40px;
	right: 55px;
	margin-bottom: -20px;
	display: none;
}

#telekomImg {
	height: 215px;
}

