body {
	background: #fff url(https://kuechen-jakobi.de/media/hintergruende/hg3.jpg) no-repeat fixed;
	background-size:  auto, 100%   auto;

	font-size:1em;
}
.wrapper, .innerwrap , .header { background-color: transparent; background-image: none; width:100%; margin: 0 0 0 0;}
.logo {display: none;}
.infobox {display: none;}
.uppertopbox {display: none;}
.topbox {display: none;}
.infobox {display: none;}
.adresse {display: none;}
.logo1 {display: block; width: 80%; height: auto; position: absolute; left:25%; top: 0px;}
.slogan {display: none;}
.tel {display: block; width: auto; height: 100px; position: absolute; left:0; top: 10px;}
.contentbox, .contentboxwide {width:90%; margin: 0 0 0 2%; background-image: none;}
.footer { width:100%; margin: 0 0 0 0;}

.header { height:170px; background: #fff;}
.header {left: 0px;  top: 0px; }

.header .infobox .pagedesc {display:none;}

.breadcrumbs {display: none;}

#menuswitch {display:block; position:absolute; top:120px; left: 0;}

#leftbox {
	position:absolute; 
	top: 80px; 
	left: 10px; 
	z-index: 2000;
	display:none;
	background: #fff;
	width:80%;
	-moz-box-shadow: 2px 4px 5px #000;
	-webkit-box-shadow: 2px 4px 5px #000;
	box-shadow: 2px 4px 5px #000;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

#leftbox ul {padding-bottom:15px;}

.sidebarbox, #showlogin, .printbutton  {display:none;}
.showonmobiles {display:block ! important;}


#suggestbox ul {width: 300px; margin: -1px 0 0 -160px;}
#suggestbox ul li a {
	font-size:1.0em;
	padding: 10px 3px 10px 5px; 
}

#menu {min-height:200px; }
#menu li a {
	font-size:1.4em;
	display: block;
	padding: 15px 40px 12px 0px;
}
#menu li li a {
	font-size:1.1em;
	padding: 12px 40px 10px 0px;	
}
#menu li li li a {
	font-size:1.0em;
	padding: 12px 40px 10px 0px;	
}



/* ================================================================================================= */
/* Smaller Screens */
@media screen and (max-width: 400px) {
	.startmenu a {
		font-size:18px; 
		line-height:16px;	
	}
	
	.startmenu a span.mtitle {
		top:10px; left: 0px; 
		margin-left:1px; 
	}
	
	
	h1 {font-size: 2.6em; }
	h2 {	font-size: 1.4em; }
	h3 {	font-size: 1.2em; }


}