@charset "utf-8";



/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, 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;

}
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;
}
a.lightbox:focus, .ui-state-focus a:focus {outline:0;}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */

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

/* general purpose classes */

.alignleft { float: left; }
.alignright { float: right; }

.clear {
clear: both;
overflow: hidden;
width: 100%;
}

.row{
  margin-right: 0px;
  margin-left: 0px;
}

.sub{
  vertical-align: sub;
    font-size: smaller;
}

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

html, body {
min-height: 100% !important;
height: 100%;
}

.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

section {
  background-color: white;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  padding-left: 0px;
  padding-right: 0px;
}
.col-lg-4 {
  padding-left: 2px;
  padding-right: 2px;
}


.col-lg-4:first-child {
  padding-left: 0px;
  padding-right: 4px;
}
.col-lg-4:last-child {
  padding-left: 4px;
  padding-right: 0px;
}

.gallery-blockContent .col-lg-6{
  padding-left: 15px !important;
  padding-right: 15px !important;
}


#container {
min-height: 100%;
}

.container{
position: relative;
padding-left: 0px;
padding-right: 0px;
}

.wrapper {
width: 960px;
margin: 0 auto;
}

#wrap{
padding-top: 54px;
min-height: 100%;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -94px;
}

#gradient {
width: 100%;
height: 100%;
position: fixed;
top: 0;
z-index: 1;
display: block;
pointer-events:none;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.25) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(55%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.25))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.25) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.25) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.25) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.25) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#40ffffff',GradientType=0 ); /* IE6-9 */
}

#push{
height: 94px;
}

img  {
max-width: 100%;
height: auto;
padding: 0;
}
/* =Typography
--------------------------------------------------------------------------------------------------*/



/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */

body {
font-family: 'aller_lightregular';
font-size: 14px;
line-height: 20px;
color: #4b4b4b;
background: #fff;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: 'netto_otbold';
}

p{
font-size: 13px;
}

.fontlarge p{
  font-size: 20px !important;
  line-height: 25px !important;
}

.fontlarge .slideblockcontent h6, .fontlarge .carousel-slidecontent p strong{
  font-size: 31px !important;
  line-height: 35px !important;
}

.fontlarge h4{
  font-size: 32px !important;
}

.fontlarge .nav-block ul li a{
  font-size: 20px !important;
}

.fontlarge span.tag{
  font-size: 17px !important;
  line-height: 21px !important;
}

.fontlarge .block2 h3{
  font-size: 22px !important;
  line-height: 25px !important;
}

.fontlarge .slidebtn{
  font-size: 31px !important;
}

.fontlarge .main-menu li a{
  font-size: 18px !important;
}

.fontlarge #footer ul li a{
  font-size: 18px !important;
}

.fontlarge .formBlock{
  font-size: 18px !important;
}

/* End Typography
--------------------------------------------------------------------------------------------------*/


/* =Blokken
--------------------------------------------------------------------------------------------------*/

.masonry{
display: block;
}
.large, .medium, .small {
  overflow: hidden;
}
.large .slideblockcontent, .medium .slideblockcontent{
position: absolute;
left: 0px;
bottom: 0px;
padding: 20px 15px 15px 20px;
background: rgba(0,0,0,0.3);
width: 100%;
margin-bottom: -1px;
overflow: hidden;
}

.small .slideblockcontent{
position: absolute;
left: 0px;
bottom: 0px;
padding: 20px 15px 15px 20px;
width: 100%;
margin-bottom: -1px;
overflow: hidden;
}

.large{
/*
width: 502px;
height: 280px;
margin: 1px;
*/
width: 604px;
height: 335px;
margin: 1px;
}

.large .slideblockcontent h6{
color: #fff;
font: 300 28px/28px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
padding: 0px 0px 10px 0px;
}

.large .slideblockcontent p{
color: #fff;
font: 16px/18px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.medium{
/*
width: 325px;
height: 185px;
margin: 1px;
*/
width: 402px;
height: 222px;
margin: 1px;
}


.medium .slideblockcontent h6{
color: #fff;
font: 300 24px/24px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
padding: 0px 0px 10px 0px;
}

.medium .slideblockcontent p{
color: #fff;
font: 16px/18px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.small{
/*
width: 175px;
height: 92px;
margin: 1px;
*/
width: 200px;
height: 110px;
margin: 1px;
}

body.browserie .large{
width: 601px !important;
}
body.browserie .medium{
width: 400px !important;
}
body.browserie .small{
width: 199px !important;
}

.masonryfix {
    height: 0px;
    margin-top:0px;
}

.small .slideblockcontent h6{
color: #fff;
font: 16px/18px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
padding: 0px 0px 5px 0px;
}

.small .slideblockcontent p{
color: #fff;
font: 13px/14px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

/* End Blokken
--------------------------------------------------------------------------------------------------*/

/* =Kleuren
--------------------------------------------------------------------------------------------------*/

.paars{
background-color: #5e1f70;
}

.oranje{
background-color: #e03c00;
}

.blauw{
background-color: #006cb3;
}

.rood{
background-color: #d7161f;
}

.groen{
background-color: #70bf54;
}

.geel{
background-color: #fcb033;
}


/* Kleuren
--------------------------------------------------------------------------------------------------*/

/* =Links
--------------------------------------------------------------------------------------------------*/

a {
outline: none;
text-decoration: none;
color:#b41124;
}
a:hover {
text-decoration: none;
}

/* End Links
--------------------------------------------------------------------------------------------------*/

/* =TopRow
--------------------------------------------------------------------------------------------------*/

/*#topRow {
clear: both;
height: 54px;
padding: 11px 0 7px 0;
border-bottom: 2px solid #e6e6e5;
}*/
#topRow {
    border-bottom: 2px solid #e6e6e5;
    clear: both;
    height: 54px;
    padding: 11px 0 7px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}
#mobilenav {
  display: none;
}
#topRow .row .col-lg-9 {
width: auto;
}
#topRow ul {
float: left;
height: 34px;
padding: 0 22px 0 0;
border-right: 2px solid #dadad9;
}
#topRow ul li {
float: left;
padding: 5px 0 0 13px;
}
#topRow ul li.text {
color: black;
height: 25px;
line-height: 25px;
font-weight: bold;
padding: 5px 0 0 13px;
}
.topRight {
float: right;
}

.social-icon{
width: 25px;
height: 25px;
}

#home.social-icon{
background: url('../images/home.png') no-repeat;
background-position: right center ;
}

#facebook.social-icon{
background: url('../images/facebook.png') no-repeat;
background-position: left center ;
}

#twitter.social-icon{
background: url('../images/twitter.png') no-repeat;
background-position: left center ;
}

#instagram.social-icon{
background: url('../images/instagram.png') no-repeat;
background-position: left center ;
}

#youtube.social-icon{
background: url('../images/youtube.png') no-repeat;
background-position: left center ;
}

#pinterest.social-icon{
background: url('../images/pinterest.png') no-repeat;
background-position: left center ;
}

#home.social-icon:hover {
background-position: left center ;
}
#facebook.social-icon:hover, #twitter.social-icon:hover, #instagram.social-icon:hover, #youtube.social-icon:hover, #pinterest.social-icon:hover{
background-position: right center ;
}

#facebook-box{
  
}

#youtube-box iframe#youtube-latest{
  width: 90%;
  height: auto;
  padding: 20px 0px 20px 0px;
}

#twitter-box iframe{
  display: block;
  margin: 20px 0px 0px 0px;
}

#twitter-box #laatstetweet .user span{
  display: none;
}

#twitter-box #laatstetweet .user img{
  display: block;
  text-align: center;
  max-width: inherit;
}

#twitter-box #laatstetweet .tweet{
  font: 15px/18px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
color: #040404;
}

#twitter-box #laatstetweet .tweet a{
  color: #005baa;
}

