/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Timeline/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/*  ==========================================================================
    MODULE
    ========================================================================== */
/*  ==========================================================================
    STORAGE
    ========================================================================== */
/*  ==========================================================================
    VARIABLES
    Collection of all variables

    INFO:
    - try to use variables as much as possible, it makes life easier
    - try to use meaningful prefixes, e.g. "$clr-" for color variables
      or "$fs-" for font-sizes
    ========================================================================== */
/*  ==========================================================================
    CLASS NAMES
    Collection of class-names.
    ========================================================================== */
/*  ==========================================================================
    COLORS
    List all colors concerning your project here

    INFO:
    - use for your colors at least the prefix "$clr-"
    ========================================================================== */
/*  ==========================================================================
    DEFAULTS
    ========================================================================== */
/*  ==========================================================================
    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!)
    ========================================================================== */
/*  ==========================================================================
    FUNCIONS
    Collection of all functions
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global functions
    ========================================================================== */
/*  ==========================================================================
    MIXINS
    Collection of all mixins (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global helpers

    INFO:
    - no specific naming convention (no prefix) except to not use camelcase if possible!
    - use it with care, its not a trash can!
    - contributions for the kickstarter are welcome!
    ========================================================================== */
/*
 * WRAPPER DIMENSIONS
 * generates wrapper padding & max-width
 */
/*
 * RESPONSIVE PROPERTIES
 * creates a css-property for each media query (desktop, tablet & mobile)
 */
/*  ==========================================================================
    TYPOGRAPHY
    Helpers to arrange type

    INFO:
    - all mixins should start with "typo" as prefix
    ========================================================================== */
/*  ==========================================================================
    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
    ========================================================================== */
/*  ==========================================================================
    IMAGES
    Collection of all helpers for images

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

    INFO:
    - Usage example:
      @include vista(100vh, 75vh, 100vh, 60vh, true);
    ========================================================================== */
/*  ==========================================================================
    POPUP
    ========================================================================== */
/*  ==========================================================================
    FLATPICKR
    ========================================================================== */
/*  ==========================================================================
    HEADER
    Helpers to edit header

    INFO:
    - all mixins should start with "header" as prefix
    ========================================================================== */
/*  ==========================================================================
    MISC
    ========================================================================== */
/*  ==========================================================================
    MISC
    ========================================================================== */
/*  ==========================================================================
    EHOTELIER
    Helpers to edit eHotelier elements

    INFO:
    - all mixins should start with "ehot" as prefix
    ========================================================================== */
/*  ==========================================================================
    FOOTER
    Helpers to edit footer

    INFO:
    - all mixins should start with "footer" as prefix
    ========================================================================== */
/*  ==========================================================================
    KEYFRAMES
    Collection of all keyframes (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    LOADER
    ========================================================================== */
@keyframes loader-spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*  ==========================================================================
    MISC
    ========================================================================== */
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    background: rgba(180, 144, 98, 0.3);
  }
  100% {
    transform: scale(1.1);
    background: rgba(180, 144, 98, 0);
  }
}
/* STYLING
 * --------------------------------------------------------------------------- */
:root {
  --data-count: 1;
}

