/* Auto-generated CSS Module: searchbox | ISO: de_DE */
/* --- Source: nl_NL / 01-searchbox.css --- */
.searchbox form.search  {
  display: flex;
  gap: 15px;
  align-items: center;
}
.searchbox form.search  input.primary-search {
  font-size: 18px;
  line-height: 1.4em;
  height: 48px;
  padding-left: 15px;
  border-radius: 6px;
  border: none;
  flex: 1;
  width: unset;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}
.searchbox form.search  input.primary-search:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}
.searchbox form.search  button.submit {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  height: 48px;
  padding: 0 25px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
}

.searchbox form.search  .price-btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
.searchbox form.search  div.pricerange {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.searchbox form.search  div.pricerange > h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0 0 2px 0;
  color: #fff;
}
.searchbox form.search  div.pricerange > div {
  display: flex;
  gap: 5px;
}
.searchbox form.search  div.pricerange > div > input.price-search {
  flex: 0;
  width: 90px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  text-align: center;
}
@media (max-width:1024px) {

.searchbox form.search {
    width: 100%;
    z-index: 999;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    top: auto;
    height: auto!important;
    position: relative!important;
    right: auto!important;
  }
  .searchbox form.search input.primary-search {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 1em;
    width: 100%!important;
    padding: 10px!important;
    height: auto!important;
    text-align: center;
  }

  .searchbox form.search  .price-btn-row {
    width: 100%;
  }
  .searchbox form.search  button.submit {
    width: unset;
  }
  .searchbox form.search  {
    width: 100%;
    z-index: 999;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    top: auto;
    height: auto!important;
    position: relative!important;
    right: auto!important;
    flex-direction: column;
  }
  .searchbox form.search  button {
    display: block;
  }
  .searchbox form.search  button,
  .searchbox form.search  strong {
    width: 100%;
    margin-top: 10px;
  }
  .searchbox form.search  input.primary-search {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%!important;
    padding: 10px!important;
    height: auto!important;
    text-align: center;
  }
  .searchbox form.search div.pricerange > div > input.price-search {
    width: 100%;
    flex:1;
  }
  .searchbox form.search div.pricerange > div {
    width: 100%;
    gap:10px;
  }
  .searchbox form.search div.pricerange {
    width: 100%;
  }
}

@media (max-width:768px) {

  .searchbox form.search  button.submit {
    height: unset;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .searchbox form.search div.pricerange > h4 {
    color: #333;
  }
}
@media (max-width:600px) {
  .searchbox form.search {
    flex-direction: column;
  }
  .searchbox form.search div.pricerange > h4 {
    text-align: center;
  }
  .searchbox form.search button.submit {
    margin-top: 0;
  }
  .searchbox form.search  .price-btn-row {
    display: flex;
    flex-direction: column;
  }
}

