/* 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: 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: 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: Flexslider modified: vrijdag 16 april 2021 12:21:15 */
/*
 * 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 .slides > li {
    display: none; 
    -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 90%; 
    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; 
    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 */
.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: 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: 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 **********/
