#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: #5F5F5F;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #5F5F5F;
  background-color: #EFEFEF;
  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: #5F5F5F !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #E5DFDB !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #5F5F5F;
}

#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: #FFDE00;
}

.calendarView table tr td a
{
  display: block;
  color: #5F5F5F;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #5F5F5F;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #E5DFDB;
}

.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 #002E5E;
  border-collapse: collapse;
}

table.ISE-border td
{
  border: none;
}

table.ISE-boxborder,
table.ISE-boxborder th,
table.ISE-boxborder td
{
  border: 1px solid #002E5E;
  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;
}

  .webletEditLink{
    z-index: 1000;
  }
  .webletEditLink a::before,
  .webletEditLink a::after{
    content: "" !important;
  }


@font-face {
  font-family: 'Raleway';
  src: url('/dds/up/ZiiitjlKkusB_Raleway-Regular.ttf'); 
  font-weight: normal; 
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('/dds/up/ZiiitjlKwwsB_Raleway-Medium.ttf'); 
  font-weight: 500; 
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('/dds/up/ZiiitjlKizsB_Raleway-SemiBold.ttf'); 
  font-weight: 600; 
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('/dds/up/ZiiitjlKubtB_Raleway-Bold.ttf'); 
  font-weight: bold; 
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('/dds/up/ZiiitjlKgetB_Raleway-ExtraBold.ttf'); 
  font-weight: 800; 
  font-style: normal;
}



@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKattB_Roboto-Light.ttf'); 
  font-weight: 300; 
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKyxtB_Roboto-Regular.ttf'); 
  font-weight: normal; 
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKkauB_Roboto-Italic.ttf'); 
  font-weight: normal; 
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKwcuB_Roboto-Medium.ttf'); 
  font-weight: 500; 
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKuhuB_Roboto-Bold.ttf'); 
  font-weight: bold; 
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKgkuB_Roboto-BoldItalic.ttf'); 
  font-weight: bold; 
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKcotB_Roboto-Thin.ttf'); 
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKoqtB_Roboto-ThinItalic.ttf'); 
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKmvtB_Roboto-LightItalic.ttf'); 
  font-weight: 300; 
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKifuB_Roboto-MediumItalic.ttf'); 
  font-weight: 500; 
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKsmuB_Roboto-Black.ttf'); 
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/dds/up/ZiiitjlKepuB_Roboto-BlackItalic.ttf'); 
  font-weight: 900; 
  font-style: italic;
}


@font-face {
  font-family: 'Roboto Slab';
  src: url('/dds/up/ZiiitjlKilvB_RobotoSlab-Regular.ttf'); 
  font-weight: normal; 
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('/dds/up/ZiiitjlKunvB_RobotoSlab-Bold.ttf'); 
  font-weight: bold; 
  font-style: normal;
}



@font-face {
  font-family: 'Elegant icons';
	src:url('/dds/up/ZiiitjlKoksB_ElegantIcons.eot');
	src:url('/dds/up/ZiiitjlKoksB_ElegantIcons.eot?#iefix') format('embedded-opentype'),
    url('/dds/up/ZiiitjlKcisB_ElegantIcons.ttf') format('truetype'),
		url('/dds/up/ZiiitjlKansB_ElegantIcons.woff') format('woff'),
		url('/dds/up/ZiiitjlKmpsB_ElegantIcons.svg#ElegantIcons') format('svg');
	  font-weight: normal; 
  font-style: normal;
}

body
{
  font-family: 'roboto', sans-serif;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
}

@media (min-width: 700px ) {
  body {
    
      text-rendering:geometricPrecision;
  }
}

strong, b
{

  font-weight: bold;
}

h1,h2,h3,h5
{
  font-family: 'raleway', sans-serif;
  font-weight: bold;
  line-height: 30px;
}

h1,h2{
  font-weight: 800;
}

h4,h6
{
  font-family: 'raleway', sans-serif;
  font-weight: normal;
  line-height: 30px;
}



h1
{
  font-size: 58px;
  line-height: 60px;
}

h2
{
  font-size: 30px;
}

h3
{
  font-size: 22px;
}

h4
{
  font-size: 18px;
}

h5
{
  font-size: 16px;
}

h6
{
  font-size: 14px;
}

h2.ISEStyle
{
}


@media (max-width: 699px ) {
   #content .standardText table td{
      width: 100%;
      display:block;
  }
}

span.multimedia
{
  max-width: 100%;
  overflow: hidden;
}

body.ISE-internal-iframe-body 
{
  min-width: inherit; 
  font-size: 100%;
  color: black;
}


code {  font-family: courier,monospace;  }
xml {  font-family: courier,monospace;  }


span.underline{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  display:block;
  position: relative;

}

.weblettekst table td{
  vertical-align: top;
}
  .weblettekst table span.multimedia{
    display: inline-block;
  }



.img_south      { margin:  0px 10px  0px  0px; }
.img_south_west { margin:  0px 10px  0px 10px; }
.img_west       { margin:  0px  0px 10px 10px; }
.img_north_west { margin: 10px  0px  0px 10px; }
.img_north      { margin:  0px 10px  0px  0px; }
.img_north_east { margin: 10px 10px  0px  0px; }
.img_east       { margin:  0px  0px 10px  0px; }
.img_south_east { margin:  0px 10px 10px  0px; }
.img_all        { margin: 10px 10px 10px 10px; }

img.left           { float: left; }
img.right          { float: right; }
img.center         { display: block; margin-left: auto; margin-right: auto; text-align:center; }

