/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Eyecatcher/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-Eyecatcher {
  position: relative;
  padding: 20em 0;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.MOD-Eyecatcher .MOD-Eyecatcher__signet {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.MOD-Eyecatcher .MOD-Eyecatcher__wrap {
  position: relative;
}
.MOD-Eyecatcher .MOD-Eyecatcher__item {
  display: flex;
  align-items: center;
  gap: 18em;
}
.MOD-Eyecatcher .MOD-Eyecatcher__item > div {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: 50%;
}
.MOD-Eyecatcher .MOD-Eyecatcher__slogan {
  max-width: 50em;
}
.MOD-Eyecatcher .MOD-Eyecatcher__slogan > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .MOD-Eyecatcher .MOD-Eyecatcher__slogan > * {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .MOD-Eyecatcher .MOD-Eyecatcher__slogan > * {
    font-size: 1.4em;
  }
}
.MOD-Eyecatcher .MOD-Eyecatcher__slider-elements {
  position: absolute;
  top: 50%;
  left: -9em;
  width: 9em;
}
.MOD-Eyecatcher .MOD-Eyecatcher__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  background: #74584C;
}
.MOD-Eyecatcher .MOD-Eyecatcher__bg .DNA-media {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.MOD-Eyecatcher .MOD-Eyecatcher__bg img {
  opacity: 0.4;
  height: 100%;
  object-fit: cover;
}
.MOD-Eyecatcher .DNA-headlines {
  margin-bottom: 4em;
}
.MOD-Eyecatcher .DNA-headlines > *:nth-child(1) > *:nth-child(1),
.MOD-Eyecatcher .DNA-headlines > *:nth-child(1) > *:nth-child(2) {
  color: #FFFFFF;
  text-align: left;
}
.MOD-Eyecatcher .DNA-button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.MOD-Eyecatcher .DNA-button-svg {
  border: 1px solid #FFFFFF;
}
.MOD-Eyecatcher .DNA-button-svg path {
  stroke: #FFFFFF;
}
.MOD-Eyecatcher ul {
  padding-left: 1.2em;
}
.MOD-Eyecatcher ul li {
  display: list-item;
}
@media (max-width: 1700px) {
  .MOD-Eyecatcher .MOD-Eyecatcher__slider-elements {
    left: -1.5vw;
  }
}
@media (max-width: 1024px) {
  .MOD-Eyecatcher {
    padding: 16em 0;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__wrap {
    padding-left: 0;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__item {
    gap: 5em;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__signet svg {
    width: 7.7em;
    height: auto;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__slider-elements {
    position: absolute;
    top: initial;
    left: 9em;
    bottom: -10em;
    display: flex;
    flex-direction: row;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__arrows {
    gap: 6em;
    flex-direction: row-reverse;
    align-items: center;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__pagination {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .MOD-Eyecatcher {
    padding: 3em 0 10em 0;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__wrap {
    padding: 0 4em;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__item {
    flex-direction: column;
    gap: 2em;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__item > div {
    width: 100%;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__signet {
    z-index: 2;
  }
  .MOD-Eyecatcher .MOD-Eyecatcher__slider-elements {
    transform: translateX(-50%);
    bottom: -6em;
    left: 50%;
  }
  .MOD-Eyecatcher .DNA-headlines {
    margin-bottom: 2em;
  }
  .MOD-Eyecatcher .DNA-button-outher {
    justify-content: center;
    margin-bottom: 2em;
  }
}