#twitter-box #laatstetweet .tweet a:hover{
  text-decoration: underline;
  color: #005baa;
}

#twitter-box #laatstetweet .timePosted{
  display: none;
}

#twitter-box #laatstetweet .interact{
  display: none;
}

.sb-search{
float: left;
}

.sb-search-input{
float: left;
margin: -9px 22px 0 0;
padding: 15px 0 0 10px;
height: 40px;
width: 300px;
background:#ffffff;
color: #839eb9;
font-size: 14px;
font-family: 'netto_otbold';
border: none;
outline: none;
border-radius:0;  
/*text-transform:uppercase;*/
}

.sb-search-submit {
float: right;
height: 28px;
font-size:0;
margin: 6px 22px 0 0;
text-indent: -1000px;
background:url(../images/searchIcon.gif) no-repeat left center;
}

.sb-search-submit:hover {
  background-position: right center;
}

.topRight .btn {
float: left;
height: 21px;
font-size:0;
margin: 6px 22px 0 0;
text-indent: -1000px;
background:url(../images/searchIcon.gif) no-repeat;
background-position: left center;
}

/*.topRight .btn:hover{
  background-position: right center;
}*/

.topRight span {
float: left;
height: 34px;
padding: 8px 15px 0;
border-left: 2px solid #dadad9;
}
.topRight span a {
float:left;
margin: 0 7px 0 0;
font-size: 14px;
color: #797a7b;
}
.topRight span a:hover,.topRight span a.active {
text-decoration: none;
color: #000000;
}
.topRight strong {
float: left;
height: 34px;
font-weight: 400;
padding: 8px 0 0 25px;
border-left: 2px solid #dadad9;
}
.topRight strong a {
display: block;
font-size: 18px;
font-weight: 700;
color: #000;
padding: 0 41px 0 0;
background: url(../images/icon5.gif) no-repeat right center;
}

/* End Header
--------------------------------------------------------------------------------------------------*/

/* =Header
--------------------------------------------------------------------------------------------------*/

#header, #header2 {
clear: both;
padding: 60px 0 0 0;
overflow-x: hidden;
}
#header .container {
position: relative;
}
#logo {
display: block;
width: 23%;
margin:auto;
}
#logo:hover{
opacity: .8;
}

.iconImg {
position: absolute;
left: 0;
top: 63px;
cursor: pointer;
z-index: 9999;
}

.iconImg:hover{
opacity: .7;
}

.slideContent {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
background: rgba(0,0,0,0.35);
font-family: 'netto_otbold';
padding-bottom: 25px;
z-index: 99999;
}

.slideContent h2 {
display: block;
color: #ffffff;
font-size: 48px;
line-height: 50px;
margin: 25px 0px 0px 25px;
padding-right:330px;
}
.slideContent p {
display: block;
padding: 22px 0 0 0;
color: #ffffff;
font-size: 18px;
margin: 0px 0px 0px 25px;
/*padding-right:330px;*/
}
.slideContent p strong {
display: block;
font-size: 24px;
}

.nav {
clear: both;
height: 73px;
padding: 0 0 0 0px;
background: #e4e4e4;
font-family: 'netto_otbold';
position: relative;
z-index: 99;
}

.cbp-fwslider {
position: relative;
z-index: 99;
}

.nav ul{
display: table;
width: 100%;
}

.nav ul li {
display: table-cell;
text-align: center;

}
.nav ul li a {
color: #1c1819;
padding: 26px 0 27px 0;
display: block;
border-right:1px solid #fff;
}
.nav ul li a:hover,
.nav ul li.active a {
text-decoration: none;
background-color: #bcbcbc;
border-radius: 0 !important;
}

/* End Header
--------------------------------------------------------------------------------------------------*/

/* =Main Content
--------------------------------------------------------------------------------------------------*/

#main {
clear: both;
overflow: hidden;
padding: 0 0 68px 0;
}

.block1 {
clear: both;
padding: 44px 0 0 0;
}

.block1 h3 {
font: 20px/26px;
font-size: 18px;
font-weight: 700;
font-family: 'netto_otbold';
color: #000000;
}

.block1 p {
padding: 27px 0 0 0;
font-family: 'aller_lightregular';
font-size: 16px;
color: #3b3a3a;
}



.formBlock {
display: block;
width: 847px;
margin: auto;
padding: 57px 0 0 0;
}

.formBlock h4 {
clear: both !important;
padding: 0 0 32px 0 !important;
color: #0066af !important;
font-family: 'netto_otbold' !important;
font-size: 30px !important;
}

.fieldRow1 {
clear: both;
padding: 8px 0 0 0;
}

.fieldRow1 span {
display: block;
height: 50px;
background: #eaf3fe;
}

.fieldRow1 .fout {
background: #e3501a !important;
}

.fieldRow1 .fout input{
color: #ffffff;
}

.fieldRow1 .field1 {
display: block;
padding: 0 19px;
height: 50px;
color: #0066af;
font-size: 14px;
font-family: 'netto_otbold';
border: none;
outline: none;
border-radius:0;
background: none;
text-transform: uppercase;
}

.fieldRow1 span.left {
float: left;
width: 49.5%;
height: 50px;
background: #eaf3fe;
}

.fieldRow1 span.right {
float: right;
width: 49.5%;
height: 50px;
background: #eaf3fe;
}

.fieldRow1 .field2 {
display: block;
padding: 14px 19px 0;
height: 175px;
color: #0066af;
font-size: 14px;
font-family: 'netto_otbold';
border: none;
outline: none;
border-radius:0;
background: #eaf3fe;
text-transform: uppercase;
}

.fieldRow1 label {
float: left;
padding: 0 13px 0 0;
color: #0066af;
font: 14px/50px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.fieldRow1 .field3 {
float: left;
padding: 0 19px;
height: 50px;
width: 241px;
color: #0066af;
font: 14px/50px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
border: none;
outline: none;
border-radius:0;
background: #eaf3fe;
}

.fieldRow1 .btn {
float: left;
width: 50px;
height: 50px;
border: none;
font-size: 0;
text-indent: -1000px;
cursor: pointer;
border-radius:0;
background:#92b6e2 url(../images/icon6.gif) no-repeat center center;
}

.fieldRow2 {
clear: both;
padding: 17px 0 0 0;
}

.fieldRow2 label {
display: block;
padding: 0 0 16px 0;
color: #0066af;
font: 14px/20px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.leftFields {
clear: both;
}

.leftFields span {
clear: both;
display: block;
width: 100%;
padding: 0;
}

.leftFields span .check1 {
float: left;
margin: 0;
height: 20px;
}

.leftFields span strong {
float: left;
padding: 0 0 0 17px;
margin: -3px 0px 0px 0px;
color: #0066af;
font: 14px/20px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.fieldRow2 .btn {
float: right;
width: 211px;
height: 61px;
margin: 30px 0 0 0;
padding: 2px 0 0 0;
text-align: center;
font: 20px/61px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
color: #ffffff;
background: url(../images/btnBg.png) no-repeat left top;
}

.fieldRow2 .btn:hover{
background: url(../images/btnBg.png) no-repeat right top;
}


/* =End Main Content
--------------------------------------------------------------------------------------------------*/

/* =BottomBlock
--------------------------------------------------------------------------------------------------*/
#bottomBlock {
padding: 30px 0 90px 0;
background:#f5f5f6;
}

#bottomBlock h4 {
background: url(../images/icon7.gif) no-repeat left center !important;
}

.listRow {
clear: both;
padding: 36px 0 0 0;
}

.list-rowcont1 {
  border-left: 3px solid #f5f5f6;
  margin: 0 0px;
  padding: 0;
  background: #ffffff;
}

.list-rowcont1:hover{
background: #e8e8e8;
}

.list-rowcont1first {
border: none;
}

.list-rowcont1 img {
width: 100%;
}

.list-rowcont1 h6 {
padding: 20px;
font: 22px/28px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
color: #040404;
position: relative;
}
.list-rowcont1 h6:after {
content: "";
position: absolute;
right: 20px;
height: 20px;
line-height: 20px;
width: 18px;
background-image: url('../images/icon_angle_right.png');
background-repeat: no-repeat;
background-position: center right;
-webkit-background-size: auto 100%;
background-size: auto 100%;
top: 50%;
margin-top: -10px;
}
#bottomBlock .col-lg-4 .list-rowcont1 p {
  padding: 0;
}

