/* cmsms stylesheet: normalize modified: woensdag 16 maart 2016 09:52:07 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

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

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* cmsms stylesheet: grid modified: donderdag 25 augustus 2016 09:28:07 */
/********************************************************************************
 * CSS RESETS
 ********************************************************************************/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    border:0;
    margin:0;
    padding:0;
}

article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{
    display:block;
}

a img{
    border:0;
}

figure{
    position:relative;
}

figure img{
    width:100%;
}


.container {
    padding: 0 20px;
}

.row {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

.inner {
    max-width: 100%;
    min-width: auto;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
}

.row .onecol {
    width: 4.85%;
}

.row .twocol {
    width: 13.5%;
}

.row .threecol {
    width: 22.15%;
}

.row .fourcol {
    width: 30.8%;
}

.row .fivecol {
    width: 39.45%;
}

.row .sixcol {
    width: 48.1%;
}

.row .sevencol {
    width: 56.75%;
}

.row .eightcol {
    width: 65.4%;
}

.row .ninecol {
    width: 74.05%;
}

.row .tencol {
    width: 82.7%;
}

.row .elevencol {
    width: 91.35%;
}

.row .twelvecol {
    width: 100%;
    float: left;
}

.last {
    margin-right: 0px;
}

img, object, embed {
    max-width: 100%;
}

img {
    height: auto;
}

/********************************************************************************
 * SMALLER SCREENS
 ********************************************************************************/

/* Voor mediaqueries gebruik IE css3-mediaqueries.js vereist! */

/*  @media only screen and (max-width: 1023px) {

body {
   font-size: 0.8em;
   line-height: 1.5em;
}
        
}*/

/********************************************************************************
 * MOBILE
 ********************************************************************************/

@media handheld, only screen and (max-width: 767px) {

    input {
        -webkit-appearance: none;
        border-radius: 0;

    }

    body {
        font-size: 16px;
        -webkit-text-size-adjust: none;
    }

    .show-mobile {
        display: block !important;
        clear: both;
    }

    .no-mobile { 
        display: none !important;
    }


    .row, body, .container {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

}
/* cmsms stylesheet: menuhoriz modified: dinsdag 19 april 2016 13:26:43 */
/********************************************************************************
 * HORIZONTAL MENU
 ********************************************************************************/

/* hack for Internet Explorer */
* html div.menu_horiz {
    /* hide ie/mac \*/
    height: 1%;
    /* end hide */
}

/********************************************************************************
 * background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
 ********************************************************************************/

div.menu_horiz {
    width: 100%;
    margin: 0;
}

/********************************************************************************
 * the menu ul box has top and left border, 
right border is provided by the li elements
 ********************************************************************************/

.menu_horiz ul {
    margin: 0;
    padding: 0;
}

/********************************************************************************
 * Menu list items
 ********************************************************************************/

.menu_horiz li {
    float: left;                     /* makes the list horizontal */
    list-style: none;                /* hides the list bullet */ 
    margin: 0 ;
}

/********************************************************************************
 * the links, that is each list item
 ********************************************************************************/

.menu_horiz a {
    padding: .6em 1em .6em 1.4em;    /* padding inside the list item box */
    margin: 0;                       /* margin outside each list item box */
    text-decoration: none;           /* no underline for links */
    color: #18507C;
    background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; ;
    display: block;                  /* IE has problems with this, fixed above */
}

/********************************************************************************
 * HOVER STATE for links
 ********************************************************************************/

.menu_horiz li a:hover {
    background-color: #585686;
}

.menu_horiz a.activeparent:hover {
    background-color: #35336a;
    color: #FFF;
}

.menu_horiz li a.menuactive {
    background-color: #3C3A71;
    color: #FFF;
}

/********************************************************************************
 * active parent, that is the first-level parent of a child page that is the current page
 ********************************************************************************/

.menu_horiz li.activeparent a {
    background-color: #35336a ;
    color: #fff;
}

.menu_horiz h3 {
    padding: .6em 1em .6em 1.4em;    /* padding inside the list item box */
    margin: 0;                       /* margin outside each list item box */
    text-decoration: none;           /* no underline for links */
    color: #fff;
    background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;
    display: block;                  /* IE has problems with this, fixed above */
    font-size: 1em;                  /* instead of the normal font size for <h3> */
}

.menu_horiz ul ul {
    position: absolute;
    background: rgb(18,20,94);
    background: -moz-linear-gradient(top, rgb(6, 5, 75) 0%, rgba(5,4,74,1) 100%);
    background: -webkit-linear-gradient(top, rgb(6, 5, 75) 0%, rgba(5,4,74,1) 100%);
    background: linear-gradient(to bottom, rgb(6, 5, 75) 0%, rgba(5,4,74,1) 100%)
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12145e', endColorstr='#05044a', GradientType=0 );
    -webkit-box-shadow: 12px 15px 13px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: 12px 15px 13px -10px rgba(0,0,0,0.35);
    box-shadow: 12px 15px 13px -10px rgba(0,0,0,0.35);
    width: 200px;
    z-index: 99;
    text-align: left;
    display: none;
}

.menu_horiz ul ul a {
   display: block;
}

.menu_horiz ul ul li {
    float: none;
    display: block;
}

.menu_horiz li.menudepth0.parent:hover ul {
    display: block;
    width: 245px;
}

.menu_horiz ul li.menudepth0.parent.is-opened ul {
    display: block;
}
/* cmsms stylesheet: menuvert modified: maandag 19 september 2016 10:38:19 */
/********************************************************************************
 * VERTICAL MENU
 ********************************************************************************/

.menu_vert {
    padding-left: 0;
    margin: 10px 0 0 0;
    overflow: hidden;
}

/********************************************************************************
 * third level has some padding to have it stand out
 ********************************************************************************/

.menu_vert ul ul ul {
    padding-bottom: 0.5em;
}

/********************************************************************************
 * menu li block
 ********************************************************************************/

.menu_vert li {
    list-style: none;
    margin: 0;
    /*border-bottom: 1px solid #c0c0c0;*/
    display: block;
    position: relative;
}
.menu_vert li:hover{
    /*border-bottom: 1px solid #a3102a;*/
}
.menu_vert ul ul li {
    border: none;
}

.menu_vert li:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #c0c0c0;
    position: absolute; 
    bottom: 0; 
    left: 0; 
}

.menu_vert li:hover:after, .menu_vert li.menuactive:after {
    background: #a3102a;
}

.menu_vert a.currentpage {
    color: #a3102a;
}

/********************************************************************************
 * fix stupid ie bug with display:block;
 ********************************************************************************/

* html .menu_vert li a { height: 1%; } 
* html .menu_vert li hr { height: 1%; }

/********************************************************************************
 * first level links
 ********************************************************************************/

.menu_vert a {
    text-decoration: none;
    display: block;
    padding: 0.8em 0.5em 0.5em 0px;
    color: #000 !important;
}
.menu_vert a:hover {
    text-decoration: none;
    display: block;
    /*padding: 0.8em 0.5em 0.5em 0px;*/
    color: #a3102a !important;
}
/********************************************************************************
 * second level links, more padding and smaller font
 ********************************************************************************/

.menu_vert ul ul a {
    font-size: 90%;
    padding: 0.5em 0.5em 0.5em 2.8em;
    background-position: 1.5em center;
}

/********************************************************************************
 * third level links, more padding 
 ********************************************************************************/

.menu_vert ul ul ul a {
    padding: 0.3em 0.5em 0.3em 4.3em;
    background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/********************************************************************************
 * HOVER STATE on all links
 ********************************************************************************/

.menu_vert a:hover {
    color: #a3102a;
}

.menu_vert a.activeparent:hover {
    background-color: #C3D4DF;
    color: #18507C;
}

/********************************************************************************
 * active parent, that is the first-level parent 
of a child page that is the current page 
 ********************************************************************************/


.menu_vert li a.activeparent {
    background-color: #385C72;
    color: #fff;
}

.menu_vert ul ul li a.activeparent {
    background-position: 1.5em center; 
    color: #18507C;
}
.menu_vert .menuactive span {
    color: #a3201a;
}
/* cmsms stylesheet: mobilemenu modified: vrijdag 12 augustus 2016 14:29:45 */
/********************************************************************************
 * COLORS
 ********************************************************************************/

 /* 70px  */
 /* 120px  */
 /* left/right*/


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

.pushbody {
    padding-top:50px;
    overflow: hidden;
}

}

/********************************************************************************
 * LOGO 
 ********************************************************************************/

a.logomob {
    border: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    float: left;
}
img.mobilelogo {
    width: 150px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

/********************************************************************************
 * PUSHMENU 
 ********************************************************************************/

/************************************
 * HEADERFIXED
************************************/

.headfixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 50px;
    background: #11135D;
}

/************************************
 * PUSHMENU
************************************/

.pushmenu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    width: 70%;
    top: 0;
    bottom: 0;
    z-index: 998;
    padding-bottom: 30px;
    padding-top: 50px;
    background: #11125C;
    right: -70%;
}

