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,menu,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,menu,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}


/* ---------------------------------------- */
/* Standaard HTML declarations */
/* ---------------------------------------- */

* {
	margin: 0;
	box-sizing: border-box;
	
}

html {
	height: 100%;
}
	
body {
	background-color: #fff;
	font-family:  "source sans pro", sans-serif;
	font-size:1.1vw;
	font-weight:300;
	color: #1b1b1b;
	overflow-x: hidden;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
	}

a:link,
a:visited{
	text-decoration: none;
	color:#1b1b1b;
}

h2,h3{
	color: #e805ff;
	font-family: 'Poiret One', cursive;
}
h2{
	padding-bottom: 2%;
}
.poiret{
	color: #e805ff;
	font-family: 'Poiret One', cursive;
}

i{
	font-style: italic;
}

/* ---------------------------------------- */
/* header */
/* ---------------------------------------- */

header{
	position:fixed;
	width:100%;
	padding: 1.5% 2.5%;
	background: rgba(255,255,255,0);
	z-index:2;
	text-align: right;
	transition: ease-in-out padding 0.2s;
}

#hd-logo,
#hd-logo-bl{
	width:20vw;
	min-width:12vw;
	transition: ease-in-out opacity 0.2s;
	float: left;
}

#hd-logo-bl{
	position:absolute;
	left:2.5%;
	opacity: 0;
	z-index:10;
	}

.hd-menu-logo-open{
	opacity: 1 !important;
}	

#hd-hamburger{
  position:relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 float: right;
 z-index:10;
 cursor: pointer;
}

#hd-hamburger.is-active{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hd-hamburger-line-open{
  background-color:#1b1b1b !important;
}
#hd-hamburger.is-active .hd-hamburger-line:nth-child(1){
  width: 1.92em;
}

#hd-hamburger.is-active .hd-hamburger-line:nth-child(2){
  width: 2.56em;
}
.hd-hamburger-line{	
	width: 3.2em;
  height: 0.14em;
  background-color: white;
  display: block;
  margin: 0.75em auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }
  
#hd-menu{
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	background: white;
	transition: ease-in-out all 0.2s;
	font-size: 2vw;
	z-index:5;
	color: #1b1b1b;
	text-align:center;
	padding-top: 9%;
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	overflow-y: auto;
}

.hd-menu-hidden{
	transform: translateX(100%);
}

.hd-menu-item{
	margin: 4% 0;
	cursor: pointer;
}

.hd-menu-item:hover{
	color: #e805ff;
	 -webkit-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

#hd-contact{
	position:fixed;
	z-index:4;
	bottom: 8%;
	right: 2.5%;
	color:white;
	font-weight: 400;
	font-size: 1.4vw;
	cursor: pointer;
	 -webkit-transition: color 0.2s ease-in-out;
	 -o-transition: color 0.2s ease-in-out;
	 transition: color 0.2s ease-in-out;
	font-family: 'Poiret One', cursive;
	text-align: right;
}

#hd-contact img{
	width:3.5%;
	padding-right:1.5%;
}

/* ---------------------------------------- */
/* pages */
/* ---------------------------------------- */

#st-top{
	height:100vh;
	width:100%;
	background: url('/images/background.jpg') no-repeat center center;
	background-size:cover;
	postion:relative;
}

#st-top-arrow{
	position:absolute;
	cursor:pointer;
	bottom:0;
	left: 50%;
	width: 5%;
	margin-left: -5%;
}

.st-text{
	padding: 10% 0;
	font-size: 2.4vw;
	line-height: 170%;	
	width: 80%;
	margin: 0 auto;
}
.st-text-half{
	font-size: 1.8vw;
	line-height: 170%;	
	width: 75%;
	margin: 0 auto 0 16.6667%;
}
h3{
	font-weight: 400;
}

#st-price-txt,
#st-portfolio p{
	font-size: 1.8vw;
	padding-bottom: 2%;
	line-height: 170%;
}

#st-pricelist{
	padding: 6% 0 0 0;
}

.st-offer-pic{
	width:100%;
}

.st-offer-pic img{
	width:18%;
	}
#st-offer-pic-onepage{
	width:14.5%;
}

.st-offer-price{
	font-size: 1.4vw;
}

.st-offer-specs-hd{
	font-weight: 400;
	font-size: 1.4vw;
	line-height: 120%;
	padding: 6% 0 2% 0;
}
.st-offer-specs{
	font-size: 1.4vw;
	line-height: 120%;
	padding: 2% 0;
}

.st-offer-divider{
	display:none;
}

#st-work-banner{
	background-image:url('/images/banner-middle.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	height: 50vh;
	margin: 6% 0 0 0;
	display:none;
}

