#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: #5F5F5F;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #5F5F5F;
  background-color: #EFEFEF;
  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: #5F5F5F !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #D7D5D4 !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #5F5F5F;
}

#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: #003867;
}


.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: #003867;
}

.calendarView table tr td a
{
  display: block;
  color: #5F5F5F;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #5F5F5F;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #D7D5D4;
}

.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;
}


#content .standardText ul.anchors
{
  margin-left: 0;
  padding: 0;
}

#content .standardText ul.anchors li
{
  list-style-type: none;
  line-height: 1.4em;
}

#content .standardText p.goTop
{
  padding: 0.4em 0 0.8em 0;
}

#content p.intro
{
  display: none;
}

div.accordion.closed
{
  display: none;
}




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;
}


@font-face {
  font-family: 'ptSans';
  src: url('/dds/up/ZiiitjlKuvrB_PT_Sans-Web-Regular.ttf'); 
  font-weight: normal; 
  font-style: normal;
}

@font-face {
  font-family: 'ptSans';
  src: url('/dds/up/ZiiitjlKitrB_PT_Sans-Web-Italic.ttf'); 
  font-weight: normal; 
  font-style: italic;
}

@font-face {
  font-family: 'ptSans';
  src: url('/dds/up/ZiiitjlKkorB_PT_Sans-Web-Bold.ttf'); 
  font-weight: bold; 
  font-style: normal;
}

@font-face {
  font-family: 'ptSans';
  src: url('/dds/up/ZiiitjlKwqrB_PT_Sans-Web-BoldItalic.ttf'); 
  font-weight: bold; 
  font-style: italic;
}


body
{
  font-family: 'ptSans', sans-serif;
  color: #003867;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 700px ) {
  body {
      text-rendering:geometricPrecision;
  }
}

strong, b
{

  font-weight: bold;
}

h1,h2,h3,h5
{
  font-weight: bold;
  line-height: 30px;
}

h4,h6
{
  font-weight: normal;
  line-height: 30px;
}



h1
{
  font-size: 30px;
  line-height: 50px;
}

h2
{
  font-size: 22px;
}

h3
{
  font-size: 20px;
}

h4
{
  font-size: 18px;
}

h5
{
  font-size: 16px;
}

h6
{
  font-size: 14px;
}

h2.ISEStyle
{
}


@media (max-width: 699px ) {
   #content .standardText table td{
      width: 100%;
      display:block;
  }
}

span.multimedia
{
  max-width: 100%;
  overflow: hidden;
}

body.ISE-internal-iframe-body 
{
  min-width: inherit; 
  font-size: 100%;
  color: black;
}


code {  font-family: courier,monospace;  }
xml {  font-family: courier,monospace;  }


span.underline{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  display:block;
  position: relative;

}

.weblettekst table td{
  vertical-align: top;
}
  .weblettekst table span.multimedia{
    display: inline-block;
  }



.img_south      { margin:  0px 10px  0px  0px; }
.img_south_west { margin:  0px 10px  0px 10px; }
.img_west       { margin:  0px  0px 10px 10px; }
.img_north_west { margin: 10px  0px  0px 10px; }
.img_north      { margin:  0px 10px  0px  0px; }
.img_north_east { margin: 10px 10px  0px  0px; }
.img_east       { margin:  0px  0px 10px  0px; }
.img_south_east { margin:  0px 10px 10px  0px; }
.img_all        { margin: 10px 10px 10px 10px; }

img.left           { float: left; }
img.right          { float: right; }
img.center         { display: block; margin-left: auto; margin-right: auto; text-align:center; }

span.left           { float: left; }
span.right          { float: right; }
span.center         { display: block; margin-left: auto; margin-right: auto; text-align:center; }

.multimedia_left   { float: left; }
.multimedia_right  { float: right; }
.multimedia_center { display: block; margin-left: auto; margin-right: auto; text-align:center; }

