#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: #6E6E6E;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #6E6E6E;
  background-color: #F0ECE9;
  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: #6E6E6E !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #D6D2CF !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #6E6E6E;
}

#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: #000000;
}

.calendarView table tr td a
{
  display: block;
  color: #6E6E6E;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #6E6E6E;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #D6D2CF;
}

.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;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/dds/up/ZiiitjlKwowB_RobotoCondensed-Regular.ttf'); 
  font-weight: normal; 
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/dds/up/ZiiitjlKkmwB_RobotoCondensed-LightItalic.ttf'); 
  font-weight: 300; 
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/dds/up/ZiiitjlKutwB_RobotoCondensed-Bold.ttf'); 
  font-weight: bold; 
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/dds/up/ZiiitjlKirwB_RobotoCondensed-Italic.ttf'); 
  font-weight: normal; 
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/dds/up/ZiiitjlKgwwB_RobotoCondensed-BoldItalic.ttf'); 
  font-weight: bold; 
  font-style: italic;
}



@font-face {
  font-family: 'ptSans';
  src: url('/dds/up/ZiiitjlKmnxB_PT_Sans-Web-Regular.ttf'); 
  font-weight: normal; 
  font-style: normal;
}

@font-face {
  font-family: 'ptSans';
  src: url('/dds/up/ZiiitjlKalxB_PT_Sans-Web-Italic.ttf'); 
  font-weight: normal; 
  font-style: italic;
}

@font-face {
  font-family: 'ptSans';
  src: url('/dds/up/ZiiitjlKcgxB_PT_Sans-Web-Bold.ttf'); 
  font-weight: bold; 
  font-style: normal;
}

@font-face {
  font-family: 'ptSans';
  src: url('/dds/up/ZiiitjlKoixB_PT_Sans-Web-BoldItalic.ttf'); 
  font-weight: bold; 
  font-style: italic;
}


body
{
  font-family: 'ptSans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 700px ) {
  body {
      text-rendering:geometricPrecision;
  }
}

strong, b
{

  font-weight: 600;
}

h1,h2,h3,h4,h5,h6
{
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
}

h4,h6
{
  font-weight: normal;
  line-height: 30px;
}



h1
{
  font-size: 30px;
  line-height: 50px;
}

h2
{
  font-size: 24px;
}

h3
{
  font-size: 18px;
}

h4
{
  font-size: 16px;
}

h5
{
  font-size: 14px;
}

h6
{
  font-size: 12px;
}

h2.ISEStyle
{
}

h2.ISEStyle.color{
  color: #E1A23C;
}

div.standardText div.tipBlok{
  background: #FFFFFF;
  padding: 15px 30px 15px 60px;
  border: 1px solid #000000;
  border-radius: 5px;
  position: relative;
}
div.tipBlok::before{
  content: "TIP!";
  font-size: 125%;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 10px;
}

blockquote{
  font-size: 300%;
}
blockquote~p{
  margin-top: 25px;
  font-size: 90%;
  font-weight: bold;
}

@media (max-width: 699px ) {

  blockquote{
    font-size: 200%;
  }

}


span.multimedia
{
  max-width: 100%;
  overflow: hidden;
}





code {  font-family: courier,monospace;  }
xml {  font-family: courier,monospace;  }h2.webletTitle{
  padding-bottom: 10px;
}



body
{
  color: #000000;
  background: #FFFFFF;
}

.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}



#pageWrapper {
}

.wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4% 0 7%;
}

@media (min-width: 950px ) {
  .wrapper{
    padding: 0 7%;
  }  
}


@media (max-width: 699px ) 
{
  .wrapper{
    padding: 0 7%;
  }
}



.SE_dropdownmenu .SE_dropdownmenuitem .icon img
{
  display:block;
}

.popinclosebutton img,
.iseButton img{
  vertical-align: inherit;
}


body *, body *::before, body *::after
{
  box-sizing: border-box;
}


body div *{
flex-wrap: wrap;
}



 
a,
a:link,
a:visited
{
  color: #E1A23C;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
  color: #E1A23C;
}

.contentWrapper a,
.contentWrapper a:link,
.contentWrapper a:visited
{
  text-decoration: underline;
}


