/* cmsms stylesheet: RO - normalize modified: vrijdag 5 maart 2021 10:26:42 */
/*! 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: RO - grid modified: donderdag 4 maart 2021 13:53:16 */
/* ================================================================== */
/* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* ================================================================== */
@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.grid-inline {
  overflow: hidden;
}

.grid-container:before, .mobile-grid-5:before, .mobile-grid-10:before, .mobile-grid-15:before, .mobile-grid-20:before, .mobile-grid-25:before, .mobile-grid-30:before, .mobile-grid-35:before, .mobile-grid-40:before, .mobile-grid-45:before, .mobile-grid-50:before, .mobile-grid-55:before, .mobile-grid-60:before, .mobile-grid-65:before, .mobile-grid-70:before, .mobile-grid-75:before, .mobile-grid-80:before, .mobile-grid-85:before, .mobile-grid-90:before, .mobile-grid-95:before, .mobile-grid-100:before, .mobile-grid-33:before, .mobile-grid-66:before, .tablet-grid-5:before, .tablet-grid-10:before, .tablet-grid-15:before, .tablet-grid-20:before, .tablet-grid-25:before, .tablet-grid-30:before, .tablet-grid-35:before, .tablet-grid-40:before, .tablet-grid-45:before, .tablet-grid-50:before, .tablet-grid-55:before, .tablet-grid-60:before, .tablet-grid-65:before, .tablet-grid-70:before, .tablet-grid-75:before, .tablet-grid-80:before, .tablet-grid-85:before, .tablet-grid-90:before, .tablet-grid-95:before, .tablet-grid-100:before, .tablet-grid-33:before, .tablet-grid-66:before, .grid-5:before, .grid-10:before, .grid-15:before, .grid-20:before, .grid-25:before, .grid-30:before, .grid-35:before, .grid-40:before, .grid-45:before, .grid-50:before, .grid-55:before, .grid-60:before, .grid-65:before, .grid-70:before, .grid-75:before, .grid-80:before, .grid-85:before, .grid-90:before, .grid-95:before, .grid-100:before, .grid-33:before, .grid-66:before, .grid-offset:before, .clearfix:before,
.grid-container:after,
.mobile-grid-5:after,
.mobile-grid-10:after,
.mobile-grid-15:after,
.mobile-grid-20:after,
.mobile-grid-25:after,
.mobile-grid-30:after,
.mobile-grid-35:after,
.mobile-grid-40:after,
.mobile-grid-45:after,
.mobile-grid-50:after,
.mobile-grid-55:after,
.mobile-grid-60:after,
.mobile-grid-65:after,
.mobile-grid-70:after,
.mobile-grid-75:after,
.mobile-grid-80:after,
.mobile-grid-85:after,
.mobile-grid-90:after,
.mobile-grid-95:after,
.mobile-grid-100:after,
.mobile-grid-33:after,
.mobile-grid-66:after,
.tablet-grid-5:after,
.tablet-grid-10:after,
.tablet-grid-15:after,
.tablet-grid-20:after,
.tablet-grid-25:after,
.tablet-grid-30:after,
.tablet-grid-35:after,
.tablet-grid-40:after,
.tablet-grid-45:after,
.tablet-grid-50:after,
.tablet-grid-55:after,
.tablet-grid-60:after,
.tablet-grid-65:after,
.tablet-grid-70:after,
.tablet-grid-75:after,
.tablet-grid-80:after,
.tablet-grid-85:after,
.tablet-grid-90:after,
.tablet-grid-95:after,
.tablet-grid-100:after,
.tablet-grid-33:after,
.tablet-grid-66:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
.grid-offset:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.grid-container:after, .mobile-grid-5:after, .mobile-grid-10:after, .mobile-grid-15:after, .mobile-grid-20:after, .mobile-grid-25:after, .mobile-grid-30:after, .mobile-grid-35:after, .mobile-grid-40:after, .mobile-grid-45:after, .mobile-grid-50:after, .mobile-grid-55:after, .mobile-grid-60:after, .mobile-grid-65:after, .mobile-grid-70:after, .mobile-grid-75:after, .mobile-grid-80:after, .mobile-grid-85:after, .mobile-grid-90:after, .mobile-grid-95:after, .mobile-grid-100:after, .mobile-grid-33:after, .mobile-grid-66:after, .tablet-grid-5:after, .tablet-grid-10:after, .tablet-grid-15:after, .tablet-grid-20:after, .tablet-grid-25:after, .tablet-grid-30:after, .tablet-grid-35:after, .tablet-grid-40:after, .tablet-grid-45:after, .tablet-grid-50:after, .tablet-grid-55:after, .tablet-grid-60:after, .tablet-grid-65:after, .tablet-grid-70:after, .tablet-grid-75:after, .tablet-grid-80:after, .tablet-grid-85:after, .tablet-grid-90:after, .tablet-grid-95:after, .tablet-grid-100:after, .tablet-grid-33:after, .tablet-grid-66:after, .grid-5:after, .grid-10:after, .grid-15:after, .grid-20:after, .grid-25:after, .grid-30:after, .grid-35:after, .grid-40:after, .grid-45:after, .grid-50:after, .grid-55:after, .grid-60:after, .grid-65:after, .grid-70:after, .grid-75:after, .grid-80:after, .grid-85:after, .grid-90:after, .grid-95:after, .grid-100:after, .grid-33:after, .grid-66:after, .grid-offset:after, .clearfix:after {
  clear: both;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100, .mobile-grid-33, .mobile-grid-66, .tablet-grid-5, .tablet-grid-10, .tablet-grid-15, .tablet-grid-20, .tablet-grid-25, .tablet-grid-30, .tablet-grid-35, .tablet-grid-40, .tablet-grid-45, .tablet-grid-50, .tablet-grid-55, .tablet-grid-60, .tablet-grid-65, .tablet-grid-70, .tablet-grid-75, .tablet-grid-80, .tablet-grid-85, .tablet-grid-90, .tablet-grid-95, .tablet-grid-100, .tablet-grid-33, .tablet-grid-66, .grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}


.grid-parent {
  padding-left: 0;
  padding-right: 0;
}