span.left           { float: left; }
span.right          { float: right; }
span.center         { display: block; margin-left: auto; margin-right: auto; text-align:center; }

.multimedia_left   { float: left; }
.multimedia_right  { float: right; }
.multimedia_center { display: block; margin-left: auto; margin-right: auto; text-align:center; }

.multimedia a { display: inline-block; }

.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;
}


.txt-center{
  text-align: center;
  display: block;
}

.icon-wdo{
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: 'Elegant Icons' !important;;
}



.ISE-internal-iframe-body .linkbtn{
  color: #000000;
  border: 1px solid #000000;
}
.ISE-internal-iframe-body .linkbtn:hover{
  background: #B2B3B8;
}

.linkbtn{
  cursor: pointer;
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  margin: 0;
  color: #FFFFFF;
  background: #FFDE00;
  border: none;
  position: relative;
}

.linkbtn a::after{
  content: "\e03c";
  display: inline-block;
  width: 30px;
  height: 20px;
  font-family: 'Elegant Icons';
  text-align: right;
}

.linkbtn a:hover,
a .linkbtn:hover
{
  color: #002E5E;
}

.linkbtn a,
.linkbtn a:visited,
.linkbtn a:active,
a .linkbtn,
a .linkbtn:visited,
a .linkbtn:active
{
  background: #FFDE00;
  color: #FFFFFF;
  text-decoration: none;
}

a .linkbtn{
  padding: 0 20px;
}

.linkbtn a{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}

.linkbtn a:link,
.linkbtn a:visited{
  border-bottom: 0;
}

.linkbtn:hover a{
  color: inherit;
}


span.media_placement_freeStyle{
}
.webletpos.cstyle-redline .block{
  position: relative;
}

span.media_placement_freeStyle{
  position: absolute;
  margin:0;
}
.ie span.media_placement_freeStyle{
  position: relative;
}


span.media_placement_freeStyle.img_north_east,
span.media_placement_freeStyle.img_south_east,
span.media_placement_freeStyle.img_east{ 
  top: 40px;  
}

span.media_placement_freeStyle.img_south_west,
span.media_placement_freeStyle.img_south_east,
span.media_placement_freeStyle.img_south{ 
  left: 40px;
}

span.media_placement_freeStyle.img_south_west,
span.media_placement_freeStyle.img_north_west,
span.media_placement_freeStyle.img_west{ 
  bottom: 40px;
}

span.media_placement_freeStyle.img_north_east,
span.media_placement_freeStyle.img_north_west,
span.media_placement_freeStyle.img_north{ 
  right: 40px;
}

.horizonView h2.webletTitle,
.textWebletTitleSmal h2.webletTitle{
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 500;
}
  .textWebletTitleSmal.color-white h2.webletTitle{
    color : #00B1C0;
  }

.fullWithMedia.noPadding .multimedia{
  margin: -40px;
  width: auto !important;
  max-width: unset;
}

.ie .fullWithMedia.noPadding{
  padding: 0;
}
.ie .fullWithMedia.noPadding .multimedia{
  margin: 0;
}
.ie .webletsimpleWeblet.fullWithMedia.noPadding .standardText{
  padding: 40px;
}

.fullWithMedia br{
  display:none;
}
.fullWithMedia .multimedia{
  display: block;
  width: 100%;
  height: auto;
}
  .fullWithMedia .multimedia img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
.textWebl.fullWithMedia br{
  display:unset;
}

.webletsimpleWeblet .simpleText{
  height: 100%;
}
  .webletsimpleWeblet .simpleText .row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    height: 100%;
  }
    .webletsimpleWeblet .simpleText .text{
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto;
    }
    .webletsimpleWeblet .simpleText .image{
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
    }

