@charset "UTF-8";

/* Phone */
@import url("basic3_phone.css") only screen and (max-width:567px);

/* Phone-Test */
/*@import url("basic3_phone.css") only screen and (min-width:0px) and (max-width:567px);*/

/* Tablet 568 */
@import url("basic3_tablet_568.css") only screen and (min-width:568px) and (max-width:767px);

/* Tablet */
@import url("basic3_tablet.css") only screen and (min-width:768px) and (max-width:1030px);


/* Tablet-Test */
/*@import url("basic3_tablet.css") only screen and (max-width:1030px);*/

/* Desktop Small */
/*@import url("basic3_desktopSmall.css") only screen and (min-width:890px) and (max-width:968px);*/