.pushmenu.active {
    right: 0;
    border-right: 1px solid rgba(0,0,0,0.2);

}

.pushmenu a {
    display: block;
    color: #fff !important;
    font-size: 1em;
    line-height: 1.3em;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 0;
}

.pushmenu li.parent, .pushmenu .sectionheader {
    position: relative;
    overflow: hidden;
}

.pushmenu li.parent a, .pushmenu .sectionheader > span {
    padding-right: 30px;
    position: relative;
}

.pushmenu a:hover {
    text-decoration: none;
}

.pushmenu a:active {
    text-decoration: none;
}

/************************************
 * Second level
************************************/

.pushmenu ul ul a {
    font-size: 1em;
    padding-left: 20px;
    background-position: 1.5em center;
    text-transform: none;
    font-weight: 400;
}

/************************************
 * Third level
************************************/

.pushmenu ul ul ul {
    background: rgba(0,0,0,0.05);
}

.pushmenu ul ul ul a {
    padding: 8px 0 8px 30px;
    font-size: 0.9em;
}

/********************************************************************************
 * PARENT 
 ********************************************************************************/

.pushmenu .push-expand {
    position: absolute;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #fff;
    margin: 0;
}

.minh {
    position: absolute;
    right: 12px;
    top: 50%;
    height: 1px;
    width: 15px;
    background: #11125C;

}

.plush {
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -7px;
    height: 15px;
    width: 1px;
    background: #11125C;
}

/********************************************************************************
 * SECTIONHEADER 
 ********************************************************************************/

.pushmenu ul li.sectionheader span.sectiontitle {
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;  
}

/********************************************************************************
 * ACTIVE 
 ********************************************************************************/

.pushmenu li.menuactive a.menuactive {
    background: #11125C;
    color: #fff !important;
}

/********************************************************************************
 * MLE 
 ********************************************************************************/

.pushmenu .short_mle {
   margin-bottom: 20px;
   text-align: right;
}

.pushmenu .short_mle a {
    border-bottom: 0;
}
.mle span{
    color:#FFF;
}
.mle a {
    display: inline-block;
}
/********************************************************************************
 * ICON
 ********************************************************************************/
*, ::after, ::before {
    box-sizing: inherit;
}
.menuIcon {
    display: block;
    position: absolute;
    overflow: hidden;
    right: 0;
    margin: 5px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.menuIcon:focus {
  outline: none;
}

.menuIcon span {
  display: block;
  position: absolute;
  top: 48%;
  left: 10%;
  right: 10%;
  height: 10%;
  background: #FFF;
}

.menuIcon span::before,
.menuIcon span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  content: "";
}

.menuIcon span::before {
  top: -10px;
}

.menuIcon span::after {
  bottom: -10px;
}

.menuIcon--htx {
  background: none;
}

.menuIcon--htx span {
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;
}

.menuIcon--htx span::before,
.menuIcon--htx span::after {
    -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
}

.menuIcon--htx span::before {
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,transform;
}

.menuIcon--htx span::after {
  -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
}

.menuIcon--htx.active span {
  background: none;
}