.image-quote{
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
  .weblets .webletpos.image-quote{
    padding: 0px 00px 40px;
    margin: 10px;
  }
  .image-quote .block{
    background: #FFFFFF;
    text-transform: uppercase;
    padding:25px 25px 0;
  }
  
  .image-quote h2{
    font-size: 35px;
    font-weight: 900;
  }
    .image-quote h2.webletTitle{
      color: #FFDE00;
      font-size: inherit;
    }
  .image-quote p span.txt-center{
    font-size: 75%;
    font-weight: bold;
  }
    .image-quote p span.txt-center strong{
      font-size: 150%;
      font-weight: bold;
    }
    .image-quote p ~ p span.txt-center{
        margin-top: -20px;
    }
  .image-quote .block p:last-of-type::after {
    content: "";
    display: block;
    height: 15px;
    width: 100%;
    border-style: solid;
    border-width: 35px 220px 0 220px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 5px;
  }

@media (min-width: 992px ){

  .image-quote.width-2 {
     width: calc( 25% - 20px );
  }
  .image-quote.width-3{
     width: calc( 37.5% - 20px );
  }
  .image-quote.width-4{
     width: calc( 50% - 20px );
  }
  
}

@media (max-width: 991px ){

  .image-quote.widthTablet-3 {
     width: calc( 37.5% - 20px );
  }
  .image-quote.widthTablet-2 {
     width: calc( 25% - 20px );
  }
  .image-quote.widthTablet-4 {
     width: calc( 50% - 20px );
  }

}

@media (max-width: 767px ){
  .weblets .webletpos.image-quote{
     width: 230px;
  }
  
  .image-quote h2{
    font-size: 20px;
  }  

  .image-quote p{
    font-size: 60%;
  }  

}

@media (max-width: 600px ){
  .mod_webhome .weblets .webletpos.image-quote{
     width: 100%;
     padding: 15px;
     margin: 0;
     position: relative;
     order: -1;
  }
  .image-quote .block p:last-of-type::after{
    display:none;
  }
  
  .image-quote h2{
    font-size: 20px;
  }  

  .image-quote p{
    font-size: 60%;
  }  

}


.yellowLinkBlock {
  background : #FFDE00;
  padding: 20px 30px !important;
  position: absolute;
  right: 0;
  top: 0;
}
  .yellowLinkBlock a{
    font-weight: 500;
  }
    .yellowLinkBlock a::after{
      content: "\e03c";
      display: inline-block;
      width: 20px;
      height: 20px;
      font-family: 'Elegant Icons';
      position: relative;
      left: 4px;
      top: 2px;
    }
  @media (min-width: 992px ) {
    .yellowLinkBlock[class*=ver-offset]{
      height: 65px;
      top: -65px;
    }  
  }

.navlist ul {
  padding: 0;
}
  .navlist ul li{
    display: inline-block;
    margin-left: 20px;
  }
    .navlist ul li a{
      display: inline-block;
      color: inherit;
      padding: 5px;
      margin: -5px;
    }
    .navlist ul li::before{
      content: ""; 
      position: relative;
      right: 10px;
    }
      .navlist ul li:first-child{
         margin-left: 0px;
       }
      .navlist ul li:first-child::before{
         content: "";
       }


.horizonView{
  position: relative;
}
  .horizonView .overview{
    margin-right: -40px;
  }  
  .horizonView .webletTitle{
    display: none;
  }
  .horizonView .headTitle{
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    Padding-bottom: 10px;
  }
  .horizonView ul{
    overflow: hidden;
    margin: 0;
    padding: 0;
    display:flex;
  }
    .horizonView ul>li{
      padding: 0 20px;
      display: none;
      width: 33%;
      border-right: 1px solid currentColor;
    }
    
    .horizonView ul::after{
      content: '';
      position: relative;
      display: block;
      width: 10px;
      right: 5px;      
      
    }

  .horizonView h3{
    color: #002E5E;
  }
  #suboutline .page .horizonView p{
    padding-top: 20px;
    padding-bottom: 70px; 
  }

  .horizonView span.leesmeer{
    display: block;
    color : #002E5E;
    position: absolute;
    bottom: 60px;
  }
  .horizonView span.leesmeer a::before{
      content: "\e03c";
      display: inline-block;
      width: 30px;
      height: 20px;
      font-family: 'Elegant Icons';
    }


  .horizonView ul>li:nth-child(1){
     display: inline-block;
  }
  @media (min-width: 768px ) {   
    .horizonView ul>li:nth-child(2),
    .horizonView ul>li:nth-child(3) {
      display: inline-block;
    }
  }

  
    .horizonView .bullets{
      right: inherit;
      bottom: inherit;
      left: -40px;
      top: 75px;
      width: 40px;
    }
    .horizonView .bullets>div{
      background: #004D9E;
    }
    .horizonView .bullets>div.selected{
      background: #FFFFFF;
    }

    .horizonView .prevNextBtns {
      right: inherit;
      bottom: inherit;
      left: -40px;
      top: 130px;
      width: 40px;
      padding: 0;
    }
    .horizonView .prevNextBtns .btn{
      font-size: 0;
      padding: 0 5px;
    }

    .horizonView .prevNextBtns .btn::before{
      content: "\3c";
      display: inline-block;
      font-size: 25px;
      width: 30px;
      height: 30px;
      font-family: 'Elegant Icons';
    }
    .horizonView .prevNextBtns .next .btn::before{
      content: "\3d";
    }

@media (max-width: 767px ) { 
  .horizonView ul>li{
    width: 100%;
  }
 .horizonView .prevNextBtns {
    left: -105px;
    top: 80px;
  }    
  
  .swypeUsed .horizonView .swypeIcon::before{
     background: url('/dds/gx/ZiiitjlKsiqM.png') no-repeat;
     background-size: 40px 40px;
     content: "";
     position: absolute;
     bottom: 20px;
     right: 35px;
     width: 40px;
     height: 40px;
     
  }
  
}


.factsAndFigures .multimedia{
    margin-left: 20px;
}
  .factsAndFigures .multimedia:nth-of-type(2){
    margin-left: 0;
  }  
  
@media (min-width: 768px ) and ( max-width: 1199px ) { 

  .factsAndFigures{
    width: 400px !important;
  }
  .factsAndFigures+div{
    width: calc( 100% - 400px ) !important;
  }

  .factsAndFigures .block{
    margin: auto;
    margin-top: -100px;
  }

  .factsAndFigures .multimedia{
    margin-left: 0;
  }

  .factsAndFigures .multimedia:nth-of-type(2) img,
  .factsAndFigures .multimedia:nth-of-type(3) img{ 
    margin-bottom: 20px;
  }  
  .factsAndFigures .multimedia:nth-of-type(3) img,
  .factsAndFigures .multimedia:nth-of-type(5) img{ 
     margin-left: 20px;
 }
 
}  

@media (max-width: 767px ) { 

  .factsAndFigures{
    padding-top: 100px !important;
    padding-bottom: 0px !important;
    
  }
  .factsAndFigures .multimedia{
    width: 22% !important;
    margin-left: 4%;
    display: inline-block;
  }
    .factsAndFigures .multimedia img{
      width: 100%;
      height: auto;
    }
    
}

