@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

.button {
    border: 0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    font: inherit;
    font-family: "brandon_grotesque_medium", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.86667rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 38px;
    margin: 0;
    overflow: visible;
    padding: 0 1.13333rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle; }
.button:not(:disabled) {
    cursor: pointer; }
.button::-moz-focus-inner {
    border: 0;
    padding: 0; }
.button:hover {
    text-decoration: none; }
.button:focus {
    outline: none;
    text-decoration: none; }
.button:active, .button.active {
    text-decoration: none; }
.button + .button {
    margin-left: 0.66667rem; }
.button--default {
    background-color: #939393;
    color: #fff; }
.button--default:hover, .button--default:focus {
    background-color: #848484;
    color: #fff; }
.button--primary {
    background-color: #c2d22d;
    color: #fff; }
.button--primary:hover, .button--primary:focus {
    background-color: #afbd29;
    color: #fff; }
.button--success {
    background-color: #28a745;
    color: #fff; }
.button--success:hover, .button--success:focus {
    background-color: #218838;
    color: #fff; }
.button--danger {
    background-color: #dc3545;
    color: #fff; }
.button--danger:hover, .button--danger:focus {
    background-color: #c82333;
    color: #fff; }
.button--secondary {
    background-color: #dfdfdf;
    color: #939393; }
.button--secondary:hover, .button--secondary:focus {
    background-color: #c9c9c9;
    color: #939393; }
.button--default:disabled, .button--primary:disabled, .button--secondary:disabled, .button--success:disabled, .button--danger:disabled {
    background-color: #dfdfdf;
    color: #939393; }
.button--tiny {
    font-size: 0.66667rem;
    line-height: 26px;
    padding: 0 0.86667rem; }
.button--small {
    font-size: 0.8rem;
    line-height: 30px;
    padding: 0 1rem; }
.button--large {
    font-size: 1.25rem;
    line-height: 55px;
    padding: 0 2.66667rem; }

.input,
.select,
.textarea,
.radio,
.checkbox {
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    margin: 0; }

.input {
    overflow: visible; }

.select {
    text-transform: none; }
.select optgroup {
    font: inherit;
    font-weight: bold; }

.textarea {
    overflow: auto; }

.input[type="search"]::-webkit-search-cancel-button,
.input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

.input[type="number"]::-webkit-inner-spin-button,
.input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

.input::-moz-placeholder,
/*.textarea::-moz-placeholder {
    opacity: 1; }*/

.radio:not(:disabled),
.checkbox:not(:disabled) {
    cursor: pointer; }

.fieldset {
    border: none;    /* color: rgba(32, 32, 32, 0.5); */
    margin: 0;
    padding: 0; }

.input,
.textarea {
    -webkit-appearance: none; }

.input,
.select,
.textarea {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    /*color: rgba(32, 32, 32, 0.5);*/
    max-width: 100%;
    padding: 0 18px;
    width: 100%; }

.input,
.select:not([multiple]):not([size]) {
    display: inline-block;
    height: 2.53333rem;
    vertical-align: middle; }

.input:not(input),
.select:not(select) {
    line-height: 2.53333rem; }

.select[multiple],
.select[size],
.textarea {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top; }

.input:focus,
.select:focus,
.textarea:focus {
    background-color: #fff;
    color: #202020;
    outline: none; }

.input:disabled,
.select:disabled,
.textarea:disabled {
    background-color: #dfdfdf;
    color: rgba(32, 32, 32, 0.5); }

.input:-ms-input-placeholder {
    color: #dfdfdf !important; }

.input::-webkit-input-placeholder {
    color: #dfdfdf; }

.input::-ms-input-placeholder {
    color: #dfdfdf; }

.input::placeholder {
    color: #dfdfdf; }

.textarea:-ms-input-placeholder {
    color: #dfdfdf !important; }

.textarea::-webkit-input-placeholder {
    color: #dfdfdf; }

.textarea::-ms-input-placeholder {
    color: #dfdfdf; }

.textarea::placeholder {
    color: #dfdfdf; }

.form--small {
    font-size: 0.875rem; }
.form--small:not(textarea):not([multiple]):not([size]) {
    padding-right: 8px;
    padding-left: 8px;
    height: 2rem; }
.form--small:not(select):not(input):not(textarea) {
    line-height: 2rem; }

.form--large {
    font-size: 1rem; }
.form--large:not(textarea):not([multiple]):not([size]) {
    padding-right: 12px;
    padding-left: 12px;
    height: 3.33333rem; }
.form--large:not(select):not(input):not(textarea) {
    line-height: 3.33333rem; }

.form--danger,
.form--danger:focus {
    border-color: #d23737;
    color: #d23737; }

.form--success,
.form--success:focus {
    border-color: #c4d237;
    color: #c4d237; }

.form--blank {
    background: none; }

input.form-width-xsmall {
    width: 50px; }

select.form-width-xsmall {
    width: 75px; }

.form-width-small {
    width: 130px; }

.form-width-medium {
    width: 200px; }

.form-width-large {
    width: 500px; }

.select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(0, 0, 0, 0.5)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(0, 0, 0, 0.5)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 28px; }

.select:not([multiple]):not([size])::-ms-expand {
    display: none; }

.select:not([multiple]):not([size]) option {
    color: #444; }

.select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(32, 32, 32, 0.5)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(32, 32, 32, 0.5)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.radio,
.checkbox {
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #e2e2e2;
    display: inline-block;
    margin-top: -7px;
    overflow: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: background, border;
    transition-property: background, border;
    vertical-align: middle; }

.radio {
    border-radius: 50%; }

.radio:focus,
.checkbox:focus {
    outline: none; }

.radio:checked,
.checkbox:checked,
.checkbox:indeterminate {
    background-color: #c2d22d;
    border-color: transparent; }

.radio:focus,
.checkbox:focus,
.checkbox:indeterminate:focus {
    background-color: #9ba824; }

.radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.radio:disabled,
.checkbox:disabled {
    background-color: rgba(32, 32, 32, 0.5); }

.radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(32, 32, 32, 0.5)%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(32, 32, 32, 0.5)%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(32, 32, 32, 0.5)%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.legend {
    color: inherit;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0;
    width: 100%; }

.form-custom {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle; }
.form-custom select,
.form-custom input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-appearance: none;
    cursor: pointer;
    opacity: 0;
    z-index: 1; }
.form-custom input[type="file"] {
    font-size: 500px;
    overflow: hidden; }

.form-label {
    font-family: "brandon_grotesque_medium", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.06667em; }

.form-stacked .form-label {
    display: block;
    margin-bottom: 0.66667rem; }

@media (max-width: 767.8px) {
    .form-horizontal .form-label {
        display: block;
        margin-bottom: 0.66667rem; } }

@media (min-width: 768px) {
    .form-horizontal .form-label {
        float: left;
        margin-top: 7px;
        width: 150px; }
    .form-horizontal .form-controls {
        margin-left: 165px; }
    .form-horizontal .form-controls-text {
        padding-top: 7px; } }

.form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dfdfdf;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.53333rem; }

.form-icon:hover {
    color: #dfdfdf; }

.form-icon:not(a):not(button):not(input) {
    pointer-events: none; }

.form-icon:not(.form-icon-flip) ~ .input {
    padding-left: 2.53333rem !important; }

.form-icon-flip {
    left: auto;
    right: 0; }

.form-icon-flip ~ .input {
    padding-right: 2.53333rem !important; }

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }

dl {
    margin: 0; }

dt {
    font-weight: 600;
    margin: 0; }

dd {
    margin: 0; }

figure {
    margin: 0; }

img,
picture {
    margin: 0;
    max-width: 100%; }

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
.table:last-child {
    margin-bottom: 0; }
.table + table {
    margin-top: 2.8rem; }
.table th {
    color: rgba(32, 32, 32, 0.5);
    font-size: 0.73333em;
    font-weight: normal;
    padding: 0.93333rem 0.8rem;
    text-align: left;
    text-transform: uppercase;
    vertical-align: bottom; }
.table td {
    padding: 0.93333rem 0.8rem;
    vertical-align: top; }
.table td > :last-child {
    margin-bottom: 0; }
.table tfoot {
    font-size: 0.73333em; }
.table caption {
    color: rgba(32, 32, 32, 0.5);
    font-size: 0.73333em;
    text-align: left; }
.table .icon a {
    color: rgba(0, 0, 0, 0.3); }
.table .icon a:hover, .table .icon a:focus {
    color: rgba(0, 0, 0, 0.5); }
.table--middle,
.table--middle td {
    vertical-align: middle !important; }
.table--divider > tr:not(:first-child),
.table--divider > :not(:first-child) > tr,
.table--divider > :first-child > tr:not(:first-child) {
    border-top: 1px solid #f1f1f1; }
.table--striped > tr:nth-of-type(even),
.table--striped tbody tr:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.02); }
.table--hover > tr:hover,
.table--hover tbody tr:hover {
    background: rgba(0, 0, 0, 0.05); }
.table--small td,
.table--small th {
    padding: 0.53333rem 0.8rem; }
.table--large {
    padding: 1.33333rem 0.8rem; }
.table--justify th:first-child,
.table--justify td:first-child {
    padding-left: 0; }
.table--justify th:last-child,
.table--justify td:last-child {
    padding-right: 0; }
.table--shrink {
    width: 1px; }
.table--expand {
    min-width: 10rem; }
.table--link {
    padding: 0 !important; }
.table--link > a {
    display: block;
    padding: 0.93333rem 0.8rem; }
.table--small .table--link > a {
    padding: 0.53333rem 0.8rem; }
.table td.text-truncate,
.table th.text-truncate {
    max-width: 0; }

@media only screen and (max-width:1400px) {
    .detailformBezoekverslagenRight #overzicht.table--responsive,
    .detailformBezoekverslagenRight #overzicht.table--responsive tbody,
    .detailformBezoekverslagenRight #overzicht.table--responsive th,
    .detailformBezoekverslagenRight #overzicht.table--responsive td,
    .detailformBezoekverslagenRight #overzicht.table--responsive tr {
        display: block; }
    .detailformBezoekverslagenRight #overzicht.table--responsive thead {
        display: none; }
    .detailformBezoekverslagenRight #overzicht.table--responsive th,
    .detailformBezoekverslagenRight #overzicht.table--responsive td {
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
        width: auto !important; }
    .detailformBezoekverslagenRight #overzicht.table--responsive th:not(:first-child):not(.table--link),
    .detailformBezoekverslagenRight #overzicht.table--responsive td:not(:first-child):not(.table--link),
    .detailformBezoekverslagenRight #overzicht.table--responsive .table--link:not(:first-child) > a {
        padding-top: 0.31111rem !important; }
    .detailformBezoekverslagenRight #overzicht.table--responsive th:not(:last-child):not(.table--link),
    .detailformBezoekverslagenRight #overzicht.table--responsive td:not(:last-child):not(.table--link),
    .detailformBezoekverslagenRight #overzicht.table--responsive .table--link:not(:last-child) > a {
        padding-bottom: 0.31111rem !important; }
    .detailformBezoekverslagenRight #overzicht.table--responsive tbody td {
        padding-top: 10px;
        padding-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .detailformBezoekverslagenRight #overzicht.table--responsive tbody td::before {
        color: rgba(32, 32, 32, 0.5);
        content: attr(data-th);
        display: inline-block;
        font-size: 0.73333em;
        font-weight: normal;
        padding: 0.33333rem 0.8rem;
        text-align: left;
        text-transform: uppercase;
        width: 10em; }
    .detailformBezoekverslagenRight #overzicht.table--responsive tbody td.text-center {
        text-align: left !important; }
    .table--justify.detailformBezoekverslagenRight #overzicht.table--responsive th,
    .table--justify.detailformBezoekverslagenRight #overzicht.table--responsive td {
        padding-left: 0;
        padding-right: 0; } }
@media only screen and (max-width:1200px) {
    .table--responsive,
    .table--responsive tbody,
    .table--responsive th,
    .table--responsive td,
    .table--responsive tr {
        display: block; }
    .table--responsive thead {
        display: none; }
    .table--responsive th,
    .table--responsive td {
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
        width: auto !important; }
    .table--responsive th:not(:first-child):not(.table--link),
    .table--responsive td:not(:first-child):not(.table--link),
    .table--responsive .table--link:not(:first-child) > a {
        padding-top: 0.31111rem !important; }
    .table--responsive th:not(:last-child):not(.table--link),
    .table--responsive td:not(:last-child):not(.table--link),
    .table--responsive .table--link:not(:last-child) > a {
        padding-bottom: 0.31111rem !important; }
    .table--responsive tbody td {
        padding-top: 10px;
        padding-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .table--responsive tbody td::before {
        color: rgba(32, 32, 32, 0.5);
        content: attr(data-th);
        display: inline-block;
        font-size: 0.73333em;
        font-weight: normal;
        /*padding: 0.33333rem 0.8rem;*/
        padding: 0.33333rem 0;
        text-align: left;
        text-transform: uppercase;
        width: 10em; }
    .table--responsive tbody td.text-center {
        text-align: left !important; }
    .table--justify.table--responsive th,
    .table--justify.table--responsive td {
        padding-left: 0;
        padding-right: 0; } }

@font-face {
    font-family: "brandon_grotesque_bold";
    src: url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_bld-webfont.woff2") format("woff2"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_bld-webfont.woff") format("woff"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_bld-webfont.ttf") format("truetype"); }

@font-face {
    font-family: "brandon_grotesque_light";
    src: url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_light-webfont.woff2") format("woff2"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_light-webfont.woff") format("woff"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_light-webfont.ttf") format("truetype"); }

@font-face {
    font-family: "brandon_grotesque_light_italic";
    src: url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_light_it-webfont.woff2") format("woff2"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_light_it-webfont.woff") format("woff"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_light_it-webfont.ttf") format("truetype"); }

@font-face {
    font-family: "brandon_grotesque_medium";
    src: url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_med-webfont.woff2") format("woff2"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_med-webfont.woff") format("woff"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_med-webfont.ttf") format("truetype"); }

@font-face {
    font-family: "brandon_grotesque_regular";
    src: url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_reg-webfont.woff2") format("woff2"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_reg-webfont.woff") format("woff"), url("../jorosofttemplate/dist/fonts/brandon-grotesque/brandon_reg-webfont.ttf") format("truetype"); }

@font-face {
    font-family: 'social';
    src: url("../jorosofttemplate/dist/fonts/social/social.eot?734hlr");
    src: url("../jorosofttemplate/dist/fonts/social/social.eot?734hlr#iefix") format("embedded-opentype"), url("../jorosofttemplate/dist/fonts/social/social.ttf?734hlr") format("truetype"), url("../jorosofttemplate/dist/fonts/social/social.woff?734hlr") format("woff"), url("../jorosofttemplate/dist/fonts/social/social.svg?734hlr#social") format("svg");
    font-weight: normal;
    font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
    font-family: 'social' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-facebook::before {
    content: ""; }

.icon-twitter::before {
    content: ""; }

.icon-instagram::before {
    content: ""; }

.icon-pinterest::before {
    content: ""; }

.icon-youtube::before {
    content: ""; }

.icon-linkedin::before {
    content: ""; }

body {
    color: #202020;
    font-family: "brandon_grotesque_regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "brandon_grotesque_bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 1.86667rem; }

p {
    margin: 0 0 1.86667rem; }

a {
    color: #c2d22d;
    outline: 0;
    text-decoration: none;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease; }
a:hover, a:active, a:focus {
    color: #7e891d;
    text-decoration: underline; }

hr {
    border-bottom: 1px solid #e2e2e2;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.7em 0; }

.float-left {
    float: left; }

.float-right {
    float: right; }

[class*="inline"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle; }

.true {
    color: #c4d237; }

.false {
    color: #d23737; }

.grid-container,
.grid-container--fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%; }
.grid-container::after,
.grid-container--fluid::after {
    clear: both;
    content: "";
    display: block; }

@media only screen and (min-width: 576px) {
    .grid-container {
        max-width: 540px; } }

@media only screen and (min-width: 768px) {
    .grid-container {
        max-width: 720px; } }

@media only screen and (min-width: 992px) {
    .grid-container {
        max-width: 960px; } }

@media only screen and (min-width: 1200px) {
    .grid-container {
        max-width: 1464px; } }

.row {
    margin-right: -1.4rem;
    margin-left: -1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
@media only screen and (min-width: 992px) {
    .row {
        padding-right: 2.8rem;
        padding-left: 2.8rem; } }
.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.col-xs, .col-sm, .col-md, .col-lg, .col-xl, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 1px; }

.col-xs, .col-sm, .col-md, .col-lg, .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

.col-xs-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

.col-xs-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

.col-xs-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

.col-xs-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

.off-xs-1 {
    margin-left: 8.33333%; }

.off-xs-2 {
    margin-left: 16.66667%; }

.off-xs-3 {
    margin-left: 25%; }

.off-xs-4 {
    margin-left: 33.33333%; }

.off-xs-5 {
    margin-left: 41.66667%; }

.off-xs-6 {
    margin-left: 50%; }

.off-xs-7 {
    margin-left: 58.33333%; }

.off-xs-8 {
    margin-left: 66.66667%; }

.off-xs-9 {
    margin-left: 75%; }

.off-xs-10 {
    margin-left: 83.33333%; }

.off-xs-11 {
    margin-left: 91.66667%; }

.off-xs-reset {
    margin-left: 0; }

@media only screen and (min-width: 576px) {
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%; }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%; }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%; }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%; }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%; }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%; }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%; }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%; }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
    .off-sm-1 {
        margin-left: 8.33333%; }
    .off-sm-2 {
        margin-left: 16.66667%; }
    .off-sm-3 {
        margin-left: 25%; }
    .off-sm-4 {
        margin-left: 33.33333%; }
    .off-sm-5 {
        margin-left: 41.66667%; }
    .off-sm-6 {
        margin-left: 50%; }
    .off-sm-7 {
        margin-left: 58.33333%; }
    .off-sm-8 {
        margin-left: 66.66667%; }
    .off-sm-9 {
        margin-left: 75%; }
    .off-sm-10 {
        margin-left: 83.33333%; }
    .off-sm-11 {
        margin-left: 91.66667%; }
    .off-sm-reset {
        margin-left: 0; } }

@media only screen and (min-width: 768px) {
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%; }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%; }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%; }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%; }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%; }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%; }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%; }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%; }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
    .off-md-1 {
        margin-left: 8.33333%; }
    .off-md-2 {
        margin-left: 16.66667%; }
    .off-md-3 {
        margin-left: 25%; }
    .off-md-4 {
        margin-left: 33.33333%; }
    .off-md-5 {
        margin-left: 41.66667%; }
    .off-md-6 {
        margin-left: 50%; }
    .off-md-7 {
        margin-left: 58.33333%; }
    .off-md-8 {
        margin-left: 66.66667%; }
    .off-md-9 {
        margin-left: 75%; }
    .off-md-10 {
        margin-left: 83.33333%; }
    .off-md-11 {
        margin-left: 91.66667%; }
    .off-md-reset {
        margin-left: 0; } }

@media only screen and (min-width: 992px) {
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%; }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%; }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%; }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%; }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%; }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%; }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%; }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%; }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
    .off-lg-1 {
        margin-left: 8.33333%; }
    .off-lg-2 {
        margin-left: 16.66667%; }
    .off-lg-3 {
        margin-left: 25%; }
    .off-lg-4 {
        margin-left: 33.33333%; }
    .off-lg-5 {
        margin-left: 41.66667%; }
    .off-lg-6 {
        margin-left: 50%; }
    .off-lg-7 {
        margin-left: 58.33333%; }
    .off-lg-8 {
        margin-left: 66.66667%; }
    .off-lg-9 {
        margin-left: 75%; }
    .off-lg-10 {
        margin-left: 83.33333%; }
    .off-lg-11 {
        margin-left: 91.66667%; }
    .off-lg-reset {
        margin-left: 0; } }

