.search-form input{
  display: block;
  margin: 0px 0 20px 0;
  width: 100%;
}

.search-form button{
  width: 100%;
  height: 36px;
}

.result-entry{
  padding:10px;
  text-decoration: none;
  min-height: 239px;
}
.result-entry .image-holder{
  display: block;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.result-entry h4{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result-entry h4:hover{
  white-space: inherit;
  overflow: inherit;
}
#nextpage{
  float: right;
  padding:15px;
}
#prevpage{
  float: left;
  padding:15px;
}
.katalog {
  margin-top: 40px;
  margin-bottom: 40px;
}
.onHover:hover{
  outline: 1px solid #FFD500;
}
.search-form .fa-search{
  margin-right: 10px;
}