/* Search form fix */
.HH-startsida-content {
   pointer-events: none; 
}
.hh-search__form {
   pointer-events: auto;
}

.hh-search__form--startpage {
   position: absolute;
   width: 100%;
   bottom: 0;
   max-width: 1280px;
   left: 0;
   right: 0;
   margin: 0 auto;
   padding: 0;
}

@media (max-width: 1280px) {
   .hh-search__form--startpage {
      padding: 0px 15px;
   }
}

@media only screen and (max-width: 768px) {
   .hh-search__form--active {
      z-index: 1;
      top: 2px;
      width: 100%;
      box-sizing: border-box;
      padding: 0;
   }
   .hh-studentwebb .hh-search__form--active {
      top: 2.5em;
   }
}


/* Add height so search input can fit */
.pagecontent h1 {
   padding-bottom: 103px;
}

.pagecontent .sv-facetedsearch-portlet {
   position: relative;
   top: -88px;
}

.hh-search__container{
   -webkit-box-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
   -moz-box-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
   -ms-box-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
   box-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
}

.hh-search__input-field {
   height: 88px;   
   padding-left: 60px;
   border: 0;
   border-radius: 0;

   background-image: url('/images/18.7db027ef1667c2a35602baf8/1539781599581/hh-search-icon.png');
   background-repeat: no-repeat;
   background-position: center left 20px;
   background-size: /*18px;*/ 25px;

   font-family: 'Open sans', sans-serif;
   font-size: 20px;
   color: #333333;
   line-height: 27px;
   margin-bottom: 0;
   -webkit-box-shadow: 0 10px 80px -10px rgba(0, 0, 0, 0.13);
   -moz-box-shadow: 0 10px 80px -10px rgba(0, 0, 0, 0.13);
   -ms-box-shadow: 0 10px 80px -10px rgba(0, 0, 0, 0.13);
   box-shadow: 0 10px 80px -10px rgba(0, 0, 0, 0.13);
   z-index: 1;
}

p.hh-search-hits {
   margin: 38px 0 25px 0;
}

/*Hide button from search input*/
.hh-search__button{
   display: none;
}
.hh-pagination__wrapper{
   display: inline-block;
   width: 100%;
   margin-top: 65px;
   text-align: center;
}

.hh-pagination__wrapper .pagination .current{
   border: 2px solid #ededed;
   background: none;
   color: #004985;
   padding: 0 10px 0 10px;
   line-height: 30px;
}
.hh-pagination__wrapper .pagination a{
   border: 1px solid transparent;
   padding: 0 10px 0 10px;
   line-height: 30px;
}
.pagination {
   display: inline-block;
}
.pagination .current.prev, .pagination .current.next{
   border: none!important;
   color: #999999!important;
}
.pagination a:hover{
   background: transparent;
}
.hh-search-facets {
   display: block;
   background-color: #f2f8fb;
   padding: 40px 40px 35px 40px;
   margin-bottom: 35px;
}
.hh-search-facets .button-secondary-normal {
   text-align: center;
}
.hh-search-filter__text {
   text-align: center;
   display: none;
}
.hh-search-filter__text p {
   font-weight: 600;
   margin: 0;
}
.hh-search-facet__item {
   display: inline-block;
   background-color: #fff;
   border: 2px solid #ededed;
   padding: 10px;
   margin: 0 15px 15px 0;
   color: #004985;
   font-family: 'Open sans', sans-serif;
   font-size: 16px;
   line-height: 22px;

}
.hh-search-facet__item a {
   border: 0;
   color: #004985;
   position: relative;
}
.hh-search-facet__item a:before {
   content:"";
   top: 2px;
   height: 16px;
   width: 16px;
   display: inline-block;
   background-color: #fff;
   border: 2px solid #004985;
   position: relative;
   display: inline-block;
   margin-right: 5px;
}
.hh-search-facet__item--selected {
   background-color: #004985;
}
.hh-search-facet__item--selected a{
   color: #fff;
}
.hh-search-facet__item--selected a:after {
   content:url("/images/18.4ad3d9ee1656d0f05ef5b845/1535359061135/hh-check-icon.svg");
   position: absolute;
   width: 10px;
   height: 10px;
   display: inline-block;
   left: 3px;
   top: -1px;
}
.hh-search-facet__items {
   margin: 0px;
}
.hh-search-facet__checkbox {
   position: relative;
   top: 2px;
   height: 16px;
   width: 16px;
   display: inline-block;
   background-color: #fff;
   border: 2px solid #004985;
   cursor: pointer;
}
.hh-search-facet__headline {
   margin-bottom: 16px;
   max-width: 840px;
}
.hh-search-facet__headline a {
   font-family: 'Open sans', sans-serif;
   font-size: 16px;
   line-height: 22px;
   font-weight: 700;
   border-bottom: 1px solid #333333;
   text-decoration: none;
}
.hh-search-result {
   list-style-type: none;
   padding-left: 40px;
   /* width: 60%; */
   width: initial;
   float: initial;
}
.hh-search-result__list-persons {
   display: none;
   /* width: 30%; */
   width: initial;
   float: initial;
   word-wrap: break-word;
}
.hh-search-result__list-persons__list {
   list-style: none;
}
.hh-search-result__list-persons__list-item {
   padding: 35px 0 35px 0;
    border-bottom: 1px solid #EDEDED;
}
.hh-search-result__list-persons__list-item-name {
   font-family: 'Open sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
   border-bottom: 1px solid #333333;
   display: block;
    margin-bottom: 5px;
}
.hh-search-hit {
   padding: 35px 0 35px 0;
   border-bottom: 1px solid #EDEDED;
}
.hh-search-result__type {
   font-style: italic;
}
.hh-search-result__type, .hh-search-result__date {
   margin-top: 4px;
   font-size: 16px;
   line-height: 32px;
   color: #999999;
}
.hh-search-result__content-container {
   display: flex;
   max-width: 840px;
}
.hh-search-result__content-container img {
   margin-right: 23px;
   max-height: max-content;
   width: 180px;
}
p.hh-search-result__excerpt {
   margin-top: 0;
   position: relative;
   top: -10px;
}

