#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: #606060;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #606060;
  background-color: #EEEEEE;
  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: #606060 !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #E7E7E7 !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #606060;
}

#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: #3C3C3C;
}


.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: #045596;
}

.calendarView table tr td a
{
  display: block;
  color: #606060;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #606060;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #E7E7E7;
}

.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;
}
/* outline css start */
body
{
  font-family: Arial, Helvetica, sans-serif;
  color: #3C3C3C;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
}

@media (min-width: 700px ) {
  body {
      text-rendering:geometricPrecision;
  }
}

strong, b
{

  font-weight: 600;
}

h1,h2,h3,h5
{
  font-weight: bold;
  line-height: 25px;
}

h4,h6
{
  font-weight: normal;
  line-height: 25px;
}



h1
{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #CF343D;
}

h2
{
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
   margin-bottom: 15px;
  color: #CF343D;
  
}

h3
{
  font-size: 15px;
  color:#CF343D;
  font-weight: normal;
}

h4
{
  font-size: 15px;
}

h5
{
  font-size: 10px;
}

h6
{
  font-size: 18px;
}h2.webletTitle
{
  font-size: 18px;
  padding-bottom: 18px;
  color: inherit;
  margin: 0;
}
  h2.webletTitle a{
    text-decoration: none;
  }

.content ul{
  padding-left: 20px;
  padding-bottom: 20px;
  marign: 0;
}


.content table tr{
  display: flex;
  margin-right: -20px;
}
  .content table td{
    width: 100%;
    margin-right: 20px;
    padding-bottom: 20px;
  }
    .content table h2.ISEStyle{
      height: 45px;
    }

.content table.packagestr{
  display: block;
}


@media (max-width: 599px ) {

  .content table tr{
    flex-wrap: wrap;
  }

} 
 

span.multimedia
{
  max-width: 100%;
  overflow: hidden;
  display: block;
}

body.ISE-internal-iframe-body 
{
  min-width: inherit; 
  font-size: 100%;
  color: black;
}



.linkbtn{
  cursor: pointer;
  height: 36px;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  margin: 0 0 20px 0;
  position: relative;
  color: #606060;
  border: 1px solid #606060;
}

.linkbtn a,
.linkbtn a:link,
.linkbtn a:hover,
.linkbtn a:visited,
.linkbtn a:active,
a .linkbtn,
a:link .linkbtn,
a .linkbtn:hover,
a .linkbtn:visited,
a .linkbtn:active
{
  color: inherit;
  text-decoration: none;
}

.linkbtn a:hover,
a .linkbtn :hover{
  text-decoration: underline;
}


a .linkbtn{
  padding: 0 14px;
}

.linkbtn a{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  border-bottom: 0;
}

.weblettekst span.linkbtn:last-of-type{
  margin-bottom: 0;
}

.ISE-internal-iframe-body .linkbtn{
  color: #3C3C3C;
  border: 1px solid #3C3C3C;
}
.ISE-internal-iframe-body .linkbtn:hover{
  background: #EEEEEE;
}


.linkbtn.btnBlue{
  background: #045596;
  color: #FFFFFF;
  border: none;
}


.linkbtn.btnRed{
  background: #CF343D;
  color: #FFFFFF;
  border: none;
}




code {  font-family: courier,monospace;  }
xml {  font-family: courier,monospace;  }.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: "";
       }
       
.weblinks li{
  display: block;
  padding-left: 8px;
  position: relative;
}
  .weblinks ul{
    padding:0;
  }
    .weblinks ul li a{
      color: inherit;
    }
    .weblinks ul li::before{
      position: relative;
      right: 8px;
      content: "\e258";
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-size: 10px;
      font-weight: 400;
      line-height: 1;
    }

.gotolinks ul{
  padding: 0;
}
  .gotolinks ul li{
    margin-bottom: 12px;
    display: block;
  }
  
.noTitle .webletTitle{
  display: none;
}

body
{
  color: #000000;
  background: #FFFFFF;
}

.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}

