@charset "UTF-8";
/* CSS Document */
di v { border: solid 1px #0F0;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Open Sans', sans-serif, Arial;
	color: #000;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0;
}
#main-logo {
	width: 320px;
	height: 320px;
	position: fixed;
	top: 50%;
	left:50%;
	margin: -160px 0 0 -160px;
	z-index: 99;
}
#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index: 1;
}
/*----------------------------------------  HEADER  */

#header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
}
#nav {
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.nav-button {
	padding: 0 20px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: 1.6em;
	letter-spacing: 0.15em;
}
.current, a.nav-button:hover {
	text-decoration: underline;
}
.square {
	margin: 0;
	padding: 0 0 3px 0;
}
/*----------------------------------------  LAYER  */
#embaLayer, #imprintLayer {
	width: 540px;
	height: 540px;
	text-align: center;
	position: fixed;
	top: 50%;
	left:50%;
	margin: -270px 0 0 -270px;
	z-index: 100;
	background: #000;
	-moz-border-radius: 270px;
	-webkit-border-radius: 270px;
	border-radius: 270px;
}
.logo {
	border: 0;
	margin: 0;
	padding: 60px 0 0 0;
}
#embaLayer h2, #imprintLayer h2 {
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 2.25em;
	letter-spacing: 0.18em;
	margin: 40px 0 0 0;
	padding: 0;
}
#embaLayer p, #imprintLayer p {
	font-weight: 300;
	text-decoration: none;
	text-transform: none;
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.8em;
}
#embaLayer p a, #imprintLayer p a {
	font-weight: 300;
	text-decoration: none;
	text-transform: none;
	color: #FFF;
}
.close {
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.4em;
	line-height: 7em;
}
.closeImprint {
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.4em;
	line-height: 5.4em;
}

/*----------------------------------------  SLIDES  */
#mask{
	width:100%;
	height:300%;
	overflow:hidden;}
.item{
	width:100%;
	height:33%;
	float:left;
	display:block;
}
.content{
	width:100%;
	height:149px;
	top:30%;
	position:relative;
	text-align: center;
}
.shoe {
	position:relative;
	top: 75px; 
}
.left { right:13%;}
.right { left:13%;}
/*----------------------------------------  FOOTER  */
#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99;
}
img {
	border: none;
}
#footer-nav {
	position: relative;
	text-align: center;
	padding: 30px 0 10px 0;
}
.imprint-nav {
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.65em;
}
/*----------------------------------------  IF  */
#if {
    right: 3px;
    top: 55px;
    position: fixed;
	z-index: 999;
}