@media (max-width: 991px ) {
  .weblets .webletpos.widthTablet-8.zoomInWeblet{
    padding: 40px;
  }
}

.zoomInWeblet h4{
  z-index: 30;
  position: relative;
  width: 60%;
}

body
{
  color: #002E5E;
  background: #B2B3B8;
}

.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}

#suboutline{
  max-width: 1200px;
  position:relative;
  margin: 0 auto;
}

#pageWrapper
{
  overflow: hidden;
}
#pageWrapper>*
{
  position: relative;
}
@media (min-width: 1100px ) {
  #pageWrapper
  {
    padding-bottom: 40px;
  }
}


.SE_dropdownmenu .SE_dropdownmenuitem .icon img
{
  display: block;
}

.popinclosebutton img,
.iseButton img{
  vertical-align: inherit;
}

body *, body *::before, body *::after
{
  box-sizing: border-box;
}

.row .weblettekst
{
  padding-right: 15px;
  padding-left: 15px;
}



a,
a:link,
a:visited
{
  color: inherit;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
  color: inherit
}

a.anchor_id{
  display:none;
}

@media (min-width: 768px ) 
{
  .minmarge
  {
    margin-left: -15px;
    margin-right: -15px;
  }
}

#bannerWrapper {
    background-color: #5F5F5F;
}

#headerWrapper {
  position: relative;
  min-height: 380px;
}


#banner{
  position: relative;
  max-width: 1200px;
  margin: auto;
}
  #banner div{
  }
  
  #banner p{
    display: none;
  }
  #banner .slider{
    position: relative;
    width: auto;
    height: auto;
    background: unset;
    text-align: unset;
  }


.webletcontentSlide .slider li >* {
  width: 100%;
  height: 100%;
}
  .webletcontentSlide .slider .multimedia{
    width: 100% !important;
    height: 100%;
    display: block;
    position: relative;
  }
    .webletcontentSlide .slider img{
      width: auto;
      height: 100%;
    }
.webletcontentSlide .bullets{
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner .webletcontentSlide .bullets{
  left: 6%;
  top: 270px;
  bottom: inherit;
  right: 83%;
  width: auto;
}

@media (max-width: 1200px ) {
  #banner .webletcontentSlide .bullets{
    left: 0;
    right: 75%;
  }
}

@media (max-width: 768px ) {
  #banner .webletcontentSlide .bullets{
    left: 0;
    right: unset;
    width: 145px;
  }
}


.webletcontentSlide .bullets div{
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  #banner .webletcontentSlide .bullets>div{
      background: #FFFFFF;
  }
    #banner .webletcontentSlide .bullets>div.selected{
      background: #FFDE00;
    }


  .webletcontentSlide .slider .multimedia_left img{
    position: absolute;
    top: 0;
    left: 0;
  }
  .webletcontentSlide .slider .multimedia_center img{
    position: absolute;
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
  }
  .webletcontentSlide .slider .multimedia_right img{
    position: absolute;
    top: 0;
    right: 0;
  }

#banner .webletcontentSlide::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 160px;
  width: 100%;
  opacity: 0.2;
  background: url("/dds/gx/ZiiitjlKelqM.png") no-repeat left bottom; 
  background-image: 

repeating-linear-gradient(135deg, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 25px, rgb(255, 255, 255,0) 25px, rgb(255, 255, 255,0) 50px); ;
}


#header {
  margin-top: 40px;
}


#headerWrapper .headerContent{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


#header .webletLocationheaderLogo{
  padding: 0 0 20px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
  .webletLocationheaderLogo span.multimedia{
    background-color: #FFFFFF;
    width: 144px !important;
    padding: 10px 10px 0;
    height: auto  !important;
    display: inline-block;
    overflow: visible;
    position: relative;
  }
    .webletLocationheaderLogo span.multimedia img{
      width: 100%;
      height: auto;
    }
    .webletLocationheaderLogo div{
      display: none;
    }
  .webletLocationheaderLogo span.multimedia:after{
    content: "";
    display: block;
    height: 15px;
    width: 100%;
    border-style: solid;
    border-width: 15px 75px 0 75px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
  }
  
@media (min-width: 992px ) {
  .webletLocationheaderLogo span.multimedia{
    float: right;
  }
}

@media (max-width: 767px ) {
  #header .webletLocationheaderLogo{
    margin-left: 20px;
  }
}  



#header.row{
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.webletLocationmenuNav{
    padding-right: 0;
    flex: 1 0 auto;
    margin-left: -10px;
}
  .webletLocationmenuNav h2{
    Display: none;
  }  

#menu{
  background: #007BC2;
  background: linear-gradient(to bottom, #00B1C0, #007BC2);
  padding: 10px 15px;
  height: 70px;
}
  #menu li{
    color: #FFFFFF;
    display: inline-block;
    margin: 10px;
    position: relative;
  }
    #menu li.selected>a{
      font-weight: bold;    
    }
    #menu li>ul.level2{
      position: absolute;
      padding: 25px 0 0;
      left: -25px;
      top: 25px;
      display: none;
      z-index: 13;
    }
      #menu li>ul.level2::after{
        background: #007BC2;
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        bottom: -20px;
        left: 0;
      }
      .clicked #menu li.selected>ul.level2,
      .clicked #menu li.selected:hover>ul.level2,
      #menu li:hover>ul.level2{
        display: block;
      }
      .clicked #menu li:hover>ul.level2{
        display: none;
      }
      #xxmenu li:first-of-type>ul.level2{ 
        display: block;
      }
      #menu li>ul.level2>li{
        background: #007BC2;
        margin: 0px;
        padding: 3px 20px;
        width: 100%;
        white-space: nowrap;
      }
        #menu li>ul.level2>li a{
          display: block;
          padding: 2px 5px;
          position: relative;
        }
        #menu li>ul.level2>li>a::before{
          content: "\e03c";
          display:inline-block;
          width: 20px;
          height:20px;
          font-family: 'Elegant Icons';
        }
        #menu li>ul.level2>li a::after{
          content: "";
          display: block;
          position: absolute;
          top: 0;left: 0;right: 0;bottom: 0;
          background: #FFFFFF;
          opacity:0;
        }
          #menu li>ul.level2>li a:hover::after{
            opacity:0.4;
          }
        


