/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/LinkBoxes/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-LinkBoxes {
  background: #F4F2EE;
  padding: 16em 0;
  overflow: hidden;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.MOD-LinkBoxes .MOD-LinkBoxes__mobileText {
  display: none;
}
.MOD-LinkBoxes .DNA-rte > *[data-name=content] {
  color: #74584C;
  font-family: "Quattrocento";
  line-height: 1.2;
}
.MOD-LinkBoxes .DNA-rte > *[data-name=content] > * {
  font-size: 2.7em;
}
@media (max-width: 1024px) {
  .MOD-LinkBoxes .DNA-rte > *[data-name=content] > * {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .MOD-LinkBoxes .DNA-rte > *[data-name=content] > * {
    font-size: 1.8em;
  }
}
.MOD-LinkBoxes .DNA-button-outher {
  margin: 4em 0;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateX(14em);
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item__wrap {
  display: flex;
  flex-direction: column-reverse;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item:first-child {
  transform: translateX(0);
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item:nth-child(2) {
  justify-content: flex-start;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item:nth-child(2) .DNA-media {
  aspect-ratio: 3/4;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item:nth-child(2) .DNA-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item:nth-child(2) .MOD-LinkBoxes__item__wrap {
  flex-direction: column;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item:nth-child(3) .DNA-media {
  aspect-ratio: 3/4;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item:nth-child(3) .DNA-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item:nth-child(3) .DNA-button-outher {
  justify-content: space-around;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__list {
  width: 82vw;
}
.MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__list__wrap {
  display: flex;
  gap: 1.5em;
}
.MOD-LinkBoxes[data-variant="2"] {
  position: relative;
}
.MOD-LinkBoxes[data-variant="2"]:before {
  content: "";
  background: linear-gradient(180deg, #f4f2ee 0%, rgba(244, 242, 238, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
}
.MOD-LinkBoxes[data-variant="2"] .MOD-LinkBoxes__wrap {
  position: relative;
  z-index: 1;
}
.MOD-LinkBoxes[data-variant="2"] .MOD-LinkBoxes__rte {
  max-width: 65%;
  margin-bottom: 3em;
}
.MOD-LinkBoxes[data-variant="2"] .MOD-LinkBoxes__list__wrap {
  display: flex;
  justify-content: space-between;
}
.MOD-LinkBoxes[data-variant="2"] .MOD-LinkBoxes__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  right: 0;
  bottom: 0;
}
.MOD-LinkBoxes[data-variant="2"] .MOD-LinkBoxes__overlay img {
  opacity: 0.25;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MOD-LinkBoxes[data-variant="2"] .MOD-LinkBoxes__title {
  color: #74584C;
  text-align: center;
  font-family: "Quattrocento";
  font-weight: 700;
  margin-top: 3em;
}
.MOD-LinkBoxes[data-variant="2"] .MOD-LinkBoxes__title > * {
  font-size: 3em;
}
@media (max-width: 1024px) {
  .MOD-LinkBoxes .MOD-LinkBoxes__wrap {
    padding-right: 0;
  }
  .MOD-LinkBoxes .MOD-LinkBoxes__list {
    overflow: visible;
    width: 80%;
    margin-left: 0;
  }
  .MOD-LinkBoxes[data-variant="1"] {
    padding: 9em 0;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__list {
    width: 100%;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__wrap {
    padding-right: 0;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item {
    transform: translateX(0em) !important;
    width: calc(33.3333333333% + 2em);
  }
}
@media (max-width: 767px) {
  .MOD-LinkBoxes .MOD-LinkBoxes__mobileText {
    display: block;
    padding-right: 4em;
  }
  .MOD-LinkBoxes[data-variant="1"] {
    padding: 0;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__wrap {
    display: block;
    gap: initial;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item {
    width: auto !important;
    transform: initial !important;
    max-width: 100%;
    display: block !important;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item__wrap {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item .MOD-LinkBoxes__rte {
    display: none;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item .DNA-image {
    height: auto !important;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__item .DNA-media {
    aspect-ratio: initial !important;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__list {
    width: 80%;
    overflow: visible;
    margin-left: 0;
  }
  .MOD-LinkBoxes[data-variant="1"] .MOD-LinkBoxes__list__wrap {
    gap: 0;
  }
  .MOD-LinkBoxes[data-variant="2"] .MOD-LinkBoxes__rte {
    max-width: 100%;
    padding-right: 4em;
  }
}
