/* Phone */
@import url("phone.css") only screen and (max-width:720px);
/*Tablet
@import url("tablet.css") only screen and (min-width:701px) and (max-width:930px); */  
/*Mini-Desktop*/ 
@import url("Kanzlei-XD.css") only screen and (min-width:721px) and 
(max-width:1000px);
@import url("Kanzlei-SD.css") only screen and (min-width:1001px) and 
(max-width:1600px);
/*Desktop 
@import url("desktop.css") only screen and (min-width:1171px) and (max-width:1400px);*/
/* Desktop HD */
@import url("Kanzlei-HD.css") only screen and (min-width:1601px);