.multimedia a { display: inline-block; }

.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;
}



.ISE-internal-iframe-body .linkbtn{
  color: #003867;
  border: 1px solid #003867;
}
.ISE-internal-iframe-body .linkbtn:hover{
  background: #003867;
}

.linkbtn{
  cursor: pointer;
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  margin: 0;
  background: #003867;
  color: #FFFFFF;
  border: none;
  position: relative;
}

.linkbtn::after{
  position: relative;
  width: 15px;
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  line-height: 40px;  
  top: 2px;
  left: 5px;
}

.linkbtn a:hover,
a .linkbtn:hover
{
  background: #003867;
  color: #FFFFFF;
}

.linkbtn a,
.linkbtn a:link,
.linkbtn a:visited,
.linkbtn a:active,
a .linkbtn,
a .linkbtn:visited,
a .linkbtn:active
{
  background: #003867;
  color: #FFFFFF;
  text-decoration: none;
}

a .linkbtn{
  padding: 0 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;
}
.webletTitle{
  font-size: 30px;
  font-weight: normal;
  color: #003867;
  margin-bottom: 20px;
  position: relative;
}

.noTitle .webletTitle{
  display: none;
}


.weblinks li{
  display: block;
  padding-left: 10px;
  position: relative;
}
  .weblinks ul{
    padding:0;
  }
    .weblinks ul li a{
      color: inherit;
    }
    .weblinks ul li::before{
      position: relative;
      right: 7px;
      content: "\e080";
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-size: 9px;
      font-weight: 400;
      color: #003867;
      line-height: 1;
    }

.navlist ul {
  padding: 0;
}
  .navlist ul li{
    display: inline-block;
    margin-left: 20px;
  }
    .navlist ul li a{
      display: inline-block;
      color: inherit;
      padding: 5px;
      margin: -5px;
    }
    .navlist ul li::before{
      content: "-";
      position: relative;
      right: 10px;
    }
      .navlist ul li:first-child{
         margin-left: 0px;
       }
      .navlist ul li:first-child::before{
         content: "";
       }


#banner .webletLocationbannerImage.video-banner,
#banner .webletLocationbannerImage.video-banner >div{
  position: relative;
} 

#banner .webletLocationbannerImage.video-banner .multimedia{
  width:100%;
  height: 100vh;
}
  #banner .webletLocationbannerImage.video-banner video{
    height: 100%;
    width: auto;
  }

@media (max-height: 700px) { 

  #banner .webletLocationbannerImage.video-banner video{
    height: auto;
    width: 100%;
    
  }
  
}

#headerWrapper{
  display: contents;
}

.hasVideoBanner .webletLocationheaderLogo{
  position: absolute;
  top: 30%
}

.hasVideoBanner .webletLocationheaderLogo h2,
.hasVideoBanner .webletLocationheaderLogo h3{
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.1;
}

.hasVideoBanner .webletLocationheaderLogo h2{
  font-size: 130px;
  text-shadow: #003867 5px 5px 7px;
}




@media (max-width: 991px ) {
  .navlist .displ_noTablet_noMobile,
  .navlist .displ_noTablet{
    display:none;
   } 

  .hasVideoBanner .webletLocationheaderLogo h2{
    font-size: 10vw;
  }

}


@media (max-width: 699px ) {

  .navlist .displ_noTablet_noMobile,
  .navlist .displ_noMobile{
    display:none;
   } 

}



body
{
  color: #000000;
  background: #003867;
}

.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}

#suboutline{
  background: #003867;
  max-width: 1600px;
  position:relative;
  margin: 0 auto;
}

#pageWrapper
{
  overflow: hidden;
  color: #5F5F5F;
  background: #FFFFFF;
}

#pageWrapper>*
{
  position: relative;
}


.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: #000000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
  color: #5F5F5F;
}

hr
{
}

@media (min-width: 768px ) 
{
  .minmarge
  {
    margin-left: -15px;
    margin-right: -15px;
  }
}

