/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/filter/filter-list.scss ***!
  \******************************************************************************************************************************************************************************************************/
/** GLOBALS **/
/************
/** VARIABLES
/****************************************/
/*
$grids: (
    'default': $mobile_base,
    'switches': (
        $mobile_switch: $mobile_base,
        $tablet_switch: $tablet_base,
        $max_switch: $max_base
    ),
    'definitions': (
        $mobile_base: (
            'columns': 8,
            'column': 44,
            'gutter': 14,
            'fix': false
        ),
        $tablet_base: (
            'columns': 12,
            'column': 56,
            'gutter': 22,
            'fix': false
        ),
        $max_base: (
            'columns': 12,
            'column': 139,
            'gutter': 54,
            'fix': true
        )
    )
);
*/
/* EASING */
/* Font settings */
/************
/** COLOR VARIABLES
/****************************************/
/* **************************** */
/* Pimcore-editmode used colors */
/* **************************** */
/* **************************** */
/************
/** DEFINITION OF OWN MIXINS
/****************************************/
/* stylelint-disable */
.filter-list {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .filter-list {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-list {
    margin-top: 100px;
  }
}

.filter-list__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-block: -20px;
}
@media only screen and (min-width: 320px) {
  .filter-list__items {
    width: 93.8666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .filter-list__items {
    width: 87.5vw;
  }
}
@media only screen and (min-width: 1680px) {
  .filter-list__items {
    width: 1464px;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-list__items {
    margin-block: -40px;
  }
}

.filter-list__item {
  padding-left: 1.8666666667vw;
  padding-right: 1.8666666667vw;
  flex-basis: 93.8666666667vw;
  width: 93.8666666667vw;
  max-width: 93.8666666667vw;
  margin-block: 20px;
}
@media only screen and (min-width: 768px) {
  .filter-list__item {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-list__item {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-block: 40px;
  }
}
@media only screen and (min-width: 1680px) {
  .filter-list__item {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.filter-list__footer {
  margin-inline: auto;
  margin-top: 64px;
  text-align: center;
  width: 100%;
}
