/*
Theme Name: Terra
Description: A business, portfolio and blog theme.
Author: BlueOwlCreative
Theme URI: http://blueowlcreative.com/wp/terra
Author URI: http://blueowlcreative.com
Version: 1.1
License: GNU General Public License
License URI: license.txt
*/

@import url("stylesheets/skeleton.css");
@import url("stylesheets/stylesheet.css");
@import url("stylesheets/flexslider.css");
@import url("stylesheets/prettyPhoto.css");
@import url("stylesheets/carousel.css");

@media screen and (min-width: 770px) {
.header_phone{
display: none;
}
.header_phone_desktop{
margin: -1px 0px 5px 14px;
padding-top: 1px;
float: left;
padding-left: 22px;
background: url("http://www.seo-kueche.de/wp-content/themes/Terra/images/header_phone.png") no-repeat scroll left center transparent;
margin-left: 20px;
font-family: Arial;
}
}

@media screen and (max-width: 769px) {
.header_phone_desktop{
display: none;
}
}