#bannerWrapper {
    background-color: #5F5F5F;
}

#headerWrapper {
    position: relative;
    padding-top: 30px;
    min-height: 236px;
}

#banner{
  position: relative;
  max-width: 1600px;
  margin: auto;
}
  #banner div{
    position: absolute;
  }
  #banner p{
    display: none;
  }

#header{
  
  height: 120px;
}  

#moduleTitle h1
{
  color: #FFFFFF;
  font-size: 51.88px;
  text-shadow: #5F5F5F 2px 2px 0px;
}

#topWrapper{
  z-index: 2;
  position: relative;
}
  #topWrapper #top{
    color: #FFFFFF;
  }
  #topWrapper .opacity{
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background-color: #5F5F5F;
    opacity: 0.6;
  }

.topContentInUse #topWrapper{
  padding: 40px 0;
}


body.weblet #menuWrapper{
  height: 56px;
}


#menuWrapper .webletLocationmenuZoek{
  position: absolute;
  padding: 10px;
  background-color: #003867;
  color: #FFFFFF;
  top: 0;
  right: 170px; 
  height: 56px;
  width: 360px;
  z-index: 10;
}
  #menuWrapper .webletLocationmenuZoek fieldset{
    position: relative;
  }
  #menuWrapper .webletLocationmenuZoek p{
    display: inline-block;
    height: 36px;
  }
    #menuWrapper .webletLocationmenuZoek p:first-of-type{
      width: 100%;
      padding-right: 36px;
    }
      #menuWrapper .webletLocationmenuZoek label{
        width: 100%;
        height: 100%;
      }
        #menuWrapper .webletLocationmenuZoek label input{
          border:none;
          background: #FFFFFF;
          color: #5F5F5F;
          width: 100%;
          height: 100%;
          padding: 5px;
          padding-left: 10px;
        }
    #menuWrapper .webletLocationmenuZoek p:last-of-type{
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
    }
      #menuWrapper .webletLocationmenuZoek button{
        position:relative;
        height: 36px;
        width: 36px;
        border: none;
        background: #003867;
        lleft:-40px;
        position:absolute;
        top:0;
        right: 0;
      }
        #menuWrapper .webletLocationmenuZoek button::after{
           content: "\e003";
           font-family: 'Glyphicons Halflings';
           color: #FFFFFF;
           font-style: normal;
           font-weight: 400;
           line-height: 0;
           font-size: 20px;
           vertical-align: middle;
           position: relative;
           top: -2px;
        }   
        #menuWrapper .webletLocationmenuZoek button:hover{
          background: #5F5F5F;
        }
        