.list-rowcont1 p {
padding: 23px 103px 0 24px;
font: 15px/18px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
color: #040404;
}

/* =End BottomBlock Content
--------------------------------------------------------------------------------------------------*/

.pageLeft{
position: absolute;
left: -1015px;
top: 169px;
width: 1010px;
opacity:0.3;
overflow-x:hidden;
}

.pageLeft ul li img, .pageRight ul li img{
display: block;
}

.pageRight{
position: absolute;
left: 1015px;
top: 169px;
width: 1010px;
opacity:0.3;
overflow-x:hidden;
}

/* =Footer
--------------------------------------------------------------------------------------------------*/

#footer {
border-top: 1px solid #e4e4e3;
height: 93px;
background: #ffffff;
}

#footerLogo {
margin: 26px 0 0 0;
float: left;
}

#footerLogo:hover{
opacity: .7;
}

#footer ul {
float: right;
padding: 40px 0 0 0;
}

#footer ul li {
padding: 0 0 0 37px;
}

#footer ul li a {
color: #1c1819;
text-transform: uppercase;
font-size: 15px;
font-family: 'netto_otbold';
}

#footer ul li a:hover {
text-decoration: none;
color: #70bf54;
}

/* End Footer
--------------------------------------------------------------------------------------------------*/


/* =Inner1
--------------------------------------------------------------------------------------------------*/

.main-inner {
padding-bottom: 0;
}

.main-inner .block1 {
padding-bottom: 44px;
}

.main-inner .block1 p,.content1 .block1 p {
padding-top: 18px;
}

.list-items {
clear: both;
padding: 26px 0 0 110px;
}

.list-items li {
float: left;
margin: 32px 0 0 30px;
}

.list-items li span {
display: block;
border: 1px solid #e3e3e3;
}

.list-items li span img {
display: block;
}

.list-items li a {
display: block;
margin: 7px 0 0 0;
text-align: center;
color:#989898;
font: 16px/22px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
}

.list-items li a:hover{
text-decoration: underline;
}

.content1 {
border-top: 1px dashed #d2d2d2;
background:#f8f8f8;
padding: 0 0 68px 0;
}

.d .block1 {
padding-bottom: 44px;
}

.content2 {
background:#fff;
}

.topslide {
position:fixed;
padding: 22px 0 0 0;
bottom: 0px;
right: 50px;
width: 65px;
height: 58px;
text-align: center;
font: 18px/30px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
color: #000000;
z-index: 99999;
background: #fcb033 url(../images/topSlideArrow.png) no-repeat center 11px;
}

.topslide:hover {
text-decoration: none;
background: #70bf54 url(../images/topSlideArrow.png) no-repeat center 11px;
}

/* End Inner1
--------------------------------------------------------------------------------------------------*/

/* =Inner2
--------------------------------------------------------------------------------------------------*/

.collapse-block {
clear: both;
padding-top: 58px;
}