@media only screen and (min-width: 1200px) {
    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%; }
    .col-xl-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%; }
    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%; }
    .col-xl-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%; }
    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%; }
    .col-xl-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%; }
    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%; }
    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%; }
    .col-xl-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%; }
    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
    .off-xl-1 {
        margin-left: 8.33333%; }
    .off-xl-2 {
        margin-left: 16.66667%; }
    .off-xl-3 {
        margin-left: 25%; }
    .off-xl-4 {
        margin-left: 33.33333%; }
    .off-xl-5 {
        margin-left: 41.66667%; }
    .off-xl-6 {
        margin-left: 50%; }
    .off-xl-7 {
        margin-left: 58.33333%; }
    .off-xl-8 {
        margin-left: 66.66667%; }
    .off-xl-9 {
        margin-left: 75%; }
    .off-xl-10 {
        margin-left: 83.33333%; }
    .off-xl-11 {
        margin-left: 91.66667%; }
    .off-xl-reset {
        margin-left: 0; } }

body {
    background-color: #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden; }

body > header {
    -webkit-box-ordinal-group: -49;
    -ms-flex-order: -50;
    order: -50; }

body > nav {
    -webkit-box-ordinal-group: -39;
    -ms-flex-order: -40;
    order: -40; }

body > main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

body > footer {
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50; }

main {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
@media print {
    main {
        background: transparent; } }

@media only screen and (min-width: 992px) {
    .equal-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.site-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16.25px;
    padding-bottom: 16.25px;
    background-color: #fff;
    color: #777777;
    font-family: "brandon_grotesque_medium", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.86667em;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase; }
@media only screen and (min-width: 768px) {
    .site-header {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 2.16667rem;
    padding-bottom: 2.16667rem; } }
.site-header a {
    color: inherit; }
@media only screen and (min-width: 1200px) {
    .site-header .wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

@media only screen and (min-width: 1200px) {
    .site-branding {
        width: calc(20.83333% - 6.38333rem);
        float: left;
        margin-left: 2.8rem; } }

.site-logo a {
    display: block;
    font-size: 0; }

.site-logo img {
    max-width: 185px; }
@media only screen and (min-width: 1200px) {
    .site-logo img {
        max-width: auto; } }

@media only screen and (min-width: 1200px) {
    .site-navigation {
        width: calc(79.16667% - 5.01667rem);
        float: left;
        margin-left: 2.8rem; } }

.primary-navigation {
    display: none; }
@media only screen and (min-width: 1200px) {
    .primary-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

@media only screen and (min-width: 1200px) {
    .mobile-navigation {
        display: none; } }

.nav-toggle {
    position: absolute;
    top: 50%;
    right: 25px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 999; }
@media only screen and (min-width: 1200px) {
    .nav-toggle {
        display: none; } }
.nav-toggle:hover {
    background-color: transparent; }
.nav-toggle span {
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -spec-user-select: none;
    user-select: none;
    background-color: #777777;
    display: block;
    font-size: 0;
    height: 4px;
    margin-top: -2px;
    -webkit-tap-highlight-color: rgba(119, 119, 119, 0);
    -webkit-touch-callout: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
.nav-toggle span::after, .nav-toggle span::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #777777;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.nav-toggle span::after {
    -webkit-transform: translateY(220%);
    transform: translateY(220%); }
.nav-toggle span::before {
    -webkit-transform: translateY(-220%);
    transform: translateY(-220%); }
.nav-toggle.active span {
    background-color: rgba(119, 119, 119, 0); }
.nav-toggle.active span::after, .nav-toggle.active span::before {
    background-color: #777777; }
.nav-toggle.active span::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }
.nav-toggle.active span::before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
@media only screen and (min-width: 1200px) {
    .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

.menu-item {
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase; }
.menu-item a {
    padding: 2rem;
    color: #777777;
    display: block; }
@media only screen and (min-width: 1200px) {
    .menu-item a {
        padding: 0.8rem;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out; } }
.menu-item a:hover {
    color: #1d1d1b;
    text-decoration: none; }
.menu-item.current-menu-item a, .menu-item.current-page-ancestor a, .menu-item.current_page_parent a {
    color: #1d1d1b;
    font-weight: 400; }

.primary-navigation {
    position: relative; }
.primary-navigation .menu-item:last-child {
    position: relative; }
.primary-navigation .menu-item:last-child::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '-';
    left: 0; }
.primary-navigation .menu-item:last-child a {
    padding-left: 0.66667rem; }
.primary-navigation .menu-item:nth-last-child(2) {
    padding-left: 1.33333rem;
    position: relative; }
.primary-navigation .menu-item:nth-last-child(2)::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 18px;
    width: 1px;
    background-color: #e2e2e2;
    content: '';
    left: 0; }
.primary-navigation .menu-item:nth-last-child(2) a {
    padding-right: 0.4rem; }
.primary-navigation .menu-item:nth-last-child(3) {
    margin-right: 1.33333rem; }
.primary-navigation .button {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    left: 0; }

.mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    z-index: 10; }
.mobile-navigation .nav-collapse {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.mobile-navigation .menu-item a {
    padding: 2rem;
    color: #777777;
    display: block;
    font-size: 20px;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px); }
.mobile-navigation .menu-item.current-menu-item a, .mobile-navigation .menu-item.current-page-ancestor a, .mobile-navigation .menu-item.current_page_parent a {
    color: #1d1d1b; }
.js-nav-active .mobile-navigation {
    opacity: 1;
    -webkit-transition: visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    visibility: visible; }
.js-nav-active .mobile-navigation .menu-item a {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
.js-nav-active .mobile-navigation .menu-item a {
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
/*.js-nav-active .mobile-navigation .menu-item:nth-child(5) a {
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s; }
 */

.page-section {
    padding-top: -0.25rem;
    padding-bottom: -0.25rem; }
@media only screen and (min-width: 992px) {
    .page-section {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem; } }

.page-section__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.86667rem; }
@media only screen and (max-width: 470px) {
    .page-section__heading {
        display: block;
    }
    .page-section__heading .button:first-of-type {
        /*margin-left: 0 !important;*/
    }
    .page-section__heading .button {
        /* display: inline-block;
        margin-top: 12px; */

    }
}
.page-section__heading .page-section__title {
    margin-bottom: 0; }
.page-section__heading .page-section__title + .button {
    margin-left: 1.33333rem; }

.page-section__title,
.page-section__sub-title {
    color: #202020;
    font-weight: regular;
    letter-spacing: 1px; }

.page-section__title {
    font-size: 1.6em; }

.page-section__sub-title {
    font-size: 1.4em;
    margin-bottom: 1rem; }

.page-section__content::after {
    clear: both;
    content: "";
    display: block; }

.page-section__image,
.page-section__text {
    margin-bottom: 2.8rem;
    position: relative; }

.page-section__image {
    display: block;
    font-size: 0; }
.page-section__image img {
    display: block;
    margin: 0 auto; }
@media only screen and (min-width: 1200px) {
    .page-section__image img {
        margin: 0; } }

.panel {
    background-color: #fff;
    border-radius: 3px;
    clear: both;
    padding: 1.8rem; }
.panel--border {
    border: 1px solid #e2e2e2; }
.panel--alt {
    background-color: #dfdfdf;
    color: rgba(32, 32, 32, 0.6);
}

.panel--error {
    background-color: rgba(255, 65, 54, 0.2) !important;
    border-color: transparent;
    color: #fff;
    font-size: 1.33333em;
    text-align: center;
    padding: 10px;
}
/*Toegevoegd door Glenn*/
.page-section--login .panel--error {
    -webkit-box-shadow: 0 0 13.5px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 13.5px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 1.5rem;
    padding: 1.2rem; }
/*Stop toegevoegd*/
/*
.panel--error p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    margin-bottom: 0;
    width: 100%; }*/
.panel--error i {
    font-size: 3.33333em;
    margin-bottom: 1.5rem; }

/*Toegevoegd door Glenn*/
.panel--success {
    background-color: #c4d237; !important;
    border-color: transparent;
    color: #fff;
    font-size: 1.33333em;
    text-align: center;
    padding: 10px;
}
.page-section--login .panel--success {
    -webkit-box-shadow: 0 0 13.5px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 13.5px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 1.5rem;
    padding: 1.2rem; }
.panel--success p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    margin-bottom: 0;
    width: 100%; }
.panel--success i {
    font-size: 3.33333em;
    margin-bottom: 1.5rem; }
/*Stop toegevoegd*/

.panel--scrollable {
    padding: 0; }
.panel--scrollable .scroll {
    margin: 1.8rem;
    overflow-y: auto;
    padding-right: 1.4rem;
    position: relative; }

.no-padding {
    padding: 0; }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

.text-center {
    text-align: center !important; }

.text-justify {
    text-align: justify !important; }

.text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.text-break {
    overflow-wrap: break-word;
    word-wrap: break-word; }

.text-nowrap {
    white-space: nowrap; }

[class*="width"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%; }

.width--10 {
    width: 10%; }

.width--20 {
    width: 20%;
    word-break: break-word;
}

.width--25 {
    width: 25%;
    word-break: break-word;
}

.width--50 {
    width: 50%; }

.width--75 {
    width: 75%; }

.dataTables_filter {
    display: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    background-size: 6px 11px;
    padding-right: 27px; }

table.dataTable thead .sorting {
    background-image: url("../../themes/jorosofttemplate/images/sort_both.png"); }

table.dataTable thead .sorting_asc {
    background-image: url("../../themes/jorosofttemplate/images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
    background-image: url("../../themes/jorosofttemplate/images/sort_desc.png"); }

.table-info {
    color: rgba(32, 32, 32, 0.5);
    margin-top: 1rem; }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    overflow: auto;
    padding: 1rem; }
.modal__dialog {
    background: #fff;
    border-radius: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: auto;
    max-width: 100%;
    position: relative;
    text-align: left;
    top: 10%;
}
@media only screen and (min-width: 992px) {
    .modal__dialog {
        max-width: 490px; } }
.modal__header, .modal__footer {
    padding: 25px 35px; }
.modal__header {
    border-bottom: 1px solid #e2e2e2;
    position: relative; }
.modal__header h2 {
    font-family: "brandon_grotesque_medium", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.2em;
    font-weight: regular;
    margin-bottom: 0; }
.modal__body {
    padding: 2.33333rem;
    padding-bottom: 0; }
.modal__footer {
    text-align: right; }
.modal.opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999; }
.modal .close {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 30px;
    text-decoration: none; }
.modal .close:hover {
    color: #000; }
.modal .close:focus {
    outline: 0; }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

@keyframes fadeIn {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

* + .margin {
    margin-top: 1.33333rem; }

.margin {
    margin-bottom: 1.33333rem; }

.comment {
    clear: both;
    float: right;
    margin-bottom: 2rem;
    max-width: 75%; }
.comment:last-child {
    margin-bottom: 0; }

.comment__meta {
    color: rgba(32, 32, 32, 0.5);
    margin-bottom: 0;
    text-align: right; }

.comment__bubble {
    padding: 1rem 1.66667rem;
    background-color: #c2d22d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    position: relative; }
.comment__bubble::before {
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.73333rem;
    margin-right: -0.73333rem;
    border: 11px solid transparent;
    border-left-color: #c2d22d;
    border-right: 0;
    content: ''; }
.comment__bubble p:last-child {
    margin-bottom: 0; }

.comment--alt {
    float: left; }
.comment--alt .comment__meta {
    text-align: left; }
.comment--alt .comment__bubble {
    background-color: #dfdfdf;
    color: rgba(32, 32, 32, 0.6); }
.comment--alt .comment__bubble::before {
    border: 11px solid transparent;
    border-right-color: #dfdfdf;
    left: -11px;
    margin-left: -0.73333rem;
    margin-right: auto;
    right: auto; }

.page-section--actions,
.page-section--welcome, .page-section--blog {
    margin-bottom: 2.8rem; }
.page-section--blog .row {
    margin-left: -21px;
    margin-right: -21px;
    padding-left: 0;
    padding-right: 0;
}
.page-section--blog .panel {
    background-color: #ffffff;
    margin-bottom: 24px;
}
.page-section--blog a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
}
.page-section--blog a:hover {
    text-decoration: none;
    color: black;
}
.page-section--blog h2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.page-section--blog h2 small {
    background-color: rgb(146, 146, 146);
    padding: 0.4em 0.6em;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 300 !important;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: -5px;
}
.dark .site-header {
    background-color: #000;
    color: #fff;
}
.dark .menu-item a {
    color: #aaa;
}
.dark .menu-item a:hover,.dark .menu-item.current-menu-item a, .dark .menu-item.current-page-ancestor a, .dark .menu-item.current_page_parent a {
    color: #fff;
}
@media only screen and (min-width: 992px) {
    .page-section--actions,
    .page-section--welcome {
        width: calc(50% - 4.2rem);
        float: left;
        margin-left: 2.8rem;
        margin-bottom: 0; }
    .page-section--blog {
        width: calc(100% - 4.2rem);
        float: left;
        margin-left: 2.8rem;
        margin-bottom: 0;
        } }
.page-section--actions .page-section__content {
    height: 100%; }

@media only screen and (min-width: 992px) {
    .page-section--actions .panel {
        height: calc(100% - 3.8rem); } }

@media only screen and (min-width: 992px) {
    .page-section.page-section--requests .wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    } }

@media only screen and (min-width: 992px) {
    .page-section.page-section--requests .page-section__heading {
        width: calc(75% - 4.9rem);
        /*width: 100%;
        float: left;*/
        /*margin-left: 2.8rem;*/ } }

.page-section.page-section--requests .page-section__search {
    margin-bottom: 1.86667rem; }
@media only screen and (min-width: 992px) {
    .page-section.page-section--requests .page-section__search {
        max-width: 100%;
        width: 400px;
    } }
@media only screen and (min-width: 992px) {
    .page-section.page-section--requests .page-section__search .form-horizontal .form-label {
        width: 55px; } }
@media only screen and (min-width: 992px) {
    .page-section.page-section--requests .page-section__search .form-horizontal .form-controls {
        margin-left: 60px; } }
.page-section.page-section--requests .page-section__search input {
    margin-bottom: 0; }

@media only screen and (min-width: 992px) {
    .page-section.page-section--requests .panel,
    .page-section.page-section--requests .table-info {
       /* width: calc(100% - 5.6rem);
        float: left;
        margin-left: 2.8rem; */} }

@media only screen and (min-width: 992px) {
    .page-section.page-section--projects .wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.page-section.page-section--projects .wrap + .project {
    margin-top: 1.13333rem; }

.page-section.page-section--projects .project {
    padding-bottom: 2.8rem; }
.page-section.page-section--projects .project:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 3.33333rem; }
.page-section.page-section--projects .project > .wrap {
    margin-bottom: 1.86667rem; }

.page-section.page-section--projects .project__heading {
    margin-bottom: 1rem; }
@media only screen and (min-width: 992px) {
    .page-section.page-section--projects .project__heading {
        margin-bottom: 0;
        padding-right: 2.66667rem; } }
.page-section.page-section--projects .project__heading h2,
.page-section.page-section--projects .project__heading p {
    margin-bottom: 0; }
.page-section.page-section--projects .project__heading h2 {
    font-size: 1.2em;
    text-transform: uppercase; }
.page-section.page-section--projects .project__heading p {
    color: rgba(0, 0, 0, 0.5);
    font-family: "brandon_grotesque_light_italic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.93333em; }

.page-section.page-section--projects .project__meta {
    margin-bottom: 1rem;
    position: relative; }
@media only screen and (min-width: 992px) {
    .page-section.page-section--projects .project__meta {
        margin-bottom: 0;
        margin-right: auto;
        padding-left: 2.8rem; } }
@media only screen and (min-width: 992px) {
    .page-section.page-section--projects .project__meta::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        height: 100%;
        width: 2px;
        background-color: rgba(119, 119, 119, 0.3);
        content: '';
        left: 0; } }
@media only screen and (min-width: 992px) {
    .page-section.page-section--projects .project__meta .list {
        margin-bottom: 0; } }
.page-section.page-section--projects .project__meta .list__item {
    font-family: "brandon_grotesque_light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.13333em;
    line-height: 1.3; }
.page-section.page-section--projects .project__meta .list__item strong {
    font-family: "brandon_grotesque_light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: regular; }

.page-section.page-section--request .wrap {
    clear: both; }
@media only screen and (min-width: 992px) {
    .page-section.page-section--request .wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

@media only screen and (min-width: 992px) {
    .page-section.page-section--request .page-section__heading,
    .page-section.page-section--request .request__status,
    .page-section.page-section--request .col {
        width: calc(50% - 4.2rem);
        float: left;
        margin-left: 2.8rem; } }

.page-section.page-section--request .page-section__heading {
    display: block; }
@media only screen and (min-width: 992px) {
    .page-section.page-section--request .page-section__heading {
        margin-bottom: 0; } }

.page-section.page-section--request .page-section__title {
    margin-top: 0.33333rem;
    margin-bottom: 0.33333rem;
    font-size: 2.16667em; }

.page-section.page-section--request .request__meta {
    color: rgba(32, 32, 32, 0.5);
    font-size: 0.93333em; }
@media only screen and (min-width: 992px) {
    .page-section.page-section--request .request__meta {
        margin-bottom: 0; } }

.page-section.page-section--request .request__status {
    -ms-flex-item-align: end;
    align-self: flex-end;
    overflow: auto; }
.page-section.page-section--request .request__status table td:nth-child(1), .page-section.page-section--request .request__status table td:nth-child(4) {
    font-size: 1em;
    text-transform: uppercase; }
.page-section.page-section--request .request__status table td.date {
    color: rgba(32, 32, 32, 0.5);
    font-size: 0.93333em; }
@media only screen and (min-width: 992px) {
    .page-section.page-section--request .request__status .button {
        float: right; } }
.page-section.page-section--request .request__status .button--default {
    cursor: default; }
.page-section.page-section--request .request__status .table {
    display: none; }
@media only screen and (min-width: 992px) {
    .page-section.page-section--request .request__status .table {
        display: table; } }
.page-section.page-section--request .request__status .table.mobile-only {
    display: table;
    margin-top: 0; }
@media only screen and (min-width: 992px) {
    .page-section.page-section--request .request__status .table.mobile-only {
        display: none; } }

.page-section.page-section--request .col {
    margin-top: 2rem; }

.page-section.page-section--request .request__text {
    margin-bottom: 1.13333rem; }
.page-section.page-section--request .request__text::after {
    clear: both;
    content: "";
    display: block; }
.page-section.page-section--request .request__text .panel--scrollable {
    margin-bottom: 1rem; }
.page-section.page-section--request .request__text .scroll {
    height: 230px;
    margin-bottom: 1rem; }
.page-section.page-section--request .request__text .scroll p:last-child {
    margin-bottom: 0; }

.page-section.page-section--request .request__docs {
    clear: both; }
.page-section.page-section--request .request__docs .form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.page-section.page-section--request .request__comments .panel {
    background-color: transparent;
    margin-bottom: 1.13333rem; }

.page-section.page-section--request .request__comments .scroll {
    height: 453px;
    margin-bottom: 1rem;
    padding-left: 0.73333rem; }

.page-section.page-section--request .request__comments .input {
    margin-right: 0.8rem;
    width: calc(100% - 93px); }

.login .site-main {
    height: 100vh;
    width: 100vw; }

.page-section--login {
    height: 100%;
    padding: 0; }
.page-section--login .grid-container {
    background: url("../jorosofttemplate/images/bg_login.png") center center no-repeat;
    background-size: 70%;
    height: 100%; }
.page-section--login .page-section__content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    top: 45%;
    width: 90%; }
@media only screen and (min-width: 992px) {
    .page-section--login .page-section__content {
        width: calc(50% - 3.675rem);
        float: left;
        margin-left: 2.8rem;
        top: 50%; } }
@media only screen and (min-width: 1400px) {
    .page-section--login .page-section__content {
        width: calc(31.25% - 3.675rem);
        float: left;
        margin-left: 2.8rem;
        top: 50%; } }
/*GLENN*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
    .page-section--login .page-section__content {
        /* IE10+ CSS styles go here */
        margin-top: 25%;
        background: url("../jorosofttemplate/images/bg_login.png") center center no-repeat;
    }}
/*EINDE GLENN*/
.page-section--login .site-logo {
    margin-bottom: 2.33333rem; }
.page-section--login .site-logo img {
    max-width: 290px; width: 100%; }
.page-section--login .panel {
    -webkit-box-shadow: 0 0 13.5px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 13.5px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 1.5rem;
    padding: 3.33333rem; }
.page-section--login .panel p {
    color: #dfdfdf;
    margin-bottom: 0; }
.page-section--login .panel p a {
    color: inherit; }
.page-section--login .panel p a:hover {
    color: #202020; }
.page-section--login .inline {
    width: 100%; }
.page-section--login .button {
    line-height: 50px; }
.page-section--login .back {
    color: rgba(29, 29, 27, 0.5);
    font-family: "brandon_grotesque_bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.8em;
    margin-bottom: 0;
    text-transform: uppercase; }
.page-section--login .back a {
    color: inherit; }
/*# sourceMappingURL=styles.css.map */



/*TOEGEVOEGD DOOR GLENN*/

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modalpicturebox {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modalpicturebox-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1200px;
    max-height: 850px;
    width:auto;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#captionpicturebox {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1200px;
    max-height: 850px;
    text-align: center;
    color: #ccc;
    padding: 0px 0;
    height: 50px;
}

/* Add Animation - Zoom in the Modal */
.modalpicturebox-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.closepicturebox {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closepictorebox:hover,
.closepictorebox:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modalpicturebox-content {
        width: 100%;
    }
}

.showpointer:hover,
.showpointer:focus {
    cursor: pointer;
}

.wijzigwachtwoordform {
    max-width:300px;
}

.calendarStandard {
    border-width: 1px ;
    padding: 3px;
}

.calendarSelected {
    border-width: 3px !important;
    padding: 3px !important;
    border-color: #0055aa !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e2e2e2 !important;
    border-radius: 3px !important;
    height: 2.53333rem !important;
    width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 225px !important;
}

.select2-dropdown {
    border: 0px !important;
}

.select2-container--open {
    background-color: #e3edfd !important;
}

.select2-container--open .select2-dropdown--below {
    border-left: 1px solid rgb(226,226,226) !important;
    border-right: 1px solid rgb(226,226,226) !important;
    border-bottom: 1px solid rgb(226,226,226) !important;
}

.select2-container--open .select2-dropdown--above {
    border-left: 1px solid rgb(226,226,226) !important;
    border-right: 1px solid rgb(226,226,226) !important;
    border-top: 1px solid rgb(226,226,226) !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: rgb(241,247,254) !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background-color: rgb(241,247,254) !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f5f5f5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.relatienaam {
    margin-top: 20px;
    padding-right: 40px;
    margin-left: 30px;
}

.panel--tables {
    margin-bottom: 40px;
}
#calendarholidays .on-hover{
    background: #ddd;
    border-radius: 50%;
    color: #fff;
    transition: background-color 0.2s ease;
}
#calendarholidays .fc-event, #calendarholidays .fc-event-dot, .badge-viaweb {
    background-color: #272424;
}
#calendarholidays .fc-event, .badge-viaweb {
    border: 1px solid #272424;
}

#calendarholidays .fc-event.nietviaweb, #calendarholidays .fc-event-dot.nietviaweb, .badge-nietviaweb {
    background-color: #d05337;
}
#calendarholidays .fc-event.nietviaweb, .badge-nietviaweb {
    border: 1px solid #d05337;
}

.fa-viaweb {
   color: #272424;
}

.fa-nietviaweb {
    color: #d05337;
}

.custominputfinishednew, .custominputfinishedorigineel {
    height: 15px;
    width: 15px;
}

.text-center .custominputfinishednew {
    text-align: center;
    width: 100%;
}