#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: #000000;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #000000;
  background-color: #F3F4F6;
  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: #000000 !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #E6E6E6 !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #000000;
}

#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: #3AA935;
}


.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: #0B5A8E;
}

.calendarView table tr td a
{
  display: block;
  color: #000000;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #000000;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #E6E6E6;
}

.calendarView table tr td span.hasEvent 
{ 
  font-weight: bold;
}


.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;
}
  
/* regular */
@font-face
{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/dds/up/ZivqedeLuD_Poppins-Regular.ttf');
}
  
/* italic */
@font-face
{
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('/dds/up/ZivqedeLqF_Poppins-Italic.ttf');
}
  
/* rold */
@font-face
{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  src: url('/dds/up/ZivqedeLcE_Poppins-Bold.ttf');
}
  
/* light */
@font-face
{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/dds/up/ZivqedeLsE_Poppins-Light.ttf');
}
  
/* semi-medium */
@font-face
{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/dds/up/ZaiwkfeLS_Poppins-Medium.ttf');
}
  
/* semi-bold */
@font-face
{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/dds/up/ZaiwkfeLK_Poppins-SemiBold.ttf');
}
  
/* bold */
@font-face
{
  font-family: 'FrescoInfSans';
  font-style: normal;
  font-weight: bold;
  src: url('/dds/up/ZivqedeLkE_FrescoInfSans-Bold.woff');
}
  
/* light */
@font-face
{
  font-family: 'FrescoInfSans';
  font-style: normal;
  font-weight: 300;
  src: url('/dds/up/ZivqedeLgG_FrescoInfSans-Light.woff');
}
@font-face
{ 
  font-family: 'Glyphicons Halflings';
  src: url('/dds/up/ZmdezmiLeH_glyphicons-halflings-regular.ttf');
}  

:root{
  font-size: 16px;
  --pt12: 0.75rem;
  --pt14: 0.875rem;
  --pt16: 1rem;
  --pt20: 1.25rem;
  --pt24: 1.5rem;
  --pt25: 1.5625rem;
  --pt30: 1.875rem;
  --pt34: 2.125rem;
  --pt40: 2.5rem;
  --pt45: 2.8125rem;
  --pt50: 3.125rem;
}

body{
 font-family: 'Poppins', 'arial', sans-serif;  
  font-size: var( --pt16 );
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}


@media (min-width: 700px ) {
  body {
      text-rendering:geometricPrecision;
  }
}

strong, b{
  font-weight: 600;
}

h1,h2,h3,h5,h6,blockquote{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1.35;
}

h3,h4,h5,h6{
  font-weight: 600;
  font-size: var( --pt16 );
}


h1{
  font-size: var( --pt45 );
  margin-bottom: 50px;
  margin-top: 25px;
  font-weight: bold;
}
h2{
  font-size: var( --pt30 );
  margin-bottom: 20px;
  margin-top: 15px;
}
h4{
  font-size: var( --pt14 );
}
h5{
  font-size: var( --pt12 );
}



a,
a:link,
a:visited{
  color: #0B5A8E;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

@media (max-width: 649px) {

  body{
    font-size: 3vw;
  }
  h1{
    font-size: 7vw;
  }
  article h1.webletTitle,
  article h2.webletTitle,
  h2{
    font-size: 6vw;
  }
  h3{
    font-size: 5vw;
  }
  article .listItem .listTitle h2,
  article .listItem .listTitle h3,
  h4{
    font-size: 4vw;
  }
  h5,h6{
    font-size: 3vw;
  }

}

@media (max-width: 450px) {

  body{
    font-size: 18px;
  }
  h1{
    font-size: 22px;
  }
  article h1.webletTitle,
  article h2.webletTitle,
  h2{
    font-size: 20px;
  }
  article .listItem .listTitle h2,
  article .listItem .listTitle h3,
  h3{
    font-size: 19px;
  }
  h4{
    font-size: 18px;
  }
  h5,h6,body{
    font-size: 16px;
  }

}.standardText h3.ISEStyle{
  margin: 0;
}

h2.ISEStyle.color{
  color: #000000;
}

.ISEStyleIntroduction{
  font-weight: 600;
}

@media (max-width: 649px ) {
  
    

  blockquote{
    font-size: 150%;
  }

}


span.multimedia
{
  max-width: 100%;
  overflow: hidden;
}

#content .media_placement_top{
  align-items: flex-start;
}



code {  font-family: courier,monospace;  }
xml {  font-family: courier,monospace;  }



