/* =============================================================================
   FONT
   ========================================================================== */
   
@font-face {
font-family: 'BauerBodoniStd-Roman';
src: url('../../fonts/BauerBodoniStd-Roman.eot'); /* IE9 Compat Modes */
src: url('../../fonts/BauerBodoniStd-Roman.eot?#iefix') format('embedded-opentype'), 
url('../../fonts/BauerBodoniStd-Roman.woff') format('woff'), 
url('../../fonts/BauerBodoniStd-Roman.ttf')  format('truetype'),
url('../../fonts/BauerBodoniStd-Roman.svg#BauerBodoniStd-Roman') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'BauerBodoniStd-Bold';
src: url('../../fonts/BauerBodoniStd-Bold.eot'); /* IE9 Compat Modes */
src: url('../../fonts/BauerBodoniStd-Bold.eot?#iefix') format('embedded-opentype'), 
url('../../fonts/BauerBodoniStd-Bold.woff') format('woff'), 
url('../../fonts/BauerBodoniStd-Bold.ttf')  format('truetype'),
url('../../fonts/BauerBodoniStd-Bold.svg#BauerBodoniStd-Bold') format('svg'); 
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'BauerBodoniStd-Italic';
src: url('../../fonts/BauerBodoniStd-Italic.eot'); /* IE9 Compat Modes */
src: url('../../fonts/BauerBodoniStd-Roman.eot?#iefix') format('embedded-opentype'), 
url('../../fonts/BauerBodoniStd-Italic.woff') format('woff'), 
url('../../fonts/BauerBodoniStd-Italic.ttf')  format('truetype'),
url('../../fonts/BauerBodoniStd-Italic.svg#BauerBodoniStd-Italic') format('svg'); 
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'HelveticaNeueLTStd-Lt.';
src: url('../../fonts/HelveticaNeueLTStd-Lt.eot'); /* IE9 Compat Modes */
src: url('../../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), 
url('../../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), 
url('../../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'),
url('../../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt.') format('svg'); font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'HelveticaNeueLTStd-Th';
src: url('../../fonts/HelveticaNeueLTStd-Th.eot'); /* IE9 Compat Modes */
src: url('../../fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'), 
url('../../fonts/HelveticaNeueLTStd-Th.woff') format('woff'), 
url('../../fonts/HelveticaNeueLTStd-Th.ttf')  format('truetype'),
url('../../fonts/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Th') format('svg'); font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'HelveticaNeueLTStd-Md';
src: url('../../fonts/HelveticaNeueLTStd-Md.eot'); /* IE9 Compat Modes */
src: url('../../fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), 
url('../../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), 
url('../../fonts/HelveticaNeueLTStd-Md.ttf')  format('truetype'),
url('../../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg'); font-weight: normal;
font-style: normal;
} 

/*------- BEGIN RESET -----*/
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;
}
html {
    height: 100%; 
width: 100%;
overflow-x: hidden; 
	line-height: 1;
overflow-y:scroll;	
}

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;
}

/*------- END RESET -----*/

/* =============================================================================
   GENERAL
   ========================================================================== */

/*
 * A better looking default horizontal rule
 */

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */




/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* =============================================================================
   IFRAME
   ========================================================================== */

iframe {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.youtube {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#video-wrap { 
    width: 70%;
    margin: 40px auto; 
}

/* =============================================================================
   BODY
   ========================================================================== */

body {
    margin:0 0 0 0;
    padding: 0 0 0 0;
}


/* =============================================================================
   COLOR & TEXT CLASSES
   ========================================================================== */

.black {
    color: #000;
}

.white {
    color: #fff;
}

.green {
    color: #72a321;
}

.greenbg {
    background-color: #72a321;
}

.underline {
    text-decoration: underline;
}

.bodoniroman{
    font-family: 'BauerBodoniStd-Roman';
}

.bodonibold{
    font-family: 'BauerBodoniStd-Bold';
}

.bodoniitalic{
    font-family: 'BauerBodoniStd-Italic';
}

.helveticathin{
font-family: clavo, serif;
font-style: normal;
font-weight: 300;
}

.helveticalight{
    font-family: 'HelveticaNeueLTStd-Lt.';
}

.uppercase{
    text-transform:uppercase;
}

.center {
    text-align:center;
}

.left {
    text-align:left;
}


.padding5topleft {padding: 5% 0 0 5%;}
.padding5 {padding: 5%;}
.paddinglarge {padding: 0 5% 0 5%;}
.paddingmedium {padding: 0 12% 0 12%;}
.paddingsmall {padding: 0 30% 0 30%;}
.paddingtb3-half {padding: 3% 0 0.5% 0;}
.paddingtb3-1 {padding: 3% 0 1% 0;}
.paddingtb3-3 {padding: 3% 0 3% 0;}
.nopadding {padding: 0 0 0 0;}

/* =============================================================================
   Wrappers
   ========================================================================== */

.wrapfullmenu {
    position:relative;
    clear:both;
	width: 100%;
	height:40px;
	min-height:40px;
	margin: 0 auto;
	padding: 0%;
	/*background-color:yellow;*/
	} 
	
.wrapfullgallery {
    position:relative;
    clear:both;
	width: 100%;
	height:auto;
	min-height:40px;
	margin: 0 auto;
	padding: 0%;
	/*background-color:yellow;*/
	} 	

.wrap90 {
    position:relative;
    clear:both;
	width: 90%;	
	margin: 0 auto;
	padding: 0%;
	max-width:1200px;
	/*background-color:yellow;*/
	} 
	
.wrap2000 {
    position:relative;
    clear:both;
	width: 100%;	
	margin: 0 auto;
	padding: 0%;
	max-width:2000px;
	/*background-color:yellow;*/
	} 	
	

/* =============================================================================
   Spacers
   ========================================================================== */

.spacer20px { 
  clear:both;
  display:block;
  float:left;
  width: 100%;  
  height:20px;
  /*background-color:red;*/
}

.spacer70px { 
  clear:both;    
  width: 100%;  
  height:70px;
}

.spacer100px { 
  clear:both;    
  width: 100%;  
  height:100px;
}

.spacergrey {
    position:relative;
    clear:both;
	width: 100%;
	height:30px;
	margin: -5px auto 0 auto;
	padding: 0%;
	background-color:#f5f5f5;
} 

.spacergreen {
    position:relative;
    clear:both;
	width: 100%;
	height:30px;
	margin: 0 auto;
	padding: 0%;
	background-color: #72a321;
}

/* =============================================================================
   Lines
   ========================================================================== */

.greenline {
    position:relative;
    clear:both;
    float:left;
	width: 100%;
	height:2px;
	margin: 0 auto;
	padding: 0%;
	background-color: #72a321;
}

/* =============================================================================
   LANGUAGESWITCH
   ========================================================================== */
.languageswitch {
    position:absolute;
    top:0;
    right:0;
    width:auto;
    height:10px;
    padding: 20px 20px 0 10px;
    /*background-color:red;*/
    text-align:right;
    font-family: 'HelveticaNeueLTStd-Th';
    font-weight: 400;
    font-size:14px;
    line-height:14px;
    color: #000;
}

.languageswitch a{
 font-family: 'HelveticaNeueLTStd-Th';
    font-weight: 400;
    font-size:14px;
    line-height:14px;
    color: #000;
    text-transform:uppercase;
}


.active{
 font-family: 'HelveticaNeueLTStd-Th';
    font-weight: 600;
    font-size:14px;
    line-height:14px;
    color: #72a321;
    text-transform:uppercase;
}


/* ==========================================================================
   Header
   ========================================================================== */

.header{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    /*background-color:yellow;*/
    display:block;
}

/* ==========================================================================
   Logo
   ========================================================================== */
.logo {
    position:relative;
    float:left;
    width:100%;
    height:80px;
    margin:20px auto 30px auto;
    padding:0 0 0 0 ;
    /*background-image: url(../../uploads/images/xxx.png);*/
    /*background-color:red;*/
    text-align:center;
}

.logo img {
    width:100%;
    max-width:300px;
}

/* ==========================================================================
   Menu
   ========================================================================== */
.desktopmenu {
    display:inline;
}

.slicknav_menu {
	display:none;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.banner{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    /*background-color:yellow;*/
    display:block;
}

.verandablog{
    position:absolute;
    width:25%;
    height:auto;
    bottom:-20px;
    right:50px;
    margin: 0 0 0 0;
    background-color:none;
    z-index:100000;
}

.verandablog img{
    width:100%;
}

/* =============================================================================
   Specialist
   ========================================================================== */

.specialist {
    position:relative;
    clear:both;
    float:left;
	width: 100%;
	height:40px;
	margin: -10px 0 0 0;
	padding: 0%;
	background-color: #72a321;
}

.specialistwrapper {
    position:relative;
    width:500px;
    height:40px;
    /*background-color:yellow;*/
    margin: 0 auto;
    padding:0 0 0 80px;
    
}

.specialistleft {
    position:relative;
    float:left;
    display:inline-block;
font-family: clavo, serif;
font-style: normal;
font-weight: 300;
    font-size:15px;
    color:#fff;
    width:auto;
    height:20px;
    text-align:center;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    /*background-color:blue;*/
}

.specialistright {
    position:relative;
    float:left;
    display:inline-block;
    background-color:#fff;
    font-family: 'HelveticaNeueLTStd-Lt.';
    font-size:12px;
    font-weight:400;
    color:#000;
    width:auto;
    height:10px;
    margin: 12px 0 0 20px;
    padding:5px 10px 5px 10px;
    text-align:center;
    text-transform: uppercase;
}

.specialistright a {
    color:#000;
    text-decoration:none;
}



/* ==========================================================================
   Homeblocks
   ========================================================================== */

.blockwrapper{
    position:relative;
    float:left;
    width:880px;
    height:auto;
    margin:35px 160px 0px 160px;
    padding:0px 0px 0px 0px;
    /*background-color:yellow;*/
    display:block;
}

.block{
    position:relative;
    float:left;
    width:200px;
    height:200px;
    margin:0px 20px 20px 0px;
    padding:0px 0px 0px 0px;
    /*background-color:yellow;*/
    display:block;
}

.block p a {
    font-family: basic-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #464343;
    text-decoration:none;
    font-size:15px;
    line-height:22px;
}

.blocktop {
    position:relative;
    float:left;
    width:200px;
    height:75px;
    margin:0 0 0 0;
    padding:75px 0px 0px 0px;
    background-color:#72a321;
    display:block;
    color:white;
    font-family: 'BauerBodoniStd-Roman';
    font-size:22px;
    text-align:center;
}

.blocktop a{
    color:white;
    text-decoration:none;
}

.blocktop img {
    margin:-75px 0 0 0;
    padding:0 0 0 0;

}

.blockcorner {
    position:absolute;
    top:0;
    left:0;
    width:30px;
    height:30px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    background-color:#464343;
    z-index:1500;
    color:white;
    font-family: 'BauerBodoniStd-Bold';
    font-size:16px;
}

.blockcorner a {
    display:block;
    position:relative;
    width:25px;
    height:25px;
    margin:0 0 0 0;
    padding:5px 0 0 5px;
    color:white;
    text-decoration:none;
}

.blockbottom {
    position:relative;
    float:left;
    width:200px;
    height:45px;
    margin:0 0 0 0;
    padding:0px 0px 0px 0px;
    background-color:#464343;
    display:block;
    text-align:center;
}

.blockbottom h1{
    font-size:14px;
    color:white;
    line-height:18px;
    margin: 7px 0 0 0;
    padding: 0 0 0 0;
    letter-spacing:2px;
}

.blockbottom h1 a{
    font-size:14px;
    color:white;
    line-height:18px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration:none;
    letter-spacing:2px;
}

.blockbottom h2{
    font-size:14px;
    color:white;
    line-height:18px;
    margin: -5px 0 0 0;
    padding: 0 0 0 0;
    letter-spacing:2px;
}

.blockbottom h2 a{
    font-size:14px;
    color:white;
    line-height:18px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration:none;
    letter-spacing:2px;
}

.blockline {
    position:relative;
    float:left;
    width:0px;
    height:10px;
    margin:0 0 0 0;
    padding:0px 0px 0px 0px;
    border-bottom:3px solid #464343;;
    display:block;
}

/* ==========================================================================
   VIVAVERANDA
   ========================================================================== */
.kolom60-5 {
    position:relative;
    float:left;
    width:60%;
    height:auto;
    /*background-color:green;*/
    margin: 0 5% 0 0;
    padding: 0 0 0 0;
    z-index:1;
}

.kolom5-30-cataloog {
    position:relative;
    float:left;
    width:30%;
    height:auto;
    /*background-color:yellow;*/
    margin: 7% 0 0 4%;
    padding: 0 0 0 0;
    z-index:1;
}

.knop {
    position:relative;
    float:left;
    width:50%;
    background-color:#7daf22;
    color:white;
    font-family: 'HelveticaNeueLTStd-Lt.';
    font-weight: 200;
    font-size:16px;
    line-height:21px;
    text-align:center;
    padding: 4% 2% 2% 2%;
    margin:0 0 2% 23%;
    letter-spacing:2px;
}

.knop a {
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
    color:white;
    overflow:none;
}



/* ==========================================================================
   kolom
   ========================================================================== */

.kolomwrap {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin: 5% 0 3% 0;
    padding: 0 0 5% 0;
}

.kolomwrappartner {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin: 0 0 3% 0;
    padding: 0 0 0 0;
}

.kolomwraponderhoud {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin: 0 0 0 0;
    padding: 2% 0 2% 0;
}


.kolomwrap48-2 {
    position:relative;
    float:left;
    width:48%;
    height:auto;
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    /*background-color:blue;*/
}

.kolomwrap48-2 img{
    width:100%;
}

.kolomwrap2-48 {
    position:relative;
    float:left;
    width:48%;
    height:auto;
    margin: 0 0 0 2%;
    padding: 0 0 0 0;
    /*background-color:yellow;*/
}

.kolomwrap58-2 {
    position:relative;
    float:left;
    width:58%;
    height:auto;
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    /*background-color:blue;*/
}

.kolomwrap2-38 {
    position:relative;
    float:left;
    width:38%;
    height:auto;
    margin: 0 0 0 2%;
    padding: 0 0 0 0;
    /*background-color:yellow;*/
}

.kolomwrap2-58 {
    position:relative;
    float:left;
    width:58%;
    height:auto;
    margin: 0 0 0 2%;
    padding: 0 0 0 0;
    /*background-color:blue;*/
}

.kolomwrap38-2 {
    position:relative;
    float:left;
    width:38%;
    height:auto;
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    /*background-color:yellow;*/
}

/* ==========================================================================
   div vertical
   ========================================================================== */
.verticalwrapper {
  display: table;
  width: 100%;
  height: auto;
  text-align: center;
}

vertical {
  display: table-cell;
  vertical-align: middle;
}


/* ==========================================================================
   content
   ========================================================================== */
.content {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin:0px 0px 0px 0px;
    padding:0 0 0 0;
    text-align:center;
    /*background-image: url(../../uploads/images/btree-logo.png);*/
    /*background-color:yellow;*/
}

.content h1{
    font-size:24px;
    line-height: 30px;
    text-transform:none;
    margin: 0 0 0 0;
}

.content h1 a{
    color: #72a321;
    font-size:24px;
    line-height: 24px;
}

.content h2{
    font-size:22px;
    line-height: 26px;
}

.content h2 a{
    color: #72a321;
    font-size:22px;
    line-height: 26px;
}


.content h3{
    font-size:16px;
    font-weight:bold;
    line-height: 22px;
    text-transform:uppercase;
    font-family:'HelveticaNeueLTStd-Lt.';
    margin-top:25px;
    margin-bottom:5px;
}

.content p{
    color:#000;
    font-size:16px;
    line-height: 24px;
}

.content p a{
    color:#72a321;
    font-size:16px;
    line-height: 24px;
}

.content strong{
    font-weight: 600;
    color:#333;
    padding:0 0 0 0;
}

.content img{
    display:table-cell;
    text-align:center;
    margin: 15px auto;
}

.width100 {
    width:100%;
}

.content ul {
    margin-bottom:25px;
    list-style: disc outside none;
    padding: 10px 10px 10px 15px;
}

.content ul li{
    color:#000;
    font-size:16px;
    line-height: 24px;
}

.content ul li a{
    color:#000;
    font-size:14px;
    line-height: 18px;
    padding:0 0 0 0;
    text-decoration:underline;
}

/* =============================================================================
   CONSTRUCTEURS
   ========================================================================== */
.constructeurwrapper {
    position:relative;
    float:left;
    width:95%;
    height:auto;
    margin: -30px 0 30px 0;
    padding: 30px 0 10px 10%;
    background-color:#e3e3e3;
}

.constructeurblok {
    position:relative;
    float:left;
    width:220px;
    height:auto;
    min-height: 400px;
    margin: 0 0 15px 15px;
    padding: 0 0 3% 0;
    /*background-color:yellow;*/
}

.constructeurblok p{
    font-size:16px;
    font-weight:400;
    line-height:22px;
    text-transform:normal;
    text-align:left;
    margin: 0 0 3% 0;
    color:#4a4949;
}

.constructeurblok p a{
    color:#4a4949;
}

.constructeurblok img{
    text-align:center;
    margin: 0 0 5% 0;
}

/* =============================================================================
   NFVC veranda
   ========================================================================== */
.nfvcwrapper {
    position:relative;
    float:left;
    width:105%;
    height:auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /*background-color:red;*/
}

.nfvcblock {
    position:relative;
    float:left;
    width:120px;
    height:auto;
    margin: 0 50px 50px 0;
    padding: 0 0 0 0;
    /*background-color:yellow;*/
}

.nfvcblock img{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width:100%;
}

.nfvcblock h1{
    font-family: 'HelveticaNeueLTStd-Lt.';
    font-size:14px;
    font-weight:600;
    color:#000;
    line-height:18px;
    text-transform:uppercase;
    text-align:left;
    margin: 10px 0 0 0;
}

.nfvcblock p{
    font-family: 'HelveticaNeueLTStd-Lt.';
    font-size:11px;
    font-weight:400;
    color:#000;
    line-height:14px;
    text-align:left;
    margin: 0 0 10px 0;
    text-transform:uppercase;
}

.nfvcblock p a{
    color:#4a4949;
}




/* ==========================================================================
   Partnerwrapper
   ========================================================================== */

.partnerwrapper {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color:none;
}

.partnerblok {
    position:relative;
    float:left;
    width:175px;
    height:175px;
    margin: 0 0 15px 15px;
    padding: 0 0 0 0;
    /*background-color:yellow;*/
}

.partnerblok img{
    width:100%;
}



/* ==========================================================================
   Google maps
   ========================================================================== */

.googlemaps {
    position:relative;
    float:left;
    width:100%;
    height:400px;
    margin:10px 0px 0px 0px;
    padding:0 0 0 0;
    /*background-image: url(../../uploads/images/xxx.png);*/
    background-color:white;
}


/* ==========================================================================
   Contactformulier
   ========================================================================== */

.contactformulierwrapper {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin:0px 0px 0px 0px;
    padding:0 0 30px 0;
    /*background-image: url(../../uploads/images/btree-logo.png);*/
    background-color:#efefef;
}

.contactformulierblokwrapcenter {
    display: table;
    margin: 0 auto;

}


/* ==========================================================================
   Footer
   ========================================================================== */

.footerblockwrapper {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin:0px 0px 0px 0px;
    padding:15px 0 15px 0;
    background-color:#e8e7e7;
}

.footerblock {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:200px;
    margin:0px 0px 0px 0px;
    padding:15px 0 15px 0;
    background-color:#e8e7e7;
}

.blockfooter{
    position:relative;
    float:left;
    width:200px;
    height:auto;
    margin:0px 20px 20px 0px;
    padding:15px 0px 15px 0px;
    /*background-color:yellow;*/
    display:block;
}

.blockfooter p a {
    font-family: basic-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #464343;
    text-decoration:none;
    font-size:15px;
    line-height:22px;
}


.footerwrapper {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin:0px 0px 0px 0px;
    padding:15px 0 15px 0;
    /*background-image: url(../../uploads/images/btree-logo.png);*/
    background-color:#464343;
    text-align:center;
}

.footerwrapper p{
font-family: basic-sans, sans-serif;
font-style: normal;
font-weight: 100;
    color:#fff;
    font-size:14px;
    text-align: left; 
    line-height: 18px;
    padding:0 0 0 0;
    text-align:center;
}

.footerwrapper p a{
    color:#626262;
    text-decoration:underline;
}

.footerright {
    position:absolute;
    right:0;
    top:0;
    width:300px;
    height:20px;
    margin:35px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:none;
    text-align:left;
    font-family: 'HelveticaNeueLTStd-Lt.';
    font-weight: 400;
    color:#fff;
    font-size:10px;
}












/* Stylesheet: NFVC: layout Modified On 2026-05-07 09:23:59 */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons 
/* @font-face {
	font-family: 'flexslider-icon';
	src:url('../../fonts/flexslider-icon.eot');
	src:url('../../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/flexslider-icon.woff') format('woff'),
		url('../../fonts/flexslider-icon.ttf') format('truetype'),
		url('../../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* FlexSlider Necessary Styles
*********************************/
.flexslider {float:left; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 ; background: #fff; border: 0px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;  zoom: 1; }
/*.flexslider { margin: 0 ; background: #fff; border: 0px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }*/
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; display:none;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position:absolute; bottom: 20px; right:30px; text-align:right;z-index:1000000; margin: -30px 0px 0px 0px; font-size:0px;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {width: 11px; height: 11px; display: block; cursor: pointer; text-indent: -9999px; background-image: url(../../uploads/images/dungelhoeff-navigation-notactive.png); }



.flex-control-paging li a:hover { background-image: url(../../uploads/images/dungelhoeff-navigation-active.png); }

.flex-control-paging li a.flex-active { background-image: url(../../uploads/images/dungelhoeff-navigation-active.png); cursor: default;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 240px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/* Stylesheet: NFVC: flexslider Modified On 2016-07-01 15:41:25 */
/* ==========================================================================
NAVIGATION
========================================================================== */

.nav {
    position:relative;
    float:left; 
    width:95%; 
    height:40px; 
    /*background-color:red;*/ 
    color:#fff; 
    margin:0 0 0 17%; 
    z-index:100;
}

.nav ul li a {
font-family: clavo, serif;
font-style: normal;
font-weight: 300;
    font-size:13px;
    color:#fff;
    display:block;
    width:auto;
    height:25px;
    text-align:center;
    padding: 15px 8px 0px 8px;
}

.nav ul li:hover > a {
font-family: clavo, serif;
font-style: normal;
font-weight: 300;
    /*color:#00a4e1;*/
    color:white;
}

.nav ul li:hover > a.menuactive {
font-family: clavo, serif;
font-style: normal;
font-weight: 500;
    background-image: url(../../uploads/images/nfvc-arrow.png);
    /*color:#00a4e1;*/
    color:white;
}


.nav ul li a.menuactive {
font-family: clavo, serif;
font-style: normal;
font-weight: 500;
    background-image: url(../../uploads/images/nfvc-arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    color:#fff;
    /*color:white;*/
}


.nav ul li ul li a {
font-family: clavo, serif;
font-style: normal;
font-weight: 300;
    font-size:16px;
    color:white;
    padding:10px 10px 10px 10px;
    text-align:left;
    width:220px;
}

.nav ul li ul li a:hover {
font-family: clavo, serif;
font-style: normal;
font-weight: 500;
    color:#459743;
    
}

#menu {
    float:left; 
    width:auto; 
    height:100px;
}

.menu a {
    float:left;
    text-decoration:none; 
    padding:0px 0px 0px 0px;
    background-color:none;

}

.menu span {
    float:left; 
    color:#eee; 
    text-decoration:none; 
    height:28px; 
    padding:0px 0px 0px 0px
}



.menu {
    list-style:none; 
font-family: clavo, serif;
font-style: normal;
font-weight: 500;
    text-align:left; 
    margin:0 auto; 
    text-transform:uppercase;
}

.menu li {
    position:relative; 
    float:left; 
    padding:0px 0px 0px 0px; 
    z-index:1000;
    
}

.menu ul {
    display:none; 
    position:absolute; 
font-family: clavo, serif;
font-style: normal;
font-weight: 500;
    top:100px; 
    left:0; 
    background:#000; 
    display:none; 
    list-style:none
}

.menu ul li {
    float:none; 
    border-top:1px solid #000; 
    width:auto;
    color:#fff;

}

.menu ul li a {
    float:none; 
    display:block; 
    background:none; 
    width:auto;
    height:auto; 
    padding-top:0px
    padding-bottom:0px;
    color:#fff;
}







/* Stylesheet: NFVC: menu Modified On 2019-10-08 00:17:21 */
   
/* ==========================================================================
   BEGIN MEDIA QUERY 1190
   ========================================================================== */ 
@media screen and (max-width: 1190px) {
    
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}    
    
.desktopmenu {
    display:none;
}

/* =============================================================================
   Wrappers
   ========================================================================== */

.wrapfullmenu {
    position:relative;
    clear:both;
	width: 100%;
	height:40px;
	min-height:40px;
	margin: 0 auto;
	padding: 0%;
	/*background-color:yellow;*/
	} 
	
.wrap90 {
    position:relative;
    clear:both;
	width: 90%;	
	margin: 0 auto;
	padding: 5%;
	max-width:1200px;
	/*background-color:yellow;*/
	} 	
	
/* ==========================================================================
   kolom
   ========================================================================== */

.kolomwrap {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin: 5% 0 3% 0;
    padding: 0 0 5% 0;
}

.kolomwrappartner {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin: 0 0 3% 0;
    padding: 0 0 0 0;
}

.kolomwrap48-2 {
    position:relative;
    float:left;
    clear:both;
    width:98%;
    height:auto;
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    /*background-color:blue;*/
}

.kolomwrap48-2 img{
    width:100%;
}

.kolomwrap2-48 {
    position:relative;
    float:left;
    clear:both;
    width:98%;
    height:auto;
    margin: 5% 0 0 0;
    padding: 0 0 0 0;
    /*background-color:yellow;*/
}

.kolomwrap58-2 {
    position:relative;
    float:left;
    clear:both;
    width:98%;
    height:auto;
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    /*background-color:blue;*/
}

.kolomwrap2-38 {
    position:relative;
    float:left;
    clear:both;
    width:98%;
    height:auto;
    margin: 5% 0 0 0;
    padding: 0 0 0 0;
    /*background-color:yellow;*/
}

.kolomwrap2-58 {
    position:relative;
    float:left;
    clear:both;
    width:98%;
    height:auto;
    margin: 5% 0 0 0;
    padding: 0 0 0 0;
    /*background-color:blue;*/
}

.kolomwrap38-2 {
    position:relative;
    float:left;
    clear:both;
    width:98%;
    height:auto;
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    /*background-color:yellow;*/
}

/* =============================================================================
   LANGUAGESWITCH
   ========================================================================== */
.languageswitch {
    position:absolute;
    top:0;
    right:auto;
    left:0;
    width:auto;
    height:10px;
    padding: 20px 20px 0 20px;
    /*background-color:red;*/
    text-align:right;
    font-family: 'HelveticaNeueLTStd-Md';
    font-weight: 400;
    font-size:14px;
    line-height:14px;
    color: #000;
}

.languageswitch a{
 font-family: 'HelveticaNeueLTStd-Md';
    font-weight: 400;
    font-size:14px;
    line-height:14px;
    color: #fff;
    text-transform:uppercase;
    margin: 0 10px 0  0;
}


.active{
 font-family: 'HelveticaNeueLTStd-Md';
    font-weight: 600;
    font-size:14px;
    line-height:14px;
    color: #72a321;
    text-transform:uppercase;
    margin: 0 10px 0  0;
}
	
/* ==========================================================================
   content
   ========================================================================== */
.content {
    position:relative;
    clear:both;
    float:left;
    width:90%;
    height:auto;
    margin:0px 0px 0px 0;
    padding:3% 5% 0 5%;
    /*background-image: url(../../uploads/images/btree-logo.png);*/
    /*background-color:yellow;*/
}

.content img{
    width:100%;
    display:table-cell;
    text-align:center;
    margin: 15px auto;
}

.paddinglarge {padding: 0 0 0 0;}
.paddingmedium {padding: 0 0 0 0;}
.paddingsmall {padding: 0 0 0 0;}
.paddingtb3-half {padding: 7% 0 1% 0;}
.paddingtb3-1 {padding: 3% 0 5% 0;}
.paddingtb3-3 {padding: 3% 0 5% 0;}

/* ==========================================================================
   Homeblocks
   ========================================================================== */

.blockwrapper{
    position:relative;
    float:left;
    width:85%;
    height:auto;
    margin:35px 0 0px 10%;
    padding:0px 0px 0px 0px;
    /*background-color:yellow;*/
    display:block;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footerwrapper {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin:0px 0px 0px 0;
    padding:15px 0 15px 0;
    /*background-image: url(../../uploads/images/btree-logo.png);*/
    background-color:none;
    text-align:center;
}

.footerright {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin:35px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:none;
    text-align:center;
    font-family: 'HelveticaNeueLTStd-Lt.';
    font-weight: 400;
    color:#fff;
    font-size:12px;
}


}

/* ==========================================================================
   END MEDIA QUERY 980
   ========================================================================== */


   
/* ==========================================================================
   BEGIN MEDIA QUERY 550
   ========================================================================== */ 
@media screen and (max-width: 550px) {

/* ==========================================================================
   Header
   ========================================================================== */

.header{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    /*background-color:yellow;*/
    display:block;
}

/* =============================================================================
   Veranda
   ========================================================================== */

.verandablog{
    position:absolute;
    width:50%;
    height:auto;
    bottom:0;
    right:50px;
    margin: 0 0 0 0;
    background-color:none;
    z-index:100000;
}

.verandablog img{
    width:100%;
}



/* ==========================================================================
   VIVAVERANDA
   ========================================================================== */
.kolom60-5 {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    /*background-color:green;*/
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index:1;
}

.kolom5-30-cataloog {
    position:relative;
    float:left;
    width:100%;
    height:auto;
    /*background-color:yellow;*/
    margin: 10% 0 0 4%;
    padding: 0 0 0 0;
    z-index:1;
}

.knop {
    position:relative;
    float:left;
    width:50%;
    background-color:#7daf22;
    color:white;
    font-family: 'HelveticaNeueLTStd-Lt.';
    font-weight: 200;
    font-size:16px;
    line-height:21px;
    text-align:center;
    padding: 4% 2% 2% 2%;
    margin:0 0 2% 23%;
    letter-spacing:2px;
}

.knop a {
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
    color:white;
    overflow:none;
}


/* =============================================================================
   Specialist
   ========================================================================== */

.specialist {
    position:relative;
    clear:both;
    float:left;
	width: 100%;
	height:40px;
	margin: -10px 0 0 0;
	padding: 0%;
	background-color: #72a321;
}

.specialistwrapper {
    position:relative;
    width:100%;
    height:40px;
    /*background-color:yellow;*/
    margin: 0 0 0 0;
    
}

.specialistleft {
    position:relative;
    float:left;
    display:inline-block;
    font-family: 'HelveticaNeueLTStd-Lt.';
    font-size:13px;
    font-weight:600;
    color:#fff;
    width:auto;
    height:20px;
    text-align:center;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    /*background-color:blue;*/
}

.specialistright {
    position:relative;
    float:right;
    display:inline-block;
    background-color:#fff;
    font-family: 'HelveticaNeueLTStd-Lt.';
    font-size:10px;
    font-weight:400;
    color:#000;
    width:auto;
    height:10px;
    margin: 10px 0 0 0;
    padding:5px 10px 5px 10px;
    text-align:center;
    text-transform: uppercase;
}


/* ==========================================================================
   Homeblocks
   ========================================================================== */

.blockwrapper{
    position:relative;
    float:left;
    width:60%;
    height:auto;
    margin:35px 0 0px 20%;
    padding:0px 0px 0px 0px;
    /*background-color:yellow;*/
    display:block;
}



}

/* ==========================================================================
   END MEDIA QUERY 550
   ========================================================================== */
/* Stylesheet: NFVC:Media Query Modified On 2017-12-26 21:57:03 */
/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both;}
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:12px;
}
/* Button */
.slicknav_btn {
	margin: 5px 2% 5px;	
	text-decoration:none;	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;  
	background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    font-family: Arial, sans-serif;
	color: white;
	font-weight: bold;	
	text-shadow: 0 1px 3px #000;	
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
	background:#4c4c4c;
	padding:5px 5px 5px 5px;
}
.slicknav_nav {
	color:#fff;
	margin:0;	
	padding:0;
	font-size:12px;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
	padding:5px 10px;
	margin:2px 5px;
}
.slicknav_nav a{
	padding:5px 10px;
	margin:5px 5px;
	text-decoration:none;
	color:#fff;
	font-size:13px;
	font-family: Arial, sans-serif;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#515151;

}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
	background:none;
}
.slicknav_nav .slicknav_item:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#ccc;
	color:#fff;	
}
.slicknav_nav a:hover{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#ccc;
	color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
/* Stylesheet: NFVC: mobile menu Modified On 2016-10-24 20:21:11 */
/*
	NEWSTICKERS
*/



/* nt-example1 */

#nt-example1 {
	max-width: 100%;
	margin: auto;
	background:#00a4e1;
}

#nt-example1 li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color:#fff;
    font-size:14px;
    text-align: center; 
    line-height: 18px;
	list-style: none;
	text-transform:none;
	background: none;
	height: 100px;
	padding: 10px;
	overflow: auto;
}

#nt-example1 li strong{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color:#fff;
    font-size:14px;
    text-align: center; 
    line-height: 18px;
    text-transform:uppercase;
}




/* Stylesheet: NFVC: Newstickers Modified On 2016-07-01 15:41:55 */
