#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: #F7F7F7;
  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: #EFEFEF !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: #7EB0D6;
}

.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: #EFEFEF;
}

.calendarView table tr td span.hasEvent 
{ 
  font-weight: bold;
}


.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;
}


.kolom1
{
  float: left;
  width: 220px;
}

.kolom2
{
  float: right;
  width: 220px;
}

.kolom3
{
  clear: both;
}





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;
}
  
/* openSans-300 */
@font-face
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/dds/up/ZevbhcmKoiB_OpenSans-Light.ttf');
}
  
/* openSans-300-italic */
@font-face
{
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/dds/up/ZevbhcmKalB_OpenSans-LightItalic.ttf');
}
  
/* openSans-400 */
@font-face
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/dds/up/ZevbhcmKmnB_OpenSans-Regular.ttf');
}
  
/* openSans-400-italic */
@font-face
{
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/dds/up/ZevbhcmKypB_OpenSans-Italic.ttf');
}
  
/* openSans-800 */
@font-face
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/dds/up/ZevbhcmKksB_OpenSans-Bold.ttf');
}
  
/* openSans-800-italic */
@font-face
{
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/dds/up/ZevbhcmKwuB_OpenSans-BoldItalic.ttf');
}
  
/* NotoSans-400 */
@font-face
{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/dds/up/ZevbhcmKarC_NotoSans-Regular.ttf');
}
  
/* NotoSans-400-italic */
@font-face
{
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/dds/up/ZevbhcmKooC_NotoSans-Italic.ttf');
}
  
/* NotoSans-800 */
@font-face
{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/dds/up/ZevbhcmKmtC_NotoSans-Bold.ttf');
}
  
/* NotoSans-800-italic */
@font-face
{
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/dds/up/ZevbhcmKyvC_NotoSans-BoldItalic.ttf');
}
  
/* Fresco-400 */
@font-face
{
  font-family: 'Fresco';
  font-style: normal;
  font-weight: 400;
  src: url('/dds/up/ZqxtmpmKatN_FrescoInfSans-Normal.otf');
}
  
/* Fresco-800 */
@font-face
{
  font-family: 'Fresco';
  font-style: normal;
  font-weight: 800;
  src: url('/dds/up/ZqxtmpmKoqN_FrescoInfSans-Bold.otf');
}


body{
  color: #0064AF;
  background: #F7F7F7;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 700px ) {
  body {
      text-rendering:geometricPrecision;
  }
}

strong, b{

  font-weight: 800;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Fresco', sans-serif;
  font-weight: bold;
  line-height: 30px;
}

h4,h5,h6{
  font-weight: normal;
  line-height: 30px;
}


h1{
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
}
h2{
  font-size: 24px;
  margin-bottom: 20px;
}
h3{
  font-size: 18px;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
}
h6{
  font-size: 12px;
}

h2.ISEStyle
{
}

h2.ISEStyle.color{
  color: #3F8AC3;
}

blockquote{
  font-size: 200%;
}
blockquote~p{
  margin-top: 25px;
  font-size: 90%;
  font-weight: bold;
}

@media (max-width: 699px ) {

  blockquote{
    font-size: 200%;
  }

}


span.multimedia
{
  max-width: 100%;
  overflow: hidden;
}

#content .media_placement_top{
  align-items: flex-start;
}



code {  font-family: courier,monospace;  }
xml {  font-family: courier,monospace;  }.webletTitle{
  font-size: 24px;
  line-height: 30px;
}

.first.webletTitle{
  font-size: 30px;
}



.ISE-internal-iframe-body .linkbtn{
  color: #3D3D3F;
  border: 1px solid #3D3D3F;
}
.ISE-internal-iframe-body .linkbtn:hover{
  background: #AEA8A4;
}

.leesmeer,
.linkbtn{
  cursor: pointer;
  height: 30px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  margin: 0;
  background: #FFFFFF;
  color: #E60F0F;
  border: none;
  position: relative;
  border-bottom-right-radius: 10px;
}

.leesmeer a,
.leesmeer a:link,
.leesmeer a:visited,
.leesmeer a:active,
p .leesmeer a,
p .leesmeer a:link,
p .leesmeer a:visited,
p .leesmeer a:active{
  color: #0064AF;
  text-decoration: none;
}

body a.linkbtn,
body p a.linkbtn,
body .contentWrapper a.linkbtn{
  text-decoration: none;
}


.linkbtn a:hover,
a .linkbtn:hover,
p a .linkbtn:hover,
a.linkbtn:hover
{
  color: #E60F0F;
  background: #EFEFEF;  
  text-decoration: underline;
}

.leesmeer:hover,
.linkbtn:hover{
  color: inherit;
  background: #EFEFEF;  
}

.linkbtn a,
.linkbtn a:link,
.linkbtn a:visited,
.linkbtn a:active,
a .linkbtn,
a:link .linkbtn,
a:visited .linkbtn,
a:active .linkbtn,
  background: #FFFFFF;
  color: #E60F0F;
}


.contentWrapper .leesmeer a:link,
.contentWrapper .leesmeer a:visited,
.contentWrapper .leesmeer a:active,
.contentWrapper .leesmeer a{
  text-decoration: none;
}

a .linkbtn{
  padding: 0px 20px;
}
.leesmeer a,
.linkbtn a{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 20px;
}

.linkbtn.btn-red a,
.linkbtn.btn-red a:link,
.linkbtn.btn-red a:visited,
.linkbtn.btn-red a:active,
a .linkbtn.btn-red,
a:visited .linkbtn.btn-red,
a:active .linkbtn.btn-red,
a:link .linkbtn.btn-red{
  background: #E60F0F;
  color: #FFFFFF;

}





