/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/TextPicCategory/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=TextPicCategory] {
  position: relative;
  overflow: hidden;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=TextPicCategory] .DNA-module__background {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  height: calc(100% + 42em);
  width: 100%;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__background__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__background:after {
  background: transparent linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.92) 15%, #222222 25%) 0% 0% no-repeat padding-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__container {
  width: 100%;
  max-width: 192em;
  position: relative;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__description {
  margin-top: 2em;
  font-weight: 300;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__category {
  margin-top: 8em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4.5em 3em;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__category__item {
  width: calc(100% / 2 - 3em * (2 - 1) / 2);
}
.DNA-module[data-id=TextPicCategory] .DNA-module__category__title {
  font-weight: 600;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__category__title > * {
  font-size: 2em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__category__title > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=TextPicCategory] .DNA-module__rte {
  margin-top: 0.7em;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__rte__content > * {
  line-height: 1.5;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__item {
  position: relative;
  text-align: center;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 5em 5em 35em 5em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__content > * {
  position: relative;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(180deg, rgba(24, 26, 29, 0) 0%, #181A1D 85%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__title {
  font-weight: 300;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__title > * {
  font-size: 5em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__title > * {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__title > * {
    font-size: 2em;
  }
}
.DNA-module[data-id=TextPicCategory] .DNA-module__text {
  margin-top: 1em;
  color: #FFFFFF;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__button {
  margin-top: 3.5em;
}
.DNA-module[data-id=TextPicCategory] .DNA-module__button__wrap {
  justify-content: center;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__wrap {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.5s;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__wrap.JS-scroll {
    opacity: 0;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__introduction {
    width: 40vw;
    height: 100%;
    position: relative;
    max-width: 64.5em;
    margin-top: -5em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__list {
    height: 60vh;
    transition: width 1s, padding 1s, height 1s;
    margin-top: 5em;
    position: sticky;
    top: 5em;
    min-width: 50%;
    max-width: calc(100vw - 1em);
    max-height: 100vh;
    right: 0;
    padding-right: 8vw;
    margin-left: auto;
    width: 40vw;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__list.JS-scroll {
    height: 100vh;
    padding-right: 0;
    width: 100vw;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__list.JS-scroll.JS-active .DNA-module__content, .DNA-module[data-id=TextPicCategory] .DNA-module__list.JS-scroll.JS-active .DNA-module__tabs {
    opacity: 1;
    pointer-events: all;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__list__wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__item {
    width: 100%;
    height: 100%;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__item[data-active="0"] {
    display: none;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__image {
    min-height: 60em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__text {
    max-width: 73.5em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__spacer {
    width: 100%;
    height: 10em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 25em;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__select {
    display: none;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__list {
    display: flex;
    gap: 2em 3.5em;
    align-items: center;
    flex-wrap: wrap;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item {
    letter-spacing: 0.34px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item > * {
    font-size: 1.8em;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item > * {
    font-size: 1.6em;
  }
}
@media (min-width: 1025px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item[data-active="1"] {
    color: #FFFFFF;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item {
    transition: opacity 0.5s;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item[data-active="0"]:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__list {
    gap: 3em;
  }
}
@media (min-width: 1025px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__list {
    gap: 13.5em;
    flex-wrap: nowrap;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item {
    white-space: nowrap;
    position: relative;
    padding-bottom: 1em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item > * {
    font-size: 2.8em;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item > * {
    font-size: 1.7em;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item > * {
    font-size: 1.5em;
  }
}
@media (min-width: 1025px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1.5px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #B49062;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs__item[data-active="0"]:before {
    display: none;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__slider-elements {
    display: none;
  }
  .DNA-module[data-id=TextPicCategory][data-background="1"] {
    padding-top: 20em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__background {
    height: calc(100% + 5em);
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__background:after {
    background: transparent linear-gradient(180deg, #1C1C1C 0%, rgba(34, 34, 34, 0.92) 20%, #222222 22%) 0% 0% no-repeat padding-box;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__category {
    margin-top: 6em;
    gap: 5em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__list {
    margin-top: 7.5em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__image {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__content {
    aspect-ratio: 16/9;
    height: 100%;
    position: relative;
    opacity: 1;
    padding: 5em 5em 7em 5em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__content:before {
    background: transparent linear-gradient(180deg, rgba(24, 26, 29, 0) 0%, #181A1D 100%) 0% 0% no-repeat padding-box;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__text {
    max-width: 50em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__button {
    margin-top: 2em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__slider-elements {
    display: flex;
    gap: 1.2em;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    padding: 2em 2.5em;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__slider-elements .DNA-slider-pagination {
    color: #FFFFFF;
    font-weight: 300;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__slider-elements .DNA-slider-pagination > * {
    font-size: 1.4em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__slider-elements .DNA-slider-pagination > *:first-child {
    font-weight: 500;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__slider-elements .DNA-slider-arrows {
    display: flex;
    align-items: center;
    gap: 0.7em;
  }
  .DNA-module[data-id=TextPicCategory] .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=TextPicCategory] .DNA-module__slider-elements .DNA-slider-arrows__arrow > * {
    font-size: 1.2em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__tabs {
    display: none;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=TextPicCategory] .DNA-module__category {
    gap: 3.5em;
    flex-direction: column;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__category__item {
    width: 100%;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__content {
    aspect-ratio: 4/3;
    padding: 3em 3em 7em 3em;
  }
  .DNA-module[data-id=TextPicCategory] .DNA-module__content:before {
    background: transparent linear-gradient(180deg, rgba(24, 26, 29, 0.35) 0%, #181A1D 100%) 0% 0% no-repeat padding-box;
  }
}
