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


/*font-family: 'Roboto', sans-serif;*/

html {
	margin: 0;
  	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: 400;
	letter-spacing: 1px;
  	-ms-text-size-adjust: 100%; /* 2 */
  	-webkit-text-size-adjust: 100%; /* 2 */
}
h1 {
	margin:0;
	font-size: 1.25em;
	color: rgba(43,20,117,1.0);
	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: 500;
	letter-spacing: 1px;
  	-ms-text-size-adjust: 100%; /* 2 */
  	-webkit-text-size-adjust: 100%; /* 2 */
}
h9 {
	margin:0;
	font-size: 2.25em;
	color: rgba(43,20,117,1.0);
	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: 500;
	letter-spacing: 1px;
  	-ms-text-size-adjust: 100%; /* 2 */
  	-webkit-text-size-adjust: 100%; /* 2 */
}
h2 {
	margin:0;
	color: rgba(43,20,117,1.0);
	font-size: 1.7em;
	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: 500;
	letter-spacing: 2px;
  	-ms-text-size-adjust: 100%; /* 2 */
  	-webkit-text-size-adjust: 100%; /* 2 */
}
h3 {
	margin:0;
	color: #FFF;
	font-size: 0.9em;
	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: 500;
	letter-spacing: 1px;
  	-ms-text-size-adjust: 100%; /* 2 */
  	-webkit-text-size-adjust: 100%; /* 2 */
}
h4 {
	margin: 4px 4px 6px 4px;
	font-size: 0.9em;
	line-height: 1.0em;
  	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: 300;
	letter-spacing: 1px;
  	-ms-text-size-adjust: 100%; /* 2 */
  	-webkit-text-size-adjust: 100%; /* 2 */
}
h5 {
	margin:5px 0;
  	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: 800;
	font-size:2em;
}

a {
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	font-weight: 600;
	color: #2E2E2E;
}
nav2 {
	display:none;
	}
#navi a {
	text-decoration: none;
	font-weight: 600;
	color: #2E2E2E;
	padding: 8px 17px 15px 15px;
	
}

#navi a:hover {	
	color: #FFFFFF;
	background-color: rgba(43,20,117,0.9);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
}
#navi a:hover, 
#index #navi01 a,
#buero #navi02 a,
#leistungen #navi03 a,
#mitarbeiter #navi05 a,
#kontakt #navi06 a {
	color: #FFFFFF;
	background-color: rgba(43,20,117,0.9);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}		
#footer {
	line-height: 1.6em;
}
#footer a {	
	font-size: 0.8em;
	text-decoration: none;
	font-weight: 800;
	color: #FFF;
}
#footer a:hover {		
	color:#FFF;
}
.boxs a {color:#2C1575;}
.boxs a:hover {color:#FFF;}
.boxm a {
	padding:0;
	}

@media screen and (max-width:899px) 
	{
nav {
	display:none;
	}
nav2 {
	display:block;
	}
}
@media screen and (max-width:480px) 
	{
nav2 {
	margin-right:15%;
	}
}
@media screen and (max-width:320px) 
	{
nav2 {
	margin-right:25%;
	}
}