/* cmsms stylesheet: normalize modified: vrijdag 16 april 2021 12:21:15 */
/*! 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: entypo modified: vrijdag 16 april 2021 12:21:15 */
@charset "UTF-8";
@font-face {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
    src: url('../../fonts/entypo.eot');
    src: url('../../fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/entypo.woff') format('woff'),
         url('../../fonts/entypo.ttf') format('truetype'),
         url('../../fonts/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"}
/* cmsms stylesheet: menu_horiz modified: vrijdag 16 april 2021 12:21:15 */
/********************************************************************************
 * 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 
 ********************************************************************************/

.menu_horiz {
    float: right;
    overflow: hidden;
}

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

.menu_horiz ul {
    margin: 0;
    padding: 0;
    height:2.2em;
}

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

.menu_horiz li {
    float: left;
    list-style-type: none;
    margin: auto 10px;
    font-size: 1em;
}

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

.menu_horiz a {
    padding:44px 10px 5px 10px;    /* padding inside the list item box */
    margin: 0;                       /* margin outside each list item box */
    text-decoration: none;           /* no underline for links */
    color:#FFF !important;
    display: block;                  /* IE has problems with this, fixed above */
}

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

.menu_horiz li a:hover {
    color:#FFF;
    text-decoration: none;
    height:auto;
}

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

.menu_horiz li a.menuactive {
    color: #FFF;
    font-weight:700;
}

a.menuactive span {
    border-bottom: 2px solid #FFF;
}
.menu_horiz li a span:hover {
    border-bottom: 2px solid #FFF;
}
/********************************************************************************
 * active parent, that is the first-level parent of a child page that is the current page
 ********************************************************************************/

.menu_horiz li.activeparent a {
    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;
    display: block;                  /* IE has problems with this, fixed above */
    font-size: 1em;                  /* instead of the normal font size for <h3> */
}
/* cmsms stylesheet: menu_vert modified: vrijdag 16 april 2021 12:21:15 */
/********************************************************************************
 * VERTICAL MENU
 ********************************************************************************/

#menu_vert {
    padding-left: 0;
    margin-left: 1em;
}

/********************************************************************************
 * 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;
}

#menu_vert ul ul li {
    border: none;
}

/********************************************************************************
 * 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;                    /* no underline for links */
    display: block;                          /* IE has problems with this, fixed above */
    padding: 0.8em 0.5em 0.8em 1.5em;        /* some air for it */
    color: #18507C;                          /* this will be link color for all levels */
    background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
    min-height:1em;                          /* Fixes IE7 whitespace bug */ 
}

/********************************************************************************
 * 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 {
    background-color: #C3D4DF;
}
#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: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
    background-color: #385C72;
    color: #fff;
}

#menu_vert ul ul li a.activeparent {
    background-position: 1.5em center; 
    background-color: transparent;
    color: #18507C;
}

/********************************************************************************
 * current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
 ********************************************************************************/


div#menu_vert ul h3 {
    background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
    background-color: #385C72;
    display: block; 
    padding: 0.8em 0.5em 0.8em 1.5em;       /* some air for it */
    color: #fff;                            /* this will be link color for all levels */
    font-size: 1em;                         /* instead of the normal font size for <h3> */
    margin: 0;                              /* as <h3> normally has some margin by default */
}

/********************************************************************************
 * next level current pages, more padding, 
smaller font and no background color or bottom border  
 ********************************************************************************/

#menu_vert ul ul h3 {
    font-size: 90%;
    padding: 0.3em 0.5em 0.3em 2.8em;
    background-position: 1.4em center;
    background-color: transparent;
    border-bottom: none;
    color: #000;     
}
/********************************************************************************
 * current page on third level, more padding 
 ********************************************************************************/

#menu_vert ul ul ul h3 {
    padding: 0.3em 0.5em 0.3em 4.3em;
    background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/********************************************************************************
 * section header 
 ********************************************************************************/

#menu_vert li.sectionheader {
    border-right: none;
    font-size: 130%;
    font-weight: bold;
    padding: 1.5em 0 0.8em 0;
    background-color: #fff;
    line-height: 1em;
    margin: 0;
    text-align:center;
}

/********************************************************************************
 * separator 
 ********************************************************************************/

#menu_vert li.separator {
    height: 1px !important;
    margin-top: -1px;
    margin-bottom: 0;
    padding:2px 0 2px 0;
    background-color: #000;
    overflow:hidden !important;
    line-height:1px !important;
    font-size:1px;                   /* for ie */
}

