/*!*************************************************************************************************************************************************************************************************!*\
  !*** 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!./pages/recipe/preparation.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 */
.recipe-preparation-step:not(:first-child) {
  margin-top: 40px;
}

.recipe-preparation-step__image {
  border-radius: var(--border-radius-l);
  overflow: hidden;
  margin-bottom: 24px;
}

.recipe-preparation-step__content {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .recipe-preparation-step__content {
    padding-left: 48px;
  }
}

.recipe-preparation-step__title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 1.5rem;
  color: var(--recipe-preparation-headline-color);
  margin-bottom: 24px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .recipe-preparation-step__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .recipe-preparation-step__title {
    font-size: 2.25rem;
  }
}
.recipe-preparation-step__title::before {
  content: attr(data-step);
  margin-right: 8px;
}
@media only screen and (min-width: 1024px) {
  .recipe-preparation-step__title::before {
    left: -48px;
    position: absolute;
  }
}

.recipe-prepration-step__index {
  display: none;
}

.recipe-preparation-step__utilities {
  margin-bottom: 24px;
}

.recipe-preparation-step__utilities-headline {
  font-weight: 700;
}

.recipe-preparation-step__ingredients {
  margin-bottom: 24px;
}

.recipe-preparation-step__ingredients-headline {
  font-weight: 700;
  margin-bottom: 24px;
}

.recipe-preparation-step__description {
  margin-top: 24px;
}

.recipe-preparation__headline {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 2rem;
  color: var(--recipe-preparation-headline-color);
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .recipe-preparation__headline {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .recipe-preparation__headline {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .recipe-preparation__headline {
    margin-block: 40px;
    text-align: left;
  }
}