span.linkbtn{
  background: #000000;
  color: #FFFFFF;
  height: 37.5px;
  border-radius: 25px; 
  padding: 12.5px 25px; 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 100%;
  font-weight: 500;
  margin: 10px 0;
  position: relative;
  justify-self: start;
}
  span.linkbtn:hover{
    background: #FFFFFF;
    color: #000000;
  }
  
  span.linkbtn a:not(:has(em)) {
    text-decoration: none;
    position: absolute;
    left: 0;    
    top: 0;    
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

body{
  --picture-marg-hor: 1em;
  --picture-marg-ver: 1em;
  
}

img.img_south      { margin:  0                        var( --picture-marg-ver ) var( --picture-marg-hor ) var( --picture-marg-hor ); }
img.img_south_west { margin:  0                         0                        var( --picture-marg-hor ) var( --picture-marg-hor ); }
img.img_west       { margin:  0                         0                        var( --picture-marg-hor ) var( --picture-marg-hor ); }
img.img_north_west { margin: var( --picture-marg-ver )  0                         0                        var( --picture-marg-hor); }
img.img_north      { margin: var( --picture-marg-ver ) var( --picture-marg-ver )  0                        var( --picture-marg-hor ); }
img.img_north_east { margin: var( --picture-marg-ver ) var( --picture-marg-ver )  0                         0; }
img.img_east       { margin:  0                        var( --picture-marg-ver ) var( --picture-marg-hor )  0; }
img.img_south_east { margin:  0                        var( --picture-marg-ver ) var( --picture-marg-hor )  0; }
img.img_all        { margin: var( --picture-marg-ver ) var( --picture-marg-ver ) var( --picture-marg-hor ) var( --picture-marg-hor ); }

img.left           { float: left; justify-self: start; }
img.right          { float: right; justify-self: end; }
img.center         { display: block; margin-left: auto; margin-right: auto; text-align:center; }

span.img_south      { margin:  0                        var( --picture-marg-ver ) var( --picture-marg-hor ) var( --picture-marg-hor ); }
span.img_south_west { margin:  0                         0                        var( --picture-marg-hor ) var( --picture-marg-hor ); }
span.img_west       { margin:  0                         0                        var( --picture-marg-hor ) var( --picture-marg-hor ); }
span.img_north_west { margin: var( --picture-marg-ver )  0                         0                        var( --picture-marg-hor); }
span.img_north      { margin: var( --picture-marg-ver ) var( --picture-marg-ver )  0                        var( --picture-marg-hor ); }
span.img_north_east { margin: var( --picture-marg-ver ) var( --picture-marg-ver )  0                         0; }
span.img_east       { margin:  0                        var( --picture-marg-ver ) var( --picture-marg-hor )  0; }
span.img_south_east { margin:  0                        var( --picture-marg-ver ) var( --picture-marg-hor )  0; }
span.img_all        { margin: var( --picture-marg-ver ) var( --picture-marg-ver ) var( --picture-marg-hor ) var( --picture-marg-hor ); }

.multimedia_left   { float: left; justify-self: start; }
.multimedia_right  { float: right; justify-self: end; }
.multimedia_center { display: block; margin-left: auto; margin-right: auto; text-align:center; }



@media (max-width: 649px ) {

}





body{
  --roundCorners: 2.3vw;
  --roundPadding: 4vw;
  --textColor: #000000;
  --standContrastColor: #3AA935;
  --pageContrastColor: var( --pColor, #3AA935);
  --lightBackgroundColor: #E6E6E6;
  --backgroundColor: #FFFFFF;
  --buttonHoverColor: #B21163;
  color: var( --textColor, black );
  background: #000000;
  min-height: 100vh;
  min-height: 100lvh;
}

@media (min-width: 1215px ) {

  body{
    --roundCorners: 25px;
    --roundPadding: 50px;
  }

}  

@media (max-width: 649px ) {

  body{
    --roundCorners: 25px;
    --roundPadding: 25px;
  }

}

  .textBrowser{
    height: 0;
    width: 0;
    overflow: hidden;
  }

  #pageWrapper{
    overflow: hidden;
    max-width: 1600px;
    background: var( --backgroundColor, red );
    margin: 0 auto;
  }

.grid{
  --gridpart24: 50.0px;
  display: grid;
  grid-template-columns: [page-start] 1fr 15px [content-start] repeat(12, [col-start] minmax( 1px, 50.0px) [col-middle] minmax( 1px, 50.0px) [col-end]) [content-end] 15px 1fr [page-end];
  grid-template-rows: auto;
  column-gap: 0;
  position: relative;
}

@media (max-width: 649px ) {

  .grid{
    grid-template-columns: [page-start] 1fr minmax( 1px, 50.0px) [margin-start] minmax( 1px, 50.0px) [content-start] repeat(11, [col-start] minmax( 1px, 50.0px) [col-middle] minmax( 1px, 50.0px) [col-end]) [content-end] minmax( 1px, 50.0px) [margin-end] minmax( 1px, 50.0px) 1fr [page-end];

  }
}

.grid>* {
  grid-column: content;
}


.SE_dropdownmenu .SE_dropdownmenuitem .icon img{
  display:block;
}


body *, body *::before, body *::after{
  box-sizing: border-box;
}



a,
a:link,
a:visited{
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

hr{
}

header{
  background: var(--pageContrastColor);
}
  header .space{
    height: var(--roundCorners);
    grid-row: 1;
    grid-column: page;
    z-index: -1;
  }
  header::before{
    content: '';
    grid-row: 1 / 3;
    grid-column: content/page-end;
    background: var(--backgroundColor);
    border-bottom-left-radius: var(--roundCorners);
    z-index: 0;
  }
  header .space.bottom{
    grid-row: 3;
  }

  header .logo{
    grid-row: 2;
    grid-column: content/col-end 3;
    background: var(--backgroundColor);
    padding: var(--roundPadding);
    border-radius: var(--roundCorners);
    line-height: 0;
    z-index: 2;
  }
    header .logo img{
      width: 100%;
      height: auto;
    }

.menu{
  grid-column: col-start 4 /col-end -2;
  grid-row: 2;
  z-index: 2;
  padding-top: 22px;
  margin-bottom: calc( var(--roundPadding) * 1.5);
}

.menu ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
}
  .menu ul li{
    display: block;
  }

  .menu li a{
    color: #000000;
    text-decoration: none;
  }  
  .menu li.selected>a{
    font-weight: bold;
  }
  .menu li a:hover{
    text-decoration: underline;
  }  
    .menu li a span{
      display: flex;
      width: max-content;
      padding: 10px;    
    }
    .menu li a.selected.navigated{
      color: #000000;
    }

@media (min-width: 650px ) {

  ul.level2{
    display: none;
  }

 .menu-open .menuBtn{
   grid-column: col-start -1 / margin-end;
  }
}

.onlyMobile{
  display: none;
}


  
 .menuBtn{
   grid-column: col-start -1 / margin-end;
   grid-row: 2;
   z-index: 6;
   justify-content: center;
   padding-top: 15px;
  }
  .menuBtn button{
    width: 50px;
    height: 50px;
    color: var(--textColor);
    background: inherit;
    border-radius: 15px;
    border: none;
  }
    .menuBtn button::after{
      content: "\f0c9";
      font-family: 'icomoon';
      font-style: normal;
      font-weight: 400;
      line-height: 0;
      vertical-align: middle;
      position: relative;
      top: -4px;
      font-size: var( --pt20 );
    }   
      .menuBtn button:hover{
        background: var(--buttonHoverColor);
        color: var(--backgroundColor);
      }

  .menu-open .menu,
  .menu-open .searchFrm{
    display: block;
  }
  .menu-open .menuBtn{
    display: flex;
  }  
  .menu-open article::after{
    content: '';
    background: var(--standContrastColor);
    position: absolute;
    inset: 0;
    z-index: 4;
  }

  .menu-open::after{ 
    content: "";
    background: var(--standContrastColor);
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  .menu-open .search{
    display: block;
  }
  .menu-open .searchFrm{
    grid-column: col-middle 1 / col-end -1;
    padding-right: 5px;
  }
  .menu-open .searchFrm .search fieldset{
    width: 100%;
    padding-right: 0;
    background: var(--lightBackgroundColor);
    border: none;
    border-radius: 15px;
  }
    .menu-open .searchFrm .search button{
      background: var(--standContrastColor);
      color: var(--backgroundColor);
      right: 0;
    }
    .menu-open .searchFrm .search button:hover{
      background: var(--buttonHoverColor);
      color: var(--backgroundColor);
    }
    .menu-open .searchFrm .search label input{
          background: none;
    }
    
  .menu-open .menu{
    grid-column: margin-start / page;
    position: relative;
    top: calc( var(--roundCorners) *-2);
    z-index: 5;
  }
  .menu-open .menu ul.level1{
    background: var(--backgroundColor);
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    padding: 140px 0 25px; 
    border-bottom-left-radius:  var(--roundCorners);
  }
    .menu-open .menu ul li{
      display: block;
      width: 100%;
      padding: 0 0 0 calc( 8.1% - 10px );
      position: relative;
    }
    .menu-open .menu ul.level2 li{
      padding-right: 0;
    }
      .menu-open .menu li::after{
        content: "\f0da";
        font-family: 'icomoon';
        font-style: normal;
        font-size: var( --pt20 );
        font-weight: 400;
        line-height: 0;
        vertical-align: middle;
        position: absolute;
        right: 8.1%;
        top: calc( var( --roundCorners ) * 0.9 );
      }   
      .menu-open .menu li.hasChildren::after{
        content: "\f0d7";
      }
      .menu-open .menu li.hasChildren.item-open::after{
        content: "\f0d8";
      }
      .menu-open .menu ul li a{
        display: block;
        padding-right: calc( 8.1% + 15px);
      }
        .menu-open .menu li a span{
          width: 100%;
          display: block;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
        }
    .menu-open .menu ul.level2 li{
      display: none;
    }
    .menu-open .menu li.item-open ul.level2 li{
      display: block;
    }





.searchBtn{
  grid-column: col-start -1 /content;
  grid-row: 2;
  z-index: 6;
  padding-top: 15px;
  justify-self: end;
}
  .menu-open .searchBtn{
    display: none;
  }
  .searchBtn button{
    width: 50px;
    height: 50px;
    background: var(--standContrastColor);
    color: var(--backgroundColor);
    border-radius: 15px;
    border: none;
    z-index: 6;
  }
    .searchBtn button::after{
      content: "\f002";
      font-family: 'icomoon';
      font-style: normal;
      font-weight: 400;
      line-height: 0;
      vertical-align: middle;
      position: relative;
      top: -4px;
      font-size: var( --pt20 );
    }   
  .searchBtn button:hover{
    background: var(--buttonHoverColor);
    color: var(--backgroundColor);
  }
  
.search-open .searchBtn button::after{
  content: "\f00d";
}

.searchFrm{
  grid-column: col-end 6 / content;
  grid-row: 2;
  flex: 1 1 auto;
  z-index: 2;
  padding-top: 15px;
  display: block;
  margin-right: 35px;
}
  .menu-open .searchFrm,
  .search-open .searchFrm{
    z-index: 6;
  }
  .search form{
    display: flex;
    justify-content: end;
  }
  .search fieldset{
    position: relative;
    display: flex;
    height: 50px;
    border: 1px solid black;
    overflow: hidden;
    width: 0%; 
    transition: width 1s;
    background: var(--backgroundColor);
    border-radius: 15px 0 0 15px;
    padding-right: 10px;
  }
    .search-open .search fieldset{
      width: 100%;
    }
    .search fieldset:active{
      border: 1px solid #787879;
    }
  .search p{
    display: inline-block;
    height: 100%;
    width: 0px;
    transition: none;
    font-size: var( --pt20 );
  }
  .menu-open .search p,
  .search-open .search p{
    width: 50px;
    transition: width 1s;
  }
    .search p:first-of-type{
      width: 100%;
    }
      .search label{
        height: 100%;
        display: none;
        align-items:center;
      }
      .menu-open .search label,
      .search-open .search label{
        display: flex;
      }
        .search label input{
          width: 100%;
          border: none;
          background: var(--backgroundColor);
          color: var(--textColor);
          font-size: var( --pt16 );
          line-height: 50px;
          padding: 0 20px;
          margin: 0 10px 0 20px;
          outline: none;
        }
        .search label input.empty{
          color: #3AA935;
        }
        .search label input:active,
        .search label input:focus{
          background: var(--backgroundColor);
          border-bottom: 2px solid var(--textColor);
          border-radius: 0px;
          line-height: 38px;
        }
    .search p:last-of-type{
    }
      .search button{
        border: none;
        height: 100%;
        padding: 0 5px;
        border-radius: 15px;
        color: var(--textColor);
        text-transform: uppercase;
        font-size: var( --pt20 );
        width: 50px;
        background: var(--backgroundColor);
        position: relative;
        right: 5px;
      }
        .search button::before{
           content: "\f002";
           font-family: 'icomoon';
           font-style: normal;
           font-weight: 400;
           line-height: 0;
           vertical-align: middle;
           position: relative;
           top: -5px;
        }   
        .search button:hover{
          background: var(--buttonHoverColor);
          color: var(--backgroundColor);
        }

  

@media (max-width: 649px ) {

  body:not(.hiddenMenu) .searchFrm,
  body:not(.hiddenMenu) .searchBtn,
  .menu{
    display: none;
  }
  .menu.webletniets + .menuBtn{
    display: none;
  }
  
  .menuBtn{
    display: flex;
  }

  header .logo{
    grid-column: content-start / col-middle 6;
  }

  header .space.top{
    height: calc( var(--roundCorners) *2);
  }
  
  header::before{
    grid-column: content-start / page-end;
  }
 
  body.hiddenMenu .searchFrm{
    grid-column: col-end 1 / content;
  }
  
  body.hiddenMenu .searchFrm,
  body.hiddenMenu .searchBtn{
    padding-top: 0;
  }
  
  body.hiddenMenu.search-open .searchBtn button:not(:hover),
  body.hiddenMenu fieldset{
    border: 1px solid;
  }
  
}main .contentTop{
  display: contents;
}
  main .contentTop::before{
    content: "";
    grid-column: page;
    grid-row: 1;
    background: var(--pageContrastColor);    
  }

main article> .standardText,
main article{
  display: contents;
}
  main article>.standardText>*,
  main article>*{
    grid-column: col-start 3/col-end -5;
  }

.standardText span.multimedia{
  display: block;
}
span.multimedia img{
  max-width: 100%;
  height: 100%;
}

span.multimedia .description{
  margin: var(--roundCorners) 0;
  font-size: var( --pt12 );
  font-style: normal;
}

main:not(.noBottomWeblets) .bottom.space.top{
  height: var(--roundPadding);
  border-bottom-right-radius: var(--roundCorners);
  border-bottom: 1px solid  var(--standContrastColor);
  border-right: 1px solid  var(--standContrastColor);
  margin: var(--roundCorners) 0;
}

main.noBottomWeblets .bottom.space.top{
  height: calc( var(--roundPadding) * 1.5);
}

main .webletTitle a{
  color: inherit;
  text-decoration: none;
}
  main .webletTitle a:hover{
    text-decoration: underline;
  }

.contentBottom{
  display: contents;
}
  .contentBottom>div{
    grid-column: content;
  }

.webletshare{
  display: flex;
  flex-wrap: wrap;
}

.webletshare .webletTitle{
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  padding-right: 15px;
}

.webletshare .service.icon-mono{ 
  width: 40px;
  height: 40px;
  border-radius: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: var(--buttonHoverColor);
  display: flex;
  position: relative;
}
  .webletshare .service.icon-mono:hover{
    background: var(--textColor);
  }
.webletshare .service.icon-mono a.no-label{
  line-height: 20px;
  inset: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.webletshare .service.icon-mono a.no-label .icon{
  width: 20px;
  height: 20px;
  font-size: var( --pt20 );
  line-height: 1;
  color: var(--backgroundColor);
}
.webletshare .icon-x::before{
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}

.contentBottom .webletarchief1{
  padding: calc( var(--roundPadding) *1.5 ) 0 var(--roundPadding);
  grid-column: content;
}

.contentBottom .webletTitle:has(+.overview){
  color: var(--standContrastColor);
  font-size: var(--pt45);
  margin: var(--roundPadding) 0;
}

  .noBottomWeblets .contentBottom{
    display: flex;
    margin-bottom: calc( var(--roundPadding) *1.5);
  }

  .contentBottom>div:last-of-type{
    margin-bottom: calc( var(--roundPadding) *2.5);
  }


  

@media (min-width: 650px ) {

  main:not(.noBottomWeblets) .bottom.space.top{
    grid-column: col-start 2/col-end -4;
  }

  .contentBottom .webletshare{
    grid-column: col-start 3/col-end -5;
  }

  .contentBottom .overview .viewAll{
    position: relative;
    top: -15px;
  }

}  

@media (max-width: 649px ) {

  main article>.standardText>*,
  main article>*{
    grid-column: content;
  }
  article .section:first-of-type{
    grid-column: col-start 2/col-end -2;
  }

  main .webletcrumble{
    grid-column: col-start 2 / page-end;
  }
  body main::before,
  main .article.space.middle.white{
    grid-column: col-start 1 / col-end -1;
  }
  main .article.space.left{
    grid-column: page-start / col-start 1;
  }
  main .article.space.right{
    grid-column: col-end -1 / page-end;
  }

  .contentBottom .webletshare{
    justify-self: end;
    margin: 25px 0;
  }

  .contentBottom .overview .viewAll{
    grid-column: margin;
    padding: 50px 0 0;
  }
  
}

.overview ul{
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax( 300px, 1fr ));
  grid-template-rows: auto;
  grid-gap:30px 30px;  
}
  .overview li{
    display: contents;
  }



  .listItem{
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    grid-gap: 0;
    background: var(--lightBackgroundColor);
    border-radius: var(--roundCorners);
    overflow: hidden;
  }
    .listItem>*{
      width: 100%;
      padding: 0 var(--roundCorners) var(--roundCorners);
    }
      .listItem .image{
          padding: 0 0 var(--roundCorners) 0;
      }
        .listItem .image img{
          width: 100%;
          aspect-ratio: 2 / 1;
          object-fit: cover;
        }

      .listItem .date.dz-nieuws{
        font-size: var( --pt12 );
      }
        .listItem .date h4{
          display:inline-block;
        }
        .listItem.dz-nieuws .date::before{
          content: "";
          background:  var(--standContrastColor);
          width: var( --pt20 );
          height: var( --pt12 );
          display:inline-block;
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 10.5 12"><defs><clipPath><rect x="0" width="10.5" height="12"/></clipPath></defs><g><g><path d="m6.376,4.5h-2.25v1.312h2.25v-1.312Zm-3.375,5.063h-1.876v.937c0,.206.168.375.375.375h1.501v-1.312Zm3.375,0h-2.25v1.312h2.25v-1.312Zm2.999,0h-1.874v1.312h1.499c.207,0,.375-.169.375-.375v-.937Zm0-5.063h-1.875v1.312h1.875v-1.312Zm-1.874,3.937h1.875v-1.5h-1.875v1.5Zm-3.376,0h2.25v-1.5h-2.25v1.5Zm-3,0h1.875v-1.5h-1.875v1.5Zm0-2.625h1.875v-1.312h-1.875v1.312ZM3.563,1.5h3.375v-.937c0-.311.251-.563.563-.563s.562.252.562.563v.937h.937c.828,0,1.5.671,1.5,1.5v7.5c0,.827-.672,1.5-1.5,1.5H1.5c-.828,0-1.5-.673-1.5-1.5V3c0-.829.672-1.5,1.5-1.5h.938v-.937c0-.311.251-.563.563-.563s.562.252.562.563v.937Z"/></g></g></svg>');
          -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 10.5 12"><defs><clipPath><rect x="0" width="10.5" height="12"/></clipPath></defs><g><g><path d="m6.376,4.5h-2.25v1.312h2.25v-1.312Zm-3.375,5.063h-1.876v.937c0,.206.168.375.375.375h1.501v-1.312Zm3.375,0h-2.25v1.312h2.25v-1.312Zm2.999,0h-1.874v1.312h1.499c.207,0,.375-.169.375-.375v-.937Zm0-5.063h-1.875v1.312h1.875v-1.312Zm-1.874,3.937h1.875v-1.5h-1.875v1.5Zm-3.376,0h2.25v-1.5h-2.25v1.5Zm-3,0h1.875v-1.5h-1.875v1.5Zm0-2.625h1.875v-1.312h-1.875v1.312ZM3.563,1.5h3.375v-.937c0-.311.251-.563.563-.563s.562.252.562.563v.937h.937c.828,0,1.5.671,1.5,1.5v7.5c0,.827-.672,1.5-1.5,1.5H1.5c-.828,0-1.5-.673-1.5-1.5V3c0-.829.672-1.5,1.5-1.5h.938v-.937c0-.311.251-.563.563-.563s.562.252.562.563v.937Z"/></g></g></svg>');
          mask-repeat: no-repeat;
          -webkit-mask-repeat: no-repeat;
        }
      .listItem .date.listTitle{
        padding-bottom: 0;
      }
      .listItem .listTitle{
        margin: 0;
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        padding-bottom: var(--roundCorners);
      }
        .listItem .listTitle h2,
        .listItem .listTitle h3{
          font-size: var(--pt20);
        }
        .listItem .listTitle a{
			    color: inherit;
          text-decoration: none;
        }

.webletarchief1{
  display: grid;
  grid-template-columns: [all-start] 2fr 1fr [all-end];
  
}
  .webletarchief1 .overview{
    display: contents;
  }
  .webletarchief1 .webletTitle{
    grid-row: 1;
  }
  .webletarchief1 .overview ul{
    grid-column: all;
  }
  .webletarchief1 .overview .viewAll{

  }
  .webletarchief1 .overview .viewAll a{
    background: #000000;
    color: #FFFFFF;
    
    height: 37.5px;
    border-radius: 25px; 
    padding: 12.5px 25px; 
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 100%;
    font-weight: 500;
    position: relative;
  }
    .webletarchief1 .overview .viewAll a:hover{
      background: #FFFFFF;
      color: #000000;
    }


.overview.template-dz-verhalen .listItem{
  grid-row: span 4;
}

.section.aanDeSlag>div:first-child + div:has(.webletsimpleWeblet) {
  padding: 0;
}

.overview.template-dz-aanDeSlag ul{
  grid-template-columns: repeat( auto-fit, minmax( 400px, 1fr ));
  z-index: 2;
}
  .overview.template-dz-aanDeSlag .listItem{
    background: var(--backgroundColor);
  }
    .overview.template-dz-aanDeSlag .listItem h3{
      color: var(--standContrastColor);
    }

  .webletarchief1 .overview .viewAll{
    grid-column-end: -1;
    justify-self: end;
    align-self: end;
    width: max-content;
  }


@media (min-width: 650px ) {

  .webletarchief1 .overview .viewAll{
    grid-row: 1;
    margin-bottom: var(--roundPadding);
  }  
}


@media (max-width: 649px ) {
  .content .overview ul{
     grid-template-columns: repeat( auto-fit, minmax( 90vw, 1fr ));
  }
  
  .contentBottom .webletarchief1,
  .webletarchief1{
    grid-column: margin;
    grid-template-columns: [all-start margin-start] minmax( 1px, 50.0px) [content-start] repeat(11, [col-start] minmax( 1px, 50.0px) [col-middle] minmax( 1px, 50.0px) [col-end]) [content-end] minmax( 1px, 50.0px) [margin-end all-end];
  } 
    .webletarchief1 .webletTitle{
      grid-column: content;
    }  
      .overview ul li>div{
        grid-template-columns: [margin-start] repeat( 2, minmax( 1px, 50.0px)) [content-start] repeat(8, [col-start] minmax( 1px, 50.0px) [col-middle] minmax( 1px, 50.0px) [col-end]) [content-end] repeat(2, minmax( 1px, 50.0px)) [margin-end];
      }
      .overview ul li>div>*{
        grid-column: content;
        padding-left: 0;
        padding-right: 0;
      }
      .overview ul li .listItem .image{
        grid-column: margin;
      }
      
  .listItem .listTitle h3{
    font-size: 5vw;
  }      
}



article .icon{
  background: #0B5A8E;
  color: var( --backgroundColor );
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-right: 10px;
}



.mod_tekst .accordionWrapper{
  border-radius: var( --roundCorners );
  position: relative;  
  background: var( --lightBackgroundColor );
  margin: var( --roundCorners ) calc( var( --roundCorners ) * -1 ) 0;
  padding: 0 var( --roundCorners );
}

.mod_tekst .accordionWrapper>a{
  color: inherit;
  text-decoration: none;
  min-height: var( --roundPadding );
  display: flex;
  align-items: center;
  margin: 0 calc( var( --roundCorners ) * -1 );
  padding-left: var( --roundCorners );
}
  .mod_tekst .accordionWrapper h2{
    font-size: inherit;
    margin: 0;
  }
    .mod_tekst .accordionWrapper a:hover{
      background: var( --buttonHoverColor );
      color: var( --backgroundColor );
      border-radius: var( --roundCorners );      
    }
    .mod_tekst .accordionWrapper a::after{
      content: "\f0da";
      font-family: 'icomoon';
      font-style: normal;
      font-size: var( --pt20 );
      font-weight: 400;
      line-height: 0;
      vertical-align: middle;
      position: absolute;
      right: var( --roundCorners );
      top: calc( var( --roundCorners ) * 0.9 );
    }   

  .mod_tekst .accordionWrapper[aria-expanded="true"]{
    padding-bottom: var( --roundCorners );
  }
    .mod_tekst .accordionWrapper[aria-expanded="true"] a::after{
      content: "\f0d7";
    }

  .mod_tekst .accordionWrapper div.accordion{
    padding-top: calc( var( --roundCorners ) * 0.5 );
  }




.dz-nieuws h1:has(+h3.news.date){
  margin-bottom: calc( var(--roundPadding) *0.75 );
}

body:is(.dz-nieuws, .dz-agenda) h3.news.date{
  font-weight: 300;
  font-size: var(--pt25);
  margin-bottom: calc( var(--roundPadding) *0.75 );
}
  body:is(.dz-nieuws, .dz-agenda) h3.news.date::before{
    content: "";
    background: var(--standContrastColor);
    width: var( --pt24 );
    height: var( --pt16 );
    display:inline-block;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 10.5 12"><defs><clipPath><rect x="0" width="10.5" height="12"/></clipPath></defs><g><g><path d="m6.376,4.5h-2.25v1.312h2.25v-1.312Zm-3.375,5.063h-1.876v.937c0,.206.168.375.375.375h1.501v-1.312Zm3.375,0h-2.25v1.312h2.25v-1.312Zm2.999,0h-1.874v1.312h1.499c.207,0,.375-.169.375-.375v-.937Zm0-5.063h-1.875v1.312h1.875v-1.312Zm-1.874,3.937h1.875v-1.5h-1.875v1.5Zm-3.376,0h2.25v-1.5h-2.25v1.5Zm-3,0h1.875v-1.5h-1.875v1.5Zm0-2.625h1.875v-1.312h-1.875v1.312ZM3.563,1.5h3.375v-.937c0-.311.251-.563.563-.563s.562.252.562.563v.937h.937c.828,0,1.5.671,1.5,1.5v7.5c0,.827-.672,1.5-1.5,1.5H1.5c-.828,0-1.5-.673-1.5-1.5V3c0-.829.672-1.5,1.5-1.5h.938v-.937c0-.311.251-.563.563-.563s.562.252.562.563v.937Z"/></g></g></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 10.5 12"><defs><clipPath><rect x="0" width="10.5" height="12"/></clipPath></defs><g><g><path d="m6.376,4.5h-2.25v1.312h2.25v-1.312Zm-3.375,5.063h-1.876v.937c0,.206.168.375.375.375h1.501v-1.312Zm3.375,0h-2.25v1.312h2.25v-1.312Zm2.999,0h-1.874v1.312h1.499c.207,0,.375-.169.375-.375v-.937Zm0-5.063h-1.875v1.312h1.875v-1.312Zm-1.874,3.937h1.875v-1.5h-1.875v1.5Zm-3.376,0h2.25v-1.5h-2.25v1.5Zm-3,0h1.875v-1.5h-1.875v1.5Zm0-2.625h1.875v-1.312h-1.875v1.312ZM3.563,1.5h3.375v-.937c0-.311.251-.563.563-.563s.562.252.562.563v.937h.937c.828,0,1.5.671,1.5,1.5v7.5c0,.827-.672,1.5-1.5,1.5H1.5c-.828,0-1.5-.673-1.5-1.5V3c0-.829.672-1.5,1.5-1.5h.938v-.937c0-.311.251-.563.563-.563s.562.252.562.563v.937Z"/></g></g></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
  }

body:is(.dz-nieuws, .dz-agenda) main .article.space.left,
body:is(.dz-nieuws, .dz-agenda) .article.space.right{
  grid-row: 2 / 6;
}

@media (max-width: 899px) {

  .mod_tekst .accordionWrapper {
    border-radius: calc( var( --roundCorners ) * 2 );
  }
    .mod_tekst .accordionWrapper > a{
      min-height: calc( var( --roundCorners ) * 4 );
      padding-left: calc( var( --roundCorners ) * 1.9 );
    }
    .mod_tekst .accordionWrapper a::after{
      top: calc( var( --roundCorners ) * 1.9 );
      right: calc( var( --roundCorners ) * 1.9 );
    }
      .mod_tekst .accordionWrapper a:hover{
        border-radius: calc( var( --roundCorners ) * 2 );    
      }
    .mod_tekst .accordionWrapper h2{
      font-size: var( --pt20 );
    }
  .mod_tekst .accordionWrapper div.accordion{
    padding-top: calc( var( --roundCorners ) * 0.5 );
  }

  main article > .standardText > *, main article > * {
    grid-column: col-start 3/col-middle -3;
  }

}

@media (max-width: 649px) {

  body:is(.dz-nieuws, .dz-agenda) h3.news.date{
    grid-column: col-start 2/col-start -2;
  }
  
  main article > .standardText > *, main article > * {
    grid-column: content;
  }
  
  .mod_tekst .accordionWrapper {
    margin : var( --roundCorners ) 0 0;
    grid-column: margin;
  }
    .mod_tekst .accordionWrapper h2{
      font-size: 4.5vw;
    }

  .mod_tekst .accordionWrapper > a{
    min-height: 20vw;
    padding-left: 6vw;
  }
    .mod_tekst .accordionWrapper a::after{
      top: 10vw;
      right: 6vw
    }


}

footer{
  font-family: 'Poppins', 'arial', sans-serif;  
  font-weight: 300;
  font-style: normal;
  font-size: 100%
  padding-top: var(--roundPadding, 50px);  
}

footer::before{
  content: "";
  background: var(--standContrastColor);
  grid-column: content;
  grid-row: 1;
  border-radius: var(--roundCorners, 50px);
}
  

footer #goTop{
  grid-row: 1;
  grid-column: col-start -2 / col-end -2;
  padding: var(--roundPadding, 50px);
  align-self: start;
  position: relative;
  top: calc( 0px - var(--roundPadding, 50px) );
}
  footer #goTop a{
    color: #FFFFFF;
    background: #000000;
    border-radius: var(--roundCorners, 50px);
    position: absolute;
    inset: 0;
  }
    footer #goTop a span::after{
      content: "";
      background-color: #FFFFFF;
      mask-image: url('data:image/svg+xml;utf8,<svg width="14.61" height="16.777" version="1.1" viewBox="0 0 14.61 16.777" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(-21.187,-20.229)">  <polygon points="22.457 28.781 27.604 23.617 27.604 37.006 29.396 37.006 29.396 23.617 34.559 28.781 35.797 27.526 28.5 20.229 21.187 27.526"/></g></svg>');
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="14.61" height="16.777" version="1.1" viewBox="0 0 14.61 16.777" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(-21.187,-20.229)">  <polygon points="22.457 28.781 27.604 23.617 27.604 37.006 29.396 37.006 29.396 23.617 34.559 28.781 35.797 27.526 28.5 20.229 21.187 27.526"/></g></svg>');
      mask-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      display: block;
      width: 100%;
      height: 100%;
      mask-size: 25px;
      mask-position: center;   
    }
    footer #goTop a:hover{
      background-color: var(--buttonHoverColor);
    }
    
