/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.touch div {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body {
  background: #01488e;
}
#container {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
#scene {
  position: relative;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-top: -300px;
  margin-left: -400px;
  display: none;
}
#stage-white {
  position: absolute;
  left: 8px;
  top: 56px;
  width: 784px;
  height: 488px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
}
#stage-blue {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 780px;
  height: 484px;
  background: #a2ccdd;
  border-radius: 8px;
}
#stage {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 776px;
  height: 480px;
  background: #d3e8ef;
  border-radius: 6px;
}
#overlayobject {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/* --- header --- */

#header {
  position: relative;
  left: 8px;
  top: 8px;
  height: 48px;
  width: 784px;
}
#title {
  position: absolute;
  top: 0px;
  left: 0px;
}
#titlelogo {
  position: absolute;
  top: 0px;
  left: 0px;
}
#titlelogoimage {
  position: absolute;
  top: 0px;
  left: 0px;
}
#titlelogoimagepng {
  width: 50px;
  height: 50px;
  margin-top: -6px;
}
#titlelogotekst {
  margin-left: 54px;
  margin-right: 10px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 1.8em;
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
  font-style: italic;
  font-weight: bold;
  margin-top: -5px;
  cursor: pointer;
}
#titletekst {
  left: 208px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 1.8em;
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
  font-style: italic;
  width: 500px;
  margin-top: -4px;
}
#headerbuttons {
  float: right;
  display: inline-block;
  vertical-align: top;
  height: 48px;
}
.headerbutton {
  display: inline-block;
  float: right;
  position: relative;
  margin: 0px;
  margin-left: 8px;
  height: 26px;
  border: solid 2px #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  background-color: #ffcc00;
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  font-size: 0.9em;
  color: #cc0000;
  font-weight: bold;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 16px;
  cursor: pointer;
}
.hoverdocument .headerbutton:hover {
  background-color: #ff9900;
}
.headerbuttontable {
  display: table;
  height: 26px;
}
.headerbuttontablecell {
  display: table-cell;
  height: 26px;
  text-align: center;
  vertical-align: middle;
}

/* --- footer --- */

#footer {
  position: relative;
  left: 0px;
  top: 504px;
  height: 48px;
  width: 800px;
}
#footerbuttons {
  float: left;
  display: inline-block;
  vertical-align: top;
  height: 48px;
}
.footerbutton {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0px;
  margin-left: 8px;
  height: 26px;
  border: solid 2px #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  background-color: #ffcc00;
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  font-size: 0.9em;
  color: #cc0000;
  font-weight: bold;
  padding: 5px;
  padding-left: 9px;
  padding-right: 9px;
  cursor: pointer;
}
.hoverdocument .footerbutton:hover {
  background-color: #ff9900;
}
.footerbuttontable {
  display: table;
  height: 26px;
}
.footerbuttontablecell {
  display: table-cell;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  min-width: 14px;
}
.geleKnop {
  display: inline-block;
  background: #ffcc00;
  color: #cc0000;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  border: solid 2px #fff;
  border-radius: 9px;
  cursor: pointer;
}

.geleKnopI {
  position: absolute;
  top: 60px;
  left: 10px;
}
.geleKnopII {
  position: absolute;
  top: 60px;
  right: 5px;
}

