#content .standardText .pagination
{
  float: right;
}

#content .standardText .pagination.top
{
  display: none;
}

#content .standardText .pagination span.contraction
{
  display: block;
  float: left;
  padding: 0.2em 0.4em;
  margin: 0 0 0 0.4em;
  color: #6E6E6E;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #6E6E6E;
  background-color: #F0F0F0;
  border: none;
  border-radius: 1em;
  line-height: 2em;
  width: 2em;
  height: 2em;
}

#content .standardText .pagination li.next:not(.disabled) a:hover,
#content .standardText .pagination a.next:hover,
#content .standardText .pagination li.previous:not(.disabled) a:hover,
#content .standardText .pagination a.previous:hover
{
  text-decoration: underline;
}

#content .standardText .pagination li.next a,
#content .standardText .pagination a.next,
#content .standardText .pagination li.previous a,
#content .standardText .pagination a.previous
{
  color: #6E6E6E !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #E6E6E6 !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #6E6E6E;
}

#content .standardText .pagination li.active a:hover,
#content .standardText .pagination a.current:hover,
#content .standardText .pagination a:hover,
#content .standardText .pagination a:focus,
#content .standardText .pagination a:active
{
  color: #FFFFFF;
  background-color: #3D3D3F;
}


.calendarView table tr th,
.calendarView table tr td
{
  line-height: 3em;
  width: 3.5em;
  padding: 0;
  text-align: center;
}

.calendarView
{
  margin-top: 15px;
}

.calendarView .calendar
{
  text-align: center;
  margin-bottom: 25px;
}

.calendarView form a
{
  text-decoration: none;
}

.calendarView form div
{
  display: inline;
}

.calendarView table
{
  margin: 10px auto 10px auto;
}

.calendarView table tr .weekColumn,
.calendarView table tr .weekColumn a
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #009FE3;
}

.calendarView table tr td a
{
  display: block;
  color: #6E6E6E;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #6E6E6E;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #E6E6E6;
}

.calendarView table tr td span.hasEvent 
{ 
  font-weight: bold;
}


.BBeditor .editbar
{
  display: none;
  margin: 0;
  padding: 1px 1px 0 1px;
  background: #FFFFFF;
}

.BBeditor .editbar .separator
{
  width: 0;
  float: left;
  display: block;
}

.BBeditor .editbar button
{
  color: #B2B2B2;
  background: #F0F0F0;
  cursor: pointer;
  float: left;
  border: none;
  border-radius: 5px;
  margin: 1px 2px 2px 0;
  padding: 3px 3px 4px 3px;
}

.BBeditor .editbar button img
{
  vertical-align: middle;
}

.BBeditor .editbar button .icon
{
  font-size: 14px;
  margin: 0 2px 0 1px;
  vertical-align: middle;
}

.BBeditor .editbar button:hover,
.BBeditor .editbar button:focus
{
  color: #FFFFFF;
  background: #E6E6E6;
}

.BBeditor .editbar button:active
{
  color: #FFFFFF;
  background: #B2B2B2;
}

.BBeditor .editbar button.bold
{
  font-weight: bold;
}

.BBeditor .editbar button.italic
{
  font-style: italic;
}

.BBeditor .editbar button.underline
{
  text-decoration: underline;
}


.BBeditor .container,
.BBeditor .container iframe,
.BBeditor .container textarea
{
  width: 100%;
}

.BBeditor .container
{
  max-width: none;
  margin: 0;
  padding: 0;
}

.BBeditor .container iframe
{
  border: 1px solid #F0F0F0;
}


.editorWYSIWYG
{
  font-family: sans-serif;
  font-size: 75%;
  padding: 1px;
}

.editorWYSIWYG blockquote
{
  margin: 1.2em 1.6em 1.2em 1.6em;
}

.editorWYSIWYG blockquote q
{
  display: block;
  margin: 2px 0 0 5px;
  padding: 5px;
  border-left: 2px solid #B2B2B2;
}

.editorWYSIWYG blockquote q:before,
.editorWYSIWYG blockquote q:after
{
  content: "";
}


.autocomplete-suggestions
{
  background: #F0F0F0;
  border: 1px solid #E6E6E6;
  margin-top: -2px;
  overflow-y: auto;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.autocomplete-suggestion
{
  padding: 0.6em;
}

.autocomplete-no-suggestion
{
  font-style: italic;
  opacity: 0.6;
  padding: 0.6em;
}

.autocomplete-selected
{
  color: #FFFFFF;
  background: #17C0F0;
  cursor: pointer;
}


.tag-tile
{
  display: inline-block;
  background: #F0F0F0;
  margin: 0 0.6em 0.3em 0;
  padding: 0.2em 0.6em 0.3em;
  border-radius: 0.5em;
}

.tag-tile *:first-child
{
  display: inline-block;
}

.tag-tile a
{
  cursor: pointer;
  text-decoration: none !important;
}

.tag-close
{
  float: right;
  padding: 0 0 0 0.2em;
}

.tag-sortable
{
  cursor: move;
}

.tag-dragover
{
  margin-left: 1.2em;
}

.tag-dragover::before
{
  content: "⭭";
  color: #E6E6E6;
  position: absolute;
  margin-left: -1.8em;
}

.tag-drop-end
{
  display: inline-block;
  width: 2em;
}

.tag-drop-end.tag-dragover,
.tag-drop-end.tag-dragover::before
{
  margin-left: 0;
}


.recall.refresh,
.recall.refreshRemote
{
  cursor: pointer;
}

.recall.refresh:before,
.recall.refreshRemote:before {
  content: "\f021";
}

.recall.refresh:active:before,
.recall.refreshRemote:active:before {
  
  content: "\f110";
}

.recall.refresh,
.recall.refreshRemote
{
  float: right;
  font-size: 14px;
  margin: 0 0.5em;
}

.recallBusy
{
  background: url(/gfx/x.gif) no-repeat center center;
  min-width: 100%;
  min-height: 50px;
}

.recallBusy > *
{
  opacity: 0.4;
}



fieldset div.formElement.InputCheckBox > div
{
  display:inline;
}

form fieldset legend{
  display: none;
}

.hideElement{
 display: none;
}

.helloBot
{
  display: none;
  visibility: hidden;
}

.formulierElementen .brveld input {
  width: auto;
}

#content .dlrelem.selected {
  background-color:#CCCCCC;
}

.debugInfo {
    padding-top: 5px;
    padding-bottom: 50px;
}

.debugInfo li {
    padding-bottom: 3px;
}

.debugInfo .highlight {
   color:#FF0000;
}

.visible
{
  visibility: visible;
}

.invisible
{
  visibility: hidden;
}


.formulier div.formpagination{
  margin-bottom: 10px;
}

