
@font-face {
  font-family: 'MavenPro';
  src: url('/fonts/MavenPro/Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MavenPro';
  src: url('/fonts/MavenPro/Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'MavenPro';
  src: url('/fonts/MavenPro/Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'MavenPro';
  src: url('/fonts/MavenPro/Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


html {
/*  height: 100%;*/
	margin: 0;
	padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
	background-color: #f0f0f0;
	color: #000;
  font: 16px/22px 'MavenPro', Arial, Helvetica, sans-serif;
/*  height: 100%;*/
	margin: 0;
	padding: 0;
}

#bg {
/*	background-attachment: fixed;*/
	background-image: url(/img/bg/l/home.jpg);
	background-repeat: no-repeat;
/*	background-position: center center;*/
	background-size: cover;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

body.labor #bg { background-image: url(/img/bg/l/labor.jpg); }
body.leistungen #bg { background-image: url(/img/bg/l/leistungen.jpg); }
body.veranstaltungen #bg { background-image: url(/img/bg/l/veranstaltungen.jpg); }
body.kontakt #bg { background-image: url(/img/bg/l/kontakt.jpg); }

@media screen and ( max-width: 1024px ) {
/*	#bg { background-size: initial; }*/
	body.home #bg { background-image: url(/img/bg/s/home.jpg); }
	body.labor #bg { background-image: url(/img/bg/s/labor.jpg); }
	body.leistungen #bg { background-image: url(/img/bg/s/leistungen.jpg); }
	body.veranstaltungen #bg { background-image: url(/img/bg/s/veranstaltungen.jpg); }
	body.kontakt #bg { background-image: url(/img/bg/s/kontakt.jpg); }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin-bottom: 12px;
}

a {
	color: #000;
}

h1 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 16px;
}

hr {
	background-color: #000;
	border: 0;
	height: 1px;
}

#head-wrapper {
	background: url(/img/ui/head.jpg) no-repeat center top;
/*	background-attachment: fixed;*/
	border-bottom: 6px solid #000;
	height: 184px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

@media screen and ( max-width: 1023px ) {
	#head-wrapper {
		background-image: url(/img/ui/head-small.jpg);
	}
}

#head {
	height: 184px;
	margin: 0 auto;
	position: relative;
	width: 990px;
}

#logo {
	background: url(/img/ui/logo.png);
	bottom: 10px;
	display: block;
	height: 101px;
	left: 0;
	position: absolute;
	width: 279px;
}

#navigation {
  bottom: 5px;
  font-size: 18px;
  position: absolute;
  text-transform: lowercase;
  left: 300px;
}
#navigation ul {}

#navigation li {
	display: inline-block;
	margin-left: 28px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #000;
}

#navigation a.selected {
	font-weight: bold;
}

#wrapper {
	background: url(/img/ui/fff-80.png);
/*	background-color: rgba( 255, 255, 255, 0.8 );*/
	margin: 320px auto 120px;
	padding: 40px;
	position: relative;
	width: 910px;
}

#footer {
	background-color: #000;
	color: #fff;
	bottom: 0;
	font-size: 24px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.col-grp {
	float: left;
}

.col {
	float: left;
	width: 455px;
}

.labor .col {
	width: 300px;
}

#content ul {}

#content li {
	background: url(/img/ui/li.png) no-repeat 7px 7px;
	padding-left: 24px;
	position: relative;
}

.veranstaltungen #content li {
	background-image: none;
	padding-left: 180px;
}

#content li .date {
	left: 0;
	position: absolute;
}

.clearer {
  clear: both;
}