footer .logo{
  grid-column: col-start 1 / col-end 3;
  grid-row: 1;
  padding: var(--roundPadding, 50px);
}
footer .logoDordt{
  grid-column: col-start -2 / content-end;
  grid-row: 2;
  padding: var(--roundCorners, 50px) 0;  
}
  footer img{
    width: 100%;
    height: auto;
  }

footer .copyright{
  grid-row: 2;
  grid-column: content;
  padding: var(--roundPadding, 50px);  
  font-weight: 800;
}

footer .privacy.link{
  grid-row: 2;
  grid-column: content;
  padding: var(--roundPadding, 50px) 0 0 350px;  
}
  footer .privacy.link a{
    color: inherit;
    text-decoration: none;
  }
    footer .privacy.link a:hover{
      text-decoration: underline;
    }

footer .emptyP{
  display: none;
}

  

@media (min-width: 650px ) {
  
}  

@media (max-width: 649px ) {

  footer .logo{
    grid-column: content-start / col-end 5;
  }
  
  footer::before{
    grid-column: margin;
  }

  footer #goTop{
    grid-column: col-start -5 / col-middle -1;
    justify-self: end;
    width: 75px;
    aspect-ratio: 1;
    top: -35%;
  }

  footer .privacy.link,
  footer .copyright{
    grid-column: margin-start / col-start 8;
    padding: 0;
    position: relative;
    bottom: -22px;
    padding-bottom: 10px;
  }
  footer .copyright{
    align-self: end;
  }
  footer .privacy.link{
    align-self: start;
    grid-row: 3;
  }
  footer .logoDordt{
    grid-column: col-middle -4 / margin-end;
    grid-row: 2 / 4;
  }

}.content button{
  cursor: pointer;
  height: 60px;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 20px;
  text-decoration: none;
  background: #000000;
  color: #FFFFFF;
  border: none;
  position: relative;
}
  .content button:hover{
    background: #0B5A8E;
    color: #FFFFFF;
  }

