/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Location/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=Location] {
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=Location] .DNA-module__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.DNA-module[data-id=Location] .DNA-module__content {
  position: relative;
  z-index: 1;
}
.DNA-module[data-id=Location] .DNA-module__rte {
  margin-top: 3.5em;
}
.DNA-module[data-id=Location] .DNA-module__company {
  display: flex;
  gap: 6em;
  align-items: flex-end;
  pointer-events: all;
}
.DNA-module[data-id=Location] .DNA-module__company[data-active="0"] {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.DNA-module[data-id=Location] .DNA-module__company__list {
  margin-top: 10em;
}
.DNA-module[data-id=Location] .DNA-module__company__image {
  position: relative;
}
.DNA-module[data-id=Location] .DNA-module__company__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=Location] .DNA-module__company__image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 66.6666666667%;
  width: 100%;
  max-height: 26.5em;
  background: transparent linear-gradient(180deg, rgba(24, 26, 29, 0) 0%, #181A1D 100%) 0% 0% no-repeat padding-box;
  opacity: 0.9;
  pointer-events: none;
}
.DNA-module[data-id=Location] .DNA-module__company__signet {
  max-width: 14em;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3em;
}
.DNA-module[data-id=Location] .DNA-module__company__signet img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=Location] .DNA-module__company__content {
  max-width: 24em;
}
.DNA-module[data-id=Location] .DNA-module__company__headline {
  font-weight: 600;
}
.DNA-module[data-id=Location] .DNA-module__company__headline > * {
  font-size: 2.2em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Location] .DNA-module__company__headline > * {
    font-size: 1.7em;
  }
}
.DNA-module[data-id=Location] .DNA-module__company__text {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2.5em;
  line-height: 1.8;
}
.DNA-module[data-id=Location] .DNA-module__company__text > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Location] .DNA-module__company__text > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=Location] .DNA-module__company__text a {
  text-decoration: underline;
  display: block;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=Location] .DNA-module__company__text a:hover {
    color: #FFFFFF;
  }
}
.DNA-module[data-id=Location] .DNA-module__map {
  transition: opacity 0.5s;
}
.DNA-module[data-id=Location] .DNA-module__map.JS-zoom .DNA-module__image img {
  transform: scale(1.5);
}
.DNA-module[data-id=Location] .DNA-module__map[data-active="0"] {
  opacity: 0;
  pointer-events: none;
}
.DNA-module[data-id=Location] .DNA-module__map__wrapper {
  position: relative;
  overflow: hidden;
}
.DNA-module[data-id=Location] .DNA-module__map__detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.DNA-module[data-id=Location] .DNA-module__map__detail .DNA-module__image:before {
  background: transparent linear-gradient(90deg, #1C1C1C 0%, rgba(28, 28, 28, 0.15) 29%, rgba(28, 28, 28, 0.12) 53%, rgba(28, 28, 28, 0.16) 72%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
}
.DNA-module[data-id=Location] .DNA-module__map__detail .DNA-module__image:after {
  background: transparent linear-gradient(180deg, #1C1C1C 0%, rgba(28, 28, 28, 0.15) 29%, rgba(28, 28, 28, 0.12) 53%, rgba(28, 28, 28, 0.16) 72%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
}
.DNA-module[data-id=Location] .DNA-module__map__detail .DNA-module__item[data-active="0"] .DNA-module__title {
  color: rgba(255, 255, 255, 0.6);
}
.DNA-module[data-id=Location] .DNA-module__map__detail .DNA-module__box {
  left: 50%;
  transform: translateX(-50%);
}
.DNA-module[data-id=Location] .DNA-module__map__detail .DNA-module__title {
  text-align: center;
}
.DNA-module[data-id=Location] .DNA-module__image {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.DNA-module[data-id=Location] .DNA-module__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(90deg, #1C1C1C 0%, rgba(28, 28, 28, 0.55) 29%, rgba(28, 28, 28, 0.32) 53%, rgba(28, 28, 28, 0.56) 72%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
  z-index: 1;
}
.DNA-module[data-id=Location] .DNA-module__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(180deg, #1C1C1C 0%, rgba(28, 28, 28, 0.55) 29%, rgba(28, 28, 28, 0.32) 53%, rgba(28, 28, 28, 0.56) 72%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}
.DNA-module[data-id=Location] .DNA-module__image img {
  transition: transform 2s;
}
.DNA-module[data-id=Location] .DNA-module__overview {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 18.5em;
  cursor: pointer;
  z-index: 1;
  width: 25%;
  transition: opacity 0.5s;
}
.DNA-module[data-id=Location] .DNA-module__overview__button {
  width: 6em;
  height: 6em;
  border: 1px solid #B49062;
  background-color: rgba(180, 144, 98, 0.25);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.DNA-module[data-id=Location] .DNA-module__overview__button > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Location] .DNA-module__overview__button > * {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Location] .DNA-module__overview__button > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=Location] .DNA-module__overview__text {
  font-weight: 300;
  text-align: center;
  margin-top: 1em;
}
.DNA-module[data-id=Location] .DNA-module__overview__text > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Location] .DNA-module__overview__text > * {
    font-size: 1.3em;
  }
}
.DNA-module[data-id=Location] .DNA-module__country {
  position: absolute;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  z-index: 1;
  color: rgba(255, 255, 255, 0.25);
  transition: opacity 0.5s;
  pointer-events: none;
  width: max-content;
}
.DNA-module[data-id=Location] .DNA-module__country > * {
  font-size: 1.7em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Location] .DNA-module__country > * {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Location] .DNA-module__country > * {
    font-size: 1em;
  }
}
.DNA-module[data-id=Location] .DNA-module__country[data-active="1"] {
  color: #FFFFFF;
}
.DNA-module[data-id=Location] .DNA-module__country.JS-hide {
  opacity: 0;
}
.DNA-module[data-id=Location] .DNA-module__item {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.DNA-module[data-id=Location] .DNA-module__item[data-active="0"], .DNA-module[data-id=Location] .DNA-module__item:not([data-maps-link=""]) {
  cursor: pointer;
}
.DNA-module[data-id=Location] .DNA-module__item[data-active="1"] .DNA-module__dot {
  height: 5.5em;
  width: 5.5em;
  background-color: rgba(180, 144, 98, 0.3);
}
.DNA-module[data-id=Location] .DNA-module__item[data-active="1"] .DNA-module__dot__inner {
  height: 3.5em;
  width: 3.5em;
  background-color: #B49062;
}
.DNA-module[data-id=Location] .DNA-module__dot {
  width: 3.5em;
  height: 3.5em;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.5s, width 0.5s, height 0.5s, transform 0.5s;
}
.DNA-module[data-id=Location] .DNA-module__dot__inner {
  font-weight: 500;
  color: #2E2E2E;
  line-height: 1;
  height: 2.5em;
  width: 2.5em;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s, width 0.5s, height 0.5s;
}
.DNA-module[data-id=Location] .DNA-module__dot__inner > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Location] .DNA-module__dot__inner > * {
    font-size: 1.2em;
  }
}
.DNA-module[data-id=Location] .DNA-module__box {
  position: absolute;
  width: 17em;
  opacity: 1;
  transition: opacity 0.5s;
  padding-top: 1em;
}
.DNA-module[data-id=Location] .DNA-module__box[data-position=left] {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 1.5em);
  padding-top: 0;
}
.DNA-module[data-id=Location] .DNA-module__title {
  font-weight: 300;
  letter-spacing: 0.36px;
}
.DNA-module[data-id=Location] .DNA-module__title > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Location] .DNA-module__title > * {
    font-size: 1.3em;
  }
}
.DNA-module[data-id=Location] .DNA-module__subtitle {
  font-weight: 300;
  letter-spacing: 0.28px;
  color: rgba(255, 255, 255, 0.5);
}
.DNA-module[data-id=Location] .DNA-module__subtitle > * {
  font-size: 1.2em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Location] .DNA-module__subtitle > * {
    font-size: 1.1em;
  }
}
@media (min-width: 1025px) {
  .DNA-module[data-id=Location] {
    position: relative;
  }
  .DNA-module[data-id=Location]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(90deg, #1C1C1C 0%, #1C1C1C 52%, rgba(28, 28, 28, 0.72) 62%, rgba(28, 28, 28, 0.43) 71%, rgba(28, 28, 28, 0.24) 79%, rgba(28, 28, 28, 0.48) 88%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
    pointer-events: none;
  }
  .DNA-module[data-id=Location] .DNA-module__wrap {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .DNA-module[data-id=Location] .DNA-module__content {
    max-width: 83.5em;
  }
  .DNA-module[data-id=Location] .DNA-module__company__list {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    align-self: end;
    margin-right: -10em;
    z-index: 1;
  }
  .DNA-module[data-id=Location] .DNA-module__company__list[data-content="0"] {
    align-self: start;
    margin-top: 1em;
  }
  .DNA-module[data-id=Location] .DNA-module__company__image {
    max-width: 53em;
    width: 66.6666666667%;
  }
  .DNA-module[data-id=Location] .DNA-module__company__content {
    width: 33.3333333333%;
  }
  .DNA-module[data-id=Location] .DNA-module__map__wrapper {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
  }
  .DNA-module[data-id=Location] .DNA-module__item[data-active="0"]:hover .DNA-module__dot {
    transform: scale(1.1);
  }
  .DNA-module[data-id=Location] .DNA-module__item[data-active="1"]:not([data-maps-link=""]):hover .DNA-module__dot {
    animation: pulse-animation 1.5s linear 0s infinite alternate;
  }
  .DNA-module[data-id=Location] .DNA-module__overview:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Location] .DNA-module__wrap {
    flex-direction: column;
  }
  .DNA-module[data-id=Location] .DNA-module__content {
    z-index: 2;
  }
  .DNA-module[data-id=Location] .DNA-module__rte {
    margin-top: 2.5em;
  }
  .DNA-module[data-id=Location] .DNA-module__company {
    gap: 3em;
  }
  .DNA-module[data-id=Location] .DNA-module__company__list {
    margin-top: -5em;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .DNA-module[data-id=Location] .DNA-module__company__signet {
    max-width: 9em;
    padding: 2em;
  }
  .DNA-module[data-id=Location] .DNA-module__company__text {
    margin-top: 1.5em;
  }
  .DNA-module[data-id=Location] .DNA-module__map__wrapper {
    width: 85%;
    margin: auto;
    margin-top: -5em;
  }
  .DNA-module[data-id=Location] .DNA-module__overview {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    max-width: 12em;
    bottom: 7em;
  }
  .DNA-module[data-id=Location] .DNA-module__overview__button {
    width: 5em;
    height: 5em;
  }
  .DNA-module[data-id=Location] .DNA-module__country {
    letter-spacing: 1px;
  }
  .DNA-module[data-id=Location] .DNA-module__item[data-active="1"] .DNA-module__dot {
    height: 3.5em;
    width: 3.5em;
  }
  .DNA-module[data-id=Location] .DNA-module__item[data-active="1"] .DNA-module__dot__inner {
    height: 2em;
    width: 2em;
  }
  .DNA-module[data-id=Location] .DNA-module__dot {
    width: 2.2em;
    height: 2.2em;
  }
  .DNA-module[data-id=Location] .DNA-module__dot__inner {
    height: 1.4em;
    width: 1.4em;
  }
  .DNA-module[data-id=Location] .DNA-module__box {
    width: 14em;
    padding-top: 0.5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Location] .DNA-module__company {
    flex-direction: column;
    align-items: flex-start;
  }
  .DNA-module[data-id=Location] .DNA-module__company__list {
    margin-top: 0;
  }
  .DNA-module[data-id=Location] .DNA-module__company__content {
    max-width: unset;
  }
  .DNA-module[data-id=Location] .DNA-module__company__image {
    width: 100%;
  }
  .DNA-module[data-id=Location] .DNA-module__map__wrapper {
    width: 100%;
    margin-top: -2em;
  }
  .DNA-module[data-id=Location] .DNA-module__overview {
    bottom: 2em;
    width: fit-content;
  }
  .DNA-module[data-id=Location] .DNA-module__overview__button {
    width: 4.5em;
    height: 4.5em;
  }
}
