/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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
    ========================================================================== */
/*  ==========================================================================
    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
    ========================================================================== */
/*  ==========================================================================
    MISC
    ========================================================================== */
/*  ==========================================================================
    TABS
    ========================================================================== */
/*  ==========================================================================
    PRICETABLES
    ========================================================================== */
/*  ==========================================================================
    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;
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1em);
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounceIn {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -8em;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes bounceOut {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -8em;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes view-transition-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes view-transition-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* STYLING
 * --------------------------------------------------------------------------- */
.DNA-module[data-id=Text] {
  transition: transform 2s, opacity 2s;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=Text].JS-effect {
  transform: translateY(5.5em);
  opacity: 0;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text].JS-effect {
    transform: translateY(2.5em);
  }
}
.DNA-module[data-id=Text] .DNA-module__headlines__sub {
  margin-top: 1.5em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text] .DNA-module__headlines__sub {
    margin-top: 2em;
  }
}
.DNA-module[data-id=Text] .DNA-module__rte {
  margin-top: 7em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text] .DNA-module__rte {
    margin-top: 2em;
  }
}
.DNA-module[data-id=Text] .DNA-module__button {
  display: flex;
  margin-top: 2.5em;
}
.DNA-module[data-id=Text][data-center="1"] .DNA-module__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.DNA-module[data-id=Text][data-center="1"] .DNA-module__rte {
  max-width: 100em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text][data-center="1"] .DNA-module__rte {
    max-width: 100%;
  }
}
.DNA-module[data-id=Text][data-center="1"] .DNA-module__rte__content ul,
.DNA-module[data-id=Text][data-center="1"] .DNA-module__rte__content ol {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.DNA-module[data-id=Text][data-center="1"] .DNA-module__button {
  justify-content: center;
}
.DNA-module[data-id=Text][data-background="1"] {
  padding-top: 10em;
  padding-bottom: 7em;
  background: #52504E;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text][data-background="1"] {
    padding-top: 4.5em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text][data-background="1"] {
    padding-bottom: 6em;
  }
}
.DNA-module[data-id=Text][data-background="1"] .DNA-module__headlines__main, .DNA-module[data-id=Text][data-background="1"] .DNA-module__headlines__sub, .DNA-module[data-id=Text][data-background="1"] .DNA-module__headlines__overline {
  color: #FFFFFF;
}
.DNA-module[data-id=Text][data-background="1"] .DNA-module__rte[data-cropped="1"] > *[data-name=content]:after {
  background: linear-gradient(to top, #52504E, rgba(82, 80, 78, 0));
}
.DNA-module[data-id=Text][data-background="1"] .DNA-module__rte[data-cropped="1"] > *[data-name=trigger] {
  color: #383838;
}
.DNA-module[data-id=Text][data-background="1"] .DNA-module__rte[data-cropped="1"] > *[data-name=trigger] .DNA-icon {
  color: #AB9C8B;
}
.DNA-module[data-id=Text][data-background="1"] .DNA-module__rte__content > * {
  color: #FFFFFF;
}
.DNA-module[data-id=Text][data-background="1"] .DNA-module__rte__content > * a {
  color: #FFFFFF;
}
.DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap {
  appearance: none;
  background: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease-in-out;
  min-height: 6.5em;
  min-width: 18em;
  letter-spacing: 2.2px;
  max-width: 18em;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #52504E;
  background-color: #FFFFFF !important;
  overflow: hidden;
  text-align: center;
  pointer-events: auto;
  text-transform: uppercase;
  font-weight: 400;
  padding: 1em;
  border: none;
}
.DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap:focus {
  outline: none;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap {
    min-height: 5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap {
    min-height: 5em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap {
    min-width: 14em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap {
    min-width: 14em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap {
    letter-spacing: 1.65px;
  }
}
.DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap span {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap span {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Text][data-background="1"] .DNA-module__button__wrap span {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=Text][data-subheadline="1"] .DNA-module__headlines__main {
  display: none;
}
.DNA-module[data-id=Text][data-subheadline="1"] .DNA-module__headlines__overline {
  display: none;
}
