 @charset 'UTF-8';

* {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
  }
  
  .cf:after {
    content: " "; 
    display: table; 
  }

  .cf:after {
    clear: both;
  }
   body {
      margin: 0;
      padding: 0;
      background-color: #FFF;
      line-height: 1.3;
      font-family: sans-serif;
      font-size: 100%;
    }
@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=4.0.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

body,input,textarea,select
	{
		font-family: 'Source Sans Pro';
		font-weight: 300;
		color: #333;
	}
#slideshow {width: 100%; height: 140px; /* slideshow height */ overflow: hidden; position: relative; /* or absolute, but not static */ }
#slideshow ul {width: 9999%; height: 100%; position: absolute; top: 0; left: 0; list-style: none;}
 #slideshow li
 {
     height: 100%;
     float: left;
     margin: 20px 10px; /* spacing between items */
 }
#slideshow img {height: 120px; opacity: 0.3;}
#slideshow a:hover img {opacity: 1.0;}


	h1,h2,h3,h4,h5,h6
	{
		font-weight: 400;
		
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
			border: 0;
		}
a
	{
		color: #666;
		text-decoration: none;
		-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		-o-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	}

		a strong
		{
			-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-o-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		}
	
		a:hover
		{
			color: #ed786a;
		}
		
		a:hover strong
		{
			color: #ed786a;
		}

	strong, b
	{
		font-weight: 600;
	
	}
	
	em, i
	{
		font-style: italic;
	}
	
	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	img {
	  max-width: 100%;
	  height: auto;
	}
   .container {
      background:  #fff;
	 max-width: 1200px;
      margin: auto;
    }
    .kopf {
      background-color: transparent;
    }
  
   
    .inhalt { padding: 3.125%; /* 30/960 */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background: #FFF url(../images/content_bg.png) no-repeat right top;}
    a:link, a:visited {
      color: #CE6634;
      text-decoration: none;
    }
	 .navigation ul {
	    padding-left: 0;
	  }
	  .navigation li {
	    display: block;
		list-style: none;
		padding: 0.5em 3%;
		-webkit-box-shadow: 0px 5px 5px -5px #000;
		box-shadow: 0px 5px 5px -5px #000;
	  }
	  .sprung {
	    display: block;
	    padding: 0.5em 3%;
	  }
   h1 {color: #000; font-size: 1.4em; margin: 20px 0 0 0; padding: 0;}
   h2 {color: #000; font-size: 1.4em; margin: 20px 0 0 0; padding: 0;}
   h3 {color: #000; font-size: 1.0em; margin: 40px 0 0 0; padding: 0;}
     .gruen {color: #69a840;}
     .rot {color: #c43530;}
      table {
    border-collapse: collapse;
 }
 td.green {padding: 0 0 10px 20px; width:40%; border-left: 2px solid #69a840;text-align: left; vertical-align: top; }
 td {padding: 0 20px 10px 0; border: none; width: 60%; text-align: left; vertical-align: top; }
 
 @media only screen and (max-width: 870px) {
 .inhalt { background: #FFF url(none); }

table, td, tr {
 display: block;
}

td.green {padding: 0 0 10px 0; width:100%; border:none;text-align: left; vertical-align: top;}
td {padding: 0 0 10px 0; border:none; width:100%; }
h1 {color: #000; font-size: 1.1em; margin: 20px 0 20px 0; padding: 0;}
h2 {color: #000; font-size: 1.1em; margin: 10px 0 0 0; padding: 0;}
h3 {color: #000; font-size: 1.0em; margin: 40px 0 0 0; padding: 0;}  

.fuss {display: none;}
.kopf {background: url(../images/logo-mobile.png) no-repeat center top; height: 116px;  }
.kopf img {display: none;}
.navigation img {display: none;}
.navigation {display: none;}
}

@media screen and (min-width: 880px) {

html, body {min-height:4000px; margin:0; padding:0;}
body  {background: #fff; max-width: 1200px; margin: left;}

p {font-size: 1.0em;} 
h1 {color: #000; font-size: 1.2em; margin: 20px 0 20px 0; padding: 0;}
h2 {color: #000; font-size: 1.2em;  margin: 0 0 0 0; padding: 0;}
ul {list-style: inside;}

.sprung {display: none;}
.navigation {width: 30%; /* 360/960 */ float: left;}
.inhalt {float: right; width: 70%; /* 600/960 */}
.navigation ul { padding-left: 9%; right: 0px; float: right; width: 100%;}
.navigation li { list-style: none; -webkit-box-shadow: none; box-shadow: none; display: block; max-width: 370px;  }
.navigation li a { font-size: 0.9em;font-weight: 400; color: #000; padding: 0.5em 3%;display: list-item; background: #eeeff8 url(../images/white.jpg) no-repeat left top; text-indent: 45px; }
.navigation li a a:hover, body#praxis #t-praxis a, body#kontakt #t-kontakt a, body#leistungen #t-leistungen a, body#team #t-team a, body#patient #t-patient a, body#stimmen #t-stimmen a, body#kind #t-kind a, body#abend #t-abend a, body#service #t-service a, body#mobil #t-mobil a {color: #000 !important; background: #dfe9f2 url(../images/apfel.jpg) no-repeat left top; text-indent: 45px; }

.kopf {background-color: transparent; margin: 0px 0 -5px 0; padding: 0px; }
.kopf, .fuss, .navigation, .inhalt {display: block;}
.fuss {bottom: 0px;position:fixed !important;position:absolute; height: 170px; background-color: #FFF;  width: 1200px;}
* html .fuss {top:expression(documentElement.clientHeight+documentElement.scrollTop-48+'px');}

ul.links {list-style: decimal; margin: 0.5em 0 0 1em;font-size:0.8em;}
ul.links li {display: inline; border-left: solid 1px #333; padding-left: 1em; margin-left: 1em;}
ul.links li a {color: #333;}
ul.links li.start {display: inline;border-left: none;padding-left: 1em;margin-left: 1em;}
ul.links li:first-child {margin-left: 0;padding-left: 0;}
	}
  