.grid-offset {
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .mobile-grid-5 {
    float: left;
    width: 5%;
  }

  .mobile-prefix-5 {
    margin-left: 5%;
  }

  .mobile-suffix-5 {
    margin-right: 5%;
  }

  .mobile-push-5 {
    left: 5%;
  }

  .mobile-pull-5 {
    left: -5%;
  }

  .mobile-grid-10 {
    float: left;
    width: 10%;
  }

  .mobile-prefix-10 {
    margin-left: 10%;
  }

  .mobile-suffix-10 {
    margin-right: 10%;
  }

  .mobile-push-10 {
    left: 10%;
  }

  .mobile-pull-10 {
    left: -10%;
  }

  .mobile-grid-15 {
    float: left;
    width: 15%;
  }

  .mobile-prefix-15 {
    margin-left: 15%;
  }

  .mobile-suffix-15 {
    margin-right: 15%;
  }

  .mobile-push-15 {
    left: 15%;
  }

  .mobile-pull-15 {
    left: -15%;
  }

  .mobile-grid-20 {
    float: left;
    width: 20%;
  }

  .mobile-prefix-20 {
    margin-left: 20%;
  }

  .mobile-suffix-20 {
    margin-right: 20%;
  }

  .mobile-push-20 {
    left: 20%;
  }

  .mobile-pull-20 {
    left: -20%;
  }

  .mobile-grid-25 {
    float: left;
    width: 25%;
  }

  .mobile-prefix-25 {
    margin-left: 25%;
  }

  .mobile-suffix-25 {
    margin-right: 25%;
  }

  .mobile-push-25 {
    left: 25%;
  }

  .mobile-pull-25 {
    left: -25%;
  }

  .mobile-grid-30 {
    float: left;
    width: 30%;
  }

  .mobile-prefix-30 {
    margin-left: 30%;
  }

  .mobile-suffix-30 {
    margin-right: 30%;
  }

  .mobile-push-30 {
    left: 30%;
  }

  .mobile-pull-30 {
    left: -30%;
  }

  .mobile-grid-35 {
    float: left;
    width: 35%;
  }

  .mobile-prefix-35 {
    margin-left: 35%;
  }

  .mobile-suffix-35 {
    margin-right: 35%;
  }

  .mobile-push-35 {
    left: 35%;
  }

  .mobile-pull-35 {
    left: -35%;
  }

  .mobile-grid-40 {
    float: left;
    width: 40%;
  }

  .mobile-prefix-40 {
    margin-left: 40%;
  }

  .mobile-suffix-40 {
    margin-right: 40%;
  }

  .mobile-push-40 {
    left: 40%;
  }

  .mobile-pull-40 {
    left: -40%;
  }

  .mobile-grid-45 {
    float: left;
    width: 45%;
  }

  .mobile-prefix-45 {
    margin-left: 45%;
  }

  .mobile-suffix-45 {
    margin-right: 45%;
  }

  .mobile-push-45 {
    left: 45%;
  }

  .mobile-pull-45 {
    left: -45%;
  }

  .mobile-grid-50 {
    float: left;
    width: 50%;
  }

  .mobile-prefix-50 {
    margin-left: 50%;
  }

  .mobile-suffix-50 {
    margin-right: 50%;
  }

  .mobile-push-50 {
    left: 50%;
  }

  .mobile-pull-50 {
    left: -50%;
  }

  .mobile-grid-55 {
    float: left;
    width: 55%;
  }

  .mobile-prefix-55 {
    margin-left: 55%;
  }

  .mobile-suffix-55 {
    margin-right: 55%;
  }

  .mobile-push-55 {
    left: 55%;
  }

  .mobile-pull-55 {
    left: -55%;
  }

  .mobile-grid-60 {
    float: left;
    width: 60%;
  }

  .mobile-prefix-60 {
    margin-left: 60%;
  }

  .mobile-suffix-60 {
    margin-right: 60%;
  }

  .mobile-push-60 {
    left: 60%;
  }

  .mobile-pull-60 {
    left: -60%;
  }

  .mobile-grid-65 {
    float: left;
    width: 65%;
  }

  .mobile-prefix-65 {
    margin-left: 65%;
  }

  .mobile-suffix-65 {
    margin-right: 65%;
  }

  .mobile-push-65 {
    left: 65%;
  }

  .mobile-pull-65 {
    left: -65%;
  }

  .mobile-grid-70 {
    float: left;
    width: 70%;
  }

  .mobile-prefix-70 {
    margin-left: 70%;
  }

  .mobile-suffix-70 {
    margin-right: 70%;
  }

  .mobile-push-70 {
    left: 70%;
  }

  .mobile-pull-70 {
    left: -70%;
  }

  .mobile-grid-75 {
    float: left;
    width: 75%;
  }

  .mobile-prefix-75 {
    margin-left: 75%;
  }

  .mobile-suffix-75 {
    margin-right: 75%;
  }

  .mobile-push-75 {
    left: 75%;
  }

  .mobile-pull-75 {
    left: -75%;
  }

  .mobile-grid-80 {
    float: left;
    width: 80%;
  }

  .mobile-prefix-80 {
    margin-left: 80%;
  }

  .mobile-suffix-80 {
    margin-right: 80%;
  }

  .mobile-push-80 {
    left: 80%;
  }

  .mobile-pull-80 {
    left: -80%;
  }

  .mobile-grid-85 {
    float: left;
    width: 85%;
  }

  .mobile-prefix-85 {
    margin-left: 85%;
  }

  .mobile-suffix-85 {
    margin-right: 85%;
  }

  .mobile-push-85 {
    left: 85%;
  }

  .mobile-pull-85 {
    left: -85%;
  }

  .mobile-grid-90 {
    float: left;
    width: 90%;
  }

  .mobile-prefix-90 {
    margin-left: 90%;
  }

  .mobile-suffix-90 {
    margin-right: 90%;
  }

  .mobile-push-90 {
    left: 90%;
  }

  .mobile-pull-90 {
    left: -90%;
  }

  .mobile-grid-95 {
    float: left;
    width: 95%;
  }

  .mobile-prefix-95 {
    margin-left: 95%;
  }

  .mobile-suffix-95 {
    margin-right: 95%;
  }

  .mobile-push-95 {
    left: 95%;
  }

  .mobile-pull-95 {
    left: -95%;
  }

  .mobile-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .mobile-prefix-33 {
    margin-left: 33.33333%;
  }

  .mobile-suffix-33 {
    margin-right: 33.33333%;
  }

  .mobile-push-33 {
    left: 33.33333%;
  }

  .mobile-pull-33 {
    left: -33.33333%;
  }

  .mobile-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .mobile-prefix-66 {
    margin-left: 66.66667%;
  }

  .mobile-suffix-66 {
    margin-right: 66.66667%;
  }

  .mobile-push-66 {
    left: 66.66667%;
  }

  .mobile-pull-66 {
    left: -66.66667%;
  }

  .mobile-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .tablet-pull-50, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative;
  }

  .hide-on-tablet {
    display: none !important;
  }

  .tablet-grid-5 {
    float: left;
    width: 5%;
  }

  .tablet-prefix-5 {
    margin-left: 5%;
  }

  .tablet-suffix-5 {
    margin-right: 5%;
  }

  .tablet-push-5 {
    left: 5%;
  }

  .tablet-pull-5 {
    left: -5%;
  }

  .tablet-grid-10 {
    float: left;
    width: 10%;
  }

  .tablet-prefix-10 {
    margin-left: 10%;
  }

  .tablet-suffix-10 {
    margin-right: 10%;
  }

  .tablet-push-10 {
    left: 10%;
  }

  .tablet-pull-10 {
    left: -10%;
  }

  .tablet-grid-15 {
    float: left;
    width: 15%;
  }

  .tablet-prefix-15 {
    margin-left: 15%;
  }

  .tablet-suffix-15 {
    margin-right: 15%;
  }

  .tablet-push-15 {
    left: 15%;
  }

  .tablet-pull-15 {
    left: -15%;
  }

  .tablet-grid-20 {
    float: left;
    width: 20%;
  }

  .tablet-prefix-20 {
    margin-left: 20%;
  }

  .tablet-suffix-20 {
    margin-right: 20%;
  }

  .tablet-push-20 {
    left: 20%;
  }

  .tablet-pull-20 {
    left: -20%;
  }

  .tablet-grid-25 {
    float: left;
    width: 25%;
  }

  .tablet-prefix-25 {
    margin-left: 25%;
  }

  .tablet-suffix-25 {
    margin-right: 25%;
  }

  .tablet-push-25 {
    left: 25%;
  }

  .tablet-pull-25 {
    left: -25%;
  }

  .tablet-grid-30 {
    float: left;
    width: 30%;
  }

  .tablet-prefix-30 {
    margin-left: 30%;
  }

  .tablet-suffix-30 {
    margin-right: 30%;
  }

  .tablet-push-30 {
    left: 30%;
  }

  .tablet-pull-30 {
    left: -30%;
  }

  .tablet-grid-35 {
    float: left;
    width: 35%;
  }

  .tablet-prefix-35 {
    margin-left: 35%;
  }

  .tablet-suffix-35 {
    margin-right: 35%;
  }

  .tablet-push-35 {
    left: 35%;
  }

  .tablet-pull-35 {
    left: -35%;
  }

  .tablet-grid-40 {
    float: left;
    width: 40%;
  }

  .tablet-prefix-40 {
    margin-left: 40%;
  }

  .tablet-suffix-40 {
    margin-right: 40%;
  }

  .tablet-push-40 {
    left: 40%;
  }

  .tablet-pull-40 {
    left: -40%;
  }

  .tablet-grid-45 {
    float: left;
    width: 45%;
  }

  .tablet-prefix-45 {
    margin-left: 45%;
  }

  .tablet-suffix-45 {
    margin-right: 45%;
  }

  .tablet-push-45 {
    left: 45%;
  }

  .tablet-pull-45 {
    left: -45%;
  }

  .tablet-grid-50 {
    float: left;
    width: 50%;
  }

  .tablet-prefix-50 {
    margin-left: 50%;
  }

  .tablet-suffix-50 {
    margin-right: 50%;
  }

  .tablet-push-50 {
    left: 50%;
  }

  .tablet-pull-50 {
    left: -50%;
  }

  .tablet-grid-55 {
    float: left;
    width: 55%;
  }

  .tablet-prefix-55 {
    margin-left: 55%;
  }

  .tablet-suffix-55 {
    margin-right: 55%;
  }

  .tablet-push-55 {
    left: 55%;
  }

  .tablet-pull-55 {
    left: -55%;
  }

  .tablet-grid-60 {
    float: left;
    width: 60%;
  }

  .tablet-prefix-60 {
    margin-left: 60%;
  }

  .tablet-suffix-60 {
    margin-right: 60%;
  }

  .tablet-push-60 {
    left: 60%;
  }

  .tablet-pull-60 {
    left: -60%;
  }

  .tablet-grid-65 {
    float: left;
    width: 65%;
  }

  .tablet-prefix-65 {
    margin-left: 65%;
  }

  .tablet-suffix-65 {
    margin-right: 65%;
  }

  .tablet-push-65 {
    left: 65%;
  }

  .tablet-pull-65 {
    left: -65%;
  }

  .tablet-grid-70 {
    float: left;
    width: 70%;
  }

  .tablet-prefix-70 {
    margin-left: 70%;
  }

  .tablet-suffix-70 {
    margin-right: 70%;
  }

  .tablet-push-70 {
    left: 70%;
  }

  .tablet-pull-70 {
    left: -70%;
  }

  .tablet-grid-75 {
    float: left;
    width: 75%;
  }

  .tablet-prefix-75 {
    margin-left: 75%;
  }

  .tablet-suffix-75 {
    margin-right: 75%;
  }

  .tablet-push-75 {
    left: 75%;
  }

  .tablet-pull-75 {
    left: -75%;
  }

  .tablet-grid-80 {
    float: left;
    width: 80%;
  }

  .tablet-prefix-80 {
    margin-left: 80%;
  }

  .tablet-suffix-80 {
    margin-right: 80%;
  }

  .tablet-push-80 {
    left: 80%;
  }

  .tablet-pull-80 {
    left: -80%;
  }

  .tablet-grid-85 {
    float: left;
    width: 85%;
  }

  .tablet-prefix-85 {
    margin-left: 85%;
  }

  .tablet-suffix-85 {
    margin-right: 85%;
  }

  .tablet-push-85 {
    left: 85%;
  }

  .tablet-pull-85 {
    left: -85%;
  }

  .tablet-grid-90 {
    float: left;
    width: 90%;
  }

  .tablet-prefix-90 {
    margin-left: 90%;
  }

  .tablet-suffix-90 {
    margin-right: 90%;
  }

  .tablet-push-90 {
    left: 90%;
  }

  .tablet-pull-90 {
    left: -90%;
  }

  .tablet-grid-95 {
    float: left;
    width: 95%;
  }

  .tablet-prefix-95 {
    margin-left: 95%;
  }

  .tablet-suffix-95 {
    margin-right: 95%;
  }

  .tablet-push-95 {
    left: 95%;
  }

  .tablet-pull-95 {
    left: -95%;
  }

  .tablet-grid-33 {
    float: left;
    width: 33.33333%;
  }

  .tablet-prefix-33 {
    margin-left: 33.33333%;
  }

  .tablet-suffix-33 {
    margin-right: 33.33333%;
  }

  .tablet-push-33 {
    left: 33.33333%;
  }

  .tablet-pull-33 {
    left: -33.33333%;
  }

  .tablet-grid-66 {
    float: left;
    width: 66.66667%;
  }

  .tablet-prefix-66 {
    margin-left: 66.66667%;
  }

  .tablet-suffix-66 {
    margin-right: 66.66667%;
  }

  .tablet-push-66 {
    left: 66.66667%;
  }

  .tablet-pull-66 {
    left: -66.66667%;
  }

  .tablet-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative;
  }

  .hide-on-desktop {
    display: none !important;
  }

  .grid-5 {
    float: left;
    width: 5%;
  }

  .prefix-5 {
    margin-left: 5%;
  }

  .suffix-5 {
    margin-right: 5%;
  }

  .push-5 {
    left: 5%;
  }

  .pull-5 {
    left: -5%;
  }

  .grid-10 {
    float: left;
    width: 10%;
  }

  .prefix-10 {
    margin-left: 10%;
  }

  .suffix-10 {
    margin-right: 10%;
  }

  .push-10 {
    left: 10%;
  }

  .pull-10 {
    left: -10%;
  }

  .grid-15 {
    float: left;
    width: 15%;
  }

  .prefix-15 {
    margin-left: 15%;
  }

  .suffix-15 {
    margin-right: 15%;
  }

  .push-15 {
    left: 15%;
  }

  .pull-15 {
    left: -15%;
  }

  .grid-20 {
    float: left;
    width: 20%;
  }

  .prefix-20 {
    margin-left: 20%;
  }

  .suffix-20 {
    margin-right: 20%;
  }

  .push-20 {
    left: 20%;
  }

  .pull-20 {
    left: -20%;
  }

  .grid-25 {
    float: left;
    width: 25%;
  }

  .prefix-25 {
    margin-left: 25%;
  }

  .suffix-25 {
    margin-right: 25%;
  }

  .push-25 {
    left: 25%;
  }

  .pull-25 {
    left: -25%;
  }

  .grid-30 {
    float: left;
    width: 30%;
  }

  .prefix-30 {
    margin-left: 30%;
  }

  .suffix-30 {
    margin-right: 30%;
  }

  .push-30 {
    left: 30%;
  }

  .pull-30 {
    left: -30%;
  }

  .grid-35 {
    float: left;
    width: 35%;
  }

  .prefix-35 {
    margin-left: 35%;
  }

  .suffix-35 {
    margin-right: 35%;
  }

  .push-35 {
    left: 35%;
  }

  .pull-35 {
    left: -35%;
  }

  .grid-40 {
    float: left;
    width: 40%;
  }

  .prefix-40 {
    margin-left: 40%;
  }

  .suffix-40 {
    margin-right: 40%;
  }

  .push-40 {
    left: 40%;
  }

  .pull-40 {
    left: -40%;
  }

  .grid-45 {
    float: left;
    width: 45%;
  }

  .prefix-45 {
    margin-left: 45%;
  }

  .suffix-45 {
    margin-right: 45%;
  }

  .push-45 {
    left: 45%;
  }

  .pull-45 {
    left: -45%;
  }

  .grid-50 {
    float: left;
    width: 50%;
  }

  .prefix-50 {
    margin-left: 50%;
  }

  .suffix-50 {
    margin-right: 50%;
  }

  .push-50 {
    left: 50%;
  }

  .pull-50 {
    left: -50%;
  }

  .grid-55 {
    float: left;
    width: 55%;
  }

  .prefix-55 {
    margin-left: 55%;
  }

  .suffix-55 {
    margin-right: 55%;
  }

  .push-55 {
    left: 55%;
  }

  .pull-55 {
    left: -55%;
  }

  .grid-60 {
    float: left;
    width: 60%;
  }

  .prefix-60 {
    margin-left: 60%;
  }

  .suffix-60 {
    margin-right: 60%;
  }

  .push-60 {
    left: 60%;
  }

  .pull-60 {
    left: -60%;
  }

  .grid-65 {
    float: left;
    width: 65%;
  }

  .prefix-65 {
    margin-left: 65%;
  }

  .suffix-65 {
    margin-right: 65%;
  }

  .push-65 {
    left: 65%;
  }

  .pull-65 {
    left: -65%;
  }

  .grid-70 {
    float: left;
    width: 70%;
  }

  .prefix-70 {
    margin-left: 70%;
  }

  .suffix-70 {
    margin-right: 70%;
  }

  .push-70 {
    left: 70%;
  }

  .pull-70 {
    left: -70%;
  }

  .grid-75 {
    float: left;
    width: 75%;
  }

  .prefix-75 {
    margin-left: 75%;
  }

  .suffix-75 {
    margin-right: 75%;
  }

  .push-75 {
    left: 75%;
  }

  .pull-75 {
    left: -75%;
  }

  .grid-80 {
    float: left;
    width: 80%;
  }

  .prefix-80 {
    margin-left: 80%;
  }

  .suffix-80 {
    margin-right: 80%;
  }

  .push-80 {
    left: 80%;
  }

  .pull-80 {
    left: -80%;
  }

  .grid-85 {
    float: left;
    width: 85%;
  }

  .prefix-85 {
    margin-left: 85%;
  }

  .suffix-85 {
    margin-right: 85%;
  }

  .push-85 {
    left: 85%;
  }

  .pull-85 {
    left: -85%;
  }

  .grid-90 {
    float: left;
    width: 90%;
  }

  .prefix-90 {
    margin-left: 90%;
  }

  .suffix-90 {
    margin-right: 90%;
  }

  .push-90 {
    left: 90%;
  }

  .pull-90 {
    left: -90%;
  }

  .grid-95 {
    float: left;
    width: 95%;
  }

  .prefix-95 {
    margin-left: 95%;
  }

  .suffix-95 {
    margin-right: 95%;
  }

  .push-95 {
    left: 95%;
  }

  .pull-95 {
    left: -95%;
  }

  .grid-33 {
    float: left;
    width: 33.33333%;
  }

  .prefix-33 {
    margin-left: 33.33333%;
  }

  .suffix-33 {
    margin-right: 33.33333%;
  }

  .push-33 {
    left: 33.33333%;
  }

  .pull-33 {
    left: -33.33333%;
  }

  .grid-66 {
    float: left;
    width: 66.66667%;
  }

  .prefix-66 {
    margin-left: 66.66667%;
  }

  .suffix-66 {
    margin-right: 66.66667%;
  }

  .push-66 {
    left: 66.66667%;
  }

  .pull-66 {
    left: -66.66667%;
  }

  .grid-100 {
    clear: both;
    width: 100%;
  }
}
/* cmsms stylesheet: RO - menuhoriz modified: donderdag 4 maart 2021 13:53:08 */
/********************************************************************************
 * HORIZONTAL MENU
 ********************************************************************************/