#menuLoc{
  position: absolute;
  background-color: #003867;
  padding: 10px;
  width: 170px;
  height: 56px;
  top: 0;
  right: 0;
  z-index: 10;
}
  #menuLoc #menuBtn{
    position: relative;
    width: 100%;
    height: 100%;
  }
    #menuLoc #menuBtn:hover{
      background: #5F5F5F;
    }
    #menuLoc #menuBtn::before{
      position: absolute;
      content: 'MENU';
      font-style: normal;
      font-size: 24px;
      font-weight: bold;
      color: #FFFFFF;
      z-index: 10;
      text-align: right;
      width: 100%;
      padding-right: 45px;
      height: 100%;
      top: 3px;
    }
    #menuLoc #menuBtn::after{
       position: absolute;
       
       font-family: 'icomoon';
       content: "\f0c9";
       font-style: normal;
       font-size: 28px;
       color: #FFFFFF;
       height: 100%;
       z-index: 10;
       right: 7px;
       top: 3px;
     }
       body.menu-open #menuLoc #menuBtn::after{
         
         
         font-family: 'inherit';
         content: "\2716";
       }



  #menuWrapper .webletLocationmenuNav{
    position: absolute;
    padding: 35px 25px 10px 20px;
    background-color: #003867;
    color: #FFFFFF;
    top:0;
    right:0;
    z-index: 0;
    width: 335px;
  }
  
  #menuWrapper .webletLocationmenuNav ul{
    padding: 0;
  }
  #menuWrapper .webletLocationmenuNav ul>li:last-child::after{
    content: "";
    height: 1px;
    display: block;
  }
    #menuWrapper .webletLocationmenuNav ul>li{
      position: relative;
      display: block;
    }
      #menuWrapper .webletLocationmenuNav ul>li a{
        display: block;
        font-size: 19px;
        line-height: 28px;
        padding-top: 4px;
        padding-bottom: 6px;
        color: #FFFFFF;
      }
        #menuWrapper .webletLocationmenuNav ul>li.navigated>a,
        #menuWrapper .webletLocationmenuNav ul>li a:hover{
          color: #003867;
          text-decoration: none;
        }
     
      #menuWrapper .webletLocationmenuNav ul ul{
        border: 1px solid #FFFFFF;
        border-width: 1px 0;
      }
        #menuWrapper .webletLocationmenuNav ul ul ul{
          border-width: 0;
        }
      #menuWrapper .webletLocationmenuNav ul>li li{
        padding-left: 15px;
      }
        #menuWrapper .webletLocationmenuNav ul>li li a{
          font-size: 16px;
          line-height:25px;
        }
       
        #menuWrapper .webletLocationmenuNav ul>li li li a{
          font-size: 14px;
          line-height:20px;
        }

@media (max-width: 991px ) {

  #header{
    height: 90px;
  }
  
  #headerWrapper{
    min-height: 210px;
  }
  
  #menuWrapper .webletLocationmenuZoek{
    right: 135px;
    width: 350px;
  }
  
  .webletLocationheaderLogo img{
    width: 220px !important;
    height: auto;
  }
  
}


@media (min-width: 530px ) {

  
  body.menu-open #pageWrapper{ 
    transform: translateX(-335px);
  }
  body.menu-open #menuWrapper #menuLoc{ 
    transform: translateX(-335px);
  }
  body.menu-open #menuWrapper .webletLocationmenuZoek{ 
    transform: translateX(-335px);
  }

}


.JS-OFF #menuWrapper #menuLoc:hover + .webletLocationmenuNav{
  z-index: 11;
}
  #menuWrapper .webletLocationmenuNav:hover{
    z-index: 12;
  }
#mainWrapper{
  background-color: #003867;
  color: #FFFFFF;
  padding: 30px 0;
}

.topContentInUse #mainWrapper{
  background-color: #FFFFFF;
  color: #5F5F5F;
}


@media (min-width: 992px ) {

  #mainWrapper>div>div.row{
    display: flex;
  }
  
  .asideInUse #mainWrapper{
    padding: 60px 0;
  }
  
}
.multimedia
{
  width:0;
}

.standardText div.multimedia.embed{
  overflow:hidden; 
  padding-bottom:56.25%; 
  position:relative; 
  height:0; 
  width: 100%;
}
  .standardText div.multimedia.embed iframe{ 
    position:absolute; 
    left:0; top:0; bottom:0; right:0;
    width: 100%; height: 100%;
  }

.standardText span.media_placement_fitWidth{
  width:100% !important;
}

.standardText span.media_placement_fitWidth img{
  max-width: 100%;
  width: 100%;
  height:auto;
}


.mod_tekst #mainWrapper a,
.mod_tekst #mainWrapper a:link,
.mod_tekst #mainWrapper a:visited{
  color: #FFFFFF;
}

.mod_tekst .topContentInUse #mainWrapper a,
.mod_tekst .topContentInUse #mainWrapper a:link,
.mod_tekst .topContentInUse #mainWrapper a:visited{
  color: #5F5F5F;
}

.mod_tekst #content a{
  text-decoration: underline;
}

