/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
margin: 0;
padding: 0;
}
img, fieldset {
border: 0;
}
img {
max-width: 100%;
height: auto;
}
.ie8 img {
width: auto;
height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block;
}
/************************************************************************************
CSS VOOR FAQ
*************************************************************************************/
#faqs { position:relative; }
#faqs h2  { cursor:pointer; }
#faqs h2.active { color:#ed1c24; }
#faqs div { height:0; overflow:hidden; }
#faqs div p { padding:0;  }
#faqs h1  { cursor:pointer; }
#faqs h1.active { color:#ed1c24; }
#faqs h3  { cursor:pointer;  }
#faqs h3.active { color:#ed1c24; }
#faqs h4  { cursor:pointer; }
#faqs h4.active { color:#ed1c24; }
#faqs h5  { cursor:pointer; }
#faqs h5.active { color:#ed1c24; }
#faqs .faqh { cursor:pointer; display:block; padding-bottom: 10px;}
#faqs faqh.active { color:#ed1c24; }
/************************************************************************************
Formulier
*************************************************************************************/
.Submitbutton1  {
margin-top: 2px;
}
#errormsg { 
color: red;
float: left;
clear: both;
border: 1px solid red;
padding-left: 5px;
border-radius: 3px;
width: 320px;
height: 20px;
margin-bottom: 5px;
}  
#errormsg p {margin: 0px;}
.error[type="select"], .error[type="text"] { 
background: -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
border-radius: 3px;
border: 1px red solid !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
font-family: "Helvetica Neue", sans-serif;
font-size: 13px;
color: red;
position: relative;
height: 26px;
width: 60%;
padding-left: 10px;
margin-bottom: 8px;
float: left;
}
.error[type="radio"] + label {
color: red;
}
@-moz-document url-prefix() {
select.error {
padding-top:  4px;
}
}
.error::-webkit-input-placeholder {
color: red;
}
.error:-moz-placeholder {
color: red;
}
.error::-moz-placeholder {
color: red;
}
:-error-input-placeholder {
color: red;
}
input.error:focus {
border: solid 2px #147dbc;  
padding-left: 8px;  
}
label {
width: 100%;
text-align: left;
font-size: 13px;
line-height: 22px;
}
form.rounded input[type="text"], form.rounded select{
background: -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
background: 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
border-radius: 3px;
border: none;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
font-family: "Helvetica Neue", sans-serif;
font-size: 13px;
color: #222222;
position: relative;
height: 26px;
width: 60%;
padding-left: 10px;
margin-bottom: 8px;
float: left;
}
@-moz-document url-prefix() {
form.rounded select {
padding-top:  4px;
}
}
input.formcheckbox[type=checkbox] {
display: block;
float: left;  
margin-bottom: 15px;
}
form.rounded input[type="text"]:focus, form.rounded select:focus {
padding-left: 10px;
box-shadow: 0 1px 0 #3e4040 inset, 0 -1px 0 #3e4040 inset, 1px 0 0 #3e4040 inset, -1px 0 0 #3e4040 inset, 0 0 4px rgba(62, 64, 64, 0.5);
outline: none;
background: 12px 11px no-repeat, #ffffff; 
}
.formbutton {
-moz-box-shadow: 0px 1px 0px 0px #ffffff;
-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
box-shadow: 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eb1b22), color-stop(1, #cb0101) );
background:-moz-linear-gradient( center top, #eb1b22 5%, #cb0101 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb1b22', endColorstr='#cb0101');
background-color:#eb1b22;
text-indent:0;
border:1px solid #dcdcdc;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:14px;
font-weight:bold;
font-style:normal;
height:24px;
line-height:20px;
width:100px;
text-decoration:none;
text-align:center;
cursor: pointer;
float: left;
clear: both;
margin-bottom: 15px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.formbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #939598), color-stop(1, #7a7b7c) );
background:-moz-linear-gradient( center top, #939598 5%, #7a7b7c 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#939598', endColorstr='#7a7b7c');
background-color:#939598;
}.formbutton:active {
position:relative;
top:1px;
}
p.privacyclass {
float: left;
color: grey; 
font-size: 10px; 
line-height: 12px;  
}
/************************************************************************************
EINDE Formulier
*************************************************************************************/
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
height: 100%;
}
.wrapper {
width: 100%;
background-color: #eaeaea;  
background-attachment:fixed;
}
body {
font: normal 13px/100% 'Open Sans', Arial, Helvetica, 'Trebuchet MS', sans-serif;
line-height:22px;
}
h1 {
font-size:28px;
line-height:36px;
margin-bottom:16px;
font-weight: normal;
}
h2 {
font-size:20px;
line-height:28px;
margin-bottom:12px;
font-weight: normal;
}
h2 a {
text-decoration: none;
}
h3 {
font-size:14px;
line-height:22px;
margin-bottom:10px;
font-weight:bold;
}
p {
margin-bottom: 1em;
}
.h2homepage, .featuredhighlightnomargin {
display: inline;
}
.uitgelichtkortesamenvatting {
margin-top: 10px;
}
.box460 p {margin-bottom:1em;}
p.article {margin-bottom:1em;}
ul.bullets, ol.bullets {margin-left:20px; padding-bottom:10px;}
.imgleft {
float:left;
margin-right: 20px;
}
.imgleftblogexpert {
float:left;
margin-right:10px;
margin-top: 5px;
}
.eventpencil{
float:left;
margin-right:10px;
}
.imgright {
float:right;
margin-bottom:20px;
margin-left: 20px;
}
.imgcenterblog {
margin-left:0px;
}
.partnerblogimg {
float:right;
margin-bottom: 10px;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.margintop {
margin-top:10px;
}
.marginright{
margin-right:20px;
}
.marginbottom{
margin-bottom:20px;
}
.no-margin {
margin:0;
}
.clear {
clear:both;
height: 1px;
}
.clear5px {
clear:both;
height: 5px;
}
.clearline {
clear:both;
border-bottom: solid;
border-width: 1px;
border-color: #ececec;
}
.clear2 {
clear:both;
height:1px;
}
.mb10 {
margin-bottom:10px;
}
.mobile-show {display:none;}
#nieuwsbriefblok {
position: fixed; 
right: 0%;
bottom: 0%;
width: 100%;
padding: 10px;
display: none;
background-color: rgba(0, 0, 0, 0.75);
color: #fff;
box-sizing: border-box;
z-index:3;
font-size:14px;
}
.nieuwsbriefpopup-close {
position: absolute;
top: 5px;
right: 5px;
width: 26px;
height: 26px;
cursor: pointer;
z-index: 1004;
background-image: url('/images/icons/nieuwsbriefpopup-sprite.png');
}
.nieuwsbriefpopupcontainer {
margin-left:auto;
margin-right: auto;
width:1300px;
}
#nieuwsbriefpopup {
float:left;
width:67%;
padding-right:20px;
box-sizing:border-box;
}
.nieuwsbriefpopupfieldcontainer {
float:left;
width:75%;
}
.nieuwsbriefpopupbuttoncontainer {
float:left;
width:25%;
}	
.popuph1 {
float:left;
width:67%;
padding-right:20px;
box-sizing:border-box;
margin-bottom:5px;
font-size:12px;
}
.popbullets {
list-style-type: none;
}
.pagingitem {
color: #002E7D;
float: left;
margin-right: 10px;
font-family: Arial, Helvetica, 'Trebuchet MS', sans-serif
}
/************************************************************************************
LAYOUT
*************************************************************************************/    
.container, .breadcrumb, .pagewrap, .leftwrap, .contentwrap, .content, .sidebar, .footer {
display:block;
}
.container {
margin:0px auto;
width:1300px;
min-height:100%;
overflow:hidden;
} 
.headercontainer {
float:left;
width:100%;
background-color:#d7d7d7;
background: linear-gradient(to bottom, rgba(215,215,215,1) 0%, rgba(215,215,215,1) 70.05%, rgba(20,125,188,1) 70.05%)
}
.header {
margin:0px auto;
width:1300px;
}
.top {
float:left;
width:100%;
}
.logo {
float:left;
margin-top:20px;
margin-bottom:20px;
margin-right:20px;
}
.banner {
float:left;
width:468px;
margin-top:20px;
}
.bannerborder {
float:left;
width:468px;
margin-top:10px;
}
.nav {
float:left;
width:100%;  
}
#nav_iphone {
float: left;
display: none;
margin-left: 10px;
height: 30px;
}
.menu{
float:left;
border:none;
border:0px;
margin:0px;
padding:0px;
font-weight:bold;
margin-top:0px;
}
.menu ul{
height:50px;
list-style:none;
margin:0;
padding:0;
}
.menu li{
float:left;
padding:0px;
}
.menu li a{
text-transform:uppercase;
display:block;
font-weight:normal;
line-height:50px;
margin:0px;
padding:0px 10px;
text-align:center;
text-decoration:none;
}
.menu li.first {
padding-left:5px;
}
.menu li ul{
display:none;
height:auto;
position:absolute;
width:275px;
z-index:200;
}
.menu li:hover ul{
display:block;
}
.menu li li {
background:url('/images/sub_sep.gif') bottom left no-repeat;
display:block;
float:none;
margin:0px;
padding:0px;
width:275px;
}
.menu li:hover li a{
background:none;
}
.menu li ul a{
display:block;
height:38px;
font-size:12px;
font-style:normal;
margin:0px;
padding:0px 10px 0px 15px;
text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a, .menu li ul a:active, .menu li ul li:active a{
border:0px;
text-decoration:none;
}
.rubrieksmarterSecurity { 
color:#EF8536;
}
.rubrieksmarterSecurity:hover { 
color:#000;
}
.fulltextsearch_pagination_ul {
list-style: none;
margin:0;
padding:0;
display:block;
text-align: center;
}
.fulltextsearch_pagination_ul li {
display: inline;
padding: 0 0.3em;
}
.search {
float:right;
width:214.5px;
height:20px;
margin-top:0px;
}
.searchpagina {
float:left;
width:460px;
height:20px;
margin-right: 5px;
}
.fulltextsearch_searchbox{
float:left;
width:200px;
height:18px;
margin-right: 5px;
}
.fulltextsearch_searchbox{
float:left;
width:200px;
height:18px;
border:solid;
border-width:1px;
margin-top:4px;
margin-left:93px;
padding-left:5px;
padding-right:5px;
background-color:#ffffff;
color:#000000;
outline: none;
}
.search input{
float:left;
width:184.5px;
height:20px;
border:none;
margin-top:14px;
margin-left:0px;
padding-left:5px;
padding-right:5px;
background-color:#5aa4d0;
color:#fff;
outline: none;
}
.searchicon {
float:left;
margin-top:4px;
}       
.buttonsearch {
background: url(/media/9464/searchicon.png) no-repeat;
width:20px;
height:22px;
border:none;
margin-top:14px;
}
.fulltextsearch_searchbutton{
background: url(/media/128032/zoekbutton.png) no-repeat;
width:68px;
height:22px;
border:none;
margin-top:8px;
}
.breadcrumbcontainer {
float:left;
width:100%;
height:12px;
padding-top:14px;
padding-bottom:14px;
}
.breadcrumbcontainer.nomarginbottom {
margin-bottom:0px;
}
.breadcrumb {
float:left;
width:100%;
font-size:12px;
line-height:12px;
padding:0 20px 0 20px;
}
.breadcrumb ul li {display:inline; margin-right:10px;}
.breadcrumb ul li a {text-decoration:none; font-weight:normal;}
.breadcrumb ul li a:hover {text-decoration:underline; font-weight:normal;}
.breadcrumb ul li.active{text-decoration:none; padding-left:10px; font-weight:normal;}
.breadcrumb ul li a.active:hover {text-decoration:none; font-weight:normal;}
.breadcrumb ul li img { position:absolute; margin-top:3px;}
.pagewrap{        
width:100%;
overflow:hidden;
}
.leftwrap {
float:left;
width:220px;
margin-left:10px;
margin-right:20px;
}
.contentwrap {
float:left;
width:100%;
margin-bottom:20px;
}
.content {
float:left;
width:67%;
padding-right:20px;
box-sizing:border-box;
}  
.sidebar {
float:left;
width:33%;
}
.footer {
float:left;
width:100%;
height:420px;
overflow:hidden;
background-color:#fff;
position:relative;
}    
.footer_nieuwsbrief_container {
width:100%;
float:left;
padding-top:20px;
padding-bottom:10px;
z-index:2;
top:0;
left:0;
position:absolute;
}  
.footer_nieuwsbrief_box {
width:600px;
margin-left:auto;
margin-right:auto;
}
.footer_nieuwsbrief_fieldcontainer {
width:431px;
float:left;
}
.nieuwsbriefpopupresult {
display:none;
text-align:center;
margin-bottom:5px;
font-size:12px;
}
.nieuwsbriefsidebarresult {
display:none;
text-align:center;
margin-bottom:5px;
font-size:12px;
}
.nieuwsbriefformresult {
display:none;
text-align:center;
font-size:10px;
margin-top:-22px;
}
.footer_nieuwsbrief_buttoncontainer {
width:169px;
float:left;
}
.footer_container{
float:left;
width:100%;
margin-top:-40px;
border-top: 1px dashed #ccc;
position:absolute;
top:78px;
left:0;
}
.footer_box {
float:left;
width:33%;  
box-sizing:border-box;
padding:60px 20px 20px 20px;
height:100%;
overflow:hidden;
}
.footer_box_last {
float:left;
width:33%; 
box-sizing:border-box;
padding:60px 20px 20px 20px;
height:100%;
overflow:hidden;
}
.footer_box ul, .footer_box_last ul{
margin-left:20px;
}
.footer_box ul img, .footer_box_last ul img {margin-right:10px;}
.footer a{
text-decoration:none;
}
.footer a:hover {
text-decoration:underline;
}
.footer h2 {
margin-bottom:15px;
} 
.leftwraplanding {
float:left;
width:200px;
margin-top:10px;
margin-left:10px;
margin-right:20px;
}
.contentwraplanding {
float:left;
width:720px;
margin-top:10px;
margin-bottom:20px;
}
/********************************************
CONTENT
********************************************/
.box200 {
float:left;
width:200px;
margin-top:10px;
}
.box220 {
float:left;
width:100%;
}
.box460 {
float:left;
width:100%;
}
.box720 {
float:left;
width:720px;
}
.box460 .seperator {
float:left;
width:100%;
height:5px;
margin-bottom:20px;
}
.themanavleft .headings, .graybox .headings, .featureditem .headings, .bluebox .headings, .twitterfeed .headings, .whiteboxexpert .headings, .featureditemnomargin .headings {
margin-bottom: 10px;
}
.orangebox .headings {    
margin-bottom: 10px;
}
.whitebox .headings {
background-color:#fff;
margin-bottom:20px;
}
.box460 > .featureditem > .headings,.box460 > .featureditemnomargin > .headings  {
padding-left:20px;
background-color:#fff;
margin-bottom:10px;
}
.box460 > .featureditem > .headings h1,.box460 > .featureditemnomargin > .headings h1,.box460 > .featureditem > .headings h2, .box460 > .featureditemnomargin > .headings h2{
font-size: 16px;
text-transform:uppercase; 
font-weight:normal;
margin-bottom:0px;
}
.nouppercase{
text-transform: none!important;
}
.nouppercase a{
text-decoration:none!important;
color: #147dbc!important;
}
.profielpartnerevent{
margin-left: 20px;!important;
margin-top: 25px;
margin-bottom: 10px;
}
.eventheadings {
padding:20px;
background-color:#fff;
font-weight:bold;
float:left;
margin-bottom:20px;
width:100%;
box-sizing:border-box;
}
.Googleplus {
padding-top:5px;
padding-bottom:5px;
text-transform:uppercase;
font-weight:bold;
}
.themanavlinks  {
margin-top:10px;
margin-bottom:5px;
}
.themanavlinks ul, .graybox ul, .bluebox ul, .whitebox ul, .whiteboxexpert ul{
list-style:none;
}
.themanavlinks li, .graybox li, .bluebox li, .whitebox li, .whiteboxexpert li {
padding-bottom:5px;
margin-bottom:5px;
}
.themanavlinks ul li img, .graybox ul li img, .bluebox ul li img, .whitebox ul li img, .whiteboxexpert ul li img{
margin:0px;
margin-right:8px;
margin-top:3px;
float:left;
}
.themanavlinks a, .graybox a, .bluebox a, .whitebox a, .whiteboxexpert a {
text-decoration:none;
}
.themanavlinks ul li ul li, .graybox ul li ul li, .bluebox ul li ul li, .whitebox ul li ul li, .whiteboxexpert ul li ul li{
margin-left:30px;
padding-bottom:1px;
}
.themanavlinks ul li ul li a, .graybox ul li ul li a, .bluebox ul li ul li a, .whitebox ul li ul li a, .whiteboxexpert ul li ul li a{
font-weight:normal;
}
.themanavlinks ul li ul li a:hover, .graybox ul li ul li a:hover, .bluebox ul li ul li a:hover, .whitebox ul li ul li a:hover, .whiteboxexpert ul li ul li a:hover {
text-decoration:underline;
}
.tabsbox {
float:left;
width:100%;
margin-bottom:20px;
}
.skyscraper {
margin-top:20px;
margin-bottom:20px;
display:none;
}
.webcastvideo {
float:left;
width:720px;
height:520px;
margin-top:10px;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
align: center;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.graybox, .bluebox, .orangebox {
padding:20px;
margin-bottom:20px;
float:left;
width:100%;
box-sizing: border-box;
}
.orangebox { 
background-color: #ed881c;
color: #fff;
}
.blueboximagecontainer{
float:left;
width:220px;
}
.blueboxtextcontainer{
float:left;
width:569px;
margin-right:20px;
}
.blueboxtextcontainer ul{
margin-left:20px;
margin-bottom:20px;
}
.whitebox {
width:100%;
padding:20px;
float:left;
margin-bottom:20px;
box-sizing: border-box;
}
.ctabox {
width: 100%;
box-sizing: border-box;
padding:20px;
background-color:#147dbc;
color: #fff;
float:left;
margin-bottom:20px;
}
.formbox {
color:#fff;
margin-bottom:20px;
float:left;
width:100%;
box-sizing:border-box;
padding:20px;
}
.formbox_fieldcontainer{
float:left;
width:100%;
}
.formbox_left {
float:left;
width:49%;
margin-right:2%;
}
.formbox_right {
float:left;
width:49%;
}
#content-full {
display: none;
}
#content-fullevent {
display: none;
}  
#content-fullblogs {
display: none;
}  
.featureditem{
float:left;
width:100%;
margin-bottom:20px;
} 
.featureditemnomargin{
float:left;
width:100%;
}
.featuredfloatredleft {
float:left;
color: #C00000;
}
.articles {
background-color:#fff;
width:100%;
box-sizing:border-box;
float:left;
padding:20px;
margin-bottom:20px;
}
.articlesheading {
float:left;
width:100%;
}
.articlestext {
float:left;
width: 75%;
padding-right:20px;
box-sizing:border-box;
}
.articlesimage {
float:left;
width: 25%;
}	
.articles.last {
border-bottom:none;
}
.articles ul{margin-left:20px; padding-bottom:10px;}
.articles ol{margin-left:20px; padding-bottom:10px;}
.linkbox {
margin-top:10px;
}
.linkbox  ul{
list-style:none;
}
.thematags {
float:left;
width:100%;
box-sizing:border-box;
padding: 20px; 
background-color: #fff;
margin-bottom:20px;
}
.thematags img {
margin-right:5px;
margin-top:5px;
float:left;
}
.thematags a:hover {
text-decoration:underline;
}
.alphabeticsearch, .paginator{
float:left;
width:451px;
padding-left:10px;
}
.alphabeticsearch span, .paginator span {
padding-right:5px;
}
.alphabeticsearch span a, .paginator span a {
text-decoration:none;
}
.alphabeticsearch span a:hover, .paginator span a:hover {
text-decoration:underline;
}  
.dateevent {float:left; color:#666666;}
.themaactive {color:#000000 !important;font-weight:bold !important;}
.vacatureopsomming {
width: 120px;
}
/*******************************************************************
ADD THIS SOCIAL BOOKMARKS
*******************************************************************/
.sharebookmarks {
float:right;
width:100%;
height: 20px;
margin-bottom:20px;
}
.sharebookmarkscontainer {
float:left; width:460px;  margin-top:10px;
}
.addthis-smartlayers #at4-share {top: 21.7% !important;}
.socialmedia-balk img {display:inline;}
.socialmedia-balk ul {
list-style:none;
float:left;
}
.socialmedia-balk ul li {
display:inline;	
margin-right:10px;
}
/*******************************************************************
TWITTER FEED
*******************************************************************/
#twitters {
position: relative;
float: left;
display: inline;
line-height: 16px;
/*height:204px;*/
width: 220px;
margin-top:10px;
/*overflow:auto;*/
}
#twitters li {
padding-bottom: 10px;
}
#twitters p {
text-align: center;
}
#twitters ul {
list-style:none;
}
/**********************************************************************
ADVERTISING
**********************************************************************/
.bannerspecial {
float:left;
margin-bottom:20px;
display:none;
}
.buttonbanner {
float:left;
margin-bottom:20px;
display:none;
}
/******************************************************************
BUTTON
*********************************************************************/
.buttonbox460 {
float:left;
width:100%;
}
.buttonbox220 {
float:left;
width:220px;
margin-bottom:0px;
}
.buttoncta {  
background: url(/images/icons/download-icon-2.png) no-repeat;
background-position: calc(100% - 10px) center;
background-color: #ed881c;
color: #ffffff !important;
font-size: 14px;
line-height:14px;
padding: 10px 50px 10px 30px;
text-decoration: none;
border: medium none;
float:left;
margin-right:20px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}  
.buttoncta:hover{ 
background-color: #5aa4d0;
text-decoration: none;
color: #ffffff;
cursor: pointer;
}    
.buttonctacontainer {
float:left;
margin-right:10px;
}

