/* CSS file generated by Responsify */
/* Columns: 3, Gutter Width: 1.5, Breakpoints:  */ 


@font-face {
    font-family: 'bernal_sansregular';
    src: url('bernal_sans-webfont.woff2') format('woff2'),
         url('bernal_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'wreathmedium';
    src: url('insigne_-_wreath_medium-webfont.woff2') format('woff2'),
         url('insigne_-_wreath_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}


html {
  scroll-behavior: smooth;
}


input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


body {
  color: #555555;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 19px;
  font-weight: lighter !important;
  line-height: 36px;
   margin: 0;
    padding: 0;
    width: 100vw;
	overflow-x: hidden;
}

iframe{
	max-width:710px;
}

.contentlinkervak {
	width: 70px;
	text-align: center;
	margin-top: -100px;
	z-index: 999999999;
	position: absolute;
	height: 54px;
	font-size: 13px;
	color: #ffffff;
	right: 60px;
}

.contentlinker {
	width: 70px;
	text-align: center;
	background: rgba(128,170,107,1.0);
	z-index: 999999999;
	position: absolute;
	border-radius: 50%;
	height: 54px;
	font-size: 13px;
	color: #ffffff;
	padding-top: 16px;
	text-decoration:none;
}
.contentlinker:hover{
	background: rgba(189,102,67,0.7);
	text-decoration:none;
	color: #ffffff;
}


.mandje_om {
	position: fixed;
	height: 60px;
	width: 60px;
	float: right;
	top: 130px;
	right: 40px;
	z-index: 9999999999;
}
.mandje_aantal {
	border-radius: 50%;
	background: #6295a2;
	width: 25px;
	height: 25px;
	font-size: 15px;
	text-align: center;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
	z-index: 99999999;
	position: absolute;
	top: 37px;
	left: -7px;
}

.mandje_mandje {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

.mandje_om {
	position: fixed;
	top:unset;
	right:unset;
	height: 60px;
	width: 60px;
	float: right;
	bottom: 40px;
	left: 40px;
	z-index: 9999999999;
}


}



.sliderseg1 {
	display: block;
	float: left;
	width: 100%;
	opacity:0;
	height: calc(100vh - 228px);
	overflow-y:hidden;
}


s {
	font-family: 'wreathmedium';
	text-decoration: none;
	font-size: 40px;
}


h1 {
  color: #6295a2;
  font-family: "bernal_sansregular";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 50px;
  margin-top: 50px;
}


h2 {
	font-size: 24px;
	font-weight: 300;
	font-family: 'bernal_sansregular';
	line-height: 36px;
	letter-spacing: 1px;
	color: #80aa6b;
	width: 100%;
	padding-bottom: 14px;
	border-bottom: 1px solid #000000;
}


h3{
  font-size: 20px;
  color:#6295a2;
  font-weight: 300;
font-family: 'bernal_sansregular';
  line-height: 28px;
  letter-spacing: 1px;
}


h4{
  font-size: 18px;
  font-weight: 300;
font-family: 'bernal_sansregular';
  line-height: 18px;
  color:#025b93;
}

hr {
  border: 0;
  border-top: 1px solid #6295a2;
  border-bottom: 0;
}


a{
	text-decoration:none;
	color:#6295a2;
}
a:hover {
	text-decoration:underline;
	color:#6295a2;
}


.inline {
	background: #6295a2;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 4px;
	box-shadow: 3px 22px 23px -13px rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.inline:hover{
		color: #ffffff;
		background: #47707a;
		text-decoration:none;
		transform: scale(1.2);
}

td{
	vertical-align:top;
}

img{
   height: auto !important;
    max-width: 100%;
}

nav ul, nav li { margin: 0; }
nav ul{ list-style:none; }

  .mobnav{
  	display:none;
  }
  
.span1, .span2, .span3{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
  margin-left: 1.5%;
}

.col:first-child {
  margin-left:0;
}

.colr{
  margin-left: 1.5%;
}

.centered{
text-align:center;
vertical-align:middle;	
}
.padtop1{
padding-top:15px;	
}

.knop {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.knop:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.segtoptekst {
	width: 100%;
	background: #a6c7cf;
	color: #fff;
}
.toptekst {
	max-width: calc(1100px - 40px);
	margin: 0 auto;
	padding: 5px 20px;
	background: #6295a2;
	text-align: center;
	line-height: 52px;
}
.toptekst a {
		color: #fff;
		textdecoration:underline;
}
.toptekst a:hover {
		color: #fff;
		textdecoration:underline;
		font-style:italic;
}	

#seglogo {

float:left;
  width: 100%;
  position:relative;
}

#linkerhoek {
	position: absolute;
	top: -2px;
	left: 20px;
	font-size: 14px;
	line-height: 0px;
}

#segmenu {

float:left;
  width: 100%;
}

.deelregel {
  margin-bottom: 16px;
 /* background: rgba(0, 0, 0, 0) url("images/h2lijn.jpg") no-repeat scroll center top;*/
  padding-top:36px;
  margin-top:36px;
}

.soc {
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  /*background: rgba(0, 0, 0, 0) url("images/h2lijn.jpg") no-repeat scroll center bottom;*/
  padding-bottom:36px;
  margin-bottom:36px;
}
.a2a_default_style a{
  float: none !important;
}


#seg1links {
	width: 100%;
	float: left;
}

#seg2{
	width:100%;
	background:#028ecf;
	float: left;
}


