/*!****************************************************************************************************************************************************************************************************************!*\
  !*** 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!./areas/testimonial-list/testimonial-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 */
.testimonial-list {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .testimonial-list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonial-list {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-list {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonial-list {
    margin-bottom: 104px;
  }
}
.testimonial-list .slider__items {
  overflow: hidden;
}
@media only screen and (min-width: 1440px) {
  .testimonial-list .slider__inner {
    --slider-width: 70.0520833333vw;
  }
  .testimonial-list .slider__controls {
    --swiper-controls-width: 70.0520833333vw;
  }
}
@media only screen and (min-width: 1680px) {
  .testimonial-list .slider__inner {
    --slider-width: 1172px;
  }
  .testimonial-list .slider__controls {
    --swiper-controls-width: 1172px;
  }
}