/* hack for Internet Explorer */
* html div.menu_horiz {
    /* hide ie/mac \*/
    height: 1%;
    /* end hide */
}

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

div.menu_horiz {
    background-color: #ECECEC;       /* background color for the entire menu row */
    width: 100%;
    margin: 0;
}

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

.menu_horiz ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #C0C0C0;
    border-left:  1px solid #C0C0C0;
    height:2.2em;
}

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

.menu_horiz li {
    float: left;                     /* makes the list horizontal */
    list-style: none;                /* hides the list bullet */ 
    margin: 0 ;
    border-right: 1px solid #C0C0C0;
}

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

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

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

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

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

.menu_horiz li a.menuactive {
    background-color: #C3D4DF;
    color: #18507C;
}

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

.menu_horiz li.activeparent a {
    background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
    color: #fff;
}

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

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


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

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

}

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

a.logomob {
    border: 0;
    padding: 0;
    display: block;
    position: absolute;
    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: 60px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

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

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

.pushmenu ul {
    list-style-type: none; 
    padding-left: 10px!important;
}
.pushmenu.active {
    right: 0;
}

.pushmenu a {
    display: block;
    color: #fff !important;
    font-size: 0.9em;
    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; 
    position: relative;

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

.pushmenu li.menuactive a.menuactive {
    background: #afa27a;
    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: relative;
  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: #afa27a;
}

.menuIcon span::before,
.menuIcon span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #afa27a;
  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: RO - flexslider modified: donderdag 4 maart 2021 13:53:22 */
/*
 * 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: 100%;
    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; 
    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: rgba(255,255,255,0);
    cursor: pointer; 
    text-indent: -9999px; 
    border-radius: 20px; 
    border: 2px solid #fff;
}

.flex-control-paging li a:hover { 
    background: #fff; 
    background: rgba(255,255,255,0.5); 
}

.flex-control-paging li a.flex-active { 
    background: #fff; 
    background: rgba(255,255,255,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: RO - style modified: dinsdag 11 augustus 2026 09:59:01 */
/* Rijnland Orthopedie */

 /* design paars #731472 */

/*
@font-face {
  font-family: 'OpenSans';
  src: url('/fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('/fonts/OpenSans-Light.ttf');
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/fonts/OpenSans-Bold.ttf');
}

@font-face {
  font-family: 'PTSerif-Bold';
  src: url('/fonts/PT_Serif-Web-Bold.ttf');
}

@font-face {
  font-family: 'PTSerif-Regular';
  src: url('/fonts/PT_Serif-Web-Regular.ttf');
}

@font-face {
  font-family: 'PTSerif-Italic';
  src: url('/fonts/PT_Serif-Web-Italic.ttf');
}
*/


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

:root {
    --header-height-base: 80px;
}

body {
    text-align: left;
    font-family: "Open Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 160%;
    background: #fff;
    margin: 0; 
    color: #707070;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
}

.text-center {
    text-align: center;
}

.align-self-middle {
    align-self: center;
}

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

h1 {
    color: #002b32; 
    font-size: 2.4em;
    font-weight: 100;
    line-height: 1.2em;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1.news-title {
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
}

h2 {
    color: #002b32; 
    font-size: 2em;
    font-weight: 100;
    line-height: 1.2em;
    margin: 0 0 0.4em 0;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
    color: #002b32; 
    font-size: 1.7em;
    font-weight: 100;
    line-height: 1.1em;
    margin: 0 0 0.25em 0;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
    color: #002b32; 
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.1em;
    margin: 0 0 0.25em 0;   
    font-family: "Open Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

h4.overview-name {
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
/********************************************************************************
 * DEFAULT LINK STYLES
 ********************************************************************************/

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

a:hover {
    text-decoration: none;
    color: #385C72;
    cursor:pointer;
}

a.cursor-arrow{
    cursor: default;
}

p {
    margin: 0 0 1.5em 0; 
    padding: 0;
}

strong, b {
    font-weight: bold;
}
em, i {
    font-style:italic;
}
.left {
    float:left;	
}
.right{
    float:right;
}
.clear {
    clear:both;	
}

a.btn {
    text-transform: uppercase;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 100; 
    display:inline-block;
    margin-top: 20px;
}

a.btn.dark-btn {
    background: #002b32;
    border: 2px solid transparent;
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-radius: 3px;
    padding: 5px 20px;
}

a.btn.dark-btn:hover{
    background: transparent;
    border: 2px solid #002b32;
    color: #002b32;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

a.btn.cta-btn {
   font-size: 1em;
}

a.btn.back-btn {
    background: #958345;
    border: 2px solid transparent;
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-radius: 3px;
    padding: 5px 20px;
    width: 100%;
}

a.btn.back-btn:hover {
    background: #ccb978;
    border: 2px solid #958345;
}

a.btn.btn-sidemenu {
    width: 100%;
}

.content-container ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  margin-top:0px;
}

.content-container li {
  padding-left: 1em;
  text-indent: -1em;
}

.content-container li:before {
  content: url("/images/2016/slider_arrow.png");
  padding-right: 5px;
}
/********************************************************************************
 * HEADER
 ********************************************************************************/

img.logo {
    --header-logo-height: 140px;
    margin: 15px 0 0 0;
    height: var(--header-logo-height);
    position: absolute;
    display: inline-block;
    z-index: 999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    max-width: 300px;
    object-fit: contain;
    object-position: top;
    width: auto;
}


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

/********************************************************************************
 * HOMEPAGE
 ********************************************************************************/

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
    height: var(--header-height, var(--header-height-base));
    transition: height 0.3s;
}

@media only screen and (min-width: 1025px) {
    .header.header_scroll {
        --header-height: 70px;
    }
    
    .header.header_scroll .logo {
        --header-logo-height: 75px;
    }
}

.header-grid {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.header-grid #primary-nav {
    display: flex;
    height: 100%;
}

.header-grid #primary-nav > li {
    position: relative;
}

.header-grid #primary-nav > li > a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.continuation-header {
    padding-top: 80px;
}

.header .header-content-container{
    max-width: 1200px; 
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.headerimg{
    padding: 150px;
}

.logo-container {
    width: 300px;
}

.search-box{
    align-self: center;
    text-align: right;
}

.search-box form {
    display: flex;
    gap: 5px;
}

.search-box .zoeken input.zoek_veld {
    padding: 5px;
    font-style: italic;
    font-weight: 100;
    font-size: 0.8em;
    width: 130px;
    color: #676767;
}

.search-box .zoeken input.zoek_veld:focus, .search-box .zoek_button:focus{
    outline: 0;
}

.search-box .zoek_button {
    background: url(/images/2016/slider_arrow.png) center center no-repeat;
    border: none;
    vertical-align: middle;
    padding: 5px 10px;
    border: 1px solid;
}

div#menu_horiz ul {
    padding: 0;
    margin: 0;
}

div#menu_horiz ul li {
    display: inline-block;
    padding: 10px 10px; 
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
   position: relative;
}

div#menu_horiz ul li.menuactive {
    border-bottom: 3px solid red;
}

