.autocomplete-suggestions {
    background-color: white;
    border: 1px solid #c3c3c3;
    border-radius:  4px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    padding:  .15em;
}
.autocomplete-suggestions .autocomplete-suggestion {
    display:  block;
    padding: .15em .25em;
    border-radius:  4px;
    cursor:  pointer;
    line-height: 1em;
}
.autocomplete-suggestions .autocomplete-suggestion:not(:last-of-type) {
    margin-bottom: .25em;
}
.autocomplete-suggestions .autocomplete-suggestion strong {
    font-weight:  inherit;
    background-color: rgba(0, 73, 148, 0.5);
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
    background-color: #003888;
    color: white;
}
.mapInput {
  	width: 250px;
 	border: 2px solid #003888;
  	border-radius: 4px;
 	padding: 0.25em;
  	margin-right: 1em;
}
#homeFernwaerme #address {
	border: 2px solid #ee7d11;
	padding: .7em 1.8em;
	/*color: #ee7d11;*/
	color: #000;
  	font-weight: bold;
	min-width: 250px;
	width: 100%;
}
.screen-reader-text{
	display: none;
}