@charset "utf-8";

/*	about
-------------------------------------------*/

#about{
	margin-bottom:10rem;
}

#about1 .img_map{
	position:absolute;
	right:-6%;
	bottom:-26%;
	width:60%;
	max-width:357px;
	max-height:409px;
}

#table_overview th{
	width:8%;
}
	#table_overview td{
		width:42%;
	}

#prof{
	display:flex;
	justify-content:space-between;
	margin:0 auto 2.5rem;
}
	#prof div{
		width:30%;
		max-width:208px;
		min-width:110px;
	}
	#prof dl{
		width:70%;
		padding:0 0 0 2rem;
	}

#gmap{
	width:100%;
	height:500px;
	height:50vh;
}