.multimedia
{
  width:0;
}

@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;
}

}



body.pc-purple .webletcrumble,
body.pc-red .webletcrumble,
body.pc-brown .webletcrumble{
  color: var(--backgroundColor);
}

.webletcrumble{
  grid-column: col-start 3/col-end -1;
  grid-row: 1;
  padding: 5px 0;
  font-family: 'Poppins', 'arial', sans-serif;  
  font-weight: 500;
  font-style: normal;
  font-size: var( --pt14 );  
}
  .webletcrumble a{
    color: inherit;
    text-decoration: none;
  }
    .webletcrumble a:hover{
      text-decoration: underline;
    }
  .webletcrumble .verticaldivider{
    display: none;
  }

  .webletcrumble .selected::after,
  .webletcrumble .crumbleitem::after{
    content: "/";
    padding: 5px;
  }
  .webletcrumble .crumblepath>span:last-of-type::after{
    content: "";
  }


  .article.space.top{
    height: 20px;
    grid-column: page;
    grid-row: 2; 
    z-index: 0;
    background: var(--pageContrastColor);    
  }
  .article.space.left{
    grid-column: page /col-end 1;
    grid-row: 2 / 5;
    background: var(--pageContrastColor);    
    border-bottom-right-radius: var(--roundCorners);
  }
  .article.space.right{
    grid-column: col-middle -3 / page;
    grid-row: 2 / 5;
    background: var(--pageContrastColor);    
    border-bottom-left-radius: var(--roundCorners);
  }  
  main::before{
    content: "";
    background: var(--pageContrastColor);      
    grid-column: col-end 1/col-middle -3;
    grid-row: 3;
  }
  .article.space.middle.white{
    grid-column: col-end 1/col-middle -3;
    grid-row: 3;
    background: var(--backgroundColor);    
    border-top-right-radius: var(--roundCorners);
    border-top-left-radius: var(--roundCorners);
  }
  
  article h1{
    margin: var(--roundPadding) 0;
    grid-row: 3;
    grid-column: col-start 3/col-middle -4;
  }
    article h1:has(+div:first-of-type>h2:first-child) {
      margin-bottom:7px;
    }
    article h1 +div:first-of-type>h2:first-child{
      margin-top: 0;
      margin-bottom: -10px;
    }

  article>div:first-of-type>*:first-child{
    grid-column: col-start 3/col-middle -4;
    order: 0;
    margin-bottom: -7px;
  }
    article>div:first-of-type>p:first-child{
      font-size: 125%;
    }
    article .leadart+div,
    article>div>*:first-child+*{
      
      padding-top: calc( 2em + 10px);
    }
    main article>div>*:first-child+h2{
      margin-top: 0;
    }
    
    article .docBlock>h2:first-child{
      margin-top: -10px;
    }
    