.collapse-block h4 {
color:#000;
font: 20px/26px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.collapse-block ul {
clear: both;
}

.collapse-block ul li {
clear: both;
padding: 24px 0;
border-bottom: 1px solid #e4e4e3;
}

.collapse-block ul li h3 {
padding: 0 0 0 23px;
color: #000000;
cursor: pointer;
font: 20px/22px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
outline: 0px;
}

.collapse-block ul li h3.ui-state-default{
  background: url('../images/collapsArrow1.gif') no-repeat left center;
}

.collapse-block ul li h3.ui-accordion-header-active{
  background: url(../images/collapsArrow2.gif) no-repeat left center;
}

/*
.collapse-block ul li:hover h5,.collapse-block ul li.active h5 {
color: #e3521b;
background: url(../images/collapsArrow2.gif) no-repeat left center;
}
*/

/*
.collapse-block ul li:hover .collapse-content,.collapse-block ul li.active .collapse-content {
display: block;
}
*/

.collapse-content {
clear: both;
display: none;
}

.collapse-block ul li ul {
clear: both;
padding: 12px 0 0 70px;
}

.collapse-block ul li ul li {
padding: 7px 0 0 0;
border: none;
}

.collapse-block ul li ul li a {
display:inline-block;
height: 30px;
padding: 0 0 0 0px;
font: 16px/30px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
color: #000000;
}

.collapse-block ul li ul li a:hover {
text-decoration: none;
}

.collapse-block ul li ul li a span {
color: #d71d23;
padding: 0 5px 0 0;
}

.collapse-block ul li ul li a:hover span {
text-decoration: underline;
}

.content3 {
margin: 50px 0px 0px 0px;
padding: 23px 0 33px;
background: #6BBE4E;
}

.content3 label {
float: left;
color: white;
font: 22px/24px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
padding: 15px 34px 0 0px;
}

.field4 {
float: left;
max-width: 80%;
height: 40px;
margin: 7px 0 0 0;
padding: 0 10px 0 13px;
color: white;
font: 16px/40px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
border: none;
outline: none;
background:#ffffff;
}

.content3 .btn {
float: left;
width: 158px;
height: 46px;
font: 17px/46px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
color: #ffffff;
border: none;
cursor: pointer;
border-radius:0;
background: url(../images/btnBg6.png) no-repeat left top;
}

.content3 .btn:hover{
background: url(../images/btnBg6.png) no-repeat right top;
}

.content3 .bton {
float: left;
padding: 0 0 0 36px;
}

.slideRightcont a {
position: absolute;
z-index: 99999;
right: 0;
bottom: 0;
width: 290px;
padding: 0 0 30px 0;
background: #005baa;
}

.slideRightcont:hover a{
background: #015095;
}

.slideRightcont h6 {
text-align: center;
color: #ffffff;
font: 26px/62px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
background: #015095;
}

.slideRightcont p {
padding: 23px 24px 0 24px;
font: 15px/16px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
color: #ffffff;
}

.doelgroep {
position: absolute;
right: 0;
bottom: 0;
width: 290px;
padding: 0 0 30px 0;
background: #005baa;
z-index: 999999;
}

.doelgroep h6 {
text-align: center;
color: #ffffff;
font: 300 26px/62px Arial, Helvetica, sans-serif;
background: #015095;
font-family: 'netto_otbold';
text-transform: uppercase;
}

.doelgroep p {
padding: 23px 0 0 24px;
font: 15px/16px Arial, Helvetica, sans-serif;
color: #ffffff;
font-family: 'netto_otbold';
margin: 0px 0px 5px 0px;
}

.activiteit {
position: absolute;
right: 0;
bottom: 0;
width: 290px;
padding: 0 0 30px 0;
background: #d71920;
z-index: 99999;
}

.activiteit h6 {
text-align: center;
color: #ffffff;
font: 700 26px/62px Arial, Helvetica, sans-serif;
background: #bf141b;
font-family: 'netto_otbold';
text-transform: uppercase;
}

.activiteit p {
padding: 23px 0 0 0px;
font: 15px/16px Arial, Helvetica, sans-serif;
color: #ffffff;
font-family: 'netto_otbold';
margin: 0px 0px 5px 0px;
text-align:center;
}

/* End Inner2
--------------------------------------------------------------------------------------------------*/

/* =Inner3
--------------------------------------------------------------------------------------------------*/

.gallery-block {
margin-top: 64px;
}

.gallery-blockContent {
overflow: hidden;
padding-bottom: 30px;
background: url(../images/border2.gif) repeat-y center top;
}

.gallery-block .row {
overflow: hidden;
background: url(../images/border1.gif) no-repeat center top;
}

.galleryImgBlockLarge {
clear: both;
position: relative;
margin-top: 10px !important;
margin-bottom: 10px !important;
width: 466px;
height: 257px;
}

.left .galleryImgBlockLarge, .left .galleryImgBlockSmall{
  float: right;
}

.right .galleryImgBlockLarge, .right .galleryImgBlockSmall{
  float: left;
}

.galleryImgBlockLarge:hover img, .galleryImgBlockSmall:hover img{
  opacity: 0.5;
  transition:All 0.3s ease-in-out;
  -webkit-transition:All 0.3s ease-in-out;
  -moz-transition:All 0.3s ease-in-out;
  -o-transition:All 0.3s ease-in-out;
}

.galleryImgBlockSmall {
clear: both;
position: relative;
margin-top: 10px !important;
margin-bottom: 10px !important;
width: 228px;
height: 126px;
}

.galleryImgBlock1:hover img{
opacity: 0.5;
transition:All 0.3s ease-in-out;
-webkit-transition:All 0.3s ease-in-out;
-moz-transition:All 0.3s ease-in-out;
-o-transition:All 0.3s ease-in-out;
}

.galleryImgBlockLarge img, .galleryImgBlockSmall img{
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.galleryImgBlockSmall .date1{
width: 61px;
height: 24px;
font: 17px/24px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
position: absolute;
right:0;
bottom:0px;
text-align: center;
color: #ffffff;
}

.img-content1 {
position: absolute;
left:0px;
bottom:0px;
background: rgba(0,0,0,0.35);
width: 100%;
}

.galleryImgBlockSmall .img-content1{
  padding: 15px 15px 10px 15px;
}

.galleryImgBlockLarge .img-content1{
  padding: 15px 15px 40px 15px;
  bottom: -6px;
}

.img-content1 h2 {
color:#ffffff;
font: 30px/32px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';

}
.img-content1 p {
color:#ffffff;
padding: 23px 0 0 0;
font: 16px/20px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';

}
.galleryImgBlockLarge .date1 {
position: absolute;
right:0;
bottom:-6px;
width: 114px;
height: 45px;
text-align: center;
color: #ffffff;
font: 32px/45px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.galleryImgBlockSmall h2 {
font: 25px/26px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.date1.yellow{
background: #fcae2e;
}

.date1.blue{
background: #006db3;
}

.date1.orange {
background: #e45620;
}

.date1.green {
background: #71bf54;
}

.middleArrow {
display:block;
margin: auto;
width: 48px;
height: 39px;
}

.morebtn {
display: block;
width: 211px;
height: 61px;
padding: 5px 0 0 0;
margin:44px auto 0;
text-align: center;
color: #ffffff;
font: 17px/61px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
background: url(../images/btnBg3.png) no-repeat left center;
}

.morebtn:hover {
color: #ffffff;
text-decoration: none;
background: url(../images/btnBg3.png) no-repeat right center;
}

/* End Inner3
--------------------------------------------------------------------------------------------------*/

.slidebtn {
position: absolute;
right:0;
bottom:0;
padding: 0 0 0 20px;
width: 289px;
color: #ffffff;
font: 27px/62px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
background: #e45620;
}

.slidebtn img{
  margin: 15px 20px -5px 0px;
}

.slidebtn:hover {
text-decoration: none;
color: #ffffff;
}

.arrows {
position: absolute;
top:50%;
width: 100%;
margin-top: -23px;
}

.arrows.head{
padding-top: 80px;
}

.leftarrow {
float: left;
width: 27px;
height: 46px;
margin: 0 0 0 -56px;
background:url(../images/sliderArrows.png) no-repeat left top;
}

.leftarrow:hover{
background:url(../images/sliderArrows.png) no-repeat left bottom;
}

.rightarrow {
float: right;
width: 27px;
height: 46px;
margin: 0 -56px 0 0;
background:url(../images/sliderArrows.png) no-repeat right top;
}

.rightarrow:hover{
background:url(../images/sliderArrows.png) no-repeat right bottom;
}

.block2 {
clear: both;
padding: 37px 0 0 0;
margin-right: 30px;
}

.block2 ul#social li {
float: left;
padding: 0 9px 0 0;
list-style-type: none;
}

.block2 h1 {
clear: both;
padding: 25px 0 0px 0;
font: 25px/30px Arial, Helvetica, sans-serif; 
font-family: 'netto_otbold';
color: #005baa;
}

.block2 h2 {
clear: both;
padding: 25px 0 0px 0;
font: 20px/24px Arial, Helvetica, sans-serif; 
font-family: 'netto_otbold';
color: #e84b25;
}

.block2 h3 {
clear: both;
padding: 25px 0 0px 0;
font: 18px/22px Arial, Helvetica, sans-serif; 
font-family: 'netto_otbold';
color: #000000;
}

.block2 h4 {
clear: both;
padding: 25px 0 0px 0;
font: 16px/20px Arial, Helvetica, sans-serif; 
font-family: 'netto_otbold';
color: #000000;
}

.block2 h5 {
clear: both;
padding: 25px 0 0px 0;
font: 16px/20px Arial, Helvetica, sans-serif; 
font-family: 'aller_lightregular';
color: #000000;
font-style: italic;
}

.block2 h6 {
clear: both;
padding: 25px 0 0px 0;
font: 14px/18px Arial, Helvetica, sans-serif; 
font-family: 'aller_lightregular';
color: #000000;
}

.block2 a{
  color: #005baa;
}

.block2 a:hover{
  text-decoration: underline;
  color: #005baa;
}

.block2 p {
padding: 18px 0 0 0;
color: #3b3a3a;
font: 14px/18px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
}

.block2 p span {
color: #0069b1;
font-weight: 700;
}

.block2 ul{
  padding: 18px 0 0 0;
  margin: 0px 30px 0px 0px !important;
  color: #3b3a3a;
  font: 14px/18px Arial, Helvetica, sans-serif;
  font-family: 'aller_lightregular';
}

.block2 ul li{
  list-style-type: square;
  list-style-position: inside;
  list-style-image: none;
	margin: 5px 0 0 30px;
}
}

.block2 table {
font: 14px/18px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
color:#333333;
border-width: 0px;
border-color: #666666;
border-collapse: collapse;
margin: 18px 0 0 0;
width: 100%;
border-collapse: separate;
border-spacing: 0px 0px;
}

.block2 table th {
border-width: 0px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}

.block2 table td {
border-width: 0px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
margin-right: 15px;
vertical-align: top;
}


.content4 {
border-top: 1px solid #e4e4e3;
background: #fff;
}

.content4 h4,.content5 h4,.content8 h4, .content9 h4, .content10 h4, #bottomBlock h4 {
padding: 0 0 0 58px;
color: #040404;
font: 25px/42px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
background: url(../images/icon8.gif) no-repeat left center;
}

.content12 {
border-top: 0px dashed #cccccc !important;
background: #fff !important;
border-bottom: 0px dashed #cccccc !important;
padding: 0 0 10px 0 !important;
}

.content5 {
border-top: 2px dashed #cccccc;
background: #f8f8f8;
border-bottom: 2px dashed #cccccc;
}
.content5 h4, .content9 h4 {
line-height: 47px;
margin-bottom: 30px;
background: url(../images/icon9.gif) no-repeat left center;
}

.content10 {
border-top: 0px;
background: #fff;
padding-bottom: 0px;
}

.content9 h4{
line-height: 47px;
background: url(../images/icon12.png) no-repeat left center;
}

.content10 h4{
line-height: 47px;
background: url(../images/icon13.png) no-repeat left center;
}

.content-block1 {
position: relative;
margin-right: 5px;
margin-bottom: 10px;
}

.content-block1 img, .content-block2 img{
display: block;
}

.content-block2 {
position: relative;
margin-left: 5px;
margin-bottom: 10px;
}

.img-content2 {
position: absolute;
right:0;
bottom:0;
padding: 20px 20px 16px;
width: 316px;
background: #e5e5e5;
overflow: hidden;
z-index: 2;
width: 100%;
height: 100%;
}

.closeArrow {
position: absolute;
right: 18px;
top: 22px;
}

.imgItem {
width: 100%;
}
.img-content2 h5, .img-content10 h5 {
font: 25px/28px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
color: #0e0e0e;
}

.content5 .block1 .img-content2 p, .content10 .block1 .img-content2 p {
padding: 11px 0 0 0;
font: 14px/16px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
color: #0e0e0e;
}

.content5 .block1 .img-content2 ul, .content10 .block1 .img-content2 ul {
clear: both;
padding: 20px 0 0 0;
}

.content5 .block1 .img-content2 ul li, .content10 .block1 .img-content2 ul li {
float: left;
padding: 0 0 0 10px;
}

.content5 .block1 .img-content2 ul li img, .content10 .block1 .img-content2 ul li img {
display: block;
}

.plusIcon {
position: absolute;
right:0;
bottom:0;
width: 59px;
height: 59px;
background: #e5e5e5 url(../images/plusIcon.gif) no-repeat center center;
z-index: 1;
}

.plusIcon:hover{
opacity: 0.7;
}

.readmore {
display: block;
margin: 50px auto 0;
width: 211px;
height: 61px;
padding: 5px 0 0 0;
color:#ffffff !important;
text-align: center;
font: 17px/61px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
background: url(../images/btnBg3.png) no-repeat left center;
}

.readmore:hover {
background: url(../images/btnBg3.png) no-repeat right center;
text-decoration: none;
color: #ffffff;
}

/*#start {
height: 100%;
width: 100%;
position: absolute;
background-color: white;
clear: both;
padding: 3px 0 1px 0;
display: block;
margin: 0 auto;
z-index: 9999999;
}*/
#start {
    background-color: white;
    clear: both;
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 3px 0 1px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

#start .container {
display: block;
}

