/* Alle */
@import url("all.css");

/* Smartphone */
@import url("mobile.css");

/* Tablet hoch */
@import url("smallscreen.css") (min-width: 768px);

/* Tablet quer */
@import url("midscreen.css") (min-width: 992px);

/* Large Screens */
@import url("largescreen.css") (min-width: 1200px);

/* Extra Large Screens */
@import url("extralargescreen.css") (min-width: 1600px);

/* FULL HD */
@import url("superextralargescreen.css") (min-width: 1900px);

/* GRÖßER */
@import url("ultraextralargescreen.css") (min-width: 2550px);