.chattenkamer {
  display: inline-block;
  background: #ffcc00;
  color: #cc0000;
  padding: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  border: solid 2px #fff;
  border-radius: 6px;
  cursor: pointer;
  margin: 10px;
  height: 80px;
  width: 80px;
  margin-bottom: 14px;
  position: relative;
}
.chattenkamertop {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  width: 90px;
  height: 60px;
  background: #ffffff;
}
.chattenkameronder {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  width: 90px;
  height: 20px;
}
.chattenkamertopimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 58px;
}
.hoverdocument .geleKnop:hover {
  background-color: #ff9900;
}
.geleKnopLink {
  display: inline-block;
  background: #ffcc00;
  color: #cc0000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  border: solid 2px #fff;
  border-radius: 18px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background-image: url("../img/link.png");
  vertical-align: top;
}
.hoverdocument .geleKnopLink:hover {
  background-color: #ff9900;
}
.eigenmeninglezenboxboven {
  background: #fff;
  border: 2px solid #a2ccdd;
  width: 690px;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  font-size: 0.8em;
  cursor: pointer;
}
.eigenmeninglezenboxonder {
  background: #fff;
  border: 2px solid #a2ccdd;
  width: 680px;
  margin-bottom: 15px;
  margin-top: -2px;
  padding-left: 10px;
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
#stageholder {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0px;
}
#stageholdercontent {
  text-align: center;
  margin-top: 200px;
  /* width:100%; */
  height: 50px;
  display: block;
  position: absolute;
}
#frontpage {
  display: table;
  height: 100%;
  width: 100%;
}
#frontpageleft {
  display: table-cell;
  height: 100%;
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
#frontpagemiddle {
  display: table-cell;
  position: absolute;
  height: 100%;
  width: 40%;
  text-align: center;
  vertical-align: top;
}
#frontpagemiddleinside {
  top: 10px;
  bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: solid 2px #a2ccdd;
  border-right: solid 2px #a2ccdd;
}
#frontpageright {
  display: table-cell;
  height: 100%;
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
#texinputlogin {
  background: #fff;
  border: 2px solid #000;
  height: 26px;
  width: 180px;
  padding-left: 5px;
  padding-right: 5px;
}
#frontpageTitle {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#frontpageImageImg {
  max-width: 600px;
  max-height: 300px;
  border: solid 2px #a2ccdd;
}
#wachtwoordvergeten {
  font-size: 0.75em;
  color: #888888;
  cursor: pointer;
}
#leestekst {
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0px;
  bottom: 10px;
}
#leestekstkop {
  height: 48px;
  display: block;
  border-bottom: solid 2px #a2ccdd;
}
#leesteksttitel {
  display: block;
  float: left;
  font-size: 1.2em;
  line-height: 48px;
  font-weight: bold;
}
#leestekstdatum {
  float: right;
  line-height: 48px;
}
#leesteksttekst {
  display: block;
  position: absolute;
  bottom: 0;
  top: 65px;
  left: 0;
  right: 0;
  overflow: hidden;
}
#leestekstteksttable {
  display: table;
  width: 100%;
  height: 405px;
}
#leesteksttekstkolom1template1 {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  height: 405px;
}
#leesteksttekstkolom2template1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 405px;
  /* margin-right: 20px; */
}
#leesteksttekstkolom2template1inside {
  display: inline-block;
  text-align: left;
  line-height: 1.3em;
  height: 405px;
}
#leestekstteksttableimage {
  max-width: 250px;
  max-height: 400px;
  border: solid 2px #a2ccdd;
  display: inline-block;
  margin-right: 20px;
}
#leesteksttekstkolom1template2 {
  display: inline-block;
  width: 367px;
  float: left;
  text-align: left;
  line-height: 1.3em;
  height: 410px;
}
#leestekst .column {
}
#flipbook .column {
  /* font-size: 13px; */
}
#eensbalk,
#oneensbalk {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 300px;
  height: 30px;
  border: 2px solid #000;
  background: #fff;
}
.hoverdocument .anderewebsites:hover > .geleKnopLink {
  background-color: #ff9900;
}
#bericht,
#naam,
#email {
  background: #fff;
  border: 2px solid #000;
  height: 26px;
  width: 180px;
  padding-left: 5px;
  padding-right: 5px;
}

/* OTgalgje */

.OTgalgje_letter {
  background-color: #ffcc00;
  border: solid;
  border-width: 2px;
  border-color: #ffffff;
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  width: 32px;
  margin: 2px;
  height: 32px;
  border-radius: 10px;
  text-align: center;
  color: #cc0000;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
  cursor: pointer;
}
.hoverdocument .OTgalgje_letter:hover {
  background-color: #ff9900;
}
#OTgalgje_vraag_en_woord {
  text-align: center;
  display: inline-block;
}
#OTgalgje_vraag {
  font-size: 1.1em;
  line-height: 1.1em;
  display: inline-block;
}
#OTgalgje_spacer {
  font-size: 1.1em;
  line-height: 1.1em;
}
#OTgalgje_woord {
  background-color: #fff;
  border: solid;
  border-width: 2px;
  border-color: #000000;
  font-size: 25px;
  line-height: 52px;
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  letter-spacing: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
}
#OTgalgje_galg {
  display: inline-block;
  width: 112px;
  height: 132px;
  background-image: url(../img/galgje_1.png);
  margin-top: 20px;
}
#OTgalgje_letters {
  display: inline-block;
  position: relative;
  margin-top: 15px;
}

