/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
        display: block;
/* set the background color for the menu here */
/* IE6 Hack */
	height: auto;
/* one border at the top */
	margin: 0;
	padding: 0;
        font-variant: small-caps;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0;
/* keeps the first menu item off the left side */
	padding-left: 0;
}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}
#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #fff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 6px 15px 0 15px;
	display: block;
        height: 30px;
/* sets no underline on links */
	text-decoration: none;
background: transparent url(https://www.vaobewind.nl/uploads/images/bkg_menu_item.png) no-repeat right center;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
}
ul#primary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #FFF;
}
ul#primary-nav li a.menuactive {
	color: #fff;
/* bold to set it off from non active */
/* set your image here */
	background: transparent url(https://www.vaobewind.nl/uploads/images/bkg_menu_item_hover_active.png) no-repeat right center;
}
ul#primary-nav li a.menuactive:hover {
	color: #fff;
/* keep it the same */
}
#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;

}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;
	border-top: 0 none;
	border-right: 3px solid #F3F5F5;
	border-left: 3px solid #F3F5F5;
        background-image: none;
}

ul#primary-nav li ul a:hover {
background: transparent url(https://www.vaobewind.nl/uploads/images/bkg_sub_menu_item_hover_active.png) no-repeat right center;
}

ul#primary-nav li ul a.menuactive {
background: transparent url(https://www.vaobewind.nl/uploads/images/bkg_sub_menu_item_hover_active.png) no-repeat right center;
}

ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #F3F5F5;
	border-bottom: 3px solid #F3F5F5;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image */
	background: transparent url(https://www.vaobewind.nl/uploads/images/bkg_menu_item_hover_active.png) no-repeat right center;
	color: #fff;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/* Stylesheet: Navigation: CSSMenu - Horizontal Modified On 2015-05-13 22:41:33 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 0;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(https://www.vaobewind.nl/uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0 0 5px 0;
/* margin to the bottom of the news article summary */
	margin: 0;
	border-bottom: 1px dashed #ccc;
}

.NewsSummaryArchief {
/* padding for the news article summary */
	padding: 0 0 5px 0;
/* margin to the bottom of the news article summary */
	margin: 0 0 10px 0;
	border-bottom: none none;
}

.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
        color: #b2d235;
        font-size: 13px;
        text-decoration: none;
}
.NewsSummaryLink a {
        color: #b2d235;
        font-size: 13px;
        text-decoration: none;
}

.NewsSummaryArchiefLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
        color: #6d6e71;
        font-size: 13px;
        text-decoration: none;
}

