:root {
	--main-bg: #F7F7F5;
	--main: #123B5D; /*#e72315;*/
	--main-tx: #ffffff;
	--main-tx-dark: #000;
	--acc-dark: #224B6D;
	--acc-dark-tx: #ffffff;
	--acc-light: #426B8D;
	--acc-light-less: #224B6D;
	--acc-light-tx: #ffffff;
	--main-product: #ffc837;
	--main-product-tx: #ffffff;
	--transparent: rgba(255,255,255,0.0);
	--selected: #F4C430;
	--selected-bg: #ffdf4f;
	--selected-bg-tx: #0078A9;
	--p18: #ba4e47;
	--main-tx-disabled: #888;
	--main-tx-dark-less: #888;
  }


body{
  background:url('images/topbg.webp') center top no-repeat var(--main-bg);
  background:url('https://cloud.deallo.eu/data/rz/styles/ha/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/ha/images/hanysek_net_logo_v3.png') 0 0 no-repeat;
}

div#logo h1 {
  left: 107px;
}

#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/ha/images/topbg.webp') -836px 0 no-repeat var(--main-bg);
  padding:0;margin:0}
}