.formulier .formpagination span::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 4px;
  border: 1px solid currentColor;
}
.formulier .formpagination span.visit::after{
  background: currentColor;
}
.formulier .formpagination span.this::after{
  background: currentColor;
}

div[id^="loader_"] {
	z-index: 5000;
  width:100%;
  height:100%;
  position: fixed;
  background-color:#80808080;
  text-align:center;
  top: 0;
	left: 0;
}

div[id^="loader_"] img {
  position: absolute;
  top:50vh;
  left:50vw;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}.clear {
  clear: both;
  height: 1px;
  width: 1px;
  line-height: 1px;
  margin-top: -1px;
}

.formulier {
  float:left;
  width:98%;
}

.formulierElementen label {
  float:right;
  text-align:right;
  margin:5px 5px 0 0;
  margin-right:5px;
}
.formulierElementen .label {
  text-align:right; 
  margin:5px 5px 0 0;
  display:block;
}

.formElementButton {
  clear:both;
  width:100%;
  padding: 10px 0 10px 0;
  height: 15px;
}
.leftColButton {
  width:190px;
  float:left;
  text-align:left;
}
div.uitleg {
  float:right;
  font-size:0.9em;
  font-style:italic;
}
.centerColButton {
  width:190px;
  float:right;
  text-align:right;
}
.dividedSubmit {
  position:relative;
  top: 99px;
  right: 0px;
  	
  float:right;
  text-align:right;
}

.formulierElementen label.radio {
  float:left;
  text-align: left;
  margin-top:-1px;
}

.formulierElementen input {
  margin: 2px;
}

.formulierElementen{
  position:relative;
  margin-bottom: 50px; 
}

.formulierElementen select {
  margin: 2px;
}
.formulierElementen textarea {
  margin: 2px;
  width:240px;
}

.formElement {
  clear:both;
  position:relative;
  
}
.leftCol {
  width:150px;
  float:left;
}
.centerCol {
  width:250px;
  float:left;
}


.formulierElementen .labelCheckbox label {
  float:none;
  vertical-align:middle;
  padding-left:5px;
}
.inputElement {
  float:left;
}
.inputElementCheckbox {
  float:right;
}
.radiobuttonLabel {
  vertical-align:bottom;
  line-height:20pt;
  padding-left:5px;
}
.noerror {
  display:none;
}
.error {
  color:#DB0000;
  font-weight:bold;
  padding:2px;
  width:250px;
  clear:both;
  float:left;
}
.radioGroup {
  float:left;
}
.radioButton {
  clear:left;
  float:left;
}
.hintBox
{ 
  /*CSS for pop up hint box */
  right: 0px;
  position:absolute;
  background-color: #cccccc;
  color: #444444;
  border:solid 1px #444444;
  width: 300px; /*Default width of hint.*/ 
  padding: 3px;
  line-height:18px;
  z-index:100;
  display:none;
  text-align:left;
  top:20px;
  font-style: normal;
}

.formText 
{
  margin-bottom: 8px;
}

.formButtons {
  margin: 25px 0;
}
button.form
{
  background-color: transparent;
  border: 0;
  margin: 0.2em 0 0.5em 0;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  
}
button.form.wider {
  width: 135px;
}
button.form .leftpart
{
  float: left;
  background: transparent url(/dds/gx/ZmdezmiLwaL.png) no-repeat;
  margin: 0;
  width: 8px;
  height: 28px;
}

button.form .midpart
{
  float: left;
  background: transparent url(/dds/gx/ZmdezmiLebL.png) repeat-x;
  margin: 0;
  height: 28px;
}

button.form .rightpart
{
  float: left;
  background: transparent url(/dds/gx/ZmdezmiLmbL.png) no-repeat;
  margin: 0;
  width: 8px;
  height: 28px;
}

#left button.form .leftpart
{
  background-image: url(/dds/gx/ZmdezmiLkcL.gif);
}

#left button.form .midpart
{
  background-image: url(/dds/gx/ZmdezmiLscL.gif);
}

#left button.form .rightpart
{
  background-image: url(/dds/gx/ZmdezmiLadL.gif);
}

button.form .arrow
{
  width: 9px;
  height: 8px;
  margin: 9px 2px 0 2px;
  background: transparent url(/dds/gx/ZmdezmiLubL.gif) no-repeat;
  float: left;
}

button.form span
{
  font-size: 0.8em;
  color: #666666;
  font-weight: bold;
  margin: 8px 0px 0 0px;
  float: left;
  line-height: 1.3em; 
}

button.form:hover span
{
  color: #000000;
}

button.form:hover .arrow
{
  background-image: url(/dds/gx/ZmdezmiLccL.gif);
}

button.form.hoverIE6 span
{
  color: #000000;
}

button.form.hoverIE6 .arrow
{
  background-image: url(/dds/gx/ZmdezmiLccL.gif);
}

button.form img {
  margin-top:5px;
}

.formulierElementen .formElement {
  float: left;
  clear: none;
}
.formulierElementen .formElement input,
.formulierElementen .formElement textarea {
  float: left;
  width: 250px;
}
.formulierElementen .formElement .tag-placeholder,
.formulierElementen .formElement .role-placeholder {
  width: 250px;
}
.formulierElementen .formElement .leftColButton input,
.formulierElementen .formElement .centerColButton input
{
  width: auto;
}
.formulierElementen .inputLabel , .leftCol{
  float:left;
  width: 155px;
}

.formulierElementen .inputLabel label {
  float:right;
  margin: 0px 2px;
}
.formulierElementen .inputElement {
  float: left;
}

.formulierElementen .error {
  margin-left: 157px;
  padding: 2px 3px;
}


.formulierElementen .radioGroup input {
  width: auto;
  margin-top: 3px;
}
.formulierElementen .InputCheckBox input,
.formulierElementen .InputCheckBox label {
  width: auto;
  float: inherit;
}
.formulierElementen .formElement input.dividedSubmit,
.formulierElementen .formElement input.Submit {
  width: auto;
}



.inputWidth {
  margin-left: 157px;
}


.formulierElementen .formElement.lbboven {
  white-space: normal;
}
.formulierElementen .lbboven .inputLabel {
  float: none;
  width: auto;
}
.formulierElementen .lbboven .inputLabel label {
  float: left;
}
.formulierElementen .lbboven .inputElement {
  float: none;
  clear: both;
}

.formulierElementen .formElement.lbachter {
  white-space: nowrap;
}
.formulierElementen .lbachter .inputLabel {
  width: auto;
}
.formulierElementen .lbachter .inputLabel label {
  float: left;
}
.formulierElementen .lbachter .inputElement {
  float: left;
}