#pageWrapper
{
  overflow: hidden;
}


.SE_dropdownmenu .SE_dropdownmenuitem .icon img
{
  display:block;
}

.popinclosebutton img,
.iseButton img{
  vertical-align: inherit;
}

.container-fluid{
  margin: 0 30px;
  padding: 8px 0;
  position: relative;
}

@media (min-width: 1059px ) {

  .container-fluid{
    max-width: 1000px;
    margin: 0 auto;
  }
  
}

.weblettekst.col-xs-12,.weblettekst.col-xs-6{
    padding-right: 15px;
    padding-left: 15px;
}



#pageWrapper
{
  color: #3C3C3C;
  background: #E7E7E7;
}

a,
a:link,
a:visited
{
  color: #CF343D;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

li{
  margin-bottom: 6px;
}
li a,
li a:link,
li a:visited{
  color: inherit;
  text-decoration: none;
}

.standardText li a,
li a:hover{
  text-decoration: underline;
}

p{
  margin: 0;
  padding: 0;
}

hr{
}

@media (min-width: 768px ) 
{
  .minmarge
  {
    margin-left: -15px;
    margin-right: -15px;
  }
}

#headerWrapper
{
  background: #FFFFFF;
  color: #749DBD;
}

.webletLocationheaderLogo br{
  display:none;
}

.webletLocationheaderLogo img{
  width: 100%;
  height: auto;
}


@media (min-width: 768px ) and (max-width: 991px ) {
  .webletLocationheaderLogo {
    width: 40%;
    height: 95px;
  }
}


.webletLocationheaderButtons{
}
  .webletLocationheaderButtons ul{
    padding: 0;
  }
    .webletLocationheaderButtons ul li{
      display: inline-block;
      margin-right: 15px;
      color: #000000;
    }
    
      .webletLocationheaderButtons li.nav_print a::before,
      .webletLocationheaderButtons li.nav_contrast a::before,
      .webletLocationheaderButtons li.nav_openingstijden a::before{
        content: "";
        background: url('/dds/gx/ZiiitjlKwerM.png') no-repeat;
        display: inline-block;
        width: 15px;
        height: 20px;
        margin-right: 8px;
        position: relative;
        top: 5px;
      }
      .webletLocationheaderButtons li.nav_contrast a::before{
        background: url('/dds/gx/ZiiitjlKihrM.png') no-repeat;
      }

    .webletLocationheaderButtons ul li.nav_openingstijden{
       font-weight: 700;
      float: right;
    }
      .webletLocationheaderButtons li.nav_openingstijden a::before{
        background: url('/dds/gx/ZiiitjlKujrM.png') no-repeat;
        width: 27px;
        top: 2px;
      }
      
      .hoogContrast .webletLocationheaderButtons li.nav_print a::before{
        background: url('/dds/gx/ZiiitjlKgmrM.png') no-repeat;
      }

      .hoogContrast .webletLocationheaderButtons li.nav_contrast a::before{
        background: url('/dds/gx/ZiiitjlKsorM.png') no-repeat;
      }

      .hoogContrast .webletLocationheaderButtons li.nav_openingstijden a::before{
        background: url('/dds/gx/ZiiitjlKerrM.png') no-repeat;
      }




.webletLocationheaderPopup{
  display: none;
  padding: 0;
  z-index: 101;
}
  #header .webletLocationheaderPopup{
   padding: 0;
  } 
  .webletLocationheaderPopup .popup{
    background: #CF343D;
    color: #FFFFFF;
    height: auto;
    padding: 8px 15px 30px;
    position: relative;
  }  
  .webletLocationheaderPopup.open{
    display: block;
  }
  .webletLocationheaderPopup .webletTitle{
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: right;
    text-decoration: none;
  }
    .webletLocationheaderPopup .webletTitle::before{
      background: url('/dds/gx/ZiiitjlKqtrM.png') no-repeat;
      content: "";
      display: inline-block;
      width: 27px;
      height: 20px;
      position: relative;
      margin-right: 8px;
      top: 2px;
    }
    .webletLocationheaderPopup .webletTitle:hover{
      text-decoration: underline;
    }
  .webletLocationheaderPopup a.anchor_id{
    background: #CF343D;
    color: #FFFFFF;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 8px;
    padding: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
  }
    .webletLocationheaderPopup a.anchor_id::before,
    .webletLocationheaderPopup a.anchor_id::after{
       position: relative;
       height: 20px;
    }
    .webletLocationheaderPopup a.anchor_id::before{
      content: "\e088";
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      margin-right: 4px;
    }
    .webletLocationheaderPopup a.anchor_id::after{
      content: "sluiten";
      top: -4px;
      text-decoration: underline;
    }
  .webletLocationheaderPopup a{
    background: #FFFFFF;
    color: #749DBD;
    text-decoration: none;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 19.5px;
    display: inline-block;
    margin-bottom: 25px;
  }
    .webletLocationheaderPopup a:link:hover{
      text-decoration: underline;
    }
  

