#map {
	height: 100%;
}

.rb-map {
	height: 500px;
	min-height: 450px;
	width: 100%;
}

.rb-map-input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--bosch-light-grey);
	width: 100% !important;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	font-family: Bosch Sans Light;
}

.rb-map-input:focus {
	background-color: white;
	transition: .5s;
	border: 1px solid var(--bosch-light-grey);
	outline: none;
}

/* additional entries for Marker List  ------------- */
.rb-marker-list {
	text-align: left;
	background-color: white;
	border-bottom: solid 1px var(--bosch-dark-grey);
	color: var(--bosch-dark-blue);
	width: 100%;
}
.rb-marker-list-height {
	height: 450px;
	overflow: scroll;
	width: 100%;
}
.rb-marker-entry {
	background-color: white;
	border-bottom: solid 1px var(--bosch-dark-grey);
	color: var(--bosch-dark-blue);
	font-size: 12px;
	width: 100%;
}


.rb-infowindows-entry {
	background-color: white;
	color: var(--bosch-dark-blue);
	font-size: 12px;
	width: 100%;
}


.rb-distance-entry { 
	font-size: 12px;	
	vertical-align: center!important;
	align-items: center!important;
}

.rb-marker-entry:hover {
	background-color: var(--bosch-dark-blue);
	color: white;
}
.rb-marker-entry:hover > a {
	color: white;
}

.rb-marker-logo {
	background-color: white;
	border-bottom: solid 1px var(--bosch-dark-grey);
	color: var(--bosch-dark-blue);
	width: 100%;
}

.rb-marker-image {
	vertical-align: center;
	height: 40px;
}
/* ------------------------------------------------- */