hr
{
}

@media (min-width: 768px ) 
{
  .minmarge
  {
    margin-left: -15px;
    margin-right: -15px;
  }
}

h1{
  font-size: 250%;
}

#topWeblets h1{
  color: #000000;
}

header{
  font-family: 'Roboto Condensed', sans-serif;
  background: #F0ECE9;
  min-height: 170px;
}

.webletLocationheaderLogo .multimedia img{
  flex: 0 0 auto;
  max-height: 140px;
  width: auto;
  height: auto;
  padding: 5px;
}
.webletLocationheaderLogo p{
  display: none;
}

.webletLocationmenu{
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
  .webletLocationmenu ul{
    padding: 0 10px 30px;
  }
    .webletLocationmenu ul li{
      display: inline-block;
    }
    .webletLocationmenu ul li a{
      color: #000000;
      display: block;
      padding: 10px;
    }
    .webletLocationmenu ul li.displayed a{
      color: #E1A23C;
    }

.webletLocationmenu ul li:nth-child(1),
.webletLocationmenu ul li:nth-child(2),
.webletLocationmenu ul li:nth-child(3){
  font-weight: bold;
}



  .webletLocationmenu li{

    text-align: center;
  }
  
  .webletLocationmenu li.search a .title{
    display: none;
  }
  
  .webletLocationmenu li.search a::after{
    content: "\f002";
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    line-height: 0;
    font-size: 23px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
 
 

@media (max-width: 829px ) {

  .webletLocationmenu ul{
    padding-left: 0;
    padding-right: 0;
  }
  
  header.wrapper{
    padding: 0 4%;
  }
}


@media (max-width: 699px ) {
  
  header{
    min-height: 140px;
  }
  
  .menuBtn::before{
    position: absolute;
    right: 20px;
    top: 30px;
    font-style: normal;
    font-weight: normal;
    font-family: 'icomoon';
    font-size: 40px;
    line-height: 40px;
    content: "\f0c9";
    display: block;
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
    z-index: 120;
  } 
  body.menu-open .menuBtn::before{
    content: "\f00d";
    padding: 3px 12px 7px 12px;
  } 
 
  .menuBtn>ul{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
    background: #F0ECE9;
    padding-top: 90px;
    min-height: 100vh;
  }

  body.menu-open .menuBtn ul,
  body:not(.menu-clicked) .menuBtn:hover ul{ 
    display: block;
  }
  
  .webletLocationmenu li{
    width: 100%;
    display: block;  
    text-align: center;
  }

}#topWeblets{
  background: #E1A23C;
  color: #000000;
}

#topWeblets .multimedia img{
  flex: 0 0 auto;
  max-height: 110px;
  width: auto;
  padding: 5px;
}

#topWeblets #titleBanner{
  display: flex;
  align-items: center;  
  padding: 20px 0;
}

.webletLocationimage{
  align-self: flex-end;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
  .webletLocationimage span{
    display: flex;
    width: auto !important;
    align-self: flex-end;
    flex: 0 0 auto;
    justify-content: flex-end;
  }

#topWeblets .webletLocationimage{
  padding-top: 20px;
  padding-bottom: 35px;
}

main{
  background: #FFFFFF;
}

img.fileIcon{
  display: none;
}

#content{
  padding-top: 25px;
  padding-bottom: 30px;
}

.contentWrapper{
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
  article{
    width: 80%;
    flex: 1 1 auto;
  }
  aside{
    min-width: 200px;
    flex: 0 0 auto;
    width: 20%;
  }
  
  .webletLocationrightNav{
    background: #F0ECE9;
    padding: 20px;
  }

  aside h2{
    font-size: 110%;
    padding: 0;
  }

  aside .weblettekst{
    padding: 20px;
  }

  aside .webletnavigation h2{
    font-size: 100%;
    font-weight: normal;
    padding: 0;
  }

  aside#contentRight ul{
    padding: 0 0 20px;
  }
    aside#contentRight ul li{
      display: block;
    }
      aside#contentRight ul li a{
        display: block;
        font-weight: bold;
        padding: 3px 10px;
        color: #6E6E6E;
      }