@media (max-width: 991px ) {
  #header {
      margin-top: 20px;
  }
  
  .webletLocationmenuNav{
    position:absolute;
    background-color: #007BC2;
    background: linear-gradient(to bottom, #00B1C0, #007BC2);
    width: 80px;
    height: 48px;
    right:0;
    top:20px;
    padding:0;
    overflow: hidden;
    z-index: 15;
  }
  .clicked.openMenu .webletLocationmenuNav,
  .clicked.openMenu .webletLocationmenuNav:hover,
  .webletLocationmenuNav:hover{
    width: 100%;
    overflow: visible;
  }
  
  .clicked .webletLocationmenuNav:hover{
    width: 80px;
    overflow: hidden;
  }
  .webletLocationmenuNav::before{
          position: absolute;
          content: "\61";
          display:inline-block;
          width: 45px;
          height: 45px;
          font-size: 46px;
          color: #FFFFFF;
          font-family: 'Elegant Icons';
          top:0px;
          right:30px;
          padding: 4px 0 0 0;
        }
  .webletLocationmenuNav::after{
          position: absolute;
          content: "menu";
          display:inline-block;
          width: 45px;
          height: 45px;
          font-size: 12px;
          color: #FFFFFF;
          top:0px;
          right:30px;
          padding: 23px 0 0 7px;
        }
  .webletLocationmenuNav h2{
    display: none;
    position: absolute;
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 500;
  }  
    .clicked.openMenu .webletLocationmenuNav h2,
    .clicked.openMenu .webletLocationmenuNav:hover h2,
    .webletLocationmenuNav:hover h2{
      display: block;
    }    
    .clicked .webletLocationmenuNav:hover h2{
      display: none;
    }
  .webletnavigation #menu{
    background: #007BC2;
    position: absolute;
    width: calc( 100vw - 90px);
    top: 48px;
    height: auto;
  }
    .webletnavigation #menu{
      z-index: 12;
    }
      .webletnavigation #menu>li{
        position: relative;
        display: block;
        border-top: 1px solid #00B1C0; 
        padding: 10px 5px 0;
        margin-top: 0;
      }
      .webletnavigation #menu>li::after{
        position: absolute;
        right: 20px;
        top: 10px;
        content: "\e03c";
        display:inline-block;
        width: 20px;
        height:20px;
        font-family: 'Elegant Icons';
      }
       .webletnavigation #menu.level1>li>a::after{
          content: "";
          display: block;
          position: absolute;
          left: 0; 
          right: 50px;
          top: 2px; 
          height: 40px;
          background: #FFFFFF;
          opacity:0.0;
        }
          .webletnavigation #menu li>a:hover::after{
            opacity:0.4;
          }
          .openMenu .webletnavigation #menu li>a::after{
             right: 0;
          }
          .openMenu .webletnavigation #menu li.selected>a::after{
             right: 50px;
          }
          
      .openMenu .webletnavigation #menu>li>ul::after,
      .webletnavigation #menu>li:hover>ul::after{
        position: absolute;
        left: unset;
        right: 20px;
        top: 10px;
        display:inline-block;
        width: 20px;
        height:20px;
        font-family: 'Elegant Icons';
        content: "\e03a";
        background: #007BC2; 
        z-index: 20;
      }
      .webletnavigation #menu>li>ul{
        position: static;
        padding: 5px 25px 0 0;
      }
      .webletnavigation #menu li>ul.level2>li{
        white-space: normal;
      }

      .webletnavigation>h2::after{
        content: "";
        position: absolute;
        width: calc( 100vw - 90px);
        top: 100%;
        left: 0;
        background: #000000; 
        height: 10100vh;
        opacity: 0.6;
      }
}


.webletLocationHeaderLink{
  background: #FFFFFF;
  font-size: 12px;
  line-height:25px;
  font-weight: 600;
  height: 70px;
  flex: 1 0 auto;
  display: none;
  align-items: center;
  padding:0;
}
  .webletLocationHeaderLink ul{
     padding: 0;
  }
    .webletLocationHeaderLink li{
      display: inline-block;
      width: 50%;
      padding: 0 10px;
      white-space: nowrap;
    }


.webletLocationHeaderSocialIcons{
  background: #FFFFFF;
  height: 70px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
}
.webletLocationHeaderSocialIcons.weblettekst{
  padding-left: 0;
}
  .webletLocationHeaderSocialIcons span.multimedia{
    padding-left: 10px;
    width: auto !important;
  }
@media (max-width: 600px ) {
  .webletLocationHeaderSocialIcons{
    display: none;
  }
}