@media (max-width: 767px ) {

  #header .webletLocationheaderPopup .popup{
    margin: -20px 15px;
    top: -18px;
  }
    .webletLocationheaderPopup a{
      border-radius: 5px;
    }

}

@media (min-width: 768px ) {

  .webletLocationheaderPopup{
    position: absolute;
    top:0;
    right: 0;
    width: 50%;
  }
}




.webletLocationheaderNavTabs{
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 0;
}
  .webletLocationheaderNavTabs ul{
    padding: 0;
  }
    .webletLocationheaderNavTabs ul li{
      display: inline-block;
      margin-left: 16px;
      margin-bottom: 0;
      font-size: 21px;
      line-height: 21px;
    }
      .webletLocationheaderNavTabs ul li a{
        border-radius: 8px 8px 0 0;
        background: #DDDDDD;
        color: #045596;
        padding: 10.5px 16px 10.5px 20px;
        display: block;
      }
      .webletLocationheaderNavTabs ul li.selected a{
        background: #749DBD;
        color: #FFFFFF;
      }


#topnavWrapper
{
  background: #749DBD;
  color: #FFFFFF;
}
  #topnav{
    padding: 6px 0;
  }

.webletLocationtopMenu ul{
  padding: 0 8px 0;
}
.webletLocationtopMenu li{
  display: none;
  margin: 0;
}
  .webletLocationtopMenu li.selected{
    display: flex;
  }
  
    .webletLocationtopMenu ul.level1>li.selected>a{
      margin: -8px 0;
    }
      .webletLocationtopMenu ul.level1>li.selected>a .title{
        display: none;
      }
      .webletLocationtopMenu ul.level1>li.selected>a::before{
        position: relative;
        right: 8px;
        content: "\f015";
        font-family: 'icomoon';
        font-style: normal;
        font-size: 30px;
        font-weight: 400;
        line-height: 1;
      }

    .webletLocationtopMenu li ul{
      display: inline-block;
      margin: 0;
      padding: 0;
    }
      .webletLocationtopMenu li.selected>ul>li{
        display: inline-block;
        margin: 2px 8px 2px 0;
        padding-right: 8px;
        border-right: 1px solid #FFFFFF;
      }
        .webletLocationtopMenu li.selected>ul>li:first-of-type{
          padding-left: 8px;
          border-left: 1px solid #FFFFFF;
        }
        .webletLocationtopMenu li.selected>ul>li:last-of-type{
          border-right: none;
        }
        

#topWrapper
{
  background: #045596;
  color: #FFFFFF;
}


