/*#ed9413; */
/*#95b718;*/
/*#1d5282;*/
/*#759012;*/
/*#174169;*/
/*$ColorGreen:#7bbcb3;*/
.buttons {
  position: relative;
}

.searchinput {
  position: absolute;
  background-color: red;
  width: 196px;
  height: 44px;
  top: 9px;
  right: 50px;
}
.searchinput input {
  height: 44px;
  width: 100%;
  background-color: #f0f0f0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 40px;
  background-image: url(../img/main/ic_search.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  color: #636363;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

a.search_knop {
  background-color: #000000;
  width: 100%;
  color: #FFF;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 38px;
  float: right;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 300;
  border-bottom-right-radius: 0px;
}
a.search_knop i {
  background: url(../img/main/arr_right_white.png) center center no-repeat;
  height: 40px;
  width: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 1400px) {
  .searchinput {
    width: 230px;
  }

  .searchresulttxt {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .menutop {
    height: 160px;
  }
  .menutop .container {
    height: 160px;
  }
  .menutop .buttons {
    width: 556px;
  }
  .menutop .buttons .searchinput {
    left: 0px;
    top: 6px;
    height: 36px;
    right: auto;
  }
  .menutop .buttons a.kn_shop {
    margin-top: 6px;
    height: 36px;
    line-height: 36px;
  }
  .menutop .buttons a.kn_shop i {
    background-size: 11px;
    margin-top: -2px;
    height: 36px;
  }

  .searchinput input {
    height: 36px;
  }
}
@media screen and (max-width: 750px) {
  .menutop {
    height: 112px;
  }
  .menutop .container {
    height: 112px;
  }

  a.search_knop {
    width: 36px;
    padding: 0px;
    height: 36px;
    margin-top: 7px;
    margin-bottom: 7px;
    background: url("/assets/img/main/arr_right_white.png") center center no-repeat #ed9413;
    clear: unset;
  }
  a.search_knop span, a.search_knop i {
    display: none;
  }

  .ic_search, .ic_contact {
    position: absolute;
    right: 60px;
    top: 38px;
    background-image: url(../img/main/ic_search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
    cursor: pointer;
    border: solid 1px #000000;
  }

  .ic_contact {
    background-image: url(../img/main/ic_mail.svg);
    background-size: 20px 15px;
    background-position: center center;
    right: 111px;
  }

  .boxsearch {
    position: absolute;
    background-color: #95b718;
    width: 100%;
    height: 92px;
    left: 0px;
    right: 0px;
    z-index: 112;
    padding-top: 38px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .boxsearch input {
    height: 44px;
    width: 252px;
    background-color: #f0f0f0;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 40px;
    background-image: url(../img/main/ic_search.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    color: #636363;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-left: calc(50% - 150px);
  }
  .boxsearch .close {
    margin-left: calc(50% + 300px - 48);
    float: left;
    width: 48px;
    height: 44px;
    background-image: url(../img/main/arr_up_white.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}

/*# sourceMappingURL=search.css.map */