/* OT 1 */

#OT1_tekstonder_schrijven {
  line-height: 21px;
  font-size: 1em;
}
.oefentype_blok_met_tekst_OT1 {
  background-color: #fff;
  border: solid;
  border-width: 2px;
  border-color: #b9bdbc;
  padding: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}

/* OT 2 */

#OT2_tekstonder_schrijven {
  line-height: 21px;
  font-size: 1em;
}
.oefentype_blok_met_tekst_OT9 {
  background-color: #fff;
  border: solid;
  border-width: 2px;
  border-color: #b9bdbc;
  padding: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}

/* OT 3 */

#OT3_tekstonder_schrijven {
  line-height: 21px;
  font-size: 1em;
}
.frontpageitem {
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s;
  border: 2px solid rgba(1, 72, 142, 0);
  box-sizing: content-box;
  display: block;
  width: 24%;
  position: relative;
  margin-top: -5px;
}
.frontpageitem:hover {
  background-color: rgba(1, 72, 142, 0.2);
  border: 2px solid rgba(1, 72, 142, 0.5);
}
.frontafb {
  height: 100px;
  width: 100%;
  object-fit: cover;
  border: 2px solid rgba(1, 72, 142, 0.5);
}

/* OT 4 */

#OT4_tekst {
}
#OT4_tekstonder_schrijven {
  line-height: 21px;
  font-size: 1em;
}
.OT4_invoerveld {
  height: 18px;
  width: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  min-width: 14px;
  border: 0px solid #a2ccdd;
  outline: 0;
}
.OT4_tekstgat {
  height: 26px;
  border: 2px solid #a2ccdd;
  background: #fff;
}
.hoverdocument .OT4_tekstgat:hover {
  border: 2px solid #0000ff;
}
::-webkit-scrollbar {
  width: 16px;
  background-color: rgba(1, 72, 142, 0.5);
  border-radius: 8px;
  overflow: visible;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ffcc00;
  border: 2px rgba(1, 72, 142, 1) solid;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}
@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media print {
  /*    
#header{display:none;}
#underchat{display:none; opacity: 0;}
#chattext{color: #f00 !important; display: block; position: fixed; left:20px; top: 20px; right: 20px; font-size: 12px; line-height: 20px; color: #000; background: #fff; overflow:visible; }
#iscrollviewport{overflow:visible;}
body{overflow:visible;}
*/
}
.inloggenvideo {
  position: relative;
  width: 360px;
  height: 270px;
  text-align: center;
  display: inline-block;
  margin: 10px;
}
.inloggenvideobutton {
  position: absolute;
  width: 360px;
  height: 270px;
  color: #000;
  text-align: center;
  top: 0;
  font-size: 1.2em;
  cursor: pointer;
}
#inloggenvideos {
  position: absolute;
  text-align: center;
  top: 20px;
  left: -10px;
  width: 800px;
}
#videooverlay {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
}
.videooverlayframe {
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -240px;
  position: absolute;
}

#readspeaker_button1 {
  /*display: none !important;*/
}
mark {
  background: none;
  background-color: none;
  border-radius: 5px;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  user-select: none;
  cursor: pointer;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 8px;
  width: 200px;
  background: #fff;
}

.custom-dropdown .selected-value {
  width: 100%;
  display: inline-block;
}

.custom-dropdown .dropdown-list {
  display: none; /* hidden by default */
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 420px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  z-index: 999;
}

.custom-dropdown.show .dropdown-list {
  display: block; /* show on toggle */
}

.dropdown-item {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

#popupimage {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#popupimageimage{
	width: 80%;
	max-height: 80%;
	object-fit: contain;
}
#popupimagex{
	position: absolute;
	top: 1vmax;
	right: 2vmax;
	color: #fff;
	font-size: 4vmax;
    cursor: pointer;
    font-weight: bold;
}
.oldpage a{
  color: rgba(0, 0, 0, 0);
  text-decoration: none;  
}
#popupimagevideo{
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Tiny Scrollbar */
#scrollbar1 { width: 520px; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 500px; height: 200px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