#overlay {
width: 100%;
background-color: white;
clear: both;
padding: 3px 0 1px 0;
display: block;
margin: 0 auto;
}

#overlay #logo{
  margin: 0px auto 0px auto;
  display: block;
  width: 23%;
}

.content6 {
clear: both;
padding: 3px 0 1px 0;
}

.list-row1 {
position: relative;
clear: both;
}

.list-cont1 {
position: relative;
margin: 0 5px 0 5px;
}

.list-cont1 img {
display: block;
}

.list-Itemcont1 {
position: absolute;
left: 5%;
bottom: 5%;
width: 90%;
padding: 0 0 38px 0;
background: #5f1f70;
}

.list-Itemcont1 a {
display: block;
height: 62px;
text-align: center;
color: #ffffff;
background: #541963;
}

.list-Itemcont1 a:hover {
text-decoration: none;
background: #5f1f70;
}

.list-Itemcont1 a span {
padding: 0 39px 0 0;
font: 25px/62px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
background: url(../images/listArrow1.png) no-repeat right center;
}

.list-Itemcont1 a:hover span {
color: #fff;
}

.list-Itemcont1 p {
padding: 25px 15px 0;
font: 15px/20px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
color: #ffffff;
}

.logo1 {
margin: 20px 0 20px 22px;
}

.list-cont1 {
margin-top: 77px;
}

.list-cont2 {
margin-top: 26px;
}

.list-cont2 .list-Itemcont1 {
background: #005baa;
}

.list-cont2 .list-Itemcont1 a {
background:#015095;
}

.list-cont2 .list-Itemcont1 a:hover {
background:#005baa;
}

.list-cont3 {
margin-top:28px;
}

.list-cont3 .list-Itemcont1 {
background: #e3501a;
}

.list-cont3 .list-Itemcont1 a {
background:#d94008;
}

.list-cont3 .list-Itemcont1 a:hover {
background:#e3501a;
}

.closeArrow1, closeArrow3 {
position: absolute;
right: 2px;
top: 0px;
width: 12px;
height: 13px;
background: url(../images/closeBt2.gif) no-repeat left top;
z-index: 9999999;
}

.closeArrow img:hover{
opacity: 0.7;
}

.nav-block {
clear: both;
padding: 51px 0 0 0;
}

.nav-block ul {
text-align: center;
border: none;
}

.nav-block ul li {
float: none;
display:inline-block;
}

.nav-block ul li a:hover span,.nav-block ul li.ui-state-active a span {
position: absolute;
right: 0;
top:-8px;
height: 8px;
display:block;
width: 100%;
background: url(../images/navbt1.png) no-repeat right top;
}

