/* .sp-db-nav-left { */
  /* float: left; */
  /* margin-right: 5px; */
/* } */

/* .sp-db-nav-right { */
  /* float: right; */
  /* margin-left: 5px; */
/* } */

/* .sp-db-nav-fill { */
  /* display: inline-block; */
/* } */

/* #sp-db-nav-search { */
  /* margin-bottom: 10px; */
/* } */

#sp-db-nav-results-show {
  margin: 10px;
}

.sp-db-nav-results-show-left {
  float: left;
}

.sp-db-nav-results-show-right {
  float: right;
}

.sp-db-nav-searchbar > div, .sp-db-nav-filter > div, .sp-db-nav-results-show > div, .sp-db-nav-showmore {
  margin: 10px;
}

.sg-bilder-hauptbild {
  margin-bottom: 10px;
}

.sg-bilder-margin {
  margin-right: 5px;
}


@media only screen and (min-width: 830px) {
  
  .sg-padding { 
    padding-top: 12px;
  }
}

@media not screen and (max-width: 900px) {


  /* .sp-db-nav-filter-alter { */
    /* margin-left: 10px; */
  /* } */
    
  .sp-db-nav-searchbar {
    display: flex;
    /* background-color: DodgerBlue; */
    width: 100%;
  }

  .sp-db-nav-searchbar > div {
    /* background-color: #f1f1f1; */
    margin: 10px;
    /* padding: 20px; */
    /* font-size: 30px; */
  }

  .sp-db-nav-fill {
    width: 100%;
  }
  
  /* Weitere Filter */
  .sp-db-nav-filter {
    display: flex;
  }
  
  .sp-db-nav-filter > div {
    margin: 10px;
  }
}

@media screen and (max-width: 600px) {
  .sp-db-nav-results-show-left {
    float: none;
  }

  .sp-db-nav-results-show-right {
    float: none;
  }
}



/* autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid #84a10b;
	background-color: #84a10b;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	color: #fff;
	font-family:verdana;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;

}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #84a10b;
	color: #ffffff;
}

.ac_over {
	background-color: #5a6b13;
	color: #ffffff;
}

.dropdown-menu {
  --bs-dropdown-color:#745656;
  --bs-dropdown-link-active-bg:#fff3ea;
  --bs-dropdown-link-hover-bg:#fff3ea;
  --bs-dropdown-link-hover-color:#f55900;
  --bs-dropdown-link-active-color:#f55900;
}