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

body {
	background: #000;
	margin: 0;
	overflow-y:auto;
	overflow-x:hidden;
	height:100%;
}
html {
	height: 100%;
}

a {
	text-decoration: underline;
	outline:none;
	outline-style: none;
	color:#000;
}
a:visited {
	color:#000;
}
a:hover {
	color: #F33;
	/*font-weight:bold;*/
}
a:active {
	color: #F33;
}

a img {
	border: none;
}
p {
	margin:0;
	padding:0;
	/*padding-bottom:10px;*/
}
img {
	border:0;
}
textarea {
	resize:none;
	border: 1px solid #999;
	padding: 2px;
}
/* Elemente verstecken */
.hideme {
  position: absolute;
  left: -9999px;
  top: -9999px;
  display: none;
  width: 0;
  height: 0;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@keyframes bildfade1 {
	0% {opacity:1; }
	100% {opacity:0; display: none;}
}

@-moz-keyframes bildfade1 {
	0% {opacity:1; }
	100% {opacity:0; display: none;}
}

@-webkit-keyframes bildfade1 {
	0% {opacity:1; }
	100% {opacity:0; display: none;}
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    table { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

/* =============================================================================
L4 Boilerplate end  L4 Boilerplate end  L4 Boilerplate end  L4 Boilerplate end  L4 Boilerplate end  L4 Boilerplate end
   ========================================================================== */


/* =============================================================================
Schriften
   ========================================================================== */

body {
	font-family: 'Open Sans', sans-serif;
}


/* =======================================
  Navigationsleiste
   =======================================*/

/*#nav {
	width:100%;
	height:40px;
	position: absolute;
	top: 0;
	background-color: #000;
}

#nav ul {
	list-style-type: none;
	padding-left:40px;
	margin:0px;
}
#nav li {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:1em;
	color: #CCC;
	text-transform: uppercase;
	margin-top:10px;
}
#nav strong {
	color: #CCC;
	font-weight: bold;
}
#nav a {
	color: #CCC;
	text-decoration: none;
}
#nav a:hover,
#nav a:focus,
#nav a:active  {
	color: #F00;
}

#work {
	float: left;
    clear: none;
}
#strich {
	float: left;
    clear: none;
}
#clients {
	float: left;
    clear: none;
}
#contact {
	float: left;
    clear: none;
}
#all {
	float: left;
    clear: none
}
#logoweiss {
	position:absolute;
	top:8px;
	left:50%;
	background-image:url(img/logo_invers.png);
	margin-left:-85px;
	z-index:5;
    width: 187px;
	height:25px;
}
#special {
	float: right;
    clear: none;
	padding-right:40px;
}*/

#nav {
	position:absolute;
	top:0px;
	left:0px;
	width: 250px;
	height: auto;
	padding-top:40px;
	padding-bottom:40px;
	background-color: #FFF;
	color:#000;
	z-index:10;
}
.hidenav {
	visibility: hidden;
}
#nav ul {
	list-style-type: none;
	padding-left:40px;
	padding-right:20px;
	margin:0px;
}
#nav li {
	margin-top:0px;
	color:#000;
	padding-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1em;
	text-transform: uppercase;
}
#nav strong {
	color: #000;
	font-weight: 700;
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover,
#nav a:focus,
#nav a:active  {
	color: #F00;
}
#strich {
	display:none;
	visibility:hidden;
}
#work {
	position:relative;
    clear: both;
}
#clients {
	position:relative;
	clear: both;
}
#contact {
	position:relative;
	clear: both;
}
#all {
	position:relative;
	clear: both;
}
#special {
	position:relative;
	clear: both;
	overflow:hidden;
}
#logoweiss {
	position:absolute;
	top:8px;
	left:50%;
	background-image:url(img/logo_invers.png);
	margin-left:-85px;
	z-index:5;
    width: 187px;
	height:25px;
}
#logoklein {
	position:absolute;
	top:8px;
	left:50%;
	background-image:url(img/logo_klein.png);
	margin-left:-85px;
	z-index:5;
    width: 187px;
	height:25px;
}
/*#special {
	position:relative;
	clear: both;
	top:0px;
	left:0px;
	float:none;
	padding:0;
	overflow:hidden;
}*/
/*#logoweiss {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-image:url(img/logo_invers.png);
	z-index:5;
    width: 232px;
	height:30px;
}*/


/*#Container {
	position: absolute;
	top: 0px;
	bottom: 0px;
}*/


#menuebox {
    height: 40px;
    width: 35px;
    position: absolute;
    top: 15px;
    left: auto;
    bottom: auto;
    right: 15px;
    z-index: 20;
	cursor:pointer;
    visibility: visible;
}
#menuebox img {
	max-height:100%;
	max-width:100%;
}


/* =======================================
   Ende der Navigationsleiste
   =======================================*/

 #Container {
    margin-left: auto;
    margin-right: auto;
   /* min-height: 100%;*/
    width: 100%;
	/*height:100%;*/
    background-color: #000;
	position: absolute;
	top: 0px;
	bottom: 0px;
	bottom: 0px;
    border: none;
	padding: 0;
	overflow: hidden;
}

#start {
position: relative;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#FFF;
	animation-name: bildfade1;
	animation-duration: 1500ms;
	animation-timing-function: linear;
	-moz-animation-name: bildfade1;
	-moz-animation-duration: 1500ms;
	-moz-animation-timing-function: linear;
	-webkit-animation-name: bildfade1;
	-webkit-animation-duration: 1500ms;
	-webkit-animation-timing-function: linear;
	animation-delay: 1500ms;
	-moz-animation-delay: 1500ms;
	-webkit-animation-delay: 1500ms;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
