/* Breite der Liste mit den Suchergebnissen */
			.ui-widget-content{border:1px solid #e3e3e3; border-top:none; -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.4); -moz-box-shadow: rgba(0,0,0,0.4); box-shadow: 0px 0px 12px rgba(0,0,0,0.4);}
			.ui-widget {font-size:1.2rem;}
			.ui-autocomplete .ui-menu-item.odd {background-color:#eeeeee;}
			.ui-autocomplete{padding:0px;
							max-height: 250px;
							overflow-y: auto;
							/* prevent horizontal scrollbar */
							overflow-x: hidden;
			}
			/* IE 6 doesn't support max-height
			* we use height instead, but this forces the menu to always be this tall
			*/
			* html .ui-autocomplete {
				height: 250px;
			}
			.ui-autocomplete.ui-menu {border-radius:0;width:39.54545454545455%;width:291px;}
			.ui-autocomplete .ui-menu-item {font-size:1.6rem;}
			.ui-autocomplete .ui-menu-item a{color:#5b5b5b;border:none;border-radius:0; margin:0;padding: 6px 2px 6px 2px;}
			.ui-autocomplete .ui-menu-item a:hover{color:#ffffff; background-color: #999; background:var(--color-primary, #999);}
			.autocomplete-loadingIndicator{ background:transparent url('../../_images/view/indicator.gif') right center no-repeat; }
			/*@media screen and (min-width: 769px) and (max-width: 890px) {
				.ui-autocomplete.ui-menu {max-width:291px;}
			}
			@media screen and (max-width: 520px) {
				.ui-autocomplete.ui-menu {width:45.54545454545455%;}
			}
			@media screen and (max-width: 400px) {
				.ui-autocomplete.ui-menu {width:72.54545454545455%;}
			}*/