/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/NewsTeaser/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=NewsTeaser] {
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=NewsTeaser] .DNA-module__headlines {
  margin-bottom: 5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3.5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__image {
  height: 100%;
  width: 100%;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__content {
  display: flex;
  flex-direction: column;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__company {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: auto;
  gap: 0.8em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__company__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  padding: 0.8em;
  background-color: #2E2E2E;
  border-radius: 4px;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__company__item img {
  width: 100%;
  height: auto;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__info {
  letter-spacing: 0.54px;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__info > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__info > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__title {
  color: #FFFFFF;
  margin-top: 1em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__title > * {
  font-size: 2.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__title > * {
    font-size: 1.9em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__title > * {
    font-size: 1.9em;
  }
}
.DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  padding: 2.5em 2.5em 4em 4em;
}
.DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__content > * {
  position: relative;
}
.DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%) 0% 0% no-repeat padding-box;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__list__wrap {
  display: flex;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__list__wrap:not(.swiper-wrapper) {
  gap: 9em;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__image {
  position: relative;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__company {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.5em 3em;
  width: 100%;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__content {
  margin-top: 3.5em;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__info {
  color: rgba(255, 255, 255, 0.7);
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__title {
  margin-top: 1em;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__button__detail {
  display: flex;
  margin-top: 2.8em;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__slider-elements {
  display: flex;
  gap: 1.2em;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2em;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__slider-elements .DNA-slider-pagination {
  color: #FFFFFF;
  font-weight: 300;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__slider-elements .DNA-slider-pagination > * {
  font-size: 1.4em;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__slider-elements .DNA-slider-pagination > *:first-child {
  font-weight: 500;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__slider-elements .DNA-slider-arrows {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.DNA-module[data-id=NewsTeaser][data-detail="1"] .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=NewsTeaser][data-detail="1"] .DNA-module__slider-elements .DNA-slider-arrows__arrow > * {
  font-size: 1.2em;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__list__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 2.5em;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__item {
    max-height: 41.5em;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__item:first-child {
    grid-row-start: 1;
    grid-row-end: span 2;
    max-height: unset;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: span 2;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__item:only-child {
    grid-column-start: 2;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__wrap {
    overflow: hidden;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__headlines {
    margin-bottom: 2.5em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__button {
    margin-top: 2.5em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__content:before {
    height: 40%;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__company {
    gap: 0.5em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__company__item {
    width: 3.5em;
    padding: 0.5em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__title {
    margin-top: 0.5em;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__list {
    width: 31em;
    overflow: visible;
    margin-left: 0;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__list__wrap {
    display: flex;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__content {
    padding: 1.5em 2em;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__list__wrap:not(.swiper-wrapper) {
    gap: 5em;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__company {
    padding: 1.5em 2em;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__content {
    margin-top: 2em;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__button__detail {
    margin-top: 1.5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__button {
    margin-top: 2.2em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__item {
    width: 35em;
    max-width: 100%;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__list {
    width: 100%;
    overflow: hidden;
    margin: auto;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__list__wrap {
    flex-direction: column;
    gap: 2em;
    align-items: center;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="0"] .DNA-module__item:not(:first-child):not(:nth-child(2)) {
    display: none;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__list {
    width: 35em;
    max-width: 100%;
    margin-left: 0;
    overflow: visible;
  }
  .DNA-module[data-id=NewsTeaser][data-detail="1"] .DNA-module__list__wrap:not(.swiper-wrapper) {
    gap: 2em;
  }
}
