
html {
	font-size: 100.01%;					/*  wichtig */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #BBEBEA;
		background-color: #98C1C6;

}


/*andrea: wichtig um die Schrift automatisch responsive anzupassen + html body, damit element.style überschrieben wird */
html body {
	position: relative;   /* wichtig andrea ????? für footer? */
	margin: 0;
	height:100%;
	font-size: 100.01%;   					/* wichtig andrea maurice*/
	/*	font-family:  */  /* weiter unten in body*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/*font-size: 16px; font-style: normal; */
	line-height: 170%; 
	color: #000033;
}



@media screen and (min-width: 1200px) {
	html body{font-size: 100%;}
	}

	
@media screen and (min-width: 880px) and (max-width: 1200px) {
		html body{font-size: 75%;}
	}
	
@media screen and  (min-width: 480px) and (max-width: 766px) {
		html body{font-size: 95%;}
	}
	
@media screen and (max-width: 480px) {
	html body{font-size: 90%;}
	}
	

#overall {		/* --------------------andrea_franzis*/
min-height:100%;  
height: auto !important;
height: 100%;
margin: 0 auto;  /*Bottom - Wert*/
text-align:left; 
width:100%;
}		
	
div.row {		/* wichtig*/
	margin-left: 0px;
	}

.kasten {
	background-color: #fff;
	border: 2px solid #FFCC33;
	/*padding:10px;*/
	padding:20 20 40 20 ;
	min-width: 250px;
	margin: 40 20 40 20  ;
}

.facharzt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000033;
	text-align: left;
	}	
	
.adresse {
	float:left;
	}
.logo_arzt {
	float:left;
	padding-left: 10%;
	}
	
	
		
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}

img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}





.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}



body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 22px;
}


.row {
	margin-left: -20px;
	/*background:#8DF2DC;*/
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}
.container-{
	width: 1200px;  /*hier-*/
}



.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid  {
	float: left;
}


.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
	}
.row-fluid [class*="span"]:last-child {
	margin-right:0;
	}

.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
		}

.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
	}

.row-fluid .span4 {				/*kinderarzt*/
		width: 29.914893614%;
		*width: 29.861702124638%;
		}	
		


.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}

.body .container {  /* weniger bmica*/
	background-color: transparent;  
	/*background-color: #F22A2D; */	
	padding: 20px;
}
				
	
h1{
	/* color: #000033;*/
	font-weight: normal;
	text-decoration: none;
	}
h2 {  /*kinderarzt h2*/
	font-size: 1.0em;
   /* line-height: normal;*/
    font-weight: bold;
   /* color: #000033;*/
	} 
h3 {  /*kinderarzt h2*/
	font-size: 1.0em;
    line-height: normal;
    font-weight: bold;
   /* color: #000033;*/
	}   

a, p, .p {	
	font-size: 1.0em;
	}
	.homoopathie {	
	/*font-size: 0.8em;*/
	font-weight: normal;
	color:#828282;
	}
/*p {
	margin: 0 0 9px;
}*/

html a {				
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
	}
a:hover,
a:focus {
	color: #005580;
	text-decoration: underline;
}

	
/*XXXXXXXXXXXXXXXXXX  startseite bmica  XXXXXXXXXXXXXXXXXX */		





@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	}

@media (max-width: 880px) {
	/*@media (max-width: 858px) {*/
	body {
		padding-left: 80px;
		padding-right: 80px;
		}	
	
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	}
	
	

	
@media (max-width: 500px) {
	body {
		padding-left:0px;
		padding-right:0px;
	}	
	}