.mod_tekst .accordionWrapper:first-of-type{
  margin-top: 40px
}
.mod_tekst .accordionWrapper{
  border: solid 1px #6E6E6E;
  padding-top: 60px;
  margin-bottom: 20px;
  margin-right: 65px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0 , 0, 0.1);
  position: relative;  
  background: #F0ECE9;
}
  
  .mod_tekst .accordionWrapper div{
    padding: 15px;
  }
  .mod_tekst .accordionWrapper>a{
    position: absolute;
    line-height: 60px;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding: 15px;
    text-decoration: none;
  }
    .mod_tekst .accordionWrapper>a:hover{
      text-decoration: underline;
    }
    .mod_tekst .accordionWrapper>a::after{
      position: absolute;
      top: 3px;
      left: 10px;
      content: "\f077";
      font-style: normal;
      font-weight: normal;
      font-family: 'icomoon';
      font-size: 40px;
      line-height: 40px;
    }
      .mod_tekst .accordionWrapper>a.closed::after{
        content: "\f078";
      }

    .mod_tekst .accordionWrapper>a h2{
      padding-left: 45px;
      padding-right: 36px;
    }

    .mod_tekst .accordionWrapper>a .icon svg{
      position: absolute;
      top: -15px;
      right: -10px;
      width: auto;
    }
    .mod_tekst .accordionWrapper>a .icon svg *{
      transition: all .4s ease-in-out;
    }
    .mod_tekst .accordionWrapper>a .icon svg .paper ellipse{
      fill: #F0ECE9;
    }
    .mod_tekst .accordionWrapper>a:not(.closed) .icon svg{
      transform: translate(65px, 30px) rotate(-135deg);
    }
      .mod_tekst .accordionWrapper>a:not(.closed) .icon svg .paper{
        display: none;
      }
    .mod_tekst .accordionWrapper>a:hover .icon svg .speld{
      transform: translate(35px, -45px) rotate(15deg);
    }
    .mod_tekst .accordionWrapper>a.closed:hover .icon svg .paper{
      display: none;
    }
    .mod_tekst .accordionWrapper>a .icon svg .kop{
      fill: #E1A23C;
    }

.mod_tekst .accordionWrapper:last-of-type{
  margin-bottom: 40px
}

@media (max-width: 929px ) {

  .mod_tekst .accordionWrapper {
    padding-top: 80px;
  }

}

@media (min-width: 700px ) {

  #contentRight{
    position: relative;
    top: -40px;
    right: -20px;
  }

}

@media (max-width: 699px ) {

  .contentWrapper{
    flex-wrap: wrap;
  }
  aside{
    width: 100%;
  }
  .mod_tekst .accordionWrapper{
    padding-top: 100px;
  }

}



.navWeblet{
  width: 100%;
}
  .navWeblet>div{
    padding: 6%;
    width: 100%;
  }
    .navWeblet div.line>svg{
      width: 100%;
      height: auto;
    }


  .navWeblet div.line{
    position: relative;
  }
  .navWeblet div.sheeps{
    position: absolute;
    left: 0; top: 0; right: 0; bottom:0;
    display: flex;
    justify-content: space-between;
  }
    .navWeblet div.sheeps .sheepWrapper{
      width: 30%;
      height: 100%;
    }
      .navWeblet div.sheepWrapper svg{
        width: auto;
        height: 100%;
      }

    .navWeblet .sheepWrapper svg{
      transition: all 1s;
      transform-origin: 50% 50%;
    }
      .navWeblet .sheepWrapper:hover svg{
        transform: scale(1.2);
      }
      .navWeblet .sheepWrapper:hover .label{
        display:none;
      }

  section.quoteWeblet{
    width: 100%;
  }


