#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: #0064AF;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #0064AF;
  background-color: #DFE7F5;
  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: #0064AF !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #FFFFFF !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #0064AF;
}

#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: #0064AF;
}


.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: #000000;
}

.calendarView table tr td a
{
  display: block;
  color: #0064AF;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #0064AF;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #FFFFFF;
}

.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: 'Roboto Condensed';
  src: url('/dds/up/ZiiitjlKexqB_RobotoCondensed-Regular.ttf'); 
  font-weight: normal; 
  font-style: normal;
}



@font-face {
  font-family: 'Roboto Slab';
  src: url('/dds/up/ZiiitjlKmjrB_RobotoSlab-Regular.ttf'); 
  font-weight: normal; 
  font-style: normal;
}



body
{
  font-family: 'Roboto Condensed', 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: 600;
}

h1,h2,h3,h4,h5,h6
{
  color: #003862;
  font-weight: bold;
  line-height: 30px;
}

h4,h6
{
  font-weight: normal;
  line-height: 30px;
}



h1
{
  font-size: 30px;
  line-height: 50px;
}

h2
{
  font-size: 24px;
}

h3
{
  font-size: 18px;
}

h4
{
  font-size: 16px;
}

h5
{
  font-size: 14px;
}

h6
{
  font-size: 12px;
}

h2.ISEStyle
{
}

span.green
{
  color: #0064AF
}

div.socialIcons{
  padding-top: 25px;
}
  div.socialIcons .multimedia{
    margin: 0px;
    margin-right: 7px;
  }


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;  }h2.webletTitle
{
  padding-bottom: 10px;
}


body.weblet #contentWeblets>div{
  display:block;
  width:100%;
  
}

body.weblet #topBanner{
  padding: 30px 130px;
  width:100%;
 
}

body.weblet #menu{
  display: block;
}

#page .foto_weblet span.multimedia img{
  width: auto;
}

#content .images_matrix{
  display: flex;
  align-items: center;
}
  #content .images_matrix span.multimedia{
    display: inline-block;
    width: 25% !important;
    padding: 10px;
  }

body
{
  color: #000000;
  background: #0064AF;
}

.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}


#pageWrapper {
  x-overflow: hidden;
  max-width: 1600px;
  background: #FFFFFF;
  margin-right: auto;
  margin-left:auto;
  display:flex;
  flex-grow: 1;
  box-shadow: 0px 0px 20px -5px #000000;
}
  #right {
    min-width: 255px;
    width: 255px;
    display: inline-block;     
  }

  #page {
    width: 100%;
    display: inline-block;
  }


.SE_dropdownmenu .SE_dropdownmenuitem .icon img
{
  display:block;
}

.popinclosebutton img,
.iseButton img{
  vertical-align: inherit;
}



body *, body *::before, body *::after
{
  box-sizing: border-box;
}


body div *{
flex-wrap: wrap;
}



a,
a:link,
a:visited
{
  color: #000000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
  color: #0064AF;
}

hr
{
}

@media (min-width: 768px ) 
{
  .minmarge
  {
    margin-left: -15px;
    margin-right: -15px;
  }
}



#right {
  background: #FFFFFF;
  background: linear-gradient(to right, #FFFFFF 97%, #0064AF);
}

#logo {
  background: #FFFFFF;
  background: linear-gradient(to right, #FFFFFF 97%, #0064AF);
}



#logo {
  height: 190px;
  padding: 15px;
  padding-top: 40px;
  padding-right: 20px;
}
  #logo .multimedia {
    width: auto;
    height: auto;
  }
  #logo img {
    width: 100%;
    height: auto;
  }