@media (min-width: 1200px ) {

  #menu{
    flex-grow: 0;
  }
  
  .webletLocationHeaderLink{
    display: flex;
  }
}


#header .webletLocationHeaderTitle {
  flex: 0 0 auto;
  padding-left: 16.66666667%;
  margin-left: 30px;
  margin-top: 15px;
}
  #header .webletLocationHeaderTitle h1{
    background-color: #FFDE00;
    box-decoration-break: clone;
    line-height: 1.3;
    padding: 0px 0;
    text-transform:uppercase;
    display: inline;
    font-weight: 800; 
    
    box-shadow: 10px 0 0 #FFDE00, -10px 0 0 #FFDE00;
  }
  #header .webletLocationHeaderTitle p{
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    font-size: 18px;
  }
    #header .webletLocationHeaderTitle p a{
      color: #FFFFFF;
      font-weight: 500;
    }
      #header .webletLocationHeaderTitle p a::before{
        content: "\e03c";
        display:inline-block;
        width: 20px;
        height:20px;
        font-family: 'Elegant Icons';
      }

#header .webletLocationHeaderTitle.headerText h1{
  color: #FFFFFF;
  background-color: #002E5E;
  box-shadow: 15px 0 0 #002E5E, -15px 0 0 #002E5E;
}

@media (max-width: 768px ) {

  #header .webletLocationHeaderTitle{
    width: 95%;
  }

}

@media (max-width: 600px ) {

  #header .webletLocationHeaderTitle h1{
    font-size: 9vw;
    line-height: 17vw;
  }  
}  #mainWrapper{
  background-color: #FFFFFF;
  color: #002E5E;
}

#suboutline .page h3 + p,
body.not [class*="webletLocation"] p:first-of-type{
  padding-top:0;
}
p ~ h3{
  padding-top:20px;
}
p + br{
  display: none;
}


.multimedia
{
  width:0;
}

.standardText div.multimedia.embed{
  overflow:hidden; 
  padding-bottom:56.25%; 
  position:relative; 
  height:0; 
  width: 100%;
}
  .standardText div.multimedia.embed iframe{ 
    position:absolute; 
    left:0; top:0; bottom:0; right:0;
    width: 100%; height: 100%;
  }

.standardText span.multimedia.not[class*="multimedia_"]{
  width:100% !important;
}

.standardText span.multimedia img{
  max-width: 100%;
  width: 100%;
  height:auto;
}

.multimedia.multimedia_right,
.multimedia.multimedia_right img{
  float: right;
  overflow: visible;
}

.standardText .multimedia .caption{
  font-size: 80%;
}


.multimedia.embed[class*=youtube]{
  padding-bottom: 56.25%;
  position: relative;
  display: block;
}
  .multimedia.embed[class*=youtube] iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

@media (min-width: 992px ) {

  #content .multimedia.media_placement_rightInMargin{
    position:relative;
    right: -120px;
    float: right;
    margin-left: -110px;
  }
    #content .multimedia.media_placement_rightInMargin img{
      float: none;
    }

}



.webletcrumble .crumblepath,
.webletcrumble .crumblepath a
{
  color: #002E5E;
}


.mod_tekst #mainWrapper a,
.mod_tekst #mainWrapper a:link,
.mod_tekst #mainWrapper a:visited{
  color: #002E5E;
}
.mod_tekst #content a{
  text-decoration: underline;
}
  .mod_tekst #content a:hover{
    color: #FFFFFF;
  }

.mod_tekst .datum{
  font-size: 14px;
}

.overview .datum{
  padding-top: 15px;
  font-size: 14px;
}



.webletcontentSlide{}
  .webletcontentSlide .bullets{
    right: inherit;
    bottom: inherit;
    left: -40px;
    top: 75px;
    width: 40px;
  }
  .webletcontentSlide .bullets>div{
    background: #004D9E;
  }
  .webletcontentSlide .bullets>div.selected{
    background: #FFFFFF;
  }

  .webletcontentSlide li,
  .webletcontentSlide ul{
    position: absolute;
  }


  .webletcontentSlide .prevNextBtns {
    right: inherit;
    bottom: inherit;
    left: -40px;
    top: -5px;
    width: 40px;
    padding: 0;
  }
  .webletcontentSlide .prevNextBtns .btn{
    font-size: 0;
    padding: 0 5px;
  }

  .webletcontentSlide .prevNextBtns .btn::before{
    content: "\3c";
    display: inline-block;
    font-size: 25px;
    width: 30px;
    height: 30px;
    font-family: 'Elegant Icons';
  }
  .webletcontentSlide .prevNextBtns .next .btn::before{
    content: "\3d";
  }

  .prevNextBtns .btn{
    color: #004D9E;
  }
  .prevNextBtns .btn:hover{
    color: #FFFFFF;
  }
  



div#content{
}
  div#content .suppressTitle{
    display:none;
  }


@media (max-width: 991px ) {
}


@media (max-width: 699px ) {
}


@media (max-width: 399px ) {
}

#footer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


#footerWrapper{
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px 0;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
}
  #footerWrapper a{
    color: inherit;
  }

  #footerWrapper .webletLocationfooterLinks,
  #footerWrapper .webletLocationfooterLogos{
    display: flex;
    align-items: center;
  }
    #footerWrapper .webletLocationfooterLogos span.multimedia{
      width: 20% !important;
      display: inline-block;
      padding: 10px;
    }
      #footerWrapper .webletLocationfooterLogos span.multimedia img{
        width: 100%;
        height: auto;
      }
  #footerWrapper .webletLocationfooterLinks ul{
    margin-right: -40px; 
  }