.menuIcon--htx.active span::before {
  top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuIcon--htx.active span::after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuIcon--htx.active span::before,
.menuIcon--htx.active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
/* cmsms stylesheet: flexslider modified: dinsdag 13 februari 2018 11:21:01 */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/********************************************************************************
 * BROWSER RESETS
 ********************************************************************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0; 
    padding: 0; 
    list-style: none; 
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/***@font-face {
        font-family: 'flexslider-icon';
        src:url('../fonts/flexslider-icon.eot');
        src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
                url('../fonts/flexslider-icon.woff') format('woff'),
                url('../fonts/flexslider-icon.ttf') format('truetype'),
                url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
        font-weight: normal;
        font-style: normal;
}***/

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0; 
    padding: 0;
}
.flexslider ul{
    height: 100%;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    max-height: 290px;
}

.flexslider .slides img {
    width: 100%; 
    height: 290px;
    display: block;
    max-width: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020"; 
    display: block; 
    clear: both; 
    visibility: hidden; 
    line-height: 0; 
    height: 0;
}

html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider { 
    /* margin: 0 0 60px; */
    /* border: 4px solid #fff; */ 
    position: relative; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -o-border-radius: 4px; 
    border-radius: 4px; 
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    box-shadow: 0 1px 4px rgba(0,0,0,.2); 
    zoom: 1; 
    overflow: hidden;
}

.flex-viewport { 
    max-height: 2000px; 
    -webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    -o-transition: all 1s ease; 
    transition: all 1s ease; 
}

.loading .flex-viewport { 
    max-height: 300px; 
}

.flexslider .slides { 
    zoom: 1; 
}

.carousel li { 
    margin-right: 5px; 
}

/* Direction Nav */


ol.flex-control-nav.flex-control-paging {
    display: none;
}
ul.flex-direction-nav {
    display: none;
}

.flex-direction-nav {*height: 0;}

.flex-direction-nav a { 
    display: block; 
    width: 40px; height: 106px; 
    margin: -20px 0 0; 
    position: absolute; 
    top: 45%; 
    z-index: 10; 
    overflow: hidden; 
    opacity: 1; 
    cursor: pointer;  
    color: rgba(0,0,0,0.8); 
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    transition: all .3s ease; 
}

.flex-direction-nav .flex-prev { 
    left: 10px; 
}

.flex-direction-nav .flex-next { 
    right: 10px; 
    text-align: right; 
}

.flexslider:hover .flex-prev { 
    opacity: 0.7; 
    left: 10px; 
}