.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent, .NewsSummarySummaryArchief, .NewsSummaryContentArchief {
/* larger than default text */
        font-size: 13px;
        color: #6d6e71;
        padding: 0;
        margin: 0;
        -ms-word-break: break-all;
     word-break: break-all;

     // Non standard for webkit
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.NewsSummarySummary a, .NewsSummaryContent a {
    color: #6d6e71;
        text-decoration: none;
}

.NewsSummarySummary a:hover, .NewsSummaryContent a:hover {
        text-decoration: underline;
}

.NewsSummarySummaryArchief a, .NewsSummaryContentArchief a {
    color: #b2d235;
        text-decoration: none;
}

.NewsSummarySummaryArchief a:hover, .NewsSummaryContentArchief a:hover {
        text-decoration: underline;
}

.NewsSummaryMorelink {

}
.NewsSummaryMorelink a {
color: #007932;
text-decoration: none;
font-size: 13px;
font-weight: bolder;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* Stylesheet: Module: News Modified On 2015-05-20 18:11:28 */
/* #### bootstrap Form #### */
fieldset {
   border: 0 none;
   border-top: 1px dashed #fff;
   margin: 0;
   padding: 0;
}
 legend {
  display: none;
}


.bootstrap-frm {
    width: auto;
    min-width:800px;
    padding: 0;
    margin: 0;
}

.bootstrap-frm span {
    display: block;
    clear: both;
    width: 100%;
    padding: 5px;
    margin: 100px 0 0 0;
    text-align: center;
}

.bootstrap-frm p.pg1 {
    display: inline-block;
    width: 250px;
    padding-left: 226px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 0;
    color: #003745;
}

.bootstrap-frm p.pg2 {
    display: inline;
    padding-left: 35px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 0;
    color: #003745;
}

.bootstrap-frm p.ki1 {
    display: inline-block;
    width: 175px;
    padding-left: 226px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 12px;
    margin: 20px 0 0 0;
    color: #003745;
}
.bootstrap-frm p.ki2 {
    display: inline-block;
    width: 175px;
    padding-left: 8px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 12px;
    margin: 20px 0 0 0;
    color: #003745;
}
.bootstrap-frm p.ki3 {
    display: inline;
    padding-left: 2px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 12px;
    margin: 20px 0 0 0;
    color: #003745;
}

.bootstrap-frm p.sch1 {
    display: inline-block;
    width: 255px;
    padding-left: 0px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #003745;
}

.bootstrap-frm p.sch2 {
    display: inline-block;
    width: 262px;
    padding-left: 0px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #003745;
}

.bootstrap-frm p.sch3 {
    display: inline;
    padding-left: 0px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #003745;
}

.bootstrap-frm p.form-intro {
padding-left: 60px;
}

.bootstrap-frm h1 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}

.bootstrap-frm h3 {
display: block;
    font-size: 14px;
    font-variant: normal;
    height: 38px;
    margin: 15px 0 0 0;
    padding: 15px 0 0 60px;
}

.bootstrap-frm h4 {
display: block;
    font-size: 14px;
    font-variant: normal;
    height: auto;
    margin: 8px 0 6px 0;
    padding: 10px 0;
    color: #003745;
}

.bootstrap-frm label {
    display: block;
    margin: 0;
    padding: 5px 0px 5px 0px;
    min-height: 20px;
    max-height: 60px;
    width: 190px;
    float: left;
    clear: none;
    color: #6d6e71;
    font-size: 12px;
}
.bootstrap-frm label>span {
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    color: #666;
    background-color: #e7e8e9;
    height: 20px;
    line-height:15px;
    margin: 5px 0 5px 35px;
    outline: 0 none;
    padding: 5px 5px;
    width: 240px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;    
}
.bootstrap-frm div.persoonsgegevens {
   display: inline;
   margin-bottom: 10px;
}

.bootstrap-frm div.persoonsgegevens textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 100px;
    line-height:15px;
    margin: 5px 0 5px 35px;
    outline: 0 none;
    padding: 5px 5px;
    width: 530px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
} 

.bootstrap-frm div.persoonsgegevens div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.bootstrap-frm div.persoonsgegevens div + div {
   display: inline-block;
   margin-right: 133px;
   margin-left: 0;
}

.bootstrap-frm div.persoonsgegevens2 {
   display: inline;
   margin-bottom: 10px;
   margin-left: -115px;
}

.bootstrap-frm div.persoonsgegevens2 textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 100px;
    line-height:15px;
    margin: 5px 0 5px 35px;
    outline: 0 none;
    padding: 5px 5px;
    width: 530px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
} 

.bootstrap-frm div.persoonsgegevens2 div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.bootstrap-frm div.persoonsgegevens2 div + div {
   display: inline-block;
   margin-right: 133px;
   margin-left: 0;
}

.bootstrap-frm div.persoonsgegevens3 {
   display: inline;
   margin-bottom: 10px;
   margin-left: -120px;
}

.bootstrap-frm div.persoonsgegevens3 textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 100px;
    line-height:15px;
    margin: 5px 0 5px 35px;
    outline: 0 none;
    padding: 5px 5px;
    width: 530px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
} 

.bootstrap-frm div.persoonsgegevens3 div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.bootstrap-frm div.persoonsgegevens3 div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.bootstrap-frm div.contact {
   display: inline;
   margin-bottom: 10px;
}

.bootstrap-frm div.contact label {
   display: inline;
   margin-bottom: 10px;
   width: 200px;
}

.bootstrap-frm div.contact input {
   display: inline;
   margin-bottom: 10px;
   margin-left: -15px;
   width: 400px;
}

.bootstrap-frm div.contact textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 100px;
    line-height:15px;
    margin: 5px 0;
    margin-left: -15px;
    outline: 0 none;
    padding: 5px 5px;
    width: 400px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
} 

.bootstrap-frm div.contact div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.bootstrap-frm div.contact div + div {
   display: inline-block;
   margin-right: 133px;
   margin-left: 0;
}

.bootstrap-frm div.kinderen label {
    display: block;
    margin: 2px 0 0 0;
    padding: 5px 0px 5px 0px;
    min-height: 20px;
    max-height: 60px;
    width: 210px;
    float: left;
    clear: none;
    color: #6d6e71;
    font-size: 12px;
}