#menu{
} 
  #menu >div{
    padding: 10px 25px 10px 20px;
  }
  #menu ul{
    padding: 0;
  }
  #menu li{
    position: relative;
    display: block;
    border-bottom: 1px solid #DFE7F5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
    #menu li a{
      color: #003862;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      z-index: 110;
      position: relative;
    }
    #menu li::after{ 
      border-bottom: 1px solid #6FA9D5;
      display: block; 
      content: ''; 
      height: 100%; 
      width: 100%; 
      position: absolute;
      z-index: 109;
      top:0;
      left:0;
    }
    #menu li.navigated {
      background:  #DFE7F5;
      padding-left: 5px;
      padding-right: 5px;
    }
    
  
  #menu .level2 li{
    margin-left: 15px;
  }
    #menu .level2 li.navigated {
      background:  #DFE7F5;
      padding-left: 5px;
      padding-right: 5px;
    }
    #menu li.navigated ul.level2{
      margin-left: -5px;
      margin-right: -5px;
      background: #FFFFFF;
    }
    #menu ul.level2{
      margin-top: 13px;
      margin-bottom: -9px;
    }  
      #menu ul.level2 li{
        border-bottom: none;
        border-top: 1px solid #DFE7F5;
      }
        #menu ul.level2 li::after {
          height: 1px;
          top: -2px;
        }

  
  #menu .webletzoek fieldset{
    position: relative;
  }
  
  #menu .webletzoek p{
    display: inline-block;
    height: 36px;
  }
    #menu .webletzoek p:first-of-type{
      width: 100%;
      padding-right: 36px;
    }
      #menu .webletzoek label{
        width: 100%;
        height: 100%;
      }
        #menu .webletzoek label input{
          border:none;
          background: #DFE7F5;
          color: #003862;
          width: 100%;
          height: 100%;
          padding: 5px;
          padding-left: 10px;
        }
    #menu .webletzoek p:last-of-type{
      width: 0;
      height: 0;
    }
      #menu .webletzoek button{
        position:relative;
        height: 36px;
        width: 36px;
        border: none;
        background: #DFE7F5;        
        lleft:-40px;
        position:absolute;
        top:0;
        right: 0;
      }
        #menu .webletzoek 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;
        }   




#topBanner {
  overflow: hidden;
  min-height: 190px;
}

#topBanner .webletcontentSlide .slider {
  position: relative;
}

  
  #topBanner ul.slider {
    width: 100% !important;
    height: 47vw !important;
  }
    #topBanner ul.slider li {
      background: #6FA9D5;
    }      
      #topBanner ul.slider li .text{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
      }
  
#topBanner .bullets {
  left: 15px;
  bottom: 15px;
}
  #topBanner .bullets div{
    width: 18px;
    height: 18px;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 9px;
    margin-right: 5px;
  }
  #topBanner .bullets div.selected{
    background: #FFFFFF;
    border-radius: 9px;
    box-shadow: inset 0 2px 2px -1px #000;
  }

#topBanner span.multimedia{
  display: block;
  width: 100% !important;
}

#topBanner span.multimedia img{
  width: 100%;
  height: auto;
}

#content{
  background: #FFFFFF;
}

#content h3.ISEStyle{
  color: #0064AF;
  padding-bottom: 10px;
}

#contentModule
{
  padding: 50px 30px;
}

#content>div>div
{
  padding: 50px 30px;
}

#contentModule>div.standardText
{
  padding: 0;
}

body #contentTopWeblet > div
{
  padding-top: 10px;
  padding-bottom: 10px;
}


.kolom1,
.kolom2,
.kolom3 
{
  width: 100%;
  float: none;
  padding: 0;
}

#content span.multimedia
{
  display: block;
  max-width: 100%;
  height: auto;
}
  #content span.multimedia img
  {
    max-width: 100%;
    height: auto;
  }

#content span.media_placement_fitWidth{
  max-width: auto;
  width: 100% !important;
}
  #content span.media_placement_fitWidth img{
    max-width: auto;
    width: 100%;
  }

.multimedia.embed
{
  width: 100%;
  padding-bottom:56.25%;
  position: relative;
}
  .multimedia.embed iframe
  {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    
  }


body.mod_webhome #contentModule
{
 padding: 0;
}


#content .kolom1 {
  background: #DFE7F5;
  display: flex;
  padding: 30px 0;
}
  #content .kolom1>div {
    width: 33%;
    display:inline-block;
    padding: 30px;
    position: relative;
    border-right: 1px solid #FFFFFF;
  }
    #content .kolom1>div>div {
      position: relative;
      z-index: 55;
    }
    #content .kolom1>div:last-child {
      border-right: none;
      border-bottom: none;
    }
    #content .kolom1>div::before {
      border-right: 1px solid #FFFFFF;
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 50;
      top: 0;
      left: 0;
    }
      #content .kolom1>div:last-child::before {
          border-right: none;
          border-bottom: none;
        }


#contentWeblets{
  display: flex;
}


