#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: #DF6C08;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #DF6C08;
  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: #DF6C08 !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #C3C4C6 !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #DF6C08;
}

#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: #000000;
}


.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: #00ADEF;
}

.calendarView table tr td a
{
  display: block;
  color: #DF6C08;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #DF6C08;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #C3C4C6;
}

.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 #0F214A;
  border-collapse: collapse;
}

table.ISE-border td
{
  border: none;
}

table.ISE-boxborder,
table.ISE-boxborder th,
table.ISE-boxborder td
{
  border: 1px solid #0F214A;
  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;
}
px)) [content-end];" ]]@font-face
{ 
  font-family: 'Glyphicons Halflings';
  src: url('/dds/up/ZmdezmiLeH_glyphicons-halflings-regular.ttf');
}  

body{
  font-family: 'Verdana', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}

@media (min-width: 700px ) {
  body {
      text-rendering:geometricPrecision;
  }
}

strong, b{
  font-weight: bold;
}

h1,h2{
  font-weight: bold;
  line-height: 1;
}

h3,h5,h4,h6{
  font-weight: bold;
  line-height: 2;
}

blockquote{
  line-height: 1.5;
  font-weight: bold;  
}



h1{
  font-size: 60px;
  margin-bottom: 20px;
  margin-top: 30px;
}
h2{
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 1.25;
}
h3{
  font-size: 18px;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
}
h6{
  font-size: 12px;
}

@media (max-width: 649px ) {
  
    
  
    h1{
      font-size: 8vw;
    }
    h2{
      font-size: 6vw;
    }

}

div:has(.standardText) :is(h2,h3){
  margin-top: 20px;
  margin-bottom: 10px;
}

h2+h3,
.standardText h2+p+h3,
.standardText h2+h3{
  margin-top: 5px;
}

a{
  color: inherit; 
}


a,
a:link,
a:visited{
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}


body{
  color: #0F214A;
  background: #FFFFFF;
}

.standardText h3.ISEStyle{
  margin: 0;
}

h2.ISEStyle.color{
  color: #DF6C08;
}

.ISEStyleIntroduction{
  font-weight: bold;
}

blockquote{
  font-size: 200%;
}

@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: #DF6C08;
  color: #FFFFFF;
  height: 60px;
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  position: relative;
}
  span.linkbtn:hover{
    background: #00ADEF;
  }

  span.linkbtn:has( a ){
    width: calc( 50% - 100px );
  }
  span.linkbtn a{
    text-decoration: none;
    position: absolute;
    left: 0;    
    top: 0;    
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.btnBar{
  display: grid;
  grid-template-columns: [content-start] repeat(6, minmax( 1px, 108.33333333333px)) [content-end];
  grid-template-rows: auto;
  column-gap: 20px;
}

.btnBar a{
  grid-column: span 3;
}
  .btnBar a .linkbtn{
    width: 100%;
  }
  .btnBar a:has(.linkbtn.left){
    grid-column: content / span 3;
    order: 2;
  }
  .btnBar a:has(.linkbtn.right){
    grid-column: span 3 / content;
    order: 3;
  }

@media (max-width: 649px ) {

  .btnBar{
    grid-template-columns: [content-start] 1fr [content-end];
  }

  .btnBar a.abtn:has(.linkbtn) {
    grid-column: content;
  }

}


.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}


#pageWrapper {
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 20px;
}

.grid{
  display: grid;
  grid-template-columns: [page-start] minmax( 1px, 280.0px) [margin-start left] minmax( 1px, 105.0px) [content-start] repeat(6, minmax( 1px, 108.33333333333px)) [content-end] minmax( 1px, 105.0px) [right margin-end] minmax( 1px, 280.0px) [page-end];
  grid-template-columns: [page-start] 1fr [left] 5px [margin-start] minmax( 1px, 105.0px) [content-start] repeat(6, minmax( 1px, 108.33333333333px)) [content-end] minmax( 1px, 105.0px) [margin-end] 5px [right] 1fr [page-end];
  grid-template-rows: auto;
  column-gap: 20px;
  position: relative;
}

