/*!****************************************************************************************************************************************************************************************!*\
  !*** 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/text/text.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 */
.text {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .text {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .text {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .text {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .text {
    margin-bottom: 52px;
  }
}
.text:last-child {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .text:last-child {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .text:last-child {
    margin-bottom: 104px;
  }
}

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

.text__content {
  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) {
  .text__content {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 72.9166666667vw;
    width: 72.9166666667vw;
    max-width: 72.9166666667vw;
  }
}
@media only screen and (min-width: 1680px) {
  .text__content {
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 1220px;
    width: 1220px;
    max-width: 1220px;
  }
}
.text__content .rte {
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .text__content .rte {
    max-width: 55.46875vw;
  }
}
@media only screen and (min-width: 1680px) {
  .text__content .rte {
    max-width: 928px;
  }
}
.text__content .rte h2,
.text__content .rte h3,
.text__content .rte h4,
.text__content .rte h5 {
  color: var(--text-highlight-color);
}
.text__content .rte .subline {
  color: var(--text-highlight-color);
}
.text__content .cta {
  margin-top: 40px;
}