.webletLocationtopSearch .search fieldset{
   width: 72%;
   position: relative;
}
  .webletLocationtopSearch .search fieldset p{
    width: 100%;
    padding: 0 13.5% 0 0; 
  }
    .webletLocationtopSearch .search fieldset label{
      width: 100%;
      padding: 0 8px 0 0;
    }
      .webletLocationtopSearch .search fieldset input{
         margin: 0;
         box-sizing: border-box;
         width: 100%;
         height: 33px;
         font-size: 14px;
         background: #FFFFFF url('/dds/gx/ZiiitjlKcwrM.png') 12px 8px no-repeat;
         color: #606060;
         border: none;
         padding: 2px 10px 2px 34px;
      }
        .webletLocationtopSearch .search fieldset input.empty
        {
          font-style: italic;
          font-weight: 300;
          color: #606060;
        }

    .webletLocationtopSearch .search button{
      background: #749DBD;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 600;
      width: 13.5%;
      border: 1px solid #FFFFFF;
      padding: 0;
      margin: 0;
      height: 33px;
      position: absolute;
      top: 0;
      right: 0;
    }


@media (max-width: 991px ) {

  .webletLocationtopSearch .search fieldset{
    width: 100%;   
  }  
    .webletLocationtopSearch .search fieldset p {
      padding-right: 20%;
    }
      .webletLocationtopSearch .search button{
        width: 20%;
      }

}


@media (max-width: 767px ) {
  .container-fluid { 
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #topnavWrapper .container-fluid{
    padding-top: 0;
  }
  
  .webletLocationheaderButtons ul li.nav_print,
  .webletLocationheaderButtons ul li.nav_contrast{
    display: none;
  }
  
  .webletLocationheaderNavTabs{
    position: relative;
    bottom: -8px;
    width: 100%;
  }
  .webletLocationheaderNavTabs ul li a{
    padding: .3em 1em .3em .6em; 
    font-size: 12px;
    line-height: 12px;
  }

  .webletLocationtopMenu ul{
    padding: 0;
    width: 100%;
  }
    .webletLocationtopMenu ul.level1>li>a{
      position: absolute;
      background-color: #749DBD;
      top: -22px;
      right: 90px;
      width: 37px;
      height: 37px;
    }
      .webletLocationtopMenu ul.level1>li.selected>a::before{
        right: -4px;
      }
      
    .webletLocationtopMenu li.selected > ul.level2:hover{
       padding: 16px 0 8px;
    }
      .webletLocationtopMenu ul.level1>li>ul.level2::before{
        content: "MENU";
        position: absolute;
        display: block;
        background-color: #749DBD;
        top: -30px;
        right: 15px;
        width: 70px;
        height: 37px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        padding-top: 8px;
      }
      
      .webletLocationtopMenu li.selected > ul.level2 > li{
        width: 100%;
        border: none; 
        border-bottom: 1px solid #FFFFFF;
        margin: 0;
        padding: 0;
        display: none;
      }
        .webletLocationtopMenu li.selected > ul.level2:hover > li{
          display: block;
        }
        .webletLocationtopMenu li.selected > ul.level2 > li:last-of-type{
          border-bottom:none;
        }
        .webletLocationtopMenu li.selected > ul.level2 > li a{
          display: block;
          padding: 16px 0 8px;
        }

}

@media (max-width: 499px ) {

  .webletLocationheaderNavTabs ul{
    padding: 0 15px 45px 15px;
  }
  .webletLocationheaderNavTabs ul li{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
  }
  .webletLocationheaderNavTabs ul li a{
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 4px;
  }
  
  .webletLocationtopMenu ul.level1>li>a{
    left: 15px;
  }  

  .webletLocationtopMenu ul.level1>li>ul.level2::before{
    left: 56px;
  }
}

@media (max-width: 300px ) {
    .webletLocationtopSearch.webletzoek fieldset p {
      padding-right: 60px
    }
      .webletLocationtopSearch.webletzoek button{
        width: 60px;
      }

}#mainWrapper .container-fluid
{
  background: #FFFFFF;
  padding: 20px;
}

#mainWrapper #main.row{
  padding: 0;
  margin: 0;
}

#mainWrapper .webletniets{
    display: none;
}

#contentHeaderWrapper{
  padding: 0;
}
  #contentHeader{
    margin-top: -10px;
    margin-bottom: 16px;
  }

.webletcrumble .crumbleitem a.crumblelink{
  color: #749DBD;
}

