/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../Templates/Modules/Impressions/frontend.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/*  ==========================================================================
    MODULE
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    FUNCTIONS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global functions
    ========================================================================== */
/*  ==========================================================================
    VARIABLES COLLECTION
    ========================================================================== */
/*  ==========================================================================
    CLASS NAMES
    Collection of class-names.
    ========================================================================== */
/*  ==========================================================================
    COLORS
    List all colors concerning your project here

    INFO:
    - use for your colors at least the prefix "$clr-"
    ========================================================================== */
/*  ==========================================================================
    DIMENSIONS
    List of some recurring dimensions.

    INFO:
    - don't delete any unit!
    - do unit changes with care
    - try to use prefixes (f.e. "zi" for "z-index", "hgt" for "height", "wdt" for "width" etc.)
    - if possible try to define the main z-index values here
    - don't put all dimensions in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    MEDIA QUERIES
    Collection of media queries.
    ========================================================================== */
/*  ==========================================================================
    TYPOGRAPHY
    Font settings concerning your project.

    INFO:
    - don't delete anything!
    - use changes in here with care
    - try to use prefixes (f.e. "ff" for "font-family", "fs" for "font-size", "fw" for "font-weight" ecc.)
    - don't put all properties in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    DEFAULTS
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    DEFAULTS
    ========================================================================== */
/*
 * FONTS
 */
/*
 * IMAGES
 */
/*
 * GENERALS
 */
/*
 * WRAPPER DIMENSIONS
 * generates wrapper padding & max-width
 */
/*
 * RESPONSIVE PROPERTIES
 * creates a css-property for each media query (desktop, tablet & mobile)
 */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    CONTENT
    Helpers for Headlines/RichText/...

    INFO:
    - all mixins should start with "content" as prefix
    ========================================================================== */
/*
 * OVERLINE
 */
/*
 * HEADLINES
 */
/*
 * TABLE-WRAP
 */
/*
 * RICH-TEXT
 */
/*  ==========================================================================
    BUTTONS
    Helpers to edit buttons

    INFO:
    - all mixins should start with "btn" as prefix
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    VISTA
    Helper to add base style to the vista output.

    INFO:
    - Usage example:
      @include vista(100vh, 75vh, 100vh, 60vh, true);
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    POPUP
    ========================================================================== */
/*  ==========================================================================
    FLATPICKR
    ========================================================================== */
/*  ==========================================================================
    GLOBAL COLLECTION
    ========================================================================== */
/*  ==========================================================================
    MIXINS COLLECTION
    ========================================================================== */
/*  ==========================================================================
    TABS
    Helpers to edit tabs

    INFO:
    - all mixins should start with "tabs" as prefix
    ========================================================================== */
/*  ==========================================================================
    KEYFRAMES COLLECTION
    ========================================================================== */
/*  ==========================================================================
    LOADER
    ========================================================================== */
@keyframes loader-spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*  ==========================================================================
    VIEWTRANSITION
    ========================================================================== */
@keyframes view-transition-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes view-transition-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* STYLING
 * --------------------------------------------------------------------------- */
.MOD-Impressions {
  background: #e6ddd3;
  overflow: hidden;
  padding: 16em 0 7em 0;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.MOD-Impressions .MOD-Impressions__wrap {
  position: relative;
}
.MOD-Impressions .MOD-Impressions__overlay {
  position: absolute;
  right: -15em;
  z-index: 3;
}
.MOD-Impressions .MOD-Impressions__overlay-img svg {
  width: 180%;
  height: auto;
  margin-top: -5em;
}
.MOD-Impressions .MOD-Impressions__list {
  width: 75%;
  margin-left: 0;
  overflow: visible;
}
.MOD-Impressions .MOD-Impressions__list:after {
  content: "";
  background: #e6ddd3;
  width: 25%;
  height: 102%;
  position: absolute;
  top: -2px;
  left: -25%;
  z-index: 5;
}
.MOD-Impressions .MOD-Impressions__slider-elements {
  position: absolute;
  top: 50%;
  left: -9em;
  width: 9em;
}
@media (max-width: 1700px) {
  .MOD-Impressions .MOD-Impressions__slider-elements {
    left: -2.5vw;
  }
}
@media (max-width: 1024px) {
  .MOD-Impressions .MOD-Impressions__overlay {
    right: -23em;
  }
  .MOD-Impressions .MOD-Impressions__overlay svg {
    width: max-content;
  }
  .MOD-Impressions .MOD-Impressions__slider-elements {
    top: initial;
    bottom: -6em;
    display: flex;
    align-content: center;
    left: 0;
    right: 0;
    width: 100%;
  }
  .MOD-Impressions .MOD-Impressions__arrows {
    display: flex;
    gap: 7em;
    flex-direction: row-reverse;
  }
  .MOD-Impressions .MOD-Impressions__pagination {
    position: absolute;
  }
  .MOD-Impressions .DNA-button-outher {
    display: none;
  }
}
@media (max-width: 767px) {
  .MOD-Impressions {
    padding: 7em 0 7em 0;
  }
  .MOD-Impressions .MOD-Impressions__overlay {
    right: -25em;
  }
  .MOD-Impressions .MOD-Impressions__list {
    width: 85%;
  }
}
