/*!********************************************************************************************************************************************************************************************************!*\
  !*** 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/video-module/video-module.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 */
.video-module {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .video-module {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .video-module {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 768px) {
  .video-module {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .video-module {
    margin-bottom: 104px;
  }
}
.video-module .media__wrapper[data-media=youtube] .media__file:not(.media__play)::before,
.video-module .media__wrapper[data-media=video].has--poster .media__file:not(.media__play)::before {
  aspect-ratio: 16/9;
}

.video-module__outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media only screen and (min-width: 320px) {
  .video-module__outer {
    width: 93.8666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .video-module__outer {
    width: 87.5vw;
  }
}
@media only screen and (min-width: 1680px) {
  .video-module__outer {
    width: 1464px;
  }
}

.video-module__inner {
  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) {
  .video-module__inner {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 87.5vw;
  }
}
@media only screen and (min-width: 1440px) {
  .video-module__inner {
    flex-basis: 72.9166666667vw;
    width: 72.9166666667vw;
    max-width: 72.9166666667vw;
  }
}
@media only screen and (min-width: 1680px) {
  .video-module__inner {
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 1220px;
    width: 1220px;
    max-width: 1220px;
  }
}

.video-module__video-preview {
  border-radius: var(--border-radius-l);
  position: relative;
}
.video-module__video-preview img:not(.media__play-control) {
  aspect-ratio: 16/9;
  border-radius: var(--border-radius-l);
  width: 100%;
}

.video-module__video-caption {
  font-size: 0.875rem;
  line-height: 150%;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .video-module__video-caption {
    margin-left: 14px;
  }
}
