body{
  background:url('images/topbg.webp') center top no-repeat var(--main-bg);
  background:url('https://cloud.deallo.eu/data/rz/styles/rz/images/topbg.webp') center top no-repeat var(--main-bg);
  
  padding:0;margin:0;}
div#logo a{
  background:url('images/rzeszowiak_eu_logo_v3.png') 0 0 no-repeat;
  background:url('https://cloud.deallo.eu/data/rz/styles/rz/images/rzeszowiak_eu_logo_v3.png') 0 0 no-repeat;
}

#logo .santa-hat { 
    /*
  top: -8px;
  left: 42px;
  transform: rotate(15deg); 
  */
  top: 24px;
  left: 226px;
  transform: rotate(15deg);
  width: 35px;
  height: 35px;
  }


@media only screen and (max-width: 600px) { 
body{
  background:url('images/topbg.webp') -836px 0 no-repeat var(--main-bg);
  background:url('https://cloud.deallo.eu/data/rz/styles/rz/images/topbg.webp') -836px 0 no-repeat var(--main-bg);
  padding:0;margin:0}
}