.nav-block ul li a {
position: relative;
display: block;
color: #000;
margin: 0;
padding:0 16px;
border-radius:0;
border: none;
font: 17px/39px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.nav-block ul li a:hover, .nav-block ul li.ui-state-active a {
text-decoration: none;
color: #fff;
background: #006cb3;
}

.content7 {
clear: both;
margin-bottom: 0px;
background: #ebf3fa;
padding: 18px 0 18px;
}

.content7 .col-lg-3 {
margin: 0;
padding:0;
width: 20%;
}

.content7 h3 {
  color: #006cb3;
  margin-bottom: 15px;
}
.content7 span.tag{
  padding: 0 0 0 14px;
  color: #006cb3;
  font: 15px/16px Arial, Helvetica, sans-serif;
  font-family: 'netto_otbold';
}

.content7 ul li{
  margin: 0px 0px 5px 0px;
  padding:0;
  width: 20%;
  max-width: 20%;
  float: left;
}

.content7 ul li a {
padding: 0 0 0 17px;
color: #1e1a1b;
font: 15px/16px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
background: url(../images/listbullet1.gif) no-repeat left center;
}

.content7 ul li a:hover,.content7 ul li a.active {
text-decoration: none;
background: url(../images/listbullet2.gif) no-repeat left center;
}

.content8 {
/* margin-bottom: 12px; */
padding: 36px 0 60px;
background: #f5f5f6;
}

.content8 h4 {
padding-left: 54px;
margin-bottom: 30px;
background: url(../images/icon10.gif) no-repeat left center;
}

.content8.video h4
{
background:url(../images/icon9.gif) 0% 50% no-repeat;
line-height: 47px;
}
.carousel-block, .carousel-block-agenda {
position: relative;
margin: 0px 0 0 0;
}

.carousel-block ul li {
position: relative;
float: left;
margin: 0 3px 0 0;
width: 1010px;
height: 100px;
}

.carousel-block-agenda ul li div.event{
float: left;  
width: 33%;
height: 160px;
margin: 0 3px 0 0;
position: relative;
}

.carousel-block ul li img, .carousel-block-agenda ul li div img {
display: block;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}



.carousel-slidecontent {
position: absolute;
left: 0px;
bottom: 0px;
background: rgba(0,0,0,0.35);
padding: 14px 0px 14px 14px;
width: 100%;
}

/*
.carousel-block-agenda ul li {
float: left;
}
*/

.carousel-block-agenda ul li div.event:hover img {
opacity: 0.5;
transition:All 0.3s ease-in-out;
-webkit-transition:All 0.3s ease-in-out;
-moz-transition:All 0.3s ease-in-out;
-o-transition:All 0.3s ease-in-out;
}

.carousel-slidecontent p {
font: 16px/18px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
color: #ffffff;
}

.carousel-slidecontent p strong {
display: block;
padding: 0 0 4px 0;
font: 300 28px/28px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.carousel-arrows {
position: absolute;
top: 50%;
width: 100%;
margin-top: -23px;
z-index: 98;
}

.carousel-arrows a {
width: 27px;
height: 46px; 
}

.carousel-arrows .leftarrow1 {
float: left;
margin-left: -66px;
background: url(../images/sliderArrows.png) no-repeat left top;
}

.carousel-arrows .rightarrow1 {
float: right;
margin-right: -63px;
background: url(../images/sliderArrows.png) no-repeat right top;
}

.content3inner {
margin:0;
}

.content3inner label {
padding-left: 0;
}

.content9 {
clear: both;
overflow: hidden;
position: relative;
width: 100%;
margin: 0px 0px 60px 0px;
}

.carousel-block2 {
float:left;
width:100%;
position: relative;
}

.carousel-block2 .carousel-arrows {
margin-top: -72px;
}

.slidelist1 {
margin: 0 -13px 0 -15px;
}

.slideblock1{
position: relative;
display: inline;
}

.slideblock1 img {
position: relative;
display: block;
}

.slideblock1content {
position: absolute;
left: 0px;
bottom: 0px;
}

.carousel-block2 .col-lg-7 {
width: 696px;
}

.carousel-block2 .col-lg-5 {
width: 460px;
}

.slideblock5 {
position: relative;
margin: 4px 0 0 0;
float: left;
clear: both;
}

.slideblock5 h6 {
position: absolute;
left: 17px;
bottom: 10px;
color: #fff;
font: 23px/25px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

.slideblock6 {
float: left;
clear: both;
width: 49.8%;
margin: 4px 0 0 0;
background:#59186b;
}

.content10 {
clear: both;
}

.content10 #banner {
margin: 0;
}

.content10 .slideRightcont p {
padding-left: 72px;
line-height: 20px;
}

.content10 .slideRightcont h6 {
text-transform: uppercase;
}

.content11 {
clear: both;
padding: 0 0 50px 0;
}

.block3 {
padding: 37px 0 0 0;
}

.block3 a h4 {
text-align: center;
height: 72px;
color: #ffffff;
/* background: url(../images/btnBg4.png) no-repeat; */
/* background-position: left top; */
background-color: #0054a6;
text-decoration: none;
}

.block3 a h4:hover{
text-align: center;
height: 72px;
color: #ffffff;
/* background-position: right bottom; */
background-color: #6dc44f;
}

.block3 a h4 span, .block3 a h4:hover span {
padding: 0 34px 0 0;
font: 27px/72px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
color: #ffffff;
background: url(../images/listArrow1.png) no-repeat right center;
}

.block3Cont1 {
margin: 18px 0 0 0;
padding: 5px 10px 15px 11px;
border: 2px dashed #d7d7d7;
border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
background: #f8f8f8;
}

.block3Cont1 p {
color: #000;
font: 15px/20px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
}

.block3Cont1 p strong {
display: block;
padding: 12px 0 0 0;
font-weight: 700;
}

.block3Cont2 {
position: relative;
margin: 32px 0 0 0;
padding: 0 0 11px 0;
border-top: 22px solid #57ac3d;
background: #6fbf53;
}

.icon1 {
position: absolute;
left: 50%;
top: -43px;
margin-left: -27px;
}

.block3Cont2 p {
padding: 10px 0 0 0;
text-align: center;
color: #fff;
font: 17px/22px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
}

.block3Cont2 p strong {
display: block;
font: 700 19px/22px Arial, Helvetica, sans-serif;
font-family: 'aller_lightregular';
}

.block3Cont2 h5 {
padding: 8px 0 0 0;
text-align: center;
color: #fff;
font: 700 32px/34px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
}

/* End Inner4
--------------------------------------------------------------------------------------------------*/
@media (max-width:1199px) {

.container {
width: 970px
}

.topRight strong {
padding-left: 19px;
}

.topRight span {
padding: 8px 10px 0;
}

.topRight .btn {
margin-right: 8px;
}

.nav ul li {
padding-left: 70px;
}
#header .nav ul li {
  padding-left: 0px;
}
.list-items {
padding-left: 60px;
}

.list-items li {
margin-left: 34px;
}

.content3 label {
font: 18px/24px Arial,Helvetica,sans-serif;
font-family: 'aller_lightregular';
padding: 15px 24px 0 0;
}

.field4 {

}

 
.topslide {
right: 15px;
}

.leftarrow,.rightarrow {
margin:0;
}

}
@media (max-width:969px) {
.container {
width: 750px
}

.topRight strong {
padding-left: 10px;
}

.topRight strong a {
font-size: 15px;
padding-right: 28px;
}

.topRight span {
padding: 8px 7px 0;
}

.topRight span a {
margin-right: 5px;
}

.topRight .btn {
margin-right: 8px;
}

.nav ul li {
padding-left: 35px;
}
#header .nav ul li {
  padding-left: 0;
}

.topRight {
margin: 0 -15px;
}

.slideContent h2 {
font: 30px/34px Arial,Helvetica,sans-serif;
font-family: 'aller_lightregular';
}

.slideContent p {
font: 16px/20px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 22px 0 0;
}

.slideContent p strong {
font: 20px/26px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
}

.iconImg {
top: 40px;
}

.formBlock {
width: 100%;
}

.list-rowcont1 h6 {
font: 16px/30px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 20px 0 0 20px;
}

.list-rowcont1 p {
font: 13px/18px Arial,Helvetica,sans-serif;
font-family: 'aller_lightregular';
padding: 20px 40px 0 20px;
}

#footer ul li {
padding: 0 0 0 20px;
}

#footer ul li a {
font-size: 14px;
}

.list-items {
padding-left: 30px;
}

.list-items li {
margin-left: 11px;
}

.slideRightcont {
padding: 0 0 20px;
width: 260px;
}

.slideRightcont h6 {
font: 700 20px/40px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
}

.slideRightcont p {
font: 15px/16px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 20px 20px 0;
}

.content3 label {
font: 16px/24px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 15px 24px 0 0;
}

.field4 {
font-size: 13px;
width: 550px;
}

.content3 .bton {
padding: 0 0 0 27px;
}

.galleryImgBlock1 img {
width: 100%;
}

.img-content1 h2 {
font: 25px/28px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
}

.img-content1 p {
font: 700 16px/20px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 10px 0 0;
}

.date1 {
font: 20px/30px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
height: 30px;
width: 88px;
}

}

@media (max-width:767px) {

.container {
width: 100%;
}

#topRow {
height:auto;
padding-bottom:0;
}

.topRight {
padding-top: 10px;
}

.topRight span {
padding: 8px 5px 0;
}

#topRow ul {
border-right: none;
float: none;
margin: auto;
padding: 0;
width: 135px;
}

#topRow ul li:first-child {
padding-left: 0;
}

#topRow .pull-right {
display: block;
float: none !important;
margin: auto;
width: 300px;
}

.topRight strong a {
font-size: 13px;
padding-right: 24px;
}

#header, #header2 {
padding-top: 30px;
}

.iconImg {
width: 36%;
}

.slideContent p {
font: 14px/18px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 5px 0 0;
}

.slideContent p strong {
font: 17px/26px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
}

.slideContent h2 {
font: 20px/24px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
}

.slideContent {
left: 15px;
bottom: 10px;
width: 78%;
}

.nav {
height:auto;
}

.nav ul {
text-align: left;
}

.nav ul li {
display: block;
padding: 0;
}

.nav ul li a {
display: block;
margin: 2px 0 0 0;
padding: 0 0 0 15px;
border-radius:0;
-ms-border-radius:0;
-webkit-border-radius:0;
transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
font: 700 15px/40px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
background: #f2f2f2;
}

.nav ul li a:hover {
color: #f2f2f2;
background: #000;
}

.block1 {
padding: 30px 15px;
}

.block1 h3 {
font: 700 16px/22px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
}

.formBlock {
padding-top: 30px;
}

