/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
* {
	margin:0;
	padding:0;
	border:0;
}
.clear {
	float:none;
	clear:both;
}
body {
	color:#1f1f1f;
	font-size:15px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
#header {
	width:100%;
	height:93px;
	z-index:150;
}
#header img {
	display:block;
	margin:0 auto;
}
#mainimg img {
	display:block;
	position:relative;
	width:100%;
	height:auto;
}
#content {
	position:relative;
	background:url(../images/bg.jpg) 0 0 no-repeat;
}
#content .content {
	position:relative;
	margin:0 auto;
	padding:20px 0;
	width:984px;
}
#content .intro {
	line-height:34px;
	font-size:17px;
	padding:22px 120px 40px 120px;
	text-align:center;
}
#content .intro p.small {
	line-height:28px;
	font-size:14px;
}
#content .contentLeft, #content .contentRight {
	line-height:27px;
	width:460px;
	margin-right:-10px;
	padding-bottom:18px;
	float:left;
}
#content .contentLeft {
	margin-right:64px;
}
#content .team {
	clear:both;
	padding:22px 0 15px 0;
	background:#f2f2f2;
}
#content .person {
	width:25%;
	padding:0;
	float:left;
	margin:14px 0 0 0;
	font-size:13px;
	text-align:center;
}
#content .person--first {
	margin-left:25%;
}
#content .person img {
	position:relative;
	margin:0 auto 15px auto;
	display: block;
}
#content .person p {
	font-size:14px;
	line-height:24px;
	padding:0;
}
#content .kontakt {
	clear:both;
	padding:22px 0;
}
#content .kontakt iframe#map {
	position:relative;
	margin-top:-12px;
	float:right;
}
#content .kontakt p {
	line-height:26px;
}
#content h1, #content h2 {
	float:none;
	clear:both;
	font-size:40px;
	line-height:38px;
	color:#233589;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	margin-bottom:24px;
	text-align:center;
	text-transform:uppercase;
}
#content h1 span{
	display:block;
	font-size:24px;
	padding-bottom:12px;
}
#content h2.left{
	text-align:left;
}
#content p, #content ul, #content ol{
	margin-bottom:20px;
}
#content ul li, #content_more ul li{
	list-style: disc;
	padding-left:5px;
	margin:0 0 0 30px;
}
#content em, #content i{
	font-style:italic;
}
#content strong, #content b {
	font-weight:700;
}
#content a {
	color:#233589;
	text-decoration:underline;
}
#content a:hover, #content a:focus{
	text-decoration:none;
} 
#footer_wrapper {
	position:relative;
	width:100%;
	padding:10px 0;
	background:#f2f2f2;
}
#footer {
	position:relative;
	margin:0 auto;
	width:944px;
	color:#000;
	font-size:13px;
	text-align:right;
}
#footer a{
	color:#000;
	text-decoration:none;
}
#footer a:hover, #footer a:focus{
	text-decoration:underline;
}
@media only screen and (max-width : 1260px) {
	#content {
		background:transparent;
	}

}
@media only screen and (max-width : 600px) {
	#header {
		position:fixed;
		top:0;
		left:0;
		height:46px;
		background:#fff;
	}
	#header img {
		width:auto;
		height:46px;
	}
	#mainimg {
		padding:46px 0 26px 0;
	}
	#content .content {
		padding:0;
		width:90%;
		line-height:28px !important;
		font-size:14px !important;
	}
	#content h1, #content h2 {
		font-size:24px;
		line-height:30px;
		margin-bottom:12px;
	}
	#content h1 span{
		font-size:18px;
	}
	#content .intro {
		padding:0 0 20px 0;
		text-align:left;
		line-height:28px !important;
		font-size:14px !important;
	}
	#content .contentLeft, #content .contentRight {
		width:100%;
		margin:0;
		padding:0;
		float:none;
		clear:both;
	}
	#content .person {
		width:100%;
		padding:0;
	}
	#content .person--first {
		margin-left:0;
	}
	#content .kontakt {
		text-align:center;
	}
	#content h2.left{
		text-align:center;
	}
	#content .kontakt iframe#map {
		display:none;
	}
	#footer {
		width:90%;
	}
}