/* mobileGeräte */
@import url("smartphones.css") only screen and (max-width:1040px);
/* grosseMonitore */
@import url("grosseMonitore.css") only screen and (min-width:1320px);
/* normal */
@import url("tablets.css") only screen and (min-width:1040px) and (max-width:1319px);