.squareImage{
  grid-column: col-middle -3/content-end;
  grid-row: 3 / 5;
  z-index: 2;
  border-radius: var(--roundCorners);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.squareImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 649px ) {

  article>div:first-of-type>*:first-child,
  article h1{
    grid-column: col-start 2/col-start -2;
  }

  .squareImage{
    display: none;
  }

  article>div:first-of-type>*:first-child{
    font-size: 115%;
  }

}
 .webletarchief1 .overview ul li .starred
{
  display: block;
  float: right;
  width: 0;
  height: 16px;
  background: transparent url(/dds/gx/ZmdezmiLcgF.png) repeat-x;
}

.webletarchief1 .overview ul li .star-1
{
  width: 16px;
}

.webletarchief1 .overview ul li .star-2
{
  width: 32px;
}

.webletarchief1 .overview ul li .star-3
{
  width: 48px;
}

.webletarchief1 .overview ul li .star-4
{
  width: 64px;
}

.webletarchief1 .overview ul li .star-5
{
  width: 80px;
}


  .webletniets {
display:none;
}
   .webletsimpleWeblet .multimedia{
  display: block;
  width: 100% !important;
}

.webletsimpleWeblet .multimedia img{
  margin: 0 auto;
  display: block;
}  

.webletsimpleWeblet .simpleText{
  position: relative;
}

