/**
 * Landing-Wetter-Icon-Layout. Farben liegen zentral in st-fontawesome-icons.css.
 */

#st_body .page-wrapper.st-page--landing .st-landing-widget--weather .wdsb-weather-panel__icon-fa.fa-duotone,
#st_body .page-wrapper.st-page--landing .st-landing-widget--weather .wdsb-weather-panel__metric-icon.fa-duotone {
  position: relative;
  min-width: 1.25em;
  min-height: 1.25em;
}

#st_body .page-wrapper.st-page--landing .st-landing-widget--weather .wdsb-weather-panel__icon-fa.fa-duotone::before,
#st_body .page-wrapper.st-page--landing .st-landing-widget--weather .wdsb-weather-panel__metric-icon.fa-duotone::before {
  position: absolute;
  opacity: 1 !important;
}

#st_body .page-wrapper.st-page--landing .st-landing-widget--weather .wdsb-weather-panel__icon-fa.fa-duotone::after,
#st_body .page-wrapper.st-page--landing .st-landing-widget--weather .wdsb-weather-panel__metric-icon.fa-duotone::after {
  opacity: 1 !important;
}