@media (max-width: 768px){
   .hh-search-facets {
      padding-top: 20px;
   }
   .hh-search-result__content-container{
      flex-direction: column;
   }
   .hh-search-result__excerpt {
      display: block;
   }
   .hh-search-result__content-container img {
      width: 100%;
      max-height: inherit;
      margin-bottom: 20px;
   }
   .hh-search-result {
      padding-left: 0px;
   }
   .hh-search-filter__text {
      display: block;
   }
   .hh-search-facets__wrapper {
      margin-top: 1em;
      display: none;
   }
   /*Expand button*/
   .hh-search-facets__expand-area {
      display: flex;
      justify-content: center;
      margin-top: 10px;
   }

   .hh-search-facets__expand-area {
      position: relative;
      margin-top: 0;
      top: 14px;
   }
   .hh-search__plus-sign {
      background-image: url('/images/18.4ad3d9ee1656d0f05ef5b83c/1535359061093/hh-plus-icon.svg');
      width: 40px;
      height: 40px;
      position: absolute;  
   }
   .hh-search__plus-sign:hover {
      cursor: pointer;
   }
   .hh-search__minus-sign {
      background-image: url('/images/18.3252fcc5165f6c51bf6e72a2/1537968921626/hh-minus-icon.svg');
      width: 40px;
      height: 40px;
      position: absolute;
   }  
   .hh-search__minus-sign:hover {
      cursor: pointer;
   } 

}

.hh-search-facets__wrapper--mobile {
   display: block;
}

/* New */
.hh-search-toggle-result {
   display: flex;
   justify-content: center;
}
.hh-search-toggle-result__button {
   font-family: inherit;
   font-size: 1rem;
   font-weight: 600;
   text-align: center;
   text-transform: uppercase;
   color: inherit;
   border: none;
   background: none;
   border-radius: 0;
   padding: .625rem;
   cursor: pointer;
   background: #fff;
   border: 2px solid #004985;
   color: #004985;
   min-width: 130px;
   margin: 0;
}
.hh-search-toggle-result__button--active {
   background-color: #004985;
   color: #fff;
   border: none;
}
.hh-search-toggle-result__hidden .hh-search-toggle-result {
   display: none;
}
@media(max-width: 767px) {
   .hh-search-toggle-result {
      margin-top: 4rem;
   }
}
.hh-search-result__list-persons__list-item span {
   display: block;
}

.hh-search-result__list-persons__list-item span a {
   display: inline-block;
}