#seginsta{
	width:100%;
	background:#f5f5f5;
	float: left;
}


#seg3{
	width:100%;
	background: rgba(0, 0, 0, 0) url("images/seg3bg.jpg") repeat-x scroll center top;
	float: left;
	margin-bottom: 40px;
}

#seg3 h2{
  background: none;
 
}
#seg3 h3 {
    font-size: 30px;
}

.blokken {
  float: left;
  padding: 0 3%;
  width: 27%;
}

#seg4 {
    background: rgba(0, 0, 0, 0) url("https://www.puurvanwijck.nl/media/achtergrond_onderste_vlak/bottombg.jpg")no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    color: #ffffff;
    padding-bottom: 10px;
    width: 100%;
    	float: left;
}

#seg4 a {
    color: #ffffff;  
}
#seg4 a:hover{
    color: #ffffff;  
}

/*faq*/
#wrapp{
	margin-bottom:30px;
	float: left;
	width: 100%;
}
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}

.acc_butt {
	float: left;
	display: block;
	margin-right: 9px;
	width: 100%;
}
.acc_text {
	display: block;
	float: left;
	width: 90%;
}

.eerstelijn {
	margin-top: -20px;
}


.on {

	-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
text-decoration:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.accordionButton {
	width: 100%;
	float: left;
	_float: none;
	border-bottom: 1px dashed #d3dada;
	cursor: pointer;
	padding: 0;
}
	
.accordionButton h2 {
	font-size: 16px;
	margin-bottom: 0;
	color: #80aa6b;
	border-bottom: none;
}
	
.accordionContent {
	background-color: #d3dada;
	color: #6295a2;
	float: left;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 2%;
	width: calc(98% - 20px);
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-top: 0px;
	margin-top: -1px;
}

.accordionContent a{
color: #222222;	
text-decoration:none;
}

.accordionContent a:hover{
color: #222222;	
text-decoration:underline;
}


#adres{
	width:100%;
	float: left;

}
#copy{
	width:100%;
	float: left;
}

.span1{
  width: 32.3333333333%;
  
}
.span2{
  width: 66.1666666667%;
  
}
.span3{
  width: 100%;
  margin-left: 0;
}
.spanrechts1{
	float:right;
	width: 32.3333333333%;
}
.spanrechts2{
	float:right;
	width: 66.1666666667%;
}


.zijkolom{
	margin-top:41px;
}
.zijkolom h3 {
  color: #0266a4;
}
.zijkolom h3 a {
  color: #0266a4;
}
.zijkolom h3 a:hover {
  color: #0266a4;
}

.blok {
  float: left;
  margin-bottom: 40px;
  padding: 0 5%;
  width: 22.3%;
}

.anynews, .blok {
  text-align: center;
}
.blok h3 {
    color: #026099;
}
.blok h3 a {
    color: #026099;
}
.blok h3 a:hover {
    color: #026099;
}


.anyshort{
	min-height:300px;
}
.nieuwsbriefvak{
	min-height:236px;
}
.anyreadmore {
	width: 80%;
	margin-left: 10%;
}

.anylink {
	background: rgba(128,170,107,1.0);
	color: #ffffff;
	display: block;
	font-family: "bernal_sansregular";
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 4px;
}