.DNA-module[data-id=Timeline] {
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=Timeline] .DNA-module__wrap {
  display: flex;
  gap: 22.5em;
}
.DNA-module[data-id=Timeline] .DNA-module__container {
  max-width: 100em;
}
.DNA-module[data-id=Timeline] .DNA-module__content {
  display: flex;
  flex-direction: column;
}
.DNA-module[data-id=Timeline] .DNA-module__content[data-active="0"] {
  display: none;
}
.DNA-module[data-id=Timeline] .DNA-module__rte {
  margin-top: 1.5em;
}
.DNA-module[data-id=Timeline] .DNA-module__button {
  margin-top: 3em;
}
.DNA-module[data-id=Timeline] .DNA-module__image {
  margin-top: 11em;
  position: relative;
}
.DNA-module[data-id=Timeline] .DNA-module__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=Timeline] .DNA-module__image-slider-elements {
  display: flex;
  gap: 1.2em;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  pointer-events: none;
}
.DNA-module[data-id=Timeline] .DNA-module__image-slider-elements .DNA-slider-pagination {
  color: #FFFFFF;
  font-weight: 300;
}
.DNA-module[data-id=Timeline] .DNA-module__image-slider-elements .DNA-slider-pagination > * {
  font-size: 1.4em;
}
.DNA-module[data-id=Timeline] .DNA-module__image-slider-elements .DNA-slider-pagination > *:first-child {
  font-weight: 500;
}
.DNA-module[data-id=Timeline] .DNA-module__image-slider-elements .DNA-slider-arrows {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.DNA-module[data-id=Timeline] .DNA-module__image-slider-elements .DNA-slider-arrows__arrow {
  padding: 1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.DNA-module[data-id=Timeline] .DNA-module__image-slider-elements .DNA-slider-arrows__arrow > * {
  font-size: 1.2em;
}
.DNA-module[data-id=Timeline] .DNA-module__image-slider-elements > * {
  pointer-events: all;
}
.DNA-module[data-id=Timeline] .DNA-module__image-slider-elements[data-active="1"] {
  padding: 1em 2em;
  background: linear-gradient(to top, #1C1C1C, rgba(28, 28, 28, 0));
}
.DNA-module[data-id=Timeline] .DNA-module__list__wrap {
  display: flex;
}
.DNA-module[data-id=Timeline] .DNA-module__item {
  position: relative;
  cursor: pointer;
}
.DNA-module[data-id=Timeline] .DNA-module__item__line:before, .DNA-module[data-id=Timeline] .DNA-module__item__line:after {
  content: "";
  position: absolute;
  background: #B49062;
}
.DNA-module[data-id=Timeline] .DNA-module__item__wrap {
  position: relative;
  padding: 1em 0;
}
.DNA-module[data-id=Timeline] .DNA-module__item:first-child .DNA-module__item__line:before {
  background: #B49062;
}
.DNA-module[data-id=Timeline] .DNA-module__item:last-child .DNA-module__item__line:after {
  background: #B49062;
}
.DNA-module[data-id=Timeline] .DNA-module__item[data-active="0"] .DNA-module__item__line:before, .DNA-module[data-id=Timeline] .DNA-module__item[data-active="0"] .DNA-module__item__line:after {
  background: transparent;
}
.DNA-module[data-id=Timeline] .DNA-module__item[data-active="0"] .DNA-module__preview__wrap {
  opacity: 0;
}
.DNA-module[data-id=Timeline] .DNA-module__item[data-active="0"] .DNA-module__date {
  color: #707070;
}
.DNA-module[data-id=Timeline] .DNA-module__preview {
  position: relative;
}
.DNA-module[data-id=Timeline] .DNA-module__preview__dot {
  width: 1.5em;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.DNA-module[data-id=Timeline] .DNA-module__preview__wrap {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #B49062;
  border-radius: 50%;
  overflow: hidden;
  border: 0.3em solid #B49062;
  position: relative;
  transition: opacity 1s;
}
.DNA-module[data-id=Timeline] .DNA-module__preview__wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.DNA-module[data-id=Timeline] .DNA-module__date {
  letter-spacing: 0.9px;
  color: #B49062;
  position: absolute;
  padding: 0 1.5em;
}
.DNA-module[data-id=Timeline] .DNA-module__date > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Timeline] .DNA-module__date > * {
    font-size: 1.3em;
  }
}
.DNA-module[data-id=Timeline][data-teaser="1"] .DNA-module__image {
  order: 1;
  margin-top: 0;
}
.DNA-module[data-id=Timeline][data-teaser="1"] .DNA-module__headlines {
  order: 2;
  margin-top: 5em;
}
.DNA-module[data-id=Timeline][data-teaser="1"] .DNA-module__rte {
  order: 3;
}
.DNA-module[data-id=Timeline][data-teaser="1"] .DNA-module__button {
  order: 4;
}
.DNA-module[data-id=Timeline][data-background=light] .DNA-module__image-slider-elements {
  background: linear-gradient(to top, #222222, rgba(34, 34, 34, 0));
}
.DNA-module[data-id=Timeline][data-background=dark] .DNA-module__image-slider-elements {
  background: linear-gradient(to top, #151515, rgba(21, 21, 21, 0));
}
@media (min-width: 1025px) {
  .DNA-module[data-id=Timeline] .DNA-module__list {
    margin-top: 5em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__list__wrap {
    flex-direction: column;
    position: sticky;
    top: 5em;
    max-height: 75vh;
    height: fit-content;
    justify-content: space-evenly;
    align-items: center;
    width: 20em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__list__wrap:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #707070;
  }
  .DNA-module[data-id=Timeline] .DNA-module__list__wrap[data-full-height="1"] {
    height: 100%;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item__line:before, .DNA-module[data-id=Timeline] .DNA-module__item__line:after {
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50%;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item__line:before {
    top: 0;
    transform: translate(-50%, calc(-100% + 1em));
    background: transparent linear-gradient(0deg, #B49062 0%, rgba(180, 144, 98, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item__line:after {
    bottom: 0;
    transform: translate(-50%, calc(100% - 1em));
    background: transparent linear-gradient(180deg, #B49062 0%, rgba(180, 144, 98, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:nth-child(odd) .DNA-module__date {
    right: 0;
    transform: translate(100%, -50%);
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:nth-child(odd)[data-active="0"] .DNA-module__date {
    right: 2em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:nth-child(even) .DNA-module__date {
    left: 0;
    transform: translate(-100%, -50%);
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:nth-child(even)[data-active="0"] .DNA-module__date {
    left: 2em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__preview__wrap {
    max-width: 8em;
    width: calc(75vh / var(--data-count) - 2em);
  }
  .DNA-module[data-id=Timeline] .DNA-module__date {
    font-weight: 300;
    top: 50%;
  }
  .DNA-module[data-id=Timeline] .DNA-module__slider-elements {
    display: none;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Timeline] .DNA-module__wrap {
    flex-direction: column;
    gap: 4em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__container {
    max-width: 100%;
  }
  .DNA-module[data-id=Timeline] .DNA-module__content[data-active="0"] {
    display: flex;
  }
  .DNA-module[data-id=Timeline] .DNA-module__image {
    margin-top: 5em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__list {
    position: sticky;
    top: 6em;
    z-index: 2;
    background-color: #1C1C1C;
  }
  .DNA-module[data-id=Timeline] .DNA-module__list__wrap {
    position: relative;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 1em 0;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item {
    width: calc(100% / var(--data-count));
    min-width: 12em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item__line:before, .DNA-module[data-id=Timeline] .DNA-module__item__line:after {
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 50%;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item__line:before {
    left: 0;
    transform: translate(0, -50%);
    background: transparent linear-gradient(271deg, #B49062 50%, #707070 100%) 0% 0% no-repeat padding-box;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item__line:after {
    right: 0;
    transform: translate(0, -50%);
    background: transparent linear-gradient(90deg, #B49062 50%, #707070 100%) 0% 0% no-repeat padding-box;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item__wrap {
    padding: 3.5em 3em;
    width: fit-content;
    margin: auto;
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:first-child .DNA-module__item__line:before {
    transform: translate(0, -50%);
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:last-child .DNA-module__item__line:after {
    transform: translate(0, -50%);
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:nth-child(odd) .DNA-module__date {
    left: 50%;
    top: 0;
    transform: translate(-50%, -1em);
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:nth-child(odd)[data-active="0"] .DNA-module__date {
    transform: translate(-50%, 2em);
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:nth-child(even) .DNA-module__date {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 1em);
  }
  .DNA-module[data-id=Timeline] .DNA-module__item:nth-child(even)[data-active="0"] .DNA-module__date {
    transform: translate(-50%, -1em);
  }
  .DNA-module[data-id=Timeline] .DNA-module__item[data-active="0"] .DNA-module__item__line:before, .DNA-module[data-id=Timeline] .DNA-module__item[data-active="0"] .DNA-module__item__line:after {
    background: #707070;
    transform: translateY(-50%);
  }
  .DNA-module[data-id=Timeline] .DNA-module__preview__dot {
    width: 1em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__preview__wrap {
    width: 6em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__date {
    letter-spacing: 0.65px;
    left: 50%;
    padding: 1.5em 0;
    width: max-content;
    max-width: 40em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__slider-elements {
    display: flex;
    gap: 1.2em;
    align-items: center;
  }
  .DNA-module[data-id=Timeline] .DNA-module__slider-elements .DNA-slider-pagination {
    color: #FFFFFF;
    font-weight: 300;
  }
  .DNA-module[data-id=Timeline] .DNA-module__slider-elements .DNA-slider-pagination > * {
    font-size: 1.4em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__slider-elements .DNA-slider-pagination > *:first-child {
    font-weight: 500;
  }
  .DNA-module[data-id=Timeline] .DNA-module__slider-elements .DNA-slider-arrows {
    display: flex;
    align-items: center;
    gap: 0.7em;
  }
  .DNA-module[data-id=Timeline] .DNA-module__slider-elements .DNA-slider-arrows__arrow {
    padding: 1em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .DNA-module[data-id=Timeline] .DNA-module__slider-elements .DNA-slider-arrows__arrow > * {
    font-size: 1.2em;
  }
  .DNA-module[data-id=Timeline][data-background=dark] .DNA-module__list {
    background-color: #151515;
  }
  .DNA-module[data-id=Timeline][data-background=light] .DNA-module__list {
    background-color: #222222;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Timeline] .DNA-module__date {
    max-width: 100%;
  }
}
