i have an overall phone landscape and portrait layout. on the other pages of my website when the user views them on their mobil device I would like to have them forwarded to the overall phone website. is this possible or am i just dreaming?
Not possible with Media Query. You would need some JavaScript to test the width of the viewport. However, if you are interested in redirecting users you should really do some user agent sniffing instead, rather than relying on the viewport to tell you what the user is using.