a.anylink:hover {
	background: rgba(128,170,107,0.8);
  opacity: 1;
  text-decoration: none;
  color: #ffffff;
  border-radius: 6px;
  margin-top:-4px;
  margin-bottom:4px;
  letter-spacing:1px;
}

.anylink2{
  background-image: -webkit-linear-gradient(top, #3498db, #1c76ad);
  background-image: -moz-linear-gradient(top, #3498db, #1c76ad);
  background-image: -ms-linear-gradient(top, #3498db, #1c76ad);
  background-image: -o-linear-gradient(top, #3498db, #1c76ad);
  background-image: linear-gradient(to bottom, #3498db, #1c76ad);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
font-family: 'Trocchi', serif;
  color: #ffffff;
  font-size: 20px;
  text-align:center;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display:block;
}

a.anylink2:hover {
  background: #3498db;
  text-decoration: none;
  color:#ffffff;
}


.half{
  width: 49.25%;
  float:left;
  
}
.kwart{
  width: 23.875%;
  float:left;
  
}

.breedvak{
width:100%;
height:auto;
float:left;
}

.group4.cboxElement > img {
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    max-width: 24%;
}


/*instafeed*/

.object-fit_cover { object-fit: cover }

.instagramFeed {
 padding-bottom: 40px;

}

.instapic {
	width: calc(33.333% - 10px);
	float: left;
	height: 0;
	padding-top: calc(33.333% - 10px);
	margin-bottom: 2px;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0%;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	margin: 0 5px 10px;
}


@media screen and (max-width: 1090px){
	
.instapic {
	width: calc(50% - 10px);
	padding-top: calc(50% - 10px);
}	

}

@media screen and (max-width: 768px){
	
.instapic {
	width: calc(100% - 10px);
	padding-top: calc(100% - 10px);
}	

}



#instafeed {
	position: relative;
	width: 100%;
	max-width: 100%;
	z-index: 999;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

}


#instafeed img {
	position: relative;
	width: 100%;
	max-width: 100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	object-fit: cover;
	opacity:0;
	
}

#instafeed img:hover {
	opacity:1;
}

#instafeed a {
	display: inline-block;
	float: left;
	width: 100%;
	height: 391px;
	overflow: hidden;
	margin-top: -100%;
}

#mybutton {
 position: absolute;
 z-index: 999;
}

.onderinsta {
	float: left;
	width: 100%;
	min-height: 50px;
}


.scrollToTop {
	width: 35px;
	height: 20px;
	font-size: 13px;
	color: #ffffff;
	padding-top: 16px;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 25px;
	display: none;
	text-indent: -9999px;
	background: rgba(128,170,107,1.0) url(images/arrow_up.png) center center no-repeat;
	font-size: 13px;
	text-align: center;
	z-index: 999999999;
	border-radius: 50%;
	background-size: 35px;
}


#logowrapper{
  margin: 0 auto;
  max-width:100%;
  height:170px;

}

#header{
  margin: 0 auto;
  max-width:100%;
  height:60px;
}


#wrapper1 {
  height: 0;
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
  z-index: 999999;
}

#wrapper1-1 {
  height: 0;
  left: 50%;
  margin: 0 auto 0 -900px;
  padding-top: 65px;
  position: relative;
  width: 100%;

}

#logo {
	background: rgba(0, 0, 0, 0) url("images/logobg.png") no-repeat scroll center bottom;
	text-align: center;
	margin: 10px auto 0;
	max-width: 300px;
}


#logo img {
    padding-top: 6px;
}

#rechterhoekje
{
    position: absolute;
    height: 100px;    
    background: transparent;
    right: 0;
    top:0;
}

#rechterhoekje_inh
{
    position: relative;
    width: 175px;
  width: 0;
  height: 0;
  border-top: 100px solid #6295a2; 
  border-left: 100px solid transparent;
}

#rechterhoekje_inh2{
  position: absolute;
  right: 170px;
  top: -92px;
  width:60px;
  height:60px;
  text-align:center;	
}
#rechterhoekje_inh3{
  position: absolute;
  right: 30px;
  top: -90px;
  width:110px;
  height:60px;
  text-align:center;	
  color:#ffffff;
}

#headerstrook {
	height: 60px;
}