@media (max-width: 699px ) {

  .navWeblet div.webletLocationsheepNav{
    padding: 0;
  }

  .navWeblet div.line>svg{
    display: none;
  }

  .navWeblet div.sheeps .sheepWrapper{
    width: 70%;
    margin: 1%;
  }
  
 .navWeblet div.sheepWrapper svg{
   width: 80%;
 }
 
  .navWeblet div.sheeps{
    position: relative;
    width: 100%;
    justify-content: center;
  }


  .navWeblet div.sheeps #yellow{ 
    position: relative;
    top: 20px;
  }

  .navWeblet div.sheeps #blue{ 
    margin-left: 20%;
  }

  .mod_tekst .accordionWrapper>a .icon svg{
    height: 80px;
  }
  .mod_tekst .accordionWrapper > a::after{
    font-size: 30px;
  }

  .mod_tekst .accordionWrapper > a h2 {
    padding-left: 35px;
    padding-right: 25px;
  }
 
  .mod_tekst .accordionWrapper{
    margin-right: 0;
  }

  .mod_tekst .accordionWrapper > a:not(.closed) .icon svg {
    transform: translate(38px, 30px) rotate(-135deg);
  }

}

@media (max-width: 349px ) {

  .navWeblet div.sheeps #blue{
    margin-left: -10%;
    margin-right: 10%;
  }
  .navWeblet div.sheeps #yellow{ 
    margin-left: -20%;
    margin-right: 20%;
  }

  .navWeblet div.sheeps #green{ 
    margin-left: -30%;
    margin-right: 30%;
  }
  
  
}

footer.wrapper{
  background: #F0ECE9;
}

footer>div{
  flex: 1 1 auto;
  width: 100%;
}
footer>div.logoDordt {
  flex: 1 0 auto;
}
  footer .multimedia img{
    flex: 0 1 auto;
    max-height: 150px;
    width: auto;
    padding: 15px 0px;
    max-width: 100%;
    height: auto;
  }
  footer>div.logoDordt span{
    display: flex;
    width: auto !important;
    align-self: flex-end;
    flex: 0 0 auto;
    justify-content: flex-end;
  }
  footer>div.logoDordt img{
    max-height: 110px;
  }

footer>div.fullWidthText {
  font-size: 70%;
  line-height: 1.6;
  padding-bottom: 30px;
  width: 100%;
}


@media (max-width: 699px ) {

  footer.wrapper{
    flex-wrap: wrap;
  }
  
  footer>div{
    display: flex;
    justify-content: center;
  }
 
}


.multimedia
{
  width: 0;
}

.multimedia.embed
{
  width: 100%;
}
.multimedia.embed >iframe{
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}



.webletcrumble .crumblepath,
.webletcrumble .crumblepath a
{
  color: #000000;
}


@media print
{
html
{
  background: none;
}

body
{
  font-size: 10pt;
  color: Black;
}

#pageWrapper
{
  width: auto;
  background: none;
}

#moduleWrapper
{
  float: none;
  width: auto;
}

#content
{
  padding: 0;
}

#header,
#footer,
#bottombar,
#SE_menubar
{
  display: none;
}

}
#pageWrapper{
  overflow-x: hidden;
}

main,header{
  background: none;
}

.wrapper{
  position: relative;
}

#bgBanner{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  min-height: 600x; 
  z-index:0;
}
  #bgBanner .webletLocationbgImage{
    position: relative;
    width: 100%;
    height: 100%;
  }
    #bgBanner img {
      position: relative;
      height: 100vh;
      width: 100vw;
      display: block;
      object-fit: cover;
    }
#bgBanner .slider,
#bgBanner .slider .text{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#bgBanner .bullets{
  display: none;
}

.webletLocationheaderLogo{
  position: absolute;
  top: calc(50vh - 200px);
  left: calc(25vw - 200px);
  z-index: 30;
}
	.webletLocationheaderLogo .multimedia img{
    max-width: 400px;
    max-height: 70vh;
  }

.bgScribble{
  position: absolute;
  top: 0;
  left: calc(50vw - 15vw);
  width: 22vw;
  z-index:0;
}
	.bgScribble img{
    width: 100%;
    height: auto;
  }
  
.bgScribble.image1{
  top: -120px;
  left: 0;
}
.bgScribble.image3{
  bottom: 20px;
  right: -10px;
  top:unset;
  left:unset;
  
}


#suboutline #content.wrapper{ 
  padding: 0;
}

