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

.text-image__frame {
  max-width: 1680px;
  margin-inline: auto;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .text-image__frame {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image__frame {
    padding-top: 0;
  }
}

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

.text-image__media {
  padding-left: 1.8666666667vw;
  padding-right: 1.8666666667vw;
  flex-basis: 93.8666666667vw;
  width: 93.8666666667vw;
  max-width: 93.8666666667vw;
}
.text-image__media::before {
  background-color: var(--text-image-background-color, black);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 90.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .text-image__media::before {
    height: 83.7239583333vw;
  }
}
@media only screen and (min-width: 1680px) {
  .text-image__media::before {
    left: calc(-1 * (50vw - 732px));
  }
}
@media only screen and (min-width: 1024px) {
  .text-image__media::before {
    left: calc(-1 * (50vw - 43.75vw));
    right: auto;
    width: calc(33.59375vw + calc(50vw - 42.3177083333vw));
    height: 100%;
    border-radius: 0 var(--border-radius-l) var(--border-radius-l) 0;
  }
}
@media only screen and (min-width: 1680px) {
  .text-image__media::before {
    left: calc(-1 * (50vw - 732px));
    width: calc(562px + calc(50vw - 708px));
  }
}
.text-image__media .image {
  position: relative;
  z-index: 1;
}
.text-image__media .image img {
  border-radius: var(--border-radius-l);
}
@media only screen and (min-width: 1024px) {
  .text-image__media {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 43.75vw;
    width: 43.75vw;
    max-width: 43.75vw;
    position: relative;
    padding-block: 40px;
  }
  .text-image__media .image img {
    aspect-ratio: 589/549;
  }
}
@media only screen and (min-width: 1680px) {
  .text-image__media {
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 732px;
    width: 732px;
    max-width: 732px;
  }
}

.text-image__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: 1024px) {
  .text-image__content {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 43.75vw;
    width: 43.75vw;
    max-width: 43.75vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 1680px) {
  .text-image__content {
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 732px;
    width: 732px;
    max-width: 732px;
  }
}

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

@media only screen and (min-width: 1024px) {
  .text-image--reversed .text-image__media {
    order: 2;
  }
  .text-image--reversed .text-image__content {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image--reversed .text-image__media::before {
    left: auto;
    right: calc(-1 * (50vw - 43.75vw));
    border-radius: var(--border-radius-l) 0 0 var(--border-radius-l);
  }
}
@media only screen and (min-width: 1680px) {
  .text-image--reversed .text-image__media::before {
    right: calc(-1 * (50vw - 732px));
  }
}
@media only screen and (min-width: 1024px) {
  .text-image--reversed .text-image__header,
  .text-image--reversed .text-image__copy,
  .text-image--reversed .cta {
    padding-right: 2.2135416667vw;
  }
}
@media only screen and (min-width: 1680px) {
  .text-image--reversed .text-image__header,
  .text-image--reversed .text-image__copy,
  .text-image--reversed .cta {
    padding-right: 37px;
  }
}

@media only screen and (min-width: 1024px) {
  .text-image:not(.text-image--reversed) .text-image__header,
  .text-image:not(.text-image--reversed) .text-image__copy,
  .text-image:not(.text-image--reversed) .cta {
    padding-left: 2.2135416667vw;
  }
}
@media only screen and (min-width: 1680px) {
  .text-image:not(.text-image--reversed) .text-image__header,
  .text-image:not(.text-image--reversed) .text-image__copy,
  .text-image:not(.text-image--reversed) .cta {
    padding-left: 37px;
  }
}