div.weblsection:not(.webletsimpleWeblet){
  padding: 95px 95px;
  position: relative;
}

div.weblsection.download{
  padding: 40px 60px;
}

  .webletContent.download p table.ISE-align-right,
  .weblsection.download p table.ISE-align-right{
    width: 100%;
  }
  .webletContent.download table.ISE-align-right,
  .weblsection.download table.ISE-align-right{
    border-collapse: separate;
    border-spacing: 0 3px;
  }
  .webletContent.download table.ISE-align-right{
    top: unset;
    bottom: 40px;
  }
    .webletContent.download table.ISE-align-right td,
    .weblsection.download table.ISE-align-right td{
      background: #0064AF;
      padding: 10px 20px;
      text-align: left;
    }
      .webletContent.download table.ISE-align-right td img.fileIcon,
      .weblsection.download table.ISE-align-right td img.fileIcon{
        display: none;
      }
  .webletContent.download table .linkbtn,
  .weblsection.download table .linkbtn{
    width: 120px;
    padding: 0;
    justify-content: center;
  }



@media (min-width: 1024px ) {

  div.text-image50 .multimedia{
    position: absolute;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    top: 0px;
    height: 100%;
    left: 50%;
    width: 50% !important;
    justify-content: center;
    align-items: center;
  }
    div.text-image50 .multimedia img{
      padding: 95px 46px 95px 20px;
      height: 100%;
      max-width: 100%;
      width: auto;
    }

  .text-image50 h2,
  weblsection.download h2{
    margin-bottom: 20px;
    padding-right: 60px;
  }
  
  .text-image50 h2,
    weblsection.download h2{
      width: 50%;
  }

  .text-image50 p,
  .weblsection.download p{
    width: 50%;
    padding-right: 60px;
  }

  .webletContent.download table.ISE-align-right{
    bottom: 40px;
  }
  .weblsection.download table.ISE-align-right{
    top: 40px;
  }
  .webletContent.download table.ISE-align-right,
  .weblsection.download table.ISE-align-right{
    width: calc( 50% - 60px - 60px );
    position: absolute;
    left: calc( 50% + 60px );
  }

  .bottomWeblets .download h2::before{
    content: "";
    background: #7EB0D6;
    position: absolute;
    left: 50%; top:0; right: 0; bottom: 0;
    z-index: 0;
  }
  
  @supports(-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {
    
    .bottomWeblets .download h2::after{
      content: "";
      background-color: #BED7EA;
      mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path transform='translate(35.488 27.064) rotate(180)' d='M0,0V27.064S10.038,6.82,30.613,6.82,0,0,0,0Z' fill='currentColor'/></svg>");
      -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path transform='translate(35.488 27.064) rotate(180)' d='M0,0V27.064S10.038,6.82,30.613,6.82,0,0,0,0Z' fill='currentColor'/></svg>");
      transform: rotate(180deg);
      position: absolute;
      left: 50%;
      top: 44px;
      right: 0;
      bottom: 0;
      width: 324px;
      height: 247px;
      z-index: 0; 
    }
  }

}

@media (max-width: 500px ) {

  table.ISE-align-right tr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3px;
  }
    table.ISE-align-right td{
      width: 100%;
    }
  
}    


@media (max-width: 1023px ) {

  div.weblsection:not(.webletsimpleWeblet){
    padding: 40px;
    position: relative;
  }

  div.weblsection.download{
    padding: 40px 40px;
  }
  
  .webletContent.download table.ISE-align-right,
  .weblsection.download table.ISE-align-right{
    margin-top: 40px;
    padding-top: 40px;
  }
  .bottomWeblets .download table{
    position: relative;
     z-index: 1;
  }
  .bottomWeblets .download table::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: -40px;
    left: -40px;
    right: -40px;
    background-color: #7EB0D6;
    z-index: -1;
  }

}

@supports(-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {

  .bottomWeblets .download::before{
    background-color: #7EB0D6;
    mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
    content: "";
    transform: translate(0, -5px);
    display: block;
    width: 79px;
    height: 60px;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
}


.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}



#pageWrapper {
  overflow: hidden;
}

.wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 95%;
}

@media (min-width: 850px ){
  .wrapper{
    width: 1100px;
    max-width: 95%;
  }  
}

@media (min-width: 1150px ){
  .wrapper{
    width: 1200px;
  }  
}

@media (min-width: 1200px ){
  .wrapper{
    width: 1640px;
  }  
}

@media (max-width: 699px ){
  .wrapper{
    width: 98%;
  }
}



.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: #3F8AC3;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
  color: #3F8AC3;
}

p a,
p a:link,
p a:visited{
  color: inherit;
  text-decoration: underline;
}

p a:hover{
  text-decoration: none;
  color: inherit;
}

hr{
}

@media (min-width: 768px ) {

  .minmarge{
    margin-left: -15px;
    margin-right: -15px;
  }
  
}


.webletnavigation ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
}
  .webletnavigation ul>li{
    display: inline-block;
    padding: 10px 5px;
    position: relative;
  }
    .webletnavigation ul li>a::after{
      display: block;
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
    }

  

