/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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
    ========================================================================== */
/*  ==========================================================================
    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=Text] {
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=Text] .DNA-module__button {
  display: flex;
  margin-top: 3em;
}
.DNA-module[data-id=Text][data-variant="1"] .DNA-module__wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.DNA-module[data-id=Text][data-variant="1"] .DNA-module__rte {
  max-width: 83.5em;
  width: 100%;
  margin-top: 3em;
}
.DNA-module[data-id=Text][data-variant="1"] .DNA-module__rte ul,
.DNA-module[data-id=Text][data-variant="1"] .DNA-module__rte ol {
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.DNA-module[data-id=Text][data-background=light] .DNA-module__rte[data-cropped="1"] > *[data-name=content]:after {
  background: linear-gradient(to top, #222222, rgba(34, 34, 34, 0));
}
.DNA-module[data-id=Text][data-background=light] .DNA-module__rte[data-cropped="1"] > *[data-name=trigger] {
  color: #B49062;
}
.DNA-module[data-id=Text][data-image="1"] {
  position: relative;
}
.DNA-module[data-id=Text][data-image="1"][data-background-top=large] {
  padding-top: 31.5em !important;
}
.DNA-module[data-id=Text][data-image="1"] .DNA-module__image {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 70em);
  z-index: -1;
  pointer-events: none;
}
.DNA-module[data-id=Text][data-image="1"] .DNA-module__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.DNA-module[data-id=Text][data-image="1"] .DNA-module__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1C1C1C 0%, rgba(28, 28, 28, 0.85) 49%, #1C1C1C 100%) 0% 0% no-repeat padding-box;
}
.DNA-module[data-id=Text][data-image="1"] .DNA-module__wrap {
  position: relative;
}
.DNA-module[data-id=Text][data-remove-overlay="1"] .DNA-module__image:after {
  content: none;
}
.DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__headlines, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__headlines, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__headlines {
  margin-bottom: 2em;
}
.DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__text-plugin .bn_logo_imprint, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__text-plugin .bn_logo_imprint, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__text-plugin .bn_logo_imprint {
  display: none;
}
.DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__text-plugin .bn_logo_imprint.bn-scrabble-logo-negative, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__text-plugin .bn_logo_imprint.bn-scrabble-logo-negative, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__text-plugin .bn_logo_imprint.bn-scrabble-logo-negative {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__text-plugin h2, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__text-plugin h2, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__text-plugin h2 {
  font-size: 1.6470588235em;
  color: #FFFFFF;
}
.DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__text-plugin h3, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__text-plugin h3, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__text-plugin h3 {
  font-size: 1.1764705882em;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=Text][data-variant="2"] .DNA-module__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 5em;
  }
  .DNA-module[data-id=Text][data-variant="2"] .DNA-module__headlines {
    width: calc(100% / 2 - 5em * (2 - 1) / 2);
    max-width: 62.5em;
    position: relative;
  }
  .DNA-module[data-id=Text][data-variant="2"] .DNA-module__headlines__overline {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
  .DNA-module[data-id=Text][data-variant="2"] .DNA-module__rte {
    width: calc(100% / 2 - 5em * (2 - 1) / 2);
    max-width: 71.5em;
    padding-top: 1em;
  }
  .DNA-module[data-id=Text][data-variant="2"] .DNA-module__button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Text][data-variant="2"] .DNA-module__headlines {
    max-width: 46em;
  }
  .DNA-module[data-id=Text][data-variant="2"] .DNA-module__rte {
    margin-top: 2em;
    padding-top: 0;
  }
  .DNA-module[data-id=Text][data-image="1"] {
    padding-top: 13.5em !important;
  }
  .DNA-module[data-id=Text][data-image="1"] .DNA-module__image {
    height: unset;
    aspect-ratio: 16/9;
  }
  .DNA-module[data-id=Text][data-image="1"] .DNA-module__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__headlines, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__headlines, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__headlines {
    margin-bottom: 1.5em;
  }
  .DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__text-plugin h2, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__text-plugin h2, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__text-plugin h2 {
    font-size: 1.3571428571em;
  }
  .DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__text-plugin h3, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__text-plugin h3, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__text-plugin h3 {
    font-size: 1.2142857143em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Text] .DNA-module__button {
    margin-top: 2.5em;
  }
  .DNA-module[data-id=Text][data-variant="1"] .DNA-module__rte {
    margin-top: 1.5em;
  }
  .DNA-module[data-id=Text][data-variant="2"] .DNA-module__rte {
    margin-top: 2.5em;
  }
  .DNA-module[data-id=Text][data-image="1"] {
    padding-top: 7.5em !important;
  }
  .DNA-module[data-id=Text][data-image="1"]:not([data-space-bottom=none]), .DNA-module[data-id=Text][data-image="1"]:not([data-space-bottom=small]) {
    padding-bottom: 4em !important;
  }
  .DNA-module[data-id=Text][data-image="1"] .DNA-module__image {
    aspect-ratio: 1/1;
  }
  .DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__text-plugin .bn_logo_imprint, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__text-plugin .bn_logo_imprint, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__text-plugin .bn_logo_imprint {
    padding-left: 1.5em;
  }
  .DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__text-plugin h2, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__text-plugin h2, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__text-plugin h2 {
    font-size: 1.3571428571em;
  }
  .DNA-module[data-id=Text][id=mod-sitemap] .DNA-module__text-plugin h3, .DNA-module[data-id=Text][id=mod-imprint] .DNA-module__text-plugin h3, .DNA-module[data-id=Text][id=mod-privacy] .DNA-module__text-plugin h3 {
    font-size: 1.1428571429em;
  }
}