section.contentWrapper{
  display: flex;
  flex-wrap: wrap;
}
  section .section{
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 auto;
  }
    section .weblet{
      flex: 1 1 auto;
    }  
    section .weblet>div{
      padding: 40px 80px 30px 40px;
      width: 100%;
    }  
  section .bgSection{
    height: calc( 100vh - 170px);
    min-height: 430px;
    justify-content: flex-end;
    align-items: center;
    z-index: 30;
  }
    section .bgSection>div{
      flex: 0 0 auto;
      width: 50%;
      margin-top: -170px;
    }

section .bgSection h1{
  color: #000000;
}
section .bgSection h2{
  margin-bottom: 1px;
  font-size: 350%;
  line-height: 1;
  color: #000000;
  font-weight: normal;
}


.quoteWeblet>div{
  padding: 5%;
  background: #E1A23C;
  color: #FFFFFF;
  line-height: 1.2;
}
  .quoteWeblet blockquote{
    margin: 0;
  }
	  .quoteWeblet h3{
      color: #FFFFFF;
      margin-top: 5px;
    }


.navWeblet>div{
  padding: 6% 9%;
  background: #F0ECE9;
  width: 100%;
}


@media (max-height: 570px ) {

  .webletLocationheaderLogo{
    top: 50px;
  }

  section .bgSection>div{
    min-width: 50%;
    width: calc(100% - 90vh);
  }

}

@media (max-width: 899px ) {

    section .weblet>div{
      padding-right: 40px;
    }  

}



@media (max-width: 699px ) {

  .webletLocationheaderLogo{
    top: 100px;
    left: 20vw;
  }
    .webletLocationheaderLogo .multimedia img{
        max-width: 60vw;
        height: auto;
    }
    
  #bgBanner{
    height: calc(60vw + 150px);
    min-height: auto;
  }
    
  section .bgSection{
    background: #F0ECE9;
    width: 100%;
    margin-top: calc(60vw + 10px);
    height: auto;
  }
    section .bgSection>div{
        width: 100%;
         margin-top: 0;
    }
    
  .quoteWeblet>div{
    padding: 8%;
  }
  
  .navWeblet{
    margin-top: -30px;
  }
  
}
 /* ------------------------------------------------------------------------- */
/* ------------------------  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;
}  .weblettekst
{
  padding: 0;
  margin: 0;
}


.webletStylepzoiptDsHuOnMzJwJvJECF { 


}
.webletStylenuhiptDsHuOnMzJwJxJmBdBL { 


}
.webletStylehldyptDsHuOnMzJwJxJmBZP { 


}
.webletStylelzhiptDsHuOnMzJwJxJmBdBJ { 


}
.webletStylenkqiptDsHuOnMzJwJvJGAHA { 


}
.webletStylehjiiptDsHuOnMzJwJxJmBbBN { 


}
.webletStylezghiptDsHuOnMzJwJxJmBhBK { 


}
.webletStylevcexptDsHuOnMzJwJxJmBXP { 


}
.webletStylexvgiptDsHuOnMzJwJxJmBhBI { 


}
.webletStylexzeyptDsHuOnMzJwJxJmBhBM { 


}
.webletStylehnoiptDsHuOnMzJwJvJEAD { 


}
.webletStylexlpiptDsHuOnMzJwJvJEEH { 


}
.webletStylefypiptDsHuOnMzJwJvJEGJ { 


}/*

originele kleuren
Kleur 1
#FFFFFF
 
Kleur 2
#F0ECE9
 
Kleur 3
#D6D2CF
 
Kleur 4
#AEA8A4
 
Kleur 5
#6E6E6E
 
Kleur 6
#3C3C3B
 
Kleur 7
#2C2C2B
 
Kleur 8
#000000
 
Kleur 9
#3C3C3B
 
Kleur 10
#E1A23C
 
Kleur 11
 
Kleur 12
#528EA7
 
Kleur 13
#E1A23C
 
Kleur 14
#4B8564
 

*/


/* koptekst home kleiner ivm niet afbreken op mobiel*/
section .bgSection h2 {
    font-size: 290%;
}

/*Kleur aanassingen*/
#topWeblets h1 {
    color: #000000;
}

/*vaste hoogte headerbalk kleur*/
#topWeblets {
   min-height: 166px;
}
@media print
{

}

