/* AlpenPuls Portal 3.4.2 - Bewoelkt: zusaetzliche Wolken statisch */
body[data-weather-kind="cloudy"] .scene-weather-clouds,
body[data-weather-kind="overcast"] .scene-weather-clouds,
body[data-weather-kind="partly-cloudy"] .scene-weather-clouds,
body[data-ap-weather="cloudy"] .scene-weather-clouds,
body[data-ap-weather="overcast"] .scene-weather-clouds,
body[data-ap-weather="partly-cloudy"] .scene-weather-clouds{
  opacity: var(--ap-weather-cloud-opacity-override, 0.14) !important;
  animation: none !important;
  transform: none !important;
  transition: opacity .35s ease !important;
  will-change: auto !important;
  background-position: center center !important;
}

body[data-weather-kind="cloudy"] .scene-weather-clouds::before,
body[data-weather-kind="cloudy"] .scene-weather-clouds::after,
body[data-weather-kind="overcast"] .scene-weather-clouds::before,
body[data-weather-kind="overcast"] .scene-weather-clouds::after,
body[data-weather-kind="partly-cloudy"] .scene-weather-clouds::before,
body[data-weather-kind="partly-cloudy"] .scene-weather-clouds::after,
body[data-ap-weather="cloudy"] .scene-weather-clouds::before,
body[data-ap-weather="cloudy"] .scene-weather-clouds::after,
body[data-ap-weather="overcast"] .scene-weather-clouds::before,
body[data-ap-weather="overcast"] .scene-weather-clouds::after,
body[data-ap-weather="partly-cloudy"] .scene-weather-clouds::before,
body[data-ap-weather="partly-cloudy"] .scene-weather-clouds::after{
  animation: none !important;
  transform: none !important;
  background-position: center center !important;
}

body[data-weather-kind="cloudy"] .scene-weather-mist,
body[data-weather-kind="overcast"] .scene-weather-mist,
body[data-weather-kind="partly-cloudy"] .scene-weather-mist,
body[data-ap-weather="cloudy"] .scene-weather-mist,
body[data-ap-weather="overcast"] .scene-weather-mist,
body[data-ap-weather="partly-cloudy"] .scene-weather-mist{
  opacity: 0 !important;
  backdrop-filter: none !important;
}