.formBlock h4 {
font: 20px/22px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 0 0 22px;
}

.fieldRow1 .field1,.fieldRow1 .field2 {
font-size: 14px;
}

.fieldRow1 strong,.fieldRow1 small {
width: 100%;
}

.fieldRow1 small {
margin-top: 8px;
}

.listRow {
padding: 30px 15px 0;
}

.list-rowcont1 {
border: none;
}

#bottomBlock h5 {
margin-left: 15px;
}

.list-rowcont1 p {
padding-top: 10px;
}

#bottomBlock {
padding: 30px 0;
}

#footerLogo {
float: none;
margin: 30px auto 0;
width: 100px;
}

#footer ul {
padding: 20px 0 30px;
width: 100%;
}

#footer ul li {
float: none;
padding: 10px 0 0;
text-align: center;
}

.list-items {
text-align: center;
padding: 0;
margin: -2px 0 0 -11px;
}

.list-items li {
float: none;
display: inline-block;
margin-left: 11px;
text-align: center;
width: 47%;
}

.list-items li span {
background: #fff;
}

.list-items li span img {
display:initial;
}

.slideRightcont {
padding: 0 0 20px;
width: 180px;
}

.slideRightcont h6 {
font: 700 14px/32px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
}

.slideRightcont p {
font: 13px/16px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 15px 10px 0;
}

.collapse-block {
margin: 0 15px;
}

.collapse-block ul li ul li a {
font-size: 16px;
}

.collapse-block ul li ul {
padding-left: 30px;
}

.content3 {
padding: 12px 15px 30px;
}

.content3 label {
display: block;
float: none;
padding: 15px 24px 10px 0;
}

.field4 {
float: none;
width: 90%;
}

.content3 .bton {
padding: 20px 0 0;
}

.collapse-block {
padding-bottom: 30px;
}

.content3 {
margin-bottom: 30px;
}

.gallery-block {
display: block;
width: 460px;
margin: 0 auto 30px;
padding: 0;
}

.img-content1 h2,.galleryImgBlock2 .img-content1 h2, .galleryImgBlock2b .img-content1 h2, .galleryImgBlock4 .img-content1 h2 {
font: 13px/16px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
}

.img-content1 p {
font: 400 12px/16px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 10px 0 0;
}

#banner {
margin: 85px 15px 30px;
}

.slidebtn {
/*background: url(../images/slideBtn.gif) no-repeat scroll 15px center #e45620;*/
font: 18px/55px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
/*padding: 0 0 0 70px;*/
width: 190px;
}

.block2 {
padding: 30px 15px;
}

}
@media (max-width:479px) {

.slideContent,.slideRightcont,.slidebtn {
display: none;
}

.iconImg {
margin: auto;
position: relative;
top: 20px;
width: 140px;
}

#logo {
width: 140px;
}

#banner {
margin-top: 35px;
}

.fieldRow1 .field1,.fieldRow1 .field2 {
font-size: 13px;
}

.fieldRow1 label {
float: none;
display: block;
}

.fieldRow1 .field3 {
width: 220px;
}

.list-items {
padding: 0;
margin: 5px -15px 0;
}

.list-items li {
margin: 25px 0 0;
text-align: center;
width: 100%;
}

.gallery-block {
width: auto;
margin: 0 15px 30px;
}

.gallery-block .col-xs-6,.gallery-block img {
width: 100%;
padding: 0;
margin: 0;
}

.galleryImgBlock1 {
width: 100%;
}

.img-content1 h2,.galleryImgBlock2 .img-content1 h2, .galleryImgBlock2b .img-content1 h2, .galleryImgBlock4 .img-content1 h2 {
font: 16px/17px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
}

.img-content1 p {
font: 400 14px/16px Arial,Helvetica,sans-serif;
font-family: 'netto_otbold';
padding: 10px 0 0;
}

.img-content1 {
left: 30px;
}

.date1 {
right: 15px;
}

.galleryImgBlock4 {
margin-top: 17px;
}

}

.item {
width:  50px;
height: 50px;
float: left;
background: #2296DD;
border: 2px solid #333;
}

.item.thumbnail {
width:  100px;
height: 100px;
background: #cfcfcf
}

.item.medium {
width:  150px;
height: 50px;
background: #A6E392
}

.item.large {
width:  200px;
height: 100px;
background: #D092E3
}

.ui-tabs-panel ul {
text-align: left !important;
}  

#wetenschapsuitlegBtn{
background: url(../images/btnBg5.png) no-repeat left top;
height: 61px;
width: 346px;
display: block;
color: #fff;
font: 16px/61px Arial, Helvetica, sans-serif;
font-family: 'netto_otbold';
text-align: center;
padding-top: 5px;
margin: 30px 0px 10px 0px;
text-transform: uppercase;
cursor: pointer;
}

#wetenschapsuitlegBtn:hover{
background: url(../images/btnBg5.png) no-repeat right top;
}

.twitter-share-button{
margin-right: -30px;
}

.cbp-fwslider ul li {
  opacity: .5;
  z-index: 99997 !important;
    display: block;

}
.cbp-fwslider ul li:after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.cbp-fwslider ul li.activeClass {
  opacity: 1;
  z-index: 99998 !important;
  display: block;
}
.cbp-fwslider ul li.activeClass:after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
.field4:focus {
  box-shadow: none;
  border: 1px solid #ebf3fa;
  border-radius: 0px !important;
}

.checkboxFive {
  width: 25px;
  margin: 20px 100px;
  position: relative;
  cursor: pointer;
}
.checkboxFive label {
  cursor: pointer;
}
.checkboxFive label.mdf-checkbox {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
    left: 0;
  background: white;
  border:1px solid #cfdeef;
}

.checkboxFive label.mdf-checkbox:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 7px;
  border: 3px solid #006cb3;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkboxFive label.mdf-checkbox:hover::after {
  opacity: 0;
}

#competenties{
  margin: 30px 0px 0px 0px;
}

#competenties li{
  color: #000 !important;
  margin: 0px 0px 3px 0px;
  list-style-type: none;
}

#competenties .competentieId{
  color: #e3501a !important;
  font-size: 18px;
  font-family: 'netto_otbold' !important;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.overflow{
  width:100%;
  overflow-x:hidden;
}

#laatstetweet{
  margin-top: 30px;
}



/* =Zoek
--------------------------------------------------------------------------------------------------*/

/*
.ezsearch-results{
  margin-top: 30px;
}

.ezsearch-results .ezsearch-result .ezsearch-info {
  border: none !important;
  margin: 0 0px;
  padding: 0 0 26px 0;
  background: #ffffff;
  margin-bottom: 30px;
  min-height: 350px;
}

.ezsearch-results .ezsearch-result .ezsearch-info:hover{
  background: #e8e8e8;
}

.ezsearch-results .ezsearch-result .ezsearch-info img {
  width: 100%;
}

.ezsearch-results .ezsearch-result .ezsearch-info h6 {
  padding: 20px 20px 0 24px;
  font: 25px/30px Arial, Helvetica, sans-serif;
  font-family: 'netto_otbold';
  color: #040404;
}

.ezsearch-results .ezsearch-result .ezsearch-info p {
  padding: 23px 103px 0 24px;
  font: 15px/18px Arial, Helvetica, sans-serif;
  font-family: 'aller_lightregular';
  color: #040404;
}

.ezsearch-pager{
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.ezsearch-pager .page{
  margin: 7px;
  display: inline-block;
}

.ezsearch-pager a.page{
  padding:10px 15px;
  border: 1px solid #006db3;
  color: #006db3;
}

.ezsearch-pager span.page, .ezsearch-pager a.page:hover{
  padding:10px 15px;
  border: 1px solid #006db3;
  color: #fff;
  background-color: #006db3;
}

.ezsearch-pager a.prev{
  border: 1px solid #006db3;
  color: transparent;
  background-color: #fff;
  background-image: url(../images/pagerArrowsLeft.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0px;
  width: 40px !important;
  height: 40px !important;
  margin: 7px;
  float:left;
}

.ezsearch-pager a.prev:hover{
  background-color: #006db3;
  background-image: url(../images/pagerArrowsLeft.png);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

.ezsearch-pager .next{
  border: 1px solid #006db3;
  color: transparent;
  background-color: #fff;
  background-image: url(../images/pagerArrowsRight.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0px;
  width: 40px !important;
  height: 40px !important;
  margin: 7px;
  float:right;
}

.ezsearch-pager a.next:hover{
  background-color: #006db3;
  background-image: url(../images/pagerArrowsRight.png);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
    */