.buttonctb{  
background: url(/images/icons/download-icon-4.png) no-repeat;
background-position: calc(100% - 10px) center;
background-color: #ed881c;
color: #ffffff !important;
font-size: 14px;
line-height:14px;
padding: 10px 50px 10px 30px;
text-decoration: none;
border: medium none;
float:left;
margin-right:20px;
margin-bottom: 10px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.buttonctb:hover{  
background-color: #5aa4d0;
text-decoration: none;
color: #ffffff !important;
cursor: pointer;
}
.buttonctb.external {
background: url(/images/icons/icon-external-website.png) no-repeat;
background-position: calc(100% - 10px) center;
background-color: #ed881c;
margin-top:10px;
}
.buttonctc{ 
background: url(/images/icons/download-icon-3.png) no-repeat;
background-position: calc(100% - 10px) center;
background-color: #ed881c;
color: #ffffff !important;
font-size: 14px;
line-height:14px;
padding: 10px 50px 10px 30px;
text-decoration: none;
border: medium none;
float:left;
box-sizing: border-box;
height: 34px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
margin-right:20px;
}
.buttonctc:hover{  
background-color: #5aa4d0;
text-decoration: none;
color: #ffffff !important;
cursor: pointer;
}
.buttonctd{  
background: url(/images/icons/download-icon-5.png) no-repeat;
background-position: calc(100% - 10px) center;
background-color: #ed881c;
color: #ffffff !important;
font-size: 14px;
line-height:14px;
padding: 10px 50px 10px 30px;
text-decoration: none;
border: medium none;
float:left;
margin-right:20px;
margin-bottom:20px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.buttonctd:hover{  
background-color: #5aa4d0;
text-decoration: none;
color: #ffffff !important;
cursor: pointer;
} 	
.buttonctu{  
background: url(/images/icons/download-icon-1.png) no-repeat;
background-position: 20px 4px;
color: #ffffff !important;
font-size: 14px;
line-height:14px;
background-color: #ed881c;
padding: 10px 30px 10px 60px;
text-decoration: none;
border: medium none;
float:left;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.buttonctu:hover{  
background-color: #5aa4d0;
text-decoration: none;
color: #ffffff !important;
cursor: pointer;
} 
.buttoncte{  
background: url(/images/icons/download-icon-1.png) no-repeat;
background-position: 20px 4px;
color: #ffffff !important;
font-size: 14px;
line-height:14px;
background-color: #ed881c;
padding: 10px 30px 10px 50px;
text-decoration: none;
border: medium none;
float:left;
width:100%;
box-sizing: border-box;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.buttoncte:hover{  
background-color: #5aa4d0;
text-decoration: none;
color: #ffffff !important;
cursor: pointer;
}
.buttonctf{  
background: url(/images/icons/download-icon-5.png) no-repeat;
background-position: calc(100% - 10px) center;
color: #ffffff !important;
font-size: 14px;
line-height:14px;
background-color: #ed881c;
padding: 10px 50px 10px 30px;
text-decoration: none;
border: medium none;
float:left;
width:100%;
box-sizing: border-box;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.buttonctf:hover{  
background-color: #5aa4d0;
text-decoration: none;
color: #ffffff !important;
cursor: pointer;
}
.buttonctg {  
background: url(/images/icons/download-icon-3.png) no-repeat;
background-position: calc(100% - 10px) center;
color: #ffffff !important;
font-size: 14px;
line-height:14px;
background-color: #ed881c;
padding: 10px 40px 10px 30px;
text-decoration: none;
border: medium none; 
align:center;
width:100%;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.buttonctg:hover{  
background-color: #5aa4d0;
text-decoration: none;
color: #ffffff !important;
cursor: pointer;
}
.buttoncth{ 
background: url(/images/icons/download-icon-3.png) no-repeat;
background-position: calc(100% - 10px) center;
background-color: #5aa4d0;
color: #ffffff !important;
font-size: 14px;
line-height:14px;
padding: 10px 50px 10px 30px;
text-decoration: none;
border: medium none;
float:left;
box-sizing: border-box;
height: 34px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
width:100%;
margin-bottom:20px;
}
.buttoncth:hover{  
background-color: #147dbc;
text-decoration: none;
color: #ffffff !important;
cursor: pointer;
}
.buttonmarginbottom {
margin-bottom:20px;
}
.featuredintro {
float: left;
padding: 20px;
background-color: #fff;
width: 100%;
box-sizing: border-box;
<!-- margin-bottom: 20px; Uitgezet vanwege inconsistentie op 404 -->
}
.featuredelement {float:left;border-top:1px solid #ECECEC; border-left:1px solid #ECECEC; border-right:1px solid #ECECEC; border-bottom:7px solid #ECECEC; padding:20px;background-color:#fff;}
.featuredelementheading {
float:left;
width:100%;
}  
.featuredelementtext {
float:left;
width: 486px;
margin-left:20px;
}
.featuredelementimage {
float:left;
width: 150px;
}
.featuredhighlight {color:#147DBC; font-style:italic; margin-bottom:-10px; margin-top:10px; font-weight:bold; font-size:14px;}
.featuredhighlightnomargin {color:#147dbc; font-style:italic; margin-bottom:0px; margin-top:10px; font-weight:bold; font-size:14px;}
.button2015style {
background-color:#147dbc;
display:inline-block;
cursor:pointer;
color:#ffffff!important;
padding: 10px 20px 10px 20px;
text-decoration:none;
width:100%;
box-sizing:border-box;
}
.button2015style:hover {
background-color:#000000;
text-decoration: none;
}
.button2015style:active {
position:relative;
top:1px;
}
.plaatjekennisitem {
padding-left: 20px;
padding-bottom: 20px;
float: right;
}
.datumartikel {
color: grey;
}
/******************************************************************
Archief	
*********************************************************************/
.archief {
color: red; 
padding-left: 10px; 
padding-right: 10px; 
padding-top: 10px; 
padding-bottom: 2px; 
border: 1px solid red; 
margin-bottom: 10px;
float:left;
width: 100%;
box-sizing: border-box;}
/*******************************************************************
TABLES
******************************************************************/
.programma {border-collapse:collapse; width:460px; border:0px; margin-bottom:10px;}
.tableheader {font-weight:bold; padding-left:5px;}
.even td {padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px; vertical-align:top;}
.oneven td {padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px; vertical-align:top;}
.programmadesc {padding-left:5px; padding-top:5px;}
.agendapunten {padding-left:5px; font-weight:bold; width:225px;}
.eventfeature {width:458px;}
.tabelbreedte {width:225px;}
/*****************************************************************
FORM
********************************************************************/
#formstate {
display:none;
float:left;
}
#formulier {max-width:width:100%;}
#form fieldset {
display:block;
}
#form div{
clear:both;
padding-top:1em;
}
#form label {
width:10em;
float:left;
text-align:left;
margin-right:0em;
font-weight:normal;
}
#form input {
width:212px;
border:1px solid #ccc;
padding:2px;
background:#f6f6f6;
background: -moz-linear-gradient(top,  #fff,  #f6f6f6);
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6'); /* for IE */
}
#form input.huisnr {
width:100px;
}
#form input[type=checkbox] {
border:none;
width:20px;
background:#fff;
margin-left:0px;
}
#form input[type=button]{
width:10em;
height:2.4em;
margin-top:10px;
}
#dropdown {
width:220px;
border:1px solid #ccc;
padding:2px;
background:#f6f6f6;
background: -moz-linear-gradient(top,  #fff,  #f6f6f6);
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6'); /* for IE */
}
#form textarea {
width:400px;
height:200px;
border:1px solid #ccc;
background:#f6f6f6;
background: -moz-linear-gradient(top,  #fff,  #f6f6f6);
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6'); /* for IE */
}
#the-sticky-div.sticky {
position: fixed;
top: 10px;
}
.stickyboxtitle {
text-transform:uppercase;
color: #147dbc;
font-weight: bold;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.scrollclass {
font-size: 24px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 24px;
}
a#LinkedInButton, a#LinkedInButton:hover {
text-decoration:none;
float:left;
width:100%;
}
.linkedinbutton {
background:url(/media/351033/linkedinformulier-button-hover.png);
background-repeat: no-repeat;
width:320px;
height:54px;
text-decoration:none;
margin-bottom:20px;  
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.linkedinbutton:hover {
background:url(/media/351028/linkedinformulier-button.png);
cursor:pointer;
text-decoration:none;
}
.ie7 .ieform {display:inline !important;}
.ie7 .standardform {display:none !important;}
.ie8 .ieform {display:inline !important;}
.ie8 .standardform {display:none !important;}
.ie9 .ieform {display:inline !important;}
.ie9 .standardform {display:none !important;}
.ieform {display:none;}
.standardform {display:inline;float:left;}
.standardform, .ieform { background-color:#147dbc; width:100%;}
.standardform a, .ieform a{color: #fff; font-weight:bold;}
.form-control {
display: block;
width:100%;
height: 34px;
color: #7e7e7e;
background-color: #fff;
background-image: none;
border: 1px solid #e5e5e5;
padding: 6px 12px;
box-sizing: border-box;
}
.form-group-sm {
width:100%;
float:left;
}
.has-error .form-control {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background-color:#eff0f1;
}
.help-block {
font-size:14px;
font-weight:700;
color:red;
-webkit-animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite; 
opacity: 1;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.75;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.75;
    }
}
.col-sm-9 {
width: 100%;
margin-bottom:10px;
}
.checkbox label {
margin-bottom: 10px;
height: initial;
}

/*****************************************************************
CONTENT
********************************************************************/  
.socialnavexpert {
margin-top:-8px;
margin-bottom:5px;
float:left;
}
.socialnavexpert ul {
list-style:none;
}
.socialnavexpert ul li {
display:inline;
padding:1px;
}  
.bedrijfsprofielcontainer {
float:left;
width:100%;
box-sizing:border-box;
padding:20px;
background-color:#fff;
margin-bottom:20px;
}
.bedrijfsprofiel {
float:left;
width:100%;
}
.sharecontainer {
float:left;  
width:460px;
margin-bottom:10px;
}
.expertpartnercontainer {
float:left;
width:200px;
padding-bottom:0px;
padding-top:10px;
}
.expertpartnercontainer.first {
padding-top:0px;
}
.expertpartner {
float:left;
width:140px;
}
.expertpartner ul {
line-height:16px;
}
.tabsboxtitel {
margin-bottom:10px;
}
.zoekboxtitel {
padding-bottom:10px;
padding-top:10px;
}
.bedrijvencontainer {
float:left;
width:100%;
box-sizing:border-box;
padding:20px;
background-color:#fff;
margin-bottom:20px;
}
.bedrijvencontainer.last {
border:none;
}
.bedrijfspublicatie {
float:left;
width:100%;
}
.bedrijfsbeschrijving {
float:left;
width:100%;
}
.bedrijfsexperts {
float:left;
width:100%;
}
.bedrijfsexperts ul {
list-style:none;
}
.blogtitel {
<!--margin-bottom:0px;--> <!-- BLOG TITEL HEEFT MARGIN BOTTOM NODIG --> 
text-decoration: none;
}  
.blogdatum {
font-size:11px;
}
.bloglinks,.bloglinksdata {
width:100%;
float:left;
}
.bloglinksdata {
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
padding-bottom: 5px;
}
.otherexpertblogs, .relateditems {
float:left;
width:100%;
}
.profielpartner {
float:right;
width:100%;
margin-bottom:10px;
}
.profielpartner img {
margin-right:20px;
float:left;
}
.eventlogo {
float:right;
}
.eventdatumtitel {
margin-right:10px;
text-transform:none;
margin-bottom:10px;
float:left;
}
.eventh2 {
text-transform:none !important;
}
.eventdatum {
text-transform:none;
font-weight:normal;
margin-bottom:10px;
float:left;
}
.eventinschrijven {
text-transform:none;
}
.eventscontainerspecial img {
float:right;
}
.eventscontainer img {  
float:right;
padding-left:10px;
}
.eventsspecial {
float:left;
margin-left:10px;
margin-bottom:10px;
width:440px;
}
.eventsspecial.last, .eventsnormal.last {
border:none;
margin-bottom:20px;
}
.titelspecial {
float:left;  
margin-right:10px;
width:75px;
}
.itemspecial {
float:left;
width:375px;
}
.eventsnormal {
float:left;
margin-bottom:10px;
width:100%;
}
.titelnormal {
float:left;
margin-right:10px;
width:75px;
}
.itemnormal {
float:left;
width:375px;
}
.expertprofielcontainer {
float:left;
width:100%;
box-sizing:border-box;
margin-bottom:20px;
background-color:#fff;
padding:20px;
}
.expertimage {
float:left;
margin-right:20px;
}
.expertprofiel {
float:left;
width:570px;
}
.expertscontainer {
float:left;
width:100%;
box-sizing:border-box;
background-color:#fff;
margin-bottom:20px;
padding:20px;
}
.expertscontainer.last {
border:none;
}
.expertsimagecontainer {
float:left;
width:15%;
padding-right:20px;
margin-bottom:20px;
box-sizing:border-box;
}
.expertsimagecontainer img {
float:left;
}
.expertsinfocontainer.first {
float:left;
width:85%;
margin-bottom:10px;
}
.expertsinfocontainer {
float:left;
width:85%;
margin-bottom:10px;
}
.expertsinfotitel {
float:left;
padding-right:20px;
width:15%;
box-sizing:border-box;
}
.expertsinfoitem {
float:left;
width:85%;
}
.profielexpertcontainer {
line-height:18px;
}
.profielexpertcontainer p {
margin-top:10px;
margin-bottom:10px;
}
.boxoutline {float:left; width:100%; padding-bottom:5px; border-bottom: 1px solid #ccc;}
.boxoutline2 {float:left; width:100%;}
.lees-verder {
padding-right:20px;
box-sizing:border-box;
color:#147dbc;
text-decoration:none;
}
.SocialMedia {
font-size:  14px;
font-style: italic;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#iframe1 {margin-bottom:20px;}
.headernavrubrieken {}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#cssmenu #menu-button {
display: none;
}
#cssmenu {
font: normal 14px/100% 'Open Sans', Arial, Helvetica, 'Trebuchet MS', sans-serif;
}
#cssmenu > ul > li {
float: left;
line-height:50px;
}
#cssmenu.align-center > ul {
font-size: 0;
text-align: center;
}
#cssmenu.align-center > ul > li {
display: inline-block;
float: none;
}
#cssmenu.align-center ul ul {
text-align: left;
}
#cssmenu.align-right > ul > li {
float: right;
}
#cssmenu > ul > li > a {
padding: 18px;
font-size: 14px;
text-decoration: none;
color: #ffffff;
text-transform: uppercase;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a.active {
background-color: #5aa4d0;
}
#cssmenu > ul > li.has-sub > a {
padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
position: absolute;
top: 24px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #dddddd;
content: '';
}
#cssmenu > ul > li.has-sub > a:before {
position: absolute;
top: 21px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #dddddd;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
top: 23px;
height: 0;
}
#cssmenu ul ul {
position: absolute;
left: -9999px;
}
#cssmenu.align-right ul ul {
text-align: right;
}
#cssmenu ul ul li {
height: 0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#cssmenu li:hover > ul {
left: auto;
}
#cssmenu.align-right li:hover > ul {
left: auto;
right: 0;
}
#cssmenu li:hover > ul > li {
height: 35px;
}
#cssmenu ul ul ul {
margin-left: 100%;
top: 0;
}
#cssmenu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
#cssmenu ul ul li a {
border-bottom: 1px solid rgba(150, 150, 150, 0.15);
padding: 15px;
font-size: 12px;
text-decoration: none;
color: #dddddd;
font-weight: 400;
background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
color: #ffffff;
background-color:#5aa4d0;
}
#cssmenu ul ul li.has-sub > a:after {
position: absolute;
top: 16px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #dddddd;
content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
right: auto;
left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
position: absolute;
top: 13px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #dddddd;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
right: auto;
left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
top: 17px;
height: 0;
}
@media all and (max-width: 1299px) {
#cssmenu {
width: 100%;
}
#cssmenu ul {
width: 100%;
display: none;
}
#cssmenu.align-center > ul {
text-align: left;
}
#cssmenu ul li {
width: 100%;
border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu ul ul li,
#cssmenu li:hover > ul > li {
height: auto;
}
#cssmenu ul li a,
#cssmenu ul ul li a {
width: 100%;
border-bottom: 0;
}
#cssmenu > ul > li {
float: none;
}
#cssmenu ul ul li a {
padding-left: 25px;
}
#cssmenu ul ul ul li a {
padding-left: 35px;
}
#cssmenu ul ul li a {
color: #fff;
background: #7B7A7A;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
color: #ffffff;
}
#cssmenu ul ul,
#cssmenu ul ul ul,
#cssmenu.align-right ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#cssmenu > ul > li.has-sub > a:after,
#cssmenu > ul > li.has-sub > a:before,
#cssmenu ul ul > li.has-sub > a:after,
#cssmenu ul ul > li.has-sub > a:before {
display: none;
}
#cssmenu #menu-button {
display: block;
padding: 17px;
color: #dddddd;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
}
#cssmenu #menu-button:after {
position: absolute;
top: 22px;
right: 17px;
display: block;
height: 4px;
width: 20px;
border-top: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
content: '';
}
#cssmenu #menu-button:before {
position: absolute;
top: 16px;
right: 17px;
display: block;
height: 2px;
width: 20px;
background: #dddddd;
content: '';
}
#cssmenu #menu-button.menu-opened:after {
top: 23px;
border: 0;
height: 2px;
width: 15px;
background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
top: 23px;
background: #ffffff;
width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#cssmenu .submenu-button {
position: absolute;
z-index: 99;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.2);
height: 50px;
width: 36px;
cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
background: #262626;
}
#cssmenu ul ul .submenu-button {
height: 34px;
width: 34px;
}
#cssmenu .submenu-button:after {
position: absolute;
top: 24px;
right: 14px;
width: 8px;
height: 2px;
display: block;
background: #dddddd;
content: '';
}
#cssmenu ul ul .submenu-button:after {
top: 15px;
right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
background: #ffffff;
}
#cssmenu .submenu-button:before {
position: absolute;
top: 21px;
right: 17px;
display: block;
width: 2px;
height: 8px;
background: #dddddd;
content: '';
}
#cssmenu ul ul .submenu-button:before {
top: 12px;
right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
display: none;
}
}
/**************************************************
UITGELICHT
**************************************************/
.articlesuitgelicht {
float:left;
background-color: rgba(255, 255, 255, 1);
width:100%;
box-sizing:border-box;
}
.articlesuitgelicht-h1 {
float:left;
background-color: rgba(255, 255, 255, 1);
width:100%;
padding:20px 20px 0 20px;
box-sizing:border-box;
color:#fff;
width: 100%;
float:left;
}
.articlesuitgelicht-h1 a, .articlesuitgelicht-h1 a:hover{
text-decoration:none;
}
.articlesuitgelicht-h2{
float:left;
padding:0px 61px 0 20px;
margin-bottom:10px;
box-sizing:border-box;
}
.articlesuitgelicht-h2 a{	
color:#ed881c;
}
.articlesuitgelicht-h2 a:hover{	
color:#147dbc;
}
.articlesuitgelicht_image {
width:100%;
float:left;
}
.articlesuitgelicht_image img{
display:block;
width:100%;
}
/**************************************************
MEDIA QUERIES
**************************************************/
@media (max-width:1413px) {
.addthis-smartlayers-desktop {display:none;}
}
@media (max-width:1310px) {
.container {width: 100%;}
.sidebar {width: 100%;}
.header {width: 96%; padding-left: 2%; padding-right: 2%;}
.headercontainer { background: linear-gradient(to bottom, rgba(215,215,215,1) 0%, rgba(215,215,215,1) 65.05%, rgba(20,125,188,1) 65.05%);}
.nav {width: 100%;}
.menu {width: 100%;}
.pagewrap {width: 96%; padding-left: 2%; padding-right: 2%;}
.breadcrumbcontainer {width: 100%; margin-left: 0; padding-left:0px; padding-right:0px;}
.top {width: 100%;}
.logo {width: 200px;}
.banner {display: none;}
.contentwrap {width: 100%;}
.content {width: 100%;padding-right:0px;}
.leftwrap {}
.socialnav {display: none;}
.nieuwsbriefpopupcontainer {display:none;}
.mobile-show {display:block;}
.mobile-hidden {display:none;}
.search {display: none;}
}
@media (max-width:768px) {
#nieuwsbriefblok {display: none!important;}
.leftwrap {display: none;}
.box460 {width: 100%;}
.contentwrap {width: 100%;}
.content {width: 100%; padding-right:0px;}
.tabsbox {display: none;}
.featureditem {width: 100%;}
.seperator {display: none;}
.breadcrumb {display:none;}
.articles {width: 100%;}
.eventheadings {width: 100%;}
.slider1 {display:none;}
.articlesimage {display:none;}
.footer_box {display:none;}
.footer_box_last {width:100%;}
.articlestext {width:100%;}
.featureditemnomargin {width:100%;}
.box460 > .featureditemnomargin > .headings {padding-left:4%; padding-right:4%;}
.thematags {width: 100%;}
.buttonbox460 {width: 100%;}
.bedrijvencontainer {width: 100%;}
.bedrijfsbeschrijving {width: 100%;}
.bedrijfsprofielcontainer {width: 100%;}
.bedrijfsprofiel {width: 100%;}
.expertscontainer {width: 100%;}
.expertsimagecontainer {width: 15%; margin-right:4%;}
.expertsinfocontainer {width: 81%;}
.expertsinfocontainer.first {width: 81%;}
.expertsinfoitem {width: 100%;}
.expertprofielcontainer {width: 100%;}
.expertprofiel {width: 100%;}
.otherexpertblogs {width: 100%;}
.eventlogo {width: 100%;}
.bedrijfspublicatie,.bedrijfsbeschrijving {width: 100%;}
.formbox {width: 100%;}
.formbox_left,.formbox_right {width: 100%;}
.footer_nieuwsbrief_box {width:100%;box-sizing:border-box;padding-left:20px;padding-right:20px;}
.footer_nieuwsbrief_fieldcontainer {width:50%;}
.footer_nieuwsbrief_buttoncontainer {width:50%;}
#cssmenu .open {height: auto;}
}
@media (max-width:390px) {
.linkedinbutton {background-size:100%; background-repeat: no-repeat;}
.linkedinbutton:hover {background-size:100%; background-repeat: no-repeat;}
.footer_nieuwsbrief_fieldcontainer {width:100%;}
.footer_nieuwsbrief_buttoncontainer {width:100%;}
.linkedinbutton {width: 92%; padding:4%;}
}

































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