/* AlpenPuls Portal 3.4.0 - Bei Regen/Schnee nur Tropfen/Flocken, keine hellen Nebelstreifen */
body[data-weather-kind="rain"] .scene-weather-tint,
body[data-weather-kind="rain"] .scene-weather-light,
body[data-weather-kind="rain"] .scene-weather-clouds,
body[data-weather-kind="rain"] .scene-weather-mist,
body[data-weather-kind="storm"] .scene-weather-tint,
body[data-weather-kind="storm"] .scene-weather-light,
body[data-weather-kind="storm"] .scene-weather-clouds,
body[data-weather-kind="storm"] .scene-weather-mist,
body[data-weather-kind="snow"] .scene-weather-tint,
body[data-weather-kind="snow"] .scene-weather-light,
body[data-weather-kind="snow"] .scene-weather-clouds,
body[data-weather-kind="snow"] .scene-weather-mist,
body[data-ap-weather="rain"] .scene-weather-tint,
body[data-ap-weather="rain"] .scene-weather-light,
body[data-ap-weather="rain"] .scene-weather-clouds,
body[data-ap-weather="rain"] .scene-weather-mist,
body[data-ap-weather="storm"] .scene-weather-tint,
body[data-ap-weather="storm"] .scene-weather-light,
body[data-ap-weather="storm"] .scene-weather-clouds,
body[data-ap-weather="storm"] .scene-weather-mist,
body[data-ap-weather="snow"] .scene-weather-tint,
body[data-ap-weather="snow"] .scene-weather-light,
body[data-ap-weather="snow"] .scene-weather-clouds,
body[data-ap-weather="snow"] .scene-weather-mist{
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

body[data-weather-kind="rain"] .scene-weather-precip,
body[data-weather-kind="storm"] .scene-weather-precip,
body[data-weather-kind="snow"] .scene-weather-precip,
body[data-ap-weather="rain"] .scene-weather-precip,
body[data-ap-weather="storm"] .scene-weather-precip,
body[data-ap-weather="snow"] .scene-weather-precip{
  opacity: 1 !important;
}
