/* AlpenPuls Portal 3.3.8 - Reale Wetter-Partikel (Regen / Schnee) */
.scene-weather-precip{
  overflow:hidden;
}
.scene-weather-precip.weather-particles-active{
  opacity:1;
}
.scene-weather-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  pointer-events:none;
  opacity:0;
  transition:opacity .45s ease;
  will-change:transform, opacity;
  mix-blend-mode:normal;
  z-index:2;
}
.scene-weather-canvas.active{
  opacity:1;
}

.scene-weather-precip{
  z-index:2;
  pointer-events:none;
}
@media (max-width: 900px){
  .scene-weather-canvas{
    opacity:0;
  }
  .scene-weather-canvas.active{
    opacity:.94;
  }
}
