

/* Filter */
.filter-wrapper-outer {
  float: left;
  position: relative; 
  padding-bottom: 7.8em;
}

.filter-wrapper-outer.full {
  float: none;
  position: relative; 
  padding-bottom: 7.8em;
}

.page-rubens .filter-wrapper-outer,
.page-presseinformationen .filter-wrapper-outer,
.page-archiv .filter-wrapper-outer   {
  padding-bottom: 5.8em;
}

.filter-wrapper-outer.filt-left-60 {
  width: 60%;
  z-index: 200;
}

.filter-wrapper-outer.filt-right-40 {
  width: 40%;
  z-index: 100;
}

.filter-wrapper-outer.filt-left-50,
.filter-wrapper-outer.filt-right-50  {
  width: 50%;
}

.filter-wrapper-outer.filt-left-50  {
  z-index: 200;
}

.filter-wrapper-outer.filt-right-50  {
  z-index: 100;
}

.filter-wrapper {
  background-color: #7c7c7b;
  border-bottom: 9px solid #c1bab9;
  position: absolute; 
  width: 100%; 
}

.filter-wrapper ul {
  display: none;
  max-height: 18em;
  overflow-y: scroll;
}

.filter-wrapper  ul.show-filter {
  display: block;
}

.filter-wrapper li a,
.filter-wrapper .current-item {
  color: #fff;
  display: block;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  background-color: #8dae10;
}

.filter-wrapper .button {
  background-color: #e6e4e4;
  float: right;
  font-family: RUB Nepo Icons;
  font-size: 1.8em;
  height: 2em;
  line-height: 2em;
  position: absolute;
  right: 0;  
  text-align: center;
  top: 0;
  width: 2em;
}

.filter-wrapper .button::after {
  content: 'c';
}

.filter-wrapper .button.show-filter::after {
  content: 'd';
}

.filter-wrapper .button:hover {
  /* background-color: #8dae10; */
  /* color: #fff; */
}

.no-results {
  font-size: 1.8em;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  margin-bottom: 2em;
}


/* View filter info text */
.view-filter-info-text {
  font-size: 1.3em;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  padding-bottom: 2.308em;
}

.view-filter-info-text a {
  border-bottom: 1px solid #c1bbba;
  padding-bottom: 0.105em;
}

.view-filter-info-text a:hover {
  border-bottom: 1px solid #8dae10;
  color: #8dae10;
}




/** 
 * Media queries 
 */
@media only screen and (max-width: 1130px) {
  
  .filter-wrapper-outer {
    padding-bottom: 6.6em;
  }
  
  .no-results {
    margin-bottom: 1.167em;
  }
  
  
  /* View filter info text */
  .view-filter-info-text {
    padding-bottom: 1.154em;
  }
} 

@media only screen and (max-width: 700px) {
  
  .filter-wrapper-outer.filt-left-60,
  .filter-wrapper-outer.filt-right-40,
  .filter-wrapper-outer.filt-left-50,
  .filter-wrapper-outer.filt-right-50   {
    float: none;
    width: 100%;
  }
  
  .filter-wrapper-outer.filt-left-60,
  .filter-wrapper-outer.filt-left-50   {
    padding-bottom: 4.5em;
  }
  
  .filter-wrapper-outer.filt-right-40,
  .filter-wrapper-outer.filt-right-50 {
    padding-bottom: 6.0em;
  }
   
  .filter-wrapper ul {
    margin-right: 1.1em;
  }

  .filter-wrapper li a,
  .filter-wrapper .current-item {
    padding-left: 0.889em;
    padding-right: 0.889em;
  }
  
  .filter-wrapper .button {
    margin-right: 0.611em;
  }
  
  .no-results {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 1em;
    padding: 0 1em 0 1em;
  }
  
  
  /* View filter info text */
  .view-filter-info-text {
    padding-left: 1.154em;
    padding-right: 1.154em;
  }
} 

