/* ***************************************************
*  CSS for the Filter and Frontpage of WRS page  
****************************************************** */
/*   search Results  */
#searchResult{
    position: absolute;
    padding-top: 0px !important;
    display: block ; /* JD removed !important  */
    z-index: 5;
}
#searchResult .slide-entry-excerpt{
    display: none !important;
}
@media only screen and (min-width: 990px) {
    #searchResult{
        background-color: rgba(255, 255, 255, 0.0);
    }
    .avia-content-slider .slide-entry-wrap:first-child{
        margin-bottom: calc(2px + 5vh);
    }
  @media only screen and (max-height: 990px) {
      #searchResult{
          width: 68.5% !important;
       } 
    }/**/
}/**/
@media only screen and (min-width: 1025px) {
    #searchResult{
          width: 71.4% !important;
      }
}
@media only screen and (min-width: 1180px) {
     #searchResult{
          width: 70.6% !important;
       }
}/**/
.avia-content-slider .slide-entry-wrap{
    margin-bottom: 0px;
}

@media only screen and (max-width: 989px) {
     #filter::after{
        content: " ";
        background-color: #f2f2f2;
        height: calc(90px + 7vmin);
        width: 100vw;
        display: block;
        position: absolute;
        padding: 0 !important;
        left: 0px;
    }
} /**/

/* next and prev */
.pagenavi{
    text-align: right;
}
#searchResult a#nextpage, #searchResult a#prevpage {
    font-size: 0px;
    text-decoration: none;
    opacity: .3;
    color: #000;
    margin-left: 2vmin;
}
#searchResult #nextpage.active, #searchResult #prevpage.active {
    cursor: pointer;
    opacity: 1;
}
#searchResult a#nextpage{
    padding-left: calc(10px + 0.4vmin);
}
#searchResult #prevpage::before, #searchResult #nextpage::before{
    content: "\e800" !important;
    font-family: fontello !important;
    font-size: 25px;
}
#searchResult #prevpage::before{
    content: "\e802" !important;
}
#resultcontainer{
    padding-bottom: 4vmin;
}
/* END searchResult */