#footerInfoWrapper{
  color: #FFFFFF;
  background-color: #004D9E;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
  padding: 0;  
}
  #footerInfoWrapper a{
    color: #FFFFFF;
  }
  #footerInfoWrapper::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 100px;
    background: url("/dds/gx/ZiiitjlKcqqM.png") no-repeat right bottom; 
  }
  #footerInfoWrapper .webletLocationinfoCopyright {
      font-size: 10px;
    }


footer::before{
  content: "";
  display: block;
  border-left: #38B6AB solid 1px;
  height: 78%;
  position: absolute;
  bottom: 0;
  left: 785px; 
}

@media (max-width: 1200px ) {
  footer::before{ left: 63%; }
}
@media (max-width: 1060px ) {
  #footerInfoWrapper::after{ right: -20px; }
  footer::before{ left: 65%; }
}
@media (max-width: 1030px ) {
  #footerInfoWrapper::after{ right: -40px; }
}
@media ( max-width: 1100px ) and ( min-width: 992px ) {
  footer .webletLocationfooterLinks{ margin-left: -10px;}
  footer .webletLocationinfoCopyright{ margin-left: -10px;}
}  


@media (max-width: 991px ) {
  footer::before{ 
    display: none; 
  }
  #footerWrapper{
    padding: 0;
  }
    #footerWrapper .container {
      width: 100%;
    }
    
    #footerWrapper .webletLocationfooterLinks{
      background-color: #004D9E;
      color: #FFFFFF;
    }
      #footerWrapper .webletLocationfooterLinks::after{
        background: url("/dds/gx/ZiiitjlKavqM.png") no-repeat right bottom; 
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 55px;
        width: 55px;
      }
      #footerWrapper .webletLocationfooterLinks ul{
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0 20px;
        width: 100%;
      }
      #footerWrapper .webletLocationfooterLinks li,
      #footerWrapper .webletLocationfooterLogos span.multimedia{
        padding: 30px 20px;  
      }
    #footerInfoWrapper{
      padding-bottom: 20px;
    }
    #footerInfoWrapper::after{ 
      content: none; 
    }
      #footerInfo{
        text-align: center;
      }
}


@media (max-width: 600px ) {

  #footerWrapper .webletLocationfooterLogos{
    flex-wrap: wrap;
  }
    #footerWrapper .webletLocationfooterLogos span.multimedia{
      width: 33% !important;
    }

  #footerWrapper .webletLocationfooterLinks ul{
    flex-wrap: wrap;
  }
  
}  fieldset .form-group{
  width: 100%;
}

fieldset .uitleg{
  text-align: end;
  margin-right: 30px;
  font-style: italic;
}

fieldset .buttonSubmit input{
  background-color: #FFDE00;
  color: #002E5E;
  border: 0;
  padding: 10px;
}

.topContentInUse fieldset .buttonSubmit input{
  background-color: #38B6AB;
  color: #FFFFFF;
}
@media (max-width: 991px ) {

}


@media (max-width: 699px ) {

}



@media (max-width: 529px ) {


}

#canvas-blur{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 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;
}

}

#mainWrapper{
  background-color: #38B6AB;
  position: relative;
  z-index: 9;
}

#mainWrapper::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 100%;
  opacity: 0.4;
  background: url("/dds/gx/ZiiitjlKosqM.png") no-repeat left bottom; 
  background-image: 

repeating-linear-gradient(45deg, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 25px, rgb(255, 255, 255,0) 25px, rgb(255, 255, 255,0) 50px); ;
  z-index: 10;
}

#mainWrapper>div{
  position: relative;
  z-index: 11;
}

#mainWrapper .container{
}

#contentTop>div,
#contentBottom>div{
  padding: 20px;
}

#moduleWrapper{
  padding-bottom: 40px;
}

#content{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}

#content h1{
  padding-bottom: 35px;
}


@media (min-width: 992px ) {

  #content{
    padding-right: 140px;
  }

}
 /* ------------------------------------------------------------------------- */
/* ------------------------  Image/Content slider  ------------------------- */
/* ------------------------------------------------------------------------- */


