@charset "utf-8";
/* CSS Document */

.tel {
	font-size:150%;
	font-weight:bold;
}

.mail {
	font-size:110%;
	font-weight:bold;
	margin:20px 0 0 0;
}


.arrow-icon span {
	position : relative;
	padding-left : 20px;
}


.arrow-icon span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin: -7px 0 0 0;
	border-right: solid 2px #265da8;
	border-top: solid 2px #265da8;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

#googlemap {
	width:520px;
	height:400px;
}




@media only screen and (max-width: 500px) {

.mailmagazin {
	padding:30px;
}

.mailmagazin .icn img{
	width:50px;
}

.mailmagazin h4{
	font-size:100%;
	margin-bottom:10px; 
}

.mailmagazin .mail{
	font-size:70%;
	font-weight:bold;
}

#googlemap {
	width:100%;
	height:300px;
}


}
	