.mod_tekst #content a:hover{
  color: #003867;
}

.mod_tekst .topContentInUse #content a:hover{
  color: #003867;
}


#moduleWrapper{
  z-index: 1;
}
  #moduleWrapper>div>div{
    padding-bottom: 15px;
  }

div#content{
}
  div#content .suppressTitle{
    display:none;
  }


.asideInUse #asideWrapper::before{
  content:'';
  border-top: 1px solid #D7D5D4;
  display: block;
}
  .asideInUse #asideWrapper>div>div{
    padding-top: 15px;
    padding-bottom: 15px;
  }

@media (min-width: 992px ) {

  .asideInUse #moduleWrapper>div{
    margin-right: -60px;
  }
  .asideInUse #asideWrapper{
    padding-left: 75px;
  }
  .asideInUse #asideWrapper::before{
      position: absolute;
      border-left: 1px solid #D7D5D4;
      border-top: 0;
      height: 100%;
      top: 0;
      left: 60px;
    }
    .asideInUse #asideWrapper>div{
    }
      #asideWrapper>div>div:first-child{
        padding-top: 0;
      }  
}

#asideWrapper .webletnavigation ul{
  padding: 0;
}
  #asideWrapper .webletnavigation ul li{
    display: block;
    padding-left: 10px;
  }
    #asideWrapper .webletnavigation ul li::before{
      position: relative;
      right: 7px;
      content: "\e080";
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-size: 9px;
      font-weight: 400;
      color: #003867;
      line-height: 1;
    }

#asideWrapper h2.webletTitle{
  font-size: 22px;
  margin-bottom: 10px;
 color: #003867;
}

.topContentInUse #asideWrapper h2.webletTitle,
.topContentInUse .weblinks  ul li::before,
.topContentInUse #asideWrapper .webletnavigation ul li::before{
   color: #003867;
}


#content .overview ul{
  margin: -35px -65px;
}
  #content .overview ul li{
    padding: 35px 65px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }
    body.columns2 #content .overview ul li{
      width: 50%;
    }
    #content .overview ul li div.plaatje{
      margin: 0 0 30px;
    }
    #content .overview ul li .plaatje img{
      width: 100%;
    }
    #content .overview ul li h2{
      color: #003867;
    }
    #content .overview ul li span.leesmeer{
      display: block;
    }
      #content .overview ul li span.leesmeer::after{
        position: relative;
        left: 2px;
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-size: 11px;
        font-weight: 400;
        color: #003867;
        line-height: 1;
      }
    #content .overview ul li a{
      color: #003867;
    }
    #content .overview ul li h2{
      font-weight: normal;
      clear: both;
    }

.asideInUse #content .overview ul{
  margin-right: -30px;
}
  .asideInUse #content .overview ul li{
    width: 50%;
  }

body.mod_xmlVacatureImp #content .overview ul li{
   width: 100%;
}

body.mod_xmlVacatureImp div.vac_item.standardText div > p {
    padding: 0.3em 0 0 0;
}
body.mod_xmlVacatureImp div.vac_item.standardText div > h2 {
    margin-bottom:0;
}
body.mod_xmlVacatureImp .vac_item input[type="button"] {
    margin-bottom: 1em;
}
body.mod_xmlVacatureImp .vac_info table {
    margin: 1em 0;
}
body.mod_xmlVacatureImp div.vac_info table tbody tr td, div.vac_info table tbody tr th{
    padding: 0 2em 0 0;
}


@media (max-width: 991px ) {

  #content .overview ul li{
    width: 50%;
  }

}


@media (max-width: 699px ) {

  #suboutline #content .overview ul li{
    width: 100%;
  }
  
 .asideInUse #content .overview ul li{
    width: 100%;
  }

}


@media (max-width: 399px ) {
}

body.arabic #content p{
  direction: rtl;
  text-align: right;
}#footerWrapper{
  background-color: #FFFFFF;
  color: #003867;
  padding: 80px 0 30px;
  font-size: 16px;
}
  #footerWrapper a{
    color: #003867;
  }

