/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/RoomsTeaser/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-RoomsTeaser {
  overflow: hidden;
  padding: 16em 0;
  background: #e6ddd3;
  position: relative;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__signet {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__signet svg {
  width: 15em;
  height: 15em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__list {
  margin-top: 3em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__list:not(.swiper-initialized) > div {
  display: flex;
  gap: 9em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__list__outher {
  position: relative;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__list__outher:after {
  content: "";
  background: #e6ddd3;
  width: 100%;
  height: 105%;
  position: absolute;
  left: -100%;
  top: -0.5em;
  z-index: 1;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__dates {
  background: #9C6D3A;
  color: #FFFFFF;
  height: 5em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 1.5em 2em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__image {
  position: relative;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__title {
  color: #74584C;
  font-family: "Quattrocento";
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2.5em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__title > * {
  font-size: 3em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__bottom {
  display: flex;
  justify-content: space-between;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__buttons {
  display: flex;
  gap: 1em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__info {
  display: flex;
  color: #74584C;
  gap: 0.5em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__info > * {
  font-size: 1.7em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__info br {
  display: none;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__buttons .MOD-RoomsTeaser__button {
  border: 1px solid #74584C;
  color: #74584C;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
  text-transform: uppercase;
  padding: 0.7em 1.3em;
  min-width: 12em;
  letter-spacing: 1.5px;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__buttons .MOD-RoomsTeaser__button > * {
  font-size: 1.5em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__buttons .MOD-RoomsTeaser__button.DNA-booking {
  background: #9C6D3A;
  border-color: #9C6D3A;
  color: #FFFFFF;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__slider-elements {
  position: absolute;
  top: 50%;
  left: -16em;
  width: 9em;
  z-index: 2;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__icons {
  display: flex;
  position: absolute;
  top: 0;
  color: #FFFFFF;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__icons > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 8em;
  height: 8em;
  width: auto;
  padding: 0.5em;
  gap: 0.5em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__icons > div span {
  font-size: 1.5em;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__persons {
  background: #9C6D3A;
}
.MOD-RoomsTeaser .MOD-RoomsTeaser__size {
  background: #74584C;
}
.MOD-RoomsTeaser .DNA-rte {
  max-width: 70%;
}
.MOD-RoomsTeaser .DNA-rte > *[data-name=content] {
  color: #74584C;
  font-family: "Quattrocento";
  line-height: 1.2;
}
.MOD-RoomsTeaser .DNA-rte > *[data-name=content] > * {
  font-size: 2.7em;
}
@media (max-width: 1024px) {
  .MOD-RoomsTeaser .DNA-rte > *[data-name=content] > * {
    font-size: 2.7em;
  }
}
@media (max-width: 767px) {
  .MOD-RoomsTeaser .DNA-rte > *[data-name=content] > * {
    font-size: 1.8em;
  }
}
.MOD-RoomsTeaser .DNA-button-outher {
  margin-top: 3em;
}
.MOD-RoomsTeaser .JS-slider {
  overflow: visible;
}
@media (max-width: 1700px) {
  .MOD-RoomsTeaser .MOD-RoomsTeaser__slider-elements {
    left: -11em;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__signet svg {
    width: 9em;
    height: 9em;
  }
}
@media (max-width: 1024px) {
  .MOD-RoomsTeaser {
    padding: 16em 0 6em 0;
    position: relative;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__signet svg {
    width: 7.7em;
    height: 7.7em;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__list {
    overflow: visible;
    max-width: 80%;
    margin-left: 0;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__slider-elements {
    bottom: 0;
    top: initial;
    left: initial;
    right: 0;
    width: auto;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__slider-elements .JS-slider-arrows {
    display: none;
  }
  .MOD-RoomsTeaser .swiper-slide.swiper-slide-active .MOD-RoomsTeaser__title {
    display: block;
  }
  .MOD-RoomsTeaser .swiper-slide.swiper-slide-active .MOD-RoomsTeaser__info, .MOD-RoomsTeaser .swiper-slide.swiper-slide-active .MOD-RoomsTeaser__bottom {
    display: flex;
  }
  .MOD-RoomsTeaser .swiper-slide .MOD-RoomsTeaser__title, .MOD-RoomsTeaser .swiper-slide .MOD-RoomsTeaser__info, .MOD-RoomsTeaser .swiper-slide .MOD-RoomsTeaser__bottom {
    display: none;
  }
  .MOD-RoomsTeaser .DNA-rte {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .MOD-RoomsTeaser {
    padding: 5em 0 6em 0;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__icons > div {
    min-width: 5em;
    height: 5em;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__icons > div svg {
    width: 1.8em;
    height: auto;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__icons > div span {
    font-size: 1.3em;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__bottom {
    flex-direction: column;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__bottom .DNA-button-outher {
    margin-top: 1em;
    justify-content: flex-start;
  }
  .MOD-RoomsTeaser .MOD-RoomsTeaser__info {
    margin-bottom: 1em;
  }
  .MOD-RoomsTeaser .DNA-button-outher {
    margin-top: 3em;
  }
  .MOD-RoomsTeaser .DNA-rte {
    max-width: 100%;
  }
}