.SE_menubar ~ div#suboutline .webletLocationmenu ul{
  flex-wrap: wrap;
}
header{
  height: 150px;
}
  header .fixedWrapper{
    background: #F7F7F7;
    background: linear-gradient(0deg, #F7F7F700 0%, #F7F7F7ff 20%, #F7F7F7ff 100%);
    width: 100%;
    position: fixed;
    z-index: 100;
  }
    header .wrapper{
      align-items: flex-end;
      padding-bottom: 20px;
    }

header .logo{
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
}
  header .logo span.multimedia{
    width: auto !important;
    position: relative;
    top: 23px;
  }
    header .logo img{
      width: 226px;
      height: auto;
      max-width: unset;
    }

header .box-menu{
  display: flex;
  flex: 1 1 auto;
}
  header .menu-items{
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  header button.mobile,
  header .mobile-items{
    display: none;
  }
  .box-menu .mobile-items,
  .box-menu .menu{
    background: #E60F0F;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21px;
    padding: 7px 10px 7px 25px;
    border-top-left-radius: 25px;
    position: relative;
    flex: 1 1 auto;
  }
    .box-menu .mobile-items::before,
    .box-menu .menu::before{
      content: url("data:image/svg+xml;utf8,<svg width='35.488' height='27.064' version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path transform='translate(35.488 27.064) rotate(180)' d='M0,0V27.064S10.038,6.82,30.613,6.82,0,0,0,0Z' fill='%23E60F0F'/></svg>");
      transform: rotate(180deg) translate(0, 5px);
      display: block;
      width: 35px;
      height: 27px;
      position: absolute;
      bottom: -25px;
      left: 0;
		}
    .box-menu .menu a{
      color: #FFFFFF;
    }
    .menu .selected.displayed{
      font-weight: bold;
    }

@media (min-width: 1000px ) {

  .box-menu .menu{
    padding: 7px 25px 7px 45px;
  }

  .box-menu .menu li{
  }

}


header .webletLocationlink{
  height: 55px;
  padding: 7px 20px 7px 1px;
  background: #E60F0F;
  position: relative;
  display: flex;  
  align-items: center;
  flex: 0 0 auto;
}
  header .menu-items .last-visible-div{
    border-bottom-right-radius: 25px;
  }
  header .menu-items .last-visible-div::after{
    content: url("data:image/svg+xml;utf8,<svg width='35.488' height='27.064' version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path transform='translate(35.488 27.064) rotate(180)' d='M0,0V27.064S10.038,6.82,30.613,6.82,0,0,0,0Z' fill='%23E60F0F'/></svg>");
    transform: translate(0, 5px);
    display: block;
    width: 35px;
    height: 27px;
    position: absolute;
    top: -25px;
    right: 0;
  }
  header .webletLocationlink a{
    textdecoration: none;
  }
  header .webletLocationlink.webletniets{
    display: none;
  }


header .whitespace {
  flex: 1 1 auto;
  width: 30%;
}

header .webletLocationtopNav {
  flex: 1 1 auto;
  width: 40%;
  min-width: 280px;
}
  header .webletLocationtopNav ul{
    padding-top: 7px;
  }
    header .webletLocationtopNav li{
      padding: 7px;
    }


header .webletLocationsearch{
  width: 30%;
  min-width: 80px;
  padding-right: 20px;
  padding-bottom: 20px;  
  padding-left: 10px;
  padding: 10px 20px 20px 10px;
  flex: 1 1 auto;
}
  .webletLocationsearch fieldset{
    position: relative;
    border: 1px solid #3F8AC3;
    border-radius: 14px;
    overflow: hidden;
  }
  .webletLocationsearch p{
    display: inline-block;
    height: 28px;
  }
    .webletLocationsearch p:first-of-type{
      width: 100%;
      padding-right: 30px;
    }
      .webletLocationsearch label{
        width: 100%;
        height: 100%;
      }
        .webletLocationsearch label input{
          border:none;
          background-color: #FFFFFF;
          width: 100%;
          height: 100%;
          padding: 5px;
          padding-left: 10px;
          font-style: normal;
          font-size: 14px;  
          position: relative;
          top: -1px;
        }
        .webletLocationsearch label input.empty{
          color: #FFFFFF;
        }
    .webletLocationsearch p:last-of-type{
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
    }
      .webletLocationsearch button{
        background-color: #FFFFFF;
        position: relative;
        height: 28px;
        width: 30px;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
      }
        .webletLocationsearch button::after{
           content: "\f002";
           font-family: 'icomoon';
           color: #3F8AC3;
           font-style: normal;
           font-weight: 400;
           line-height: 0;
           font-size: 16px;
           vertical-align: middle;
           position: relative;
           top: -2px;
           right: 2px;
        }   
        .webletLocationsearch button:hover{
          background: #F7F7F7;
        }

@media (max-width: 1199px ) {
  
  .webletnavigation li.home{
    display: none;
  }

}

@media (max-width: 1099px ) {

  header{
    height: 250px;
  }
  
  header .wrapper{
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  header .logo span.multimedia{
   top: 10px;
  }
  
  header .box-menu{
    position: relative;
    top: -40px;
  }
  
}


@media (max-width: 785px ) {
  
  .webletnavigation li.home{
    display: block;
  }
  header{
    height: 85px;
  }
      
  header .box-logo{
    flex: 0 1 auto;
    padding-left: 10px;
  }
  header .logo img {
    width: 100%;
    max-width: 150px;
  }
  
  header .box-menu{
    top: 0;
    position: unset;
  }

  header .menu-items .topNav,
  header .menu-items{
    display: none;
  }
  
  header .mobile-items{
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
    background: #E60F0F;
    color: #FFFFFF;
    padding: 5px 20px 5px 10px;
    border-bottom-right-radius: 25px;   
  }

  header button.mobile{
    background: #E60F0F;
    border: none;    
    font-size: 22px;
    line-height: 22px;
    padding: 5px 10px;
    flex: 1 0 auto;
    color: #FFFFFF;
  }
  header .mobile-items button.mobile{
    display: block;
  }

  .webletLocationsearch fieldset{
    border: none;
  }


  .menu-open header {
  
  }

  .menu-open header .menu-items{
    display: flex;
    position: absolute;
    background: #E60F0F;
    top: 0;
    right: 0;
    width: 90vw;
    height: 90vh;
    border-top-left-radius: 25px;    
    border-bottom-right-radius: 50px;    
    overflow-y: scroll;
    z-index: 10;
  }
  .menu-open header .box-menu::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #F7F7F7;
    z-index: 0;
    opacity: 0.7;
  }
    .menu-open header .menu-items>div{
      width: 100%;
      padding: 10px 35px;
    }
    .menu-open header .menu-items .link{
      padding: 10px 50px;
    }
  .menu-open header .menu-items button.closeBtn{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .menu-open header .menu-items ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
    .menu-open header .menu-items ul li{
      width: 100%;
      padding: 10px 15px;
    }

  .webletLocationsearch label input.empty{
    color: #3F8AC3;
  }


}

@media (max-width: 349px ) {
}



.multimedia.multimedia_right{
  margin-left: 30px;
  margin-bottom: 30px;
}

.multimedia{
  max-width: 100%;
  display:flex;
}  
  .multimedia img{
    max-width: 100%;
    height: auto;
  }  
.webletsimpleWeblet .multimedia img{
  max-width: unset;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrapper,
.contentWrapper{
  position: relative;
  width: 100%;
  max-width: 1600px;
}

.contentWrapper{
  background: #FFFFFF;
  background: linear-gradient(180deg, #FFFFFFFF 0%, #FFFFFFFF 300px, #FFFFFF00 301px, #FFFFFF00 100%);
  display: flex;
  flex-wrap: wrap;
}

div.webletcrumble,
article h1{
  padding: 0 0 0 95px;
}

body .webletcrumble .crumblepath{
  z-index: 4;  
}

article h1, 
article h2{
  position: relative;
  z-index: 3;
}

  article{
    position: relative;
    margin-bottom: 46px;
    width: 100%;
  }
  
    .webletContent.first:not(.webletniets)~article::before{
      content: "";
      position: absolute;
      left: -50%;
      top: -300px;
      width: 200vw;
      bottom: 0;
      z-index: 0;
    }
    .webletContent.first:not(.webletniets)~article{
      padding-bottom: 46px;
    }
    .webletContent.first.bgtype-1000~article::before{
      height: 1000px;
    }

    .webletContent.first.bgtype-small~article{
      padding: 46px 95px;
    }
      .webletContent.first.bgtype-small~article::before{
        width: 100%;
        left: 0;
        border-bottom-right-radius: 70px;
      }
@supports(-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {

      .webletContent.first.bgtype-small~article::after{
        background-color: #FFFFFF;
        mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 138 140' xmlns='http://www.w3.org/2000/svg'><g transform='translate(-140 -1162)' style='isolation:isolate' data-name='Group 395'><path transform='translate(-340.47 763.71)' d='m618.22 398.29c0 66.133-137.75 66.133-137.75 132.27v-132.27z' data-name='Path 41'/><path transform='translate(-340.47 903.71)' d='m480.47 398.29z' data-name='Path 42'/></g></svg>");
        -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 138 140' xmlns='http://www.w3.org/2000/svg'><g transform='translate(-140 -1162)' style='isolation:isolate' data-name='Group 395'><path transform='translate(-340.47 763.71)' d='m618.22 398.29c0 66.133-137.75 66.133-137.75 132.27v-132.27z' data-name='Path 41'/><path transform='translate(-340.47 903.71)' d='m480.47 398.29z' data-name='Path 42'/></g></svg>");
        content: "";
        display: block;
        width: 25px;
        height: 50px;
        position: absolute;
        top: 75px;
        left: 0;
      }
}

    .webletContent.colorblock::before,
    .wrapper .webletContent.first~article::before{ 
      background: #004067;
    }
    .wrapper .webletContent.first~article .weblettekst{
      color: #FFFFFF;
    }

    .webletContent.colorblock.color-vlblue::before,
    .wrapper .webletContent.first.color-vlblue~article::before{
      background: #BED7EA;
    }
    .wrapper .webletContent.first.color-vlblue~article .weblettekst{
      color: #0064AF;
    }
    .webletContent.colorblock.color-lblue::before,
    .wrapper .webletContent.first.color-lblue~article::before{
      background: #7EB0D6;
    }
    .webletContent.colorblock.color-blue::before,
    .wrapper .webletContent.first.color-blue~article::before{
      background: #0064AF;
    }
    .webletContent.colorblock.color-red::before,
    .wrapper .webletContent.first.color-red~article::before{
      background: #E60F0F;
    }

.webletContent.image .multimedia img{
  max-width: unset;
}

.contentWrapper .webletContent{
  order: 0;
  width: 100%;
}

.contentWrapper article{
  order: 8;
}

article ~ div{
  order: 10;
}

  article .standardText{
    background: #FFFFFF;
    padding: 0px 95px 95px 95px;
  }

  .webletContent.first:not(.webletniets)~article .standardText{
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    background: unset;
  }

@media (min-width: 1024px ) {

  div.webletcrumble,
  article h1{
    padding: 0 0 0 95px;
    width: 50%;
  }

  .webletContent.first .webletTitle{
    width: 50%;
    line-height: 35px;
  }

}


@media (max-width: 1023px ) {

  article .standardText{
    padding: 0 40px 40px 40px;
  }
  .mod_dpForm article .standardText{
    padding: 40px 0;
  }
  
  .webletContent.first.bgtype-small~article{
    padding: 46px 40px;
  }
  
  div.webletcrumble,
  article h1{
    padding: 0 0 0 40px;
  }

}    

.contentWrapper.count3 .webletcrumble,
.contentWrapper.count4 .webletcrumble{
  width : 100%;
  height: 120px;
}

@supports(-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {

  .webletContent.colorblock::before{
    mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
    content: "";
    transform: translate(0, -5px);
    display: block;
    width: 79px;
    height: 60px;
    position: absolute;
    bottom: -50px;
    right: 0;
  }

}

@media (min-width: 1024px ) {

.contentWrapper.count3 .webletContent.first{
  padding: 0px 95px 220px 95px;
}
.contentWrapper.count4 .webletContent.first{
  padding: 0px 95px 320px 95px;
}

.contentWrapper.count3 .webletContent.image,
.contentWrapper.count4 .webletContent.image{
  position: relative;
  top: -120px;
  z-index: 3;
  overflow: hidden;
  border-bottom-left-radius: 140px;
}

.contentWrapper.count3 .webletContent.colorblock,
.contentWrapper.count4 .webletContent.colorblock{
  width : 100%;
  order: 2;
  position: relative;
  top: -340px;
  padding: 95px 95px;
  margin-bottom: -294px;
}
  .contentWrapper.count3 .webletContent.colorblock ~ article::before,
  .contentWrapper.count4 .webletContent.colorblock ~ article::before{
    top: -200px;
  }

  .contentWrapper.count3 .webletContent.colorblock p,
  .contentWrapper.count4 .webletContent.colorblock p{
    padding-right: 95px;
  }

  .contentWrapper.count3 .webletContent:not(.image):last-of-type,
  .contentWrapper.count4 .webletContent:not(.image):last-of-type{
    margin-bottom: calc( 46px - 340px );
  }

  .contentWrapper.count3 .webletContent.first,
  .contentWrapper.count4 .webletContent.first,
  .contentWrapper.count3 .webletContent.image,
  .contentWrapper.count4 .webletContent.image{
    width : 50%;
    order: 1;
  }
  
  .contentWrapper.count3 .webletContent.colorblock h2,
  .contentWrapper.count4 .webletContent.colorblock h2{
    width: 50%;
    padding-right: 95px;
  }

  .webletContent.colorblock p{
    width : 50%;  
    padding: 0;
  }

}

@media (max-width: 1023px ) {

 .wrapper .contentWrapper .webletContent{
   width: 100%;
  padding: 46px;
 }

  .contentWrapper .webletContent.image{
    display: none;
  }

 .webletContent.colorblock{
   margin-bottom: 46px;
 }
 
}

@media (min-width: 1200px ) {

  .contentWrapper.count3 .webletContent.colorblock,
  .contentWrapper.count4 .webletContent.colorblock{
    top: -240px;
    margin-bottom: -194px;
  }

  .contentWrapper.count3 .webletContent:not(.image):last-of-type,
  .contentWrapper.count4 .webletContent:not(.image):last-of-type{
    margin-bottom: calc( 46px - 240px );
  }

}

div.weblsection{
  width: 100%;
  background-color: #0064AF;
  color: #FFFFFF;
  margin-bottom: 46px;
}

  
  div.color-red:not(.first){
    background-color: #E60F0F;
    color: #FFFFFF;
  }
  
  div.color-dblue:not(.first){
    background-color: #004067;
    color: #FFFFFF;
  }

  div.color-lblue:not(.first){
    background-color: #7EB0D6;
    color: #FFFFFF;
  }
    
  div.color-vlblue:not(.first){
    background-color: #BED7EA;
    color: #FFFFFF;
  }
  

.webletcrumble .crumblepath{
  position: relative;
  margin-bottom: 30px;
  margin-top: 60px;
}
  body .webletcrumble .crumblepath,
  body .webletcrumble .crumblepath a{
    color: #0064AF;
    text-decoration: none;
  }
  body .webletcrumble .crumblepath .selected{
    font-weight: bold;
  }

  .webletContent{
    position: relative;
    z-index: 1;
  }
    
  .contentWrapper .webletContent.first{
    background: #FFFFFF;
    border-bottom-right-radius: 140px;
    margin-bottom: 46px;
  }  
  
  .webletContent.first.webletsimpleWeblet .simpleText{
    display: flex;    
    flex-wrap: wrap;
    padding-bottom: 30px;
  }  
    .webletContent.first.webletsimpleWeblet .simpleText div.text{
      padding: 60px 60px 0px 95px;
    }
    .webletContent.first.webletsimpleWeblet .simpleText div.text img{
      width: 100%;
      height: auto;
    }
      .webletContent.first.webletsimpleWeblet .image .multimedia img{
        max-width: 100%;
        height: auto;
      }

.multimedia .caption.description{
  font-size: 75%;
  font-style: normal;
}


.multimedia .caption.description{
  margin: 15px 0;
}

.panelTextboxes{
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px ) {

  .webletContent.first.webletsimpleWeblet .simpleText .webletTitle{
    position: absolute;
    padding: 0 0 0 95px;
    top: -10px;
    left: 0;
    z-index: 3;
  }  
    
  .webletContent.first.webletsimpleWeblet .simpleText>div{
    width: 50%;
  }  
  
    .webletContent.first.webletsimpleWeblet .image .multimedia{
      position: relative;
      top: -100px;
      overflow: unset;
    }

 .panelTextboxes .multimedia.media_placement_fitWidth{
    float: right; 
    width: 50% !important;
    display: inline-block;
    overflow: unset;
    margin-left: 46px;
    margin-bottom: 46px;
  }
    .panelTextboxes .multimedia.media_placement_fitWidth::before{
      content: "";
      display: block;
      padding: 40%;
    }

    .panelTextboxes .multimedia.media_placement_fitWidth img{
      width: 50% !important;
      position: absolute;
      top:0px;
      right: 0px;
      bottom: 0px;
      left: 50%;
    }

}

@media (min-width: 1400px ) {

  .webletContent.first:not(.webletniets) ~ article div.standardText:not(.overview) {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  
}

@media (max-width: 1199px ) {

  .webletContent.first.webletsimpleWeblet .simpleText .webletTitle{
    top: 30px;
    position: relative;
  }  
  
}

@media (max-width: 1023px ) {

  .webletContent.first.webletsimpleWeblet .image{
    order: 1;
  }
  
  .webletContent.first.webletsimpleWeblet .simpleText .webletTitle{
    order: 2;
  }

  .webletContent.first.webletsimpleWeblet .text{
    order: 3;
  }

  .webletContent.first.webletsimpleWeblet .simpleText .webletTitle{
    padding: 10px 0px 0px 0px;
    text-align: center;
    width: 100%;
    
  }
  .webletContent.first.webletsimpleWeblet .simpleText div.text{
    padding: 60px 0px 40px 0px;
  }

  .wrapper .weblettabPanels .mobileCheck{
    width: 100%;
  }
  
  .weblettabPanels.mobile div.panelTextboxes {
    margin-top: -4px;
  }
 
}


.webletesriMaps .mapview{
  border-bottom-right-radius: 140px;
  overflow: hidden;
}

.webletesriMaps .esri-layer-list{
  background: #0064AF;
}

.webletesriMaps .esri-layer-list__item{
  background: #BED7EA;
}



@media (max-width: 1023px ) {
  
  .webletesriMaps .esrimap{
    flex-wrap: wrap;
  }
  
  .webletesriMaps .mapview{
    width: 100%;
    order: 2;
  }
  .webletesriMaps .layerview{
    width: 100%;
    order: 1;
  }
}





.wrapper .weblettabPanels{
  height: auto;
}
.wrapper .weblettabPanels div.panelTabs{
  height: auto;
  width: 20%;
  flex: 0 0 auto;
}

.wrapper .weblettabPanels .panelTabs ul li{
  background-color: #7EB0D6;
  margin-bottom: 5px;
  max-height: 50px;
}

.wrapper .weblettabPanels .panelTabs ul li .arrow,
.wrapper .weblettabPanels .panelTabs ul li.active .arrow{
  display: none;
}

.wrapper .weblettabPanels .panelTab.active{
  background-color: #FFFFFF;
}
  .wrapper .weblettabPanels .panelTabs a{
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
  }
    .wrapper .weblettabPanels .panelTabs .active a{
      color: #0064AF;
      font-weight: bold;
    }


.wrapper .weblettabPanels .panelTextboxes{
  background-color: #FFFFFF;
  padding: 46px;
  width: auto;
  flex: 1 1 auto;
  z-index: 1;
  border-bottom-right-radius: 70px;
}

.wrapper .weblettabPanels .linkbtn{
  height: 45px;
}


.whSection{
  position: relative;
  z-index: 2;
}

.whSection .weblettekst h2{
  color: #FFFFFF;
}

.whSection .weblettekst p .multimedia{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  margin-bottom: 30px
}
  .multimedia .caption.description{
    width: 100%;
    display: flex;
    justify-content: center;
  }

@media (min-width: 1024px ) {

  .whSection .weblettekst h2{
    width: 50%;
  }

  .whSection .weblettekst p{
    width: 50%;
  }

  .whSection .weblettekst p .multimedia{
    position: absolute;
    top: 10px;
    left: 50%;
    width: 50% !important;
    margin-bottom: 0
  }


}section.contactWeblets{
  padding: 30px 70px;
  align-items: stretch;
}
.contactWeblets{
  margin-bottom: 46px;
  background: #7EB0D6;
  color: #FFFFFF;
  position: relative;
}
  .contactWeblets>div{
    padding: 0 40px;
    border-right: 1px solid #FFFFFF;
  }
    .contactWeblets>div:last-of-type{
      border-right: none;
    }

.noContactInfo .contactWeblets{
  display: none;
}


@supports(-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {
  .contactWeblets::before{
    background-color: #7EB0D6;
    mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
    content: "";
    transform: translate(0, -5px);
    display: block;
    width: 79px;
    height: 60px;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
}

section.bottomWeblets{
  flex-wrap: wrap;
}

.bottomWeblets .webletsimpleWeblet>div{
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
}
	.bottomWeblets .webletsimpleWeblet>div>div{
    width: 50%;
    position: relative;
    flex: 0 0 auto;
  }
  .bottomWeblets .webletsimpleWeblet .image .multimedia{
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .bottomWeblets .webletsimpleWeblet .text{
    padding: 40px 110px;
    display: flex;
    align-items: center;
  }

@supports(-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {
  .bottomWeblets .text::before{
    background-color: #0064AF;
    content: "";
    mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m-0.0015379 0v27.064s10.038-20.244 30.613-20.244-30.613-6.82-30.613-6.82z'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m-0.0015379 0v27.064s10.038-20.244 30.613-20.244-30.613-6.82-30.613-6.82z'/></svg>");
    transform: translate(0, -5px);
    display: block;
    width: 79px;
    height: 60px;
    position: absolute;
    bottom: -50px;
    left: 0;
	}
    .bottomWeblets .image+.text::before{
      mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
      -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
      left: unset;
      right: 0;
    }
   .bottomWeblets .photoflag .image::before{
      background-color: #0064AF;
      mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 138 140' xmlns='http://www.w3.org/2000/svg'><g transform='translate(-140 -1162)' style='isolation:isolate' data-name='Group 395'><path transform='translate(-340.47 763.71)' d='m618.22 398.29c0 66.133-137.75 66.133-137.75 132.27v-132.27z' data-name='Path 41'/><path transform='translate(-340.47 903.71)' d='m480.47 398.29z' data-name='Path 42'/></g></svg>");
      -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 138 140' xmlns='http://www.w3.org/2000/svg'><g transform='translate(-140 -1162)' style='isolation:isolate' data-name='Group 395'><path transform='translate(-340.47 763.71)' d='m618.22 398.29c0 66.133-137.75 66.133-137.75 132.27v-132.27z' data-name='Path 41'/><path transform='translate(-340.47 903.71)' d='m480.47 398.29z' data-name='Path 42'/></g></svg>");
      content: "";
      display: block;
      width: 138px;
      height: 280px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .bottomWeblets .photoflag .text+.image::before{
      transform: rotatey(180deg);
      left: unset;
      right: 0;
    }
    
}  

  
    .color-red.tail-on-left::before,
    .color-red.tail-on-right::before,
    .color-red .text::before{
      background-color: #E60F0F;
    }
    .color-vlblue.tail-on-left::before,
    .color-vlblue.tail-on-right::before,
    .color-vlblue .text::before{
      background-color: #BED7EA;
    }
    .color-lblue.tail-on-left::before,
    .color-lblue.tail-on-right::before,
    .color-lblue .text::before{
      background-color: #7EB0D6;
    }
    .color-dblue.tail-on-left::before,
    .color-dblue.tail-on-right::before,
    .color-dblue .text::before{
      background-color: #004067;
    }


@supports(-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {
    .tail-on-off::before{
      content: none;
    }
    .tail-on-left::before,
    .tail-on-right::before{
      background-color: #0064AF;
      mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m-0.0015379 0v27.064s10.038-20.244 30.613-20.244-30.613-6.82-30.613-6.82z'/></svg>");
      -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m-0.0015379 0v27.064s10.038-20.244 30.613-20.244-30.613-6.82-30.613-6.82z'/></svg>");
      content: "";
      transform: translate(0, -5px);
      display: block;
      width: 79px;
      height: 60px;
      position: absolute;
      bottom: -50px;
      left: 0;
		}
    .tail-on-right::before{
      mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
      -webkit-mask-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 35.488 27.064' xmlns='http://www.w3.org/2000/svg'><path d='m35.488 0v27.064s-10.038-20.244-30.613-20.244 30.613-6.82 30.613-6.82z'/></svg>");
      transform: translate(0, -5px);
      left: unset;
      right: 0;
    }
}

@media (max-width: 1023px ) {

  .bottomWeblets .webletsimpleWeblet > div{
    flex-wrap: wrap;
  }
    .bottomWeblets .webletsimpleWeblet .image{
      order: 1;
      width: 100%;
    }
      .bottomWeblets .webletsimpleWeblet .image img{
        width: 100%;
        height: auto;
      }
      .bottomWeblets .photoflag .image::before{
        width: 89px;
        height: 180px;
      }
    .bottomWeblets .webletsimpleWeblet .text{
      order: 2;
      width: 100%;
      padding: 40px;
    }

    section.contactWeblets{
      flex-wrap: wrap;
      padding: 10px;
    }
      .contactWeblets>div{
        width: 100%;
        padding: 40px 30px;
        border-right: none;
        border-bottom: 1px solid #FFFFFF;
      }
        .contactWeblets>div:last-of-type{
          border-bottom: none;
          padding-bottom: 0;
        }

}





footer{
  padding-right: 40px;
  padding-bottom: 50px;
}

footer>div{
  width: 100%;
  height: 60px;
  display: flex;
  background: #0064AF;
  color: #FFFFFF;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 0 100px;
}
footer.wrapper>div{
  align-items: center;
  justify-content: space-evenly;
}
  footer>div>div{
    flex: 1 1 auto;
  }

footer a,
footer a:link, 
footer a:visited{
  color: #FFFFFF;
}

footer .weblettekst{
  text-align: center;
}
   
@media (max-width: 1023px ) {
  
  footer>div{
    padding: 40px;
    height: auto;
  }
    footer>div>div{
      width: 50%;
    }
  
  footer p{
      padding: 10px 5px;
  }      
  
  footer .webletnavigation ul{
    flex-wrap: wrap;
    text-align: center;
  }
    footer .webletnavigation ul li{
      width: 100%;
    }

}

@media (max-width: 785px ) {

  footer>div{
    flex-wrap: wrap;
  }
    footer>div>div{
      width: 100%;
    }

}.content button{
  cursor: pointer;
  height: 30px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  margin: 0;
  background: #FFFFFF;
  color: #0064AF;
  border: none;
  position: relative;
  border-bottom-right-radius: 10px;
}

.content button:hover{
  background: #0064AF;
  color: #FFFFFF;
}

.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;
}

}
   .webletniets {
display:none;
}
   .webletsimpleWeblet .multimedia{
  display: block;
  width: 100% !important;
}

.webletsimpleWeblet .multimedia img{
  margin: 0 auto;
  display: block;
}  

.webletsimpleWeblet .simpleText{
  position: relative;
}

.webletsimpleWeblet ul{
  margin: 0;
}

.webletsimpleWeblet ul li{
  display: block;
}  

.webletsimpleWeblet .hiddenLinks .hyperLinks{
  position: unset;
  float: unset;
}

.webletsimpleWeblet .hiddenLinks ul li a{
  display: block;
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
}

.webletsimpleWeblet .hiddenLinks ul li a .title{
  display: none;
}  

 .col-xs-12.auto{
    width: unset;
    float: none;
    display: inline-block;
}  

.popinEdit .webletEditMenu span.icon{
  text-align: center;
  display: block;
  font-size: 30px;
}

.webletEditMenu span.text{
} .weblettabPanels{
  height: 200px;
}
.weblettabPanels>div{
  height: 100%;
}  
.weblettabPanels div.flexContainer{
  height: 100%;
  display: flex;
}
.weblettabPanels div.panelTabs{
  width: 33%;
  height: 100%;
}
  .weblettabPanels .panelTabs ul{
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    align-content: stretch;
  }
    .weblettabPanels .panelTabs ul li{
      margin-bottom: 4px;
      height: 100%;
      display: flex;
      background: #3F8AC3;
      position: relative;
    }
    
    .weblettabPanels .panelTabs ul li div{
      display: flex;
      position: absolute;
      top:0; left: 0; bottom: 0; right: 0;
      width: 100%;
      height: 100%;
     }
      .weblettabPanels .panelTabs ul li:last-of-type{
        margin-bottom: 0;
      }  
      .weblettabPanels .panelTabs ul li a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 20px;
        font-weight: bold;
        color: #FFFFFF;
      }
      .weblettabPanels .panelTabs ul li.active{
        background: #BED7EA;
      }
      .weblettabPanels .panelTabs ul li .arrow{
        width: 20px;
        height: 100%;
        display: flex;
        position: relative;
        overflow: hidden;
        background: transparent;
      }
        .weblettabPanels .panelTabs ul li.active .arrow{
          background: #BED7EA;
        }
        
      .weblettabPanels .panelTabs ul li .arrow>span{
         background: transparent;
         content: "";
         left: 3px;
         width: 100%;
         height: 100%;
         position: absolute;
         top: 50%;
         
         transform: rotate(37deg);
      }


.weblettabPanels div.panelTextboxes{
  width: 66%
}

.weblettabPanels div.panelContainer{
  display: none;
}

.weblettabPanels div.panelContainer.active{
  display: block;
}

.weblettabPanels .mobileCheck{
  width: 0; 
  height: 0;
  position: absolute;
}

@media (max-width: 767px ) {

  .weblettabPanels .mobileCheck{
    width: 768px;
  }

}


  .weblettabPanels.mobile{
    flex-wrap: wrap;
    height: 100%;
  }
  .weblettabPanels.mobile div.panelTabs{
    width: 100%;
  }
  .weblettabPanels.mobile div.panelTabs span.arrow{
    display: none;
  }
  
  .weblettabPanels.mobile .panelTabs ul li {
    margin-bottom: 2px;
    height: 30px;
  }
    .weblettabPanels.mobile .panelTabs ul li{
      position: static;
    }
    
    .weblettabPanels.mobile .panelTabs ul li div{
      position: static;
    }
    
    .weblettabPanels.mobile .panelTabs ul li:last-of-type{
      margin-bottom: 0;
    }
    .weblettabPanels.mobile .panelTabs ul li.active{
      margin-bottom: 200px;
    } 
  
  .weblettabPanels.mobile div.panelTextboxes{
     position: absolute;
     top: -9999px;
     left: 0;
     width: 100%;
  }


.weblettabPanels .flexContainer.js-off div.panelTextboxes{
  width: 100%;
}
  .weblettabPanels .flexContainer.js-off div.panelTextboxes .panelContainer{
    display: block;
    padding-top: 40px;
  }
  .weblettabPanels .flexContainer.js-off div.panelTextboxes .panelContainer:first-child{
    padding-top: 0;
  }

.weblettabPanels .flexContainer.js-off div.panelTabs{
  display: none;
}

 .weblettekst
{
  padding: 0;
  margin: 0;
}

 
.webletStylebwzqwxDsHuOnMzJeNfNmBdBL { 


}
.webletStylexrmgxxDsHuOnMzJeNfNmBZL { 


}
.webletStylenmtexxDsHuOnMzJeNfNmBbBJ { 


}
.webletStylexhyzdzDsHuOnMzJeNfNmBbBH { 


}
.webletStylettayyxDsHuOnMzJeNfNmBRX { 


}
.webletStylezmuczxDsHuOnMzJeNtMNIAAH { 


}
.webletStylefcqlxxDsHuOnMzJeNfNmBVT { 


}
.webletStylepjqlxxDsHuOnMzJeNfNmBVP { 


}
.webletStylenutczxDsHuOnMzJeNtMDFFA { 


}
.webletStylenidjxxDsHuOnMzJeNfNmBXR { 


}
.webletStylejmzzdzDsHuOnMzJeNfNmBXP { 


}
.webletStylefckyyxDsHuOnMzJeNtMNGAD { 


}
@media print
{

}

