/*!*************************************************************************************************************************************************************************************************************!*\
  !*** 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/module-intro/module-intro.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 */
.module-intro {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 90.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .module-intro {
    width: 55.46875vw;
  }
}
@media only screen and (min-width: 1024px) {
  .module-intro {
    margin-bottom: 64px;
    width: 70.0520833333vw;
  }
}
@media only screen and (min-width: 1680px) {
  .module-intro {
    width: 1172px;
  }
}

.module-intro--center {
  text-align: center;
}

.module-intro__headline {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 2.25rem;
  color: var(--text-intro-headline-color);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .module-intro__headline {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .module-intro__headline {
    font-size: 3.75rem;
  }
}

.module-intro__subline {
  font-family: "Istok Web", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: var(--text-intro-subline-color);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .module-intro__subline {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .module-intro__subline {
    font-size: 2.25rem;
  }
}
