html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;margin:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;outline:none}

html, body {text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:10;font-size:100%;padding:0;margin:0;	overflow-x:hidden
}

/*html,
body {
  height: 100%;
  width: 100%;
  overflow-y: auto;
	-webkit-overflow-scrolling: touch
}*/


*:active, *:focus{outline:0}

*, *:after, *:before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:10;}

::-webkit-scrollbar{display:none}

#main{
	width:100%;
	margin:0;
	padding:0
}
	
/********************************* Header und Navigation *********************************/

#header{
	width:100%;
	margin:0;
	padding-left:2.5%;
	height:5em;
	background-color:#fff;
	position:fixed;
	top:0;
	z-index:1000
}

#logo{
	margin:2em 0;
	width:140px;
	float:left
}

div#nav {
	width:100%
} 

div#nav ul li {
	margin-top:1.65em;
	width:12%;
	float:left;
	color:#000
} 
	
div#nav ul, div#nav ul a:active, div#nav ul a:visited, div#nav ul a:hover{
	color:#000
}

.square {
    position:relative;
    width:7px;
    height:7px;
	border:1px solid #000;
    background:#fff
}

div#nav ul a:active .square, div#nav ul a:hover .square, .square.active {
    background:#000
}

.nosquare {
    position:relative;
    width:6px;
    height:6px;
	border:1px solid #fff;
    background:#fff
}

div#nav ul a:active .nosquare, div#nav ul a:hover .nosquare {
    background:#fff
}

/********************************* Typografie *********************************/

p, a, h1, h2, h3, button{
	font-family:"aktiv-grotesk-std", "Helvetica Neue", sans-serif;
	font-size:0.95em;
	line-height:1.4em;
	color:#000;
	margin:0 0 1.4em 0
}

::-webkit-input-placeholder {
	color:#000;
}
:-moz-placeholder {
	color:#000;
}
::-moz-placeholder {
	color:#000;
}
:-ms-input-placeholder {
	color:#000;
}

h1{
	font-size:1.65em;
	line-height:2.4em;
	letter-spacing:0.02em;
	text-transform:uppercase;
	text-align:center;
	margin:0
}

h2{
	margin-bottom:1em;
	text-transform:uppercase;
	text-align:center
}

h3{
	text-indent:3em
}

#getintouch p{
	margin:0
}

#getintouch p i {
	box-sizing: border-box;
	padding: 15px 85px
}

#getintouch p span {
	display: none
}

.indent{
	padding-left:3em
}

.lngg{
	padding-left:1.7em
}

.center{
	clear:both;
	text-align:center
}

.project h1{
	padding-top:1.4em
}

button{
	font-weight:normal;
	font-size:1em;
	line-height:1em;
	text-transform:uppercase;
	text-align:center;
	background:white;
	border:0px;
	cursor:pointer
}

button span{
	color: #fff
}

button.active_btn span{
	color: #000
}

button:hover{
	text-decoration:none
}

/********************************* Home *********************************/

#home{
	width:100%;
	margin:9em 0 0 2.5%;
	float:left;
	-webkit-transform:translate3d(0, 0, 0);
	-webkit-perspective:1000
}

#mood {
	opacity: 0
}

/* Bilder Home */

img.bottom {
    vertical-align:text-bottom;
	display:inline-block
}

img.w1, img.w2, img.w3, img.w4, img.w5, img.w6, img.w7, img.w8{
	margin:1% 1% 0 0
}

div.w1{width:12%}
img.w1{width:11%}
img.w2, div.w2{width:23%}
img.w3, div.w3{width:35%}
img.w4, div.w4{width:47%}
img.w5, div.w5{width:59%}
img.w6, div.w6{width:71%}

.spacer{
	display:inline-block;
    height:10px
}

/********************************* Works *********************************/

#works{	
	background:white;
	width:100%;
	display:inline-block;
	margin:7em 0px 0px 2.5%
}

#works_ff{	
	background:white;
	width:100%;
	display:inline-block;
	margin:7em 0px 0px 2.5%
}

.project{	
	width:23%;
	height:10em;
	display:inline-block;
	margin:1% 1% 1% 0
}

img.clmn1, img.clmn2, img.clmn3, img.clmn4, img.clmn5, img.clmn6{
	margin:1% 1% 0 0;
	display:inline-block
}

div.clmn1, div.clmn2, div.clmn3, div.clmn4{
	margin:1% 1% 0 0;
	display:inline-block;
		vertical-align:top
}

img.clmn1, div.clmn1{width:11%}
img.clmn2, div.clmn2{width:23%}
img.clmn3, div.clmn3{width:35%}
img.clmn4, div.clmn4{width:47%}
img.clmn5, div.clmn5{width:59%}
img.clmn6, div.clmn6{width:71%}


.clmn1 img, .clmn2 img, .clmn3 img, .clmn4 img, .clmn5 img, .clmn6 img{
	width:100%
}

img.top {
    vertical-align:top
}

.hidden{
	display:none
}

.show{
	display:block
}

/********************************* Products *********************************/

#products{
	float:left;
	width:100%;
	margin:8.7em 2.5% 0em 2.5%
}

#holder{
	clear:both;
	width:74.7%;	
	margin:1% auto 0 auto
}

/* 
#table, #board{
	overflow:auto
}
 */

