/*================================================================================
	Item Name: consurio AG - APP
	Version: 1.0
	Author: Luca Mazza
	Author URL: https://app.consurio.de
================================================================================


/**Klasse um Objekte auf dem Handy / Tablet auszublenden**/
@media only screen and (max-width: 1199px) {
  .disableOnMobile{
    display: none !important;
  }
}
