﻿.hessenfinder_suche .nav-AZ ul li a {
	margin: 0 21px 0 0;
    margin-left: -1px;
    font-weight: bold;
    text-decoration: none;
    text-decoration: none;
    background: #fff;
    border: 1px solid #eee;
    padding: 3px 0 3px 0;
    width: 25px;
    display: block;
    text-align: center;
}
.main ul.external-links > li.downloadlink:before {
    font-family: FontAwesome;
    content: "\f019";
    margin-right: 3px; }

.loader {
	
	border: 9px solid #f3f3f3;
    border-radius: 50%;
    border-top: 9px solid #666666;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.auto-suggestions, .auto-suggestions_hf {
  display: none;
  border: 1px solid #cccccc;
  border-top: 0;
  height: auto !important;
  background-color: white;
  position: absolute;
  text-align: left;
  z-index: 998;
  width: inherit;
    padding:3px;
  /* above everything but the page header */ }
  .auto-suggestions ul, .auto-suggestions_hf ul {
    margin: 0; }
    .auto-suggestions ul li, .auto-suggestions_hf ul li {
      margin: 0;
      padding: 0.5em 0 0.5em 0.5em;
	  margin: -3px;
      cursor: pointer; }
    .auto-suggestions ul .current_suggest, .auto-suggestions_hf ul .current_suggest {
      color: white;
      background-color: #666666; }


.hessenfinder_suche .inputfield {
    width: 39%;
    margin-bottom: 15px;
    float: left;
    margin-right: 3%;
}

.hessenfinder_suche .inputfield input {
    padding: 7px 3%;
    width: 96% !important;
}
.hf-pagination ul li a.active{
	background: #aa2108;
}
.city-list-item {
	float: left; 
	border: 1px solid #aa2108; 
	padding: 3px; 
	margin: 5px; 
	margin-right: 15px; 
	text-align: center; 
	min-width: 12%;
	background-color: white;
	color: #aa2108 !important;
}
.city-list-item:hover {
	font-weight:bold;
	    text-decoration: underline;
		
}

.city-list{
	margin-top: 20px;
    background: #f5f5f5;
    display: inline-block;
    padding: 7px;
}

.hessenfinder_suche .buttons input {
    padding: 7px 3%;
	margin-top: 28px;
}


@media (max-width: 660px){
	.nav-AZ ul li a {
		color: #aa2108;
   
	}
	
	.hessenfinder_suche .buttons input {
	margin-top: 0px;
	}
	
	.hessenfinder_suche .nav-AZ ul li a {

    width: 41px;
    
	}
	
	.hessenfinder_suche .inputfield{
		width:45%;
	}
	
	.city-list-item {
		min-width: 23%;
	}
}