#st-banner-first{
	background-image:url('/images/banner.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
#st-banner-middle{
	background-image:url('/images/banner-middle.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	}
.st-banner{
	width:100%;
	position:relative;
	height: 70vh;
	background-size:cover;
	}
.st-banner-half{
	width:100%;
	position:relative;
	height: 40vw;
	background-size:cover;
	}
.st-banner:after,
.st-banner-half:after{
	content: "";
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:white;
	transition: transform 1s;
	transform: translateX(0);
}

.st-banner-box{
	position: absolute;
	padding: 2%;
	width:20%;
	right:10%;
	bottom: -4vh;
	background: white;
	font-size: 2vw;
	line-height: 150%;
	font-family: 'Poiret One', cursive;
}

#st-work{
	padding-top:8%;
}

#st-work h2{
	padding-bottom: 4%;
	font-size: 2.4vw;
}

.half40{
	width:40%;
	display: inline-block;
	vertical-align: top;
	padding: 2% 0;
}
.half60{
	width:60%;
	display: inline-block;
	vertical-align: top;
	padding: 2% 0;
}
.third{
	width:33%;
	width:calc(100%/3);
	display:inline-block;
	vertical-align: top;
	padding: 2% 0;
	
}
#st-work-pic{
	width: 11%;
	padding-bottom: 3%;
	}
#st-portfolio-pic{
	width: 5%;
	padding-bottom: 1%;
}

.st-portfolio-images{
	width:100%;
	padding-top: 2%;
}
.st-portfolio-image{
	width:25%;
	display:inline-block;
	vertical-align: middle;
	padding: 0 5%;
}
.st-portfolio-image img{
	width:100%;
}

#st-contact{
	position:fixed;
	background:white;
	top:0;
	left:0;
	height:100vh;
	width: 100%;
	transition: ease-in-out transform 1s;
	z-index:15;
	padding: 6% 0;
	overflow-y: auto;
}

.st-contact-hidden{
	transform: translateY(-100%);
}

#st-contact-logo{
	width:12vw;
	position: absolute;
	top: 1.3%;
	left: 2.5%;
}

#st-contact-close{
	width:3vw;
	position: absolute;
	top: 3%;
	right: 2.5%;
	cursor:pointer;
}

#st-contact-form{
	width: 50%;
	margin: 0 auto;
	position:relative;
	}

#st-contact-form input{
	border: 0;
	border-bottom: 1px solid #1b1b1b;
	border-radius: 0;
	appearance: none;
	outline: none;
	text-transform: uppercase;
	width:100%;
	font-family:  "source sans pro", sans-serif;
	font-size:1.4vw;
	font-weight:300;
	color: #1b1b1b;
	padding: 1.5% 0;
	margin: 2% 0;
}

#st-contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1b1b1b;
}
#st-contact-form input::-moz-placeholder { /* Firefox 19+ */
 color: #1b1b1b;
}
#st-contact-form input:-ms-input-placeholder { /* IE 10+ */
 color: #1b1b1b;
}
#st-contact-form input:-moz-placeholder { /* Firefox 18- */
 color: #1b1b1b;
}
#st-contact-honeypot{
	display:none;
}
#st-contact-form label{
	display:block;
	font-family:  "source sans pro", sans-serif;
	font-size:1.4vw;
	font-weight:300;
	color: #1b1b1b;
	text-transform: uppercase;
	margin-top: 2%;
	padding: 1.5% 0;
}

#st-contact-beschrijving{
	font-family:  "source sans pro", sans-serif;
	font-size:1.1vw;
	font-weight:300;
	color: #1b1b1b;
	border: 1px solid #1b1b1b;
	border-radius: 0;
	appearance: none;
	outline: none;
	width:100%;
	resize: none;
	padding: 1%;
}

#st-contact-form-send{
	width: 22%;
	font-family: "source sans pro", sans-serif;
	font-size: 1.4vw;
	font-weight: 300;
	color: #1b1b1b;
	text-transform: uppercase;
	appearance: none;
	outline: none;
	border: 1px solid #1b1b1b;
	margin: 8% 0;
	background: white;
	padding: 1% 0;
	cursor: pointer;
	
}

#st-contact-form-send img{
width:16.8%;
	padding-left: 8%;
}

#st-contact-send{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:white;
	font-size: 5vw;
	text-align:center;
	padding-top:25%;
	line-height:130%;
	transition: ease-in-out all 2s;
}

.st-contact-send-hidden{
	display:none;
	opacity:0;
}

footer{
	background:#1b1b1b;
	color:white;
	width:100%;
	position:relative;
}

footer .st-text{
	padding: 8% 0 1% 0;
}

footer p span{
opacity: 0.9;
}

footer p{
	font-size: 1.4vw;
	line-height: 170%;
	vertical-align: top;
	opacity: 0.9;
}

#ft-mail,
#ft-tel{
	display:block
	}

#ft-tel a{
	font-size:1.2vw;
}

#ft-mail img,
#ft-tel img{
	width:2%;
	padding-right: 1%;
}

footer a{
	font-family: 'Poiret One', cursive;
}

footer a:link,
footer a:visited{
	text-decoration: none;
	color:white;
}

#ft-logo{
	width: 20%;
	display: block;
	margin: 4% auto 0 auto;
}

#ft-info{
	text-align: center;
	font-size: 0.8vw;
	line-height: 170%;
	padding-top: 6%;
	opacity: 0.9;
}