.webletLocationcontentLeft,
.webletLocationcontentRight
{
  background: #DFE7F5;
  width: 50%;
  display: inline-block;
}

#content div.webletLocationcontentLeft{
  padding:0;
}

.webletLocationcontentLeft span.multimedia{
  height: 100%;
  width: 100% !important;
  max-width: inherit;
  position: relative;
  float: right;
}

.webletLocationcontentLeft img
{
  height: 100%;
  width: auto;
  float: right;
}

@media (min-width: 1099px ) {

  #contentWeblets .webletLocationcontentRight
  {
    padding-right:10%;
  }
}#footerWrapper{
  background: #FFFFFF;
  xx-color: #0064AF;

}
  #footer {
    display:flex;
    padding-top: 50px;
    padding-bottom: 100px;
    border-top: 2px solid #6FA9D5;
  }
  #footer>div{
    padding:0;
  }
    #footerAddress {
      border-right: 1px solid #DFE7F5;
      z-index: 45;
    }
    #footer>div>div {
      position: relative;
      padding: 10px 30px;
      border-right: 1px solid #DFE7F5;
      z-index: 45;
    }
      #footer>div>div:last-child {
        border-right: none;
        border-bottom: none;
      }
      #footerAddress::before,
      #footer>div>div::before {
        border-right: 1px solid #6FA9D5;
        display: block;
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        bottom: 0;
        right: 0;
        z-index: 40;
      }
        #footer>div>div:last-child::before {
            border-right: none;
            border-bottom: none;
        }


@media ( max-width: 1099px ) {
 
  #right {
    min-width: 0;
    width: 0;
  }

  #page {
    box-shadow: 0px 0px 6px 6px #0064AF;
  }

  #content > div > div {
    padding: 30px;
  }
  
  #contentModule
  {
    padding: 30px;
  }

  #content .kolom1>div{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .webletLocationcontentLeft span.multimedia {
    height: 100%;
  }

  #right {
    background: #FFFFFF;
  }
  #logo {
    background: #FFFFFF;
    position: absolute;
    z-index: 100;
  }
  #page {
    box-shadow: 0px 0px 5px 2px #0064AF;
  }
  
  #menu {
    display:none;
    padding-right: 50px;
    padding-left: 5px;
  } 
  #menuButton{
    width: 145px;
    height: 50px;
    background: #FFFFFF;
    color: #FFFFFF;
    position: absolute;
    right:0;
    top:0;
    z-index: 90;
    padding-left: 15px;
    font-size: 24px;
    line-height: 50px;
  }
    #menuButton::before{
      content: "menu";
      text-transform: uppercase;
    }
    #menuButton::after{
      background: url('/dds/gx/ZiiitjlKggqM.png') 0 0 no-repeat;
      width: 36px;
      height: 36px;
      content: "";
      display: inline-block;
      position:absolute;
      top:5px;
      right:15px;
    }
    body.menu-open #menuButton::after{
      background-position: -36px 0;
    }

 

  body.menu-open #page{ 
    transform: translateX(-300px);
  }
  body.menu-open #menuButton{
    transform: translateX(-300px);
  }
  body.menu-open #logo{
    transform: translateX(-300px);
  }

  body.menu-open #menu{
    display:block;
    width: 300px;
    position: absolute;
    right: 0;
  }

  body.JS-OFF #menuWrapper:hover #menu{
    display:block;
    width: 300px;
    position: absolute;
    right: 0;
    background: #FFFFFF;
    z-index: 110;
  }
  
  #topBanner ul.slider {
    height: 60vw !important;
  }
}



