/* GENERAL */

/*#left-column {
    float: left;
    width: 23%;
    min-width: 200px;
}
#right-column {
    width: 74%;
    margin-left: 26%;
}*/

.clear:after {
    content: '';
    display: table;
    clear: both;
}

#filter-header, #filter-header-toggle {
    color: #af0078;
}

#search-input input {
    font-size: 28px;
    font-weight: 100;
    border: none;
    border-bottom: 5px solid #eee;
}

#search-input input, #search-input input:focus {
    transition: border-color .3s ease-in;
    outline: 0;
}

#search-input input:focus {
    border-color: #af0078;
}

#search-input input::-webkit-input-placeholder, #search-input input:-moz-placeholder, #search-input input:-moz-placeholder, #search-input input:-ms-input-placeholder {
    font-weight: 100;
    color: #999;
}
#search-input-icon {
    position: relative;
}

#search-input-icon:before {
    position: absolute;
    right: 9px;
    bottom: 8px;
    width: 40px;
    height: 40px;
    content: '';
    cursor: default;
    background: url(../img/search-submit-icon.svg) #f7e6f1 no-repeat;
}

#search-input-icon.empty:before {
    cursor: pointer;
    background-image: url(img/delete_icon.png);
}

/* HITS */
#hits {
    margin: 4px 0;
    padding: 10px 0;
    border-top: 2px solid #eee;
}
.hit {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.hit-name {
    margin: 0;
}

.hit-image {
    display: inline-block;
    width: 16%;
    text-align: center;
}

.hit-image img {
    max-width: 100%;
    max-height: 180px;
}

.hit-content {
    width: 75%;
    display: inline-block;
    margin-left: 3%;
    vertical-align: top;
}

.hit-stars {
    margin: 4px 0;
    color: #868686;
}

.hit-content .hit-price {
    float: right;
    margin-left: 20px;
    color: #ffffff;
    background: #383838;
    padding: 4px;
    border-radius: 3px;
}

.hit-content .hit-price, .hit-content .hit-name {
    margin-top: 0;
}

.hit-content em {
    color: #af0078;
    border-bottom: solid 1px rgba(175, 0, 120, 0.5);
    background: #f7e6f1;
}

.hit-content p {
    font-size: 13px;
}

.hit-description em {
    color: #af0078 !important;
    background: #f7e6f1;
}

.hit-category-breadcrumb {
    margin: 5px 0 2px 0;
}

.hit-category-breadcrumb em {
        color: inherit;
  }

.hit-content .hit-description {
  color: #868686;
  margin: 1px 0 10px 0;
  font-size: 14px;
}

/* PAGINATION */
#pagination {
    margin-top: 60px;
}
#pagination ul {
    font-size: 0;
    list-style-type: none;
    text-align: center;
}
#pagination li {
    font-size: 14px;
    /*display: inline;*/    
}
#pagination a {
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid #eee;
}
#pagination a:hover {
    background: #f5f5f5;
}
#pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#pagination li:last-child a {
    border-right: 1px solid #eee;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#pagination li.ais-pagination--item__active a {
    color: white;
    border-color: #af0078;
    background: #af0078;
}
#pagination li.ais-pagination--item__active a:hover {
    cursor: default;
}
#pagination li.ais-pagination--item__disabled a {
    cursor: not-allowed;
}
#pagination li.ais-pagination--item__disabled a:hover {
    background: none;
}

/* SORT BY */
#sort-by-wrapper {
    font-weight: 300;
    position: relative;
    float: right;
    color: #999;
}

#sort-by select {
    font-size: 16px;
    padding-right: 14px;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#sort-by:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    color: #000;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    pointer-events: none;
}

/* STATS */
/*#stats {

}*/

#stats .ais-stats--time {
    font-size: 0.8em;
    color: #999;
}

/* FACETS */
.facet {
    margin-bottom: 24px;
    font-size: 14px;
    color: #000;
}
.facet h5 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}
.facet ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.facet li {
    margin-bottom: 3px;
}

.facet a:visited,
.facet a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Collapsable FACETS */
.ais-root__collapsible .ais-header h5:hover {
    border-color: #c5c5c5;
    transition : border 500ms ease-out;
}

.ais-root__collapsible.ais-root__collapsed .ais-header h5:hover {
    border-color: #333;
}

.ais-root__collapsible .ais-header h5:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\0025BE";
    float: right;
}

.ais-root__collapsible.ais-root__collapsed .ais-header h5:before {
    content: "\0025B4";
}

.ais-refinement-list--label,
.ais-hierarchical-menu--list .facet-item,
.ais-menu--link,
.ais-price-ranges--item {
    cursor: pointer;
    line-height: 1.5em;
}
.ais-hierarchical-menu--list .ais-hierarchical-menu--item {
    margin: 3px 0;
}