/* ____________________________________    Filter Wrapper   */
.filter_wrap {
  background-color: #f2f2f2;
  position: relative; 
}
@media only screen and (max-width: 989px) {
    .filter_wrap {
      padding-top: 3.4vh !important;
    }
}/**/
.filter_wrap::before {
 /* content: " ";
  position: absolute;
  z-index: -1;
  top: -30%;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;*/
}
.filter_wrap .search_icon {
    width: 99%; 
}
.filter_wrap .headline {
  padding-top: 6vmin; 
}
.filter_wrap .subheadline {
  padding-top: calc(30px + 0.4vmin);
}
#themengebiete_links {
  padding-bottom: calc(30px + 0.4vmin);
  padding-top: calc(20px + 0.4vmin);
}
/* _____________Filter Checkboxes   */
label.btn {
  display: block; 
  padding-bottom: .86vmin; 
}
label.btn:nth-child(2n) {
  float: none !important;
}
label.btn span {
  font-family: roboto-condensed;
  width: 100%;
  text-transform: uppercase;
  color: #000 !important; 
  font-size:calc(15.6px + .3vmin) !important;
  padding: calc(9px + 0.2vmin);
  background-color: #fff;
  display: block;
  line-height: calc(11px + 0.2vmin); 
  cursor: pointer;
}
label.btn input:checked + span, label.btn input:hover + span  {
  background-color: #C90230;
  color: #fff !important; 
} 
label.btn input:hover + span  {
  background-color: #C90230;
  color: #fff !important; 
} @media only screen and (max-width: 767px) {
  label.btn span { 
    display: block;
    line-height: 1em;
    padding: 9px 9px;
    margin-bottom: 4px;
  }
} /**/
/*   Checkboxes  */
/* ________  Dropdown_Startseite __ */
.dropdown i, label.btn input {
  display: none !important;
  /*! display: inline !important; */
  /*! float: right; */
  margin-top: 0.8vmin;
  margin-right: 0.8vmin;
}
.dropdown-list input[type="checkbox"], label.btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; 
  outline: none;
  border: none;
}
.dropdown-list input[type="checkbox"] {
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px;
  transition-duration: 0.3s;
  background-color: #fff;
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}
.dropdown-option input[type="checkbox"] {
  margin-top: 0px;
  color: #000;
  height: 24px;
  width: 24px;
  line-height: 22px;
}
.dropdown-option input:checked::before {
  content: "\e807" !important;
  font-family: fontello !important;
  font-size: 15px;
  padding-left: 4px;
}
.dropdown-option input:checked > label {
  background-color: #fff;
}
.dropdown-list label { 
  font-family: 'roboto-condensed';
  font-size:calc(16px + .34vmin) !important;
  color: #000;
}
 .filter_wrap h5.h5line {
    opacity: 0.76 !important;
}
.dropdown-option input[type="checkbox"]:checked {
  color: var(--wrs_red);
}
.dropdown-list label { 
  cursor: pointer;
  line-height: calc(20px + .5vmin) !important;
  padding-bottom: 13px !important;
}
.dropdown-list label:hover {
  color: #c90230;
  opacity: 1 !important;
}
.dropdown-list label:hover input::before {
  content: "\e805" !important;
  font-family: fontello !important;
  font-size: 13px;
  padding-left:4.5px;
}
.dropdown-list label:hover input:checked::before {
  content: "\e806" !important;
  font-family: fontello !important;
  padding-left:5px;
}
.dropdown {
  position: relative;
  font-size: 14px;
  z-index: 33;
  padding-bottom: 7vmin;
}
.dropdown .dropdown-list {
  padding: 0px;
  background: #f2f2f2;
  position: absolute;
  left: 0px;
  right: 0px;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out;
  max-height: 66vh;
}
a.dropdown-option {
    text-align: right;
}
.dropdown .dropdown-option {
  display: block; 
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.dropdown .labelholder{
  border-bottom: 3px solid #000;
  width: 100% !important;
}
.dropdown .labelholder .dropdown-label {
  cursor: pointer;
}
 
.dropdown .labelholder label {
  display: block;
  font-size: calc(15px + 0.2vmin) !important;
  white-space: nowrap;
  overflow-x: scroll;
  text-overflow: ellipsis;
  width: 98%;
  padding-right: 6% !important;
  letter-spacing: normal;
  -ms-overflow-style: none;
}
.dropdown .labelholder label::-webkit-scrollbar {
    display: none;
}
@media only screen and (max-width: 989px) {
  .dropdown .dropdown-label {
    font-size: 16px !important;
  }
} /**/

.dropdown .labelholder label:before {
  /* content: "▼"; */
  /*! float: right; */
  content: "\e800" !important;
  font-family: fontello !important;
  transform: rotate(90deg);
  font-size: 14px !important;
  position: absolute;
  transition: 0.2s;
  right: 1px;
  z-index: 1;
}
.dropdown.on .labelholder label:before {
  transform: rotate(-90deg);
  transition: 0.2s;
}
.dropdown.on .dropdown-list {
    transition: transform 0.25s ease-in-out;
  transform: scale(1, 1);
    margin-top:2vmin;
  transition-delay: 0s;
  position: relative;
}
.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
  /*! padding-bottom: 7px !important; */
}
.dropdown.on .dropdown-label:before {
  /*! content: "▲"; */
}
.dropdown [type=checkbox] {
}
/* END Filter Wrapper */
/* __________________________ Startseite Showcase 7 Schaufenster and Filter */
/* :::::::::::::::  mainwindow  slider */
/**/
.flex_cell:first-child .flex_cell_inner {
       margin-right: -0.1%;
}
.mainwindow .avia-slide-wrap, .mainwindow.avia-slideshow li, .mainwindow .avia-slideshow-inner {
  overflow: visible !important;
}
.mainwindow .avia-slide-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.mainwindow .avia-caption {
  bottom: auto;
  padding: calc(33px + 0.4vmin);
  background-color: #c90230;
  top: 100%;
  left: 7%;
}
.mainwindow .avia-slideshow-dots {
  bottom: calc(30px + 0.4vmin) !important;
  margin-bottom: 0vmin !important;
}
.mainwindow .avia-caption-title, .mainwindow .avia-slideshow {
  margin: 0 !important;
}
.mainwindow h2.avia-caption-title {
  font-size: 30px;
}
.mainwindow .avia-caption .avia-caption-content p, .mainwindow .avia-caption .avia-caption-title {
  background-color: transparent !important;
}
.mainwindow .avia-caption .avia-caption-content p {
  max-width: 90%;
}
.mainwindow .avia-inner-caption * {
  padding: 0 !important;
}
.mainwindow ul {
  margin-bottom: 250px;
}
.schaufenster_wrap p{
    line-height: normal;
}
/* ________________  END mainwindow  */
/*  */ 
@media only screen and (min-width: 990px) {
  #schaufenster_wrap {
    width: auto;
    display: table;
    padding-top: 6vmin;
    font-size: 18px;
  }
  .filter_wrap {
   /* height: calc(480px + 30vmin); */
    min-height: 560px;
    float: left;
    padding: 6vmin 13.5% 0 0vmin;
    margin: 0% -10% 0 3.5%;
    position: relative;
    width: 30%;
    min-width: 340px;
    height: auto;
  }
  .filter_wrap::before, #schaufenster::before, #schaufenster::after {
    content: " ";
    position: absolute;
    background-color: #f2f2f2;
    z-index: -1;
  }
  .filter_wrap::before {
    width: 18vmin;
    height: 100%;
    min-height: 560px;
    top: 0px !important;
    left: -18vmin;
  }
  #schaufenster::after {
    width: 100%;
    left: 0%;
    top: 59%;
    height: 45%;
  }
  .sf_2 p {
    float: left;
    margin-top: 0px;
  }
  .sf_2 {
    width: 92% !important;
    width: 27vw !important;
  }
  .sf_2 section, .sf_3 section  {
    padding: calc(5px + 2.5vw);
  }
  .sf_2 section{
    padding-right: 2%
  }
  .portrait img {
    width: 43%;
  }
  .landscape img {
    width: 90%;
  }
  .mainwindow .avia-caption {
    width: 57vw;
  }
} /* END min  */

