/* Search Refresh */

.search-info {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.search-info em {
  font-weight: bold;
  font-size: 1.3rem;
  background-color: #e7eaf0 !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.search-info em:before {
  /*content: "»";*/
}

.search-info em:after {
  /*content: "«";*/
}

.search-info__suggestion {
  font-weight: normal;
}

.search-filter {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-filter__item {
  margin-right: 8px;
  margin-bottom: 8px;
}

.search-filter__input {
  position: absolute;
  left: -999em;
  opacity: 0;
}

.search-filter__label {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.search-filter__input:checked + .search-filter__label {
  background-color: #b20017;
  color: #ffffff;
}

.search-filter__counter {
  font-weight: bold;
}

.search-result {
  margin-top: 3rem;
}

.search-more {
  margin-top: 32px;
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-inline__button {
  height: auto;
  display: inline-block;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .7rem 1.2rem;
  font-size: 1.2rem;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #f8c400;
  border-color: #f8c400;
}
.search-inline__button:hover {
 background-color:#14316f;
 border-color:#14316f;
 color:#fff !important;
}
.search-more button {
  background-image: none;
  background-color: #f8c400;
  color: #000;
  font-weight: bold;
  padding: 12px 16px;
  border-radius: 0px;
  border-color: #f8c400;
  border: 0;
  display: inline-block;
  height: auto;
}
.search-more button::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
  font-weight: normal;
}

.search-result--dokument {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpolygon points='0 0 24 0 24 24 0 24'/%3E%3Cpath fill='%23DDD' fill-rule='nonzero' d='M20,9 L12,17 L4,9 L5.42,7.58 L11,13.17 L11,2 L13,2 L13,13.17 L18.59,7.59 L20,9 Z M4,20 L20,20 L20,22 L4,22 L4,20 Z'/%3E%3C/g%3E%3C/svg%3E");
}

.search-result--event {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpolygon points='0 0 24 0 24 24 0 24'/%3E%3Cpath fill='%23DDD' fill-rule='nonzero' d='M19,4 L18,4 L18,2 L16,2 L16,4 L8,4 L8,2 L6,2 L6,4 L5,4 C3.89,4 3.01,4.9 3.01,6 L3,20 C3,21.1 3.89,22 5,22 L19,22 C20.1,22 21,21.1 21,20 L21,6 C21,4.9 20.1,4 19,4 Z M19,20 L5,20 L5,10 L19,10 L19,20 Z M19,8 L5,8 L5,6 L19,6 L19,8 Z M12,13 L17,13 L17,18 L12,18 L12,13 Z'/%3E%3C/g%3E%3C/svg%3E");
}

.search-result__title a {
  text-decoration: underline #f8c400 solid 2px;
  text-underline-offset: 5px;
}

.search-result__title a[href*=".pdf"] span::after {
  content: " (PDF)";
  text-decoration: underline #ffffff solid 2px;
  text-underline-offset: 5px;
}

.search-result__title a:hover,
.search-result__title a:focus {
  text-decoration: none;
}

.search-result__title a:hover .search-result__title-text,
.search-result__title a:focus .search-result__title-text {
  text-decoration: underline #14316f solid 2px;
  text-underline-offset: 5px;
}

.search-result__title-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.search-result__breadcrumb {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.search-result__text {
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.4;
  margin-right: 5px;
}

.search-result__text dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin-left: 0;
}

.search-result__text dt {
  display: inline-block;
  padding: 0;
  margin-left: 0;
}

.search-result__text dd {
  display: inline-block;
  padding: 0;
  margin-left: 0;
  margin-right: 5px;
}

.search-mark {
  font-weight: bold !important;
  font-style: normal !important;
}

.search-inline {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
  /* border: 1px solid red; */
  /* flex-direction: row; */
}

.search-inline__input-wrapper {
  position: relative;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgb(121, 121, 121);
  /* padding: 16px; */
  align-items: center;
}

.search-inline__input {
  /* border: 1px solid rgb(0,0,0); */
  background-color: #ffffff;
  border: none;
  /* height: 30px; */
  /* padding: 10px 0 10px 10px; */
  width: 100%;
  /* height: 100%; */
  font-size: 1.5rem;
  color: rgb(121, 121, 121);
  /* margin: 0; */
  /* margin-right: 10px; */
}

.search-inline__input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.search-inline__input-wrapper:focus-within {
  border: 1px solid rgb(231, 234, 240);
}

.search-result.search-result--dokument .search-result__title {
  display: flex;
  justify-content: space-between;
}

.search-result__image {
  float: left;
  width: 65px;
  margin: 0 10px;
}

.search-result__image img {
  width: 65px;
  margin: 0;
}

.search-result__details {
  padding-left: 85px;
}

p.searchcontent {
  padding-bottom: 0em !important;
}

.control-container input {
  margin-top: -10px;
}

span.twitter-typeahead {
  position: unset !important;
  margin: 0;
  padding: 0;
  height: 100%;
  border: 0;
  width: 100%;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  /* min-width: 410px; */
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: white;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-top: 0;
}

/* @media (max-width: 992px) {
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
      border: none;
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    span.twitter-typeahead .tt-menu, 
    span.twitter-typeahead .tt-dropdown-menu {
      width: 100%;
    }
  } */

/* span.twitter-typeahead .tt-suggestion {
    display: block;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1.02em;
    padding: 0.3em 0.6em;
    line-height: 23px;
  
  } */
@media (max-width: 767px) {
  span.twitter-typeahead .tt-suggestion {
    padding: 10px 16px;
  }
}

span.twitter-typeahead .tt-suggestion strong {
  font-weight: normal;
  color: rgb(178, 0, 23);
}

/* span.twitter-typeahead .tt-suggestion.tt-cursor,
  span.twitter-typeahead .tt-suggestion:hover,
  span.twitter-typeahead .tt-suggestion:focus {
    text-decoration: none;
    outline: 0;
    background-color: #f0f0f0;
  
  } */
.search-inline__input-wrapper .twitter-typeahead {
  display: flex;
  width: 100%;
  /* height: 32px; */
  margin: 0;
  padding: 5px 10px 5px 10px;
  position: relative;
}
.search-inline__input-wrapper .tt-menu {
  top: 52px !important;
  /* left: -1px !important; */
  position: absolute;
  right: 0px !important;
  /* left: 0; */
}

.tt-input {
  width: 100%;
  /* height: 32px; */
  /* padding: 10px; */
  margin: 0;
}

.tt-input:focus {
  /* border: none !important; */
  border: none;
  box-shadow: none !important;
  outline: none !important;
}

.tt-menu {
  border: none !important;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15) !important;
}

.left2px {
  margin-left: 2px;
}

.nav-pills {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  margin-bottom: 3rem;
}

.nav-pill {
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.nav-pill__checkbox {
  display: none;
  cursor: pointer;
  background-color: #f2f7f8;
}

.nav-pill__checkbox:checked ~ label {
  background-color: #14316f;
  color: #fff;
}

.nav-pill__checkbox:checked ~ label .count {
  background-color: #14316f;
  color: #fff;
}

.nav-pill__label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-left: 12px;
  font-size: 1rem;
  line-height: 15px;
  background-color: #e7eaf0;
  border-radius: 0px;
}

.nav-pill__label:active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-pill .count {
  padding: 22px 20px 22px 20px;
  background-color: #f8c400;
  /*color: white;*/
  height: 30px;
  min-width: 20px;
  width: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  border-radius: 0px;
}

.nav-pill .value {
  margin-right: 8px;
  font-weight: normal;
}

/* tt-datasets */

.tt-dataset:before {
  display: block;
  padding: 16px 16px 14px 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.tt-suggestion {
  padding: 5px 16px 5px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tt-suggestion:hover {
  background-color: #e7eaf0;
}

.tt-dataset .fa {
  font-size: 16px;
  color: #000;
}

.tt-dataset h4 {
    font-size: 16px !important;
    font-family: Arial !important;
    font-weight: bold;
    margin-left: 15px;
}

.tt-suggestion .value {
  padding-left: 12px;
  font-size: 14px;
}

.tt-dataset-suggestionTerms {
  margin-bottom: 16px;
}

.tt-dataset-suggestionDocs {
  margin-bottom: 16px;
}

.tt-dataset-suggestionPeople .tt-suggestion:last-child {
  padding-bottom: 16px;
}

.tt-dataset-suggestionPeople img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.tt-dataset-suggestionPeople .right {
  width: 100%;
  flex-grow: 1;
  margin-left: 8px;
}
.tt-dataset-suggestionPeople .title {
  font-size: 14px;
  line-height: 16px;
}

.tt-dataset-suggestionPeople .department {
  opacity: 0.75;
  line-height: 18px;
  font-size: 13px;
}
