/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Weather/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);
    ========================================================================== */
/*  ==========================================================================
    CONTENT-PARTS
    ========================================================================== */
/*
 * HEADLINES
 */
/*
 * RICH-TEXT
 */
/*
 * BACKGROUND-GRADIENT
 */
/*
 * FILTER
 */
/*
 * PRICE TABLE
 */
/*  ==========================================================================
    SLIDER ELEMENTS
    ========================================================================== */
/*  ==========================================================================
    LIST VIEW ITEM
    ========================================================================== */
/*  ==========================================================================
    DETAIL ITEM
    ========================================================================== */
/*  ==========================================================================
    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=Weather] {
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__item {
  margin-top: 7.5em;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__item:first-child {
  margin-top: 0;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__item[data-layout=evolution] .DNA-module__box__right {
  width: auto;
  flex: 1;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__title {
  margin-bottom: 1em;
  color: #504641;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__title > * {
  font-size: 3.5em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__title > * {
    font-size: 3.3em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__title > * {
    font-size: 2.4em;
  }
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box {
  border: 3px solid #EDE7DE;
  display: flex;
  align-items: center;
  padding: 6.5em 7.5em;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__left {
  padding-right: 7.5em;
  flex: 1;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__title {
  color: #504641;
  margin-top: 4em;
  margin-bottom: 1.5em;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__title > * {
  font-size: 3em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__title > * {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__title > * {
    font-size: 1.7em;
  }
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right {
  width: 60%;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right img {
  display: block;
  height: auto;
  width: 100%;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table {
  text-align: center;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table tr:nth-child(1) {
  font-weight: 700;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table td,
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table th {
  padding: 0.5em 2em;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table td > *,
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table th > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table td > *,
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table th > * {
    font-size: 1.4em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table td > *,
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table th > * {
    font-size: 1.2em;
  }
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table td i,
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table th i {
  font-size: 4em;
  color: #EDE7DE;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__copyright {
  margin-top: 1em;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__copyright > * {
  font-size: 1.4em;
}
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__copyright a:hover {
  opacity: 0.7;
}
.DNA-module[data-id=Weather][data-service=external] .DNA-module__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -2em;
  margin-right: -2em;
}
.DNA-module[data-id=Weather][data-service=external] .DNA-module__item {
  width: 20%;
  padding: 2em;
  text-align: center;
}
.DNA-module[data-id=Weather][data-service=external] .DNA-module__top {
  background-color: #EDE7DE;
  color: #504641;
  padding: 3em 1.5em 1.5em 1.5em;
}
.DNA-module[data-id=Weather][data-service=external] .DNA-module__icon > * {
  font-size: 4.5em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__icon > * {
    font-size: 3em;
  }
}
.DNA-module[data-id=Weather][data-service=external] .DNA-module__title {
  font-weight: 700;
  margin-top: 2em;
}
.DNA-module[data-id=Weather][data-service=external] .DNA-module__title > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__title > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=Weather][data-service=external] .DNA-module__temp {
  margin-top: 1em;
}
.DNA-module[data-id=Weather][data-service=external] .DNA-module__temp > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__temp > * {
    font-size: 1.4em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__item {
    margin-top: 5em;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box {
    padding: 3em;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__left {
    padding-right: 3em;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__left > *:first-child {
    margin-top: 0;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__title {
    margin-top: 2em;
    margin-bottom: 0.5em;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right {
    width: 50%;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table td,
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table th {
    padding: 0.5em 1em;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table td i,
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table th i {
    font-size: 3.5em;
  }
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__list {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__item {
    padding: 0.5em;
  }
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__top {
    padding: 1.5em 1em 1em 1em;
  }
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__title {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__item {
    margin-top: 3.5em;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box {
    padding: 2.5em;
    display: block;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__left {
    padding-right: 0;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right {
    width: 100%;
    display: block;
    padding-top: 1.5em;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table td,
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table th {
    padding: 0.5em 1em;
  }
  .DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table td i,
.DNA-module[data-id=Weather][data-service=suedtirol] .DNA-module__box__right table th i {
    font-size: 2.5em;
  }
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__list {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__item {
    width: calc(50% - 0.5em);
    background-color: #EDE7DE;
    padding: 1.5em;
    margin: 0.5em 0;
  }
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__top {
    padding: 0;
  }
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__title {
    margin-top: 1em;
  }
  .DNA-module[data-id=Weather][data-service=external] .DNA-module__temp {
    margin-top: 1em;
    color: #504641;
    padding: 0;
  }
}