#start img {
	position: absolute ;
	top:40%;
	left:50%;
	margin-left:-195px;
	max-width: 100%;
	width:390px;
	height:114px;
}
#disclaimer {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:100;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	padding-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:1em;
	color:#000;
	text-align:center;
	word-wrap:normal;
	overflow:visible;
}
#disclaimer span {
	/*font-size:1.2em;*/
	font-weight:700;
}
#disclaimer2 {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:100;
	width:80%;
	height:auto;
	padding-left:10%;
	padding-right:10%;
	padding-top:10px;
	padding-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:0.7em;
	color:#000;
	text-align:center;
	word-wrap:normal;
	visibility:hidden;
	background-color:#FFF;
}
#content {
	position: relative;
	clear:both;
	width: 300%;
	height: 100%;
	left: -100%;
	/*min-height: 100%;*/
	background-color:#000;
	margin: 0;
	padding: 0;
}
.bild img {
	border: none;
	position: absolute;
	margin:auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*height:100%;
	width:auto;*/
	max-width:100%;
	max-height:100%;
}

.bild {
	width: 33.3333333333333333%;
	height: 100%;
	float: left;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.moveright{
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: transform 500ms ease-in-out;
	-webkit-transition: -webkit-transform 500ms ease-in-out;
}
.moveleft{
	transform: translate3d(-100%,0,0);
	-webkit-transform: translate3d(-100%,0,0);
	transition: transform 500ms ease-in-out;
	-webkit-transition: -webkit-transform 500ms ease-in-out;
}


#coverbild {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	/*top:0px;
	left:0px;*/
	visibility: hidden;
}
#coverbild img {
	border: none;
	max-width:100%;
	max-height:100%;
	z-index: 5;
	left: 33.33333333333%;
}
#rechtspfeil {
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:100%;
	background-color: rgba(0,0,0,0);
	background-image: url(img/rechtspfeil2.png);
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	z-index:8;
	cursor:pointer;
}
#linkspfeil {
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:100%;
	background-color: rgba(0,0,0,0);
	background-image: url(img/linkspfeil2.png);
	background-position:center;
	background-size:auto;
	background-repeat:no-repeat;
	z-index:8;
	cursor:pointer;
}
#specialedition {
	position:absolute;
	bottom:0px;
	margin-bottom: -5px;
	left:0px;
	z-index:50;
	width: 100%;
	height:25px;
	/*color: 'FFF';*/
	color:rgba(255,255,255,0.8);
	/*background-color:rgba(0,0,0,0.2);*/
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:0.8em;
	visibility: visible;
	word-wrap:normal;
	overflow:visible;
}
#specialedition a {
	/*color: 'FFF';*/
	color:rgba(255,255,255,0.8);
	text-decoration:none;
	/*background-color:rgba(0,0,0,0.2);*/
}
#specialedition a:hover,
#specialedition a:focus,
#specialedition a:active  {
	color: #F00;
}

#kunden {
	position:relative;
	clear:both;
	width: 100%;
	height: 100%;
	/*min-height: 100%;*/
	background-color:#FFF;
	margin: 0;
	padding: 0;
	overflow-y:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1em;
	color: #000;
	text-transform: uppercase;
}
#kunden ul {
	list-style-type: none;
	padding:50px 0 50px 15%;
	margin: 0;
	/*margin:50px 0 0 0;*/
}
#kunden li {
	font-weight:400;
	margin-top:10px;
}
#mitte3 {
	position:relative;
	padding-top:200px;
	width:600px;
	padding-left:15%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:1em;
	color: #000;

}
#mitte3 a:hover{
	color:#F00;
}
#contact1 {
	width:300px;
	height:250px;
	float:left;
}
#contact1 img{
	margin: 0 10px 10px 0;
}
#contact2 {
	width:260px;
	height:250px;
	padding-left:30px;
	float:left;
	font-weight:300;
}
#contact2 a:hover {
	color:#F00;
}
#contact3 {
	position:relative;
	padding-top:20px;
	width:300px;
	height:200px;
	clear:both;
	font-weight:700;
	text-transform: none;
}

#viewall {
	position:relative;
	clear:both;
	width: 100%;
	height: 100%;
	/*min-height: 100%;*/
	background-color:#000;
	margin: 0;
	padding: 0;
	overflow-y:auto;
}
#viewall ul {
	list-style-type: none;
	padding:50px 0 50px 5%;
	margin: 0;
	/*margin:50px 0 0 0;*/
}
#viewall li {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1em;
	color: #000;
	text-transform: uppercase;
	margin-top:15px;
	margin-right: 25px;
	float: left;
}


@media only screen and (max-width: 1024px) {


#menuebox {
    height: 32px;
    width: 28px;
}


#start img {
	width:292px;
	height:85px;
	margin-left:-146px;
	max-width:90%;
}
#disclaimer {
	font-size:0.5em;
}

/*#rechtspfeil {
	width:40px;
}
#linkspfeil {
	width:25px;
}*/


}

@media only screen and (max-width: 770px) {

#mitte3 {
	position:relative;
	margin-left: 15%;
	clear:both;
	padding-top:100px;
	width:auto;
	padding-left:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:1em;
	color: #000;

}
#mitte3 a:hover{
	color:#F00;
}
contact1 {
	position:relative;
	margin-left: auto;
    margin-right: auto;
	width:auto;
	clear:both;
}
#contact1 img{
    margin-left: auto;
    margin-right: auto;
	max-width:90%;
}
#contact2 {
	position:relative;
	margin-left: auto;
    margin-right: auto;
	width:auto;
	clear:both;
	padding:0;
}

}

/* =======================================
   ENDE ENDE ENDE
   =======================================*/