.webletsimpleWeblet ul{
  margin: 0;
}

.webletsimpleWeblet ul li{
  display: block;
}  

.webletsimpleWeblet .hiddenLinks .hyperLinks{
  position: unset;
  float: unset;
}

.webletsimpleWeblet .hiddenLinks ul li a{
  display: block;
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
}

.webletsimpleWeblet .hiddenLinks ul li a .title{
  display: none;
}  

 .col-xs-12.auto{
    width: unset;
    float: none;
    display: inline-block;
}  

.popinEdit .webletEditMenu span.icon{
  text-align: center;
  display: block;
  font-size: 30px;
}

.webletEditMenu span.text{
} .weblettekst
{
  padding: 0;
  margin: 0;
}

 
.webletStylengfhihEsHuOnMzJsPtPMNA { 


}
.webletStyledhfhihEsHuOnMzJsPtPMNC { 


}
.webletStylereeuyiEsHuOnMzJsPtPMNE { 


}
.webletStyletrgnjhEsHuOnMzJsPtPMHH { 


}
.webletStylezsmdnhEsHuOnMzJsPtPMJS { 


}
.webletStylehlndnhEsHuOnMzJsPtPMJU { 


}
.webletStylefoqwsiEsHuOnMzJsPfPIRHA { 


}
.webletStylezqndnhEsHuOnMzJsPtPMJW { 


}
.webletStylefaodnhEsHuOnMzJsPtPMJY { 


}
.webletStyleppqwsiEsHuOnMzJsPfPIRFD { 


}
.webletStyleprqwsiEsHuOnMzJsPfPIRFA { 


}.listItem .listTitle a {
    /*color: #2E842A;*/
    color: #000000;
    text-decoration: none;
}


@media print
{

}

