#map {
	height: 100%;
}

.rb-map {
	height: 500px;
	min-height: 500px;
	width: 100%;
}

.rb-map-section {

}

.rb-map-input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--bosch-light-grey);
	width: 80% !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;
}

.rb-map-title {
	margin-bottom: 20px;
	margin-top: 20px;
}

/* 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-entry {
	background-color: white;
	border-bottom: solid 1px var(--bosch-dark-grey);
	color: var(--bosch-dark-blue);
	font-size: 14px;
	width: 100%;
}

.rb-distance-entry { 
	font-size: 14px;	
	vertical-align: center!important;
	align-items: center!important;
}

.rb-infowindows-entry {
	background-color: white;
	color: var(--bosch-dark-blue);
	font-size: 14px;
	width: 100%;
}


.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;
	width: 100%;
}
/* ------------------------------------------------- */