/*! eifel, Compiled at 2021-09-27 14:19:28 */
/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage listFilter
 * @author     bruetsch
 * @since      13.04.2016
 * @version    $Id$
 **/
/*  =========================================================
general structure
========================================================== */
/*  =========================================================
general structure
========================================================= */
@media screen {
  .activeFilter {
    display: block;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    vertical-align: top;
  }
  .activeFilter__noResults {
    margin: 0px 0px 50px 0px;
  }
  .activeFilter > p,
  .activeFilter__noResults > h3 {
    font: 700 24px/24px 'BebasNeue', 'Arial', 'Helvetica', 'sans-serif';
    color: #545454;
    margin: 0px 0px 20px 0px;
  }
  .activeFilter > ul {
    padding: 0px;
    margin: 0px;
  }
  .activeFilter > ul > li {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0px 10px 0px;
  }
  .activeFilter > ul > li > a,
  .activeFilter > ul > li > span,
  .activeFilter__noResults > p {
    text-decoration: none;
    font: 300 20px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    color: #545454;
    vertical-align: middle;
    margin-right: 15px;
  }
  .activeFilter > ul > li > a:before {
    font-family: icomoon;
    font-size: 8px;
    content: "\e905";
    color: #fff;
    background-color: #545454;
    padding: 5px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .activeFilter > ul > li > a:before,
  .activeFilter > ul > li > span:before {
    font-family: icomoon;
    font-size: 8px;
    color: #fff;
    background-color: #545454;
    padding: 5px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .activeFilter > ul > li > a:before {
    content: "\e905";
  }
  .activeFilter > ul > li > span:before {
    content: "\e91c";
  }
}
@media screen and (max-width: 1400px) {
  .activeFilter {
    margin-bottom: 25px;
    width: 100%;
  }
}

/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage listFilter
 * @author     bruetsch
 * @since      10.12.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
checkbox checked label style
filter options
checkbox in filter option
========================================================== */
/*  =========================================================
general structure
========================================================= */
@media screen {
  .fulltextSearch__list_filterWrapper {
    text-align: right;
    position: relative;
    margin-bottom: 60px;
  }
  #fulltextSearch__list__sorting {
    display: inline-block;
  }
}
@media screen and (max-width: 1400px) {
  .fulltextSearch__list_filterWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .fulltextSearch__list_filterWrapper {
    width: 100%;
  }
  #fulltextSearch__list__sorting {
    display: block;
  }
}
/*  =========================================================
listFilter__dropdown
========================================================= */
@media screen {
  .listFilter__dropdown {
    font: 400 24px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    color: #545454;
    text-transform: uppercase;
    border: 2px solid #545454;
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .listFilter__dropdown:not(:last-of-type) {
    margin-right: 20px;
  }
  .listFilter__dropdown > label {
    padding: 14px 80px 14px 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .listFilter__dropdown > label:before {
    font-family: icomoon;
    font-size: 36px;
    content: "\e909";
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .listFilter__dropdown > input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .listFilter__dropdown {
    width: 100%;
    margin: 0px;
  }
  .listFilter__dropdown:not(:last-of-type) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .listFilter__dropdown > label {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .listFilter__dropdown > label:before {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .listFilter__dropdown {
    width: 100%;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
  }
  .listFilter__dropdown:not(:last-of-type) {
    margin-right: 0px;
  }
  .listFilter__dropdown > label {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .listFilter__dropdown > label:before {
    right: 20px;
    line-height: 30px;
  }
}
/*  =========================================================
checkbox checked label style
========================================================= */
@media screen {
  .listFilter__dropdown > input:checked + label:before {
    content: "\e90a";
  }
}
/*  =========================================================
filter options
========================================================= */
@media screen {
  .listFilter__dropdown_options {
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 1;
    width: 100%;
    margin-top: 2px;
    border-style: solid;
    border-color: #545454;
    border-width: 0px 2px 2px 2px;
    background: #fff;
  }
}
/* open/closed state */
@media screen {
  .listFilter__dropdown > [type='checkbox']:checked ~ .listFilter__dropdown_options {
    display: block;
  }
  .listFilter__dropdown > [type='checkbox']:not(:checked) ~ .listFilter__dropdown_options {
    display: none;
  }
}
@media screen {
  .listFilter__dropdown_options > .inputWrapper {
    position: relative;
    display: block;
  }
  .listFilter__dropdown_options > .inputWrapper > input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  .listFilter__dropdown_options > .inputWrapper > label {
    position: relative;
    display: block;
    font: 400 18px/1em 'SourceSansPro', Arial, sans-serif;
    color: #545454;
    padding: 15px 50px 15px 20px;
    cursor: pointer;
  }
  .listFilter__dropdown_options > .inputWrapper > label:active,
  .listFilter__dropdown_options > .inputWrapper > label:focus,
  .listFilter__dropdown_options > .inputWrapper > label:hover {
    background-color: #dddddd;
    color: #8e947d;
  }
}
/*  =========================================================
checkbox in filter options
========================================================= */
@media screen {
  .listFilter__dropdown_options label:before {
    font-family: icomoon;
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 16px;
  }
}
/* open/closed state */
@media screen {
  .listFilter__dropdown_options input:checked + label:before {
    content: '\e91c';
  }
  .listFilter__dropdown_options input:not(:checked) + label:before {
    content: '';
  }
}
/*  =========================================================
button for fullscreen map
========================================================= */
@media screen and (max-width: 1000px) {
  .fulltextSearch__list_filterWrapper .ghost-button {
    display: block;
    width: 100%;
    height: 58px;
    text-align: left;
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
  }
  .fulltextSearch__list_filterWrapper .ghost-button > [class*="icon-"] {
    font-size: 36px;
    line-height: 55px;
  }
}

/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage listFilter
 * @author     bruetsch
 * @since      29.03.2016
 * @version    $Id$
 **/
/*  =========================================================
offcanvas
offcanvas area
offcanvas closer
offcanvas form basics
offcanvas button
========================================================== */
/*  =========================================================
offcanvas
========================================================= */
@media screen {
  .listFilter__offcanvas {
    font: 400 24px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    color: #545454;
    text-transform: uppercase;
    border: 2px solid #545454;
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .listFilter__offcanvas > label {
    padding: 14px 20px 14px 60px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .listFilter__offcanvas > label:before {
    font-family: icomoon;
    font-size: 36px;
    content: "\e91e";
    position: absolute;
    top: 12px;
    left: 10px;
  }
  .listFilter__offcanvas > input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .listFilter__offcanvas {
    width: 100%;
    margin: 0px;
  }
  .listFilter__offcanvas:not(:last-of-type) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .listFilter__offcanvas > label {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .listFilter__offcanvas > label:before {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .listFilter__offcanvas {
    width: 100%;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
  }
  .listFilter__offcanvas:not(:last-of-type) {
    margin-right: 0px;
  }
  .listFilter__offcanvas > label {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .listFilter__offcanvas > label:before {
    right: 20px;
    line-height: 30px;
  }
}
/*  =========================================================
offcanvas area
========================================================= */
@media screen {
  .listFilter__offcanvas__area {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 62;
    width: 700px;
    height: 100vh;
    border-style: solid;
    border-color: #545454;
    border-width: 0px 0px 0px 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px 50px 30px;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .listFilter__offcanvas__loadingAnimation {
    width: 700px;
  }
}
@media screen and (min-width: 400px) {
  /* smaller filters for fulltextsearch */
  .listFilter__offcanvas__area[data-form="fulltext"],
  .listFilter__offcanvas__area[data-form="fulltext"] .listFilter__offcanvas__loadingAnimation {
    width: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .listFilter__offcanvas__area,
  .listFilter__offcanvas__loadingAnimation {
    width: 65%;
  }
}
@media screen and (max-width: 600px) {
  .listFilter__offcanvas__area,
  .listFilter__offcanvas__loadingAnimation {
    width: 100%;
  }
}
/* open/closed state */
@media screen {
  .listFilter__offcanvas > [type='checkbox']:checked ~ .listFilter__offcanvas__area {
    right: 0px;
  }
  .listFilter__offcanvas > [type='checkbox']:checked ~ .listFilter__offcanvas__area > label {
    right: 20px;
  }
  .listFilter__offcanvas > [type='checkbox']:not(:checked) ~ .listFilter__offcanvas__area,
  .listFilter__offcanvas > [type='checkbox']:not(:checked) ~ .listFilter__offcanvas__area > label {
    right: -700px;
  }
}
/*  =========================================================
offcanvas closer
========================================================= */
@media screen {
  #listFilter__offcanvas__area > label {
    display: block;
    cursor: pointer;
    text-align: right;
    font: 400 24px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    vertical-align: middle;
    margin-bottom: 50px;
    position: fixed;
    top: 0px;
    width: 660px;
    padding: 20px 0px;
    background: #fff;
    z-index: 5;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  #listFilter__offcanvas__area > label > :after {
    font-family: icomoon;
    font-size: 36px;
    content: "\e905";
    vertical-align: middle;
    color: #545454;
    padding-left: 20px;
  }
  #listFilter__offcanvas__area > label > span {
    color: #8e947d;
  }
}
@media screen and (min-width: 400px) {
  /* smaller filters for fulltextsearch */
  #listFilter__offcanvas__area[data-form="fulltext"] > label {
    width: 310px;
  }
}
@media screen and (max-width: 1400px) {
  #listFilter__offcanvas__area > label {
    width: 660px;
  }
}
@media screen and (max-width: 1000px) {
  #listFilter__offcanvas__area > label {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  #listFilter__offcanvas__area > label {
    font: 400 18px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    width: 95%;
  }
}
@media screen and (max-width: 450px) {
  #listFilter__offcanvas__area > label {
    width: 90%;
  }
}
/*  =========================================================
offcanvas form basics
========================================================= */
@media screen {
  #listFilter__offcanvas__form {
    padding-top: 70px;
  }
  #listFilter__offcanvas__form > form {
    padding-bottom: 15px;
  }
  #listFilter__offcanvas__form > form > p {
    font: 700 40px 'BebasNeue', 'Arial', 'Helvetica', sans-serif;
    margin: 0px 0px 30px 0px;
  }
  #listFilter__offcanvas__form > button {
    margin-right: 0px;
  }
}
/*  =========================================================
offcanvas button
========================================================= */
@media screen {
  #listFilter__offcanvas__form > button {
    display: inline-block;
    float: right;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  #listFilter__offcanvas__form > button {
    margin-right: 0px;
  }
}

/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage listFilter
 * @author     bruetsch
 * @since      30.03.2016
 * @version    $Id$
 **/
/*  =========================================================
datepicker
========================================================== */
/*  =========================================================
date-form
========================================================= */
@media screen {
  .pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 2px solid #545454;
    border-bottom-color: #545454;
    border-top: 0px;
    font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
  }
  .pika-single.is-bound {
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pika-label {
    font: 300 18px "SourceSansPro", "Arial", "Helvetica", sans-serif;
    color: #545454;
  }
  .pika-prev,
  .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 25px;
    height: 35px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 35px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.7;
    *position: absolute;
    *top: 0;
  }
  .pika-table th {
    color: #8e947d;
    font-size: 14px;
    line-height: 25px;
    font-weight: inherit;
    text-align: center;
  }
  .is-today .pika-button {
    color: #8e947d;
    font-weight: bold;
  }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #8e947d;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .is-inrange .pika-button {
    background: #bec89f;
  }
  .is-startrange .pika-button {
    color: #fff;
    background: #8e947d;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .is-endrange .pika-button {
    color: #fff;
    background: #8e947d;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
  }
  .pika-button:hover {
    color: #fff;
    background: #e1e3dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}

/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage listFilter
 * @author     bruetsch
 * @since      29.03.2016
 * @version    $Id$
 **/
/*  =========================================================
date-freeform suggestions
dropdown
========================================================== */
/*  =========================================================
date-freeform suggestions
========================================================= */
@media screen {
  #listFilter__offcanvas__form .contentForm__form__inputgroup.offcanvasFreeForm .contentForm__form__inputset {
    position: relative;
  }
  #listFilter__offcanvas__form .contentForm__form__inputgroup.offcanvasFreeForm .contentForm__form__inputset .suggestions {
    background-color: #f8f8f8;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 98px;
    left: 0px;
    z-index: 4;
    width: 100%;
    display: none;
  }
  #listFilter__offcanvas__form .contentForm__form__inputgroup.offcanvasFreeForm .contentForm__form__inputset .suggestions .type-location {
    margin: 0px;
    padding: 0px;
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    text-transform: none;
    margin-bottom: 10px;
  }
  #listFilter__offcanvas__form .contentForm__form__inputgroup.offcanvasFreeForm .contentForm__form__inputset .suggestions .type-location > strong {
    font: 600 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    font-style: italic;
  }
}
@media screen and (max-width: 1000px) {
  #listFilter__offcanvas__form .contentForm__form__inputgroup.offcanvasFreeForm .contentForm__form__inputset .suggestions {
    position: absolute;
    top: 76px;
    left: 0px;
  }
}
/*  =========================================================
date-freeform dropdown
========================================================= */
@media screen {
  #listFilter__offcanvas__form .listFilter__dropdown {
    width: 100%;
    margin-bottom: 30px;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > label {
    margin: 0px;
    font-weight: 400;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options {
    margin: 0px;
    padding: 20px 0px;
    position: relative;
    border: 0px;
    border-top: 2px solid #545454;
    left: 0px;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 50%;
    display: inline-block;
    position: relative;
  }
  #listFilter__offcanvas__form .singleCheckbox input,
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li > input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  #listFilter__offcanvas__form .singleCheckbox input + label,
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li > label {
    position: relative;
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    text-transform: none;
    margin-left: 48px;
  }
  #listFilter__offcanvas__form .singleCheckbox input + label:before,
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li > label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #545454;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    left: -28px;
  }
  #listFilter__offcanvas__form .singleCheckbox input:checked + label:before,
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li > input:checked ~ label:before {
    font-family: icomoon;
    font-size: 15px;
    content: "\e91c";
    color: #fff;
    background-color: #545454;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li.stars {
    width: 100%;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li.stars label > span {
    height: 20px;
    width: auto;
    display: inline-block;
    float: none!important;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li.stars label > span:before {
    font-family: icomoon;
    font-size: 15px;
    content: "\e921";
    color: #545454;
  }
}
@media screen and (max-width: 1000px) {
  #listFilter__offcanvas__form .listFilter__dropdown {
    width: 100%;
    margin-bottom: 30px;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > label {
    margin: 0px;
    font-weight: 400;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options {
    margin: 0px;
    padding: 20px 0px;
    position: relative;
    border: 0px;
    border-top: 2px solid #545454;
    left: 0px;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0px;
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li > input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li > label {
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    text-transform: none;
    margin-left: 48px;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li > label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #545454;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li > input:checked ~ label:before {
    font-family: icomoon;
    font-size: 15px;
    content: "\e91c";
    color: #fff;
    background-color: #545454;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li.stars {
    width: 100%;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li.stars label > span {
    height: 20px;
    width: auto;
    display: inline-block;
    float: none!important;
  }
  #listFilter__offcanvas__form .listFilter__dropdown > .listFilter__dropdown_options > li.stars label > span:before {
    font-family: icomoon;
    font-size: 15px;
    content: "\e921";
    color: #545454;
  }
}

/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage listFilter
 * @author     bruetsch
 * @since      29.03.2016
 * @version    $Id$
 **/
/*  =========================================================
offcanvas form sorting basics
offcanvas form sorting label styling
========================================================== */
/*  =========================================================
offcanvas form sorting basics
========================================================= */
@media screen {
  #listFilter__offcanvas__form > .sorting > fieldset {
    position: relative;
    margin-bottom: 30px;
  }
  #listFilter__offcanvas__form > .sorting > fieldset label,
  #listFilter__offcanvas__form > .sorting > fieldset p {
    font: 400 24px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    text-transform: none;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
  }
  #listFilter__offcanvas__form > .sorting > fieldset label:first-child,
  #listFilter__offcanvas__form > .sorting > fieldset p {
    width: 180px;
  }
  #listFilter__offcanvas__form > .sorting > fieldset input {
    position: absolute;
    right: 9999px;
  }
}
@media screen and (max-width: 1000px) {
  #listFilter__offcanvas__form > .sorting > fieldset label,
  #listFilter__offcanvas__form > .sorting > fieldset p {
    font: 400 18px 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
  }
  #listFilter__offcanvas__form > .sorting > fieldset label:first-child,
  #listFilter__offcanvas__form > .sorting > fieldset p {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  #listFilter__offcanvas__form > .sorting > fieldset label:first-child,
  #listFilter__offcanvas__form > .sorting > fieldset p {
    width: 90px;
  }
}
/*  =========================================================
offcanvas form sorting label styling
========================================================= */
@media screen {
  #listFilter__offcanvas__form > .sorting > fieldset label.checkbox,
  #listFilter__offcanvas__form > .sorting > fieldset label.arrowDown,
  #listFilter__offcanvas__form > .sorting > fieldset label.arrowUp {
    position: relative;
    cursor: pointer;
    vertical-align: top;
  }
  #listFilter__offcanvas__form > .sorting > fieldset label.arrowDown,
  #listFilter__offcanvas__form > .sorting > fieldset label.arrowUp {
    text-indent: -9999px;
  }
  #listFilter__offcanvas__form > .sorting > fieldset label.checkbox:after {
    content: " ";
    height: 30px;
    width: 30px;
    border: 2px solid #545454;
    display: inline-block;
    position: absolute;
    left: 180px;
    top: 0px;
  }
  #listFilter__offcanvas__form > .sorting > fieldset input.checkbox:checked ~ label.checkbox:after {
    font-family: icomoon;
    font-size: 20px;
    content: "\e91c";
    color: #fff;
    background-color: #545454;
    height: 30px;
    width: 30px;
    border: 2px solid #545454;
    display: inline-block;
    position: absolute;
    left: 180px;
    top: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0px 0px 3px;
  }
  #listFilter__offcanvas__form > .sorting > fieldset label.arrowDown:after,
  #listFilter__offcanvas__form > .sorting > fieldset label.arrowUp:after {
    font-family: icomoon;
    font-size: 20px;
    height: 30px;
    width: 60px;
    border: 2px solid #545454;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
    text-indent: 0;
  }
  #listFilter__offcanvas__form > .sorting > fieldset label.arrowDown:after {
    content: "\e909";
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #listFilter__offcanvas__form > .sorting > fieldset label.arrowUp:after {
    content: "\e90a";
    border-left: 0px;
    position: absolute;
    left: 60px;
    top: 0px;
  }
  #listFilter__offcanvas__form > .sorting > fieldset input.arrowDown:checked + label:after,
  #listFilter__offcanvas__form > .sorting > fieldset input.arrowUp:checked + label:after {
    background-color: #545454;
    color: #fff;
  }
}

/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage listFIlter
 * @author     bruetsch
 * @since      09.12.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
========================================================== */
/*  =========================================================
general structure
========================================================= */
@media screen {
  .listFilter__searchArea {
    width: 100%;
    display: block;
    border-bottom: 3px solid #545454;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px 0px 100px 0px;
    position: relative;
  }
  .listFilter__searchArea > label {
    display: none;
  }
  .listFilter__searchArea > input {
    border: 0px;
    padding: 19px 75px 14px 25px;
    width: 100%;
    font-family: 'SourceSansPro', 'Arial', 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #545454;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
  }
  .listFilter__searchArea > button {
    height: 58px;
    width: 75px;
    border: 0px;
    padding: 0px;
    background-color: #545454;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .listFilter__searchArea > button > span {
    font-size: 36px;
    color: #f8f8f8;
  }
}
@media screen and (max-width: 1000px) {
  .listFilter__searchArea {
    margin: 20px 0px 50px 0px;
  }
}
@media screen and (max-width: 600px) {
  .listFilter__searchArea {
    margin: 0px 0px 30px 0px;
  }
}