div#menu_horiz ul li:hover{
    background: #f2efe9;
    transition: all 0.2s ;
    -webkit-transition: all 0.2s;
}

div#menu_horiz ul li a {
    color: #002b32; 
    font-weight: 400;
    font-family: "Open Sans";
}


/* Set the width of the menu elements at second level. Leaving first level flexible. */
#menu_horiz #primary-nav li li { 
    width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#menu_horiz #primary-nav, #primary-nav ul { 
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
}
#menu_horiz #primary-nav ul { 
    position: absolute; 
    top: calc(100% + 3px);
    right: 0;
    display: none; 
    z-index: 50;
}
#menu_horiz #primary-nav ul ul { 
    margin-top: 1px;
    margin-left: -1px;
    left: 100%; 
    top: 0px; 
    background: rgba(73,188,243,0.63);
}

#menu_horiz #primary-nav li li { 
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 200px;
    /*margin-right: 20px;*/
    text-align: right;
    border: none;
    padding: 0;
}


#menu_horiz #primary-nav li li:hover { 
    background:#fff!important;
}

#menu_horiz #primary-nav ul, 
#menu_horiz #primary-nav li:hover ul, 
#menu_horiz #primary-nav li:hover ul ul, 
#menu_horiz #primary-nav li.menuparenth ul, 
#menu_horiz #primary-nav li.menuparenth ul ul { 
    display: none; 
}

