/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Dynform/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=Dynform] {
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=Dynform] .DNA-module__dynform .BN-dynform__group[data-group=board] {
  display: none;
}
.DNA-module[data-id=Dynform] .DNA-module__dynform .BN-dynform__row[data-row=guest-board] {
  display: none;
}
.DNA-module[data-id=Dynform] .DNA-module__dynform .BN-dynform__select option[value=""] {
  color: rgba(255, 255, 255, 0.4) !important;
}
.DNA-module[data-id=Dynform] .DNA-module__shop {
  display: flex;
  gap: 5em;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.DNA-module[data-id=Dynform] .DNA-module__shop .DNA-module__dynform {
  flex: 1;
}
.DNA-module[data-id=Dynform] .DNA-module__shop .DNA-module__dynform .BN-dynform__block {
  padding-left: 0;
  padding-right: 0;
}
.DNA-module[data-id=Dynform] .DNA-module__shop .DNA-module__dynform .BN-dynform div[data-block=notice] .BN-dynform__subheadline {
  font-size: 1.4em;
}
.DNA-module[data-id=Dynform] .DNA-module__order {
  width: 50em;
  max-width: 50%;
  position: sticky;
  top: calc(5em + 2em);
  margin-top: 5em;
}
.DNA-module[data-id=Dynform] .DNA-module__order__top {
  display: flex;
  align-items: center;
  gap: 3em;
  padding: 0.5em 1em;
  border: 1px solid #B49062;
}
.DNA-module[data-id=Dynform] .DNA-module__order__top__icon {
  width: 6em;
  height: 6em;
  background-color: #B49062;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DNA-module[data-id=Dynform] .DNA-module__order__top__icon > * {
  font-size: 3em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__top__icon > * {
    font-size: 2.5em;
  }
}
.DNA-module[data-id=Dynform] .DNA-module__order__top__text {
  color: #B49062;
}
.DNA-module[data-id=Dynform] .DNA-module__order__top__text > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__top__text > * {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__top__text > * {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=Dynform] .DNA-module__order__box {
  background-color: #2E2E2E;
  padding: 4em;
  border: 1px solid #B49062;
}
.DNA-module[data-id=Dynform] .DNA-module__order__title {
  font-weight: 500;
  margin-bottom: 2em;
}
.DNA-module[data-id=Dynform] .DNA-module__order__title > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__title > * {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__title > * {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=Dynform] .DNA-module__order__text {
  font-weight: 300;
  margin-bottom: 5em;
  color: rgba(255, 255, 255, 0.7);
}
.DNA-module[data-id=Dynform] .DNA-module__order__text > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__text > * {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__text > * {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=Dynform] .DNA-module__order__text[data-invalid="1"] {
  color: #E8002D;
}
.DNA-module[data-id=Dynform] .DNA-module__order__subtitle {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.DNA-module[data-id=Dynform] .DNA-module__order__subtitle > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__subtitle > * {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__subtitle > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=Dynform] .DNA-module__order__price > * {
  font-size: 2.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__price > * {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Dynform] .DNA-module__order__price > * {
    font-size: 1.6em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Dynform] .DNA-module__shop {
    flex-direction: column;
    gap: 2em;
  }
  .DNA-module[data-id=Dynform] .DNA-module__shop .DNA-module__dynform {
    width: 100%;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: unset;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order__top {
    gap: 2em;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order__top__icon {
    width: 5em;
    height: 5em;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order__box {
    padding: 1em 1.5em;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order__title {
    margin-bottom: 1em;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order__text {
    margin-bottom: 1.5em;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order__text br {
    display: none;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order__text > div {
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: space-between;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order__text > div:not(:last-child) {
    margin-bottom: 1em;
  }
  .DNA-module[data-id=Dynform] .DNA-module__order__subtitle, .DNA-module[data-id=Dynform] .DNA-module__order__price {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Dynform] .DNA-module__dynform .BN-dynform {
    min-width: 100%;
  }
  .DNA-module[data-id=Dynform] .DNA-module__dynform .BN-dynform__block {
    padding-left: 0;
    padding-right: 0;
  }
  .DNA-module[data-id=Dynform] .DNA-module__dynform .BN-dynform__label[for=pets] {
    width: 100%;
    margin-bottom: 1em;
  }
}

/*
 * FLATPICKR
 */
body .flatpickr-calendar {
  background-color: #1C1C1C;
  box-shadow: 1px 0 0 #1C1C1C, -1px 0 0 #1C1C1C, 0 1px 0 #1C1C1C, 0 -1px 0 #1C1C1C, 0 3px 13px #1C1C1C;
  -webkit-box-shadow: 1px 0 0 #1C1C1C, -1px 0 0 #1C1C1C, 0 1px 0 #1C1C1C, 0 -1px 0 #1C1C1C, 0 3px 13px #1C1C1C;
}
body .flatpickr-calendar.arrowBottom:before,
body .flatpickr-calendar.arrowBottom:after {
  border-width: 15px;
  border-top-color: #1C1C1C;
}
body .flatpickr-months .flatpickr-month {
  fill: #FFFFFF;
  color: #FFFFFF;
}
body .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1C1C1C;
}
body .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
body .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.9);
}
body .flatpickr-months .flatpickr-prev-month:hover svg,
body .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #B49062;
}
body .flatpickr-day.selected,
body .flatpickr-day.startRange,
body .flatpickr-day.endRange,
body .flatpickr-day.selected.inRange,
body .flatpickr-day.startRange.inRange,
body .flatpickr-day.endRange.inRange,
body .flatpickr-day.selected:focus,
body .flatpickr-day.startRange:focus,
body .flatpickr-day.endRange:focus,
body .flatpickr-day.selected:hover,
body .flatpickr-day.startRange:hover,
body .flatpickr-day.endRange:hover,
body .flatpickr-day.selected.prevMonthDay,
body .flatpickr-day.startRange.prevMonthDay,
body .flatpickr-day.endRange.prevMonthDay,
body .flatpickr-day.selected.nextMonthDay,
body .flatpickr-day.startRange.nextMonthDay,
body .flatpickr-day.endRange.nextMonthDay {
  background: #B49062;
  border-color: #B49062;
}
body .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
body .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
body .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #B49062;
  box-shadow: -10px 0 0 #B49062;
}
body .flatpickr-day.week.selected {
  -webkit-box-shadow: -5px 0 0 #B49062, 5px 0 0 #B49062;
  box-shadow: -5px 0 0 #B49062, 5px 0 0 #B49062;
}
body span.flatpickr-weekday {
  color: #FFFFFF;
}
body .flatpickr-months .flatpickr-prev-month, body .flatpickr-months .flatpickr-next-month {
  fill: #FFFFFF;
  color: #FFFFFF;
}
body .flatpickr-day {
  color: #FFFFFF;
}
body .flatpickr-hour,
body .flatpickr-minute,
body .flatpickr-time-separator {
  color: #FFFFFF !important;
}
body .flatpickr-hour,
body .flatpickr-minute {
  background: #1C1C1C !important;
}
body .numInputWrapper span.arrowUp:after {
  border-bottom-color: #FFFFFF !important;
}
body .numInputWrapper span.arrowDown:after {
  border-top-color: #FFFFFF !important;
}
body .numInputWrapper span:active, body .numInputWrapper span:hover {
  background: transparent !important;
}
body .flatpickr-day.flatpickr-disabled,
body .flatpickr-day.flatpickr-disabled:hover {
  color: rgba(255, 255, 255, 0.1);
}
body .flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #B49062, 5px 0 0 #B49062;
  box-shadow: -5px 0 0 #B49062, 5px 0 0 #B49062;
}
body .flatpickr-day.inRange,
body .flatpickr-day.prevMonthDay.inRange,
body .flatpickr-day.nextMonthDay.inRange,
body .flatpickr-day.today.inRange,
body .flatpickr-day.prevMonthDay.today.inRange,
body .flatpickr-day.nextMonthDay.today.inRange,
body .flatpickr-day:hover,
body .flatpickr-day.prevMonthDay:hover,
body .flatpickr-day.nextMonthDay:hover,
body .flatpickr-day:focus,
body .flatpickr-day.prevMonthDay:focus,
body .flatpickr-day.nextMonthDay:focus {
  background: #B49062;
  border-color: #B49062;
}
body .flatpickr-day.flatpickr-disabled,
body .flatpickr-day.flatpickr-disabled:hover,
body .flatpickr-day.prevMonthDay,
body .flatpickr-day.nextMonthDay,
body .flatpickr-day.notAllowed,
body .flatpickr-day.notAllowed.prevMonthDay,
body .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(255, 255, 255, 0.3);
}
