.wayke-multi-select,
.wayke-range-select
{
  position: relative;
}

.wayke-list-wrapper
{
  margin: 0;
  padding: 0;
  width: 50%;
  display: inline-block;
  background: #fff;
  margin-top: -20px;
  padding-top: 20px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.wayke-multi-wrapper .wayke-list-wrapper
{
  width: 100%;
}


.wayke-list li
{
  list-style: none;
}

.wayke-list li:hover
{
  cursor: pointer;
  background: #e7e7e7;
}

.wayke-list li.selected
{
  font-weight: bold;
}

.wayke-select-wrapper,
.wayke-multi-wrapper
{
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  padding-bottom: 30px;
}

.wayke-select-wrapper.open,
.wayke-multi-wrapper.open
{
  display: block;
  z-index: 99;
}

.wayke-multi-fake,
.wayke-select-fake
{
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  cursor: pointer;
}

.hidden
{
  display: none;
}

.togglesearch
{
  margin: 10px 0 30px 0;
}



.list-car-title span
{
  font-weight: normal;
}

.wayke-list-clear
{
  position: relative;
}

#pagination .current
{
  font-size: 32px;
}

@media only screen and (max-width: 1024px)
{

  .togglesearch i, .togglesearchdesktop i, .show-save-field-container i
  {
    font-size: 20px !important;
    margin-right: 5px !important;
  }


  .show-save-field-container span
  {
    margin-left: -14px;
  }
}

.wayke-list-clear
{
  list-style: none;
  margin-left: 7px;
  cursor: pointer;
}

.wayke-list-clear i
{
  color: red;
}

.freetext
{
  width: 90%;
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.wayke-searchbutton
{
  width: 10%;
  float: left;
  padding: 12px 0 11px 0;
  color: #fff;
  background: #000;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.wayke-searchbutton i
{
  margin-right: 5px;
}

@media only screen and (max-width: 1024px)
{
  .freetext
  {
    width: 80%;
  }

  .wayke-searchbutton
  {
    width: 20%;
  }
}

.privatleasing-header
{
  padding-left: 6px;
}

input#year-max {
    float: right;
}

.premium .btn {
    text-transform: none !important;
}

.wayke-image-packaging {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    background-color: #FAFAFA;
    padding: 8px;
}

.wayke-image-packaging-vehicle {
    width: 125px;
    background-color: #FAFAFA;
    padding: 10px;
}