#menu_horiz #primary-nav li:hover ul, 
#menu_horiz #primary-nav ul li:hover ul, 
#menu_horiz #primary-nav ul ul li:hover ul, 
#menu_horiz #primary-nav li.menuparenth ul, 
#menu_horiz #primary-nav ul li.menuparenth ul, 
#menu_horiz #primary-nav ul ul li.menuparenth ul { 
    display: block; 
    background: #f2efe9;
}

#menu_horiz #primary-nav li li a {
    display: block;
    font-size: 0.9em;
    padding: 10px;
}

li.menuparent.menuactive ul.unli {
    display: block;
    background: #f2efe9;
}
li.menuparent ul.unli {
    display: none;
}

.sidemenu li.menuparent.menuactive ul.unli a{
    color: #958345;
}


/********************************************************************************
  3RD LVL MENU 
 ********************************************************************************/
.menu-breadcrumb a {
    display: block;
    padding: 10px;
    text-transform: capitalize;
    border-bottom: 2px solid;
}

.sidemenu .smenu .parent ul{
    display: none;
}

.sidemenu .smenu .menuactive.parent ul{
    display: block;
    background: #d6dedf;
    padding-top: 0;
    margin-top: 0;
        padding: 0;
}

.sidemenu .smenu li {
    list-style-type: none;  
}