.telslider{
    position:absolute;
    height:0px;
    width:170px;
    right:0px;
    top:0;
    margin-right: -170px;
    color:#ffffff;
    border-top: 100px solid #6295a2; 
  	border-left: 100px solid transparent;
  	z-index: 99999999;
}
.telslider > p {
  padding-left: 20px;
}

#telslider-button{
    position:absolute;
  width: 170px;
  height: 0;
  border-top: 100px solid transparent; 
  border-left: 100px solid transparent;
    right: -170px;
    top:0px;
    z-index: 2147483647;
}

#telslider-button:hover > #rechterhoekje_inh2{
	
	display:none;
}



#telefoondt {
  color: #ffffff;
font-family: 'Trocchi', serif;
  font-size: 17px;
  font-weight: 300;
  position: absolute;
  right: 180px;
  top: 0;
}
#telefoondt > p {
  margin: 21px;
}
#telefoondt img {
  margin: 0 -55px;
  position: absolute;
  top: 16px;
}
#socialdt {
  color: #ffffff;
font-family: 'Trocchi', serif;
  font-size: 17px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 0;
}
#socialdt > p {
  margin: 20px;
}
#socialdt img {
  position: absolute;
  top: 15px;
}

.searchbox {
    position: relative;
}

.zoekveld {
    border: 0 none !important;
    color: #b3b3b3;
    font-size: 16px;
    height: 29px;
    left: 24px;
    position: absolute;
    top: 17px;
    width: 269px;
}

.zoekknop {
    background: rgba(0, 0, 0, 0) url("images/zoekknopje.png") no-repeat scroll center top;
    border: medium none;
    color: #fff;
    cursor: pointer;
    height: 33px;
    margin-left: -6px;
    padding: 5px 10px 1px;
    position: absolute;
    right: 23px;
    top: 20px;
    width: 33px;
}

.zoekknop:hover {
    background: rgba(0, 0, 0, 0) url("images/zoekknopje.png") no-repeat scroll center -36px;

}

.span1 {
  background: #025b93 none repeat scroll 0 0;
}

 #tweekolommen, #vierkolommen, .inner{
  margin: 0 auto;
  max-width:1100px;
  padding: 0 2% 0 2%;
  min-height:460px;
}
#driekolommen{
  margin: 0 auto;
  max-width:1100px;
  padding: 40px 2% 20px 2%;
}

#kolomrechts{
  margin: 0 auto;
  max-width:700px;
  padding: 0 2% 0 2%;
  min-height:460px;	
}

#instawrap {
	margin: 0 auto;
	max-width: 900px;
	padding: 12px 2% 30px 2%;
	min-height: 460px;
}

#content{
text-align:left;
width: 100%;
float:left;
}
#socialshare {
	float: right;
}
#tagwrap {
  color: #ffffff;
  font-family: "Rubik",sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  line-height: 60px;
}

#tagwrap a{
  color: #ffffff;	
  text-decoration:none;
}
#tagwrap a:hover{
  color: #ffffff;	
  text-decoration:underline;
}

#tagwrap img {
  max-width: 240px;
  padding-top: 25px;
}



#adreswrap {
  margin: 20px auto 0;
  max-width: 1100px;
  min-height: 50px;
  padding: 22px 2% 0;
  text-align: center;
}

#adreswrap a{
  text-decoration:none;
}
#adreswrap a:hover{
  text-decoration:underline;
}

#adreswrap img {
  max-width: 240px;
  padding-top: 25px;
}

#adresdt{
display:all;	
}
#adresmob{
display:none;
}

#copywrap{
  margin: 0 auto;
  max-width:1100px;
  padding: 0 2% 0 2%;
  height:50px;
  text-align: right;
  font-size:11px;
    color: #cccccc;	
}
#copywrap a{
  color: #cccccc;	
  text-decoration:none;
}
#copywrap a:hover{
  color: #b5c2d2;	
  text-decoration:underline;
}




header h1{
  margin: 7px 0 0 0;
}

.mobmenu{
  display: none;	
}


#container{
  clear: both;
  padding-top: 20px;
}

.alt{
  color: #fff;
  color: rgba(255,255,255, 0.9);
  letter-spacing: 0.05em;
}

/* NAVIGATION */

nav{
  margin: 7px 0 7px 0;
}

nav ul{
  text-align: right;
  overflow: auto;
  width: 100%;
}

nav ul li{
  margin: 0 0 0 0;
  text-align: center;
  overflow: auto;
  float: left;
  width: 33%;
}