.slider {
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.webletcontentSlide
{
  position: relative;
}


body .slider li:first-child,
body .slider li:first-child .text,
body .slider li:first-child .text img
{
  position: relative;
}

.slider li {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
}

.webletcontentSlide .backgrImageLink{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.webletcontentSlide .text {
  position: absolute;
}

.webletcontentSlide h2.slideTitle
{
  position: absolute;
  bottom: 45px;
  left: 45px;
  padding-right: 26px;
  margin: 0;
  line-height: 100%;
  color: #fff;
}

.webletcontentSlide h2.slideTitle a
{
  display: block;
}

.webletcontentSlide h2.slideTitle a:hover
{
  text-decoration: none;
}

.bullets {
  position: absolute;
  right: 20px;
  bottom: 10px;
  padding: 5px;
}

.bullets div {

  display: block;
  float: left;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  line-height: 6px;
  background: transparent url('/dds/gx/ZmdezmiLccJ.png') no-repeat 2px 2px;

  cursor: pointer;
}

.bullets div.selected {
  background-position: 2px -10px;
}

.prevNextBtns
{
  position: absolute;
  left: 20px;
  bottom: 10px;
  padding: 5px;
}

.prevNextBtns>span
{
  cursor: pointer;
}  @media (min-width: 768px) {

  .webletnavigation.autonav ul li ul
	{
	  display: none;
	  position: absolute;
	}

	.webletnavigation.autonav ul li:hover ul
	{
	  display: block;
	}
}

@media screen and (max-width: 767px) {

  .webletnavigation.autonav ul li
	{
	  float: none;
	}

  .webletnavigation.autonav ul li ul
	{
	  position: static;
	}

}

.webletnavigation.autonav ul li ul li
{
  float: none;
  min-width: 200px;
}
 .weblettekst
{
  padding: 0;
  margin: 0;
}


.webletStylefatsysDsHuOnMzJuIvIMNC { 


}
.webletStylezotsysDsHuOnMzJuIvIMGT { 


}
.webletStylexttsysDsHuOnMzJuIvIMGR { 


}
.webletStylexpvsysDsHuOnMzJuIvIMGH { 


}
.webletStylezkvsysDsHuOnMzJuIvIMGJ { 


}
.webletStylevytsysDsHuOnMzJuIvIMGL { 


}
.webletStylefoysysDsHuOnMzJuIvIMqCdD { 


}
.webletStylevqxsysDsHuOnMzJuIvIMaBfB { 


}
.webletStylepfysysDsHuOnMzJuIvIMoCbD { 


}
.webletStylehjysysDsHuOnMzJuIvIMoCzC { 


}/* Kleuren bewaren van origineel SS 7-4-2020

kleur 9 #FF9600
kleur 10 #54C5D0
kleur 11 #F15922
kleur 12 #7CC623
kleur 13 #009698
kleur 14 #00B1C0
kleur 15 #007BC2
kleur 16 #54C5D0

Kleuren Huisstijl en fonts

# 006d93 blauw #006D93
# 38b6ab turqouise #38B6AB
# ffde00 geel #FFDE00
 
Fonts: Proxima Nova, Freight Macro Pro

*/

/* schuine strepen er uit*/

#banner .webletcontentSlide::after {
    opacity: 0.0;
}

.webletStripes-up::after, .stripes-up::after {
   visibility: hidden;  
}
.webletStripes-right::after, .stripes-right::after {
   visibility: hidden;  
}
.webletStripes-left::after, .stripes-left::after {
   visibility: hidden;  
}
.webletStripes-down::after, .stripes-down::after {
   visibility: hidden;  
}

#mainWrapper::after {
   visibility: hidden;
}

.webletLocationheaderLogo span.multimedia:after{
   visibility: hidden;  
}

.webletLocationheaderLogo span.multimedia {
    max-height: 113px;
}

#menu {
    background: linear-gradient(to bottom, #38b6ab, #006d93);
}


/* Witte teksten op geel meer contrast */
.color-yellow {
    color: #004D9E;
}

.linkbtn a, .linkbtn a:visited, .linkbtn a:active, a .linkbtn, a .linkbtn:visited, a .linkbtn:active {
    color: #004D9E;
}


/* accordion */

.accordionWrapper 
{
width: 90%
}

.webletaccordion 
{
margin-left: 40px !important;
}

.accordionText
{
overflow: hidden;
background-color: rgba(255,255,255,0.5);
padding: 32px !important;
margin: 28px 0 36px 46px  !important;
border-bottom: none !important;
}

.accordionText a
{
text-decoration: underline !important;
}

.accordionText a:hover
{
text-decoration: none !important;
}

.webletaccordion .accordionContainer a h2 {
    margin: 18px 0 0 36px !important;
font-size: 20px;
}

.webletaccordion .accordionContainer div.accordionTitle::before {
    content: "–";
    position: absolute;
    margin-left: -10px;
    padding: 0px 7px;
    font-size: 20px;
    background-color: white;
    width: 26px;
    height: 26px;
    border-radius: 24px;
}

h2
{
margin-top: 20px !important;
}

.webletLocationheaderLogo span.multimedia {
    max-height: 200px;
    background-color: transparent;
    padding: 0;
}

#footerInfoWrapper::after
{
    background: url(/dds/gx/ZsqecvhKoC.png) no-repeat right bottom;
}


/*Video op home ging stuk van onderstaand.*/
/*.multimedia.embed[class*=youtube] {
    padding-bottom: 12px;
    position: relative;
    display: block;
width: 100% !important;
}*/


/* logo's in footer volle breedte */

#footerWrapper .webletLocationfooterLinks, #footerWrapper .webletLocationfooterLogos
{
    width: 80%;
    background-color: white !important;
    margin-right: auto;
    margin-left: auto;
}

#footerWrapper .webletLocationfooterLogos span.multimedia img {
    width: 90%;
}

.webletLocationHeaderLink {
    display: none;
}

/*H1 in de header h2 gemaakt ivm 2x h1 ?? AK*/

#header .webletLocationHeaderTitle h2{
line-height: 1.3;
    padding: 0px 0;
    text-transform: uppercase;
    display: inline;
    font-weight: 800;
}

#header .webletLocationHeaderTitle.headerText h2 {
    color: #FFFFFF;
    background-color: #002E5E;
    box-shadow: 15px 0 0 #002E5E, -15px 0 0 #002E5E;
}

/*set background color of H1 in header*/
#header .webletLocationHeaderTitle h1
{
    background-color: #FFFFFF;
    box-shadow: 10px 0 0 #FFFFFF, -10px 0 0 #FFFFFF;
}


/*2025 restyle*/

.viewAll {
    padding: 10px;
    float: right;
    margin-right: 21px;
    background: #FFDE00;
}
@media print
{

}