@media (max-width: 649px ) {

  .grid{
    grid-template-columns: [page-start left] 5px [margin-start content-start] repeat(6, minmax( 1px, 108.33333333333px)) [content-end margin-end] 5px [right page-end];
  }

}

.grid>* {
  grid-column: content;
}


.SE_dropdownmenu .SE_dropdownmenuitem .icon img{
  display:block;
}

.popinclosebutton img,
.iseButton img{
  vertical-align: inherit;
}


body *, body *::before, body *::after{
  box-sizing: border-box;
}



a,
a:link,
a:visited{
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

hr{
}

header.grid{}
  header.grid::before{
    grid-column: page/right;
    grid-row: 1/span 2;
    content: "";
    background: #FFFFFF;
    border-bottom-right-radius: 30px;
    z-index: 2;
  }
  
  header.grid::after{
    grid-column: page;
    grid-row: 6;
    content: "";
    background: #FFFFFF;
    mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 1440 330" xmlns="http://www.w3.org/2000/svg"><path d="m1440 6.4219c-297.58 153.61-604.73 137.22-768.42 129.72-234.82-7.6453-389.01 74.734-502.26 192.22-56.428-45.54-112.87-91.066-169.3-136.6v138.23h1440v-1.8184z" stroke-width="0"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 1440 330" xmlns="http://www.w3.org/2000/svg"><path d="m1440 6.4219c-297.58 153.61-604.73 137.22-768.42 129.72-234.82-7.6453-389.01 74.734-502.26 192.22-56.428-45.54-112.87-91.066-169.3-136.6v138.23h1440v-1.8184z" stroke-width="0"/></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    height: auto;
    width: 100%;
    aspect-ratio: 1440 / 330;
    position: absolute;
    bottom: -2px;
    z-index: -1;
  }

header .logo{
  grid-column: margin/span 2;
  grid-row: 1/span 2;
  z-index: 2;
  margin-bottom: 20px;
}
  header .logo img{
    width: 100%;
    height: auto;
  }


.search{
  grid-column: span 6 /margin;
  grid-row: 1;
  flex: 1 1 auto;
  z-index: 2;
  
}
  .search fieldset{
    position: relative;
    display: flex;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    background: #F3F4F6;
  }
    .search fieldset:active{
      border: 1px solid #787879;
    }
  .search p{
    display: inline-block;
    height: 100%;
    font-size: 20px;
  }
    .search p:first-of-type{
      width: 100%;
    }
      .search label{
        width: 100%;
        height: 100%;
      }
        .search label input{
          width: 100%;
          border: none;
          background: #FFFFFF;
          color: #0F214A;
          font-size: 1rem;
          line-height: 40px;
          padding: 0 20px;
          background: #F3F4F6;
          outline: none;
        }
        .search label input.empty{
          color: #000000;
        }
        .search label input:active,
        .search label input:focus{
          background: #FFFFFF;
          border: 1px solid #0F214A;
          border-radius: 20px;
          line-height: 38px;
        }
    .search p:last-of-type{
    }
      .search button{
        border: none;
        height: 100%;
        padding: 0 5px;
        border-radius: 20px;
        text-transform: uppercase;
        font-size: 20px;
        width: 60px;
        background: #F3F4F6;
      }
        .search button::before{
           content: "\f002";
           font-family: 'icomoon';
           color: #000000;
           font-style: normal;
           font-weight: 400;
           line-height: 0;
           vertical-align: middle;
           position: relative;
           top: -5px;
        }   
        .search button:hover{
          background: #00ADEF;
        }


.menu{
  grid-column: span 6 /margin;
  grid-row: 2;
  z-index: 2;
}

.menu ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
  .menu ul li{
    display: block;
  }

  .menu li a{
    color: #0F214A;
    text-decoration: none;
  }  
  .menu li a:hover{
    text-decoration: underline;
  }  
    .menu li a span{
      display: flex;
      width: max-content;
      padding: 10px;    
    }
    .menu li a.selected.navigated{
      color: #DF6C08;
    }

.onlyMobile{
  display: none;
}

.banner{
    grid-column: page;
    grid-row: 2 / span 4;
    z-index: -1;
    font-size: 0;
    z-index: -2;
}
  .banner img{
    width: 100%;
    height: auto;
  }



@media (min-width: 650px ) {

  .moduleTitle{
      grid-column: margin;
      grid-row: 4;
      margin-top: -40px;
  }
    .moduleTitle h1{
        color: #FFFFFF;
        text-shadow: 2px 2px 6px #000000;
    }
  
}  

@media (max-width: 649px ) {
  
    
  
  .onlyMobile{
    display: block;
    z-index: 3;
    justify-self: end;
  }
 
  header>.logo{
    grid-column: content / span 2;
    padding-bottom: 10px;
    margin: 0;
  }
  header>.search,
  header>.menu{
    display: none;
    grid-column: page;
    z-index: 1;
    width: 100%;
  }
  .menuBtn{
    grid-column: -3;
    grid-row: 1;
  }
  .searchBtn{
    grid-column: -4;
    grid-row: 1;
  }

  header.grid::before{
    grid-column: page;
  }

  header.grid::after{
    grid-row: 5;
    position: relative;
  }
 
  .moduleTitle{
      grid-row: 6;
  }

  

  .onlyMobile button{
    width: 45px;
    height: 45px;
    border-radius: 22px;
    background: #FFFFFF;
    font-size: 30px;
    border: none;
  }
    .onlyMobile button::after{
      content: "\f002";
      font-family: 'icomoon';
      color: #0F214A;
      font-style: normal;
      font-weight: 400;
      line-height: 0;
      vertical-align: middle;
      position: relative;
      top: -5px;
    }  
    .onlyMobile button:hover{
      background: #00ADEF;
    }

  .search-open .searchBtn button::after{
    content: "\f00d";
  }
  .search-open .searchBtn button::after{
    content: "";
    mask-image: url('data:image/svg+xml;utf8,<svg class="svg-icon" fill="currentColor" overflow="hidden" version="1.1" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg"><path  d="m87.398 18.448c-4.5078 3e-6 -9.0146 1.7256-12.469 5.1797l-51.306 51.306c-6.9082 6.9082-6.9082 18.031 5e-6 24.939l201.35 201.35-198.9 198.9c-6.9082 6.9082-6.9082 18.031-7e-6 24.939l51.306 51.306c6.9082 6.9082 18.031 6.9082 24.939 0l198.9-198.9 196.46 196.46c6.9082 6.9082 18.031 6.9082 24.939 1e-5l51.306-51.306c6.9082-6.9082 6.9082-18.031 0-24.939l-196.46-196.46 198.91-198.91c6.9082-6.9082 6.9082-18.031 0-24.939l-51.306-51.306c-6.9082-6.9082-18.031-6.9082-24.939 4e-6l-198.91 198.91-201.35-201.35c-3.4541-3.4541-7.9629-5.1797-12.471-5.1797z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg class="svg-icon" fill="currentColor" overflow="hidden" version="1.1" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg"><path  d="m87.398 18.448c-4.5078 3e-6 -9.0146 1.7256-12.469 5.1797l-51.306 51.306c-6.9082 6.9082-6.9082 18.031 5e-6 24.939l201.35 201.35-198.9 198.9c-6.9082 6.9082-6.9082 18.031-7e-6 24.939l51.306 51.306c6.9082 6.9082 18.031 6.9082 24.939 0l198.9-198.9 196.46 196.46c6.9082 6.9082 18.031 6.9082 24.939 1e-5l51.306-51.306c6.9082-6.9082 6.9082-18.031 0-24.939l-196.46-196.46 198.91-198.91c6.9082-6.9082 6.9082-18.031 0-24.939l-51.306-51.306c-6.9082-6.9082-18.031-6.9082-24.939 4e-6l-198.91 198.91-201.35-201.35c-3.4541-3.4541-7.9629-5.1797-12.471-5.1797z"/></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: flex;
    background-color: #0F214A;
    top: 0;
    left: 5px;
  }
  .search-open header>.search{
    display: flex;
    position: absolute;
    margin-top: 20px;
    background: #F3F4F6;
    width: 100%;
    padding: 25px;
    padding-top: 60px;
    border-bottom-right-radius: 30px;
  }
    .search-open header .search form{
      width: 100%;
      margin-top: 30px;
    }
  .search fieldset, 
  .search button,
  .search label input{
    background: #FFFFFF;
  }
  
  .menuBtn button::after{
    content: "\f0c9";
  }  
  .menu-open .menuBtn button::after{
    content: "\f00d";
  }
  .menu-open .menuBtn button::after{
    content: "";
    mask-image: url('data:image/svg+xml;utf8,<svg class="svg-icon" fill="currentColor" overflow="hidden" version="1.1" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg"><path  d="m87.398 18.448c-4.5078 3e-6 -9.0146 1.7256-12.469 5.1797l-51.306 51.306c-6.9082 6.9082-6.9082 18.031 5e-6 24.939l201.35 201.35-198.9 198.9c-6.9082 6.9082-6.9082 18.031-7e-6 24.939l51.306 51.306c6.9082 6.9082 18.031 6.9082 24.939 0l198.9-198.9 196.46 196.46c6.9082 6.9082 18.031 6.9082 24.939 1e-5l51.306-51.306c6.9082-6.9082 6.9082-18.031 0-24.939l-196.46-196.46 198.91-198.91c6.9082-6.9082 6.9082-18.031 0-24.939l-51.306-51.306c-6.9082-6.9082-18.031-6.9082-24.939 4e-6l-198.91 198.91-201.35-201.35c-3.4541-3.4541-7.9629-5.1797-12.471-5.1797z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg class="svg-icon" fill="currentColor" overflow="hidden" version="1.1" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg"><path  d="m87.398 18.448c-4.5078 3e-6 -9.0146 1.7256-12.469 5.1797l-51.306 51.306c-6.9082 6.9082-6.9082 18.031 5e-6 24.939l201.35 201.35-198.9 198.9c-6.9082 6.9082-6.9082 18.031-7e-6 24.939l51.306 51.306c6.9082 6.9082 18.031 6.9082 24.939 0l198.9-198.9 196.46 196.46c6.9082 6.9082 18.031 6.9082 24.939 1e-5l51.306-51.306c6.9082-6.9082 6.9082-18.031 0-24.939l-196.46-196.46 198.91-198.91c6.9082-6.9082 6.9082-18.031 0-24.939l-51.306-51.306c-6.9082-6.9082-18.031-6.9082-24.939 4e-6l-198.91 198.91-201.35-201.35c-3.4541-3.4541-7.9629-5.1797-12.471-5.1797z"/></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: flex;
    background-color: #0F214A;
    top: 0;
    left: 5px;
  }
  
  .menu-open .menu{
    display: flex;
    position: absolute;
    background: #FFFFFF;
  }  
  
  .menu-open .menu ul{
    gap: 5px;
    margin-top: 5px;
  }
    .menu-open .menu ul li{
      width: 100%;
      background: #F3F4F6;
    }
      .menu-open .menu ul li:first-of-type{
        padding-top: 30px;
      }
      .menu-open .menu ul li:last-of-type{
        border-bottom-right-radius: 30px;
      }
    .menu-open .menu ul li:hover{
      background: #00ADEF;
    }

}



article.contentWrapper>div{
  margin-bottom: 60px;
}
.contentWrapper>div:last-of-type{
  margin-bottom: 0;
}
.suppressTitle{
  display: none;
}

.multimedia:has(.img_overview):has(+h2){
  width: 100px !important;
  height: 100px;
  border-radius: 30px;
  border: 2px solid #DF6C08;
  display: inline-flex;
  margin-right: 20px;
}
  .multimedia:has(+h2) .img_overview{
    width: 100%;
    height: auto;
  }

.multimedia:has(.img_overview)+h2{
  margin: 0;
  display: inline-flex;
  position: relative;
  vertical-align: top;
  top: 35px;
  margin-bottom: 10px;
  width: calc( 100% - 120px);
}

.multimedia:has(.img_overview)+h2~p:first-of-type{
  margin-top: 30px;
}

h3+h2{
  position: relative;
  top: -10px;
}


article>.standardText{
  display: contents;
}  
article>.standardText>* {
  grid-column: content;
}  

.standardText>div{
  margin: 30px 0;
  clear: both;
}
.standardText>div:first-of-type{
  margin-top: 0;
}

.standardText>.w50{
  grid-column: margin;
  background: #F3F4F6;
  display: grid;
  grid-template-columns: 30px [text-start] 1fr [text-end] 30px [picture-start] calc( 50% - 10px ) [picture-end];
  grid-template-rows: auto;
  border-bottom-right-radius: 30px;
}
.standardText>.w50::before,
.standardText>.w50::after{
  content: '';
  grid-column: text;
  grid-row: 1;
  height: 40px;
}
.standardText>.w50::after{
  grid-row: 12;
}

.standardText>.w50>*{
  grid-column: text;
}

.picture-right p:has(img){
  display: contents;
}
.picture-right span.multimedia:has(img){
  grid-column: picture;
  height: 100%;
  grid-row: 1 / 13;
  position: relative;
}

.picture-right span.multimedia img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 30px;
}

.standardText>.partnerIcons{
  grid-column: margin;
  container-type: inline-size;
}
  .standardText .partnerIcons h2{
  }
	.standardText .partnerIcons table{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax( 230px, 1fr ));
    grid-template-rows: auto; 
    gap: 20px;   
  }
    .standardText .partnerIcons  table tbody,
    .standardText .partnerIcons  table tr{
      display: contents;
    }
      .standardText .partnerIcons  table td{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        order: 2;
      }
        .standardText .partnerIcons  table td:has( img ){
          border: 1px solid #F3F4F6;
          padding: 10px;
        }  
        .standardText .partnerIcons  table td:not(:has( img )){
          border: 1px solid none;
        }  
        .standardText .partnerIcons  table td img{
          width: 100%;
          height: auto;
        }

@media (max-width: 649px ) {

  .standardText>.w50{
    grid-column: page;
    grid-template-columns: [picture-start] 25px [text-start] minmax( 1px, 100% ) [text-end] 25px [picture-end];
  }

  .picture-right span.multimedia:has(img){
    grid-row: 13;
  }
  .picture-right span.multimedia img{
    position: unset;
    height: auto;
    border-bottom-right-radius: 0;
  }
  .standardText > .w50::after{
    height: 25px;
  }
  
  .standardText span.linkbtn{
    width: 100%;
  }
  
}


@container (max-width: 979px ){
  
  .standardText .partnerIcons table tr:last-of-type td:has( ~ td img ){
    order: 4;
  }  
  .standardText .partnerIcons table td:not(:has( img )){
    order: 5;
  }  

}


@container (max-width: 729px ){
  
  .standardText .partnerIcons table td:not(:has( img )){
    display: none;
  }  

}






footer.grid{
grid-template-areas:    
    "mrgn1L mrgn2L image1 image1 image1 image1 image2 image2 image2 image2 mrgn2R mrgn1R"
    "mrgn1L mrgn2L text1  text1  text2  text2  text3  text3  text4  text4  mrgn2R mrgn1R";
}

footer.grid::before{
  grid-column: page;
  grid-row: 1;
  content: "";
  background: #F3F4F6;
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 381 238.12" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.0002 0 0 1.0015 -.045009 -.040997)" stroke-width="0"><path d="m233.31 0.044951c-6.9368 0.032017-13.939 0.24708-20.986 0.65196-32.897 1.8899-73.916 3.3379-120.04 17.979-35.946 11.41-67.379 20.811-92.239 30.632v188.5h380.92l-0.00382-203.7c-36.756-21.88-89.933-34.33-147.65-34.064z"/></g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 381 238.12" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(1.0002 0 0 1.0015 -.045009 -.040997)" stroke-width="0"><path d="m233.31 0.044951c-6.9368 0.032017-13.939 0.24708-20.986 0.65196-32.897 1.8899-73.916 3.3379-120.04 17.979-35.946 11.41-67.379 20.811-92.239 30.632v188.5h380.92l-0.00382-203.7c-36.756-21.88-89.933-34.33-147.65-34.064z"/></g></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: auto;
  width: 100%;
  aspect-ratio: 1440 / 900;
  position: absolute;
  top: 80px;
  z-index: -1;
}
footer.grid::after{
  grid-column: page;
  grid-row: 2;
  content: "";
  background: #F3F4F6;
  margin-top: -45px;
  z-index: -1;
}


.image1{
  grid-area: image1;
}
.image2{
  grid-area: image2;
}

.image img{
  aspect-ratio: 4 / 2;
  width: 100%;
  height: auto;
  border-bottom-right-radius: 30px;
}

.imageBlock{
  padding: 50px 0;
}
  .imageBlock .simpleText{
    position: relative;
    padding-bottom: 30px;
  }
    .imageBlock .simpleText div.hyperLinks{
      position: absolute;
      bottom: 0;
      left: 50px;
      width: calc( 100% - 100px );
      height: 60px;
    }
      .imageBlock div.hyperLinks ul,
      .imageBlock div.hyperLinks ul li{
        display: contents;
      }
        .imageBlock div.hyperLinks ul li a{
          background: #DF6C08;
          border-radius: 30px;
          padding: 10px 20px;
          display: flex;       
          justify-content: center;
          align-items: center;
          text-decoration: none;
        }
          .imageBlock div.hyperLinks ul li a:hover{
              background: #00ADEF;
          }
        .imageBlock div.hyperLinks ul li a span.title{
          color: #FFFFFF;
          display: inline-block;
          font-size: 18px;
          font-weight: bold;
        }

.text1{
  grid-area: text1;
}
.text2{
  grid-area: text2;
}
.text3{
  grid-area: text3;
}
.text4{
  grid-area: text4;
}

div.textBlock{
  font-size: 14px;
  padding: 50px 0;
  line-height: 1.5;
}
  div.textBlock h3{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
  }
 
.textBlock a:has(span.icon){
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-top: 6px;
  margin-right: 10px;
}
.textBlock span.icon{
  position: absolute;
  display: inline-flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #DF6C08;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin: 0;
}
  .textBlock span.icon:before{
    
    position: relative;  
    top: -2px;
  }
  .textBlock span.icon:hover{
    background: #00ADEF;
  }
  .textBlock a span.icon{
    color: #FFFFFF;
  }
    .textBlock a:hover span.icon{
      text-decoration: none;
    }

.icon.icon-x::before {
  width: 20px;
  height: 20px;
}

@media (max-width: 649px ) {

  footer.grid{
    grid-template-columns: [page-start left] 5px [margin-start content-start] minmax( 1px, 100% ) [content-end margin-end] 5px [right page-end];
    grid-template-areas:    
      "mrgn1L  image1  mrgn1R"
      "mrgn1L  image2  mrgn1R"
      "mrgn1L  text1   mrgn1R"
      "mrgn1L  text2   mrgn1R"
      "mrgn1L  text3   mrgn1R"
      "mrgn1L  text4   mrgn1R";
    }

  footer.grid::after{
    grid-row: 2 /7;
  }

  footer div.textBlock{
    padding: 0;
  }
  footer div.textBlock:last-of-type{
    padding-bottom: 30px;
  }
  
  footer .image img{
    border-bottom-right-radius: 0;
  }
  
  footer .imageBlock .simpleText div.hyperLinks{
    width: 100%;
    left: 0;
  }
  
}
.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: #DF6C08;
  color: #FFFFFF;
  border: none;
  position: relative;
}
  .content button:hover{
    background: #00ADEF;
    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;
}

}
article{
  display: contents;
}
article>* {
  grid-column: content;
}  

  .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;
}

 
.webletStylensdoqfEsHuOnMzJqPrPMNA { 


}
.webletStyledtdoqfEsHuOnMzJqPrPMNC { 


}
.webletStylenudoqfEsHuOnMzJqPrPMNE { 


}
.webletStylermxoqfEsHuOnMzJqPrPMNG { 


}
.webletStylepvflsfEsHuOnMzJqPrPMJO { 


}
.webletStyledjglsfEsHuOnMzJqPrPMJQ { 


}
.webletStylerkqjdfEsHuOnMzJqPrPMJG { 


}
.webletStylejcoqqfEsHuOnMzJqPrPMJI { 


}
.webletStylethoqqfEsHuOnMzJqPrPMJK { 


}
.webletStylerwrjdfEsHuOnMzJqPrPMJM { 


}.moduleTitle {
        margin-top: -35px;
    }

span.date {
    visibility: hidden;
}
@media print
{

}

