     .typeahead,
      .tt-query,
      .tt-hint {
        width: 262px;
        height: 30px;
        padding: 0px 26px;
        font-size: 15px;
        line-height: 30px;
        border: 1px solid #fff;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        box-shadow: 0 1px 5px rgba(0,0,0,0.65);
        outline: none;
      }
      
      .typeahead {
        background-color: #fff;
      }
      
      .typeahead:focus {
        border: 1px solid #0097cf;
      }
      
      
      
      .tt-query {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
           -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      }
      
      .tt-hint {
        color: #999
      }
      .tt-dataset .tt-dataset-wohnplatz {
		z-index: 950;
	  }
      .tt-menu {
		z-index: 1000;
        width: 262px;
        margin: 0px;
        padding: -1px;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 0px 0px 4px 4px;
           -moz-border-radius: 0px 0px 4px 4px;
                border-radius: 0px 0px 4px 4px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
           -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
                box-shadow: 0 5px 10px rgba(0,0,0,.2);
      }

      .tt-suggestion {
        font-family: Arial, Helvetica sans-serif;
        padding: 3px 10px;
        font-size: 14px;
        line-height: 1.5;
      }
      
      .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
      }
      
      .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
      
      }
      
      .tt-suggestion p {
        margin: 0;
      }


.tt-open{
      width: 316px;
      padding-top: 10px;
      max-height: 70vh !important;
      overflow-y: auto !important;
    }