nav a{
  text-decoration: none;
  margin: 0;
  display: block;
  padding: 7px 0 7px 5%;
  margin: 0 0 0 4%;
  background-color: rgba(255,255,255,0.1);
}

/*aanbiedingenpaginas*/

.newsitem {
  float: left;
  min-height: 430px;
  width: 359px;
}
.newsitemmarge{
	margin:1%; 
	width:98%; 
	float:left; 
	border:1px solid #ffffff;
}
.newsfoto{
	max-height:200px;
	overflow:hidden;
}

.newsbericht {
  min-height: 120px;
}

.newslink {
text-align:center;
}

.newsfotogroot{
	max-width: 720px;
	height:auto;
	overflow:hidden;
	float:left;
}

.newsberichtlang {
	width:345px;
  min-height: 100px;
  float:left;
  margin-left:15px;
}
.newsberichtlang > p {
  margin-top: -6px;
  padding: 0;
}

/*fprmulier*/
.formuliervak {
  float: left;
  min-height: 30px;
  width: 100%;
}
.formuliervraag {
  float: left;
  min-height: 30px;
  width: 360px;
}
.formulierveld {
  float: left;
  min-height: 30px;
  width: 720px;
}



/* MEDIA QUERIES */

/* Responsify Defaults */


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


.blokken {
  float: left;
  padding: 0;
  width: 33.3333%;
}
.anyshort {
  min-height: 300px;
}

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



.sliderseg1{	
	display:block;
}

	
.telslider{	
	display:none;
}
#telslider-button{
	display:none;
	right:-500px;	
}

#kolomrechts{
display:block;
}
	
	#nav ul li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: normal;
  height: 45px;
  letter-spacing: 1px;
  outline: medium none;
  padding: 19px 8px 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}


.blokken {
  float: left;
  width: 100%;
  padding: 0 0 40px;
}

.anyshort {
  min-height: 100px;
}


  nav .span1{
    width: 100%;
  }

  .span2, article{
    width: 100%;
  }

  .span1, aside{
    width: 100%;
    margin-left: 0;
  }
  .spanrechts1{
	width: 100%;
  }
  .spanrechts2, aside{
	width: 100%;
  }
	
  .blok{
  	width: 100%;
  }
  .blok, aside{
    width: 100%;
    margin-left: 0;
  }

  .half{
  	width: 100%;
  }
  .half, aside{
    width: 100%;
    margin-left: 0;
  }
  
  .kwart{
  	width: 100%;
  }
  .kwart, aside{
    width: 100%;
    margin-left: 0;
  }
  
header {
  display: none;
}
#socialdt{
  display: none;	
}
#telefoondt{
	display: none;
}

.mobmenu {
  display: block;
  height: 40px;
  padding-top: 10px;
  width: 100%;
}
.hlink{
	height:30px;
	width:25%;
	float:left;
	text-align:center;
}
.tlink{
	height:30px;
	width:25%;
	float:left;
	text-align:center;
}
.mlink{
	height:30px;
	width:25%;
	float:left;
	text-align:center;
}
.glink{
	height:30px;
	width:25%;
	float:left;
	text-align:center;
}

#seglogo {
  float: left;
  height: 90px;
  width: 100%;
}

#logo {
  background: rgba(0, 0, 0, 0) url("images/logobg2.png") no-repeat scroll center bottom;
  background-size:100%;
  height: 130px;
  left: 0;
  /*position: absolute;*/
  text-align: center;
  top: 0px;
  width: 100%;
}

#logo img {
    max-width: 300px;
    padding-top: 6px;
}

#logowrapper {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 20px;
}

.zijkolom img {
    width: 100%;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
  display: none;
}

#kolomrechts, #driekolommen, #tweekolommen,#vierkolommen, .inner{
    width: 90%;
    padding: 0 5% 0 5%;

  }
  
  #adreswrap{
  margin: 0 auto;
  width: 90%;
  padding: 0 5% 0 5%;
  min-height:50px;
}

#adreswrap a{
  color: #b5c2d2;	
  text-decoration:underline;
}

#adreswrap a:hover{
  color: #b5c2d2;	
  text-decoration:underline;
}


#copywrap{
  margin: 0 auto;
  width: 90%;
  padding: 0 5% 0 5%;
  height:50px;
  text-align: right;
}

