.sitelogo {
       display: inline-block;
       text-indent: -9999px;
       width: 80px;
       background: url(/kartafiles/icons/Logo2.svg);
       background-repeat: no-repeat;
   }
   
.sitelogobig {
       display: inline-block;
       text-indent: -9999px;
       width: 500px;
       background: url(/kartafiles/icons/Logo2.svg);
       background-repeat: no-repeat;
   }   

.qrcode {
       display: inline-block;
       text-indent: -9999px;
       width: 80px;
       background: url(/kartafiles/icons/QR_Code_ridni.svg);
       background-repeat: no-repeat;
}