p.animate{
	opacity: 0;
}

.st-banner.animated:after,
.st-banner-half.animated:after{
	transform: translateX(100%);
}

p.animated{
	animation: 1s fadeInUp both;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@media screen and (orientation:portrait) {
	body {
	font-size:3.3vw;
	}
	h2{
		padding-bottom: 6%;
		text-align: center;
	}
	
	/* ---------------------------------------- */
	/* header */
	/* ---------------------------------------- */
	
	header{
		padding: 3% 5% !important;
	}
	
	h2{
		font-size: 5.4vw
	}
	
	#hd-logo,
	#hd-logo-bl{
		width:36vw;
		min-width:36vw;
		left: 5%;
	}
	
	  
	#hd-menu{
		font-size: 6vw;
		padding-top: 27%;
	}
	
	.hd-menu-item{
		margin: 12% 0;
	}
	
	#hd-contact{
		bottom: 12%;
		right: 5%;
		font-size: 4.2vw;
	}
	
	#hd-contact img{
		width:4.4%;
		padding-right: 1.4%;
	}
	
	/* ---------------------------------------- */
	/* pages */
	/* ---------------------------------------- */
	
	#st-top-arrow{
		position:absolute;
		cursor:pointer;
		bottom:0;
		left: 50%;
		width: 12%;
		margin-left: -5%;
	}
	
	.st-text{
		padding: 30% 0;
		font-size: 5.2vw;
		width: 90%;
		}
	.st-text-half{
		font-size: 4.2vw;
		width: 90%;
		margin: 0 auto;
	}
	
	#st-price-txt,
	#st-portfolio p{
		font-size: 4.2vw;
	}
	#st-work h2{
		font-size: 5.4vw;
		padding-bottom: 8%;
	}
	
	#st-pricelist h3,
	.st-offer-pic{
		text-align: center;
	}
	.st-offer-pic img{
		width:18%;
		}
	#st-offer-pic-onepage{
		width:14.5%;
	}
	
	.st-offer-price{
		font-size: 4.2vw;
		text-align: center;
	}
	
	.st-offer-specs-hd{
		font-size: 4.2vw;
		padding: 5% 0 2% 0;
		text-align: center;
	
	}
	.st-offer-specs{
		font-size: 4.2vw;
		padding: 2% 0;
		text-align: center;
	
	}
	.st-offer-divider{
	display:block;
	width: 10%;
	margin: 0 auto;
}
.st-offer-divider img{
	width:100%;
}

#st-work-banner{
	display:block;
}

#st-work{
	padding-top:16%;
}
	.st-banner-box{
		padding: 2% 6%;
		width:60%;
		right:2.5%;
		font-size: 6vw;
	}
	
	.half40{
		display:none;
	}
	.half60{
		width:100%;
		display: block;
		vertical-align: top;
		padding: 2% 0;
	}
	.third{
		width:100%;
		display:block;
		vertical-align: top;
		padding: 8% 0;
		
	}
	#st-portfolio-pic,
	#st-work-pic{
		display:block;
		width: 15%;
		padding-bottom: 3%;
		margin: 0 auto;
	}
	
	.st-portfolio-images{
		padding-top: 2%;
	}
	.st-portfolio-image{
		width:40%;
		padding: 12% 0%;
		margin: 0 auto;
		display:block;
	}
	.st-portfolio-image img{
		width:100%;
	}
	
	#st-contact{
		padding: 18% 0;
	}
	
	#st-contact-logo{
		width:36vw;
		top: 1.3%;
		left: 2.5%;
	}
	
	#st-contact-close{
		width:9vw;
		top: 3%;
		right: 2.5%;
	}
	
	#st-contact-form{
		width: 75%;
		}
	
	#st-contact-form input{
		font-size:4.2vw;
		padding: 4.5% 0;
		margin: 6% 0;
	}
	#st-contact-form label{
		font-size:4.2vw;
		margin-top: 6%;
		padding: 4.5% 0;
	}
	
	#st-contact-beschrijving{
		font-size:3.3vw;
		padding: 3%;
	
	}
	
	#st-contact-form-send{
		width: 44%;
		font-size: 4.2vw;
		margin: 12% 0;
		padding: 3% 0;	
	}
	
	#st-contact-send{
		font-size: 15vw;
		padding-top:25%;
	}
	
	footer .st-text{
		padding: 16% 0 3% 0;
	}
	
	footer p{
		font-size: 4.2vw;
		line-height: 170%;
		vertical-align: top;
		opacity: 0.9;
	}
	
	.ft-sticky{
		position: absolute !important;
		bottom: 60.5% !important;
		opacity:0.9;
	}
	
	#ft-tel a{
		font-size:3.6vw;
	}
	
	#ft-mail img,
	#ft-tel img{
		width:3.9%;
		padding-right: 1.4%;
	}
	
	#ft-logo{
		width: 40%;
		margin: 12% auto 0 auto;
	}
	
	#ft-info{
		font-size: 2.4vw;
		padding-top: 12%;
	}
}