#adresdt{
display:none;	
}
#adresmob{
display:block;
}
#adresmob a{
  color: #ffffff;	
  text-decoration:underline;
}

#adresmob a:hover{
  color: #ffffff;	
  text-decoration:underline;
}



}

@media screen and (max-width: 480px){
	
  nav ul li{
    width: 100%;

  }

  nav a{
    margin: 0;
    padding: 14px 0 14px 0;
  }
  
  .mobnav{
  	display:block;
  	width: 100%;
    background:red;
    height:30px;
  }
  
}

/* Custom Breakpoints */

@media screen and (max-width: px) {
 /* Add your styles for devices with a maximum width of  */
}


/* Micro Clearfix */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}




/*colorbox*/

#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2147483647;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}
#cboxOverlay {
    background: #fff none repeat scroll 0 0;
    opacity: 0.9;
}
#colorbox {
    outline: 0 none;
}
#cboxTopLeft {
    background: rgba(0, 0, 0, 0) url("images/border1.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}
#cboxTopCenter {
    background: rgba(0, 0, 0, 0) url("images/border1.png") repeat-x scroll 0 -50px;
    height: 25px;
}
#cboxTopRight {
    background: rgba(0, 0, 0, 0) url("images/border1.png") no-repeat scroll -25px 0;
    height: 25px;
    width: 25px;
}
#cboxBottomLeft {
    background: rgba(0, 0, 0, 0) url("images/border1.png") no-repeat scroll 0 -25px;
    height: 25px;
    width: 25px;
}
#cboxBottomCenter {
    background: rgba(0, 0, 0, 0) url("images/border1.png") repeat-x scroll 0 -75px;
    height: 25px;
}
#cboxBottomRight {
    background: rgba(0, 0, 0, 0) url("images/border1.png") no-repeat scroll -25px -25px;
    height: 25px;
    width: 25px;
}
#cboxMiddleLeft {
    background: rgba(0, 0, 0, 0) url("images/border2.png") repeat-y scroll 0 0;
    width: 25px;
}
#cboxMiddleRight {
    background: rgba(0, 0, 0, 0) url("images/border2.png") repeat-y scroll -25px 0;
    width: 25px;
}
#cboxContent {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
}
.cboxIframe {
    background: #fff none repeat scroll 0 0;
}
#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}
#cboxLoadedContent {
    margin-bottom: 20px;
}
#cboxTitle {
    bottom: 0;
    color: #999;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#cboxCurrent {
    bottom: 0;
    color: #999;
    left: 150px;
    position: absolute;
}
#cboxLoadingOverlay {
    background: #fff url("images/loading.gif") no-repeat scroll 5px 5px;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0 none;
}
#cboxSlideshow {
    bottom: 0;
    color: #444;
    position: absolute;
    right: 42px;
}
#cboxPrevious {
    bottom: 0;
    color: #444;
    left: 0;
    position: absolute;
}
#cboxNext {
    bottom: 0;
    color: #444;
    left: 63px;
    position: absolute;
}
#cboxClose {
    bottom: 0;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
}


/*formulier */



.formuliervak {
    float: left;
    min-height: 30px;
    width: 100%;
      
}
.formuliervraag {
    color: #6295a2;
     width: 100%;
     font-family: "bernal_sansregular";
}
.formulierantwoord {
     width: 100%;
     margin-bottom:30px;
}
.contactformulier {
    margin-bottom: 100px;
}