.sffv_no-results{
    font-size: 13px;
    line-height: 1.2;
    padding-top: 6px;
}

.ais-refinement-list--label:hover,
.ais-refinement-list--item__active .ais-refinement-list--label,
.ais-menu--link:hover,
.ais-menu--item__active .ais-menu--link,
.ais-hierarchical-menu--list .facet-item.active:hover,
.ais-hierarchical-menu--list .facet-item.active {
    color: #af0078;
}
.ais-refinement-list--item__active .ais-refinement-list--label:hover,
.ais-menu--item__active .ais-menu--link:hover,
.ais-hierarchical-menu--list .facet-item.active:hover {
    text-decoration: line-through;
    color: #af0078;
}
.ais-refinement-list--count,
.ais-hierarchical-menu--count,
.ais-menu--count,
.ais-star-rating--count,
.ais-toggle--count {
    position: relative;
    top: 3px;
    float: right;
    color: #999;
}

#type.facet .ais-refinement-list--checkbox {
    display: none;
}

/* NO RESULTS */
.no-results #pagination, .no-results #sort-by, .no-results #stats, .no-results #facets {
    display: none;
}
#no-results-message {
    text-align: center;
}
#no-results-message p {
    font-size: 28px;
    font-weight: 100;
}
#no-results-message ul {
    list-style-type: none;
}
#no-results-message li {
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    padding: 4px 28px 4px 8px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 12px;
}
#no-results-message li span.value {
    font-weight: bold;
    color: #000;
}
#no-results-message li a.remove img {
    position: absolute;
    top: 3px;
    right: 5px;
    float: right;
    width: 17px;
    height: 17px;
    opacity: .5;
}
#no-results-message li a.remove:hover img {
    opacity: 1;
}
a.clear-all {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin: 10px;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
    border: 2px solid #ddd;
    border-radius: 4px;
}
a.clear-all:hover {
    transition: border-color .3s ease-in;
    border-color: #999;
}

/* SLIDER */
.ais-range-slider--target {
    margin: 40px 30px 50px 0;
    font-size: 13px;
}

.ais-range-slider--connect {
    background: #ed5565;
}

.ais-range-slider--handle {
    border-color: #ed5565;
}

.ais-body.ais-range-slider--body {
    left: 10px;
    position: relative;
}

/* Star Rating */
.ais-star-rating--star,
.ais-star-rating--star__empty {
  display: inline-block;
  width: 1em;
  height: 1em
}

.ais-star-rating--item__active {

}

.ais-star-rating--star:before {
    content: '\2605';
    color: #FBAE00
}

.ais-star-rating--star__empty:before {
    content: '\2606';
    color: #FBAE00
}

.ais-star-rating--link__disabled .ais-star-rating--star:before,.ais-star-rating--link__disabled .ais-star-rating--star__empty:before {
    color: #C9C9C9
}


/* Price Ranges */
.ais-price-ranges--form {
    margin-top: 8px;
}
  .ais-price-ranges--currency {
    display: inline-block;
    margin-right: 4px;
  }

.ais-price-ranges--input {
    display: inline-block;
    width: 50px;
    border-radius: 2px;
    border: solid 1px #ccc;
    font-weight: normal;
    font-size: 15px;
  }

.ais-price-ranges--button {
    padding: 4px 7px;
    display: inline-block;
    margin: 0 0 0 6px;
  }

/* Toggle */
.ais-toggle--label {
    cursor: pointer;
}

/* RefinementList ShowMore */
.ais-show-more {
    font-weight: bold;
    opacity: .7;
    padding-left: 4px;
    position: relative;
    line-height: 25px;
    font-size: .9em;
}
.ais-show-more:hover,
.ais-show-more:focus {
    opacity: 1;
}
.ais-show-more:before {
    font-family: FontAwesome !important;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    display: inline-block;
    position: relative;
    content: '';
    margin: 0 5px 0 0;
}

.ais-show-more__inactive:before {
    content: "\0025BE" !important;
}

.ais-show-more__active:before {
    content: "\0025B4" !important;
}

/* Active filters */
.ais-current-refined-values {
    position: relative;
}

/* BRENO CSS from searchportal.css */
.sec{
    margin-right: 20px;
}

.ais-search-box {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.ais-refinement-list--list form input{
    width: 100%;
    height: 2em;
    background: #f7e6f1;
    border: 0;
    padding: 3px 28px;
    display: block;
}

.ais-refinement-list--list form input:focus{
    width: 100%;
    height: 2em;
    background: #f7e6f1;
    border: 0;
    padding: 3px 28px;
    display: block;
}

.searchbox{
    margin-bottom: 5px;
    background-color: #f7e6f1;
    color: #af0078;
}

.searchbox input{
    background-color: #f7e6f1;
    color: #af0078;
}


#post_author .ais-menu--link, #post_author-toggle .ais-menu--link{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: block;
    height: 20px;
}

