#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;
}


.kolom1
{
  float: left;
  width: 220px;
}

.kolom2
{
  float: right;
  width: 220px;
}

.kolom3
{
  clear: both;
}





html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  
}



table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

.clear
{
  float: none;
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
}



img.img_south      { margin:  0px 10px  4px  4px; }
img.img_south_west { margin:  0px  0px  4px  4px; }
img.img_west       { margin:  0px  0px  4px  4px; }
img.img_north_west { margin: 10px  0px  0px  4px; }
img.img_north      { margin: 10px 10px  0px  4px; }
img.img_north_east { margin: 10px 10px  0px  0px; }
img.img_east       { margin:  0px 10px  4px  0px; }
img.img_south_east { margin:  0px 10px  4px  0px; }
img.img_all        { margin: 10px 10px  4px  4px; }

img.left           { float: left; }
img.right          { float: right; }
img.center         { display: block; margin-left: auto; margin-right: auto; text-align:center; }

span.img_south      { margin:  0px 10px  4px  4px; }
span.img_south_west { margin:  0px  0px  4px  4px; }
span.img_west       { margin:  0px  0px  4px  4px; }
span.img_north_west { margin: 10px  0px  0px  4px; }
span.img_north      { margin: 10px 10px  0px  4px; }
span.img_north_east { margin: 10px 10px  0px  0px; }
span.img_east       { margin:  0px 10px  4px  0px; }
span.img_south_east { margin:  0px 10px  4px  0px; }
span.img_all        { margin: 10px 10px  4px  4px; }

.multimedia_left   { float: left; }
.multimedia_right  { float: right; }
.multimedia_center { display: block; margin-left: auto; margin-right: auto; text-align:center; }