#menu_vert li.separator hr {
    display: none;                   /* this is for accessibility */
}
/* cmsms stylesheet: mobilemenu modified: vrijdag 16 april 2021 12:21:15 */
/********************************************************************************
 * 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;
    float: right;
    left: 10px;
    top: 10px;
}

img.mobilelogo {
    width: 120px;
    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: #77206D;
}

/************************************
 * 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: #FFF;
    right: -70%;
    border-left: 1px solid #77206D;
}

.pushmenu.active {
    right: 0;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.pushmenu a.menuactive span {
    color: #989898;
}

.pushmenu a {
    display: block;
    color: #77206D !important;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
    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: #77206D;
    margin: 0;
}

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

}

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

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

.pushmenu ul li.sectionheader span.sectiontitle {
    display: block;
    color: #77206D;
    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: #FFF;
    color: #fff !important;
}

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

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

.pushmenu .short_mle a {
    border-bottom: 0;
}


/********************************************************************************
 * ICON
 ********************************************************************************/
*, ::after, ::before {
    box-sizing: inherit;
}

.menuIcon {
  display: block;
  position: absolute;
  right:0;
  overflow: hidden;
  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: grid modified: vrijdag 16 april 2021 12:21:15 */
/********************************************************************************
 * 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;
    }
.xtra_marg{
        margin-left:0 !important;
        margin-bottom:50px;
}
}
/* cmsms stylesheet: style modified: vrijdag 16 april 2021 12:21:15 */
/********************************************************************************
 * COLORS
 ********************************************************************************/

 /* color = #ff5000; */

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

@import url(http://weloveiconfonts.com/api/?family=entypo);

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

@font-face {
    font-family: 'dekarregular';
    src: url('../../fonts/dekar-webfont.eot');
    src: url('../../fonts/dekar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dekar-webfont.woff2') format('woff2'),
         url('../../fonts/dekar-webfont.woff') format('woff'),
         url('../../fonts/dekar-webfont.ttf') format('truetype'),
         url('../../fonts/dekar-webfont.svg#dekarregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 160%;
    background: #fff;
}

img {
    border: 0;
}


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

h1 {
    color: #294B5F; 
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}

h2 {
    color: #294B5F; 
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 0.25em 0;
}

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

h4 {
    color: #294B5F; 
    font-size: 1em;
    line-height: 1.1em;
    margin: 0 0 0.25em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
    font-weight: 500;
}
/********************************************************************************
 * DEFAULT LINK STYLES
 ********************************************************************************/

a,
a:link, 
a:active,
a:focus  {
    text-decoration: none;
    color: #18507C; 
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #385C72;
}

p {
    margin: 0 0 0.5em 0; 
    padding: 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
 ********************************************************************************/

img.logo {
    margin: 15px 0 0 0;
    max-width: 180px;
}
.menubalk {
    height: 80px;
    background-color: #77216d;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.header {
    max-height: 400px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

/********************************************************************************
 * 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
 ********************************************************************************/

.content {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 400;
    color: #343434;
    padding-bottom:20px;
   padding-top:10px;
}
.content-portal {
    font-weight: 400;
    color: #343434;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    min-height: 570px;
}

.content-portal .pos_ab {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #C7B0C5;
    width: 13.5%;
    margin-right: 0;
    max-width: 175px;
}

.content-portal .xtra_marg {
    margin-left: 17.3%;
}
.content a {
    color: #000;
    text-decoration: none;
}
.content a:hover {
    color: #c7aac4;
    text-decoration: none;
}
/********************************************************************************
 * FOOTER
 ********************************************************************************/

.footer {
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url('/images/background-waves.png') no-repeat right bottom #77216D;
}
.footerkop {
    font-family: 'dekarregular',sans-serif;
    font-size: 1.3em;
}
.footerlinks {
    font-size: 0.8em;
    line-height: 1.5;
}
.footer p {
    font-size: 0.8em;
    padding: 1.5em;
    text-align: center;
    margin: 0;
}

.footer a {
    color: #fff;
    cursor: pointer;
}

/********************************************************************************
 * 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 1.2em;
}

li{
  list-style-type:none;
}

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

textarea  {
    box-sizing: border-box;
    background: none;
    width: 100%;
    overflow: hidden;
    color: #515151;
    padding: 10px;
    margin: 0 0 20px 0;
    height: 185px;
}

input[type=text] {
    box-sizing: border-box;
    background: none;
    width: 100%;
    overflow: hidden;
    color: #515151;
    padding: 10px;
    margin: 0 0 20px 0;
}

input[type=submit] {
    background: #ff5000;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 35px;
    border: 1px solid #ff5000;
    margin: 3px 0 15px 0;
    cursor: pointer;
}

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

.formerror {
    box-sizing: border-box;
    background: #FFD1D1;
    width: 100%;
    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
 ********************************************************************************/





/********************************************************************************
 * OVERIG STYLING  ********************************************************************************/
.menubalk a.login-btn {
    margin-top: 30px;
}
a.login-btn {
    background-color: #FFF;
    padding: 5px 10px;
    text-align: center;
    color: #77216D;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.login-btn:hover {
    background-color: rgba(255, 255, 255, 0.77);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.headervervolg{
    max-height: 350px;
}
.caption h1, .headertitle {
    color: #FFF;
    font-family: 'dekarregular',sans-serif;
    font-weight: 400;
    font-size: 3.3em;
    line-height: 1;
    margin: 0;
}
.caption {
    position: absolute;
    bottom: 10%;
    right: 10%;
    max-width: 38%;
    overflow: hidden;
    z-index: 10;
    background-color: rgba(119, 33, 109, 0.64);
}
.homecaption{
    padding: 15px;
    overflow:hidden;
    color:#FFF;
}
.visual{
    width:100%;
    margin-bottom:30px;
}
.intro{
    padding-top:50px;
    padding-bottom:50px;
}
.intro a {
    color: #000;
}
.intro a:hover {
    color: #828282;
    text-decoration: underline;
}
.intro h1 {
    font-size: 2.5em;
    font-family: 'dekarregular',sans-serif;
    color: #77216D;
    font-weight: normal;
    margin: 0 0 0.2em 0;
}
.pagetitle{
    position: absolute;
    bottom: 0;
    padding-left: 200px;
}
.pagetitle h2 {
    font-family: 'open sans', sans-serif;
    font-size: 1.3em;
    line-height: 2;
    color: #77216d;
    position: relative;
}
.content h2 {
    font-family: 'open sans', sans-serif;
    font-size: 1.3em;
    line-height:1.4;
    color: #3C3C3C;
}
.content-portal h3 {
    color: #3C3C3C;
    margin-bottom: 7px;
    font-size: 1em;
}
.agendatext {
    display: block;
    clear: both;
    padding-top: 15px;
}
.content li {
  list-style: none;
}
.content li:before {
    content: '\2022';
    display: inline-block;
    position: relative;
    max-width: 0;
    max-height: 0;
    right: 17px;
    top: 4px;
    color: #77216D;
    font-size: 1.8em;
}

a.readmore-btn {
    color: #77216D;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid #77216D;
    font-weight:400;
    position: relative;
    font-size: 0.9em;
   // margin:10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.readmore-btn:hover, a.readmore-btn:active {
    color: #FFF;
    text-decoration:none;
}
.readmore-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #77216D;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.readmore-btn:hover:after, .readmore-btn:active:after {
    width: 100%;
}
a.readmore-btn.sidebar:hover {
    color: #777;
    cursor: pointer;
    border: 1px solid #777;
    transition:none;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidemenu {
    border-left: 2px solid #EFDAEC;
    padding-left: 25px;
}
.sidemenu-vervolg {
    border-right: 2px solid #EFDAEC;
    padding-right: 25px;
}
.sidemenu-vervolg li {
    padding-bottom: 5px;
    font-size: 0.9em;
}
.vacatureitem {
    margin-bottom: 20px;
}
a.vacaturelink {
    color: #77216D;
    font-size: 1.1em;
}
.vacaturelink h2 {
    font-size: 1.3em;
}
.vacatureitem a.readmore-btn {
    color: #77216D;
    padding:0;
    display: inline-block;
    border: 0;
    font-weight: 400;
    position: relative;
    font-size: 0.9em;
    transition:none;
text-align: left;
}
.vacatureitem a.readmore-btn:after {
    background:0;
    transition:none;
}
.vacatureitem a.readmore-btn:hover {
    color:#777;
}
.vacature-summary {
    font-size: 0.8em;
    line-height: 1.5;
    font-weight: 400;
    color: #343434;
}
a.vacature-readmore {
    color: #77216D;
    font-size: 0.8em;
    font-weight: 400;
    display: block;
    padding-bottom: 10px;
}

.container.bestuur {
   background-color:#f8f2e9;
    padding: 60px 20px;
}
.container.bestuur .row {
    display: flex;
    justify-content: center;
    text-align:center;
}
.visualblok {
    max-height: 350px;
    overflow: hidden;
}
.bestuur, .vakgroepen{
    padding-top:50px;
    padding-bottom:50px;
}
.bestuur h2 {
    font-size: 1.8em;
    font-family: 'dekarregular',sans-serif;
    color: #77216D;
    font-weight: 300;
}
.bestuur .content{
    padding:0;
}
.bestuurimg {
    width: 190px;
    height: 190px;
    overflow: hidden;
    display: block;
    margin: 15px auto;
    border-radius: 100%;
}
.sidemenu-vervolg h2, .sidemenu h2, .vakgroepen h2 {
    font-size: 1.8em;
    font-family: 'dekarregular',sans-serif;
    color: #77216D;
    font-weight: 300;
}
.vakgroepentekst-last {
    border-left: 2px solid #EFDAEC;
    padding-left: 25px;
}

.quotes{
    text-align: center;
}
.quote {
    font-size: 1.8em;
    font-family: 'dekarregular',sans-serif;
    line-height: 1.3;
    color: #77216D;
}
.quote-bedrijf {
    font-weight: 700;
    font-size: 0.8em;
    color: #343434;
}
.quote-naam {
    font-weight: 400;
    font-size: 0.8em;
    color: #343434;
    padding:5px 0;
}

.pand-img {
    max-height: 170px;
    overflow: hidden;
    display: block;
}
.pand-info {
    padding-top: 20px;
    font-size: 0.9em;
}

.cookiebanner {
position: fixed !important;
left: 0px !important;
right: 0px !important;
height: auto !important;
min-height: 21px !important;
z-index: 999 !important;
background: #77216d none repeat scroll 0% 0% !important;
color: #fff !important;
line-height: 21px !important;
padding: 10px 16px !important;
font-family: Open Sans !important;
font-size: 14px !important;
text-align: center !important;
bottom: 0px !important;
opacity: 1 !important;
}

.cookiebanner-close {
float: none !important;
padding-left: 0px !important;
cursor: pointer !important;
position: absolute !important;
right: 0 !important;
top: 0 !important;
color: #77216d;
background: #fff;
font-weight: 700;
padding: 5px !important;
}

.cookiebanner span a {
    color: #fff!important;
    display: block !important;
    text-decoration: underline !important;
}


/********************************************************************************
 * PORTAL STYLING  ********************************************************************************/
.menuactive {
    color: #77216d;
}

.headervervolg img{
   width:100%;
}
.menupf {
    width: 55px;
    height: 55px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background: url(/images/no-pf.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 5px;
    border: 1px solid #FFF;
    float: left;
}
.blok.profile {
    padding-left: 20px;
    border-left: 1px solid #983990;
    margin-top: 2%;
    float: right;
}
.blok.noti-icons {
    color: #FFF;
    position: relative;
    bottom: 12px;
    right: 0;
    width: 100%;
}
.blok .entypo-bell {
    font-size: 1.7em;
    font-weight: 300;
    position: relative;
    top: 25px;
}
.blok a.icon-afmelden img {
    width: 18px;
}
.noti.bday {
    float: right;
    position: absolute;
    right: 70px;
}
.noti.bell {
    position: absolute;
    right: 40px;
}
a.noti.icon-afmelden {
    right: 0;
    top: 5px;
    position: absolute;
}
.blok a.icon-afmelden img {
    width: 18px;
    right: 0;
}
.noti a {
    color: #FFF;
}
.noti a:hover {
    text-decoration:none;
}
.noti-green {
    position: absolute;
    top: 13px;
    background-color: #279E13;
    border-radius: 20px;
    color: #FFF;
    padding: 0px 7px;
    min-width: 24px;
    font-size: 0.6em;
    z-index: 200;
    text-align: center;
    left: 3px;
}
.noti {
    float: left;
}
.noti img {
    position: relative;
    top: 20px;
    right: 14px;
}
.menuprofile {
    float: left;
    margin-left: 15px;
    height: 65px;
    overflow: hidden;
    display: block;
    position: relative;
    min-width: 120px;
}
.menuprofile span.entypo-cog {
    font-size: 1.8em;
    color: #FFF;
    display: inline-block;
}
.menuprofile a span.entypo-cog {
    position: absolute;
    top: 0;
}


.pfname{
    color: #FFF;
    font-size:0.9em;
}
a.pfafmelden {
    background-color: #FFF;
    font-size: 0.8em;
    color: #77216D;
    padding: 0px 7px;
    font-weight: 700;
    margin-left: 5px;
    border: 1px solid #77216D;
    float: right;
    margin-top: 5px;
}
a.pfafmelden:hover {
    background-color: #77216D;
    color: #FFF;
    text-decoration:none;
    border:1px solid #FFF;
}
.content-portal h2 {
    color: #3C3C3C;
    font-weight: 600;
    font-size: 1.4em;
}
.content-portal h2 a {
    font-family: 'open sans', sans-serif;
    line-height: 1.2;
    color: #3C3C3C;
    font-weight: 600;
}
.content-portal h2 a:hover{
    text-decoration:none;
}
.newsinner h2 {
    font-size: 1.1em;
    padding-top: 15px;
}
.portal-sidemenu {
    width: 13.5%;
    position: absolute;
    top: 0;
    background-color: #c7b0c5;
    z-index: 998;
    max-width: 175px;
    padding-top: 100px;
}
.portal-sidemenu ul li a{
    list-style-type: none;
    overflow: hidden;
    display: block;
    text-align: center;
    color:#FFF;
    font-weight:500;
}
.portal-sidemenu ul li a:hover {
    text-decoration: none;
    color: #ECDFEB;
}
.portal-sidemenu ul li a:active{
    color:#77216d;
}

.cust_row {
    padding-left: 20px;
    max-width: 1180px;
}

a span.entypo-home, a span.entypo-book-open, a span.entypo-calendar, a span.entypo-briefcase, a span.entypo-archive, a span.entypo-cog, a span.entypo-user {
    display: block;
    font-size: 3em;
    margin: 40px 0 15px 0;
}
a.readmore-btn.portalside {
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 15px;
    color: #FFF;
    border-color: #FFF;
}
a.readmore-btn.portalside:hover {
    border-color: rgba(255, 255, 255, 0);
}
.newsinner {
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
}
.newsitem {
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.newsitem .entypo-attach {
    display: inline-block;
    padding-right: 10px;
}
.news-txt {
    padding-bottom: 15px;
}
h2 .entypo-attach {
    color: #343434;
    font-size: 0.6em;
    font-weight: 300;
    padding-left: 8px;
    vertical-align: text-top;
}

.news-doc a {
    color: #343434;
}
.news-txt p{
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 400;
    color: #343434;
}

.news-img {
    margin: 15px 0 20px 0;
    max-height: 250px;
    width: 100%;
    overflow: hidden;
}

{*.news-img > img {
    max-height: 300px;
    max-width: 550px;
}*}

.news-sidebar-title a {
  padding-bottom: 5px;
  font-weight: bold;
  color:#3C3C3C ;
}
.agenda-img {
    min-width: 130px;
    float: left;
    margin-right: 8px;
}
.newsitem h2 {
    display: inline-block;
}
.blockside {
    background-color: #e9e9e9;
    padding: 15px 20px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}
.bday-date {
    color: #77216D;
}
.bday-text {
    color: #77216D;
    font-weight: 700;
    font-size: 1.1em;
}
.blockside h2{
    margin-bottom:25px;
}
.blockside .text {
    font-size: 0.9em;
    color: #343434;
}
.blockside .news-img {
    height: 185px;
}
.texttitle a {
    font-weight: 700;
    font-size: 1.1em;
    color: #343434;
}
.agenda-inhoud {
    border-bottom: 1px solid #FFF;
    overflow: hidden;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.agenda-date {
    border: 1px solid #77216D;
    padding: 5px 5px;
    text-align: center;
    color: #77216D;
    width: 92%;
    font-size: 0.9em;
}
.datum {
    font-size: 1.2em;
    line-height: 1.1;
}
.tijd {
    border-top: 1px solid #77216D;
    width: 70%;
    margin: 0 auto;
    padding-top: 5px;
    margin-top: 5px;
    font-size: 0.9em;
}
.documentItems {
    padding-bottom: 20px;
}
.document {
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}
.document a span {
    color: #343434;
}
.news-doc {
    padding: 0 0 5px 0;
}

a.readmorelink {
    color: #77216D;
    font-weight: 700;
    font-size: 0.9em;
}
.dis-vac {
    font-weight: 400;
    font-size: 0.9em;
    color: #a0a0a0;
    margin-bottom:10px;
}
h1.vac-title{
    margin: 0;
}
.intro-vac {
    color: #8a8a8a;
}

.vac-view .vacature-summary {
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    color: #343434;
    padding-top: 5px;
}
.vac-view a.vacaturelink {
    color: #77216D;
    font-size: 1.2em;
}
.vac-view .vacature-summary {
    font-size: 0.8em;
    line-height: 1;
    font-weight: 400;
    color: #343434;
    padding-top: 5px;
    padding-bottom: 5px;
}
.vac-view a.vacature-readmore {
    color: #77216D;
    font-size: 0.9em;
    font-weight: 400;
    display: block;
    padding-bottom: 15px;
}
.content.reageren {
    border-top: 1px solid #77216d;
    margin-bottom: 60px;
    padding-top:20px;
}
.contact-title {
    font-weight: 700;
    padding-bottom: 8px;
}
.news-pagination a.page-block {
    color: #777;
    border: 1px solid #777;
    padding: 5px 7px;
    font-size: 0.8em;
}
.news-pagination a.page-block:hover {
    background: #777;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #777;
    cursor:pointer;
}
a.page-block.active:hover {
    color: #FFF;
    background-color: #77216d;
    border: 1px solid #77216d;
}
a.page-block {
    margin-right: 6px;
}
a.page-block.active {
    color: #FFF;
    background-color: #77216d;
    border: 1px solid #77216d;
}
.news-pagination {
    margin: 20px 0;
    float: right;
    font-size: 0.9em;
}

.isocert {
max-width: 90px;
}
/* cmsms stylesheet: breakpoints modified: vrijdag 16 april 2021 12:21:15 */
/**************************************************
1920
***************************************************/
@media only screen and (max-width: 1920px) {




}/******* END 1920 **********/


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




}/******* END 1680 **********/

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




}/******* END 1600 **********/

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




}/******* END 1440 **********/


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




}/******* END 1366 **********/

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




}/******* END 1280 **********/


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




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

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




}/******* END 977 **********/

/**************************************************
800 (TABLET)
***************************************************/
@media only screen and (max-width: 800px) {
 .show-tablet {
        display: block !important;
        clear: both;
    }
    .no-tablet { 
        display: none !important;
    }
.header {
    padding: 0;
}
.caption {
    max-width: 50%;
}
.caption h1, .headertitle {
    color: #FFF;
    font-family: 'dekarregular',sans-serif;
    font-weight: 400;
    font-size: 2.1em;
    line-height: 1;
    margin: 0;
}
.pushmenu ul {
    padding-top: 10px;
}
.menupf {
    width: 40px;
    height: 40px;
}
.pfname {
    color: #FFF;
    font-size: 0.6em;
}
.pagetitle {
    padding-left: 150px;
}
.agenda-img {
    float: none;
    margin-bottom: 15px;
    margin-right: 10px;
}
.news-img {
    height: 200px;
}
.blockside .news-img {
    height: 105px;
}

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

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

.pagetitle {
    padding-left: 23px;
}
.newsinner .news-img {
   height: 170px;
}
.blockside .newsinner .news-img {
    height: 120px;
}
.header{
      padding:0 !important;
}
.intro {
    padding-top: 0;
}
.content-portal {
    padding-top: 20px;
}
.vakgroep-img {
    border-left: none;
    padding-left: 0;
    margin:20px 0;
}
a.readmore-btn.portalside {
    text-align: left;
    display: block;
    overflow: hidden;
    margin: 18px 0 0 0;
    color: #FFF;
    border: 0;
}

.agenda-img {
    min-width: 130px;
    float: none;
    margin-bottom: 10px;
    display: inline-block;
}
.agenda-txt {
    display: block;
    overflow: hidden;
}
a span.entypo-home, a span.entypo-book-open, a span.entypo-calendar, a span.entypo-briefcase, a span.entypo-archive, a span.entypo-cog, a span.entypo-user {
    display: inline-block !important;
    font-size: 2.2em !important;
    margin: 10px 10px 10px 0 !important;
}
a span.entypo-home {
    margin-top: 20px !important;
}
a.readmore-btn {
    width:100%;
    text-align:center;
}
.news-pagination {
    float: left;
    display: block;
    width: 100%;
}
.pand-info {
    padding-top: 0px;
    margin-bottom: 10px;
}
.bestuur h2 {
    padding-top: 20px;
}
.container.bestuur .row {
    flex-direction: column;
}
.vakgroepentekst-last {
    border-left: 0;
    padding-left: 0;
}

.isocert {
display: block;
margin:auto;
}
}/******* END 767 **********/