.formulierElementen .lbgeen .inputLabel {
  width: 0px;
}


.formulierElementen .lbbinnenshow {
  color: #9999AA;
}


.lbvar .inputLabel {
  width: auto;
}


.formulierElementen .formElement.psspring {
  padding-left: 155px;
}


.formulierElementen .formElement.psaansl .inputLabel  {
  width: auto;
}


.formulierElementen .brhalf input {
  width: 118px;
}

.formulierElementen .brderde input {
  width: 76px;
}


.formulierElementen .brtweederde input {
  width: 159px;
}


.formulierElementen .brkwart input {
  width: 55px;
}


.formulierElementen .brveld input {
  width: auto;
}


#formNavCrumble
{
  font-size: 1.2em;
  height: 44px;
}

#formNavCrumble ul
{
  float: left;
  background-color: #DBDBDB;
  list-style: none;
  margin: 0 0 25px 0;
  padding-left: 0;
  width: 100%;
}

#formNavCrumble ul li
{
  padding: 0 15px 0 0;
  float:left;
  border-right: 1px solid #919191;
  padding: 5px 15px 5px 7px;
}

#formNavCrumble ul li.lastPage
{
  background: none;
}

#formNavCrumble ul li a
{
  text-decoration: none;
}

#formNavCrumble ul li.selected
{
  font-weight: 700;
}




#datepicker
{
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}


body .dpDiv
{
  width: auto;
}

body .dpTable
{
  background-color: #FBFBFB;
  border: 0;
  border-collapse: collapse;
}

.dpTable tr, .dpTable td
{
  font-family: Segoe UI, Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #000000;
  text-align: center;
  border: none;
  padding: 4px;
}

.dpTR
{
}

.dpTitleTR
{
  height: 25px;

}

.dpTitleTR td
{
  background: #FEDFAF url('/dds/gx/ZmdezmiLgeL.gif') repeat-x 0 -1px;
  padding-top: 0;
  padding-bottom: 0;
}

.dpTable  td.dpButtonTD
{
  padding-top: 2px;
  cursor: pointer;
}

.dpTable td.dpTitleTD
{
  padding-top: 4px;
  vertical-align: top;
  height: auto;
}

.dpTitleText
{
  color: #FFFFFF;
  font-size: 12px;
}

.dpDayTR
{
}

.dpTodayButtonTR
{
}

.dpTable td.dpTD
{
  background-color: #FBFBFB;
}

.dpTable td.dpDayHighlightTD
{
  background-color: #FEDFAF;
  color: #000000;
}

.dpTable td.dpTDHover
{
  background-color: #F79500;
  color: #FFFFFF;
  cursor: pointer;
}

.dpTodayButtonTD
{
}

.dpTable  td.dpDayTD
{
  background-color: #DFE0E0;
  color: #7D7D7D;
}

.dpDayHighlight
{
}
.tool-tip {
  background-color:#CCCCCC;
  border:1px solid #000000;
  color:#444444;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  margin:0;
  padding:8px;
  width:200px;
  z-index:200;
}
.tool-title {
  font-weight:bold;
}
.tool-text {
}

.tooltip {
  color:blue;
  cursor:pointer;
  text-decoration:underline;
}body.uitleg {
 background-color: #cccccc;
 color: #444444;
} 
.uitlegArtikel {
 padding:7px;
}
.uitlegArtikel .titel {
 font-weight:bold;
 font-size:14px;
 margin-bottom:10px;
}
#content .BBeditor iframe {
    height: 320px;
    width: 100%;
}

.uitleg .infotext {
  position:absolute;
  display: none;
}

.uitleg.open .infotext {
  display:inline-block;
  z-index:10;
}
.uitleg.open span.clickCloseOverlay {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
}.dmsUpload .dropArea
{
  display: table;
  height: 100px;
  width: 100%;
  margin: 0 auto;
}

.dmsUpload .dropArea label
{
  display: table-cell !important;
  float: none;
  text-align: center !important;
  vertical-align: middle;
}

.elementLoader {
  border: 0.5em solid #CCC;
  border-radius: 70%;
  border-top: 0.5em solid #999;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  
}



table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

.clear
{
  float: none;
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
}



img.img_south      { margin:  0px 10px  4px  4px; }
img.img_south_west { margin:  0px  0px  4px  4px; }
img.img_west       { margin:  0px  0px  4px  4px; }
img.img_north_west { margin: 10px  0px  0px  4px; }
img.img_north      { margin: 10px 10px  0px  4px; }
img.img_north_east { margin: 10px 10px  0px  0px; }
img.img_east       { margin:  0px 10px  4px  0px; }
img.img_south_east { margin:  0px 10px  4px  0px; }
img.img_all        { margin: 10px 10px  4px  4px; }

img.left           { float: left; }
img.right          { float: right; }
img.center         { display: block; margin-left: auto; margin-right: auto; text-align:center; }

span.img_south      { margin:  0px 10px  4px  4px; }
span.img_south_west { margin:  0px  0px  4px  4px; }
span.img_west       { margin:  0px  0px  4px  4px; }
span.img_north_west { margin: 10px  0px  0px  4px; }
span.img_north      { margin: 10px 10px  0px  4px; }
span.img_north_east { margin: 10px 10px  0px  0px; }
span.img_east       { margin:  0px 10px  4px  0px; }
span.img_south_east { margin:  0px 10px  4px  0px; }
span.img_all        { margin: 10px 10px  4px  4px; }

.multimedia_left   { float: left; }
.multimedia_right  { float: right; }
.multimedia_center { display: block; margin-left: auto; margin-right: auto; text-align:center; }

