.v2 h3 {color:#fffaed;}
body.home h3:first-child {color:#6a7e3a;}



.pattern {background: #d33c3c;width: 100%;height: 190px;position: absolute;top: 60px;}
.pattern:after {
    content: "";
    background-image: url(../images/rand-04.png);
    width: 100%;
    position: absolute;
    height: inherit;
    background-size: contain;
    background-position: bottom center;
    left: 0;
    background-repeat: repeat-x;
    height: 40px;
    bottom: 0;
}
a.social {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #111;
    color: #fff;
    line-height: 32px;
	font-size:16px;
	border-radius:2px;
	transition:.1s;
}
a.social:hover {background:#333;}

.uitgelicht {
    width: 100%;
    height: 460px;
    background-size: cover;
    background-position: center;
    margin-top: -60px;
	position:relative;
}
.uitgelicht:after {
    content: "";
    background-image: url(../images/rand-04.png);
    width: 100%;
    position: absolute;
    height: inherit;
    background-size: contain;
    background-position: bottom center;
    left: 0;
    background-repeat: repeat-x;
    height: 40px;
    bottom: 0px;
}


#middle .v1 {padding-top:50px;}
.v2 h1 {margin-bottom: 60px;color:#FFF !important;}

#head h1 	{color:#fffaed;}
#head h3 	{color:#FFF;}
#head p 	{margin-left:30px;}
#head a 	{color:#FFF;}

#menu {background:#FFF;height:60px; position:fixed;width:100%;z-index:123;box-shadow: 0px 0px 90px rgba(0,0,0,.3);}
#menu ul {padding: 0;}
#menu ul li	{list-style:none;display:inline-block;}
#menu ul li a {display:inline-block; color:#111;padding:20px 10px;}

#menu:after {content: "";background-image: url(../images/rand-05.png);width: 100%;position: absolute;z-index: 123;height: 30px;background-size: contain;background-position: top center;left: 0;top: 60px;background-repeat: repeat-x;}

.scroll-menu a {color: #d33c3c;line-height: 70px;padding: 10px 5px; transition:.3s;}
.scroll-menu a:hover {color:#111;}

nav ul 		{padding: 0;}
nav ul li	{list-style:none;display:block;border-bottom:1px solid #efefef;transition:.3s;}
nav ul li a {display: block;color: #111;padding: 5px 30px;font-size: 16px;transition:.3s;}

nav ul li.current-menu-item,
nav ul li:hover {background:#efefef;}
nav ul li.current-menu-item a,
nav ul li:hover a {color:#d33c3c;}

.nav-expanded:before {content: "";height: 100%;width: 100%;background-color: rgba(0,0,0,.6);z-index: 100;position: fixed;transition:.3s;overflow:hidden !important;}
.nav-expanded a.nav-expander.fixed {right: 20em;}
nav {background: #fff;display: block;height: 100%;overflow: auto;position: fixed;right: -400px;font-size: 15px;top: 60px;width: 350px;z-index: 1000;transition: right 0.3s ease-in-out 0s;-webkit-transition: right 0.3s ease-in-out 0s;-moz-transition: right 0.3s ease-in-out 0s;-o-transition: right 0.3s ease-in-out 0s;box-shadow:-3px 14px 9px rgba(0,0,0,.1);}
.nav-expanded nav {right: 0;}
#nav-expander span.icon-bar {width: 30px;height: 3px;background: #111;display: block;padding: 0px;margin: 5px;transition: .1s;}
#nav-expander {display: inline-block;padding: 5px 10px;margin: 15px 0;}
#nav-expander:before {content: "";height: 40px;width: 3px;background: #efefef;position: absolute;margin-left: -15px;margin-top: -5px;}


a.logo {background-image: url(../images/logo.png);background-size: contain;background-repeat: no-repeat;height: 60px;margin-top: 5px;width: 100%;background-position: left center;display: block;position: absolute;z-index: 123;}

#head {min-height: 100vh;background: #d33c3c;padding: 20vh 0 10vh 0;color:#FFF;position:relative;overflow:hidden;}

#middle {padding:120px 0 30px;}


.pattern:before,
#footer:before,
#head:before {
    content: "";
    background-image: url(../images/repeat.jpg);
    background-size: 300px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .1;
}
#head:before {height:200%;}

#head .slider-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
	height:70vh;
	width:100%;
}

#links {margin:0 15px;}
.link {padding:0;}
a.buttonlink {
    display: block;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
	text-align:center;
    margin: 0;
    text-decoration: none;
    background-color: #fef9ec;
	position:relative;
	overflow:hidden;
}
a.buttonlink:hover > div {opacity:.35; transform:scale(1.1);}
.link-back {
    background-size: cover;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .2;
	transition:.3s;
}
a.buttonlink h2 {position:relative;z-index:10;}

.content {padding:80px 0 40px;}
.content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.img {
    width: 100%;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#product-img {
    padding: 0;
    position: relative;
	background:#000;
	height:600px;
}
#product-img:after {
    content: "";
    background-image: url(../images/rand-03.png);
    width: 100%;
    position: absolute;
    z-index: 10;
    height: inherit;
    background-size: contain;
    background-position: top center;
    left: 0;
    top: 0;
    height: 40px;
    background-repeat: repeat-x;
}
.prod-back {
	background-image:url(../images/prod-back.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 600px;
	position:absolute;
	background-position: top center;
	opacity:.6;
}
.prods {
    padding: 40px 0 !important;
}
.prods .row > div > div:last-child {
    border: 0 !important;
}
.product {
    border-bottom: 2px solid #fff2d0;
    padding: 40px 0 10px;
}
#product-img .img {
    height: 600px;
    width: 100%;
    background-size: contain;
    background-position: bottom center;
	position:absolute;
	z-index:10;
	background-image:url('../images/producten-rij.png');
}
#product-info {
    background-color: #fef9ec;
    padding: 60px 0 100px;
	position:relative;
}
#product-info:after {
    content: "";
    background-image: url(../images/rand-04.png);
    width: 100%;
    position: absolute;
    z-index: 10;
    height: inherit;
    background-size: contain;
    background-position: bottom center;
    left: 0;
    bottom: 0;
    height: 40px;
    background-repeat: repeat-x;
}
#product-info .back:before {
    content: "";
    background: linear-gradient(#fffaed,rgba(0,0,0,0));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .6;
}
span.nummer {
    display: inline-block;
    background: #d33c3c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
}
a.long-btn {background: #6a7e3a;padding: 20px 0;position: relative;display:block;color:#FFF;}
a.long-btn:before {
    content: "";
    background-image: url(../images/repeat.jpg);
    background-size: 300px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
}
.back {
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    opacity: .1;
}


.stap:before {
    content: "";
    border-left: 2px dashed rgba(0,0,0,.2);
    width: 2px;
    height: 100%;
    position: absolute;
    left: -2px;
	top:0;
    z-index: -1;
}

#stappen .stap {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #FFF;
    margin-left: -58px;
    padding-left: 60px;
    z-index: 10;
    position: relative;
}
#stappen span.icon {border:3px solid #fffaed;margin-top:20px;}

#stappen .row > div:last-child .stap:before {height: 52px;}
#stappen .row > div:first-child:before {border: 0 !important;}
#stappen .row > div:nth-child(even) {margin-left: 40%;}
#stappen .row > div:nth-child(odd):before {top:-2px;}
#stappen .row > div:nth-child(odd):after, #stappen .row > div:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px dashed rgba(0,0,0,.2);
    height: 2px !important;
    left: -45px;
}
span.afbeelding {
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
span.icon {
    color: #FFF;
    display: inline-block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    font-size: 20px;
    background-color: #d33c3c;
    position: absolute;
    left: -20px;
    border: 3px solid #fff;
}

#team {background: #fffaed;position:relative;}
#relatiegeschenken {padding:60px 0 70px;}
#relatiegeschenken .img {
    width: 100%;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -100px;
    z-index: 99;
}
#team .back:before {
    content: "";
    background: linear-gradient(rgba(0,0,0,0), #fffaed);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#footer {
    background: #6a7e3a;
    padding: 120px 0 20px;
    position: relative;
	color:#FFF;
}
#footer hr {margin-top:50px;}
body.home #footer:after {background-image: url(../images/rand-02.png);}
#footer:after {
    content: "";
    background-image: url(../images/rand-01.png);
    width: 100%;
    position: absolute;
    height: inherit;
    background-size: contain;
    background-position: top center;
    left: 0;
    background-repeat: repeat-x;
    height: 40px;
    top: 0px;
}
a.link {color: #FFF;padding: 0 10px 0 0;}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption, .wp-caption a, .wp-caption img {max-width: 100% !important;height: auto !important;background:transparent;}
p.wp-caption-text {font-weight: 600;color: #777;font-size: 14px;}

img {max-width: 100%;height: inherit;border:0 !important;}

span.jaar {font-size:14px;color:#777;}
span.jaar i {font-size: 12px;}
span.persoon {display: block;margin: 10px 0;}
form textarea,
form input {box-shadow: none !important;background-color: transparent;}
form input[type="submit"] {background: auto;}

.standaard 	{background-color:#ffffff;padding:50px 0;}
.rood 		{background-color:#d33c3c;padding:50px 0; color:#fff !important;}
.groen 		{background-color:#6a7e3a;padding:50px 0; color:#fff !important;}
.beige 		{background-color:#fffaed;padding:70px 0;position:relative;}

.beige:after{
	content: "";
    background-image: url(../images/rand-04.png);
    width: 100%;
    position: absolute;
    height: inherit;
    background-size: contain;
    background-position: bottom center;
    left: 0;
    background-repeat: repeat-x;
    height: 40px;
    bottom: 0px;
}
.beige:before{
	content: "";
    background-image: url(../images/rand-01.png);
    width: 100%;
    position: absolute;
    height: inherit;
    background-size: contain;
    background-position: top center;
    left: 0;
    background-repeat: repeat-x;
    height: 40px;
    top: 0px;
}
.beige .stap {background: #fffaed !important;}

body > div:nth-last-of-type(2).beige {
	padding:70px 0 30px;
}
body > div:nth-last-of-type(2).beige:after {
    background: url(../images/rand-02.png);
    bottom: -40px;
    z-index: 1;
    background-size: contain;
    background-position: top center;
	background-repeat: repeat-x;
}

#generaties > div {padding:30px 0;}
#generaties > div:nth-child(odd) {background: #fffaed;}
#generaties h3 i {font-size: 20px;}

.generatie-foto {
    height: 180px;
    width: 160px;
    background-position: center;
    margin: 0 auto;
	position:relative;
    background-repeat: no-repeat;
	margin-bottom:30px;
}
.generatie-foto:after {
    content: "";
    background-image: url(../images/lijst.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
/* .nieuwsbrief input[type="submit"] {
    background: #d33c3c;
    border: 0;
} */
/* .nieuwsbrief input[type="text"], input[type="email"] {
    border: 0;
    border-bottom: 2px solid #FFF;
    margin: 0 0 10px;
    outline:none;
	width:100%;
} */
/* .nieuwsbrief label {
    min-width: 110px;
} */

.nieuwsbrief {
    background: #FFF;
    display: block;
    border-radius: 4px;
	padding:30px;
	position:relative;
}

/* .nieuwsbrief input[type="text"], input[type="email"] {
    margin: 0 0 10px;
    outline: none;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 2px;
} */
/* .nieuwsbrief input[type="text"],
.nieuwsbrief input[type="email"]{
    color:#000;
} */
#footer #mc_embed_signup {
    width: 100%;
    display: inline-block;
}
#footer input::placeholder {
    color: #FFF !important;
}

.nieuwsbrief.footer{
    padding: 0px;
}