#aside{
  padding: 0;
}
  #aside>div{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-right: -10px;
    margin-left: -10px;
  }
    #aside>div>div{
      display: flex;
      margin-bottom: 20px;
      padding-right: 10px;
      padding-left: 10px;
    }
      #aside>div>div>div{
        border: 1px solid #DDDDDD;
        padding: 20px;
      }



#aside .singleWebletContainer{
  position: relative;
  width: 100%;
}


#aside .webletsimpleWeblet>div{
  padding: 0;
  width: 100%;
}
  #aside .webletsimpleWeblet .webletTitle{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background: #749DBD;
    color: #FFFFFF;
    border: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 20px;
    margin: 0;
    z-index: 30;
  }
  #aside .webletsimpleWeblet:hover .webletTitle{
    background: #FFFFFF;
    color: #749DBD;
  }
  #aside .webletsimpleWeblet .text{
    position: absolute;
    top: 0; left: 9999px; right: 0; bottom: 0;
    background: #749DBD;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 20px;
    z-index: 25;
  }
    #aside .webletsimpleWeblet:hover .text{
      left: 0;
      
    }
  #aside .webletsimpleWeblet .image{
    padding:5px 20px;
    width: 100%;
    height: auto;
  }
    .webletsimpleWeblet .image img{
        width: 100%;
        height: auto;
    }
  #aside .webletsimpleWeblet .hyperLinks a{
    z-index: 40;
  }

@media (min-width: 992px ) {

  #content {
    padding: 0 5px 20px 20px;
  }
  
 
}

@media (min-width: 600px ) and (max-width: 991px ) {

  #aside>div>div {
    width: 50%;  
  }

}

#contentFooter>div{
  margin-bottom: 20px;
  padding: 0;
}

#mainWrapper .webletTitle{
  color:  #CF343D;
  border-bottom: 1px dotted #DDDDDD;
  padding: 0 0 8px 0;
  margin-bottom: 18px;
  font-weight: normal;
  line-height: 18px;
}



#contentFooter .webletshare .service a{
  margin: 2px;
  padding: 0;
}


.webletarchief1{
  position: relative;
}
.webletarchief1 ul{
  padding: 0;
}
  .webletarchief1 ul li{
    display:block;
  }
.webletarchief1 .viewAll{
  position: absolute;
  bottom: 10px;
  right: 15px;
}

@media (min-width: 330px ) and (max-width: 991px ) {
  #aside>div>div.webletsimpleWeblet {
    width: 50%;  
  }
}


.sitemap ul{
  list-style-type: disc;
  padding-left: 10px;
}
.sitemap ul>li{
  padding-left: 4px;
  margin: 0;
}

  .sitemap ul.level1{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
    .sitemap ul.level1>li{
      width: 50%;
      display: inline-block;
      margin-bottom: 20px;
      padding: 0;
    }
      .sitemap ul.level1>li>a{
        color: #CF343D;
        font-weight: bold;
      }
      .sitemap ul>li>ul.level2{
        padding-left: 10px;
      }
        .sitemap ul>li>ul.level2>li{
          padding-left: 4px;
          padding-top: 16px;
        }
        .sitemap ul>li>ul.level2>li>a{
          font-size: 110%;
          font-weight: bold;
        }  
          .sitemap ul>li>ul.level2>li ul{
            padding-top: 8px;
          }
          .sitemap ul>li>ul.level2>li ul a{
            text-decoration: underline;
          }
            .sitemap ul>li>ul.level2>li ul a:hover{
              text-decoration: none;
             }
@media (max-width: 499px ) {

  .sitemap ul.level1>li{
    width: 100%;
  }  

}

.leesmeer {color: #CF343D;font-weight: bold;} 
.services {margin-top: 1em;} 


div.accordionWrapper{
  margin-top: 6px;
  border-top: solid 1px  #DDDDDD;
  padding-top: 6px;
}
  div.accordionWrapper>a.accordion{
    text-decoration: none;
  }
    div.accordionWrapper>a.accordion:focus{
        outline: 0;
    }
    div.accordionWrapper>a.accordion>h2{
      margin-bottom: 0;
    }
      div.accordionWrapper>a.accordion>h2:hover{
          color: #000000;
      }
      div.accordionWrapper>a.accordion>h2::before{
        top: 0px;
        left: 5px;
        content: "-";
        height: 26px;
        width: 26px;
        display: inline-block;
        font-size: 23px;
        color: #CF343D;
        position: relative;
      }
        div.accordionWrapper>a.accordion.closed>h2::before{
          content: "+";
          font-size: 23px;
          font-weight: 400;
          left: 2px;
          top: 2px;
        }
    div.accordionWrapper>div.accordion{
      margin-top: 12px;
    }


.overview .list01 h2 > a{
  text-decoration: none;
}
.overview .list01 a:hover{
  text-decoration: underline;
}
#footerWrapper
{
  background: #749DBD;
  color: #FFFFFF;
}
  #footerWrapper .row{
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
    #footerWrapper .row >div{
      margin-bottom: 20px;
    }
   
#footerWrapper li a{
  text-decoration: underline;
}
  #footerWrapper li a:hover{
    text-decoration: none;
  }

