@media (max-width: 767px) {
  #soge, #go-find, #reset {
    font-size: 16px;
  }
}

#emp .contact-right {
  width: 70px;
}

#box + .pagination {
  margin-bottom: 0
}

.ku-loading {
  margin-top: 15px;
}

.box-title {
  font-size: 18px;
  letter-spacing: .6px;
  margin-top: 0;
}

.ku-phonebook {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 185px;
  padding: 15px 15px 20px 15px;
  position: relative;
  background-color: #db3b0a;
  color: #fff;
  border-radius: 2px;
  overflow: hidden;
}

.ku-phonebook::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: -32px;
  right: 14px;
  left: auto;
  bottom: 0;
  width: 200px;
  height: 200px;
  opacity: .35;
  background-image: url('https://om.ku.dk/billedbank/search_lup_b.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

#soge:placeholder-shown {
  text-overflow: ellipsis;
}

#phoneform .control-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.ku-navn {
  font-weight: 600;
}

.ku-kontakt {
  padding: 10px 0 0 0;
}

.ku-kontakt:before {
  content: '';
  width: calc(100% - 24%);
  display: block;
  height: 1px;
  margin: 0 auto 0 24%;
  background-color: #ccc;
  margin-bottom: 15px;
}

.ku-result {
  min-height: 150px;
  padding: 20px 0 10px 0;
}

.no-bottom-margin {
  margin-bottom: 0
}

#feedback:not(:empty) {
  padding: 20px 0 0 0;
}

.pagination:empty {
  margin: 0;
  padding: 0;
  display: block;
}

#reset {
  color: #777;
  background-color: #fff;
}

#reset.inactive {
  color: #ccc;
  cursor: not-allowed;
  box-shadow: none;
}

#emp:not(:empty) {
  margin-bottom: 23px;
}

#emp,
.alert {
  margin: 0;
}

#emp dl {
  margin-bottom: 0;
}

#emp dd,
#emp dt {
  margin-top: 8px;
  margin-bottom: 1px;
}

#emp .ku-result dd:first-of-type,
#emp .ku-result dt:first-of-type,
#emp .ku-kontakt dd:first-of-type,
#emp .ku-kontakt dt:first-of-type {
  margin-top: 0;
}

#emp dd {
  margin-left: 23%;
  line-height: 1.3;
}

#emp dt {
  width: 23%;
  line-height: 1.3;
  float: left;
  clear: left;
}

#emp dd::before,
#emp dd::after {
  display: none;
}

#emp dd a {
  word-break: break-all;
}

#emp .contact-list {
  position: relative;
  margin-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #777;
}

#emp .contact-list:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
}

@media (min-width: 768px) {
  #emp dd {
    margin-left: 24%;
  }

  #emp dt {
    width: 24%;
  }
}

#emp .contact-right {
  float: right;
  margin: 5px 0 10px 10px;
  height: auto;
  width: 120px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("https://om.ku.dk/billedbank/unknown.svg/");
}
