/* SMART SEARCH START */
.smart-search {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  @media (min-width: 992px) {
  .smart-search {
    margin-bottom: 100px;
    margin-bottom: 6.25rem; } }
  .smart-search .success {
    margin-top: 1.5rem;
    background: #eee;
    border: 0;
    margin-bottom: 1.5rem; }
    .smart-search .success span {
      color: rgba(91, 103, 112, 1); }
    .smart-search .success .count {
      font-size: 2rem; }
  .smart-search .error {
    margin-top: 1.5rem; }
    .smart-search .error span {
      color: #eb6c62; }
    .smart-search .error .count {
      font-size: 2rem; }
  .smart-search .width {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .smart-search .search-results:after {
    content: "";
    display: table;
    width: 100%; }
  .smart-search > header {
    margin-top: 1.5rem; }

.smart-search .search-field .smart-search-form {
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-bottom: 1.5rem; }
  .smart-search .search-field .smart-search-form input:not(#submit) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e6e8;
    background: #f9fafb;
    color: #4c4c4c;
    z-index: 3;
    padding: 0 20px;
    font-size: 1rem; }
    .smart-search .search-field .smart-search-form input:not(#submit):focus {
      border-color: #abb4bc; }
  .smart-search .search-field .smart-search-form input#autocomplete-fill {
    z-index: 1; }
  .smart-search .search-field .smart-search-form #submit {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    width: 50px;
    height: 50px;
    border: none;
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    background: none;
    color: #abb4bc;
    padding: 0px;
    font-size: 25px;
    font-size: 1.5625rem;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease; }
    .smart-search .search-field .smart-search-form #submit:hover {
      color: rgba(91, 103, 112, 1); }
  .smart-search .search-field .smartsearch-suggestions {
    list-style: none;
    text-align: center;
    line-height: 0px;
    margin: 0px 0px 1.5rem 0px;
    padding: 0px; }
  .smart-search .search-field .smartsearch-suggestions li {
    margin: 5px;
    display: inline-block; }
  .smart-search .search-field .ui-menu.ui-autocomplete {
    padding: 0; }
  .smart-search .search-field .ui-menu.ui-autocomplete .ui-menu-item-wrapper {
    border: none;
    padding: 0 20px;
    line-height: 40px;
    color: #4c4c4c;
    font-size: 1rem; }
    .smart-search .search-field .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
      background: #e1e6e8; }

.smart-search .search-result-item:not(.highPriority) article {
  border-bottom: 1px solid #ccc;
  position: relative;
  background: none;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  padding: calc(2 * 20px) calc(2 * 20px) calc(2 * 20px - 1.5rem); }
  .smart-search .search-result-item:not(.highPriority) article:hover {
    background: #eee; }
  .smart-search .search-result-item:not(.highPriority) article header {
    margin: 0px; }
  .smart-search .search-result-item:not(.highPriority) article header h2 {
    margin: 0;
    font-size: 1.5rem; }
  .smart-search .search-result-item:not(.highPriority) article .url {
    margin-bottom: 1.5rem;
    opacity: 0.8;
    font-style: italic;
    color: rgba(91, 103, 112, 1); }
  .smart-search .search-result-item:not(.highPriority) article .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -999em;
    overflow: hidden; }

.smart-search .search-result-item.highPriority article {
  background: rgba(91, 103, 112, 1); }
  .smart-search .search-result-item.highPriority article img {
    width: 100%;
    height: auto; }
  .smart-search .search-result-item.highPriority article picture {
    display: block; }
  .smart-search .search-result-item.highPriority article .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -999em;
    overflow: hidden; }
  .smart-search .search-result-item.highPriority article header {
    margin: 0; }
  .smart-search .search-result-item.highPriority article header h2 {
    color: #fff;
    margin: 0; }
  .smart-search .search-result-item.highPriority article header .subtitle {
    color: #fff; }
  .smart-search .search-result-item.highPriority article .text {
    padding: calc(2 * 20px);
    color: #fff; }
/* SMART SEARCH ENDE */