#w95{
	position: relative;
	width:95%
}

#w47{
	position: relative;
	width:47%;
	margin:1em auto 5em auto
}

#getintouch{
	position: relative;
	width:100%;
	border:1px solid black;
	margin:1em auto 5em auto;
	text-align:center;
	cursor: pointer
}

#getintouch .respond{
	position: absolute;
	bottom: -33px;
	width: 290px;
	left: 50%;
	margin-left: -145px;
	font-family: "aktiv-grotesk-std", "Helvetica Neue", sans-serif;
	font-size: 12px;
	display: none
}

#getintouch p{
	padding: 15px 0;
	position: relative;
}

#getintouch.active {
	height: 52px
}

#getintouch.active p span{
	position: absolute;
	top: 0;
	width: 49.6%;
	padding: 15px;
	float: right
}

#getintouch.active p span.send{
	left: 0;
	color: #000;
	border:1px solid black;
}

#getintouch.active p span.cancel{
	right: 0;
	border:1px solid black;
	float: left
}

#getintouch.active p span.send:hover, #getintouch.active p span.cancel:hover{
	background: #000;
	color: #fff
}

.reg-form {
	position: relative;
	display: inline-block;
	overflow: hidden;
	opacity: 0;
	height: 0;
	text-align: center;
	width: 100%
}

.reg-form input, .reg-form textarea {
	padding: 0 15px;
	width: 49.6%;
	height: 50px;
	border: 1px solid black;
	background: transparent;
	text-align: center;
	font-family: "aktiv-grotesk-std", "Helvetica Neue", sans-serif;
	font-size: .9em;
	line-height: 22px;
	margin-top: 16px;
	box-sizing: border-box;
	float: right
}

.reg-form input:first-child {
	width: 100%
}

.reg-form input#firstname {
	float: left
}

.reg-form textarea { 
	width: 100%;
	height: 120px;
	padding-top: 13px;
	text-align: left;
	resize: none
}


/* Oile Products */

.owl-theme .owl-controls {
    margin-top:1em;
    text-align:center;
    -webkit-tap-highlight-color:transparent
}

.owl-theme .owl-dots .owl-dot {
    display:inline-block;
    zoom:1;
    *display:inline
}

.owl-theme .owl-dots .owl-dot span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#fff;
    display:block;
	border:1px solid black;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#000
}

/********************************* Info *********************************/

.column>*{
	padding:0 5px
}

#wrapper{
	margin:6em 2.5% 2.5em 2.5%
}

.wide,.thin{
	clear:both
}

.wide img{
	width:100%
}

span.columnbreak{
	display:block;
	margin:0 30%
}


/********************************* Oile *********************************/

.owl-controls .owl-dots, .mobile .owl-controls .owl-nav {display:none !important}
.owl-controls .owl-nav, .mobile .owl-controls .owl-dots {display:block !important}

.owl-nav {
position:absolute;
top:0;
width:100%;
height:100%;
z-index:-1
}

.owl-nav .owl-prev, .owl-nav .owl-next {
position:absolute;
top:0;
height:100%;
margin:32% 0 0 0;
width:10px;
height:10px;
background:#fff;
display:block;
border:1px solid black;
-webkit-backface-visibility:visible;
-webkit-transition:opacity 200ms ease;
-moz-transition:opacity 200ms ease;
-ms-transition:opacity 200ms ease;
-o-transition:opacity 200ms ease;
transition:opacity 200ms ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
background:#000
}

.owl-nav .owl-prev {
left:-45px
}

.owl-nav .owl-next {
right:-45px
}

.owl-carousel .owl-item {
	-webkit-transform:translate3d(0, 0, 0);
	-webkit-perspective:1000
}

/* Media Queries */

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

	#getintouch p i {
		padding: 15px 45px
	}

	#works, #wrapper, .wide {
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0,0,0);
	}
	input, textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0
	}
	#nav {
		display: inline-block;
		background: #fff;
		margin-top: 0;
		padding-bottom: 12px;
	}
	#nav ul {
		width: 100%;
		display: inline-block;
	}
	#nav ul li:first-child {
		display: none
	}
	div#nav ul li {
		margin-top: 0.25em;
		width: auto;
		font-size: 15px;
		padding: 0 2.4333%;
	}
	#logo {
		margin: 1.5em 0
	}
	
	.project {
		margin: 1% 0 1% 0;
		height: 5em;
		width: 30.5%
	}
	.project h1 {
		font-size: 1.1em
	}
	.spacer {
		display: none !important
	}
	img.clmn3, div.clmn3, img.clmn2, div.clmn2, img.clmn5, div.clmn5, img.clmn1, div.clmn1, img.clmn4, div.clmn4, img.w6, div.w6, img.w3, div.w3, img.w5, div.w5, img.w4, div.w4, img.w2, div.w2 {
		width: 95%
	}
	#w95 h1 {
		font-size: 1.45em
	}
	#products {
		margin-top: 7.7em
	}
	#holder {
		margin-top: 7%;
		width:100%
	}
	#w47, .wide .column {
		width: 100% !important
	}
	.wide .first { 
		margin-top: 10%
	}
	.indent {
		margin: 1em 0 1em 0;
		padding-left: 2.05em
	}
	#wrapper {
		margin-bottom: -1em	
	}
	#works {
		margin-bottom: 1em
	}
}