.multimedia img.flipped{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


tr.ISE-header,
th.ISE-header,
tr.ISE-header th
{
  background-color: #FFFFFF;
  font-weight: bold;
}

tr.ISE-footer, td.ISE-footer, tr.ISE-footer td
{
  font-weight: bold;
  font-style: italic;
}

table.ISE-noborder,
table.ISE-noborder th,
table.ISE-noborder td
{
  border: none;
}

table.ISE-border
{
  border: 1px solid #000000;
  border-collapse: collapse;
}

table.ISE-border td
{
  border: none;
}

table.ISE-boxborder,
table.ISE-boxborder th,
table.ISE-boxborder td
{
  border: 1px solid #000000;
  border-collapse: collapse;
}

.ISE-align-left,
.ISE-align-left td
{
  text-align: left;
}

.ISE-align-right,
.ISE-align-right td
{
  text-align:right;
}
.ISE-align-center, 
.ISE-align-center td
{
  text-align:center;
  vertical-align: top;
}


span.ISESTYHAntwoord
{
  font-style: italic;
  font-weight: bold;
  text-transform: capitalize;
}

body
{
  
  font-size: 62.5%;
  
}

pre
{
  font-family: monospace;
}

em
{
  font-style: italic;
}

strong
{
  font-weight: bold;
}

ul,
ol
{
  margin: 0;
  padding: 0.5em 0 0.5em 1.2em
}

ol
{
  margin: 0;
  padding-left: 1.8em;
}

ol ol
{
  list-style-type: lower-alpha;
}

.hidden
{
  display: none;
}

.fileIcon
{
  vertical-align: text-bottom;
  margin-right: 3px;
}

.caption
{
  display: block;
  font-style: italic;
}

.fancybox-inner {
	overflow: auto !important;
}


.icon.icon-x::before{
  content: "";
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background: currentcolor;
  width: 24px;
  height: 24px;
}

/* 400-normal */
@font-face
{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: url('/dds/up/ZmcyjwvKoK_Montserrat-Regular.ttf');
}

/* 400-italic */
@font-face
{
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: normal;
  src: url('/dds/up/ZmcyjwvKwK_Montserrat-Italic.ttf');
}

/* 600-semibold */
@font-face
{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/dds/up/ZmcyjwvKuL_Montserrat-SemiBold.ttf');
}

/* 700-bold */
@font-face
{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  src: url('/dds/up/ZmcyjwvKeL_Montserrat-Bold.ttf');
}

/* 700-italic */
@font-face
{
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: bold;
  src: url('/dds/up/ZmcyjwvKmL_Montserrat-BoldItalic.ttf');
}


@font-face {
  font-family: 'custIcons';
  src: url('/dds/up/ZmcyjwvKqB_custicon.ttf'); 
  font-weight: normal; 
  font-style: normal;
}


body{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.34em;
  line-height: 1.5;
}

@media (min-width: 700px ) {
  body {
      text-rendering:geometricPrecision;
  }
}

h1,h2
{
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

h3,h4,h5,h6
{
  font-weight: bold;
  line-height: 1;
}



h1
{
  font-size: 3em;
}

h2
{
  font-size: 1.3em;
}

h3
{
  font-size: 1.3em;
}

h4
{
  font-size: 1.3em;
}

h5
{
  font-size: 1.2em;
}

h6
{
  font-size: 1em;
}


h2.ISEStyle
{
}

h1.boldcombi{
  font-weight: normal;
  font-size: 3em;
}

.boldcombi{
  font-weight: normal;
  font-size: 2em;
}
.boldcombi span{
  font-weight: bold;
}
.boldcombi strong{
  display: block;
}
.boldcombi.firstSpan span::after{
  content: '\a';
  white-space: pre;
}
.boldcombi.firstText span::before{
  content: '\a';
  white-space: pre;
}
.boldcombi.icon::before{
  content: "\f04b";
  color: #FFDE00;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 50%;
  padding-right: 20px;
  position: relative;
  top: -10px;
}

blockquote{
  font-size: 7.5vw;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 15% 0 15%;
  color: #17C0F0;
}

span.multimedia
{
  max-width: 100%;
  overflow: hidden;
}

span.multimedia.img_all{
  margin: 20px;
  display: inline-block;
}

span.multimedia.multimedia_center{
  margin: auto;
}

.linkarrow::before{
  content: "\f04b";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  padding-right: 7px;
  position: relative;
  top: -2px;
}

.linkarrow:hover::before{
  text-decoration: none;
  display: inline-block;
}

.linkbtn{
  cursor: pointer;
  height: 41px;
  text-align: center;
  line-height: 1.1;
  font-size: 0.9em;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  margin: 0;
  border: none;
  position: relative;
  color: #000000;
}

.linkbtn.yellow{
  background: #FFDE00;
}

.linkbtn.blue{
  background: #009FE3;
}

.linkbtn a:hover,
a .linkbtn:hover
{
  text-decoration-line: none;
  color: #FFFFFF;
}

.linkbtn.yellow a:hover,
a .linkbtn.yellow:hover{
  background: #009FE3;
}

.linkbtn.blue a:hover,
a .linkbtn.blue:hover{
  background: #FFDE00;
}


.linkbtn a,
.linkbtn a:link,
.linkbtn a:visited,
.linkbtn a:active,
a .linkbtn,
a .linkbtn:visited,
a .linkbtn:active
{
  text-decoration: none;
  padding: 5px 20px;
}

.linkbtn a{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 30px;
}

.linkbtn a:link,
.linkbtn a:visited{
  border-bottom: 0;
}

.linkbtn:hover a{
  color: inherit;
}

@media (max-width: 898px ) {

  blockquote{
    font-size: 13.5vw;
  }

}


code {  font-family: courier,monospace;  }
xml {  font-family: courier,monospace;  }.noheader h2.webletTitle{
  display: none;
}

.weblettekst.quote{
  margin: 67px 0;
}
  .weblettekst.quote h2{
    font-size: 3em;
  }
  
  

  .overview{
    display: flex;
  }
  .webletarchief1 .webletAnker{
    width: auto;
  }

  .overview ul li{
    display: inline-block;
    padding: 33.5px;
    position: relative;
    padding-bottom: 97px;
  }
    .overview li .listItem .datum,
    .overview li .listItem h3{
      margin-bottom: 37px;
    }
    .overview li .listItem .leesmeer{
      display: block;
      position: absolute;
      left: 33.5px;
      bottom: 40px;
    }
      .overview li .listItem .leesmeer a::before{
        content: "\f04b";
        font-family: 'icomoon' !important;
        font-size: 15px;
        display: inline-block;
        padding-right: 7px;
      }




  div.webletaccordion .accordionTextboxes .accordionContainer .accordionTitle::before,
  div.webletaccordion .accordionTextboxes .accordionContainer .accordionTitle::after{
    content: none;
  }
  .webletaccordion .accordionTextboxes .accordionContainer .accordionTitle a.accordion{
    border-bottom: none;
  }
  .mod_tekst .content .accordionWrapper a::before,
  div.webletaccordion .accordionTextboxes .accordionContainer .accordionTitle a.accordion::before{
    content: '';
    background-color: #FFDE00;
    mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 100 115.47" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><polygon points="0 0.14863 0 115.62 100 57.884"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 100 115.47" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><polygon points="0 0.14863 0 115.62 100 57.884"/></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 33.5px;
    height: 33.5px;
    padding: 12px;
  }
  .mod_tekst .content .accordionWrapper[aria-expanded="true"] a::before,
  div.webletaccordion .accordionTextboxes .accordionContainer[aria-expanded="true"] .accordionTitle a.accordion::before{
    transform: rotate(-90deg);
  }
  div.webletaccordion .accordionTextboxes .accordionContainer .accordionTitle a.accordion:hover::before{
    text-decoration: none;
  }
    .mod_tekst .accordionWrapper a h2{
      font-weight: normal;
    }
      .mod_tekst .content .accordionWrapper[aria-expanded="true"] a h2{
        font-weight: bold;
      }
  
  div.webletaccordion .accordionContainer .accordionText {
    border: none;
    padding: 33.5px 0 0 63px;
  }
    .mod_tekst .content .accordionWrapper div.accordion,
    div.webletaccordion .accordionContainer .accordionText p{
      background-color: #FFDE00;
      padding: 33.5px;
      display: flex;
      flex-wrap: wrap;
    }
    div.accordionContainer.accordionWrapper{
      padding-bottom: 33.5px;
    }
    .mod_tekst .content .accordionWrapper div.accordion{
      margin: 33.5px 0 33.5px 63px
    }
    .mod_tekst .content .accordionWrapper div.accordion.closed{
      display: none;
    }
    
  .mod_tekst .content .accordionWrapper a,
  .mod_tekst .content .accordionWrapper a:link,
  div.webletaccordion .accordionTextboxes .accordionContainer .accordionTitle a.accordion{
    background-color: unset;
    line-height: 60px;
    top: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    outline-offset: 0px;
  }
    div.webletaccordion div.accordionTextboxes .accordionContainer.closed .accordionTitle a{
      border : none;
    }
    div.webletaccordion div.accordionTextboxes .accordionContainer .accordionTitle a:hover{
      background-color: unset;
      color: inherit;
      cursor: pointer;
    }
    div.webletaccordion .accordionTextboxes .accordionContainer .accordionTitle a::after,
    div.webletaccordion .accordionTextboxes .accordionContainer.closed .accordionTitle a::after{
      content: none;
    }
    .mod_tekst .accordionWrapper a h2,
    div.webletaccordion div.accordionTextboxes .accordionContainer .accordionTitle a:hover h2,
    div.webletaccordion div.accordionTextboxes .accordionContainer .accordionTitle a h2{
      font-size: 1.6rem;
      padding-left: 33.5px;
      text-decoration: none;
    }
    div.webletaccordion .accordionTextboxes .accordionWrapper p{
       margin: 0;
    }
    .mod_tekst .content .accordionWrapper p:last-of-type{
      margin-bottom: 0;
    }
    
    .mod_tekst .content .accordionWrapper{
      padding-bottom: 33.5px;
    }
  
@media (max-width: 898px ) {

  .content .imageHideOnMobile span.multimedia,
  .imageHideOnMobile br{
    display: none;
  }

  .hideOnMobile{
    display: none;
  }
  
  div.webletaccordion .accordionContainer .accordionText {
    padding: 33.5px 0 0 33px;
  }

}

@media (max-width: 500px ) {

  div.webletaccordion .accordionContainer .accordionText {
    padding: 13.5px 0 0 0px;
  }

}



body
{
  color: #000000;
  background: #B2B2B2;
  overflow-x: hidden;
}

.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}

.no-gridSupport #oldBrowser>span{
  padding: 100px;
}