.bootstrap-frm div.schulden div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.bootstrap-frm div.schulden div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.bootstrap-frm div.kinderen input[type="text"], .bootstrap-frm div.kinderen input[type="email"], .bootstrap-frm div.kinderen textarea, .bootstrap-frm div.kinderen select{
    color: #666;
    background-color: #e7e8e9;
    height: 20px;
    line-height:15px;
    margin: 5px 0 5px 15px;
    outline: 0 none;
    padding: 5px 5px;
    width: 156px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.bootstrap-frm div.kinderen {
   display: inline;
}
.bootstrap-frm div.kinderen div {
   display: inline-block;
   margin-left: 225px;
   margin-right: 50px;
}

.bootstrap-frm div.kinderen div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.bootstrap-frm div.schulden input[type="text"], .bootstrap-frm div.schulden input[type="email"], .bootstrap-frm div.schulden textarea, .bootstrap-frm div.schulden select{
    color: #666;
    background-color: #e7e8e9;
    height: 20px;
    line-height:15px;
    margin: 5px 13px 5px 0px;
    outline: 0 none;
    padding: 5px 5px;
    width: 230px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
    -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.bootstrap-frm div.schulden {
   display: inline;
}
.bootstrap-frm div.schulden div {
   display: inline-block;
   margin-left: 0px;
   margin-right: 50px;
}

.bootstrap-frm div.schulden div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.bootstrap-frm div.schulden-laatste input[type="text"], .bootstrap-frm div.schulden-laatste input[type="email"], .bootstrap-frm div.schulden-laatste textarea, .bootstrap-frm div.schulden-laatste select{
    color: #666;
    background-color: #e7e8e9;
    height: 20px;
    line-height:15px;
    margin: 5px 0px 5px 10px;
    outline: 0 none;
    padding: 5px 5px;
    width: 230px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
    -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.bootstrap-frm div.schulden-laatste {
   display: inline;
}
.bootstrap-frm div.schulden-laatste div {
   display: inline-block;
   margin-left: 225px;
   margin-right: 50px;
}

.bootstrap-frm div.schulden-laatste div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.bootstrap-frm div div > label {
   width: auto;
   padding-right: 10px;
   margin-right: 0px;
   margin-top: 2px;
}
div.bootstrap-frm input[type="radio"], 
div.bootstrap-frm input[type="checkbox"] {
   display: inline-block;
   margin-top: 10px;
   margin-right: 10px;
   padding: 15px 0;
   float: left;
}
.bootstrap-frm select {
    appearance: button;
    -webkit-appearance: button; 
    -moz-appearance: button;
    text-indent: 0.01px;
    text-overflow: '';
    width: auto;
    height: 35px;
    padding-right: 10px;
    line-height:15px;
}
.bootstrap-frm textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 150px;
    line-height:15px;
    margin: 5px 0 5px 0;
    outline: 0 none;
    padding: 5px 5px;
    width: 750px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

.bootstrap-frm div.submit .fbsubmit_prev {
   background: rgba(178, 210, 53, 0.75);
   padding: 0;
   border: 0 none;
   float: left;
   width: 160px;
   height: 28px;
   margin-top: 90px;
   color: #fff;
   font-size: 80%;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.bootstrap-frm div.submit .fbsubmit_prev:hover {
   background: rgba(178, 210, 53, 1);
}

.bootstrap-frm div.submit .fbsubmit_next {
   background: rgba(178, 210, 53, 0.75);
   padding: 0;
   border: 0 none;
   float: right;
   width: 160px;
   height: 28px;
   margin-top: 90px;
   color: #fff;
   font-size: 80%;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.bootstrap-frm div.submit .fbsubmit_next:hover {
   background: rgba(178, 210, 53, 1);
}

.bootstrap-frm div.submit .fbsubmit {
   background: rgba(178, 210, 53, 1);
   padding: 0;
   border: 0 none;
   float: right;
   width: 160px;
   height: 28px;
   margin-top: 90px;
   margin-right: 15px;
   color: #fff;
   font-size: 80%;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.bootstrap-frm div.submit .fbsubmit:hover {
    background: rgba(0, 55, 69, 1);
}


.contact-frm {
    width: auto;
    padding: 0;
    margin: 0;
}

.contact-frm span {
    display: block;
    clear: both;
    width: 100%;
    padding: 5px;
    margin: 100px 0 0 0;
    text-align: center;
}

.contact-frm p.pg1 {
    display: inline-block;
    width: 250px;
    padding-left: 226px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 0;
    color: #003745;
}

.contact-frm p.pg2 {
    display: inline;
    padding-left: 35px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 0;
    color: #003745;
}

.contact-frm p.ki1 {
    display: inline-block;
    width: 175px;
    padding-left: 226px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 12px;
    margin: 20px 0 0 0;
    color: #003745;
}
.contact-frm p.ki2 {
    display: inline-block;
    width: 175px;
    padding-left: 8px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 12px;
    margin: 20px 0 0 0;
    color: #003745;
}
.contact-frm p.ki3 {
    display: inline;
    padding-left: 2px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 12px;
    margin: 20px 0 0 0;
    color: #003745;
}

.contact-frm p.sch1 {
    display: inline-block;
    width: 255px;
    padding-left: 0px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #003745;
}

.contact-frm p.sch2 {
    display: inline-block;
    width: 262px;
    padding-left: 0px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #003745;
}

.contact-frm p.sch3 {
    display: inline;
    padding-left: 0px;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #003745;
}

.contact-frm p.form-intro {
padding-left: 60px;
}

.contact-frm h1 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.contact-frm h1>span {
    display: block;
    font-size: 11px;
}

.contact-frm h3 {
display: block;
    font-size: 14px;
    font-variant: normal;
    height: 38px;
    margin: 15px 0 0 0;
    padding: 15px 0 0 60px;
}

.contact-frm h4 {
display: block;
    font-size: 14px;
    font-variant: normal;
    height: auto;
    margin: 8px 0 6px 0;
    padding: 10px 0;
    color: #003745;
}

.contact-frm label {
    display: block;
    margin: 0;
    padding: 5px 0px 5px 0px;
    min-height: 20px;
    max-height: 60px;
    width: 190px;
    float: left;
    clear: none;
    color: #6d6e71;
    font-size: 12px;
}
.contact-frm label>span {
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}
.contact-frm input[type="text"], .contact-frm input[type="email"], .contact-frm textarea, .contact-frm select{
    color: #666;
    background-color: #e7e8e9;
    height: 20px;
    line-height:15px;
    margin: 5px 0 5px 35px;
    outline: 0 none;
    padding: 5px 5px;
    width: 240px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;    
}
.contact-frm div.persoonsgegevens {
   display: inline;
   margin-bottom: 10px;
}

.contact-frm div.persoonsgegevens textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 100px;
    line-height:15px;
    margin: 5px 0 5px 35px;
    outline: 0 none;
    padding: 5px 5px;
    width: 530px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
} 

.contact-frm div.persoonsgegevens div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.contact-frm div.persoonsgegevens div + div {
   display: inline-block;
   margin-right: 133px;
   margin-left: 0;
}

.contact-frm div.persoonsgegevens2 {
   display: inline;
   margin-bottom: 10px;
   margin-left: -115px;
}

.contact-frm div.persoonsgegevens2 textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 100px;
    line-height:15px;
    margin: 5px 0 5px 35px;
    outline: 0 none;
    padding: 5px 5px;
    width: 530px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
} 

.contact-frm div.persoonsgegevens2 div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.contact-frm div.persoonsgegevens2 div + div {
   display: inline-block;
   margin-right: 133px;
   margin-left: 0;
}

.contact-frm div.persoonsgegevens3 {
   display: inline;
   margin-bottom: 10px;
   margin-left: -120px;
}

.contact-frm div.persoonsgegevens3 textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 100px;
    line-height:15px;
    margin: 5px 0 5px 35px;
    outline: 0 none;
    padding: 5px 5px;
    width: 530px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
} 

.contact-frm div.persoonsgegevens3 div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.contact-frm div.persoonsgegevens3 div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.contact-frm div.contact {
   display: inline;
   margin-bottom: 10px;
}

.contact-frm div.contact label {
   display: inline;
   margin-bottom: 10px;
   width: 200px;
}

.contact-frm div.contact input {
   display: inline;
   margin-bottom: 10px;
   margin-left: -15px;
   width: 400px;
}

.contact-frm div.contact textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 100px;
    line-height:15px;
    margin: 5px 0;
    margin-left: -15px;
    outline: 0 none;
    padding: 5px 5px;
    width: 400px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
} 

.contact-frm div.contact div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.contact-frm div.contact div + div {
   display: inline-block;
   margin-right: 133px;
   margin-left: 0;
}

.bootstrap-frm div.kinderen label {
    display: block;
    margin: 2px 0 0 0;
    padding: 5px 0px 5px 0px;
    min-height: 20px;
    max-height: 60px;
    width: 210px;
    float: left;
    clear: none;
    color: #6d6e71;
    font-size: 12px;
}

.contact-frm div.schulden div {
   display: inline-block;
   margin-left: 35px;
   margin-right: 25px;
}

.contact-frm div.schulden div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.contact-frm div.kinderen input[type="text"], .contact-frm div.kinderen input[type="email"], .contact-frm div.kinderen textarea, .contact-frm div.kinderen select{
    color: #666;
    background-color: #e7e8e9;
    height: 20px;
    line-height:15px;
    margin: 5px 0 5px 15px;
    outline: 0 none;
    padding: 5px 5px;
    width: 156px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.contact-frm div.kinderen {
   display: inline;
}
.contact-frm div.kinderen div {
   display: inline-block;
   margin-left: 225px;
   margin-right: 50px;
}

.contact-frm div.kinderen div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.contact-frm div.schulden input[type="text"], .contact-frm div.schulden input[type="email"], .contact-frm div.schulden textarea, .contact-frm div.schulden select{
    color: #666;
    background-color: #e7e8e9;
    height: 20px;
    line-height:15px;
    margin: 5px 13px 5px 0px;
    outline: 0 none;
    padding: 5px 5px;
    width: 230px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
    -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.contact-frm div.schulden {
   display: inline;
}
.contact-frm div.schulden div {
   display: inline-block;
   margin-left: 0px;
   margin-right: 50px;
}

.contact-frm div.schulden div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.contact-frm div.schulden-laatste input[type="text"], .contact-frm div.schulden-laatste input[type="email"], .contact-frm div.schulden-laatste textarea, .contact-frm div.schulden-laatste select{
    color: #666;
    background-color: #e7e8e9;
    height: 20px;
    line-height:15px;
    margin: 5px 0px 5px 10px;
    outline: 0 none;
    padding: 5px 5px;
    width: 230px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
    -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.contact-frm div.schulden-laatste {
   display: inline;
}
.contact-frm div.schulden-laatste div {
   display: inline-block;
   margin-left: 225px;
   margin-right: 50px;
}

.contact-frm div.schulden-laatste div + div {
   display: inline-block;
   margin-right: 0px;
   margin-left: 0;
}

.contact-frm div div > label {
   width: auto;
   padding-right: 10px;
   margin-right: 0px;
   margin-top: 2px;
}
div.contact-frm input[type="radio"], 
div.contact-frm input[type="checkbox"] {
   display: inline-block;
   margin-top: 10px;
   margin-right: 10px;
   padding: 15px 0;
   float: left;
}
.contact-frm select {
    appearance: button;
    -webkit-appearance: button; 
    -moz-appearance: button;
    text-indent: 0.01px;
    text-overflow: '';
    width: auto;
    height: 35px;
    padding-right: 10px;
    line-height:15px;
}
.contact-frm textarea {
        color: #666;
    background-color: #e7e8e9;
    height: 150px;
    line-height:15px;
    margin: 5px 0 5px 0;
    outline: 0 none;
    padding: 5px 5px;
    width: 750px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}
.contact-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.contact-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

.contact-frm div.submit .fbsubmit_prev {
   background: rgba(178, 210, 53, 0.75);
   padding: 0;
   border: 0 none;
   float: left;
   width: 160px;
   height: 28px;
   margin-top: 90px;
   color: #fff;
   font-size: 80%;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.contact-frm div.submit .fbsubmit_prev:hover {
   background: rgba(178, 210, 53, 1);
}

.contact-frm div.submit .fbsubmit_next {
   background: rgba(178, 210, 53, 0.75);
   padding: 0;
   border: 0 none;
   float: right;
   width: 160px;
   height: 28px;
   margin-top: 90px;
   color: #fff;
   font-size: 80%;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.contact-frm div.submit .fbsubmit_next:hover {
   background: rgba(178, 210, 53, 1);
}

.contact-frm div.submit .fbsubmit {
   background: rgba(178, 210, 53, 1);
   padding: 0;
   border: 0 none;
   float: left;
   width: 160px;
   height: 28px;
   margin-top: 20px;
   margin-right: 15px;
   margin-left: 185px;
   color: #fff;
   font-size: 80%;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 2px 2px #b1b1b1;
-webkit-box-shadow: 2px 2px #b1b1b1;
box-shadow: 2px 2px #b1b1b1;
}

.contact-frm div.submit .fbsubmit:hover {
    background: rgba(0, 55, 69, 1);
}
/* Stylesheet: FormBuilder Default Style Modified On 2018-09-13 13:32:36 */
