/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Text/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-Text {
  padding: 10em 0;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.MOD-Text .MOD-Text__button {
  display: flex;
  margin-top: 2.5em;
}
.MOD-Text .DNA-button-outher {
  justify-content: center;
}
.MOD-Text .DNA-rte > *[data-name=content] {
  text-align: center;
}
.MOD-Text .DNA-rte > *[data-name=content] ul,
.MOD-Text .DNA-rte > *[data-name=content] ol {
  padding: 0;
}
.MOD-Text .DNA-rte > *[data-name=content] ul li,
.MOD-Text .DNA-rte > *[data-name=content] ol li {
  list-style: inside;
}
.MOD-Text[data-layout-bg=brown] {
  padding: 8em 0;
  background: #74584C;
}
.MOD-Text[data-layout-bg=brown] .DNA-headlines > *:nth-child(1),
.MOD-Text[data-layout-bg=brown] .DNA-headlines > *:nth-child(2) {
  color: #FFFFFF;
}
.MOD-Text[data-layout-bg=brown] .DNA-headlines > *:nth-child(1) > *:nth-child(1),
.MOD-Text[data-layout-bg=brown] .DNA-headlines > *:nth-child(2) > *:nth-child(1) {
  color: #FFFFFF;
}
.MOD-Text[data-layout-bg=brown] .DNA-rte > *[data-name=content] {
  color: #FFFFFF;
}
.MOD-Text[data-layout-bg=brown] .DNA-rte > *[data-name=content] a {
  color: #EAE0D3;
}
@media (max-width: 767px) {
  .MOD-Text {
    padding: 5em 0 !important;
  }
}