.multimedia img.flipped{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


tr.ISE-header,
th.ISE-header,
tr.ISE-header th
{
  background-color: #FFFFFF;
  font-weight: bold;
}

tr.ISE-footer, td.ISE-footer, tr.ISE-footer td
{
  font-weight: bold;
  font-style: italic;
}

table.ISE-noborder,
table.ISE-noborder th,
table.ISE-noborder td
{
  border: none;
}

table.ISE-border
{
  border: 1px solid #000000;
  border-collapse: collapse;
}

table.ISE-border td
{
  border: none;
}

table.ISE-boxborder,
table.ISE-boxborder th,
table.ISE-boxborder td
{
  border: 1px solid #000000;
  border-collapse: collapse;
}

.ISE-align-left,
.ISE-align-left td
{
  text-align: left;
}

.ISE-align-right,
.ISE-align-right td
{
  text-align:right;
}
.ISE-align-center, 
.ISE-align-center td
{
  text-align:center;
  vertical-align: top;
}


span.ISESTYHAntwoord
{
  font-style: italic;
  font-weight: bold;
  text-transform: capitalize;
}

body
{
  
  font-size: 62.5%;
  
}

pre
{
  font-family: monospace;
}

em
{
  font-style: italic;
}

strong
{
  font-weight: bold;
}

ul,
ol
{
  margin: 0;
  padding: 0.5em 0 0.5em 1.2em
}

ol
{
  margin: 0;
  padding-left: 1.8em;
}

ol ol
{
  list-style-type: lower-alpha;
}

.hidden
{
  display: none;
}

.fileIcon
{
  vertical-align: text-bottom;
  margin-right: 3px;
}

.caption
{
  display: block;
  font-style: italic;
}

.fancybox-inner {
	overflow: auto !important;
}


.icon.icon-x::before{
  content: "";
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background: currentcolor;
  width: 24px;
  height: 24px;
}
  
/* 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;
  }      
}




.column-page{
  grid-column: page;
}
article .section:first-of-type{
  grid-row: 3;
}
article .section +.section{
  margin-top: calc( var(--roundPadding) *2);
}

main article>div:first-of-type>*:first-child{
  margin-top: calc( var(--roundPadding));
}


article .webletTitle{
  font-size: var( --pt40 );
  position: relative;
  bottom: -15px;
  margin-bottom:calc( var(--roundPadding) + 15px );
}

.section.aanDeSlag{
  background: var(--lightBackgroundColor);
}
  .section.aanDeSlag>div.weblet{
    grid-row: 1;
  }
    .section.aanDeSlag>div.weblet:has(.webletarchief1){
      padding: var(--roundPadding) 0 calc( var(--roundPadding) *2);
    }
  
    .section.aanDeSlag>div.weblet:has(.multimedia){
      grid-column: col-middle -3 / page;
      display: grid;
    }    
    .section.aanDeSlag .webletsimpleWeblet .simpleText{
      height: 100%;
      width: 100%;
    }
      .section.aanDeSlag .webletsimpleWeblet .simpleText img{
        position: absolute;
        inset: 0;
        object-fit: cover;
      }


@media (min-width: 900px ) {

  .webletsimpleWeblet .simpleText .standardText{
    margin-right: var(--roundPadding) 
  }

}

@media (max-width: 899px ) {
  
  .webletsimpleWeblet .simpleText:has(.standardText) .image{
    margin-bottom: var(--roundCorners);
    grid-column: span 2;
    grid-row: 2;
  }  

  .webletsimpleWeblet .simpleText:has(.standardText) .text{
    grid-column: span 2;
    grid-row: 3;
  }

} 


@media (max-width: 649px ) {

  .section.aanDeSlag > div.weblet:has(.multimedia) {
    display: none;
  }
  
  .section.aanDeSlag > div.weblet {
    grid-column: margin;
  }
  
  .section.aanDeSlag .webletTitle{
    bottom: 0;
  }
  
  article .webletTitle{
    font-size: 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;
}

}




header{
  background: var(--standContrastColor);
}
  header::before{
    content: none;
  }
  header .space.bottom{
    grid-row: 1;
  }
  
  .searchBtn button{
    background: var(--backgroundColor);
    color: var(--textColor);  
  }
  .search fieldset{
    border: none;
  }

  .menuBtn button{
    color: var(--backgroundColor);
  }
  .menu-open .menuBtn button{
    color: var(--textColor);
  }

  main article>*{
    grid-column: content;
  }

  main .moduleTitle{
    display: contents;
   }
    main h1{
      font-family: 'FrescoInfSans', sans-serif;
      font-weight: bold;
      grid-row: 1;
      padding: calc( var(--roundPadding) *1.5 ) calc( var(--roundPadding) * 2);
      border-radius: var(--roundCorners);
      background: var(--backgroundColor);    
      z-index: 1;
      margin-top: calc( var(--roundPadding) *-1.5 );
      margin-bottom: 0;
    }

  main .space.roundCorner{
    grid-row: 1;
    grid-column: col-start 4;
    background: var(--backgroundColor);
    height: 50px;
    z-index:1;
    margin-top: calc( (var(--roundPadding) *-1.5) - 50px );
    position: relative;
  }  
  main .space.roundCorner::after{
    content: "";
    position: absolute;
    inset: 0;
    background:var(--standContrastColor);
    border-bottom-left-radius: var(--roundCorners, 25px);
 }
  main .space.roundCorner.left{
    grid-row: 1;
    grid-column: col-middle 1;
    margin-top: 0;
  }  
  main .space.roundCorner.left::after{
    border-bottom-left-radius: unset;
    border-top-right-radius: var(--roundCorners, 25px);
  }  
  
  main .space.background{
    grid-column: page;
    grid-row: 1; 
    z-index: 0;
    background: var(--standContrastColor);    
  }
  main .article.space.top{
    height: calc( var(--roundPadding) * 1.5 );
    grid-column: page;
    grid-row: 2; 
    z-index: 0;
    background: var(--standContrastColor);    
  }

  main article .webletTitle{
    margin-bottom: calc( var(--roundPadding) * 1.5 );
  }

.dz-home article .section +.section{
  margin-top: unset;
}
article .section{
  padding-bottom: calc( var(--roundPadding) * 2 );
}

@media (min-width: 650px ) {

  main h1{
    grid-column: col-start 2/col-end -2;
  }

}

@media (max-width: 649px ) {

  .space.roundCorner.left{
    display: none;
  }
  .space.roundCorner.right{
    grid-column: col-start 6;
  }

  header .logo{
    grid-column: col-start 1 / col-start 6;
    border-bottom-left-radius: 0;
  }

  main .space.roundCorner{
    margin-top: calc( (var(--roundPadding) *-1) - 50px )
  }

  main h1{
    grid-column: content;
    margin-top: calc( var(--roundPadding) *-1 );
    padding: calc( var(--roundPadding) *2 ) var(--roundPadding) var(--roundPadding);
  }

}


article .section.colorButtons>div>div{ 
  display: grid;
  margin: 0 calc( var(--roundCorners) / 2 * -1);
  grid-template-rows: auto;
  gap: 0;
}

span.cat_stad:hover,
span.cat_stad{
  background: #3AA935;
  color: var( --backgroundColor );
}
span.cat_wijk:hover,
span.cat_wijk{
  background: #F9B122;
  color: var( --textColor );
}
span.cat_onderneming:hover,
span.cat_onderneming{
  background: #673325;
  color: var( --backgroundColor );
}
span.cat_wonen:hover,
span.cat_wonen{
  background: #B21163;
  color: var( --backgroundColor );
}
span.cat_organisatie:hover,
span.cat_organisatie{
  background: #E30613;
  color: var( --backgroundColor );
}
span.cat_tips:hover,
span.cat_tips{
  background: #0F80CC;
  color: var( --backgroundColor );
}



.icon-dz::before{
  content: "";
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background: currentcolor;
  width: 2.275rem;
  aspect-ratio: 1;
  display:block;
}

.icon-dz.icon-electriciteit::before{
  mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.28 29.947"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m19.342,13.511l-4.123,5.777.321-2.852h-4.602l4.123-5.776-.321,2.851h4.602Zm-1.757-9.431l-10.071,14.111h6.043l-.862,7.676,10.071-14.11h-6.043l.862-7.677Z"/><path class="cls-1" d="m30.28,14.915c0-3.984-1.569-7.729-4.417-10.547C23.014,1.551,19.227,0,15.199,0c-1.995,0-3.937.381-5.772,1.134l.68,1.621c1.618-.664,3.331-1,5.092-1,3.555,0,6.896,1.369,9.409,3.854,2.514,2.486,3.898,5.791,3.898,9.306,0,2.729-.835,5.33-2.383,7.52v-1.688h-1.774v4.972h5.027v-1.755h-2.187c2.005-2.587,3.091-5.735,3.091-9.049"/><path class="cls-1" d="m15.081,28.192c-3.554,0-6.896-1.369-9.409-3.855-2.513-2.485-3.898-5.79-3.898-9.305,0-2.729.835-5.33,2.383-7.521v1.689h1.775v-4.972H.905v1.755h2.186C1.086,8.57,0,11.718,0,15.032c0,3.984,1.569,7.729,4.417,10.546,2.849,2.817,6.636,4.369,10.664,4.369,1.995,0,3.938-.382,5.772-1.134l-.68-1.621c-1.618.664-3.331,1-5.092,1"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.28 29.947"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m19.342,13.511l-4.123,5.777.321-2.852h-4.602l4.123-5.776-.321,2.851h4.602Zm-1.757-9.431l-10.071,14.111h6.043l-.862,7.676,10.071-14.11h-6.043l.862-7.677Z"/><path class="cls-1" d="m30.28,14.915c0-3.984-1.569-7.729-4.417-10.547C23.014,1.551,19.227,0,15.199,0c-1.995,0-3.937.381-5.772,1.134l.68,1.621c1.618-.664,3.331-1,5.092-1,3.555,0,6.896,1.369,9.409,3.854,2.514,2.486,3.898,5.791,3.898,9.306,0,2.729-.835,5.33-2.383,7.52v-1.688h-1.774v4.972h5.027v-1.755h-2.187c2.005-2.587,3.091-5.735,3.091-9.049"/><path class="cls-1" d="m15.081,28.192c-3.554,0-6.896-1.369-9.409-3.855-2.513-2.485-3.898-5.79-3.898-9.305,0-2.729.835-5.33,2.383-7.521v1.689h1.775v-4.972H.905v1.755h2.186C1.086,8.57,0,11.718,0,15.032c0,3.984,1.569,7.729,4.417,10.546,2.849,2.817,6.636,4.369,10.664,4.369,1.995,0,3.938-.382,5.772-1.134l-.68-1.621c-1.618.664-3.331,1-5.092,1"/></g></svg>');
}
.icon-dz.icon-fabriek::before{
  mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.04 30.041"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m28.294,22.978h-3.526v1.769h3.526v3.536H9.402l-.373-3.536h3.405v-1.769h-3.592l-.242-2.317,5.185-6.305v6.261h2.185l5.196-6.261v6.261h1.966l5.173-6.261v8.622h-.011ZM1.922,28.283l1.34-16.794h2.581l1.791,16.794H1.922ZM8.018,3.241c.516,0,1.022.131,1.461.395l.714.417.461-.692c.659-.988,1.758-1.592,2.944-1.592.922,0,1.79.351,2.449.988l.648.626.615-.67c.56-.604,1.34-.955,2.164-.955.879,0,1.714.395,2.274,1.076l.571.692.681-.582c.45-.384,1.021-.593,1.614-.593,1.373,0,2.494,1.12,2.494,2.504s-1.121,2.504-2.494,2.504c-.648,0-1.263-.241-1.724-.692l-.648-.626-.604.659c-.56.615-1.329.945-2.164.945-.626,0-1.219-.198-1.724-.56l-.736-.538-.516.747c-.66.955-1.747,1.526-2.9,1.526-.813,0-1.571-.263-2.197-.769l-.648-.516-.56.615c-.56.615-1.351.967-2.175.967-.231,0-.45-.022-.67-.077l-.307-2.867h-1.967c0-1.625,1.319-2.943,2.944-2.943v.011Zm-2.559,4.712l.187,1.768h-2.252l.143-1.768h1.922Zm22.176,4.415l-4.723,5.723v-5.723h-2.416l-4.976,5.997v-5.997h-2.416l-4.789,5.832-.78-7.326c.154.011.318.022.472.022,1.066,0,2.098-.362,2.922-1.021.802.472,1.724.725,2.669.725,1.461,0,2.845-.604,3.833-1.648.637.308,1.329.472,2.043.472,1.033,0,2.032-.34,2.845-.966.681.439,1.472.67,2.295.67,2.351,0,4.262-1.911,4.262-4.273s-1.911-4.272-4.262-4.272c-.735,0-1.449.186-2.086.549-.846-.725-1.923-1.132-3.065-1.132-1.032,0-2.032.341-2.845.956-.878-.626-1.933-.956-3.031-.956-1.516,0-2.944.648-3.943,1.769-.528-.198-1.077-.297-1.637-.297-2.592,0-4.701,2.109-4.701,4.712h-1.406L0,30.041h30.04V12.368h-2.416.011Z"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.04 30.041"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m28.294,22.978h-3.526v1.769h3.526v3.536H9.402l-.373-3.536h3.405v-1.769h-3.592l-.242-2.317,5.185-6.305v6.261h2.185l5.196-6.261v6.261h1.966l5.173-6.261v8.622h-.011ZM1.922,28.283l1.34-16.794h2.581l1.791,16.794H1.922ZM8.018,3.241c.516,0,1.022.131,1.461.395l.714.417.461-.692c.659-.988,1.758-1.592,2.944-1.592.922,0,1.79.351,2.449.988l.648.626.615-.67c.56-.604,1.34-.955,2.164-.955.879,0,1.714.395,2.274,1.076l.571.692.681-.582c.45-.384,1.021-.593,1.614-.593,1.373,0,2.494,1.12,2.494,2.504s-1.121,2.504-2.494,2.504c-.648,0-1.263-.241-1.724-.692l-.648-.626-.604.659c-.56.615-1.329.945-2.164.945-.626,0-1.219-.198-1.724-.56l-.736-.538-.516.747c-.66.955-1.747,1.526-2.9,1.526-.813,0-1.571-.263-2.197-.769l-.648-.516-.56.615c-.56.615-1.351.967-2.175.967-.231,0-.45-.022-.67-.077l-.307-2.867h-1.967c0-1.625,1.319-2.943,2.944-2.943v.011Zm-2.559,4.712l.187,1.768h-2.252l.143-1.768h1.922Zm22.176,4.415l-4.723,5.723v-5.723h-2.416l-4.976,5.997v-5.997h-2.416l-4.789,5.832-.78-7.326c.154.011.318.022.472.022,1.066,0,2.098-.362,2.922-1.021.802.472,1.724.725,2.669.725,1.461,0,2.845-.604,3.833-1.648.637.308,1.329.472,2.043.472,1.033,0,2.032-.34,2.845-.966.681.439,1.472.67,2.295.67,2.351,0,4.262-1.911,4.262-4.273s-1.911-4.272-4.262-4.272c-.735,0-1.449.186-2.086.549-.846-.725-1.923-1.132-3.065-1.132-1.032,0-2.032.341-2.845.956-.878-.626-1.933-.956-3.031-.956-1.516,0-2.944.648-3.943,1.769-.528-.198-1.077-.297-1.637-.297-2.592,0-4.701,2.109-4.701,4.712h-1.406L0,30.041h30.04V12.368h-2.416.011Z"/></g></svg>');
}
.icon-dz.icon-hijskraan::before{
  mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.073 30.04"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m16.503,7.054l-1.637-4.296,8.724,4.296h-7.087Zm-1.483,2.417v2.846l-3.549,2.362v-5.867h3.549v.659Zm0,6.681v4.153l-3.549,2.363v-5.868l3.549-2.362v1.714Zm0,6.999v5.131h-3.549v-3.505l3.549-2.362v.736ZM4.23,7.065l7.329-4.109-1.572,4.109h-5.757Zm1.066,3.538H1.747v-1.78h3.549v1.78Zm7.955-7.142l1.373,3.604h-2.747l1.374-3.604Zm16.8,5.362v-1.758h-2.461L13.229,0,.648,7.065h-.648v5.296h7.065v-3.538h2.659v19.459h-2.659v1.758h12.383v-1.758h-2.659V8.823h9.262v3.033h-.857v1.758h.857v2.296h.89c.484,0,.879.396.879.879s-.395.879-.879.879-.879-.395-.879-.89h-1.758c0,1.461,1.187,2.648,2.648,2.648s2.648-1.187,2.648-2.648c0-1.154-.736-2.132-1.769-2.494v-.681h.912v-1.758h-.912v-3.033h2.242l-.022.011Z"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.073 30.04"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m16.503,7.054l-1.637-4.296,8.724,4.296h-7.087Zm-1.483,2.417v2.846l-3.549,2.362v-5.867h3.549v.659Zm0,6.681v4.153l-3.549,2.363v-5.868l3.549-2.362v1.714Zm0,6.999v5.131h-3.549v-3.505l3.549-2.362v.736ZM4.23,7.065l7.329-4.109-1.572,4.109h-5.757Zm1.066,3.538H1.747v-1.78h3.549v1.78Zm7.955-7.142l1.373,3.604h-2.747l1.374-3.604Zm16.8,5.362v-1.758h-2.461L13.229,0,.648,7.065h-.648v5.296h7.065v-3.538h2.659v19.459h-2.659v1.758h12.383v-1.758h-2.659V8.823h9.262v3.033h-.857v1.758h.857v2.296h.89c.484,0,.879.396.879.879s-.395.879-.879.879-.879-.395-.879-.89h-1.758c0,1.461,1.187,2.648,2.648,2.648s2.648-1.187,2.648-2.648c0-1.154-.736-2.132-1.769-2.494v-.681h.912v-1.758h-.912v-3.033h2.242l-.022.011Z"/></g></svg>');
}
.icon-dz.icon-huis::before{
  mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25.512 30.04"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m9.288,12.85c0,1.912,1.556,3.469,3.468,3.469s3.469-1.557,3.469-3.469-1.555-3.469-3.469-3.469-3.468,1.557-3.468,3.469m4.625,0c0,.637-.518,1.157-1.157,1.157s-1.155-.52-1.155-1.157.518-1.157,1.155-1.157,1.157.52,1.157,1.157"/><path class="cls-1" d="m10.815,21.966h3.883v5.762h-3.883v-5.762Zm8.705-15.734v-1.43h2.312v3.561l-2.312-2.131ZM2.312,12.768L12.756,3.144l10.444,9.624v14.96h-6.189v-8.074h-8.508v8.074H2.312v-14.96ZM12.756,0L0,11.754v18.286h25.512V11.754l-1.367-1.26V2.49h-6.938v1.61L12.756,0Z"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25.512 30.04"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m9.288,12.85c0,1.912,1.556,3.469,3.468,3.469s3.469-1.557,3.469-3.469-1.555-3.469-3.469-3.469-3.468,1.557-3.468,3.469m4.625,0c0,.637-.518,1.157-1.157,1.157s-1.155-.52-1.155-1.157.518-1.157,1.155-1.157,1.157.52,1.157,1.157"/><path class="cls-1" d="m10.815,21.966h3.883v5.762h-3.883v-5.762Zm8.705-15.734v-1.43h2.312v3.561l-2.312-2.131ZM2.312,12.768L12.756,3.144l10.444,9.624v14.96h-6.189v-8.074h-8.508v8.074H2.312v-14.96ZM12.756,0L0,11.754v18.286h25.512V11.754l-1.367-1.26V2.49h-6.938v1.61L12.756,0Z"/></g></svg>');
}
.icon-dz.icon-kantoor::before{
  mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.274 30.041"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m17.777,22.013v-2.297h-8.472v8.041H2.297V2.326h22.488v25.431h-7.008v-5.744Zm-6.16,0h3.863v5.73h-3.863v-5.73Zm20.075-1.593c0-.503.215-1.365.675-2.14.402-.675.832-.976,1.048-.976s.646.301,1.048.976c.474.79.675,1.637.675,2.14,0,.962-.775,1.737-1.738,1.737s-1.737-.775-1.737-1.737h.029Zm2.886,7.323v-3.475c1.666-.503,2.886-2.025,2.886-3.848,0-1.02-.387-2.284-1.005-3.332-.818-1.35-1.881-2.096-3.03-2.096s-2.211.746-3.03,2.096c-.617,1.034-1.005,2.312-1.005,3.332,0,1.823,1.221,3.345,2.886,3.848v3.475h-5.183V0H0v30.041h39.274v-2.298h-4.71.014Z"/><rect class="cls-1" x="12.407" y="4.623" width="2.298" height="2.298"/><rect class="cls-1" x="6.203" y="4.623" width="2.298" height="2.298"/><rect class="cls-1" x="18.596" y="4.623" width="2.298" height="2.298"/><rect class="cls-1" x="12.407" y="15.106" width="2.298" height="2.298"/><rect class="cls-1" x="6.203" y="15.106" width="2.298" height="2.298"/><rect class="cls-1" x="18.596" y="15.106" width="2.298" height="2.298"/><rect class="cls-1" x="12.407" y="9.865" width="2.298" height="2.298"/><rect class="cls-1" x="6.203" y="9.865" width="2.298" height="2.298"/><rect class="cls-1" x="18.596" y="9.865" width="2.298" height="2.298"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 39.274 30.041"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m17.777,22.013v-2.297h-8.472v8.041H2.297V2.326h22.488v25.431h-7.008v-5.744Zm-6.16,0h3.863v5.73h-3.863v-5.73Zm20.075-1.593c0-.503.215-1.365.675-2.14.402-.675.832-.976,1.048-.976s.646.301,1.048.976c.474.79.675,1.637.675,2.14,0,.962-.775,1.737-1.738,1.737s-1.737-.775-1.737-1.737h.029Zm2.886,7.323v-3.475c1.666-.503,2.886-2.025,2.886-3.848,0-1.02-.387-2.284-1.005-3.332-.818-1.35-1.881-2.096-3.03-2.096s-2.211.746-3.03,2.096c-.617,1.034-1.005,2.312-1.005,3.332,0,1.823,1.221,3.345,2.886,3.848v3.475h-5.183V0H0v30.041h39.274v-2.298h-4.71.014Z"/><rect class="cls-1" x="12.407" y="4.623" width="2.298" height="2.298"/><rect class="cls-1" x="6.203" y="4.623" width="2.298" height="2.298"/><rect class="cls-1" x="18.596" y="4.623" width="2.298" height="2.298"/><rect class="cls-1" x="12.407" y="15.106" width="2.298" height="2.298"/><rect class="cls-1" x="6.203" y="15.106" width="2.298" height="2.298"/><rect class="cls-1" x="18.596" y="15.106" width="2.298" height="2.298"/><rect class="cls-1" x="12.407" y="9.865" width="2.298" height="2.298"/><rect class="cls-1" x="6.203" y="9.865" width="2.298" height="2.298"/><rect class="cls-1" x="18.596" y="9.865" width="2.298" height="2.298"/></g></svg>');
}
.icon-dz.icon-wijk::before{
  mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.058 56.099"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m56.058,52.771h-3.555v-12.861l-.036-.024v-22.399l-7.316-7.316v-3.629h2.575v-3.289h-2.575V0h-3.288v3.252h-2.509v3.289h2.509v3.629l-7.316,7.316v5.815h-12.611l-9.333,9.334v7.814l-.036.025v12.296h-5.684v-3.51c1.736-.666,2.977-2.338,2.977-4.305,0-1.836-2.204-6.424-3.151-8.311l-1.469-2.927-1.469,2.927c-.947,1.887-3.151,6.475-3.151,8.311,0,1.967,1.241,3.639,2.976,4.305v3.51H0v3.289h12.566v.035l25.305.004v-.039h18.187v-3.289ZM5.238,41.249c.746,1.701,1.313,3.203,1.332,3.707,0,.734-.598,1.332-1.333,1.332s-1.33-.596-1.332-1.328c.02-.509.587-2.011,1.333-3.711ZM43.506,13.177l5.672,5.671v18.838l-9.029-6.039-2.314,1.577v-14.377l5.672-5.671Zm-8.996,39.561h-7.648v-6.997h-3.288v6.996h-7.648v-10.486l9.608-6.548,8.976,6.002v11.033Zm-18.62-18.74l7.408-7.406h11.249v8.875l-1.645,1.121-7.385-4.939-9.627,6.561v-4.212Zm20.024,4.603l4.253-2.898,8.976,6.002v11.066h-11.271v-12.861l-1.957-1.309Z"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.058 56.099"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m56.058,52.771h-3.555v-12.861l-.036-.024v-22.399l-7.316-7.316v-3.629h2.575v-3.289h-2.575V0h-3.288v3.252h-2.509v3.289h2.509v3.629l-7.316,7.316v5.815h-12.611l-9.333,9.334v7.814l-.036.025v12.296h-5.684v-3.51c1.736-.666,2.977-2.338,2.977-4.305,0-1.836-2.204-6.424-3.151-8.311l-1.469-2.927-1.469,2.927c-.947,1.887-3.151,6.475-3.151,8.311,0,1.967,1.241,3.639,2.976,4.305v3.51H0v3.289h12.566v.035l25.305.004v-.039h18.187v-3.289ZM5.238,41.249c.746,1.701,1.313,3.203,1.332,3.707,0,.734-.598,1.332-1.333,1.332s-1.33-.596-1.332-1.328c.02-.509.587-2.011,1.333-3.711ZM43.506,13.177l5.672,5.671v18.838l-9.029-6.039-2.314,1.577v-14.377l5.672-5.671Zm-8.996,39.561h-7.648v-6.997h-3.288v6.996h-7.648v-10.486l9.608-6.548,8.976,6.002v11.033Zm-18.62-18.74l7.408-7.406h11.249v8.875l-1.645,1.121-7.385-4.939-9.627,6.561v-4.212Zm20.024,4.603l4.253-2.898,8.976,6.002v11.066h-11.271v-12.861l-1.957-1.309Z"/></g></svg>');
}
.icon-dz.icon-stad::before{
  mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.04 30.04"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m17.504,18.485h8.868v9.795h-1.782v-7.807h-1.76v7.807h-1.783v-7.807h-1.76v7.807h-1.783v-9.795ZM3.669,11.444h6.687v16.835H3.669V11.444Zm8.447-3.52h1.771v-3.521h5.4v3.521h1.771v8.801h-5.313v11.555h-3.629V7.924ZM15.707,0v2.643h-3.579v3.52h-1.772v3.521H1.909v18.596H0v1.76h30.04v-1.76h-1.908v-11.555h-5.314V6.163h-1.771v-3.52h-3.58V0h-1.76Z"/><rect class="cls-1" x="13.947" y="9.684" width="1.76" height="1.76"/><rect class="cls-1" x="15.707" y="6.163" width="1.76" height="1.76"/><rect class="cls-1" x="13.947" y="13.204" width="1.76" height="1.76"/><rect class="cls-1" x="17.467" y="9.684" width="1.76" height="1.76"/><rect class="cls-1" x="17.467" y="13.204" width="1.76" height="1.76"/><rect class="cls-1" x="6.097" y="13.204" width="1.76" height="1.76"/><rect class="cls-1" x="6.097" y="16.973" width="1.76" height="1.76"/><rect class="cls-1" x="6.097" y="20.742" width="1.76" height="1.76"/><rect class="cls-1" x="6.097" y="24.511" width="1.76" height="1.76"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.04 30.04"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><path class="cls-1" d="m17.504,18.485h8.868v9.795h-1.782v-7.807h-1.76v7.807h-1.783v-7.807h-1.76v7.807h-1.783v-9.795ZM3.669,11.444h6.687v16.835H3.669V11.444Zm8.447-3.52h1.771v-3.521h5.4v3.521h1.771v8.801h-5.313v11.555h-3.629V7.924ZM15.707,0v2.643h-3.579v3.52h-1.772v3.521H1.909v18.596H0v1.76h30.04v-1.76h-1.908v-11.555h-5.314V6.163h-1.771v-3.52h-3.58V0h-1.76Z"/><rect class="cls-1" x="13.947" y="9.684" width="1.76" height="1.76"/><rect class="cls-1" x="15.707" y="6.163" width="1.76" height="1.76"/><rect class="cls-1" x="13.947" y="13.204" width="1.76" height="1.76"/><rect class="cls-1" x="17.467" y="9.684" width="1.76" height="1.76"/><rect class="cls-1" x="17.467" y="13.204" width="1.76" height="1.76"/><rect class="cls-1" x="6.097" y="13.204" width="1.76" height="1.76"/><rect class="cls-1" x="6.097" y="16.973" width="1.76" height="1.76"/><rect class="cls-1" x="6.097" y="20.742" width="1.76" height="1.76"/><rect class="cls-1" x="6.097" y="24.511" width="1.76" height="1.76"/></g></svg>');
}
.icon-dz.icon-flat::before{
  mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.058 56.048"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><rect class="cls-1" x="23.713" y="9.723" width="3.289" height="5.208"/><rect class="cls-1" x="29.055" y="9.723" width="3.289" height="5.208"/><rect class="cls-1" x="23.713" y="20.139" width="3.289" height="5.209"/><rect class="cls-1" x="29.055" y="20.139" width="3.289" height="5.209"/><rect class="cls-1" x="23.713" y="30.556" width="3.289" height="5.208"/><rect class="cls-1" x="29.055" y="30.556" width="3.289" height="5.208"/><rect class="cls-1" x="23.713" y="40.972" width="3.289" height="5.208"/><rect class="cls-1" x="29.055" y="40.972" width="3.289" height="5.208"/><path class="cls-1" d="m52.464,52.759v-3.51c1.736-.666,2.977-2.338,2.977-4.305,0-1.836-2.204-6.424-3.151-8.311l-1.47-2.927-1.47,2.927c-.645,1.285-1.873,3.824-2.591,5.893V9.725h-7.515V0h-22.432v9.725h-7.515v32.802c-.718-2.069-1.945-4.607-2.591-5.893l-1.47-2.927-1.47,2.927c-.947,1.887-3.151,6.475-3.151,8.311,0,1.967,1.241,3.639,2.976,4.305v3.51H0v3.289h56.058v-3.289h-3.594Zm-1.645-11.521c.746,1.7,1.312,3.201,1.332,3.711,0,.732-.599,1.328-1.332,1.328s-1.332-.598-1.333-1.326c.02-.507.587-2.011,1.333-3.713Zm-1.645,8.012v3.51h-2.416v-5.655c.522.977,1.372,1.745,2.416,2.146Zm-5.414-36.526v40.036h-4.517V12.723h4.517ZM19.811,2.998h16.436v49.761h-16.436V2.998Zm-2.998,9.725v40.036h-4.517V12.723h4.517Zm-11.575,28.515c.746,1.701,1.313,3.203,1.332,3.707,0,.734-.598,1.332-1.332,1.332s-1.331-.596-1.332-1.328c.02-.509.587-2.011,1.332-3.711Zm1.645,8.012c1.044-.4,1.894-1.169,2.416-2.146v5.655h-2.416v-3.51Z"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg id="Laag_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.058 56.048"><defs><style>.cls-1{stroke-width:0px;}</style></defs><g id="Laag_1-2"><rect class="cls-1" x="23.713" y="9.723" width="3.289" height="5.208"/><rect class="cls-1" x="29.055" y="9.723" width="3.289" height="5.208"/><rect class="cls-1" x="23.713" y="20.139" width="3.289" height="5.209"/><rect class="cls-1" x="29.055" y="20.139" width="3.289" height="5.209"/><rect class="cls-1" x="23.713" y="30.556" width="3.289" height="5.208"/><rect class="cls-1" x="29.055" y="30.556" width="3.289" height="5.208"/><rect class="cls-1" x="23.713" y="40.972" width="3.289" height="5.208"/><rect class="cls-1" x="29.055" y="40.972" width="3.289" height="5.208"/><path class="cls-1" d="m52.464,52.759v-3.51c1.736-.666,2.977-2.338,2.977-4.305,0-1.836-2.204-6.424-3.151-8.311l-1.47-2.927-1.47,2.927c-.645,1.285-1.873,3.824-2.591,5.893V9.725h-7.515V0h-22.432v9.725h-7.515v32.802c-.718-2.069-1.945-4.607-2.591-5.893l-1.47-2.927-1.47,2.927c-.947,1.887-3.151,6.475-3.151,8.311,0,1.967,1.241,3.639,2.976,4.305v3.51H0v3.289h56.058v-3.289h-3.594Zm-1.645-11.521c.746,1.7,1.312,3.201,1.332,3.711,0,.732-.599,1.328-1.332,1.328s-1.332-.598-1.333-1.326c.02-.507.587-2.011,1.333-3.713Zm-1.645,8.012v3.51h-2.416v-5.655c.522.977,1.372,1.745,2.416,2.146Zm-5.414-36.526v40.036h-4.517V12.723h4.517ZM19.811,2.998h16.436v49.761h-16.436V2.998Zm-2.998,9.725v40.036h-4.517V12.723h4.517Zm-11.575,28.515c.746,1.701,1.313,3.203,1.332,3.707,0,.734-.598,1.332-1.332,1.332s-1.331-.596-1.332-1.328c.02-.509.587-2.011,1.332-3.711Zm1.645,8.012c1.044-.4,1.894-1.169,2.416-2.146v5.655h-2.416v-3.51Z"/></g></svg>');
}

.icon-dz{
  padding: var(--roundCorners);
  display: inline-block;
}

span.linkbtn a:has(.icon-dz) {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: var( --pt24 );
  position: absolute;
  inset: 0;
  padding: 10px 20px 10px 10px;
  transition: padding 1s;
}

article .section.colorButtons span.linkbtn{
  margin: calc( var(--roundCorners) /2 );
  height: 100px;
  border-radius: var(--roundCorners);
  transition: margin 1s, height 1s;
  justify-self: stretch;
}
article .section.colorButtons span.linkbtn:hover{
  margin:0 -5px;
  height: calc( 50px *2.5 );
}
article .section.colorButtons span.linkbtn:hover a{
  padding-right: 60px;
  color: inherit;
}

@media (min-width: 650px ) {

  main article .section.colorButtons>div{
    margin-top: calc( var(--roundPadding) - 35px );
  }

  article .section.colorButtons>div>div{ 
    grid-template-columns: 1fr 1fr 1fr;
  }

  article .section.colorButtons>div>div .anchor_id,
  article .section.colorButtons>div>div .webletAnker{
    grid-column: -2;
    grid-row: 1;
  }
  article .section.colorButtons>div>div .webletTitle{
    margin-left: calc( var(--roundCorners) / 2 );
    grid-column: 1 / -1;
    grid-row: 1;
    bottom: calc( var(--roundCorners) * -1.5 );
  }

}

@media (max-width: 1100px ) {

  article .section.colorButtons>div>div{ 
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 649px ) {

  main article .section.colorButtons>div{
    margin-top: 0;
  }

  article .section.colorButtons{
   grid-column: margin;
  }

  article .section.colorButtons>div>div{ 
    grid-template-columns: [margin-start] calc( var(--roundCorners) / 2) [growbtns-start] minmax( 1px, 50px) [content-start] repeat(11, [col-start] minmax( 1px, 50px) [col-middle] minmax( 1px, 50px) [col-end]) [content-end] minmax( 1px, 50px) [growbtns-end] calc( var(--roundCorners) / 2) [margin-end];
  }  
  article .section.colorButtons>div>div h2{
    grid-column: content;
  }
  article .section.colorButtons>div>div .linkbtn{
    grid-column: margin;
  }
  article .section.colorButtons span.linkbtn{
    height: calc(var(--roundPadding) * 5 );
  }
  article .section.colorButtons span.linkbtn:hover{
    margin:0 -5px;
    height: calc( var(--roundPadding) *6 );
  }
}

article .section.colorButtons br{
  display: none;
}



article .section.photo2text.grid{
  grid-column: page;
  grid-template-rows: unset;
  grid-auto-rows: 1fr;
}
  article .section.photo2text::before{
    content: "";
    background: #F9B122;
    grid-row: 1 / 3;
    z-index: 2;
  }
    article .section.photo2text .weblet{
      grid-row: 1;
      position: relative;
      z-index: 3;
    }

@media (min-width: 650px ) {

  article .section.photo2text.grid{
  }
  article .section.photo2text::before{
    grid-column: col-start 5 / page-end;
  }

  
  article .section.photo2text .weblet{
    grid-row: 1;
    grid-column: col-start 8 / content-end;
    margin-top: calc( var(--roundPadding) * 1.5 );
    position: relative;
  }
  article .section.photo2text .weblet .webletTitle{
    margin-top: -15px;
  }

  article .section.photo2text p.hasElements.el-br{
    padding-bottom: var(--roundCorners);
  }

  
  article .section.photo2text .weblet:first-of-type{
    grid-row: 1 / 3;
    grid-column: content-start / col-end 6;
    margin: 0;
  }
  article .section.photo2text .simpleText{
    position: absolute;
    inset: 0;
  }
  article .section.photo2text .simpleText .image span.multimedia,
  article .section.photo2text .simpleText .image{
    height: 100%;
    width: 100%;
  }
  article .section.photo2text .simpleText .image span.multimedia img{
    object-fit: cover;
  }

  article .section.photo2text .simpleText .image::before,
  article .section.photo2text .simpleText .image::after{
    content: "";
    background: #F9B122;
    width: calc( var(--roundPadding) *2 );
    height: 50%;
    display: block;
    z-index: 5;
    position: absolute;
    right: 0;
  }

  article .section.photo2text .simpleText .image::after{
    bottom: 0;
    border-radius: var(--roundCorners) 0 0 var(--roundCorners);
  }

}


article .section.photo2text .simpleText .image::before{
  width: calc( var(--roundPadding) * 0.75);
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><defs></defs><g><path d="m15,15V0c0,8.285-6.716,15-15,15h15Z"/></g></svg>');
  mask-repeat: no-repeat; 
  mask-position: bottom; 
  top: 1px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><defs></defs><g><path d="m15,15V0c0,8.285-6.716,15-15,15h15Z"/></g></svg>');
  -webkit-mask-repeat: no-repeat; 
  -webkit-mask-position: bottom; 
}




article .section.photo2text .weblet:last-of-type{
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(5, [col-start] minmax( 1px, var(--gridpart24,50px) ) [col-middle] minmax( 1px, var(--gridpart24,50px) ) [col-end]);
  grid-template-rows: auto;
}
article .section.photo2text .weblet:last-of-type>div{
  display: contents;
}
article .section.photo2text .weblet:last-of-type span.multimedia{
  grid-row: 1;
  grid-column: col-start -2 / col-end -1;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
}
article .section.photo2text .weblet:last-of-type span.multimedia img{
  object-fit: cover;
  border-radius: var(--roundCorners);
}

article .section.photo2text .weblet:last-of-type>div>*{
  grid-column: col-start / col-middle -3;
}
article .section.photo2text .weblet:last-of-type .anchor_id,
article .section.photo2text .weblet:last-of-type .webletAnker{
  grid-row: 1;
  grid-column: col-end -1;
}
article .section.photo2text .weblet:last-of-type p.emptyP{
  display: none;
}

blockquote{
  margin: 0;
  font-size: 125%;
  font-weight: 300;
  text-align: right;
}

.webletsimpleWeblet .simpleText:has(.standardText) {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  gap: 0;
}
.webletsimpleWeblet .simpleText:has(.standardText) h2{
  grid-column: span 2;
}

@media (max-width: 899px ) {

  article .section.photo2text .weblet:last-of-type{
    grid-column: col-start 6 / content-end;
  }  
  
}

@media (max-width: 649px ) {

  article .section.photo2text::before{
    grid-column: margin;
    border-radius: var(--roundCorners);
  }
  article .section.photo2text .weblet:last-of-type,
  article .section.photo2text .weblet{
    grid-column: 5 /-4;
  }
  
  article .section.photo2text .weblet:first-of-type{
    display: none;
  }
  
  article .section.photo2text .weblet:last-of-type{
    grid-template-columns: [col-start] repeat(9, minmax( 1px, var(--gridpart24) ) ) [col-end] repeat(3, [col-start] minmax( 1px, var(--gridpart24)) minmax( 1px, var(--gridpart24)) [col-middle] minmax( 1px, var(--gridpart24)) minmax( 1px, var(--gridpart24)) [col-end]);
    align-self: flex-end;
  }
    article .section.photo2text .weblet:last-of-type .weblettekst>*{
      margin-bottom: calc( var(--roundPadding) *2 );
      align-self: flex-end;
    }
  
}

.webletarchief1 .overview .viewAll{
  margin-bottom: calc(var(--roundPadding) * 1.5 - 3px);
  grid-row: 1;
}

@media (max-width: 649px ) {

  main article .section:has(.overview) {
    grid-column: margin;
  }

    span.linkbtn a:has(.icon-dz) {
      font-size: 6vw;
    }

}

article .section:has(.weblet .webletniets) {
  display: none;
} .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 { 


}
.webletStylezqndnhEsHuOnMzJsPtPMJW { 


}
.webletStylehljnziEsHuOnMzJsPfPNEDF { 


}
.webletStylefaodnhEsHuOnMzJsPtPMJY { 


}
.webletStylepfstnhEsHuOnMzJsPfPNEHA { 


}
.webletStyleltlorhEsHuOnMzJsPfPNEFD { 


}
.webletStylepvlorhEsHuOnMzJsPfPNEFA { 


}
.webletStylefulorhEsHuOnMzJsPfPNEFC { 


}
.webletStylefmtorhEsHuOnMzJsPfPNEDD { 


}
.webletStylehhuorhEsHuOnMzJsPfPNEAF { 


}.listItem .listTitle a {
    /*color: #2E842A;*/
    color: #000000;
    text-decoration: none;
}


@media print
{

}