.sidemenu li a {
    padding: 10px;
    display: inline-block;
}

.sidemenu .smenu .menuactive.parent ul li a{
    color: #002b32;
    max-width: 80%;
}

.sidemenu .smenu .menuactive.parent ul li a.menuactive{
    color: #fff;
}

.sidemenu-minus, .sidemenu-minus-fourth {
    float: right;
    width: 10%;
    text-align: right;
    color: #fff;
    padding: 10px;
    cursor:pointer;
}

.sidemenu-minus-fourth {
    color: #958345;
}

.pushmenu.active li.menuparent ul.unli {
    background: rgba(0,0,0,0.05)!important;
}

.sidemenu.contact-menu li.parent ul {
    display: block;
    margin: 0;
    padding-left: 20px;
}

.sidemenu .menuactive.parent li a {
    margin-left: 25px;
}

/********************************************************************************
 * SLIDER (HOME)
 ********************************************************************************/
section#slider {
    padding-top: 80px;
}

.home-slider {
    min-height: calc(100vh - var(--header-height-base, 80px));
    display: flex;
    position: relative;
    overflow: hidden;
}

@supports(min-height: calc(100svh - 50px)) {
    .home-slider {
        min-height: calc(100svh - var(--header-height-base, 80px));
    }
}

.home-slider-img {
    position: absolute;
    top: 3.5%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: -1;
}

.home-slider .flexslider, .home-slider .slide_img, .home-slider .slide_img > img {
    height: 100%;
}

.home-slider .slides {
    display: flex;
    height: 100%;
}

.home-slider .slide_img > img {
    object-fit: cover;
}

.caption-holder {
    width: 100%;
}

.caption-container {
    bottom: 5%;
    position: absolute;
    max-width: 1140px;
}

.caption-box { 
    margin: 20px 0 30px;
}

.slider-categories {
    margin-top: 40px;
}

.behandelingen-nav {
    margin-top: 0;
    padding: 0;
    display: inline-flex;
    flex-flow: row wrap;
    gap: 20px;
}

.behandelingen-nav > li {
    padding: 0;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    flex: 0 0 auto;
    min-width: 136px;
}

.behandelingen-nav > li > a {
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #002b32;
    font-size: 1.3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    
}

.behandelingen-nav > li > a > span {
    display: flex;
    white-space: nowrap;
}

.behandelingen-nav > li > a > span::after {
    content: url("/images/2016/slider_arrow.png");
    display: inline-block;
    margin-left: 6px;
    translate: 0 0;
    transition: translate .3s ease-in-out;
}

.behandelingen-nav li a:hover > span::after {
    translate: 100% 0;
}

.mobile-slider-menu ul li {
    display: block;
    padding: 0;
    background: url("/images/2016/slider_arrow.png") left center no-repeat;
    list-style-type: none;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
}

@keyframes header-slide-up {
    0% {
        translate: 0 100%;
        opacity: 0.1;
    }
    
    25% {
        opacity: 0.2;
    }
    
    80% {
        translate: 0 -15px;
    }
    
    100% {
        translate: 0 0;
        opacity: 1;
    }
}

/*@starting-style {*/
/*    .slide-overlay, .caption-holder {*/
/*        translate: 0 100%;*/
/*    }*/
/*}*/

.slide-overlay, .caption-holder {
    animation-name: header-slide-up;
    animation-duration: 1.5s;
}


.slide-overlay {
    height: 100%;
    width: 110%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: -50%;
    left: -10%;
    transform: rotate(5.8deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
}

@media only screen and (max-height: 850px) {
    .slide-overlay {
        bottom: -40%;
    }
}

@media only screen and (max-height: 700px) {
    .slide-overlay {
        bottom: -30%;
    }
}

/********************************************************************************
 * HOME CONTENT
 ********************************************************************************/
section.home.content {
    padding:70px 0;
}

.home-slider h1 {
    font-size: 3em;
    margin: 0.35em 0;
}

.home-about {
    background-color: #afa27a;
    color: #fff;
    padding: 60px 0;
}

.home-about > .grid-container {
    display: flex;
    flex-flow: row wrap;
    gap: 20px 0;
}

.home-about h1,
.home-about h2,
.home-about h3,
.home-about h4,
.home-about h5,
.home-about h6,
.home-about p {
    color: inherit;
}

.home-about__image {
    align-self: center;
}

.home-news {
    padding: 60px 0;
}

.home-news h2 {
    margin-bottom: 20px;
}

.home-news-overview {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px 0;
    color: #002b32;
}

.home-news-overview .news-item {
    margin-bottom: 0;
}

.home-news-overview .news-item-image {
    position: relative;
    height: 230px;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
}

.home-news-overview .news-item-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: scale .35s ease-in-out;
}

.home-news-overview .news-item-title {
    font-weight: 600;
    font-size: 1.35em;
    line-height: 1.2;
    min-height: calc(1em * 1.2 * 2);
    transition: color .15s ease-in-out;
}

.home-news-overview .news-item:hover .news-item-image img {
    scale: 1.1;
}

.home-news-overview .news-item:hover .news-item-title {
    color: #671566;
}

.news-item {
    margin-bottom: 25px;
}

.news-item-content time {
    font-style: italic;
}

/********************************************************************************
 * SPECIALISTS SECTION
 ********************************************************************************/
.separator{
    position: absolute;
    z-index: 10;
    opacity:1!important;
    width: 100%;
}

.separator.home-sep-top{
    top: -1px;
}

.separator.home-sep-bottom{
    bottom: -1px;
}

.separator img {
    width: 100%;
}

section.specialists-container {
    background: #f2efe9;
    padding: 50px 0;
    text-align: center;
    position:relative;
}

.specialists {
    display: flex;
    flex-flow: row wrap;
    gap: 50px 0;
    padding-top: 20px;
    justify-content: center;
}

.specialist-item {
    transition: scale 0.35s ease-in-out;
}

.specialist-item:hover {
    scale: 1.1;
}

.specialist-item span {
    display: block;
    margin-top: 10px;
}

.sidemenu-container .specialist-img {
    text-align: center;
}

.specialist-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    max-width: 180px;
    max-height: 180px;
    overflow: hidden;
    margin: 10px auto;    
}

.sidemenu-container .specialist-img img{
    width: 100%;
}

/********************************************************************************
 * PATIENT INFO SECTION
 ********************************************************************************/

.patient-info {
    padding: 60px 0;
    background-color: #002b32;
    color: #fff;
}

.patient-info h1,
.patient-info h2,
.patient-info h3,
.patient-info h4,
.patient-info h5,
.patient-info h6,
.patient-info p,
.patient-info ul,
.patient-info li,
.patient-info a {
    color: inherit;
}

.patient-info__nav {
    margin-top: 35px;
}

.patient-info__nav > ul {
    columns: 3;
}

.patient-info__nav ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.patient-info__nav li {
    list-style-type: none;
    margin: 0 0 20px;
}

.patient-info__nav li a {
    display: flex;
    align-items: center;
}

