/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/CompanyTeaser/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
 * --------------------------------------------------------------------------- */
.DNA-module[data-id=CompanyTeaser] {
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__wrap {
  position: relative;
  overflow: hidden;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__list__wrap {
  display: flex;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__item {
  width: 100%;
  max-height: 120em;
  position: relative;
  display: flex;
  align-items: center;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__image {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: transparent linear-gradient(91deg, rgba(18, 18, 18, 0.8352941176) 0%, rgba(18, 18, 18, 0.6784313725) 54%, rgba(24, 26, 29, 0) 100%) 0% 0% no-repeat padding-box;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10em 29em;
  gap: 4em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__left {
  width: 12em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__left img {
  display: block;
  height: auto;
  width: 100%;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__overline {
  color: #B49062;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.7;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__overline > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__overline > * {
    font-size: 1.4em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__overline > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__headline {
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.3;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__headline > * {
  font-size: 6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__headline > * {
    font-size: 2.5em;
  }
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__button {
  display: flex;
  margin-top: 2em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__features {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 4em;
  margin-top: 3.5em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__features__item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__features__item > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__features__item > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__features__icon {
  font-size: 1em;
  width: 4em;
  height: 4em;
  aspect-ratio: 1/1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__features__icon i {
  font-size: 2.2em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__features__icon {
    width: 3em;
    height: 3em;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__features__icon i {
    font-size: 1.8em;
  }
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__features__item {
  gap: 1em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  min-width: 4.5em;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  padding-left: 5em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements__arrows {
  color: rgba(255, 255, 255, 0.7);
  pointer-events: all;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements__arrows__arrow {
  cursor: pointer;
  padding: 0 1em;
  display: flex;
  justify-content: center;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements__arrows__arrow > * {
  font-size: 5em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements__pagination {
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #FFFFFF;
  padding-top: 0.5em;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  pointer-events: all;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements__pagination > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements__pagination > * {
    font-size: 1.4em;
  }
}
@media (min-width: 1025px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements__arrows__arrow {
    transition: color 0.5s;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements__arrows__arrow:hover {
    color: #FFFFFF;
  }
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets {
  width: 80vh;
  height: 80vh;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 20em;
  transform: translate(-100%, -50%);
  z-index: 1;
  border: 1px solid #FFFFFF;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item {
  display: flex;
  align-items: center;
  gap: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  width: max-content;
  max-width: 100%;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-active {
  pointer-events: all;
  opacity: 1;
  transform: translate(calc(40vh - 1.9em), -50%);
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-active .DNA-module__bullets__text {
  display: none;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-active .DNA-module__bullets__dot {
  width: 3.8em;
  height: 3.8em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-active .DNA-module__bullets__dot:after {
  width: 1.8em;
  height: 1.8em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-active .DNA-module__bullets__dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6F6E6D;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-next {
  pointer-events: all;
  opacity: 1;
  transform: rotate(45deg) translate(calc(40vh - 1.8em)) rotate(-45deg);
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-prev {
  pointer-events: all;
  opacity: 1;
  transform: rotate(315deg) translate(calc(40vh + 0.8em)) rotate(-315deg);
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__text {
  color: rgba(255, 255, 255, 0.45);
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__text > * {
  font-size: 2.8em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__dot {
  position: relative;
  width: 1.2em;
  height: 1.2em;
}
.DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__text {
    transition: opacity 0.5s;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets:hover .DNA-module__bullets__text {
    opacity: 0.8;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__item {
    height: 85vh;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: fit-content;
    width: 100%;
    text-align: center;
    gap: 6em;
    padding: 8em 3.5em 18em;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__left {
    width: 9.5em;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__features {
    gap: 2em 3.5em;
    justify-content: center;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__features__item {
    gap: 0.8em;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__button {
    margin-top: 1.2em;
    justify-content: center;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements {
    bottom: 0;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    padding-left: 0;
    gap: 3em;
    padding-bottom: 2.5em;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements__arrows__arrow {
    transform: rotate(-90deg);
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets {
    left: 50%;
    bottom: 10em;
    top: unset;
    transform: translate(-50%, 100%);
    width: 155em;
    height: unset;
    aspect-ratio: 1/1;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-active {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-next {
    top: 0;
    transform: rotate(10deg) translate(29em);
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-prev {
    top: 0;
    transform: rotate(-9deg) translate(-29em);
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__text {
    display: none;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__item {
    height: 80vh;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 33%;
    width: 100%;
    background: transparent linear-gradient(180deg, #1C1C1C 0%, rgba(28, 28, 28, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__content {
    padding: 4em 3.5em 18em;
    justify-content: center;
    gap: 1.2em;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__left {
    width: 6em;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__features {
    margin-top: 4em;
    gap: 1.5em 2em;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets {
    width: 80em;
    bottom: 8em;
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-next {
    transform: rotate(9deg) translate(15em);
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-prev {
    transform: rotate(-8deg) translate(-15em);
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__slider-elements {
    padding-bottom: 1em;
  }
}
@media (max-width: 350px) {
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-next {
    transform: rotate(3deg) translate(9em);
  }
  .DNA-module[data-id=CompanyTeaser] .DNA-module__bullets__item.JS-prev {
    transform: rotate(-3deg) translate(-10em);
  }
}
