/*
 * SEARCH VARIABLES
 */
/*
 * Autosuggest
 */
/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/* Oversize */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #b2a98b 0%, #a2a3a5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/* beige/creme */
/* grey */
/* light beige/creme */
/* dark grey */
/* grey */
/* opacity .8 */
/* opacity .8 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/* BREADCRUMBS */
/*
 * SEARCH LAYOUT
 */
#search,
#search-mobile {
  width: 100%;
  text-align: left;
  padding: 0px;
  margin-top: 0px;
  background: #fff;
  border: solid 1px #333;
  overflow: hidden;
  position: relative;
  height: 40px;
}
#search input#search_searchBox,
#search-mobile input#search_searchBox,
#search input#search-mobile_searchBox,
#search-mobile input#search-mobile_searchBox {
  width: calc(100% - 60px);
  height: 40px;
  border: none;
  background: #fff;
  padding: 0;
  margin: 0 10px;
  line-height: 40px;
  float: left;
  font-size: inherit;
  outline: none;
  text-align: left;
  color: #333;
}
#search input#search_searchBox::-webkit-input-placeholder,
#search-mobile input#search_searchBox::-webkit-input-placeholder,
#search input#search-mobile_searchBox::-webkit-input-placeholder,
#search-mobile input#search-mobile_searchBox::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
  font-style: italic;
  color: #cccccc;
}
#search input#search_searchBox::-moz-placeholder,
#search-mobile input#search_searchBox::-moz-placeholder,
#search input#search-mobile_searchBox::-moz-placeholder,
#search-mobile input#search-mobile_searchBox::-moz-placeholder {
  /* Firefox */
  font-weight: 300;
  font-style: italic;
  color: #cccccc;
}
#search input#search_searchBox:-ms-input-placeholder,
#search-mobile input#search_searchBox:-ms-input-placeholder,
#search input#search-mobile_searchBox:-ms-input-placeholder,
#search-mobile input#search-mobile_searchBox:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 300;
  font-style: italic;
  color: #cccccc;
}
#search button#search_submitSearch,
#search-mobile button#search_submitSearch,
#search button#search-mobile_submitSearch,
#search-mobile button#search-mobile_submitSearch {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: 0;
  border: none;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: inherit;
  cursor: pointer;
  background: #b2a98b;
}
#search button#search_submitSearch:hover,
#search-mobile button#search_submitSearch:hover,
#search button#search-mobile_submitSearch:hover,
#search-mobile button#search-mobile_submitSearch:hover {
  color: #b2a98b;
  background: #fff;
}
#search label,
#search-mobile label {
  position: absolute;
  left: -9999px;
}
#search-results {
  margin: 15px 0;
}
#search-results.list-view li .list-item-image {
  width: 15%;
  min-width: 150px;
}
#search-results.list-view li .list-item-content {
  width: 75%;
  padding-bottom: 0px;
}
#search-results.list-view li .list-item-content.no-image {
  width: 100%;
  padding-left: 0;
}
#search-results.list-view li span.highlight {
  font-weight: 600;
  color: #b2a98b;
}
ul.list-view .list-item-image.search-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-right: solid 15px #fff;
}
ul.list-view .list-item-image.search-image img {
  position: absolute;
  left: -99999px;
}
/* List View */
.ui-autocomplete.ui-menu {
  list-style: none;
  max-height: 600px;
  box-shadow: 2px 2px 4px #333;
  border: solid 1px #333;
  z-index: 999999;
  max-width: 100%;
  background: #fff;
}
.ui-autocomplete a > div {
  width: 96%;
  padding: 2%;
}
.ui-autocomplete .ui-menu-item {
  display: block;
  overflow: hidden;
  padding: 5px;
  list-style-image: none;
}
.ui-autocomplete .ui-menu-item:nth-child(n+2) {
  padding-top: 5px;
  border-top: solid 1px #f2f2f2;
}
.ui-autocomplete .ui-menu-item:hover {
  background: #f2f2f2;
}
.ui-autocomplete .ui-menu-item > .ui-menu-item-wrapper.ui-state-active {
  border: solid 1px transparent;
  background: transparent;
  font-weight: inherit;
  color: inherit;
}
.ui-autocomplete .ui-menu-item .search-image {
  width: 20%;
  height: 0;
  padding-bottom: 14%;
  margin-right: 2%;
  float: left;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ui-autocomplete .ui-menu-item .search-image img {
  position: absolute;
  left: -99999px;
}
.ui-autocomplete .ui-menu-item a {
  color: #333;
}
.ui-autocomplete .ui-menu-item a:hover {
  color: inherit;
}
.ui-autocomplete .ui-menu-item b.highlight {
  color: #b2a98b;
}
.ui-helper-hidden-accessible {
  display: none;
}
.searchtext,
.search-label {
  display: block;
  font-weight: 600;
  font-size: 100%;
}
.search-description {
  display: block;
  font-size: calc(100% - 10%);
  font-style: italic;
}
#search_inline {
  width: 80%;
  margin: 30px 10%;
}
#search_inline #search_inline_form {
  display: flex;
}
#search_inline #search_inline_form .field-search {
  width: calc(100% - 40px );
}
#search_inline #search_inline_form .field-search label {
  display: none;
}
#search_inline #search_inline_form .field-search #search_inline_searchBox {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  border: solid 1px #333;
}
#search_inline #search_inline_form #search_inline_submitSearch {
  margin-top: 0;
  background: #b2a98b;
  color: #fff;
}
#search_inline #search_inline_form #search_inline_submitSearch:hover {
  background: #fff;
  color: #b2a98b;
}
#search_inline #search_inline_form #search_inline_submitSearch span {
  display: none;
}