.flexslider:hover .flex-next { 
    opacity: 0.7; 
    right: 10px; 
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { 
    opacity: 1; 
}

.flex-direction-nav .flex-disabled {
    /* opacity: 0!important; 
    filter:alpha(opacity=0); */ 
    cursor: default; 
}

.flex-direction-nav a:before  { 
    font-family: "flexslider-icon"; 
    font-size: 40px; 
    display: inline-block; 
    content: url(/images/bg_direction_prev.png);
}

.flex-direction-nav a.flex-next:before  { 
    content: url(/images/bg_direction_next.png);
}

/* Pause/Play */
.flex-pauseplay a { 
    display: block; 
    width: 20px; 
    height: 20px; 
    position: absolute; 
    bottom: 5px; left: 10px; 
    opacity: 0.8; 
    z-index: 10; 
    overflow: hidden; 
    cursor: pointer; 
    color: #000; 
}

.flex-pauseplay a:before  { 
    font-size: 20px; 
    display: inline-block; 
}

.flex-pauseplay a:hover  { 
    opacity: 1; 
}

.flex-pauseplay a.flex-play:before { 
}

/* Control Nav */
.flex-control-nav {
    width: 100%; 
    position: absolute; 
    bottom: 20px; 
    z-index: 10;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px; 
    display: inline-block; 
    zoom: 1; 
    *display: inline;
}


.flex-control-paging li a {
    width: 11px; 
    height: 11px; 
    display: block; 
    background: #fff;
    background: rgba(255,255,255,0,5); 
    cursor: pointer; 
    text-indent: -9999px; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -o-border-radius: 20px; 
    border-radius: 20px; 
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
}

.flex-control-paging li a:hover { 
    background: #ffee00; 
    background: rgba(6,0,89,0,5); 
}

.flex-control-paging li a.flex-active { 
    background: #ffee00; 
    background: rgba(6,0,89,0,5); 
    cursor: default; 
}

.flex-control-thumbs {
    margin: 5px 0 0; 
    position: static; 
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%; 
    float: left; 
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%; 
    display: block; 
    opacity: .7; 
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1; 
    cursor: default;
}

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

    .flex-direction-nav .flex-prev { 
        opacity: 1; 
        left: 10px;
    }

    .flex-direction-nav .flex-next { 
        opacity: 1; 
        right: 10px;
    }
}
/* cmsms stylesheet: style modified: maandag 13 oktober 2025 15:29:56 */
@import url(http://weloveiconfonts.com/api/?family=entypo);

/********************************************************************************
 * COLORS
 ********************************************************************************/

 /* color = #ff5000; */

/********************************************************************************
 * BASIC LAYOUT
 ********************************************************************************/

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

body {
    text-align: left;
    font-family: 'open sans', sans-serif;
    line-height: 160%;
    background: #fff;
    letter-spacing: 0.5px;
}

img {
    border: 0;
}

.jsdontshow {
    display: none !important;
}

/********************************************************************************
 * HEADINGS
 ********************************************************************************/

h1 {
	font-size: 1.8em;
	line-height: 1.5em;
	letter-spacing: 1px;
        margin: 0 0 0.5em 0;
        color:#0C0D55;
}
h2 {
    font-size: 1.2em;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    margin: 0 0 0.25em 0;
    color:#0C0D55;
}

h3 {
    font-size: 1.1em;
    line-height: 1.1;
    margin: 0 0 0.25em 0;
    /*text-transform: uppercase;*/
    color:#0C0D55;
}

h4 {
    color: #294B5F; 
    font-size: 1em;
    line-height: 1.1em;
    margin: 0 0 0.25em 0;
}

/********************************************************************************
 * DEFAULT LINK STYLES
 ********************************************************************************/

a,
a:link, 
a:active,
a:focus  {
    text-decoration: none;
    color: #a3102a;
    outline: none;
    cursor: pointer;
}

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

p {
    margin: 0 0 1.3em 0; 
    padding: 0;
}
input{
   outline: 0;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style:italic;
}
.left {
    float:left;	
}
.right{
    float:right;
}
.clear {
    clear:both;	
}

.show-mobile {
    display: none;
}
.show-tablet {
    display: none;
}
/********************************************************************************
 * HEADER
 ********************************************************************************/
 
 header .logo-col {
     align-self: center;
 }
 
.logolink {
    display: inline-block;
}

.logo {
    margin: 25px 0 0 0;
    max-height: 60px;
    display: block;
}

.logolink h1 {
    margin: 0;
}

.header {
    height: 80px;
}

.header-row {
    display: flex;
    flex-flow: row wrap;
}

.header-ibs {
    display: block;
    padding: 8px 10px;
    background-color: #6992ec;
    max-width: 225px;
    margin-left: auto;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.45;
}

.header-ibs-readmore {
    color: #0C0D55;
    text-transform: uppercase;
}

/********************************************************************************
 * BREADCRUMBS
 ********************************************************************************/

.breadcrumbs {
    padding: 1em 0 1.2em 0;
    font-size: 90%;
    margin: 0 1em;
    border-bottom: 1px dotted #000;
}

.breadcrumbs span.lastitem { 
    font-weight:bold; 
} 

/********************************************************************************
 * CONTENT
 ********************************************************************************/

.contentvervolg, .inhoud-vervolg{
   min-height:400px;
}

/********************************************************************************
 * FOOTER
 ********************************************************************************/

.footer {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 5px;
    background: rgb(18,20,94); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(18,20,94,1) 0%, rgba(5,4,74,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(18,20,94,1) 0%, rgba(5,4,74,1) 100%); 
    background: linear-gradient(to bottom, rgba(18,20,94,1) 0%, rgba(5,4,74,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12145e', endColorstr='#05044a', GradientType=0 ); 
    font-weight: 300;
    font-size: 0.7em;
    letter-spacing: 1px;
}

.footer p {
    font-size: 0.8em;
    padding: 1.5em;
    text-align: center;
    margin: 0;
}

.footer a {
    color: #fff; 
}
.footer a.nieuwsbrief{
    text-transform: uppercase;
}
.footer .contactgegevens a:hover{
    text-decoration:underline;
}
.footer a.nieuwsbrief:hover{
    color: #b5b5b5;
}
.footer .contactgegevens {
    line-height: 1.2;
}
.copyright-balk {
    text-align: center;
    font-size: 0.8em;
    text-transform: capitalize;
}
/********************************************************************************
 * LISTS
 ********************************************************************************/

div.content ul,
div.content ol {
    font-size: 1.0em;
    line-height: 1.4em;
    margin: 0 0 1.5em 0;
}

div.content ul li,
div.content ol li {
    margin: 0 0 0.25em 3em;
}
.innercontent li{
    margin: 0 0 0 20px;
}

/********************************************************************************
 * CONTACTFORM
 ********************************************************************************/

textarea  {
    background: none;
    width: 90%;
    overflow: hidden;
    color: #515151;
    padding: 10px;
    margin: 0 0 20px 0;
    height: 185px;
}

input[type=text] {
    width: 90%;
    overflow: hidden;
    color: #090B58;
    padding: 10px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}

input[type=submit] {
    background:#06054C;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    border: 1px solid #0E1059;
    /*margin: 3px 0 15px 0;*/
    cursor: pointer;
    box-sizing: border-box;
}

input[type=submit]:hover {
    background: #171A6D;
    text-transform: uppercase;
    color: #FFFFFF;
    /* padding: 15px 35px; */
    border: 1px solid #171A6D;
    /* margin: 3px 0 15px 0; */
    cursor: pointer;
}

.formerror {
    background: #FFD1D1;
    width: 90%;
    font-weight: 700;
    font-size: 0.7em;
    text-align: center;
    color: #c64949;
    text-transform: uppercase; 
    padding: 2px;
    border: 2px solid #c64949;
    margin-bottom: 20px;
}

/********************************************************************************
 * SEARCH STYLING CMSMS
 ********************************************************************************/

.searchresults {
    margin: 20px 0;
}
.search-showhide {
    position: absolute;
    width: calc(100% - 240px);
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display:none;
}

.nav .row {
    overflow: visible;
    position: relative;
}

.nav .eightcol {
    margin-right: 0;
    width: 68%;
}

.nav .last {
    float: right;
}

input[type=text].search-input {
    float: left;
    background-color: rgba(255, 255, 255, 0.56);
    border: 1px solid #0E1059;
    box-sizing: border-box;
    width: 90%;
}

input[type=submit].search-button {
    float: left;
    box-sizing: border-box;
    width: 10%;
}

span.entypo-search {
    font-size: 1.2em;
}

.loep {
    padding: 4px;
    width: 40px;
   float:left;
}
.article {
    border-top: 1px solid #aeaeae;
    padding: 10px 0;
    overflow: hidden;
}

.article a:hover {
    text-decoration: none;
}

.article h3 a {
    font-size: 15px;
    color: #007fbd;
}

.article h3 a:hover {
    color: #ff5000;
}

a.cta_article {
    background: #ff5000;
    color: #fff;
    padding: 10px;
    border: 1px solid #ff5000;
    margin-bottom: 10px;
    display: inline-block;
    float: right;
}

a.cta_article:hover {
    background: none;
    color: #ff5000;
}

.article p a {
    color: #6E6E6E;
    width: 80%;
    float: left;
}


/**********************
      STYLE 
**********************/
.home-line{
   width:5%;
   margin-top:20px;
}
.content {
    line-height: 1.4;
    font-size: 0.9em;
    font-family: 'open sans',sans-serif;
}
.container.nav {
    background: rgb(18,20,94); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(18,20,94,1) 0%, rgba(5,4,74,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(18,20,94,1) 0%, rgba(5,4,74,1) 100%); 
    background: linear-gradient(to bottom, rgba(18,20,94,1) 0%, rgba(5,4,74,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12145e', endColorstr='#05044a', GradientType=0 ); 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-weight: 300;
    /*text-transform: uppercase;*/
    font-size: 0.8em;
    letter-spacing: 1px;
    padding-top:10px;
}

.mainmenu {
    display: inline-block;
    overflow: hidden;
    padding: 25px 0 0 0px;
    vertical-align: bottom;
}
.mainmenu a {
    padding: 5px 15px 5px 15px;
}

.search {
    color: #FFF;
    text-align: center;
    display: inline-block;
    float: left;
    cursor: pointer; 
}

.nav a {
    color: #FFF;
    cursor: pointer; 
}
.mlebox {
    display: block;
    overflow: hidden;
}
a.login.btn {
    padding: 5px 0;
    height: 35px;
    display: inline-block;
    font-size: 10px;
}
.loginwrap {
    display: inline-block;
    float: left;
    height: 35px;
    overflow: hidden;
}
.loginwrap .btn.login {
    width: 100px;
}
.nav .mlebox span {
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 5px 0;
}
.mlebox img {
    width: 20px;
    margin-left: 5px;
    display: inline-block;
}
.mle a {
    display: inline-block;
    opacity: 0.4;
    overflow: hidden;
    float: left;
    width: 50%;
    padding: 5px 0;
}

.buttons-col {
    display: flex;
    justify-content: flex-end;
}

.buttons-nav {
    overflow: hidden;
    margin-top: auto;
}

.innerbtns-nav {
    float: right;
}

.btn {
    /*padding: 5px 0px;*/
    width: 80px;
    height: 35px;
    float: left;
    text-align: center;
    display: block;
    overflow: hidden;
}
{*.contact {
    background-color: #a3102a;
}*}
.login {
    background-color: #668223;
    display: block;
    cursor: pointer;
    height:100%;
}
.mle.btn {
    background-color: #ADADAD;
}

{*
.visual {
    overflow: hidden;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: 135px;
    max-height: 290px;
    position: relative;
}
*}

.visual {
    overflow: hidden;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: 135px;
    height: 290px;
    max-height: 290px;
    position: relative;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center 80%!important;
}

.visual img {
    display: block;
    width:100%;
}
.caption {
    padding: 10px 0;
    background: rgba(173, 173, 173, 0.66);
    position: absolute;
    width: 100%;
    bottom: 0;
}
.caption-inner {
    color: #fff;
    max-width: 1140px;
    font-size: 0.9em;
}
.caption-inner h3 {
    color: #FFF;
    font-weight: 500;
    line-height: 1;
}
.container.nieuws {
    background-color: #f3f3f3;
    padding-top: 25px;
    padding-bottom: 25px;
}
.content-small {
    font-size: 0.8em;
    line-height: 1.3;
    padding-top: 10px;
    min-height: 130px;
}
.readmore {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75em;
}
.about {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.overphilipse {
    padding: 10px 10%;
}
.img-nieuwsbrief {
    float: left;
    margin-right: 20px;
}

/*****VERVOLG****/
.inhoud-vervolg {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 0.9em;
    line-height:1.4;
}
.inhoud{
    display:flex;
   margin-bottom:80px;
}
.sidemenu {
    flex: 2;
}

.sidebar strong {
    display: inline-block;
    width: 30px;
}
.contentvervolg {
    border-left: 1px solid #D6D6D6;
    padding-left: 4%;
    flex:5;
}
.info {
    background-color: #ebebeb;
    padding: 10px;
    margin-top: 40px;
    margin-left: 1em;
}
.infotitel {
    font-weight: 700;
}
.innerinfo {
    font-style: italic;
    font-size: 0.95em;
}
.row.functie {
    font-weight: 700;
    padding: 0px 0 10px 0;
}
.functie {
    font-weight: 700;
    padding-bottom:8px;
}
.item {
    border-bottom: 1px solid #ABABAB;
    padding-bottom: 10px;
    margin-bottom: 25px;
    width:60%;
}

h1.naamdetail {
    font-size: 1.1em;
}
.naamdetail{
  display:inline-block;
  margin-right:15px;
}
a.linkedin {
    display: block;
    overflow: hidden;
    padding: 2px 10px;
    width: 45%;
    background-color: #11125C;
    color: #fff;
    margin: 10px 0;
}
a.linkedin:hover{
    background: #35336a;
}
.entypo-linkedin {
    font-size: 1.1em;
    display: inline-block;
    margin-right: 10px;
}
.linkedin img {
    width: 18px;
    margin-bottom: -2px;
    margin-right: 5px;
}
.toezicht {
    display: block;
    height: 85px;
}
a.naam{
   color:#000;
}
a.naam:hover{
   color:#a3102a;
}
.googlemaps{
  overflow:hidden;
}
.googlemaps iframe{
width:100%;
}
img.nieuwsbrief {
    display: block;
}
.nieuwsbriefoverzicht img {
    max-height: 140px;
}
a.readmore-link {
    font-weight: 700;
}
.news {
    padding-bottom: 30px;
    min-height:200px;
}
.news a img {
   height: 150px;
}
.NewsSummaryPostdate {
    font-size: 0.8em;
}
.NewsSummarySummary p{
    margin:0;
}
.artikelenmedia {
    min-height: 95px;
}
p.item-title {
    display: inline-block;
    width: 120px;
    margin: 0;
    text-transform: lowercase;
}
.innercontent {
    overflow: hidden;
}


/****************** Gallery ****************/
.gallery .img {
    /*width: 120px;   Adjust as you see fit */
    float: left;
    margin: 20px 0 50px 0 !important;
    text-align: center;
    display: none;
    height: auto;
}

@media only screen and (max-width: 767px){
  .gallery .img {
    margin: 0px 0 40px 0 !important;
  }
}

.gallery .img:first-of-type {
    display: block;
}

.gallery img {
    border: 0;
    width: 260px;
}

.goede-doelen .sixcol{
    padding-left: 0 !important;
}
/* cmsms stylesheet: Breakpoints modified: dinsdag 13 februari 2018 11:34:40 */
/**************************************************
1180
***************************************************/
@media only screen and (max-width: 1180px) {
    .caption-inner {
        padding: 0 20px;
    }
}

/**************************************************
1024
***************************************************/
@media only screen and (max-width: 1024px) {

.btn {
    width: 60px;
    font-size: 0.8em;
}

.search-showhide {
    width: calc(100% - 180px);
}
.footer {
    font-weight: 500;
}

.mainmenu a {
    padding: 5px 8px 5px 8px;
}

.flexslider .slides img {
    height: 200px;
}

}/******* END 1024 **********/


/**************************************************
976
***************************************************/
@media only screen and (max-width: 976px) {
    .visual {
        margin-top: 110px;
    }
}/******* END 976 **********/

/**************************************************
800 (TABLET)
***************************************************/
@media only screen and (max-width: 800px) {

.mle a {
    float: right;
    margin-right: 20px;
    width: auto;
}

.mle span {
    color: #FFF;
    float: right;
    padding: 2px 5px 0 0; 
    margin-right: 20px;
}

.show-tablet {
    display: block !important;
    clear: both;
}
.no-tablet { 
   display: none !important;
}
.headfixed {
    height: 70px;
}
a.logomob {
    top: 20px;
}
img.mobilelogo {
    width: 180px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.pushmenu {
    top: 25px;
}
.menuIcon {
    margin: 10px 10px;
}
.menu_horiz li {
    font-size: 0.9em;
}
.mainmenu a {
    padding: 8px 10px;
}
.btn {
    width: 55px;
    font-size: 0.7em;
}
.visual {
    margin-top: 15px;
}
.footer {
    font-weight: 500;
}

}/******* END 800 **********/

/**************************************************
767 (MOBILE)
***************************************************/
@media only screen and (max-width: 767px) {
.flexslider ul {
    height: 140px;
}
.visual img {
    margin-top:0;
}
.visual{
     margin-top:20px; 
     height:100px;
}
.toezicht{
    margin: 0 auto;
}
.kenmerken {
    margin-bottom: 30px;
}

.caption-inner {
    padding: 0;
}

a.nieuwsbrief {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.nieuwsbriefoverzicht {
    margin-bottom: 20px;
    text-align:center;
}
.links {
    margin-bottom: 20px;
}
.container.inhoud-vervolg {
    width: auto;
    padding: 20px 20px;
}
.inhoud {
    display: block;
}
.contentvervolg {
    border-left: 0;
    padding-left: 0;
    flex: none;
}
.sidemenu {
    flex: none;
}
.logoblok {
    margin: 30px 0;
    text-align:center;
}
.btn-mobile {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
a.contact.btn {
    width: 40%;
    margin-right: 10px;
}
a.login.btn {
    width: 40%;
}

.depotbanken{
   margin:0 auto;
}
td.wsite-multicol-col.media {
    display: block;
}
.copyright-balk {
    text-align: left;
    padding-left: 20px;
}
.partneroverzicht .threecol{
    padding:0 !important;
}
p.item-title {
    display: block;
    margin: 10px 0 0 0;
}
.artikelenmedia {
    margin-bottom: 20px;
}
.flexslider .slides img {
    width: 180%;
    height: 20%;
}
.flexslider .slides > li {
    max-height:100px;
}
.caption {
    padding: 5px 40px;
    font-size: 0.8em;
}
}/******* END 767 **********/
/* cmsms stylesheet: entypo modified: donderdag 6 oktober 2016 15:59:09 */
@charset "UTF-8";
@font-face {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  src: url('https://weloveiconfonts.com/api/fonts/entypo/entypo.eot');
  src: url('https://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'), 
  url('https://www.philipse.com/fonts/entypo.woff') format('woff'), 
  url('https://www.philipse.com/fonts/entypo.ttf') format('truetype'), 
  url('https://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo') format('svg');
}
.entypo-note:before{content:"\266a"}.entypo-note-beamed:before{content:"\266b"}.entypo-music:before{content:"\1f3b5"}.entypo-search:before{content:"\1f50d"}.entypo-flashlight:before{content:"\1f526"}.entypo-mail:before{content:"\2709"}.entypo-heart:before{content:"\2665"}.entypo-heart-empty:before{content:"\2661"}.entypo-star:before{content:"\2605"}.entypo-star-empty:before{content:"\2606"}.entypo-user:before{content:"\1f464"}.entypo-users:before{content:"\1f465"}.entypo-user-add:before{content:"\e700"}.entypo-video:before{content:"\1f3ac"}.entypo-picture:before{content:"\1f304"}.entypo-camera:before{content:"\1f4f7"}.entypo-layout:before{content:"\268f"}.entypo-menu:before{content:"\2630"}.entypo-check:before{content:"\2713"}.entypo-cancel:before{content:"\2715"}.entypo-cancel-circled:before{content:"\2716"}.entypo-cancel-squared:before{content:"\274e"}.entypo-plus:before{content:"\2b"}.entypo-plus-circled:before{content:"\2795"}.entypo-plus-squared:before{content:"\229e"}.entypo-minus:before{content:"\2d"}.entypo-minus-circled:before{content:"\2796"}.entypo-minus-squared:before{content:"\229f"}.entypo-help:before{content:"\2753"}.entypo-help-circled:before{content:"\e704"}.entypo-info:before{content:"\2139"}.entypo-info-circled:before{content:"\e705"}.entypo-back:before{content:"\1f519"}.entypo-home:before{content:"\2302"}.entypo-link:before{content:"\1f517"}.entypo-attach:before{content:"\1f4ce"}.entypo-lock:before{content:"\1f512"}.entypo-lock-open:before{content:"\1f513"}.entypo-eye:before{content:"\e70a"}.entypo-tag:before{content:"\e70c"}.entypo-bookmark:before{content:"\1f516"}.entypo-bookmarks:before{content:"\1f4d1"}.entypo-flag:before{content:"\2691"}.entypo-thumbs-up:before{content:"\1f44d"}.entypo-thumbs-down:before{content:"\1f44e"}.entypo-download:before{content:"\1f4e5"}.entypo-upload:before{content:"\1f4e4"}.entypo-upload-cloud:before{content:"\e711"}.entypo-reply:before{content:"\e712"}.entypo-reply-all:before{content:"\e713"}.entypo-forward:before{content:"\27a6"}.entypo-quote:before{content:"\275e"}.entypo-code:before{content:"\e714"}.entypo-export:before{content:"\e715"}.entypo-pencil:before{content:"\270e"}.entypo-feather:before{content:"\2712"}.entypo-print:before{content:"\e716"}.entypo-retweet:before{content:"\e717"}.entypo-keyboard:before{content:"\2328"}.entypo-comment:before{content:"\e718"}.entypo-chat:before{content:"\e720"}.entypo-bell:before{content:"\1f514"}.entypo-attention:before{content:"\26a0"}.entypo-alert:before{content:"\1f4a5'"}.entypo-vcard:before{content:"\e722"}.entypo-address:before{content:"\e723"}.entypo-location:before{content:"\e724"}.entypo-map:before{content:"\e727"}.entypo-direction:before{content:"\27a2"}.entypo-compass:before{content:"\e728"}.entypo-cup:before{content:"\2615"}.entypo-trash:before{content:"\e729"}.entypo-doc:before{content:"\e730"}.entypo-docs:before{content:"\e736"}.entypo-doc-landscape:before{content:"\e737"}.entypo-doc-text:before{content:"\1f4c4"}.entypo-doc-text-inv:before{content:"\e731"}.entypo-newspaper:before{content:"\1f4f0"}.entypo-book-open:before{content:"\1f4d6"}.entypo-book:before{content:"\1f4d5"}.entypo-folder:before{content:"\1f4c1"}.entypo-archive:before{content:"\e738"}.entypo-box:before{content:"\1f4e6"}.entypo-rss:before{content:"\e73a"}.entypo-phone:before{content:"\1f4dE"}.entypo-cog:before{content:"\2699"}.entypo-tools:before{content:"\2692"}.entypo-share:before{content:"\e73c"}.entypo-shareable:before{content:"\e73e"}.entypo-basket:before{content:"\e73d"}.entypo-bag:before{content:"\1f45c'"}.entypo-calendar:before{content:"\1f4c5"}.entypo-login:before{content:"\e740"}.entypo-logout:before{content:"\e741"}.entypo-mic:before{content:"\1f3a4"}.entypo-mute:before{content:"\1f507"}.entypo-sound:before{content:"\1f50a"}.entypo-volume:before{content:"\e742"}.entypo-clock:before{content:"\1f554"}.entypo-hourglass:before{content:"\23f3"}.entypo-lamp:before{content:"\1f4a1"}.entypo-light-down:before{content:"\1f505"}.entypo-light-up:before{content:"\1f506"}.entypo-adjust:before{content:"\25d1"}.entypo-block:before{content:"\1f6ab"}.entypo-resize-full:before{content:"\e744"}.entypo-resize-small:before{content:"\e746"}.entypo-popup:before{content:"\e74c"}.entypo-publish:before{content:"\e74d"}.entypo-window:before{content:"\e74e"}.entypo-arrow-combo:before{content:"\e74f"}.entypo-down-circled:before{content:"\e758"}.entypo-left-circled:before{content:"\e759"}.entypo-right-circled:before{content:"\e75a"}.entypo-up-circled:before{content:"\e75b"}.entypo-down-open:before{content:"\e75c"}.entypo-left-open:before{content:"\e75d"}.entypo-right-open:before{content:"\e75e"}.entypo-up-open:before{content:"\e75f"}.entypo-down-open-mini:before{content:"\e760"}.entypo-left-open-mini:before{content:"\e761"}.entypo-right-open-mini:before{content:"\e762"}.entypo-up-open-mini:before{content:"\e763"}.entypo-down-open-big:before{content:"\e764"}.entypo-left-open-big:before{content:"\e765"}.entypo-right-open-big:before{content:"\e766"}.entypo-up-open-big:before{content:"\e767"}.entypo-down:before{content:"\2b07"}.entypo-left:before{content:"\2b05"}.entypo-right:before{content:"\27a1"}.entypo-up:before{content:"\2b06"}.entypo-down-dir:before{content:"\25be"}.entypo-left-dir:before{content:"\25c2"}.entypo-right-dir:before{content:"\25b8"}.entypo-up-dir:before{content:"\25b4"}.entypo-down-bold:before{content:"\e4b0"}.entypo-left-bold:before{content:"\e4ad"}.entypo-right-bold:before{content:"\e4ae"}.entypo-up-bold:before{content:"\e4af"}.entypo-down-thin:before{content:"\2193"}.entypo-left-thin:before{content:"\2190"}.entypo-right-thin:before{content:"\2192"}.entypo-up-thin:before{content:"\2191"}.entypo-ccw:before{content:"\27f2"}.entypo-cw:before{content:"\27f3"}.entypo-arrows-ccw:before{content:"\1f504"}.entypo-level-down:before{content:"\21b3"}.entypo-level-up:before{content:"\21b0"}.entypo-shuffle:before{content:"\1f500"}.entypo-loop:before{content:"\1f501"}.entypo-switch:before{content:"\21c6"}.entypo-play:before{content:"\25b6"}.entypo-stop:before{content:"\25a0"}.entypo-pause:before{content:"\2389"}.entypo-record:before{content:"\26ab"}.entypo-to-end:before{content:"\23ed"}.entypo-to-start:before{content:"\23ee"}.entypo-fast-forward:before{content:"\23e9"}.entypo-fast-backward:before{content:"\23ea"}.entypo-progress-0:before{content:"\e768"}.entypo-progress-1:before{content:"\e769"}.entypo-progress-2:before{content:"\e76a"}.entypo-progress-3:before{content:"\e76b"}.entypo-target:before{content:"\1f3af"}.entypo-palette:before{content:"\1f3a8"}.entypo-list:before{content:"\e005"}.entypo-list-add:before{content:"\e003"}.entypo-signal:before{content:"\1f4f6"}.entypo-trophy:before{content:"\1f3c6"}.entypo-battery:before{content:"\1f50b"}.entypo-back-in-time:before{content:"\e771"}.entypo-monitor:before{content:"\1f4bb"}.entypo-mobile:before{content:"\1f4f1"}.entypo-network:before{content:"\e776"}.entypo-cd:before{content:"\1f4bf"}.entypo-inbox:before{content:"\e777"}.entypo-install:before{content:"\e778"}.entypo-globe:before{content:"\1f30e"}.entypo-cloud:before{content:"\2601"}.entypo-cloud-thunder:before{content:"\26c8"}.entypo-flash:before{content:"\26a1"}.entypo-moon:before{content:"\263d"}.entypo-flight:before{content:"\2708"}.entypo-paper-plane:before{content:"\e79b"}.entypo-leaf:before{content:"\1f342"}.entypo-lifebuoy:before{content:"\e788"}.entypo-mouse:before{content:"\e789"}.entypo-briefcase:before{content:"\1f4bc"}.entypo-suitcase:before{content:"\e78e"}.entypo-dot:before{content:"\e78b"}.entypo-dot-2:before{content:"\e78c"}.entypo-dot-3:before{content:"\e78d"}.entypo-brush:before{content:"\e79a"}.entypo-magnet:before{content:"\e7a1"}.entypo-infinity:before{content:"\221e"}.entypo-erase:before{content:"\232b"}.entypo-chart-pie:before{content:"\e751"}.entypo-chart-line:before{content:"\1f4c8"}.entypo-chart-bar:before{content:"\1f4ca"}.entypo-chart-area:before{content:"\1f53e"}.entypo-tape:before{content:"\2707"}.entypo-graduation-cap:before{content:"\1f393"}.entypo-language:before{content:"\e752"}.entypo-ticket:before{content:"\1f3ab"}.entypo-water:before{content:"\1f4a6"}.entypo-droplet:before{content:"\1f4a7"}.entypo-air:before{content:"\e753"}.entypo-credit-card:before{content:"\1f4b3"}.entypo-floppy:before{content:"\1f4be"}.entypo-clipboard:before{content:"\1f4cb"}.entypo-megaphone:before{content:"\1f4e3"}.entypo-database:before{content:"\e754"}.entypo-drive:before{content:"\e755"}.entypo-bucket:before{content:"\e756"}.entypo-thermometer:before{content:"\e757"}.entypo-key:before{content:"\1f511"}.entypo-flow-cascade:before{content:"\e790"}.entypo-flow-branch:before{content:"\e791"}.entypo-flow-tree:before{content:"\e792"}.entypo-flow-line:before{content:"\e793"}.entypo-flow-parallel:before{content:"\e794"}.entypo-rocket:before{content:"\1f680"}.entypo-gauge:before{content:"\e7a2"}.entypo-traffic-cone:before{content:"\e7a3"}.entypo-cc:before{content:"\e7a5"}.entypo-cc-by:before{content:"\e7a6"}.entypo-cc-nc:before{content:"\e7a7"}.entypo-cc-nc-eu:before{content:"\e7a8"}.entypo-cc-nc-jp:before{content:"\e7a9"}.entypo-cc-sa:before{content:"\e7aa"}.entypo-cc-nd:before{content:"\e7ab"}.entypo-cc-pd:before{content:"\e7ac"}.entypo-cc-zero:before{content:"\e7ad"}.entypo-cc-share:before{content:"\e7ae"}.entypo-cc-remix:before{content:"\e7af"}.entypo-github:before{content:"\f300"}.entypo-github-circled:before{content:"\f301"}.entypo-flickr:before{content:"\f303"}.entypo-flickr-circled:before{content:"\f304"}.entypo-vimeo:before{content:"\f306"}.entypo-vimeo-circled:before{content:"\f307"}.entypo-twitter:before{content:"\f309"}.entypo-twitter-circled:before{content:"\f30a"}.entypo-facebook:before{content:"\f30c"}.entypo-facebook-circled:before{content:"\f30d"}.entypo-facebook-squared:before{content:"\f30e"}.entypo-gplus:before{content:"\f30f"}.entypo-gplus-circled:before{content:"\f310"}.entypo-pinterest:before{content:"\f312"}.entypo-pinterest-circled:before{content:"\f313"}.entypo-tumblr:before{content:"\f315"}.entypo-tumblr-circled:before{content:"\f316"}.entypo-linkedin:before{content:"\f318"}.entypo-linkedin-circled:before{content:"\f319"}.entypo-dribbble:before{content:"\f31b"}.entypo-dribbble-circled:before{content:"\f31c"}.entypo-stumbleupon:before{content:"\f31e"}.entypo-stumbleupon-circled:before{content:"\f31f"}.entypo-lastfm:before{content:"\f321"}.entypo-lastfm-circled:before{content:"\f322"}.entypo-rdio:before{content:"\f324"}.entypo-rdio-circled:before{content:"\f325"}.entypo-spotify:before{content:"\f327"}.entypo-spotify-circled:before{content:"\f328"}.entypo-qq:before{content:"\f32a"}.entypo-instagrem:before{content:"\f32d"}.entypo-dropbox:before{content:"\f330"}.entypo-evernote:before{content:"\f333"}.entypo-flattr:before{content:"\f336"}.entypo-skype:before{content:"\f339"}.entypo-skype-circled:before{content:"\f33a"}.entypo-renren:before{content:"\f33c"}.entypo-sina-weibo:before{content:"\f33f"}.entypo-paypal:before{content:"\f342"}.entypo-picasa:before{content:"\f345"}.entypo-soundcloud:before{content:"\f348"}.entypo-mixi:before{content:"\f34b"}.entypo-behance:before{content:"\f34e"}.entypo-google-circles:before{content:"\f351"}.entypo-vkontakte:before{content:"\f354"}.entypo-smashing:before{content:"\f357"}.entypo-sweden:before{content:"\f601"}.entypo-db-shape:before{content:"\f600"}.entypo-logo-db:before{content:"\f603"}