.patient-info__nav li a::after {
    content: url('/images/2016/slider_arrow.png');
    display: inline-block;
    margin-left: 6px;
    filter: brightness(0) invert(1);
    translate: 0 0;
    transition: translate .3s ease-in-out;
}

.patient-info__nav li a:hover::after {
    translate: 100% 0;
}


/********************************************************************************
 * LINKS SECTION
 ********************************************************************************/

.imp-links{
    padding-top: 50px;
    padding-bottom: 50px;
}

.link-block ul{
    padding: 0;
    margin: 0;
}

.link-block ul li{
    list-style-type:none;
}

.link-block ul li a {
    color: #002b32;
    margin-bottom: 10px;
    display: block;
    font-size: 0.85em;
    transition color .15s ease-in-out;
}

.link-block ul li a:hover {
    color: #671566;
}

.link-block span.link-block-title {
    color: #002b32;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    display: block;
    margin-bottom: 20px;
}

.more-info-locations{
  text-align:center;
  padding-top:50px;
}

/********************************************************************************
 * THREE LOCATIONS
 ********************************************************************************/
.threelocations-container{
    position: relative;
    display: inline-block;
    margin-bottom: -14px;
    width: 100%;
}

.threelocations{
    width: 33.33%;
    float:left;
    position: relative;
    -webkit-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:         all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.threelocations a{
    display: inline-block;
    width: 100%;
}

.threelocations.blur-location a{
    pointer-events: none;
    cursor:default;
}

.threelocations.blur-location {
    opacity: 0.35!important;
}

.threelocations  .overlay {
    position: absolute;
    bottom: 0%;
    background: rgb(0 43 50 / 90%);
    width: 100%;
    height: 150px;
    padding-left: 20px;
        box-sizing: border-box;
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
}

.threelocations.blur-location  .overlay {
   background: rgba(149,131,69,0.85);
}

.threelocations .overlay .location-info{
    padding-top: 10%;
}

.threelocations .overlay span {
    display: block;
    color: #fff;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.threelocations .overlay span.location-name {
    font-size: 2em;
    text-transform: none;
    line-height: 1;
}

.threelocations .cta-location {
    position: absolute;
    top: 79%;
    background: rgba(98,26,106,0.8);
    padding-left: 10px;
    color: #fff;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 10px 20px 10px 10px;
}

.threelocations.blur-location .cta-location {
   background: rgba(149,131,69,0.85);
}

.threelocations img {
    width: 100%;
}

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

footer {
    background-color: #afa27a; 
    text-align: right;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 10px;
}

footer span:nth-child(1){
    margin-right: 20px;
}

footer a {
    color: #002b32!important;
}

footer .certificate {
  text-align: left;
  padding: 5px 0px;
}

footer .certificate_icon {
  float: left;
  padding-right: 10px;
}

footer .certificate_info {
  font-size: 10px;
  line-height: 17px;
  margin: 0 !important;
}
/********************************************************************************
 * VERVOLG
 ********************************************************************************/

section.video {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    display:none;
}

.videoplayer-overlay {
    background: rgba(0,0,0,0.95);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
}

.videoplayer-container {
    margin: auto;
    text-align: center;
    transform: translateY(35%);
}

.videoplayer-container .videocloser-container {
    margin-bottom: 20px;
}

.videoplayer-container .videocloser-container span.js-videocloser {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block;
    cursor:pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.videoplayer-container .videocloser-container span.js-videocloser:hover {
    border: 2px solid #000;
    background:#fff;
    color: #000;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.sidemenu {
    padding: 0;
    margin: 0;
}

.sidemenu li {
    display: block;
    background: #d6dedf;
    padding-top: 0;
    margin-top: 0;
}

.sidemenu li {
    list-style-type: none;
    /*margin-bottom: 10px;
    padding: 10px;*/
}

.sidemenu li.menuactive {
    background: #002b32;
}

.sidemenu li.menuactive li.menuactive.menuparent a.parent, .sidemenu li.menuactive li.menuactive li.menuactive a{
    color: #fff!important;
}

.sidemenu li.menuactive.cust-mi {
    border-bottom: 1px solid #fff;
}

.sidemenu a{
    color: #958345;
}

.sidemenu li.menuactive a{
    color: #fff;
}
.smenu {
    padding: 0;
    margin: 0;
}

.smenu a {
    color: #002b32;
}

section.continuation.content {
    padding-top: 70px;
    padding-bottom: 70px;
}

.joint-image {
    padding: 0;
    float: right;
    margin-top: -100px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.joint-image img {
    max-width: 150px;
    width: 100%
}

.joint-description{
    display: inline-block;
    width: 100%;
}

.joint-description h1 {
    margin-top: 0;
    line-height: 1;
}

.joint-img-container {
    display: inline-block;
}

.content-container .content-left-img{
    padding-left: 0;
}

.img-desc-container {
    background: #f2efe9;
}

span.img-desc{
    font-style:italic;
    font-size: 0.8em;
    padding: 5px 10px;
    display: block;
}

.continuation-aboutnews{
    background: #f2efe9;
    padding-top: 60px; 
    padding-bottom: 60px;
}

/********************************************************************************
 * OVERZICHTEN
 ********************************************************************************/

.overview.continuation.news-about-block {
    background: #f2efe9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.overview-content-container{
    padding-top: 5%;
    text-align: center;
    padding-bottom: 5%;
}

.overview-item {
    margin-bottom: 30px;
    padding: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.overview-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}


.overview-item .overview-img-container img{
    /*transition: all 0.2s;*/
    /*-webkit-transition: all 0.2s;*/
}

.overview-item:hover .overview-img-container {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transform: scale(0.9);
}

.behandelingen-overview {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

/********************************************************************************
 * NIEUWS
 ********************************************************************************/

.news-detail-title {
    margin-top: 0;
}

.MoreLinkContainer a{
    display: inline-block;
    background: #002b32;
    border: 2px solid transparent;
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border-radius: 3px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    margin-top: 10px;
}

.nieuws.detail.datum {
    margin-bottom: 20px;
}

.NewsSummaryContent {
    margin: 10px 0;
}

.news-item-img {
    text-align: center;
}

.news-item-img img {
    max-height: 150px;
    overflow: hidden;
    max-width: 150px;
}

.nieuws.detail.more a.btn.dark-btn {
    margin: 0;
}

.addthis_inline_share_toolbox {
    float: right;
}

.pagination {
    text-align: right;
}

/********************************************************************************
 * CONTACT
 ********************************************************************************/
.contact-information-holder{
  display:none;
} 

.contact-information-holder.loc-active {
    display: inline-block;
}

.contact-information-holder iframe{
   max-width:100%;
}

.js-loc-menu.loc-active {
    background: #958345;
}

.js-loc-menu.loc-active a {
    color: #fff;
}

span.department-number, span.department-name {
  display: block;
}

span.department-name{
  font-family: "Open Sans";
  font-weight: 700;
}

.contact-info-container {
  margin-bottom: 20px;
}

.contact-info-container span{
  display:block;
}

img.contact-icon {
    max-width: 40px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

.joint-description form input, form textarea {
    max-width: 420px;
    /*width: 100%;*/
    display: block;
    margin-bottom: 15px;
    border: 2px solid #002b32;
    border-radius: 3px;
    padding: 10px;
    outline: none;
}

.joint-description .submit input {
    background: rgb(152, 131, 66);
    border: 2px solid transparent;
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.joint-description .submit input:hover {
    background: #ccb978;
    border: 2px solid #958345;
}

.joint-description form label {
    max-width: 420px;
    width: 100%;
    display: block;
}

.privacy {
  display: block;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.privacy input {
  float: left;
  display: inline-block;
  width: 20px;
  margin: 0;
  -webkit-appearance: checkbox;
}

.privacy label {
  float: left;
  display: inline-block;
  width: 85%;
  margin: 0 0 0 10px;
}


/********************************************************************************
 * ZOEKEN
 ********************************************************************************/
ul.zoek_result{
  padding: 0;
}

ul.zoek_result li {
    list-style-type: none;
    margin-bottom: 40px;
}

ul.zoek_result a.more.btn.dark-btn {
    margin: 0;
}

.last_modified {
    margin-top: 10px;
    font-size: 0.8em;
    font-style: italic;
}

/********************************************************************************
 * COOKIEBANNER
 ********************************************************************************/

.cookiebanner {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    padding: 1em 2em;
    position: fixed;
    text-align: center;
    right: 0;
    z-index: 9999;
}

.cookiebanner_buttons {
    margin: 0 0 1em 0;
}

.cookiebanner_button {
    background: #002b32;
    color: #ffffff !important;
    display: inline-block;
    padding: 5px 20px;
    font-family: "PT Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 3px;
    transition: all 0.2s;
    font-size: 1em;
}

.cookiebanner_button:hover {
   background-color: #fff;
    border: 2px solid #002b32;
    color: #002b32 !important;
    -webkit-transition: all 0.2s;
}

.cookiebanner_text a {
    text-decoration: underline;
}

.no-cookiebanner-present {
    background: #f2efe9;
    color: #aaa;
    padding: 10px 10px 10px 10px;
    margin: 0 0;
    width: 800px;
    font-family: "Open Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: italic;
}

.no-cookiebanner-present a {
    color: #002b32;
    text-decoration: underline;
}
/* cmsms stylesheet: RO - breakpoints modified: dinsdag 3 december 2024 10:37:39 */
/**************************************************
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) {

.logo-container{
    padding-left:20px;
}

img.logo {
    max-width:120px;
    height: auto;
}

.slide-overlay {
    height: 100%;
    width: 110%;
    background: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
}

section.home.content{
    padding-top: 50px;
    padding-bottom: 30px;
}

.caption-container {
    bottom: 0%;
}

.caption-container h1{
    font-size: 1.8em;
    text-align: center;
    margin: 0;
}

.home-slider {
    min-height: 0;
}

.home-slider .slides,
.home-slider .slide-overlay {
    position: absolute;
    z-index: 0;
}

.home-slider .caption-holder {
    position: relative;
    z-index: 1;
}

.home-slider .caption-container {
    position: static;
    padding: 20px 0;
}

.behandelingen-nav {
    justify-content: center;
}

.behandelingen-nav li {
    min-width: calc(25% - 20px);
}

.threelocations  .overlay{
     height:135px;
     top:30%;
}

.joint-image {
    margin-right: 15px;
}

.news-overview.news-item {
    margin: 40px 0;
}

footer .certificate {
  text-align: center;
  padding: 15px 0px;
}

footer .certificate p {
  margin: 0;
}

footer .left,
footer .right,
footer .certificate_icon {
  float: none;
}

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

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




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

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

.threelocations  .overlay{
     width:75%;
}

.threelocations .overlay span.location-name {
    font-size: 1.3em;
}

.threelocations .overlay span {
   font-size: 1em;
}

.threelocations .overlay {
    height: 90px;
    width: 80%;
}

.patient-info__nav > ul {
    columns: 2;
}

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

@media only screen and (min-width: 768px) and (max-width:900px) {
    .header .menuhome {
        display: none !important;
    }
}

/**************************************************
767 (MOBILE)
***************************************************/
@media only screen and (max-width: 767px) {
    
    .slide-overlay{
   display:none;
}

div#menu_horiz ul li a {
    font-size: 0.85em;
}

.caption-container{
    display: none;
}

.mobile-slider-menu {
    display: block!important;
    padding: 0 20px;
}

.mobile-slider-menu h1{ padding: 0; }

.mobile-slider-menu .mobile-slider-categories{
    display: inline-block;
}

.mobile-slider-categories ul#primary-nav {
    padding: 0;
}

.mobile-slider-menu .mobile-slider-categories li {
    width: 30%;
    float: left;
    margin-bottom: 10px;
    background: url(/images/2016/slider_arrow.png) left center no-repeat;
    list-style: none;
    padding-left: 1em;
}

.headerimg {
    padding: 75px;
}

.mobile-slider-menu h1{ 
    font-size: 1.8em; 
    text-align: left;
}

.header {
    height: auto;
}

section#slider {
    padding-top: 80px;
}

.mobile-slider-menu .caption-subtitle{
    padding: 0;
}

.mobile-slider-menu .mobile-slider-categories li {
    width: 100%;
}

section.home.content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-about {
    padding: 40px 0;
    margin-bottom: 20px;
}

.home-news-overview .news-item {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.home-news-overview .news-item-image {
    height: auto;
}

.home-news-overview .news-item-image img {
    max-height: 250px;
}

.home-news-overview .news-item-title {
    min-height: 0;
}

.imp-links {
    text-align: center;
}

.imp-links .link-block{
    margin-bottom: 20px;
}

.threelocations {
    width: 100%;
}

.threelocations  .overlay {
    top: 35%;
}

.threelocations .overlay .location-info {
    padding-top: 5%;
}

.threelocations.blur-location, .more-info-locations{
    display:none;
}

.joint-image {
    margin-right: 0px;
    margin-bottom: 20px;
}

.content-container .joint-content-img {
   padding: 0;
   margin-bottom: 20px;
}

.news-block, .about-block{
   margin-bottom: 50px;
}

.news-item {
    padding: 0px;
}

h3.news-item-title {
    font-size: 1.5em;
}

.news-item-content {
    padding-top: 20px;
}

.addthis_inline_share_toolbox {
    float: left;
    width: 100%;
}

.overview-content-container {
    padding-top: 15%;
}

.overview-item{
   margin: 0;
}

.overview-img-container {
    float: left;
    text-align: center;
}

.overview-item .overview-img-container img {
    vertical-align: middle;
}

.overview-name-container {
    width: 60%;
    float: left; 
    padding-top: 10%;
}

.specialist-item {
    width: 33.333%;
}

.specialist-item .overview-img-container {
    margin: 0 auto 12px;
    float: none;
}

.specialist-item .overview-name-container {
    margin: auto;
    float: none;
}

footer .left, footer .right {
    float: none;
}

section.continuation.content {
    padding-top: 30px;
}

}/******* END 767 **********/

@media only screen and (max-width: 580px) {
    .specialist-item {
        width: 50%;
    }
}

@media only screen and (max-width: 530px) {
    .patient-info__nav > ul {
        columns: 1;
    }
}


@media only screen and (max-width: 450px) {
    .overview-img-container {
        float: none;
    }
    .overview-name-container {
        float: none;
        width: 100%;
        padding:0;
    }
}