#post_author .ais-menu--count, #post_author-toggle .ais-menu--count{
    visibility: hidden;
}

#topbar{
    display: inline-flex;
}

#sortingoptions{
    position: absolute;
    right: 0;
    display: inline-flex;
}

#sortingoptions p{
    margin: 0 2px 0 5px;
}

#sortingoptions span{
    font-size: 0.8em;
    color: #999;
}

.ais-sort-by-selector{
    width: 200px;
    background: url(../img/arrow.png) no-repeat 96% 50%;
    overflow: hidden;
}

.ais-sort-by-selector select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.ais-hits-per-page-selector{
    width: 50px;
    background: url(../img/arrow.png) no-repeat 96% 50%;
    overflow: hidden;
}

.ais-hits-per-page-selector select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.hit-content p{
    margin: 1em 0 0 0;
}

#search-input input{
    background-color: #f7e6f1;
    color: #af0078;
    border-bottom: 5px solid #f7e6f1;
    padding: 10px 10px 6px 10px;
    width: 100%;
    margin-left: 0;
}

#search-input input::placeholder {
    color:  #af0078;
}

.ais-clear-all {
    margin-bottom: 0px;
    font-size: 14px;
    padding: 5px 20px 5px 10px;
    background-color: #af0078;
    color: white;
    background: #af0078 url(../img/x.png) left no-repeat;
    background-origin: padding-box;
    background-origin: content-box, padding-box;
    text-align: right;
    width: 200px;
}

.ais-clear-all a{
    color: white !important;
}

.sbx-sffv__submit svg {
    fill: #af0078;
}

.hit-wwu-intern-true{
    background: url(../img/lock-close.svg) no-repeat;
    padding-left: 20px;
}

.hit-wwu-intern-false{
    visibility: hidden;
}

.textSpan{
    position: relative;
    top: 4px;
}

.ais-menu--item__active a{
    color: #af0078 !important;
}

.ais-refinement-list--header{
    color: #af0078;
}

.ais-menu--header{
    color: #af0078;
}

.ais-clear-all--link{
    color: white;
}
/* END BRENO */



/* Fehlerbehebung beim Filter > Schlagworte-Suchfeld */
/* Neue Regel von main.css machte den Button zu 100% breit und dadurch das Input-Feld unerreichbar */
/* Die Regel wird umgehen bzw. �berschreiben */
.module-content form.searchbox button[type="submit"] {
	width: 26px;
	height: 90%;
	color: #af0078;
	background-color: #f7e6f1;
	margin-top: 1px;
	margin-left: 1px;
}



/* RESPONSIVE WEBDESIGN */

#left-column {
    box-sizing: border-box;
    float: left;
    width: 25%;
}

#filter-button, #left-column-toggle  {
	display: none;
}

#right-column {
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding-left: 20px;
}

@media only screen and (max-width:860px) {
    #left-column {
        width: 35%;
    }
    
    #right-column {
        width: 65%;
    }
}

@media only screen and (max-width:625px) {
    #left-column {
        width: 40%;
    }
    
    #right-column {
        width: 60%;
    }
}

@media only screen and (max-width:550px) {
    #left-column {
        width: 50%;
    }
    
    #right-column {
        width: 50%;
    }
	
    /* hits */
    .hit-image, .hit-content {
    display: block;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    }
}

/* Hier soll #left-column versteckt werden */
@media only screen and (max-width:450px) {
    #left-column {
        display: none !important;
    }
	
	/* bereit zum Toggle */
	#left-column-toggle {
        display: none;
    }
    
    #right-column {
        width: 100%;        
    }
	
    /* Hier soll #filter-button erscheinen */
    #filter-button {
        color: #fff;
        background: #af0078;
        width: 100%;
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
        text-align: center;
        border: 1px solid #af0078;
        padding-top: 10px;
        padding-bottom: 10px;
    }		
}

@media only screen and (min-width:451px) {
    #filter-button, #left-column-toggle {
        display: none !important;
    }   
}

/* stats */
#stats {
    float: left;
}

/* BRENO CSS from searchportal.css */ 
@media only screen and (max-width:790px) {
    #sortingoptions {
        display: none;
    }
}

/* Reset-Button */
.ais-search-box--reset {
	cursor: pointer;
	right: 60px;
	margin-top: 8px;
	border: 0;
	padding: 0;	
}

.ais-search-box--reset svg {
	fill: #af0078;
	width: 25px;
	height: 25px;
}
