@charset "UTF-8";
/* CSS Document */

    body {
	font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #eeeef1;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	margin-top: 10pt;
	margin-bottom: 10px;
	-webkit-text-size-adjust: none;
	}
    
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('/fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('/fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
    
	img {
	max-width: 100%;
	height: auto;
	}
	
	a {
	text-decoration: none;
	color: #26347e; 
	}
	
	a:hover {
	color: #347c66; 
	}
		
	h1 {
	font-size: 1.16em;
	font-weight: bold;
	color: #3ba259;
	text-transform: uppercase;
	letter-spacing: 0.17em;
	}
	
	h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	margin-bottom: -12px;
	padding-top: 0.9em;
	}
	
	h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom:-13px;
	color: #062569;
	}
	
	p {
    font-size: 0.88em;
	hyphens: auto; 
	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
	text-align: justify;
    }
   	
	#navi li a{
    font-size: 0.855em;
	color: #062569;
    }
	
	#navi li a:hover {
	color: #29765f;
	}
	
	ul {
    padding-left: 0;
    }
	
	#mobilenavi li {
    list-style: none;
	display: block;
	-webkit-box-shadow: 0 5px 5px rgba(245, 245, 245, 0.75) inset;
	box-shadow: 0 5px 5px rgba(245, 245, 245, 0.75) inset;
	font-weight: normal;
    }
	
	#mobilenavi ul li .active:before {
	content: "\25B8\ ";
	font-size: 1em;
	}
	
	#mobilenavi ul li ul li a {
	font-weight: normal;
	color: #939393;
	font-size: 1em;
	}
	
	#navi { 
	text-align: center;
	color: #062569;
	line-height: 2.5em;
	display: none;
	}
	
	#mobilenavi { 
	margin-top:44px;
	text-align: center;
	color: #062569;
	line-height: 2.5em;
	font-weight: normal;
	display: block;
	background-color: #fff;
	}
	
	#subnavi {
    position: absolute;
	left: -9999px;
	top: -9999px;
    }
	  
	#header { 
	background-image: url(../images/Kontacts-Banner_klein.jpg);
	background-position: left;
	background-size: 900px;
	background-repeat: no-repeat;
	max-height: 85px;
	}
	
	   
   	#container {
	width: 92%;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	}
	
	#content {
	padding: 0 20px 20px 20px;
	}
	
	#mobilelink{
	width: 100%;
	text-align: center;
	speak: none;
	margin-top: 30px;
	margin-bottom: 22px;
	cursor: pointer;
	}
	
	#mobilelink a {
	cursor: pointer;
	color: #062569;
	font-size: 2em;
	line-height: 0.85em;
	display: inline-block;
	}
	
	
	.bold {
	font-weight: bold;
	}
	
	.markup {
	color: #894104;
	}
	
	.clear {
	clear:left;
	}
	
	.mitarbeiter {
	margin: 25px 20px 0 0;
	float: left;
	font-size: 84%;
	}
	
	.partner {
	margin: 25px -32px 0 0;
	float: left;
	}
	
	.partner img {
	width: 61%;
	}
	
	.mitarbeiter img {
	width: 100px;
	margin-bottom: -9px;
	}
	
	.mitarbeiter h2 {
	color: #3ba259;
	margin-bottom: -13px;	
	}
	
	.termine li {
	margin-left: 18px;
	list-style: none;
	/*padding-left: 1.1em;*/
	text-indent: -.9em;
	font-size: 0.88em;
	}	
	
	
	.termine li:before {
	content: "\2771 ";
	color: #000;
	margin-right: 0.3em;
	}
	
	.liste li {
	margin-left: 18px;
	list-style: none;
	/*padding-left: 1.1em;*/
	text-indent: -.9em;
	font-size: 0.88em;
	margin-bottom: 5px;
	hyphens: auto; 
	-moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
	text-align: left;
	}	
	
	
	.liste li:before {
	content: "\25CF ";
	color: #000;
	margin-right: 0.51em;
	font-size: 0.89em;
	}
	
	.no-padding {
	padding-top: 0;	
	}
	
	.img-projektmanagement {
	width: 56%;
	min-width: 170px;
	max-width: 330px;
	margin-top: 5px;
	}
	
	.center {
	text-align: center;
	}
	