/*!**********************************************************************************************************************************************************************************************!*\
  !*** 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/startpage/stage.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 */
.startpage-stage {
  margin-bottom: 100px;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .startpage-stage {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .startpage-stage {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .startpage-stage {
    padding-top: 0;
  }
}

.startpage-stage__inner {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .startpage-stage__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    position: relative;
  }
}
@media only screen and (min-width: 1680px) {
  .startpage-stage__inner {
    margin-inline: auto;
    width: 1416px;
  }
}

.startpage-stage__media {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
}
.startpage-stage__media img {
  display: block;
  height: 100%;
  max-height: 375px;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .startpage-stage__media img {
    max-height: 550px;
  }
}

.startpage-stage__content {
  padding-left: 1.8666666667vw;
  padding-right: 1.8666666667vw;
  flex-basis: 93.8666666667vw;
  width: 93.8666666667vw;
  max-width: 93.8666666667vw;
  margin-inline: auto;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .startpage-stage__content {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 87.5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .startpage-stage__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-column: 1/-1;
    grid-row: 1/-1;
    justify-content: flex-end;
    text-align: unset;
    z-index: 2;
  }
}
@media only screen and (min-width: 1680px) {
  .startpage-stage__content {
    width: 1416px;
  }
}

.startpage-stage__content-inner {
  background-color: #fff;
  border-radius: var(--startpage-stage-image-border-radius);
  box-shadow: var(--box-shadow-l);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 16px;
  position: relative;
  top: -40px;
}
@media only screen and (min-width: 1024px) {
  .startpage-stage__content-inner {
    padding: 40px;
    top: 40px;
    max-width: 48.1770833333vw;
  }
}
@media only screen and (min-width: 1680px) {
  .startpage-stage__content-inner {
    max-width: 806px;
  }
}
.startpage-stage__content-inner .cta {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .startpage-stage__content-inner .cta {
    justify-content: unset;
  }
}

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

.startpage-stage__copy {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media only screen and (min-width: 1024px) {
  .startpage-stage__copy {
    gap: 24px 0;
  }
}
