/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** 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/media-restriction/media-restriction.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 */
.media-restriction {
  align-items: center;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(28, 28, 28, 0.35);
  color: #fff;
  display: flex;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.media-restriction__headline {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 1.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .media-restriction__headline {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .media-restriction__headline {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .media-restriction__headline {
    margin-bottom: 24px;
  }
}

.media-restriction__inner {
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .media-restriction__inner {
    height: auto;
  }
}

.media-restriction__scroll {
  height: 100%;
  padding: 15px;
}
@media only screen and (min-width: 1024px) {
  .media-restriction__scroll {
    padding: 60px;
  }
}

.media-restriction__text {
  font-size: 18px;
  line-height: 150%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .media-restriction__text {
    margin-bottom: 24px;
  }
}
