/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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
 */
/*  ==========================================================================
    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);
    ========================================================================== */
/*  ==========================================================================
    MISC
    ========================================================================== */
/*  ==========================================================================
    SLIDER ITEMS
    ========================================================================== */
/*  ==========================================================================
    POPUP
    ========================================================================== */
/*  ==========================================================================
    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;
  }
}
/* STYLING
 * --------------------------------------------------------------------------- */
.DNA-module[data-id=NewsTeaser] {
  position: relative;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=NewsTeaser] .DNA-module__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  opacity: 0.2;
  transition: transform 2s, opacity 2s;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__bg__shadow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__bg__shadow--top {
  top: 0;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
}
.DNA-module[data-id=NewsTeaser] .DNA-module__bg__shadow--bottom {
  bottom: 0;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.DNA-module[data-id=NewsTeaser] .DNA-module__wrap {
  position: relative;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__container {
  max-width: 72.5em;
  transition: transform 2s, opacity 2s;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__container > *:first-child {
  margin-top: 0;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__container[data-center-text="1"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 85em;
  margin: auto;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__rte {
  color: rgba(255, 255, 255, 0.65);
}
.DNA-module[data-id=NewsTeaser] .DNA-module__rte a {
  color: #FFFFFF;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__button {
  display: flex;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__list {
  margin-top: 7.5em;
  display: flex;
  gap: 9em;
  transition: transform 2s, opacity 2s;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__list > * {
  width: calc((100% / 2) - (9em * calc(2 - 1) / 2));
}
@media (min-width: 1025px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__list__right__wrap {
    display: flex;
    flex-direction: column;
    gap: 4.5em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__list__right__wrap > *:first-child {
    display: none;
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__image {
  border-radius: 2em;
  overflow: hidden;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__info {
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 0.5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__info > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item-large__info > * {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__title {
  font-weight: 600;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__title > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item-large__title > * {
    font-size: 1.6em;
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__desc {
  font-weight: 300;
  opacity: 0.6;
  margin-top: 0.5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__desc > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item-large__desc > * {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__button {
  display: flex;
  margin-top: 2.5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__button__wrap {
  transition: transform 0.5s;
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  border-radius: 0.7em;
  padding: 0.7em 2.5em;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item-large__button__wrap:hover {
    transform: translateY(-3px);
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item-large__button__wrap > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item-large__button__wrap > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item {
  display: flex;
  align-items: flex-start;
  gap: 3.5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__image {
  width: 31%;
  border-radius: 1.5em;
  overflow: hidden;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__content {
  flex: 1;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__info {
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 0.5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__info > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__info > * {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__title {
  font-weight: 600;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__title > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__title > * {
    font-size: 1.6em;
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__desc {
  font-weight: 300;
  opacity: 0.6;
  margin-top: 0.5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__desc > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__desc > * {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__desc--m {
  display: none;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__button {
  display: flex;
  margin-top: 1.5em;
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__button__wrap {
  transition: transform 0.5s;
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  border-radius: 0.7em;
  padding: 0.7em 2.5em;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__button__wrap:hover {
    transform: translateY(-3px);
  }
}
.DNA-module[data-id=NewsTeaser] .DNA-module__item__button__wrap > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__button__wrap > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=NewsTeaser].JS-effect .DNA-module__bg {
  transform: translateY(-5.5em);
  opacity: 0;
}
.DNA-module[data-id=NewsTeaser].JS-effect .DNA-module__container {
  transform: translateY(5.5em);
  opacity: 0;
}
.DNA-module[data-id=NewsTeaser].JS-effect .DNA-module__list {
  transform: translateY(5.5em);
  opacity: 0;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=NewsTeaser] {
    overflow: hidden;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__list {
    margin-top: 5em;
    display: block;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__list__left {
    display: none;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__list__right {
    width: auto;
    overflow: visible;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__list__right__wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__list__right.swiper .swiper-slide:not(.swiper-slide-active) .DNA-module__item__button {
    display: none;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__list > * {
    width: auto;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__item {
    flex-direction: column;
    gap: 2.5em;
    width: 100%;
    padding: 0 0.5em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__image {
    width: 100%;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__content {
    flex: none;
    width: 100%;
    padding-right: 1.5em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__desc {
    margin-top: 1em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__desc--d {
    display: none;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__desc--m {
    display: block;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__item__button {
    margin-top: 3em;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__slider-elements {
    justify-content: flex-end;
    transform: translateY(-100%);
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__arrows {
    pointer-events: auto;
  }
  .DNA-module[data-id=NewsTeaser] .DNA-module__pagination {
    display: none;
  }
}
