@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

/* Allgemein */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	color: #414141;
	}
	
#wrapper {
	margin: auto;
	}
	
a {
	text-decoration: none;
	color: #414141;
	}	
	
a:hover {
	color: #828282;
	}

a img:hover {
	opacity: .85;
	filter:	alpha(opacity = 85);
	}

hr {
	margin-top: 1px;
	background-color: #414141;
	color: #414141;
	border: 0; 
	height: 1px; 
	}

/* Header */

header {
	padding: 0px 10px;
	text-align: center;
	}

header img {
	margin: auto;
	margin-top: 40px;
	}

/* Navigation */

#nav1 {
	text-align: left;
	position: relative;
	z-index:2;
	margin-top: 60px;
	text-transform: uppercase;
	border-bottom: 0px solid #8f8f8f;
	}

#nav1 ul {
	display:inline-block;
	padding: 5px 0px; 
	margin-left: 0px;
	list-style:none; 
	white-space:nowrap; 
	text-align:left;
	line-height: 15px;
	margin-left: -1px;
	}	

#nav1 ul ul {
	background-color:white;
	position:absolute; 
	left:-9999px; 
	width:120px;
	padding-bottom: 10px;
	}

#nav1 li {
	margin:0; 
	padding:0; 
	list-style:none;
	clear:both;
	float:none;
	}

.level1-li {
	padding-bottom: 10px;
	}

#nav1 ul li.level1-li {
	float:left; 
	display:block; 
	position:relative;
	clear:none;
}

#nav1 a {
	display:block; 
	color:#414141; 
	text-decoration:none;
	text-align: left;
	outline:none;
	}

#nav1 ul li:hover > ul {
	visibility:visible; 
	left:0; 
	top:15px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: -10px;
	}

#nav1 li:hover > a,
#nav1 ul li:hover > a {
	color: #828282;
	}

#nav1 ul, .tabs-outer {
	overflow:visible;
	}


.main-outer {
	z-index:3;
	}
.tabs-outer {
	z-index:3;
	}

/* Content */

#content {
	margin-bottom: 150px;
	padding: 20px 10px 0px;
	}
	
#content p {
	margin: 10px 0px;
	}

.showreel {
	margin: 0px auto;
	overflow-x: auto;
	overflow-y: hidden;
	text-align:center;
	z-index: 1;
	border-bottom: solid 0px white;
	}	
	
.inner {
	margin:0 0 0 -4px;
	padding:0;
	height: 534px;
	max-height:534px;
	max-width: 99999px !important;
	white-space:nowrap;
	overflow: hidden;
	background-color: white;
	}

.inner img {
	max-height: 534px;
	padding: 0 0 0 4px;
	margin:0;
	}	

/* Formular */

select {
    margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #414141;
	text-align: left;
	padding-right: 10px;
}

input {
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #414141;
}

textarea {
	padding: 5px;
	border: 1px solid #414141;
	margin-top: 5px;
}

label {
	padding-right: 10px;
}

.text {
	width: 440px;
}	

/* Button */

.button{ 
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #414141;
	text-align: right;
	float: right;
	padding-right: 10px;
	text-transform: uppercase;
	}
	
/* Footer */	

footer {
	position:fixed;
    bottom:0px;width:100%;
    clear: both;
    background-color: #e3e3e3;
	}
	
#center {
	margin: auto;
	padding: 15px 0px;
	}	
	
#center p {width: 180px;
	float: left; 
	margin-top: 0px;
	padding-left: 0px;
	}	
	
#center a {
	width: 150px; 
	text-align: right;
	}
	
#facebook img {
	width: 20px;
	float: right;
	text-align: right;
	margin-top: -3px;
	padding-right: 10px;
	}


/*ALLGEMEIN */

#wrapper {
	width: 900px;
	}

header img {
	width: 350px;
	}
	
#nav1 li {
	padding-right: 219px;
	}

#slide {
	width: 880px;
	height: 587px;
	}

.outer {
	width: 880px;
	}	
	
.inner img {
	height: 534px;
	}	

.inner {
	height: 534px;
	width:3230px;
	}	

#center {
	width: 880px;
	}
	
	
@media only screen and (max-width: 899px) {
	
body {
	font-size: 13px  !important;
	}	

#wrapper {
	width: 600px !important;
	}
	
header img {
	width: 300px !important;
	}	
	
#nav1 li {
	padding-right: 119px !important;
	}

#slide {
	width: 580px !important;
	height: 387px !important;
	}
	
.text {
	width: 570px !important;
	}		

.outer {
	width: 580px !important;
	}	
	
.inner img {
	height: 352px !important;
	}	

.inner {
	height: 352px !important;
	width:2140px !important;
	}	

#center {
	width: 580px !important;
	}
	
}
	
@media only screen and (max-width: 599px) {	

body {
	font-size: 15px !important;
	}	

#wrapper {
	width: 480px !important;
	}

header img {
	width: 250px !important;
	}

#nav1 li {
	padding-right: 68px !important;
	}

#slide {
	width: 460px !important;
	height: 307px !important;
	}
	
.text {
	width: 448px !important;
}	
	
.outer {width: 460px !important;
	}
	
.inner img {
	height: 279px !important;
	}	

.inner {
	height: 279px !important;
	width:1705px !important;
	}	

#center {
	width: 460px !important;
	}
	
}
	
	
@media only screen and (max-width: 479px) {	

body {
	font-size: 15px !important;
	}	

#wrapper {
	width: 320px !important;
	}
	
header img {
	width: 250px !important;
	}

#nav1 li {
	padding-right: 15px !important;
	}

#slide {
	width: 300px !important;
	height: 200px !important;
	}	
	
.text {
	width: 288px !important;
}	
	
.outer {
	width: 300px !important;
	}
	
.inner img {
	height: 182px !important;
	}	

.inner {
	height: 182px !important;
	width:1100px !important;
	}	
		
#center {
	width: 300px !important;
	}
		
}
	
	
