/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.Larsseit-Medium { font-family: Larsseit-Medium; }
.Larsseit { font-family: Larsseit; }

html, body 				{
						height: 100%;
						font-family: Larsseit, Helvetica, sans-serif !important;
						}




body 					{overflow: scroll;
						-webkit-overflow-scrolling: touch;
						}

section 				{
						width: 100%;
						font-family: Larsseit, Helvetica, sans-serif;
						}


a 						{color: #000;
						text-decoration: none;
						transition: all 0.3s ease-in-out;
						-webkit-transition: all 0.2s ease-in-out; 
						-moz-transition: all 0.2s ease-in-out;
						}


			h1 			{
						font-family: Larsseit-Medium, Helvetica, sans-serif;
						position: relative;
						font-size: 92px;
						text-align: center;
						z-index: 2000;
						letter-spacing: 2px;
						}


h1 a 					{color: #fff;
						text-decoration: none;}

h1 a:hover 				{color: #ebeae6;}




p 						{line-height: 1.7;
						font-family: Larsseit, Helvetica, sans-serif;
						}



.yui3-u-1-2 			{
						box-sizing: border-box;
						}

.yui3-g-r img 			{display: block;}


.yui3-g-r				{
						font-family: Larsseit, Helvetica, sans-serif;
						}

header 					{position: absolute;
						z-index: 2500;
						width: 100%;
						height: 50px;
						}

footer 					{
						width: 100%;
						box-sizing: border-box;
						padding: 20px;
						text-align: center;
						background-color: #ebeae6;
						}



.fixed					{position: fixed;}

nav						{z-index: 2500;
						font-family: Larsseit-Medium, Helvetica, sans-serif;
						font-size: 0.9em;
						letter-spacing: 1px;

						}

nav a 					{text-decoration: none;
						color: #000;
						}

nav a:hover 			{color: #ebeae6;
						}

nav ul 						{
						list-style-type: none;
					    
					    top: 30px;
					    left: 0;
					    right: 0;
					    text-align: center;
					    display: inline-block;
					    position: relative;
						margin: 0 auto;
						width: 100%;
						}

nav li 						{
					    display: inline;
					    margin: 6px;
					    text-transform: uppercase;
						}


#logo 					{width: 150px;
						height: 32px;
						background-image: url(../images/zickzack_logo.svg);
						position: relative;
						top: 30px;
						left: 50px;
						}

#start 					{background: url(../images/start/start_stuff_01.jpg) no-repeat center center; 
						  -webkit-background-size: cover;
						  -moz-background-size: cover;
						  -o-background-size: cover;
						  background-size: cover;
						  min-height: 100%;
						  overflow: hidden;
						  display: -webkit-flexbox;
					    display: -ms-flexbox;
					    display: -webkit-flex;
					    display: flex;
					    -webkit-flex-align: center;
					    -ms-flex-align: center;
					    -webkit-align-items: center;
					    align-items: center;
					    justify-content: center;
						}


.start_icon img 		{opacity: 0.3;}

.start_title			{
						font-family: Larsseit-Medium, Helvetica, sans-serif;
						color: #fff;
						}

/*projects*/



#projects 				{
						min-height: 100%;
						box-sizing: border-box;
						padding: 50px;
						text-align: center;
						display: -webkit-flexbox;
					    display: -ms-flexbox;
					    display: -webkit-flex;
					    display: flex;
					    -webkit-flex-align: center;
					    -ms-flex-align: center;
					    -webkit-align-items: center;
					    align-items: center;
					    justify-content: center;
						}

#projects h1			{color: #fff;
						font-size: 40px;
						}

.red 					{background-color: #dd564d;
						min-height: 100%;}



.project_item			{width: 320px;
						height: auto;
						margin: 0 auto;
						position: relative;
						}


.project_item span 		{position: absolute;
						display: block;
						top: 20%;
						left:-10%;
						font-family: Larsseit-Medium, Helvetica, sans-serif;
						font-size: 4.5em;
						}

.project_item span:hover 	{padding-bottom: 0px;
						border-bottom: 7px solid black;}


.project_item:hover span 	{padding-bottom: 0px;
						border-bottom: 7px solid black;}

.project_item:hover img {opacity: 0.7;}


#circle 				{width: 250px;
						height: 250px;
						padding:40px;
						padding-top: 40px;
						margin: 0 auto;}

.circle {			
					  position: relative;
					  display: inline-block;
					  width: 100%;
					  max-width: 250px;
					  height: 0;
					  padding: 50% 0;
					  border-radius: 50%;
					  background-color: #dd564d;
					  line-height: 0;}

/* project */

#project 				{background-color: #ebeae6;}


#slide4 				{
						width: 100%;
						height: 100%;
						background-color: #fff;
						}