#suboutline {
  overflow: hidden;
  max-width: 1608px;
  background: #FFFFFF;
  margin: 0 auto;
}

.subgrid,
.grid{
  display: grid;
  grid-template-rows: auto;
}
  .outside.grid{
    grid-template-columns: [page-start] 1fr [content-start] repeat(6,minmax(1px,206.66666666667px)) [content-end] 1fr [page-end];column-gap: 20px;  
  }
    .wrapper{
      grid-column: content;
    }  

  .subgrid{
    grid-template-columns: [content-start] repeat(6,minmax(1px,167.5px)) [content-end];column-gap: 67px;  
  }


.SE_dropdownmenu .SE_dropdownmenuitem .icon img
{
  display:block;
}

.popinclosebutton img,
.iseButton img{
  vertical-align: inherit;
}


body *, body *::before, body *::after
{
  box-sizing: border-box;
}



a,
a:link,
a:visited
{
  color: inherit;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
  color: inherit;
}

hr
{
}

header .wrapper{
  display: contents;
  
}
header section{
  grid-column: content;
}

header .bar{
  display: flex;
  position: relative;
  padding: 40px 0 10px;
}

header .webletLocationlogo{
}
  header .webletLocationlogo img{
    width: 402.0px;
    max-width: 100%;
    height: auto;
  }
header .webletLocationmobLogo{
  display: none;
  z-index: 2;
}
  header .webletLocationmobLogo img{
    max-width: 100%;
    height: auto;
  }

header .firstRow{
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  top: 10px;
  right: 0px;
  width: auto;
  height: 41px;
  z-index: 10;
}


header .webletLocationsearch{
}
  .webletLocationsearch fieldset{
    position: relative;
  }
  .webletLocationsearch p{
    display: inline-block;
    height: 41px;
  }
    .webletLocationsearch p:first-of-type{
      width: 100%;
      padding-right: 35px;
    }
      .webletLocationsearch label{
        width: 100%;
        height: 100%;
      }
        .webletLocationsearch label input{
          border:none;
          background-color: #F0F0F0;
          width: 100%;
          height: 100%;
          padding: 5px;
          padding-left: 10px;
          font-family: 'lato', sans-serif;
          font-style: normal;
          font-size: 18px;          
        }
        .webletLocationsearch label input.empty{
          color: #000000;
        }
    .webletLocationsearch p:last-of-type{
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
    }
      .webletLocationsearch button{
        position:relative;
        height: 41px;
        width: 35px;
        border: none;
        position:absolute;
        top:0;
        right: 0;
      }
        .webletLocationsearch button::after{
          content: "\f002";
          font-family: 'icomoon';
          color: #000000;
          font-style: normal;
          font-weight: 400;
          line-height: 0;
          font-size: 23px;
          vertical-align: middle;
          position: relative;
          top: -2px;  
        }   
        .webletLocationsearch button:hover{
          background: #B2B2B2;
        }
  header .webletLocationsearch button span.text{
    display: none;
  }      
        