.mpform_radio_label {
  padding: 0 8px;
}
div.mpform p {
    margin: 1px;
    padding: 1px;
}
div.mpform p.help_txt {
    color: #600;
}
div.mpform fieldset {
    background-color: #ffe;
    margin: 6px 0 16px;
    padding: 0 6px 6px;
    width: 610px;
}
:first-child + html div.mpform fieldset {
    margin: 22px 0 24px;
    padding: 6px;
}
div.mpform legend {
    background-color: #ffe;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 6px 6px 0;
}
:first-child + html div.mpform legend {
    margin: -22px 0 10px;
    padding: 2px 6px 0;
}
div.mpform div.newline {
    clear: both;
    margin: 0;
    padding: 0;
}
div.mpform div.questionbox {
    border-color: #aa3;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    clear: left;
    float: left;
    height: auto;
    margin: 2px 0 2px 2px;
    padding: 4px;
    text-align: right;
    width: 180px;
}
div.mpform fieldset div.questionbox {
    border-color: #aa3;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    clear: left;
    float: left;
    height: auto;
    margin: 2px 0 2px 2px;
    padding: 4px;
    text-align: right;
    width: 172px;
}
div.mpform div.answerbox {
    background: #ffd none repeat scroll 0 0;
    float: left;
    height: auto;
    margin: 2px 2px 2px 0;
    padding: 4px;
    width: 100%;
}
div.mpform fieldset div.answerbox {
    border: 1px solid #aa3;
    float: left;
    height: auto;
    margin: 2px 2px 2px 0;
    padding: 4px;
    width: 100%;
}
div.mpform div.submitbox {
    clear: both;
    float: left;
    height: 26px;
    margin: 2px;
    padding: 8px;
    text-align: center;
    width: 602px;
}
div.mpform div.submitbox input {
    border: 2px solid #999;
    color: #666;
    cursor: pointer;
    margin: 2px 2px 2px 180px;
    text-align: center;
    width: 200px;
}
.mpform_title, .mpform_help {
    font-weight: normal;
    vertical-align: top;
}
.mpform_error .mpform_title, .mpform_error .mpform_field, .captcha_err .mpform_title, .captcha_err .mpform_field {
    color: red;
}
.mpform_field {
    width: 460px;
}
.mpform_date, .mpform_email, .mpform_textarea, .mpform_text, .mpform_select {
    border: 1px solid #cccccc;
    font-family: arial;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 1%;
    width: 98%;
    text-align: center;
    color:#cccccc;
}
.mpform_err_date, .mpform_err_email, .mpform_err_textarea, .mpform_err_text, .mpform_err_radio, .mpform_err_select, .captcha_err input {
    border: 1px solid red;
}
div.mpform_missing {
    background-color: red;
    border: 2px solid yellow;
    color: yellow;
    font-weight: bold;
    padding: 6px;
}
.mpform_textfield.mpform_readonly input.mpform_text {
    background-color: #ddd;
}
.mpform_date:hover, .mpform_email:hover, .mpform_textarea:hover, .mpform_text:hover, .mpform_radio:hover, .mpform_select:hover, .mpform_checkbox:hover, .mpform_err_date:hover, .mpform_err_email:hover, .mpform_err_textarea:hover, .mpform_err_text:hover, .mpform_err_radio:hover, .mpform_err_select:hover, .mpform_err_checkbox:hover {
}
.mpform_date, .mpform_err_date {
    width: 120px;
}
.mpform_date_img {
    border: 0 none;
    cursor: pointer;
    vertical-align: middle;
}
.mpform_email, .mpform_err_email {
    padding: 2% 1%;
}
.mpform table tr input {
    padding: 5px;
}
.mpform table tr textarea {
    padding: 5px;
}
.mpform_text, .mpform_err_text {
    padding: 2% 1%;
}
.mpform_checkbox, .mpform_err_checkbox {
    width: 24px;
}
.mpform_select, mpform_err_select {
    padding: 2% 1%;
    width: 100%;
}
.mpform_heading {
    padding: 2% 1%;
}
.mpform_submit {
      background: #6295a2;

    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    padding: 10px;
    transition: all 0.5s ease-in 0s;
    width: 115px;
}
.mpform_submit:hover {
      background: #9bb7c1;

    width: 115px;
}
span.mpform_required {
    color: #978950;
}
.captcha input {
    background-color: #f4f4d4;
    border: 1px solid #cccccc;
}
.captcha .captcha_expl {
    font-weight: normal;
}
.mpform_a_img {
    border: 0 none;
}
.mpform_img_help {
    border: 0 none;
    height: 16px;
    width: 16px;
}
.mpform_help_box_td {
    background-color: #ecf3f7;
    border: 1px solid #336699;
    color: #003366;
    padding: 6px;
}
.mpform_help_box_div {
    background-color: #ecf3f7;
    color: #003366;
}
#mpform_help_box_hr {
    color: #336699;
    margin: 0;
    padding: 0;
}
h5.mpform_help_box_h5 {
    background-color: transparent;
    color: #036;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.mpform_help_box_h6 {
    background-color: #ccf;
    color: #003366;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 4px;
}
div.mpform_results {
    background-color: #cfc;
    border: 2px solid #090;
    padding: 6px;
}
.calendar {
    background: window none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: windowtext;
    cursor: default;
    display: none;
    font-family: tahoma,verdana,sans-serif;
    font-size: 11px;
    position: relative;
}
.calendar table {
    background: window none repeat scroll 0 0;
    border: 1px solid #7938a9;
    color: windowtext;
    cursor: default;
    font-family: tahoma,verdana,sans-serif;
    font-size: 11px;
}
.calendar .button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: buttonface none repeat scroll 0 0;
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    text-align: center;
}
.calendar .nav {
}
.calendar thead .title {
    background: #7938a9 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #ffffff;
    font-weight: bold;
    padding: 1px;
    text-align: center;
}
.calendar thead .headrow {
}
.calendar thead .daynames {
}
.calendar thead .name {
    background: buttonface none repeat scroll 0 0;
    border-bottom: 1px solid buttonshadow;
    color: buttontext;
    padding: 2px;
    text-align: center;
}
.calendar thead .weekend {
    color: #7938a9;
}
.calendar thead .hilite {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    padding: 0;
}
.calendar thead .active {
    border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    border-width: 1px;
    padding: 2px 0 0 2px;
}
.calendar tbody .day {
    padding: 2px 4px 2px 2px;
    text-align: right;
    width: 2em;
}
.calendar tbody .day.othermonth {
    color: #aaa;
    font-size: 80%;
}
.calendar tbody .day.othermonth.oweekend {
    color: #faa;
}
.calendar table .wn {
    background: buttonface none repeat scroll 0 0;
    border-right: 1px solid buttonshadow;
    color: buttontext;
    padding: 2px 3px 2px 2px;
}
.calendar tbody .rowhilite td {
    background: #d9b5f4 none repeat scroll 0 0;
    color: highlighttext;
}
.calendar tbody td.hilite {
    border-color: #fff #000 #000 #fff;
    border-style: solid;
    border-width: 1px;
    padding: 1px 3px 1px 1px;
}
.calendar tbody td.active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 0;
}
.calendar tbody td.selected {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: buttonface none repeat scroll 0 0;
    border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: buttontext;
    font-weight: bold;
    padding: 2px 2px 0;
}
.calendar tbody td.weekend {
    color: #7938a9;
}
.calendar tbody td.today {
    color: #7938a9;
    font-weight: bold;
}
.calendar tbody td.disabled {
    color: graytext;
}
.calendar tbody .emptycell {
    visibility: hidden;
}
.calendar tbody .emptyrow {
    display: none;
}
.calendar tfoot .footrow {
}
.calendar tfoot .ttip {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: buttonface none repeat scroll 0 0;
    border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: buttontext;
    padding: 1px;
    text-align: center;
}
.calendar tfoot .hilite {
    background: #e4e0d8 none repeat scroll 0 0;
    border-color: #fff #000 #000 #fff;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
}
.calendar tfoot .active {
    border-color: #000 #fff #fff #000;
    border-style: solid;
    border-width: 1px;
    padding: 2px 0 0 2px;
}
.calendar .combo {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: menu none repeat scroll 0 0;
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: menutext;
    cursor: default;
    display: none;
    font-size: 90%;
    left: 0;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 4em;
    z-index: 99;
}
.calendar .combo .label, .calendar .combo .label-IEfix {
    padding: 1px;
    text-align: center;
}
.calendar .combo .label-IEfix {
    width: 4em;
}
.calendar .combo .active {
    border: 1px solid #000;
    padding: 0;
}
.calendar .combo .hilite {
    background: highlight none repeat scroll 0 0;
    color: highlighttext;
}
.calendar td.time {
    background-color: buttonface;
    border-top: 1px solid buttonshadow;
    padding: 1px 0;
    text-align: center;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
    background-color: menu;
    border: 1px solid #889;
    font-weight: bold;
    padding: 0 3px 0 4px;
}
.calendar td.time .ampm {
    text-align: center;
}
.calendar td.time .colon {
    font-weight: bold;
    padding: 0 2px 0 3px;
}
.calendar td.time span.hilite {
    background-color: highlight;
    border-color: #000;
    color: highlighttext;
}
.calendar td.time span.active {
    background-color: #000;
    border-color: #f00;
    color: #0f0;
}
.nixhier {
    display: none;
}
.mpform_td_help {
    vertical-align: top;
    width: 16px;
}

