/* Desktop  only screen and (min-width:769px); */@import url("desktop-all.css");/* laptop */@import url("desktop-m-wide.css") only screen and (min-width:1520px)  and (max-width:1750px);@import url("desktop-wide.css") only screen and (min-width:1250px) and (max-width:1519px);@import url("desktop.css") only screen and (min-width:1150px) and (max-width:1249px);@import url("desktop-smal.css") only screen and (min-width:1020px) and (max-width:1149px);/* laptop -må sjekkes @import url("laptop.css") only screen and (min-width:800px) and (max-width:1020px); *//* Tablet 799px*/@import url("tablet.css") only screen and (min-width:777px) and (max-width:1019px);/* Tablet 799px*/@import url("tablet-mini.css") only screen and (min-width:521px) and (max-width:776px);/* phone */ /*(max-width:320px); (min-width:321px)*/@import url("telefon.css") only screen and (max-width:520px);