header .webletLocationmenu{
  align-self: center;
}
.webletLocationmenu{
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
  .webletLocationmenu ul{
    padding: 0;
    display: flex;
    justify-content: end;
  }
    .webletLocationmenu ul li{
      display: inline-block;
    }
    .webletLocationmenu ul li a{
      color: #000000;
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      position: relative;
    }
    .webletLocationmenu ul>li.selected.navigated>a{
      font-weight: bold;
    }


@media (max-width: 898px ) {

  .menuBtn{
    background-color: #FFDE00;
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;    
    top: -15px;
  }
  .menuBtn::after{
    content: "\f0c9";
    font-family: 'icomoon';
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    z-index: 34;
  }
  
  .menuBtn ul{
    display: none;
  }
  .menu-open .menuBtn ul.level1{
    display: block;
    width: 95vw;
    width: calc( 100vw - 30px );
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFDE00;
    padding: 20px 130px 0 40px;
    z-index: 33;
    max-height: calc( 100vh - 100px );
    overflow: scroll;
  }
  .menu-open .menuBtn li{
    display: block;
    border-bottom: 1px solid #000000;
    padding: 5px 0;
  }
  .menu-open .menuBtn li a{
    padding: 25px 0;
    height: auto;
    line-height: 1;
  }
  .menu-open .menuBtn li a::after{
    content: "\f04b";
    font-family: 'icomoon';
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    font-size: 15px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .menu-open .menuBtn li:last-of-type{
    border-bottom: none;
  }

  .menu-open #suboutline{
    height: calc( 100vh - 26px );
  }

  .menu-open main::after,
  .menu-open footer:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    z-index:1;
  }
    
}



  .webletLocationmenu ul>li.hasChildren:hover>a{
    background: #FFDE00;
  }

.webletLocationmenu ul>li.hasChildren>ul{
  display: none;
}

@media (min-width: 899px ) {

  .webletLocationmenu ul>li:hover>ul{
    display: block;
    position: absolute;
    z-index: 3;
    background: #FFDE00;
  }
  
  .webletLocationmenu ul>li>ul{
    width: auto;
    margin-left: -10px;
  }
    .webletLocationmenu ul>li>ul>li{
       display: block;
    }
      .webletLocationmenu ul>li>ul>li a{
        justify-content: flex-start;
        text-align: left;
        padding-left: 18px;
        padding-right: 18px;
        overflow: hidden;
      }
        .webletLocationmenu ul>li>ul>li>a:hover{
          background: ;
        }


}


@media (max-width: 898px ) {

  .webletLocationmenu ul>li.opened>ul{
    display: block;
    padding: 0 20px;
    border-left: 1px solid #000000;
    margin-bottom: 20px;
  }

  .webletLocationmenu ul>li.opened>a::after{
    transform: rotate(90deg);
  }
  
}

@media (max-width: 599px) {

  .menu-open .menuBtn ul.level1{
    padding: 50px 30px 0 30px;
  }  
  
}

header .webletLocationheaderTitle{
  padding: 67px 0;
}

header .banner{
  background-color: #009FE3;
  grid-column: page;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: [page-start] 1fr [content-start] repeat(3,minmax(1px,433.33333333333px)) [content-end] 1fr [page-end];column-gap: 20px;  
}
  header .banner>div{
  }
	header .banner .webletLocationbannerText{
    grid-column: 2;
    align-self: center;
    margin-right: -60px;
    z-index: 1;
  }
  header .banner .webletLocationbannerText p:first-of-type{
    font-size: 1.25em;
  }
	header .banner .webletLocationbannerImage{
    font-size: 0;
    grid-column: -4 / span 4;
    position: relative;
  }

  
	header .banner .webletLocationbannerImage::after{
    content: "";
    background-color: #009FE3;
    mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 57.735 100" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-31.117 -74.017)"><path d="m31.117 74.017h57.735l-57.735 100z"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 57.735 100" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-31.117 -74.017)"><path d="m31.117 74.017h57.735l-57.735 100z"/></g></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

	header .banner .webletLocationbannerImage img{
    width: 100%;
    object-fit: cover;
  }

@media (max-width: 1099px ) {

  header .bar{
    flex-wrap: wrap;
  }
  
  header .webletLocationlogo{
    min-width: 200px;
  }  
  
}

@media (max-width: 898px ) {

  header .webletLocationlogo{
    display: none;
  }
  header .webletLocationmobLogo{
    display: block;
  }

}

@media (max-width: 899px ) {

  header .banner{
    display: contents;
  }
  header .banner .webletLocationbannerText{
    grid-column: page;
    background-color: #009FE3;
    padding: 33.5px 20px;
    order: 2;
    margin-right: unset;
  }
  header .banner .webletLocationbannerImage{
    display: none;
  }
    header .banner .webletLocationbannerImage::after{
      background-color: #FFFFFF;
      top: -1px;
      left: -1px;
    }

}


@media (max-width: 399px ) {

  .menu-open .menuBtn ul{
    padding-right: 67px;
  }
  
}

.content div span.multimedia>img{
  max-width: 100%;
  height: auto;
}

.content .standardText a,
.content .standardText a:link,
.content .standardText a:visited
{
  text-decoration: underline;
}

.content .wrapper{
  padding: 33.5px 0;
}

header.drawbanner~ .content .wrapper{
  padding-top: 100.5px;
}

.content .wrapper>article,
.content .wrapper>section{
  padding-bottom: 67px;
}

.content .wrapper>article p{
  margin-bottom: 33.5px;
}
  .mod_tekst .content .wrapper>article .standardText p,
  .content .wrapper>article p:last-of-type{
    margin-bottom: 0;
  }

.cat_blauw .content{
  background: #009FE3;
}

div.multimedia.embed{
  float: none;
  padding-top: 56.25%; 
  width: 100%;
  height: 0;
  display: inline-block;
  position: relative;
}
  div.multimedia.embed iframe,
  div.multimedia.embed>a>img:first-of-type,
  div.multimedia.embed a{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: none !important;
  }

span.multimedia.media_placement_fitWidth{
  width: 100% !important;
}

table{
  line-height: 1.4;
}

.content span.multimedia{
	display: inline-block;
}

span.multimedia.img_south      { margin:  0px 20px 30px 20px; }
span.multimedia.img_south_west { margin:  0px  0px 30px 20px; }
span.multimedia.img_west       { margin: 30px  0px 30px 20px; }
span.multimedia.img_north_west { margin: 30px  0px  0px 20px; }
span.multimedia.img_north      { margin: 30px 20px  0px 20px; }
span.multimedia.img_north_east { margin: 30px 20px  0px  0px; }
span.multimedia.img_east       { margin: 30px 20px 30px  0px; }
span.multimedia.img_south_east { margin:  0px 20px 30px  0px; }
span.multimedia.img_all        { margin: 20px; }

.multimedia_left{
  margin-right: 20px;
}


.webletcrumble .verticaldivider{
  font-size: 0;
}
.webletcrumble .verticaldivider::before{
   content: "\f04b";
  font-family: 'icomoon' !important;
  font-size: 10px;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  top: -2px;
}


.multimedia_right{
  margin-left: 20px;
}





.template-ProjectItemsHome ul{
  display: grid;
  grid-template-columns: repeat( 3, minMax(1px, 1fr));
  margin: 0;
  padding: 0;
  gap: 67px;
}
  .template-ProjectItemsHome ul li{
    background: #FFDE00;
  }
    .template-ProjectItemsHome ul li .leesmeer{
    }

@media (max-width: 899px ) {

  .template-ProjectItemsHome ul{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

}

.footerBlue{
  background: #009FE3;
}

.footerBlue .wrapper{
  grid-template-rows: auto;
  padding: 100.5px 0;
}

.footerInfo .wrapper{
  display: contents;
}
  .footerBlue .wrapper>div{
    grid-span: 2;    
  }
    footer .webletLocationfooterLinks{
      grid-column: 1 / 3;
    }
    footer .webletLocationfooterRight{
      grid-column: 3 / 5;
    }
    footer .webletLocationfooterImage{
      grid-column: 5 / 7;
      justify-self: end;
    }
      footer .webletLocationfooterImage .multimedia{
        margin-top: -100.5px;
        display: block;
        width: 201px !important;
      }  
    footer .webletLocationdisclaimer{
      grid-column: 2 / span 4;
      align-self: center;
    }
    footer .webletLocationimage{
      grid-column: -4 / span 3;
      justify-self: end;
    }
      footer .webletLocationimage .multimedia{
        width: 335px !important;
        display: block;
      }

    footer .footerBlue .icon{
      color: #FFFFFF;
      display: inline-block;
      font-size: 0;
      margin-top: 25px;  
    }
      footer .footerBlue .icon::before{
        font-size: 25px;
        margin-top: 10px;
        margin-right: 10px;
      }

    footer .multimedia img{
      flex: 0 0 auto;
      height: 100%;
      width: auto;
    }

footer .webletLocationdisclaimer ul{
  padding: 20px 0;
}
  footer .webletLocationdisclaimer ul li{
    display: inline-block;
    margin-right: 30px;
  }
    footer .webletLocationdisclaimer ul li .icon{
      margin: 0;
      font-size: 20px;
      margin-right: 5px;
    }




footer #goTop{
  position: fixed;
  bottom: 2.5%;
  right: 1.5%;
  z-index: 10;
  display: none;
}
  footer #goTop a{
    display: block;
    text-align: center;
  }
    footer #goTop a:hover{
      color: #000000;
    }
    footer #goTop .icon{
      position: relative;
      width: 54px;
      height: 42px;
      display: block;
  		border-top-left-radius: 20px;   
  		background: #6E6E6E;
      z-index: auto;
    }
    footer #goTop .icon::before{
      content: "";
  		background: #F0F0F0;
      position: absolute;
      top: 15px;
      width: 10px;
      right: 20px;
      height: 20px;
    }
    footer #goTop .icon::after{
      content: "";
      position: absolute;
      top: 5px;
      width: 0;
      height: 0;
      right: 15px;
      border-width: 0 10px 15px 10px;
      border-color: transparent transparent #F0F0F0 transparent;
      border-style: solid;
    }  


