/* ----------------------------------------------------------
 file: anfahrt.css

 Styles of journey info.

 last update: 25.02.15 by Patricia Engelskirchen
 ---------------------------------------------------------- */


/* ******************************************************
	Section & divs */

section.journeyinfo {
	max-width: 1024px;
}


/* ******************************************************
	OSM-Button */
 
div.mapbuttoncontainer {
	float:left; 
	width: auto; 
	height: auto; 
	padding: 3px; 
	border: none; 
	background: rgb(217, 217, 217);
	margin-top: 10px;
	margin-bottom: 20px;
}
div.mapbuttoncontainer a {
	color: black;
}

div.mapbuttoncontainer a:hover div.mapbutton {
	background-color: rgb(58, 113, 176);
	color: rgb(255, 255, 255);
}

div.mapbuttoncontainer a div.mapbutton {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: auto; 
	height; auto; 
	border: 1px solid rgb(255, 255, 255); 
	background: rgb(217, 217, 217);
	padding: 3px;
}