@media only screen and (min-width: 1025px) {
  /* .portrait img {
      width: 43%;
    }
  */
}/**/
.av_one_full .avia_textblock {
    max-width: 100% !important;
    margin: 0px;
}
@media only screen and (min-width: 990px) {
   #schaufenster::before {
    width: 74vw;
    background-color: #c90230;
    height: 3.8vmin;
    top: -3.7vmin !important;
    position: relative;
    float: left;
    display: block;
  }
  #schaufenster::after {
    width: 100%;
   /* height: calc(500px + 20vh); */
    left: 30%;
    top: 10%;
    height: 90%;
  }
  #schaufenster .flex_cell:first-child {
    width: 47vw !important;
  }
  #schaufenster .flex_cell:last-child {
    width: 40% !important;
  }
  .mainwindow .avia-caption {
    width: 43vw;
  }
  #schaufenster_2 .av_textblock_section  {
    margin-top: -4px;
	  padding-top: 0 !important;
  }
} /**/
@media only screen and (max-width: 989px) {
    .mainwindow {
      position: relative;
    }
    .mainwindow .avia-slideshow-controls {
        opacity: 0.4;
    }
    .mainwindow::after {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #f2f2f2;
      z-index: -1;
      bottom: -118%;
    }
    #schaufenster_wrap{
        font-size: 17px;
    }
    #schaufenster_wrap p{
        line-height: normal;
    }
  .mainwindow .avia-caption {
    width: 92%;
    left: 0px !important;
  }
  .av-column-link h3 .mainwindow .avia-caption {
    width: 91.5%;
  }
  .av-column-link h3, .av-column-link p {
    padding-left: 6.777%;
  }
  .av-column-link h3 {
    padding-right: 6.777%;
  }
  .landscape img {
    margin-left: calc(-60px - 0.4vmin);
    width: calc(60px + 0.4vmin + 100%) !important;
    max-width: calc(60px + 0.4vmin + 100%) !important;
   }
  #schaufenster_2 section {
    padding-top: 6.777%;
    padding-bottom: 6.777%;
  }
  #schaufenster_3 div {
    padding-top: 16vmin;
  }
  #schaufenster_3::before, #schaufenster_3::after {
    content: "";
    visibility: visible;
    float: left;
    top: 0px;
    z-index: -1;
  }
  #schaufenster_3::after {
    width: 75%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    left: 30%;
  }
  #schaufenster_3::before {
    position: relative;
    z-index: -3;
    width: 30%;
    height: 19vmin;
    background-color: #c90230;
    min-height: 60px;
    max-height: 90px;
  } 
  #schaufenster_3 section::after {
    bottom: 40px !important;
  }
} /**/
@media only screen and (max-width: 480px) {
  .portrait img {
    float: none;
    width: 60vmin;
    min-width: 200px !important;
  }
} /**/
#schaufenster h3{
     font-size: calc(18px + 0.4vw);
  }
@media only screen and (max-width: 989px) {
  #schaufenster h3{
     font-size: calc(28px + 0.3vw);
  }
} /**/
@media only screen and (max-width: 767px) {
  #schaufenster h3{
     font-size: calc(22px + 0.3vw);
  }
} /**/
.portrait img {
  padding-bottom: 8.555%;
  padding-right: 1.4vmin;
  min-width: 120px;
}
/* ____________________  Icons and Buttons */
.mainwindow .avia-caption::after, #schaufenster .av-column-link section::after {
  position: absolute;
  content: "\e800" !important;
  font-family: fontello !important;
  right: 11%;
  bottom: 9%;
  font-size: 25px;
  /*! float: right; */
}
@media only screen and (min-width: 481px) and (max-width: 989px) {
  .mainwindow .avia-caption::after, #schaufenster .av-column-link section::after {
	  bottom: 12%; 
	}
} /**/
@media only screen and (max-width: 767px) {
  
} /**/
.mainwindow .avia-caption::after {
  right: 6%;
}
.sf_2.av-column-link .av_textblock_section:after {
  color: #fff;
}
.reset { 
  padding-bottom: 8vmin;
  line-height: 20px;
}
.reset span {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" style="font-size: 23px;"><text y="15">↺</text></svg>'), auto;
}
.reset span:hover {
    opacity: 0.5;
}
/* END Schaufenster */