#footerInfoWrapper{
  color: #625D72;
  background-color: #0069C1;
  font-size: 14px;
  padding: 5px 0;  
}
  #footerInfoWrapper a{
    color: #625D72;
 }

#footer{
  margin: -40px;
}
  #footer>div{
    padding: 40px;
  }
  
#footer h2.webletTitle,
#footer h3.ISEStyle{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  color: #003867;
}
.topContentInUse #footer h2.webletTitle,
.topContentInUse #footer h3.ISEStyle{
  color: #003867;
}

#footer .weblinks ul li::before{
   color: #003867;
}
.topContentInUse #footer .weblinks ul li::before{
   color: #003867;
}


#footer .titleOverlay h2.webletTitle{
  position: absolute;
  background-color: #FFFFFF;
  padding: 0 15px 5px 0;
  z-index: 1;
}
  .topContentInUse #footer .titleOverlay h2.webletTitle{
    background-color: #003867;
  }

#footer span.multimedia {
  width: auto;
  display: block;
}
  #footer span.multimedia>a{
    display: block;
  }
    #footer span.multimedia img{
      margin-left: 50%;
      transform: translateX(-50%);
    }

#footer .webletiFrame iframe{
  width: 100%;
}

@media (max-width: 529px ) {

  #footerWrapper{
    padding-top: 30px;
  }
  
  #footer{
    margin: -15px;
  }
    #footer>div{
      padding: 15px;
    }
  
  #footerInfo .navlist li:first-child{
    display:block;
  }
  #footerInfo .navlist li:nth-child(2) {
    margin-left: 0;
  }
    #footerInfo .navlist li:nth-child(2)::before{
      content: "";
    }
}
fieldset .form-group{
  width: 100%;
}

fieldset .uitleg{
  text-align: end;
  margin-right: 30px;
  font-style: italic;
}

fieldset .buttonSubmit input{
  background-color: #003867;
  color: #000000;
  border: 0;
  padding: 10px;
}

.topContentInUse fieldset .buttonSubmit input{
  background-color: #003867;
  color: #FFFFFF;
}
@media (max-width: 991px ) {

}


@media (max-width: 699px ) {

}



@media (max-width: 529px ) {

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .col-tn-12{
    width: 100%;  
  }

  .col-tn-6{
    width: 50%;  
  }

  #headerWrapper{
    min-height: 127px;
  }
  #header{
    height: 37px;
  }
  #moduleTitle h1
  {
    font-size: 27.42px;
  }

  #menuWrapper{
    position: absolute;
    top: 0;
    right: 0;
    max-height: 50px;
    overflow: hidden;
    z-index: 2;
    width: 100%;
  }
    #menuWrapper::before{
      content: '';
      display: block;
      background: #FFFFFF;
      height: 50px;
    }
    #menuWrapper #menuLoc{
      width: 70px;
      height: 50px;
      padding: 5px 16px;
      background: #FFFFFF;
    }
      #menuLoc #menuBtn::before{
        content: none; 
      }
      #menuLoc #menuBtn::after{
        font-size: 36px;
        color: #5F5F5F;;
        right: 4px;
        top: 5px;
      }
      #menuLoc #menuBtn:hover{
        background: #D7D5D4;
      }
      
    .menu-open #menuWrapper,
    .JS-OFF #menuWrapper:hover{
      max-height: 1000px;
    }
    .menu-open .page{
      max-height: 50px;
    }
    
    #menuWrapper>div.menuWeblets{
      position: relative;
      right: 0;
      width: 100%;
      height: unset;
      padding: 20px;
    }
    #menuWrapper div.webletLocationmenuZoek{
      padding-top: 0;
      padding-bottom: 30px;
    }
      #menuWrapper .webletLocationmenuZoek button{
        background: #5F5F5F;
      }
        #menuWrapper .webletLocationmenuZoek button:hover{
          background: #003867;
        }
    

  div.webletLocationheaderLogo{
    position: absolute;
    top:7px;
    right: unset;
    left: 0;
    bottom: unset;
    width: auto;
    height: 50px;
    z-index: 3;
  }
  div.webletLocationheaderLogo img{
    width: auto !important;
    height: 35px;
  }


}
  




