html {height:100%;}
body, html {
	margin: 0; padding: 0; 
	height:100%;
	background: #f9ffe5 url(https://heilpraktiker-bergstrasse.de/media/basics/hintergruende/hg5.jpg) fixed;
	color: #000;
	background-size: 100% auto, auto;
	
}

.bodybox {
	max-width: 1880px;
     	width: 100%;  
    	margin: 0 auto;
	position:relative;
}
	
.container {
	margin: 0;
	background-color:transparent;

}

.header { width: 100%; height: 40px; background: #f9ffe5;}
.header img.headerpic  {}

.header .infobox {position:absolute; top:20px; left: 0; width: 20.45%; overflow:hidden; background-color:#ffefb9;display: block;}

.foto {width:60%; margin-left: 17%; margin-top: 20px;}
.name { width: 77%;margin: 20px 0 20px 17%; display:block; color: #223960;}
.namegruen {display: none;}
.adresse {width: 85%; margin-left: 0; 
	min-height:100px; padding: 20px 3% 20px 17%; color:#223960;}

.ahorn {position: absolute; left: 17%; z-index: 3000; max-width: 18%;}
.telepic {display: none;}
.mapspic {display: none;}
.mainbox {width: 54.45%; float: right; margin: 0px 15% 0 0; border: 1px solid; border-color: #fff; padding: 50px 3% 0px 7%; background-color: #fff; color: #000;}

.contentbox {width: 70%; float:left; }
.contentbox .inner {min-height:330px; padding:10px 15px 20px 15px; background:transparent; }

.sidebar {width: 28%; float:right; }
.sidebar .inner {margin:10px 1% 0 3%;}
.sidebar .inner  {line-height:120%; }

.sidebar .inner img {margin-left:-0%; max-width:105%;}

#contentwide {width: 100%; }

.footer {
   	max-width: 950px;
    width: 96%;
	height:60px;
    margin: 0 auto 0 auto;
	position:relative;
}

.footer .footerpic {width:100%; height:100%;}

.footer .inner { position:absolute; top:20px; left: 10%; width:80%; text-align:center; line-height:110%; color:#fff! important}

.clearer {height:10px; clear:both;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a#mobilemenu {
    display:  none;   
}
a#mobilemenu span {display:block; padding: 10px 15px; font-weight: 700;}


/***********************************
	header-menu
************************************/

.topmenubar {background-color:#f9ffe5; float: left; width:68.6%; margin-left: 20.4%;clear:both; padding: 20px 11% 0 0; }


.search_box {float:right;   width:130px; text-align:right; margin-top:3px;}
.search_box .searchstring {	
	width:80px;
	border: 1px solid #c9bd7a;
	background-color: #0c2109;
	font-size:12px;
	padding:2px;
	color: #c9bd7a;
}
.search_box .submitbutton {
	vertical-align: top; margin:0 0 0 0; 
}

#showlogin {display:block; float:right; position:relative;  width:30px; text-align:right; margin-top:3px; }
#login-box {position:absolute; width:200px; left:-190px; top:25px; padding:10px; font-size:11px; background: url(https://heilpraktiker-bergstrasse.de/media/basics/hintergruende/placeholder50.png);}
#login-box .inputfield {width:80px; border: 1px solid #0c2109; padding:1px;}
.printbutton  {display:block; float:right;}



.breadcrumbs {padding:5px 5px 4px 15px; clear:both; background:transparent;}
.breadcrumbs span {background: url(img/breadcrumbsArrow.png) no-repeat 12px 3px; padding:3px 0 3px 25px }
.breadcrumbs span.menu-current a {}





ul.nav { 
	list-style-type: none;
	margin: 0 0 0 20%; padding: 0;
		
	
}

ul.nav li {
	float: left; 
	list-style-type: none;
	list-style-image: none;
	position: relative;  
	font-weight: 400; 	
	margin: 0; padding: 0;
	border-right: 1px solid #fff;
	background-color:#f9ffe5;
}
ul.nav li li {background-color:#f9ffe5;}

.nav li a {
	display: block; 	
	text-decoration: none; 
	font-weight: 400;
	line-height:140%;
	padding: 7px 15px;
    	color: #223960;

}


/* Hover Formatting */
.nav  li a:hover, .nav li a:focus, .nav li a:active, .nav li a.active, .nav a.menu-current, .nav a.menu-parent {
	 background: url(https://heilpraktiker-bergstrasse.de/media/basics/hintergruende/placeholder50.png);  color: #223960;
}



/* 2 Ebene */
.nav li ul {
	background: #f9ffe5; color: #223960;
    display: none;
    width: 15em; 
    margin: 0; padding:0;
    position: absolute;
	-moz-box-shadow:    1px 3px 5px 0px #081d05;
  	-webkit-box-shadow: 1px 3px 5px 0px #081d05;
	box-shadow:         1px 3px 5px 0px #081d05;
}
.nav li ul li {
	width: 15em; 
	text-align: left; 
	font-weight: 400; 
	margin: 0; 
	padding: 0;
	border-top: 1px solid #3f7539;
	border-right: none;
}
.nav li ul li a {
    font-weight: normal;
	padding: 6px 6px 6px 15px;
    color: #223960;
}


/* 2 Ebene hover */
.nav li ul a:hover,  .nav li ul a.menu-current,  .nav li ul a.menu-parent  { color: #223960;}


/* Show and hide */
.nav li:hover ul, .nav li a:focus ul {display: block; }
.nav li ul ul { display: none;}
.nav li:hover ul ul {display: none;}
.nav li:hover>ul, .nav  li li:hover>ul {display: block;  z-index: 1000;}


/* 3 Ebene  */
.nav li ul li ul	{ 
	margin: -20px 0 0 70%; 
	padding:0;
	z-index: 9999;  
	display: none;
	width: 14em; 
}
.nav li ul li ul li	{width: 14em;}




.nav li:hover {
	z-index: 10000;	
	white-space: normal;
							
}

#cookieinfo a {color:#000; text-decoration:none;}

#cookieinfo a:hover {text-decoration:underline;}

#cookieinfo div {padding:10px; padding-right:200px;}

#cookieinfo { 
   outline: 1px solid #7b92a9; 
   text-align:left; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:14px; 
   line-height:16px;}

#cookieinfoCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 10px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookieinfoCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Extras   */
.mod_topic_loop img.tp_thumb {max-width: 20% ! important; margin: 2px 2% 0 0 ! important;}
.topic_block2 img.tp_pic {width: 105% ! important;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media screen and (max-width: 968px) {
	body, html {
	background-size: auto, 100%  auto;}
	.header .infobox {position:absolute; top:100px; width: 30.45%;background: url(https://heilpraktiker-bergstrasse.de/media/basics/hintergruende/placeholder50.png); }
	
	.mainbox {width: 58.5%; float: right; margin: 0px 3% 0 0; border: 1px solid; border-color: #fff; padding: 50px 3% 0px 5%; }
	.foto {width:80%; margin: 30px 0 0 10%;}
	
	.adresse {width: 85%; margin-left: 0; background: url(https://heilpraktiker-bergstrasse.de/media/basics/hintergruende/placeholder50.png); 
	min-height:100px; padding: 20px 3% 20px 10.5%; color: #223960;}
	
	.childpages h3 {margin-left: 10%;}
	
	.topmenubar {background-color:#F9FFE5; float: right; width:100%; margin-left: 0;clear:both; padding: 0px 1% 0 0; }
	
	a#mobilemenu { 
		display:  block;  
		background: #F9FFE5;   
		color: #fff;
		width:100%; 
	}
	
    ul#mobile, ul#mobile ul, ul#mobile ul ul {width:100% ! important; position: static ! important; margin: 0 0 0 0 ! important; display: none}
	ul#mobile li, ul#mobile li li, ul#mobile li li li {
			float: right;
			border-right: none; 
			width:100%;
			display: block;
			border-bottom: 1px solid #000; 
			
	}
	
	
	ul#mobile li.menu-parent > ul, ul#mobile li.menu-current > ul {display: block; background: #333;}
	ul#mobile {display: block;}
	
	ul#mobile a.menu-parent { color: #fff; }
	#mobile a.menu-expand { 
		background-image: url(img/downArrow2.png);
		background-repeat: no-repeat;
		background-position: right50%;
		
	}
		
	#mobile a.menu-parent { color: #fff;
		background-image: url(img/downArrow.png);
		background-repeat: no-repeat;
		background-position: right 50%;
		}
	

	ul#mobile {display:none;}


}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media screen and (max-width: 480px) {

	.search_box {margin-top:-30px;}
	.printbutton, #showlogin {display:none;}
	.header .infobox {top:100px; left: 2%; width: 95%; }
	.ahorn {height: 140px; max-width:50%;}	
	.name {width: 100%;margin: 20px 0 20px 10%;}
	.telepic {display: block; height: 80px; position: absolute; top:40px; right: 10px; z-index: 9000;}
	.mapspic {display: block; height: 80px; position: absolute; top: 40px; right: 90px; z-index: 9000;}
	.header .infobox {display: none;}
	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	.bodybox{ width: 100%; }
	
	.mainbox {width: 86.5%; margin: 20px 3% 20px 0;}
	.contentbox {width: 100%; }
	

	.sidebar {display:none;}
	.footer { width: 100%; }
	
	.childpages {width: 60%; float:left; margin-left:3%;}
	
	.container { margin: 0; }
	.containershadowleft, .containershadowright{display:none; }

	
	.showonmobiles {display:block ! important;}
}