.controls 				{
						width: 100%;
						text-align: center;
						box-sizing: border-box;
						font-size: 0.8em;
						}

.button 				{padding: 2px; border-bottom: 1px solid black; margin-right: 20px;}

.button:hover			{text-decoration: none;}

.numberCircle 			{
					    border-radius: 50%;
					    width: 22px;
					    height: 22px;
					    padding: 8px;
					    background: #fff;
					    text-align: center;
					    display: inline-block;
					    margin-right: 4px;
						}

.numberCircle:hover   	{background-color: #c9c8c3;}




.grey 					{
						background-color: #ebeae6
						}

.grey p 				{padding: 60px 0;}

.column 		{
						padding: 20px;
						}

.column p 				{width: 70%;
						max-width: 400px;
						margin: 0 auto;
						margin-top: 40px;
						margin-bottom: 40px;
						letter-spacing: 1px;}

table 					{max-width: 400px;
						margin: 0 auto;
						line-height: 1.3;
						font-family: Larsseit, Helvetica, sans-serif;
						margin-top: 120px;


					}

.calc td:nth-child(1) {
  width: 33%;
}
.calc td:nth-child(2) {
  width: 66%;
}


td 						{padding: 20px 0;
						border-bottom: 1px solid #ececec;
						}

.t_head					{font-family: Larsseit-Medium, Helvetica, sans-serif;
						
						}

.tfoot 					{border-bottom: 0;}


.product_slideshow 		{height: auto;
						cursor: url(../images/cursor_next.svg), auto; 
						display: -webkit-flexbox;
					    display: -ms-flexbox;
					    display: -webkit-flex;
					    display: flex;
					    -webkit-flex-align: center;
					    -ms-flex-align: center;
					    -webkit-align-items: center;
					    align-items: center;
					    justify-content: center;
					    z-index: 1000;
						}



#contact				{background-color: #dd564d;} 	

#contact a 				{color: #fff; 
						border-bottom: 1px solid white;
						padding-bottom: 1px;}

.contact-column 		{
						padding: 20px;
						height: 100%;
						}	

.contact-column p 		{width: 70%;
						max-width: 400px;
						margin: 0 auto;
						margin-top: 40px;
						margin-bottom: 40px;}

#shop 					{min-height: 100%;
						background-color: #dd564d;
						color: #fff;
						box-sizing: border-box;
						padding: 50px;
						text-align: center;
						display: -webkit-flexbox;
					    display: -ms-flexbox;
					    display: -webkit-flex;
					    display: flex;
					    -webkit-flex-align: center;
					    -ms-flex-align: center;
					    -webkit-align-items: center;
					    align-items: center;
					    justify-content: center;
						}

#shop span 				{
						max-width: 80%;
						}
						

#shop h1				{max-width: 800px;
						margin: 0 auto;
						}

#about 					{min-height: 100%;

						}

#about img 				{max-width: 80%;
						margin: 0 auto;
						padding-top: 120px;
						}

.about_icon				{padding-top: 0px !important;
						margin-top: -19px !important;
						}

#contact 					{min-height: 600px;
						color: #fff;}

.imprint 				{font-size: 10px;
						font-family: Larsseit, Helvetica, sans-serif;}


.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}


/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.hvr-grow-rotate{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-grow-rotate:active,.hvr-grow-rotate:focus,.hvr-grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}


@media only screen and ( max-width: 900px ) /* 640 */
    {

    					.project_item span {left: 0; right: 0; top:40%; color: #fff;}
    					.project_item span:hover {border-bottom: 0;}
    					.project_item:hover span {border-bottom: 0;}
    					.controls {display: none;}

    					.fixed {position: relative;
    							top: 0;
    							z-index: 3000;
    							}

    					nav 	{
    							text-align: center;
    							}

    					nav	ul	{
    							top: 20px;
    							padding: 20px 0;
    							opacity: 0.9;
    							max-width: 250px;
    							line-height: 1.5;
    						}

    					.project_item	{max-width: 220px;
    									padding: 0;}


					#circle 				{max-width: 220px;
						height: 220px;
						padding:0;
						padding-top: 40px;
						margin: 0 auto;}

						#projects h1	{font-size: 30px;}


    					/*#logo 	{
    							margin: 0 auto;
    							left: 0;
    							top: 0;
    							background-image:url(../images/zickzack_logo_white.svg);
    							background-repeat: no-repeat;
    							background-position: center;
    							background-color: #dd564d;
    							width: 100%;
    							min-height: 45px;
    							position: fixed;
    							top: 0;
    					}*/

    					#logo {margin: 0 auto;
    							left: 0;
    							top: 20px;
    						}



    						h1 	{font-size: 48px;}

    					table {max-width: 280px;
								margin-top: 60px;
								font-size: 14px;}

    					.column p, .contact-column p {width: 85%;}

    					.grey p {padding:0;}



    }