#close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 0 41px 0 0;
}
.topRight strong a#close.bullet { background: url(../images/icon5.gif) no-repeat right center; }
.cookiessubmit{
        color: #fff;
        border: 1px solid #e03c00;
        opacity: 1;
        background-color: #e03c00;
        font-size: 14px;
        padding: 10px 15px 10px 15px;
}

.cookiessubmit:hover{
        background-color: #70bf54;
        border: 1px solid #70bf54;
}

#cookiesdirective a:{
        text-decoration: underline;
        font-weight: normal;
}

#cookiesdirective a:hover{
        text-decoration: none;
}

input[type="submit"]:focus{
  outline: none;
}

.ezsearch-results{
  margin-top: 0px;
}

.ezsearch-results .ezsearch-result .ezsearch-info {
  border: none !important;
  margin: 0 0px;
  background: #ffffff;
  margin-bottom: 30px;
}

.ezsearch-results .ezsearch-result .ezsearch-info:hover{
  background: #e8e8e8;
}

.ezsearch-results .ezsearch-result .ezsearch-info img {
  width: 30%;
  float:left; 
  margin-right: 10px;
  
}

.ezsearch-results .ezsearch-result .ezsearch-info h6 {
  padding: 0px 20px 0 5px;
  font: 25px/30px Arial, Helvetica, sans-serif;
  font-family: 'netto_otbold';
  color: #040404;
}

.ezsearch-results .ezsearch-result .ezsearch-info p {
  padding: 23px 103px 0 5px;
  font: 15px/18px Arial, Helvetica, sans-serif;
  font-family: 'aller_lightregular';
  color: #040404;
}

.ezsearch-pager{
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.ezsearch-pager .page{
  margin: 7px;
  display: inline-block;
}

.ezsearch-pager a.page{
  padding:10px 15px;
  border: 1px solid #006db3;
  color: #006db3;
}

.ezsearch-pager span.page, .ezsearch-pager a.page:hover{
  padding:10px 15px;
  border: 1px solid #006db3;
  color: #fff;
  background-color: #006db3;
}

.ezsearch-pager a.prev{
  border: 1px solid #006db3;
  color: transparent;
  background-color: #fff;
  background-image: url(../images/pagerArrowsLeft.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0px;
  width: 40px !important;
  height: 40px !important;
  margin: 7px;
  float:left;
}

.ezsearch-pager a.prev:hover{
  background-color: #006db3;
  background-image: url(../images/pagerArrowsLeft.png);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

.ezsearch-pager .next{
  border: 1px solid #006db3;
  color: transparent;
  background-color: #fff;
  background-image: url(../images/pagerArrowsRight.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0px;
  width: 40px !important;
  height: 40px !important;
  margin: 7px;
  float:right;
}

.ezsearch-pager a.next:hover{
  background-color: #006db3;
  background-image: url(../images/pagerArrowsRight.png);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

.ezsearch-results .ezsearch-result .ezsearch-info p.link { color:#005baa}
.ezsearch-results .ezsearch-result .ezsearch-info p.link:hover { text-decoration:underline;}

span#newsletterLabel{
  display:block;
  font-size: 16px;
  margin-bottom:10px;
  
}
.fiche_newletter{margin-bottom:35px; }
.fiche_newletter .content3 {
    padding: 23px 24px 33px;
}

.fiche_newletter .field4 {
    max-width:79%;.field4
}
#subscribenewsletter .field4 {
    color: #555 !important;
}
    #popup-guide {
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .5);
      padding: 0 2%;
      opacity: 0;
      -webkit-transition: all .6s ease;
      -moz-transition: all .6s ease;
      -ms-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease;
    }
    #popup-guide.active {
      z-index: 999999999;
      opacity: 1;
    }
    #popup-guide #popup {
      background-color: #f5b13c;
      position: absolute;
      width: 100%;
      max-width: 440px;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 20px;
      padding-top: 40px;
      color: white;
    }
    #popup-guide #popup #closepopup {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 20px;
      cursor: pointer;
    }
    #popup-guide #popup #closepopup:hover {
      opacity: .6;
    }
    #popup-guide #popup #closepopup img {
      float: right;
    }
    #popup-guide #popup h2 {
      font-size: 22px;
      line-height: 1.2;
    }
    #popup-guide #popup p {
      margin-bottom: 20px;
    }
    #popup-guide #popup label {
      width: 20%;
      display: inline-block;
      padding: 0;
      height: 40px;
      line-height: 40px;
      margin-bottom: 6px;
    }
    #popup-guide #popup label.full {
      width: auto;
      height: 22px;
      line-height: 22px;
      margin-right: 5px;
      vertical-align: middle;
    }
    #popup-guide #popup input {
      display: inline-block;
      width: 79%;
      padding: 0 ;
      border: none;
      height: 40px;
      line-height: 40px;
      margin-bottom: 6px;
      color:#3b3a3a;
    }
    #popup-guide #popup .center {
      text-align: center;
    }
    #popup-guide #popup .checkboxFive {
      display: block;
      width: 100%;
      height: 22px;
      height: 22px;
      margin: 0;
    }
    #popup-guide #popup .checkboxFive input {
      width: 0;
      display: none;
    }
    #popup-guide #popup .checkboxFive label.mdf-checkbox {
      width: 22px;
      height: 22px;
      position: relative;
      float: left;
    }
    #popup-guide #popup input[type="checkbox"] {
      width: auto;
      height: auto;
      line-height: 1;
    }
    #popup-guide #popup input[type="submit"] {
      display: inline-block;
      width: auto;
      margin-top: 20px;
      width: 158px;
      height: 46px;
      font: 17px/46px Arial, Helvetica, sans-serif;
      font-family: 'netto_otbold';
      color: #ffffff;
      border: none;
      cursor: pointer;
      border-radius: 0;
      background: url(../images/btnBg7.png) no-repeat left top;
      padding: 6px 12px;
    }
    #popup-guide #popup input[type="submit"]:hover {
      background: url(../images/btnBg7.png) no-repeat right top;
    }

@media (min-width: 1200px) {
#contour_form_WachtlijstTechniekClub .formBlock, #contour_form_WachtlijstTechniekClub .contourNavigation {
	width: 1010px;
	margin: 0 auto;
}
}
@media (max-width: 1199px) {
#contour_form_WachtlijstTechniekClub .formBlock, #contour_form_WachtlijstTechniekClub .contourNavigation {
	width: 970px;
	margin: 0 auto;
}
}
@media (max-width: 969px) {
#contour_form_WachtlijstTechniekClub .formBlock, #contour_form_WachtlijstTechniekClub .contourNavigation {
	width: 750px;
	margin: 0 auto;
}
}
@media (max-width: 767px) {
#contour_form_WachtlijstTechniekClub .formBlock, #contour_form_WachtlijstTechniekClub .contourNavigation {
	width: 100%;
	margin: 0 auto;
}
}
#contour_form_WachtlijstTechniekClub .contourNavigation {
	margin-top: 20px;
}
.content3.newsletter label {
	padding-left: 54px;
    background: url(../images/icon14.png) no-repeat left center;
}			

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