#footerWrapper .webletTitle{
  font-weight: bold;
}

#footerWrapper .weblinks li a{
  text-decoration: none;
}
  #footerWrapper .weblinks li a:hover{
    text-decoration: underline;
  }
  
#footerWrapper #backTop{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 10;
  display: none;
}
  #footerWrapper #backTop a{
    width: 80px;
    padding: 10px;
    display: block;
    font: 110%/100% Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #DDDDDD;
  }
    #footerWrapper #backTop a:hover{
      color: #000000;
    }
    #footerWrapper #backTop .icon{
      width: 60px;
      height: 60px;
      display: block;
      margin-bottom: 7px;
      border-radius: 70px;
      background: #DDDDDD url('/dds/gx/ZiiitjlKoyrM.png') no-repeat center;
    }
      #footerWrapper #backTop a:hover .icon{
        background-color: #000000;
      }
#content form{
  border: 1px solid #DDDDDD;
  padding: 20px;
}


#content .standardText .pagination{
  display: block;
  float: inherit;
  text-align: center;
}
  #content .standardText .pagination a{
    float: inherit;
    display: inline-block;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    color: #CF343D;
    margin: 0;
  }
    #content .standardText .pagination a.current{
      color: inherit;
      background-color: transparent;
      border: none;
      text-decoration: none;
      pointer-events: none;
    }
    #content .standardText .pagination a:hover{
      text-decoration: none;
      background-color: transparent;
      color: #CF343D;
      border: none;
    }


@media (max-width: 699px ) {
}


@media (max-width: 599px ) {
}
  



.multimedia
{
  width:0;
}

.multimedia img
{
  max-width: 100%;
  height: auto;
}



.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,
#footerWrapper #footer,
#topnavWrapper,
#topWrapper,
#bottombar,
#SE_menubar,
#content .weblettabPanels .panelTabs li
{
  display: none;
}
#content .weblettabPanels .panelTabs li.active.selected
{
  display: block;
}

#backTop{
  display: none !important;
}
}



  #asideWrapper.row,
  #footerWrapper .row{
    -webkit-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
  }

  #asideWrapper.row div:first-child,
  #footerWrapper .row div:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
  }  

/* outline css end */ @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;
}
 .webletniets {
display:none;
}
   .weblettekst
{
  padding: 0;
  margin: 0;
}


.webletStylezuemejEsHuOnMzJyIzIUPG { 


}
.webletStylebgvwctDsHuOnMzJyIzIUPA { 


}
.webletStylexjuwctDsHuOnMzJyIzIUPH { 


}
.webletStylevsaxctDsHuOnMzJyIzIUPC { 


}
.webletStylepffpijEsHuOnMzJyIxIDCGJA { 


}
.webletStylercrxctDsHuOnMzJyIzIUHP { 


}
.webletStyledvbxctDsHuOnMzJyIzIUHF { 


}
.webletStylexpvwctDsHuOnMzJyIzIUNH { 


}
.webletStylercbxctDsHuOnMzJyIzIUNF { 


}
.webletStylevybxctDsHuOnMzJyIzIUND { 


}/*kleur 8 was 749DBD*/



