/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/OffersTeaser/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=OffersTeaser] {
  position: relative;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=OffersTeaser] .DNA-module__container {
  display: flex;
  align-items: center;
  gap: 0 7em;
  position: relative;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__wrapper {
  max-width: 53em;
  padding-right: 0;
  margin: 0;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__wrapper .DNA-module__rte {
  margin-top: 5.5em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__wrapper .DNA-module__button {
  display: flex;
  margin-top: 9.5em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__list {
  max-width: 82em;
  overflow: visible;
  width: 70%;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__list.JS-small {
  max-width: 41em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__list__wrap {
  display: flex;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__list__wrap {
    pointer-events: none !important;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__list__wrap:not(.swiper-wrapper) {
  gap: 3.5em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__slider-elements {
  display: flex;
  gap: 1.2em;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin-top: 4.5em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__slider-elements .DNA-slider-pagination {
  color: #FFFFFF;
  font-weight: 300;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__slider-elements .DNA-slider-pagination > * {
  font-size: 1.4em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__slider-elements .DNA-slider-pagination > *:first-child {
  font-weight: 500;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__slider-elements .DNA-slider-arrows {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.DNA-module[data-id=OffersTeaser] .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=OffersTeaser] .DNA-module__slider-elements .DNA-slider-arrows__arrow > * {
  font-size: 1.2em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item:not(.swiper-slide) {
  max-width: 47em;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item {
    transition: opacity 0.5s;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item.swiper-slide {
    opacity: 0;
    pointer-events: none !important;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item.swiper-slide-active, .DNA-module[data-id=OffersTeaser] .DNA-module__item.swiper-slide-next, .DNA-module[data-id=OffersTeaser] .DNA-module__item.swiper-slide-next + div, .DNA-module[data-id=OffersTeaser] .DNA-module__item.swiper-slide-next + a {
    opacity: 1;
    pointer-events: all !important;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__image {
  margin-bottom: 3em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__wrapper {
    margin-left: 0;
    width: 100%;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__wrapper .DNA-module__rte, .DNA-module[data-id=OffersTeaser] .DNA-module__wrapper .DNA-module__button {
    margin-top: 2.5em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__list {
    margin-top: 8em;
    width: 100%;
    max-width: 66em;
    margin-left: 0;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__list.JS-small {
    max-width: 33em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__list__wrap:not(.swiper-wrapper) {
    gap: 3em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__slider-elements {
    margin-top: 4em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item:not(.swiper-slide) {
    max-width: 31.5em;
    width: 100%;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__image {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__list {
    margin-top: 6em;
    max-width: calc(33.5em + 2em);
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__slider-elements {
    margin-top: 2em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item:not(.swiper-slide) {
    max-width: 33.5em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__image {
    margin-bottom: 3.5em;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__background {
  position: absolute;
  bottom: 15em;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__background__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 28, 28, 0.8);
}
.DNA-module[data-id=OffersTeaser] .DNA-module__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50em;
  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=OffersTeaser] .DNA-module__background:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 33em;
  width: 100%;
  background: transparent linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__content {
  overflow: hidden;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__image {
  position: relative;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.8em 2em;
  display: flex;
  width: calc(66.6666666667% + 4em);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__button {
  width: 50%;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__button--request {
  padding: 1em 2em;
  color: #FFFFFF;
  background-color: #B49062;
  border: 1px solid #B49062;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__button--request > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__button--request > * {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__button--request > * {
    font-size: 1.4em;
  }
}
@media (min-width: 1025px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__button--request {
    min-width: 12em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__button--request:hover {
    opacity: 0.8;
  }
}
@media (max-width: 350px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__button--request {
    padding: 1em;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__categories {
  color: #B49062;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.7;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__categories > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__categories > * {
    font-size: 1.4em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__categories > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__title {
  color: #FFFFFF;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__title > * {
  font-size: 2.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__title > * {
    font-size: 1.9em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__title > * {
    font-size: 1.9em;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__price {
  font-weight: 300;
  line-height: 1.6;
  color: #FFFFFF;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__price > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__price > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2.5em;
  margin-top: 2.5em;
  margin-top: 1.5em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__item {
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  width: calc(100% / 2 - 2.5em * (2 - 1) / 2);
  flex: 1 0 calc(100% / 2 - 2.5em * (2 - 1) / 2);
  min-width: fit-content;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__item > * {
  font-size: 1.7em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__item > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__item i {
  color: #B49062;
  margin-right: 0.2941176471em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__accordeon {
  width: 100%;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__accordeon[data-open="1"] .DNA-module__dates__trigger i {
  transform: rotate(-180deg);
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__accordeon[data-open="1"] .DNA-module__dates__trigger {
  margin-top: 2em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__accordeon[data-open="1"] .DNA-module__dates__trigger span:nth-child(2) {
  display: none;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__accordeon[data-open="1"] .DNA-module__dates__trigger span:nth-child(3) {
  display: inline-block;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__trigger {
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-top: 1em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__trigger > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__trigger > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__trigger i {
  display: inline-block;
  transition: transform 0.5s;
  color: #B49062;
  margin-right: 0.5555555556em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__trigger span:nth-child(3) {
  display: none;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__slide {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2.5em;
  transition: margin-top 0.5s;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates {
    gap: 1em 2em;
    margin-top: 2em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__item {
    width: calc(100% / 2 - 2em * (2 - 1) / 2);
    flex: 1 0 calc(100% / 2 - 2em * (2 - 1) / 2);
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__item i {
    margin-right: 0.3571428571em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__trigger i {
    margin-right: 0.7142857143em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__slide {
    gap: 1em 2em;
  }
}
.DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__detail {
  display: flex;
  margin-top: 2em;
}
.DNA-module[data-id=OffersTeaser] .DNA-module__slider-elements {
  margin-top: 3em;
}
.DNA-module[data-id=OffersTeaser][data-background="1"] {
  padding-top: 35em;
  padding-bottom: 10em;
}
.DNA-module[data-id=OffersTeaser][data-remove-overlay="1"] .DNA-module__background__overlay {
  display: none;
}
.DNA-module[data-id=OffersTeaser][data-remove-overlay="1"] .DNA-module__background:before, .DNA-module[data-id=OffersTeaser][data-remove-overlay="1"] .DNA-module__background:after {
  content: none;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__item:hover .DNA-module__buttons {
    pointer-events: all;
    opacity: 1;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__image {
    margin-bottom: 2em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__background:after {
    height: 50%;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__background__overlay {
    background-color: rgba(28, 28, 28, 0.9);
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__list {
    margin-top: 11em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item.swiper-slide-active .DNA-module__buttons, .DNA-module[data-id=OffersTeaser] .DNA-module__item:only-child .DNA-module__buttons, .DNA-module[data-id=OffersTeaser] .DNA-module__item:not(.swiper-slide) .DNA-module__buttons {
    pointer-events: all;
    opacity: 1;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__buttons {
    padding: 1.8em 1.5em;
    width: 100%;
  }
  .DNA-module[data-id=OffersTeaser][data-background="1"] {
    padding-top: 10em;
    padding-bottom: 5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersTeaser] .DNA-module__background {
    aspect-ratio: 1/2;
    top: 0;
    max-height: 100%;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__background img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__background__overlay {
    background-color: rgba(28, 28, 28, 0.8);
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__list {
    margin-top: 8em;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates {
    justify-content: space-between;
  }
  .DNA-module[data-id=OffersTeaser] .DNA-module__item .DNA-module__dates__slide {
    justify-content: space-between;
  }
  .DNA-module[data-id=OffersTeaser][data-background="1"] {
    padding-bottom: 6.5em;
  }
}
