/**************Allg****************************/



.fs12 {
	font-size:12px !important;
}
.fs16 {
	font-size:16px;
}
.fs24 {
	font-size:24px;
}
.fs36 {
	font-size:36px;
}



             
body {
	font-family: verdana, arial, tahoma, sans-serif;
	/*font-family: arial, tahoma, verdana, sans-serif;*/
	/*font-family: tahoma, verdana, arial, sans-serif;*/
	position:relative;
	padding:0px;
	text-align:center;
	margin:auto;
	min-width:320px;
	max-width:980px;
}

body > div {
	margin:5px 20px;
	min-width:280px;
	max-width:940px;
	/*background-color:yellow;*/
	
}

/*
body > div > div {
	width:100%;
}
*/
a {
	color:#1f66cc;
}

.taL {
	text-align:left;
}

.nowrap {
	white-space:nowrap;
}



.lh_abst {
	line-height:28px;
}

div.kopfUeber {
	background-color:#ba936f;
	padding:10px 0px;
	font-size: 24px;
	

}
div.kopfUeber span {
	font-size: 16px;


}

div.kopfUeber .kuText {
	display:inline-block;
	padding-right:10px;
	vertical-align: middle;
}

div.kopfUeber .kuLogo {
	display:inline-block;
	vertical-align: middle;
}
div.kopfUeber .kuLogo img.vdd {
	width:150px;
}
div.kopfUeber .kuLogo img.aok {
	width:200px;
}


div.kopfBild {
	background-color:#bbbbbb;
	height:90px;
	background-image: url(bilder/kopf-hg-standard.jpg);
	background-position: 25% 47.5%;
	background-repeat: no-repeat;
}
.kbhg_leistungen {
	background-image: url(bilder/kopf-hg-leistungen.jpg) !important;
	background-position: 25% 2.5% !important;
}

.kbhg_standort {
	background-image: url(bilder/kopf-hg-standort.jpg) !important;
	background-position: 25% 2.5% !important;
}


div.kopfMenu {
	background-color:#afd9ef;
	padding:20px 10px 0px 10px;	
}
div.kopfMenu a, div.fussMenu a {
	display:inline-block;
	color:#87705e;
	text-decoration:none;
}

div.kopfMenu a {
	/*min-width:140px;*/
	padding:0px 10px;
	height:40px;
}



div.kopfMenu a:hover, div.fussMenu.a:hover {
	color:#69acdd;
}


div.seiteInhalt {
	background-color:#e5dac9;
	padding:20px 10px;	
	min-height:500px;
	width:calc(100% - 20px);
	
	
}
div.fussMenu {
	margin-top:20px;
	margin-bottom:10px;
	background-color:#cccccc;
	padding:5px 0px;	

}
div.fussMenu a {
	padding-left:10px;
	padding-right:10px;
}

.preistabelle > span  {
	display:block;
	margin-bottom:15px;
}

.preistabelle > span > span {
	display:inline-block;
}

.preistabelle > span > span:nth-child(1) {
	width:210px;
}

.preistabelle > span > span:nth-child(2) {
	width:80px;
}

div.indexspruch {
	background-image: url(bilder/hg-index-spruch.jpg);
	/*background-position: 25% 47.5%;*/
	background-size:cover;
	background-repeat: no-repeat;
	text-shadow: 1px 1px 1px #000000;
	position:relative;
}

div.indexspruch > div {
	/*opacity: 0.6;*/
	/*background-color:#dddddd;*/
	padding:30px 20px 50px 20px;
	color:#deaf67;
}

div.zusatztext {
	text-align:right;
}

div.zusatztext > div {
	text-align:left;
	margin-left:auto;
	margin-right:40px;
	display:inline-block;
	width:40%;
	min-width:225px;
}

img.praxis {
	padding:10px 20px;
	max-width:calc(100% - 40px);
}

audio.mp3welle {
	display:inline-block;
	position:absolute;
	left:0px;
	bottom:0px;
}

div.profil_L {
	display:inline-block;
}

div.profil_R {
	vertical-align:top;
	display:inline-block;
	margin:0px;
	padding:0px;
}


span.adrBerImp > span {
	display:inline-block;
	width:75px;
}


@media only screen and (min-width:631px)  {
	div.profil_L {
		width:calc( 100% - 325px );
		padding-right:20px;
		min-width:280px;
	}

	div.profil_R {
		width:280px;
	}
}

@media only screen and (max-width:630px)  { 
	div.profil_L {
		width:99%;
	}

	div.profil_R {
		width:99%;
		margin-top:20px;
		padding-left:20px;
	}
	div.profil_R img {
		max-width:calc(100% - 40px);
	}

}
@media only screen and (min-width:700px)  { 
	div.profil_R {
		margin-top:-55px;	
	}
}