#popup[aria-hidden="false"]{
  display: flex;
}
#popup {
  position: absolute;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  display: none; 
  background: #00000080;
  justify-content: center;
  align-content: center;
  z-index:1000;
}
  #popup .screen{
    width: 70vw;
    height: 70vh;
    background: #FFFFFF;
    border-top-left-radius: 30px;  
    padding: 20px;
    border: 2px solid #CF5825;
    position: relative;
  }

#popup .screen button {
  background: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
  #popup .screen button::before{
    content: "\f00d";
    font-style: normal;
    font-weight: normal;
    font-family: 'icomoon';
    font-size: 40px;
    line-height: 40px;
    padding: 2px 2px 5px 2px;
  } 

@media (max-width: 898px ) {

  .webletLocationdisclaimer{
    display:none;
  }

  footer .wrapper.subgrid{
    grid-template-rows: none;
    gap: 40px;
    grid-template-areas: "text text text text logo logo" "text text text text logo logo";
  }

  footer .wrapper.subgrid>div{
    grid-column: text;
  }
  footer .wrapper.subgrid>.webletLocationfooterImage{
    grid-column: logo;
    grid-row: 1;
    width: 100%;
  }
}
.content button{
  cursor: pointer;
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  margin: 20px;
  padding-right: 30px;
  background: #FFDE00;
  border: none;
  position: relative;
}
  .content button:hover,
  {
    background: #009FE3;
    color: #FFFFFF;
  }

textarea{
  resize: none;
}

