@charset "utf-8";
body {
	font: 100%/1.4;
	font-family: 'novecento_sans_widenormal';
	margin: 0;
	padding: 0;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 100%;
	background-attachment:fixed;
	line-height: 150%;
}
@font-face {
    font-family: 'novecento_sans_wide_bookbold';
    src: url('fonts/novecentosanswide-bold-webfont.eot');
    src: url('fonts/novecentosanswide-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novecentosanswide-bold-webfont.woff2') format('woff2'),
         url('fonts/novecentosanswide-bold-webfont.woff') format('woff'),
         url('fonts/novecentosanswide-bold-webfont.ttf') format('truetype'),
         url('fonts/novecentosanswide-bold-webfont.svg#novecento_sans_wide_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'novecento_sans_widebook';
    src: url('fonts/novecentosanswide-book-webfont.eot');
    src: url('fonts/novecentosanswide-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novecentosanswide-book-webfont.woff2') format('woff2'),
         url('fonts/novecentosanswide-book-webfont.woff') format('woff'),
         url('fonts/novecentosanswide-book-webfont.ttf') format('truetype'),
         url('fonts/novecentosanswide-book-webfont.svg#novecento_sans_widebook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'novecento_sans_widedemibold';
    src: url('fonts/novecentosanswide-demibold-webfont.eot');
    src: url('fonts/novecentosanswide-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novecentosanswide-demibold-webfont.woff2') format('woff2'),
         url('fonts/novecentosanswide-demibold-webfont.woff') format('woff'),
         url('fonts/novecentosanswide-demibold-webfont.ttf') format('truetype'),
         url('fonts/novecentosanswide-demibold-webfont.svg#novecento_sans_widedemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'novecento_sans_widelight';
    src: url('fonts/novecentosanswide-light-webfont.eot');
    src: url('fonts/novecentosanswide-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novecentosanswide-light-webfont.woff2') format('woff2'),
         url('fonts/novecentosanswide-light-webfont.woff') format('woff'),
         url('fonts/novecentosanswide-light-webfont.ttf') format('truetype'),
         url('fonts/novecentosanswide-light-webfont.svg#novecento_sans_widelight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'novecento_sans_widenormal';
    src: url('fonts/novecentosanswide-normal-webfont.eot');
    src: url('fonts/novecentosanswide-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novecentosanswide-normal-webfont.woff2') format('woff2'),
         url('fonts/novecentosanswide-normal-webfont.woff') format('woff'),
         url('fonts/novecentosanswide-normal-webfont.ttf') format('truetype'),
         url('fonts/novecentosanswide-normal-webfont.svg#novecento_sans_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	margin: 0 auto;
	-webkit-animation-name:slidingHeadline;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction:normal;
	-moz-animation-name:slidingHeadline;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction:normal;
}
@-webkit-keyframes slidingHeadline {
	from {
		margin:0 0 0 -2000px;
		background-color: rgba(34,32,34,0);
	}
	to {
		margin: 0 0 0 0;
		background-color: rgba(34,32,34);
	}
}
@-moz-keyframes slidingHeadline {
	from {
		margin:0 0 0 -2000px;
	}
	to {
		margin: 0 0 0 0;
		background-color: rgba(34,32,34);
	}
}
.header {
	background: #ADB96E;
}
.content {
	width: auto;
	margin: 25px auto;
	position: relative;
	display: block;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 500px;
}
.content_impressum {
	width: 400px;
	margin: 25px auto;
	position: relative;
	display: block;
	height: 500px;
	color: #808080;
	font-weight: 100;
}
.content_impressum h2 {
	font-weight:normal;
}
.text {
	width: 800px;
	margin: 25px auto;
	position: relative;
	display: block;
	top: 85%;
	text-align: center;
	font-weight: 100;
	color: #808080;
}
.text p {
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}
#ribbon {
	width:113px;
	height:227px;
	margin-left: 80%;
}
.footer {
	margin: 0 auto;
	width: 800px;
}
.footer a{
	color: #fff;
	text-decoration:none;
}
.footer a:hover{
	color: #ccc;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#navbar {
	height:40px;
}
#navbar ul {
	text-align:center;
	padding:0;
	margin:0;
}
#navbar ul li {
	display:inline;
	padding: 10px 25px;
	
}
#navbar ul li a {
	color: #808080;
	text-decoration: none;
}
