/* CMS Defaults */
/*@import url(css/defaults-012022.css);*/



@import url(cssfiles/icss_basics-012022.css);
@import url(cssfiles/icss_contents-012022.css);
@import url(cssfiles/icss_navisub-012022.css);
@import url(cssfiles/icss_csonly-012022.css);
@import url(cssfiles/icss_navimain-012022.css);
@import url(cssfiles/icss_basicstructure-012022.css);
@import url(cssfiles/icss_pagetitles-012022.css);



/* All / basics */
@import url(cssfiles/resp-01-basic-012022.css) all;

/* Smartphone */
@import url(cssfiles/resp-02-smart-port-012022.css) only screen and (min-width : 300px) and (max-width : 599px) and (max-device-width : 600px) and (orientation : portrait);
@import url(cssfiles/resp-03-smart-land-012022.css) only screen and (min-width : 600px) and (max-width : 1000px) and (max-device-width : 1000px) and (orientation : landscape);

/* Tablet */
@import url(cssfiles/resp-04-tablet-port-012022.css) only screen and (min-width : 600px) and (max-width : 799px) and (max-device-width : 800px)  and (orientation : portrait);
@import url(cssfiles/resp-05-tablet-land-012022.css) only screen and (min-width : 800px) and (max-width : 1199px) and (max-device-width : 1200px)  and (orientation : landscape);


/* */
@import url(cssfiles/resp-14-tablet-PRO-port-012022.css) only screen and (min-width : 1020px) and (max-width : 1030px) and (max-device-width : 1400px)  and (orientation : portrait);
/*@import url(cssfiles/resp-14-tablet-PRO-land-012022.css) only screen and (min-width : 1020px) and (max-width : 1030px) and (max-device-width : 1400px)  and (orientation : portrait);*/