/*!******************************************************************************************************************************************************************************************************!*\
  !*** 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/teaser-list/teaser-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 */
.teaser-list {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .teaser-list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .teaser-list {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 768px) {
  .teaser-list {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .teaser-list {
    margin-bottom: 104px;
  }
}
.teaser-list .cta {
  margin-top: 40px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  width: var(--content-width);
}
@media only screen and (min-width: 1024px) {
  .teaser-list .cta {
    margin-top: 64px;
    width: 40.8854166667vw;
  }
}
@media only screen and (min-width: 1680px) {
  .teaser-list .cta {
    width: 684px;
  }
}
.teaser-list .slider:not(.slider--unlocked) {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .teaser-list .slider::before, .teaser-list .slider::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    width: calc(50vw - 43.75vw);
  }
  .teaser-list .slider::before {
    background-image: linear-gradient(to right, var(--color-body-background) 0, color-mix(in srgb, var(--color-body-background), transparent 100%) 100%);
    left: 0;
  }
  .teaser-list .slider::after {
    right: 0;
    background-image: linear-gradient(to left, var(--color-body-background) 0, color-mix(in srgb, var(--color-body-background), transparent 100%) 100%);
  }
}
@media only screen and (min-width: 1024px) {
  .teaser-list .slider--unlocked ~ .cta {
    margin-top: -48px;
  }
}
@media only screen and (min-width: 1680px) {
  .teaser-list .slider::before, .teaser-list .slider::after {
    width: calc(840px - 732px);
  }
}

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

.teaser-list__item {
  padding-left: 1.8666666667vw;
  padding-right: 1.8666666667vw;
  flex-basis: 93.8666666667vw;
  width: 93.8666666667vw;
  max-width: 93.8666666667vw;
}
@media only screen and (min-width: 768px) {
  .teaser-list__item {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 43.75vw;
    width: 43.75vw;
    max-width: 43.75vw;
  }
}
@media only screen and (min-width: 1024px) {
  .teaser-list__item {
    flex-basis: 29.1666666667vw;
    width: 29.1666666667vw;
    max-width: 29.1666666667vw;
  }
}
@media only screen and (min-width: 1680px) {
  .teaser-list__item {
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 488px;
    width: 488px;
    max-width: 488px;
  }
}