.webletcrumble .crumblepath,
.webletcrumble .crumblepath a
{
  color: #000000;
}

.row .weblettekst
{
  padding-right: 15px;
  padding-left: 15px;
}

@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: 768px) {

  .webletnavigation.autonav ul li ul
	{
	  display: none;
	  position: absolute;
	}

	.webletnavigation.autonav ul li:hover ul
	{
	  display: block;
	}
}

@media screen and (max-width: 767px) {

  .webletnavigation.autonav ul li
	{
	  float: none;
	}

  .webletnavigation.autonav ul li ul
	{
	  position: static;
	}

}

.webletnavigation.autonav ul li ul li
{
  float: none;
  min-width: 200px;
}
 .webletshare .service
{
  float: left;
}

.webletshare .service a
{
  display: block;
  padding: 0.2em;
  margin: 0.2em 1.2em 0.4em 0;
  text-decoration: none;
}

.webletshare .service a.print
{
  display: none;
  cursor: pointer;
}

.webletshare .service a:hover
{
  text-decoration: none;
}

.webletshare .service a.no-label
{
  line-height: 0;
  margin: 0.2em 0.4em 0.4em 0;
}


.webletshare [class^="icon-"],
.webletshare [class*=" icon-"]
{
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}


.webletshare .icon-16x16 a.label img,
.webletshare .icon-mono a.label .icon
{
  margin-right: 0.4em;
  vertical-align: text-bottom;
}


.webletshare .icon-32x32 a.label
{
  text-align: center;
}

.webletshare .icon-32x32 a.label span
{
  display: block;
}


.webletshare .icon-mono a.no-label .icon
{
  font-size: 2em;
}





.webletshare .icon-x{
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.webletshare .icon-x::before{
  content: "";
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 24 24" 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 24 24" 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;
}
 .weblettekst
{
  padding: 0;
  margin: 0;
}

 
.webletStylelznzfzDsHuOnMzJoNpNMLD { 


}
.webletStylebaozfzDsHuOnMzJoNpNMLE { 


}
.webletStyledzccjzDsHuOnMzJoNvMTCFA { 


}
.webletStylerynzfzDsHuOnMzJoNpNMNA { 


}
.webletStylejgozfzDsHuOnMzJoNpNMDL { 


}
.webletStylebiozfzDsHuOnMzJoNpNMAL { 


}
.webletStylelhozfzDsHuOnMzJoNpNMAN { 


}
.webletStylezaozfzDsHuOnMzJoNpNMJF { 


}
.webletStylejeozfzDsHuOnMzJoNpNMJI { 


}
.webletStyletdozfzDsHuOnMzJoNpNMJG { 


}
.webletStyletfozfzDsHuOnMzJoNpNMFJ { 


}body {
	background-color: #DAE2F0;
}

#footerWrapper {
	background-color: #96BDDE;
}

div#footerWrapper div.weblettekst.webletLocationfooter2.titleOverlay h2.webletTitle {
	padding: 0 0.5em;
}

#footerInfoWrapper {
	background-color: #003867;
}

#footerInfoWrapper,
#footerInfoWrapper a {
	color: #FFFFFF;
}

#footer h3.ISEStyle {
	font-weight: bold;
}

#menuLoc #menuBtn:hover {
	background-color: #0069C1;
}

#menuWrapper .webletLocationmenuNav ul>li.navigated>a,
#menuWrapper .webletLocationmenuNav ul>li a:hover {
	color: #FFFFFF;
}