@media ( max-width: 1023px ) {

  #footer #footerInfo>div{
    border-right: none;
  }
    #footer #footerInfo>div::before{
      border-right: none;
    }
    
}
@media (max-width: 767px ) {

  #suboutlineWrapper {
      padding-top: 50px;
  }

  #topBanner {
    min-height: 0;
  }

  #logo{
    width: 100px;
    min-height: 50px;
    max-height: 80px;
    height:50px;
    padding:5px 7px 3px 5px;
  }
  #menu{
    padding: 0;
  }
  
  #menuButton{
    width: 100%;
  }
  
 

  body.menu-open #page{ 
    transform: translateX(-250px);
  }
  body.menu-open #menuButton{
    transform: translateX(-250px);
  }
  body.menu-open #logo{
    transform: translateX(-250px);
  }
  body.menu-open #menu{
    width: 250px;
  }

  #content>div>div{
    padding: 30px 15px;
  }

  #contentModule{
    padding: 30px 15px;
  }

  #content .kolom1{
    padding: 0 15px;
  }
    #content .kolom1>div{
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #FFFFFF;
      padding: 30px 0px;
    }
      #content .kolom1>div::before{
        border-right:none;
        border-bottom: 1px solid #FFFFFF;
      }
  #contentWeblets > div{

  }  
  .webletLocationcontentLeft, .webletLocationcontentRight{
    width: 100%;
  }
  .webletLocationcontentLeft{ 

  }
    .webletLocationcontentLeft span.multimedia{
      height: 100%;
      width: 100%;
    }
  
  #footer{  
    padding: 15px;
  }
    #footerAddress{
      padding: 20px 0;
      border-right:none;
      border-bottom: 1px solid #DFE7F5;
    }
      #footerAddress::before {
        border-right:none;
        width:100%;
        height:2px;
        border-bottom: 1px solid #6FA9D5;
      }
      #footer>div>div{
        padding: 20px 0;
        border-right:none;
        border-bottom: 1px solid #DFE7F5;
      }
        #footer>div>div::before {
          border-right:none;
          width:100%;
          height:2px;
          border-bottom: 1px solid #6FA9D5;
        }
      
}

  


.multimedia
{
  width:0;
}


.webletcrumble .crumblepath,
.webletcrumble .crumblepath a
{
  color: #000000;
}


@media print
{
html
{
  background: none;
}

body
{
  font-size: 10pt;
  color: Black;
}

#pageWrapper
{
  width: auto;
  background: none;
}

#moduleWrapper
{
  float: none;
  width: auto;
}

#content
{
  padding: 0;
}

#header,
#footer,
#bottombar,
#SE_menubar
{
  display: none;
}

}
 @media (min-width: 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;
}
 .weblettekst
{
  padding: 0;
  margin: 0;
}

 
.webletStyledvrhotDsHuOnMzJqJrJmBbBN { 


}
.webletStylebashotDsHuOnMzJqJrJmBbBL { 


}
.webletStylezorhotDsHuOnMzJqJrJmBdBL { 


}
.webletStylelvbqztDsHuOnMzJqJfJJAFA { 


}
.webletStylellqhotDsHuOnMzJqJrJmBhBI { 


}
.webletStylejqqhotDsHuOnMzJqJrJmBfBI { 


}
.webletStylebuqhotDsHuOnMzJqJrJmBfBK { 


}/*originele kleuren
Kleur 1
#FFFFFF
 
Kleur 2
#EDF1EE
 
Kleur 3
#CAD7CC
 
Kleur 4
#AAB4AC
 
Kleur 5
#4C4C4C
 
Kleur 6
#4C4C4C
 
Kleur 7
#6E716E
 
Kleur 8
#4C4C4C
 
Kleur 9
#000000
 
Kleur 10
#99987C


*/


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 {
    font-family: verdana;
}



#topBanner ul.slider {
    width: 100% !important;
    max-height: 720px;
}

#topBanner ul.slider li {
    background: #EDF1EE;
}

#topBanner {
    overflow: hidden;
    min-height: 10px;
}

h2.webletTitle {
    padding-bottom: 10px;
    font-variant: small-caps;
}

#content .webletaccordion .accordionContainer div.accordionTitle {
    margin-left: 0;
    position: relative;
    min-width: 800px;
}


#menuButton {
    background: #cccccc;
}

#topBanner .bullets div {
    border: 1px solid #CCCCCC;
    background: #CCCCCC;
}

a, a:link, a:visited {
    text-decoration: underline;
}

#menu li a {
    text-decoration: none;
}

h2
{
    font-variant: normal !important;
}

#menuButton {
    background: #6FA9D5 !important;
}

#logo {
    background: transparent;
}

/**********@media/

@media screen and (max-width: 1099px) {
  #content {
    margin-top: 141px;
}
#logo {
    width: 100px;
    min-height: 50px;
    max-height: 80px;
    height: 50px;
    padding: 5px 7px 3px 5px;
}



@media screen and (max-width: 767px) {
 #content {
    margin-top: 1px;
}




/*Lettergrootte 8-4-2025*/

body {
    font-size: 15px;
 }



@media print
{

}

