/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Gallery/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
 */
/*  ==========================================================================
    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);
    ========================================================================== */
/*  ==========================================================================
    CONTENT-PARTS
    ========================================================================== */
/*
 * HEADLINES
 */
/*
 * RICH-TEXT
 */
/*
 * BACKGROUND-GRADIENT
 */
/*
 * FILTER
 */
/*
 * PRICE TABLE
 */
/*  ==========================================================================
    SLIDER ELEMENTS
    ========================================================================== */
/*  ==========================================================================
    LIST VIEW ITEM
    ========================================================================== */
/*  ==========================================================================
    DETAIL ITEM
    ========================================================================== */
/*  ==========================================================================
    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;
  }
}
/* STYLING
 * --------------------------------------------------------------------------- */
.DNA-module[data-id=Gallery] {
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=Gallery] .DNA-module__filter {
  margin-left: 0;
  padding-bottom: 0.5em;
  margin-bottom: 6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Gallery] .DNA-module__filter {
    margin-left: 10em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Gallery] .DNA-module__filter {
    margin-left: 2.5em;
  }
}
.DNA-module[data-id=Gallery] .DNA-module__filter__wrap {
  margin: 0 auto;
  padding-top: 5em;
  display: flex;
  justify-content: center;
}
.DNA-module[data-id=Gallery] .DNA-module__filter__container {
  display: inline-flex;
  box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.05);
  overflow: auto;
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item {
  min-height: 5em;
  min-width: 16em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1.5em;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1em);
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
  text-align: center;
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item > * {
  font-size: 1.3em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Gallery] .DNA-module__filter__item > * {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Gallery] .DNA-module__filter__item > * {
    font-size: 1.3em;
  }
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item:first-child {
  border-radius: 0.3em 0 0 0.3em;
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item:last-child {
  border-radius: 0 0.3em 0.3em 0;
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item span {
  text-transform: uppercase;
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item.JS-tab-panel__tab--act, .DNA-module[data-id=Gallery] .DNA-module__filter__item:hover {
  background-color: #FFFFFF;
  color: #1F554D;
}
.DNA-module[data-id=Gallery] .DNA-module__filter__wrap {
  padding-top: 9em;
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item {
  background-color: #E5DED6;
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item:not(:last-child) {
  border-right: 1px solid rgba(80, 70, 65, 0.1);
}
.DNA-module[data-id=Gallery] .DNA-module__filter__item.JS-tab-panel__tab--act, .DNA-module[data-id=Gallery] .DNA-module__filter__item:hover {
  background-color: rgba(80, 70, 65, 0.9);
  color: #FFFFFF;
}
.DNA-module[data-id=Gallery] .DNA-module__tab-panel__panel {
  display: none;
}
.DNA-module[data-id=Gallery] .DNA-module__tab-panel__panel.JS-tab-panel__panel--act {
  display: flex;
}
.DNA-module[data-id=Gallery] .DNA-module__container {
  margin: 0 -1.7em;
}
.DNA-module[data-id=Gallery] .DNA-module__list {
  display: flex;
  flex-wrap: wrap;
}
.DNA-module[data-id=Gallery] .DNA-module__item-list {
  display: flex;
  flex-direction: column;
}
.DNA-module[data-id=Gallery] .DNA-module__item-list:first-of-type {
  margin-top: 0;
}
.DNA-module[data-id=Gallery] .DNA-module__items {
  display: flex;
  justify-content: space-between;
}
.DNA-module[data-id=Gallery] .DNA-module__items--1 .DNA-module__item {
  padding: 1.7em;
}
.DNA-module[data-id=Gallery] .DNA-module__items--1 .DNA-module__item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--1 .DNA-module__item:nth-child(1) {
  width: 40%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--1 .DNA-module__item:nth-child(1) > a {
  aspect-ratio: 16/9;
}
.DNA-module[data-id=Gallery] .DNA-module__items--1 .DNA-module__item:nth-child(2) {
  width: 27%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--1 .DNA-module__item:nth-child(2) > a {
  aspect-ratio: 4/5;
}
.DNA-module[data-id=Gallery] .DNA-module__items--1 .DNA-module__item:nth-child(3) {
  width: 33%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--1 .DNA-module__item:nth-child(3) > a {
  aspect-ratio: 1/1;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(1) {
  width: 40%;
  margin-top: -9%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(1) .DNA-module__item {
  padding: 1.7em;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(1) .DNA-module__item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(1) .DNA-module__item:nth-child(1) {
  width: 100%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(1) .DNA-module__item:nth-child(1) > a {
  aspect-ratio: 4/3;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(1) .DNA-module__item:nth-child(2) {
  width: 100%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(1) .DNA-module__item:nth-child(2) > a {
  aspect-ratio: 16/9;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(2) {
  width: 60%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(2) .DNA-module__item {
  padding: 1.7em;
  width: 100%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(2) .DNA-module__item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(2) .DNA-module__item > a {
  aspect-ratio: 4/3;
}
.DNA-module[data-id=Gallery] .DNA-module__item {
  width: 33.3333333333%;
}
.DNA-module[data-id=Gallery] .DNA-module__item > * {
  display: block;
  position: relative;
  cursor: pointer;
}
.DNA-module[data-id=Gallery] .DNA-module__item[data-type=video_local] video {
  height: 100%;
  object-fit: cover;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Gallery] .DNA-module__container {
    margin: 0 -0.5em;
  }
  .DNA-module[data-id=Gallery] .DNA-module__items--1 .DNA-module__item {
    padding: 0.5em;
  }
  .DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(1) .DNA-module__item {
    padding: 0.5em;
  }
  .DNA-module[data-id=Gallery] .DNA-module__items--2 > div:nth-child(2) .DNA-module__item {
    padding: 0.5em;
  }
}