#content .webletLocationhomeMobileImage h2.webletTitle,
#content .webletLocationhomeCarrousel h2.slideTitle {
	text-shadow: #FFFFFF 5px 5px 10px;
	text-transform: none;
}

.webletLocationhomeCarrousel .text h1 {
	color: #FFFFFF;
}

.webletLocationhomeCarrousel .prevNextBtns {
	color: #FFFFFF;
}

.carrouseltext {
	font-weight: bold;
}

.topContentInUse #footer .titleOverlay h2.webletTitle {
	background-color: #003867;
	color: #FFFFFF;
}

.webletcrumble .crumblepath,
.webletcrumble .crumblepath a {
	color: #FFFFFF;
}

#asideWrapper .webletnavigation ul li::before {
	top: -3px;
}

.weblinks ul li::before {
	top: -1px;
}

.so_homepage.asideInUse.topContentInUse div#mainWrapper {
	padding: 0;
}

.volgendePlaatje.side a,
.volgendePlaatje.side a:link,
.volgendePlaatje.side a:visited,
.volgendePlaatje.side a:active {
	background: transparent url('/dds/gx/ZgnwxpwJemB.png') no-repeat 0 50%;
}

div.webletnavigation.webletLocationasideContent1 a span.title {
	color: #003867;
}

.selected {
	font-weight: bold;
}

.navigated.displayed {
	font-style: italic;
	font-weight: bold;
}

#content .overview ul li div.plaatje {
    margin: 0 0 0px;
}


/*Background Video ---------------->*/
div.custom video#bgvid{
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url('/dds/gx/ZolpelxJyK.png') no-repeat;
	background-size: cover;
}

div.custom > p > svg {
	position: relative;
	bottom: 0;
	right: 0;
	width: 50%;
	padding: 2em 0;
}

.standardText .custom p a {
    text-decoration: none !important;
}

.standardText .custom p a:hover {
    text-decoration: underline;
}

div.custom h1.ISEStyle {
    line-height: 1.1;
}

h2.TitleVideobg {
	line-height: 1.1;
	text-shadow: #003867 5px 5px 7px;
}

@media (min-width: 1024px) and (max-height: 800px) {
	h2.TitleVideobg {
		font-size: 15vh;
	}
}

@media (min-width: 1200px) {
	h2.TitleVideobg {
		font-size: 130px;
	}
}

@media (max-width: 1023px) {
	h2.TitleVideobg {
		font-size: 116.11px;
	}
}

@media (max-width: 991px) {
	h2.TitleVideobg {
		font-size: 10vw;
	}
}

@media (max-width: 529px) {
	h2.TitleVideobg {
		font-size: 11vw;
	}
}

@media (min-width: 1024px) and (max-height: 800px) {
	h2.TitleVideobg {
		font-size: 15vh;
	}
}

/* title after video */

.hasVideoBanner #header{
  height: 30px;
}

.hasVideoBanner .topContentInUse #topWrapper{
  padding: 20px;
}

@media (max-width: 529px) {
.hasVideoBanner #header{
  height: 10px;
}}

/* video bigger then 100vh*/
.hasVideoBanner #banner .webletLocationbannerImage.video-banner .multimedia{
  height: calc( 100vh + 150px );
  margin-bottom: -150px;
}

.hasVideoBanner #topWrapper .opacity{
  top: -80px;
}

.hasVideoBanner #moduleTitle{
  z-index: 4;
  position: relative;
}

#menuWrapper .webletLocationmenuZoek button {
    width: 73px;
}

span.leesmeer {
    text-decoration: underline;
}

.mod_tekst #mainWrapper #content .linkbtn a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px 40px 5px 30px
}
.mod_tekst #mainWrapper #content .linkbtn::after{
  left: -25px;
  width: 0;
}
.mod_tekst #mainWrapper #content .linkbtn a:hover{
  background-color: #0069C1;  
}

@media print
{

}