body
{
    font-size: 15px !important;
    line-height: 18px !important;
}
/* Snell und Schmutzig*/
.weblettekst.webletLocationheaderNavTabs h1{font-size: 3em;}/* Titel subsite 3em*/

/*Functie tabellen*/
table.functies {border: 1px solid #000000;width: 100%;}
table.functies tr {border-bottom: 1px solid #DDDDDD;margin-right:0;}
table.functies th, table.functies td {padding: 0.3em;}
table.functies th {font-weight:bold;width:20%;}
.content table.functies td {width:33%;margin: 0;padding: 0.5em;}
.functies caption {font-style: italic;text-align: right;}

/*Tarieven Zwembad tabel*/
table.zwembad{border: 1px solid #000000;width: 100%;}
table.zwembad tr {border-bottom: 1px solid #DDDDDD;margin-right:0;}
table.zwembad th, table.zwembad td {padding: 0.3em;}
table.zwembad th {font-weight:bold;width:20%;}
.content table.zwembad td {width:33%;margin: 0;padding: 0.5em;}
.zwembad caption {font-style: italic;text-align: right;}

/*Overzichtweergaven zwembad*/
div.overview.standardText div.default a {color: #CF343D;font-size: 110%;font-weight: bold;text-decoration: none;}
div.overview.standardText div.default a:hover {text-decoration: underline;}
.list01 > h2 {margin-bottom: 0.3em;margin-top: 0.6em;}

/*Openingstijden popup*/
#zwembadopeningstijden {width: 100%;}
#zwembadopeningstijden th, #zwembadopeningstijden td {padding-right: 0.4em;}

/*andere navigatievorm (id = altnav)*/
/*NOG OP TE SCHOONEN*/
div.webletnavigation.webletLocationaside1 div.singleWebletContainer {padding: 0!important;}
ul#altnav{/*border:1px solid #e7e7e7;*/list-style:outside none none;padding:0}
ul#altnav li{background-color:#749dbd;border:2px solid #ffffff;color:#ffffff;font-weight:bold;margin-bottom:0}
ul#altnav li a{display:block;line-height:1.25;padding:4% 8%;text-decoration:none}
ul#altnav li:hover{background-color:#cf343d}ul#altnav li.selected.displayed{background-color:#cf343d}
ul#altnav li.selected.navigated.displayed{background-color:#cf343d}
ul#altnav .level2{list-style:outside none none;padding-bottom:0;padding-left:0}
ul#altnav.level1 li ul.level2 li{background-color:#cf343d}
ul#altnav ul.level2 > li a{font-weight: normal;padding-left:12%}

/*Tabellenfix IE11*/
table{table-layout:fixed;}
.content table tr{display:table-row;xdisplay: -ms-inline-flexbox;}
td, th {vertical-align: top;}

#zwembadopeningstijden {table-layout: inherit;}



/*siteimprove fixes nov 2024 SS*/

.webletcrumble .crumbleitem a.crumblelink {
    color: #000000;
}

.sitetitel {
    font-size: 40px;
    line-height: 60px;
   /* margin-bottom: 10px;*/
    color: #CF343D;
    font-weight: 600;
}

ul#altnav li {
    background-color: #045596;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
}

#footerWrapper {
    background: #045596;
    color: #FFFFFF;
}


#footerWrapper #backTop .icon {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    border-radius: 70px;
    background: #749DBD url(/dds/gx/ZiiitjlKoyrM.png) no-repeat center;
}

#footerWrapper #backTop a {
    width: 80px;
    padding: 10px;
    display: block;
    font: 110% / 100% Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #749DBD;
}

p {
line-height: 1.5;
}

caption {
    color: #000000;
}

@media print
{

}