form,
.formulier,
fieldset{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

form fieldset.formulierElementen{
   margin-bottom: 10px;
}
  form fieldset.formulierElementen .formElement{
    width: 100%;
    margin-bottom: 10px;
  }
    form fieldset.formulierElementen .formElement label{
      margin-left: 10px;
    }
    form fieldset.formulierElementen .formElement>*,
    form fieldset.formulierElementen .formElement>*>*{
      width: 100%;
      padding: 0;
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 0.9em;
      line-height: 1.1;
       color: #000000;
    }
    form fieldset.formulierElementen .formElement label{
      text-align: left;
    }  
    form fieldset.formulierElementen .formElement input,
    form fieldset.formulierElementen .formElement select,
    form fieldset.formulierElementen .formElement textarea{
      background-color: #E6E6E6;
      border: none;
      padding: 10px 20px;
    }
    form fieldset.formulierElementen .formElement.Select .inputElement{
      position: relative;
    }
      
      form fieldset.formulierElementen .formElement.Select .inputElement select{
        -webkit-appearance: none;
        -moz-appearance: none;
         appearance: none;
      }
        form fieldset.formulierElementen .formElement.Select .inputElement select::-ms-expand {
           display: none;
        }
    form fieldset.formulierElementen .formElement .radio input{
      position: relative;
      top: 4px;
    }
    form fieldset.formulierElementen .formElement.InputCheckBox .inputLabel{
      position: relative;
      left: 26px;
    }
    form fieldset.formulierElementen .formElement.InputCheckBox .inputElement{
      position: absolute;
      top: -7px;
      left: 2px;
    }
    
  form fieldset.formulierElementen .formElementButton{
    position: relative;
    display: flex;
    height: auto;
    width: auto;
    padding: 0;
  }
  form fieldset.formulierElementen .formElementButton>*{
    display: flex;
    height: auto;
    width: auto;
    padding: 0;
  }

form fieldset.formulierElementen span.buttonSubmit input{
  height: 41px;
  text-align: center;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  margin: 0;
  border: none;
  position: relative;
  display: block;
  width: 55px;
  padding: 5px 20px;
  background-color: #FFDE00;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  line-height: 1.1;
  
}
  form fieldset.formulierElementen span.buttonSubmit input:hover{
    background: #009FE3;
    color: #FFFFFF;
    cursor:pointer;
  }


.multimedia
{
  width:0;
}


.webletcrumble .crumblepath,
.webletcrumble .crumblepath a
{
  color: #000000;
}


@media print
{
html
{
  background: none;
}

body
{
  font-size: 10pt;
  color: Black;
}

#pageWrapper
{
  width: auto;
  background: none;
}

#moduleWrapper
{
  float: none;
  width: auto;
}

#content
{
  padding: 0;
}

#header,
#footer,
#bottombar,
#SE_menubar
{
  display: none;
}

}


@media (min-width: 899px ) {

  .so_default section.text.title{
    grid-column: page;
  }  
    .so_default section.text.title .webletLocationheaderTitle{
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: [page-start] 1fr [content-start] repeat(6,minmax(1px,167.5px)) [content-end] 1fr [page-end];column-gap: 67px;  
    }
      .so_default section.text.title .webletLocationheaderTitle>*{
        grid-column: content;
      }
  .so_default section.text.title .webletLocationheaderTitle .anchor_id{ display: none;}

    body.mod_tekst .so_default section.text.title .webletLocationheaderTitle::before{
      content: '';
      background-color: #FFDE00;
      mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 100 115.47" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><polygon points="0 0.14863 0 115.62 100 57.884"/></svg>');
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 100 115.47" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><polygon points="0 0.14863 0 115.62 100 57.884"/></svg>');
      mask-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      line-height: 1;
      height: 160px;
      width: 150px;
      align-self: center;
    }
  body.mod_tekst .so_default section.text.title .webletLocationheaderTitle :where(h1, h2)::before{
    content: none;
  }

}

section.title .icon ~ H1{
  display: inline;  
}



main .DblTextImage{
  background-color: #009FE3;
  grid-column: page;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: [page-start] 1fr [content-start] repeat(20,minmax(1px,48.0px)) [content-end] 1fr [page-end];column-gap: 20px;

}
  main .DblTextImage>div{
  }
	main .DblTextImage .webletLocationcontentBottomDblText{
    grid-column: 2 / 6;
    margin-right: -95px;
    z-index: 1;
    align-self: center;
  }
	main .DblTextImage .webletLocationcontentBottomDblImage{
    font-size: 0;
    grid-column: 6 / -1;
    position: relative;
  }
  main .DblTextImage .webletLocationcontentBottomDblImage .multimedia{
    width: 100% !important;
    height: 550px;
  }
  main .DblTextImage .webletLocationcontentBottomDblImage .multimedia img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.cat_blauw main .DblTextImage{
  background: #FFFFFF;
}


main .DblTextImage .webletLocationcontentBottomDblImage::after{
    content: "";
    background-color: #009FE3;
    mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 57.735 100" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-31.117 -74.017)"><path d="m31.117 74.017h57.735l-57.735 100z"/></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 57.735 100" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-31.117 -74.017)"><path d="m31.117 74.017h57.735l-57.735 100z"/></g></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    height: 100%;
    width: 100%;
  }

.cat_blauw main .DblTextImage .webletLocationcontentBottomDblImage::after{
  background-color: #FFFFFF;
}

div.subgrid>article,
div.subgrid>section{
  grid-column: content;
  order: 0;
}
.aside div.subgrid>article{
  grid-column: span 4;
  order: 2;
}
div.subgrid>aside{
  grid-column: span 2;
  order: 1;
  font-size: 1.34em;
}
body:not(.cat_blauw) div.subgrid>aside{
  color: #009FE3;
}
div.subgrid>.bottomWeblets{
  order: 4;
}

div.webletLocationcontentImage{
  margin-top: 67px;
  position: relative;
}
  div.webletLocationcontentImage .multimedia{
    display: initial;
  }
    div.webletLocationcontentImage img{
      width: 100%;
    }
    
.titleInfo{
  margin-bottom: 33.5px;
}

@media (max-width: 898px ) {

  .aside div.subgrid > article,
  div.subgrid > aside {
    grid-column: content;
  }

  div.subgrid > aside {
    padding-bottom: 67px;
  }

}

@media (max-width: 399px ) {

  h1.boldcombi{
    font-size: 2.8em;
  } 

}   .weblettekst
{
  padding: 0;
  margin: 0;
}

 
.webletStylevunjaaEsHuOnMzJgOrNEPDF { 


}
.webletStylerweowzDsHuOnMzJgOrNEPHE { 


}
.webletStylefubowzDsHuOnMzJgOhOOFD { 


}
.webletStylebiakaaEsHuOnMzJgOhOODL { 


}
.webletStylebwbowzDsHuOnMzJgOhOODN { 


}
.webletStylepbaineEsHuOnMzJgOhOODJ { 


}
.webletStyleddnjaaEsHuOnMzJgOrNEPFD { 


}
.webletStylermxfzzDsHuOnMzJgOhOOGV { 


}
.webletStylezkwtwzDsHuOnMzJgOhOOCR { 


}
.webletStylelvwtwzDsHuOnMzJgOhOOCP { 


}
.webletStylefgxtwzDsHuOnMzJgOhOOCN { 


}
.webletStylefahuwzDsHuOnMzJgOhOOET { 


}
.webletStylehbhuwzDsHuOnMzJgOhOOER { 


}.cat_grijs .content {
    background: #F0F0F0;
}

.cat_grijs .overview ul li {
    background: #FFDE00;
}

.cat_grijs main .DblTextImage {
    background: #FFFFFF;
}

.cat_grijs main .DblTextImage .webletLocationcontentBottomDblImage::after {
    background-color: #FFFFFF;
}

/*tekst en witruimte verkleinen*/

body {
    font-size: 1.1em;
 }

h1.boldcombi {
    font-size: 2.5em;
}

.mod_tekst .accordionWrapper a h2, div.webletaccordion div.accordionTextboxes .accordionContainer .accordionTitle a:hover h2, div.webletaccordion div.accordionTextboxes .accordionContainer .accordionTitle a h2 {
    font-size: 1.4rem;
}

.webletLocationmenu ul li a {
    font-weight: 600;
}

header .webletLocationheaderTitle {
    padding: 39px 0;
}

.section {
    margin: 20.5px 0;
}

.overview li .listItem .datum, .overview li .listItem h3 {
    margin-bottom: 19px;
    line-height: 1.3;
}

.content .wrapper>article, .content .wrapper>section {
    padding-bottom: 20px;
}

body.mod_tekst .so_default header section.text .webletLocationheaderTitle::before {
    content: '';

    max-height: 70px;

}

#content .overview ul {
    gap: 67px 67px;
}

header .webletLocationlogo img {
    width: 274px;
    max-width: 100%;
    height: auto;
}

/*11-3-2024*/

.webletLocationmenu ul>li>ul>li {
    display: block;
    margin-bottom: 20px;
}
@media print
{

}

