@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

body .visible-onlineshop, body .visible-tadpole-garden-village { display:none !important; } 
body .hidden-onlineshop, body .hidden-tadpole-garden-village { display:inherit !important; } 
body.shop_onlineshop .hidden-onlineshop, 
body.shop_tadpole-garden-village .hidden-tadpole-garden-village { display:none !important; }
body.shop_onlineshop .visible-onlineshop, 
body.shop_tadpole-garden-village .visible-tadpole-garden-village { display:inherit !important; }

.visible-guest { display:initial !important; }
.hidden-guest { display:none !important; }
.visible-user { display:none !important; }
.hidden-user { display:initial !important; }

body {
	font-family: 'Noto Sans';
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #111111;

	/*background-image: url("/myimages/923/zpos-bg-wallpaperwebsitecoffee.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/923/images/zpos-bg-wallpaperwebsitecoffee.jpg?auto=compress");

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

header, #mobile-header {
	background-color: #000000;

	background-image:none;
	background-attachment: scroll;
}

/* Mobile */
.mobile .km-content {
}
.mobile #mobile-header {
}

#logo img {
    padding-left: 50px;
}

.page_home.shop_onlineshop .main, .page_home.shop_onlineshop .home-about {
    display:none;
}