@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --coral: #ff6e2e;
  --deep-sky-blue: #63a4c0;
  --gold: #ffc700;
  --white: white;
  --rosy-brown: #b38699;
  --silver: #acb7b6;
  --red: #e1261b;
  --brown: #733e43;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #221f20;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

a {
  color: #fff;
  background-color: #000;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .35s;
  display: inline-block;
}

a:hover {
  background-color: #e1261b;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.homecover {
  border-left: 12px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 8px;
  display: flex;
}

.coversec {
  border-left: 4px solid #000;
}

.coversec.north {
  z-index: 20;
  background-color: #fff;
  background-image: url('../images/linha-textura.jpg');
  background-position: 50%;
  background-size: 100% 8px;
  flex: 1;
  height: 45%;
  position: relative;
}

.coversec.center {
  z-index: 20;
  flex: none;
  height: 240px;
  position: relative;
}

.coversec.south {
  z-index: 20;
  background-color: #fff;
  background-image: url('../images/linha-textura.jpg');
  background-position: 50%;
  background-size: 100% 8px;
  flex: none;
  height: 200px;
  position: relative;
}

.coversec-center-header {
  height: 50%;
}

.coversec-center-header.topheader {
  background-color: #fff;
  border-top: 4px solid #000;
  align-items: center;
  height: 120px;
  padding-left: 4%;
  display: flex;
}

.coversec-center-header.headermenu {
  z-index: 1000;
  background-color: #fff;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
  align-items: center;
  height: 15%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  top: 70%;
  left: 28px;
  right: 16px;
}

.homebody {
  background-image: url('../images/linha-textura.jpg');
  background-position: 30px;
  background-repeat: repeat-y;
  background-size: 100% 8px;
  background-attachment: fixed;
  border-left: 8px solid #fff;
  border-right: 16px solid #000;
  margin-bottom: -50px;
  overflow: visible;
}

.homebody.fixed {
  height: 100vh;
  margin-bottom: -300px;
  overflow: hidden;
}

.brand {
  color: #000;
  background-color: #0000;
  padding-left: 0;
  padding-right: 40px;
  line-height: 80px;
  text-decoration: none;
}

.brand:hover {
  background-color: #0000;
}

.shapes-menu {
  float: left;
  flex: 0 auto;
  align-items: flex-start;
  height: 80px;
  display: flex;
  position: relative;
}

.shape {
  float: left;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.shape:hover {
  opacity: 1;
  background-color: #0000;
}

.shape.bluedot {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #63a4c0;
  border-radius: 20px;
  margin-top: 40px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.shape.bluedot:hover {
  height: 200px;
  position: relative;
}

.shape.bluedot.w--current {
  opacity: 1;
  height: 40px;
}

.shape.bluedot.w--current:hover {
  height: 200px;
}

.shape.bluedot.bluenote {
  margin-top: 100px;
}

.shape.bluedot.bluenote:hover {
  height: 40px;
}

.shape.orangetriangle {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.shape.orangetriangle:hover {
  height: 280px;
}

.shape.orangetriangle.w--current {
  height: 80px;
}

.shape.orangetriangle.w--current:hover {
  height: 280px;
}

.shape.orangetriangle.orangenote {
  margin-top: 100px;
}

.shape.orangetriangle.orangenote:hover {
  height: 80px;
}

.shape.pinkdot {
  background-color: #b38699;
  width: 32px;
  height: 32px;
  margin-top: 30px;
  margin-left: 24px;
  margin-right: 16px;
}

.shape.pinkdot:hover {
  height: 220px;
}

.shape.pinkdot.pinknote {
  margin-top: 118px;
}

.shape.pinkdot.pinknote:hover {
  height: 32px;
}

.shape.yellowbar {
  background-color: #ffc700;
  width: 20px;
  height: 80px;
  margin-right: 24px;
}

.shape.yellowbar:hover {
  height: 260px;
}

.shape.yellowbar.yellownote {
  margin-top: 80px;
}

.shape.yellowbar.yellownote:hover {
  height: 80px;
}

.shape.grayblock {
  background-color: #acb7b6;
  width: 80px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.shape.grayblock:hover {
  height: 220px;
}

.shape.grayblock.graynote {
  margin-top: 104px;
}

.shape.grayblock.graynote:hover {
  height: 40px;
}

.shape.reddot {
  background-color: #e1261b;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  margin-left: 16px;
  margin-right: 16px;
}

.shape.reddot:hover {
  height: 200px;
}

.shape.reddot.rednote {
  margin-top: 20px;
}

.shape.reddot.rednote:hover {
  height: 80px;
}

.shape.purpletriangle {
  width: 160px;
  height: 50px;
  margin-top: 30px;
}

.shape.purpletriangle:hover {
  height: 240px;
}

.shape.purpletriangle.purplenote {
  margin-top: 120px;
}

.shape.purpletriangle.purplenote:hover {
  height: 50px;
}

.orange-triangle {
  width: 80px;
  max-width: 80px;
}

.brand-text-box {
  z-index: 50;
  background-color: #000;
  width: 412px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 4%;
  overflow: hidden;
}

.brand-text-content {
  height: 320px;
  margin: 16px;
}

.block-paragraph {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 22px;
}

.stl-ttl-hl {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.matrixbrand {
  background-image: url('../images/00_home_logomatrix.gif');
  background-position: 50%;
  background-size: 110%;
  width: 220px;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 60px 0 auto auto;
}

.contentsection {
  border-left: 12px solid #000;
  width: 100%;
  height: 100vh;
  padding-left: 8px;
}

.content {
  border-left: 4px solid #000;
  width: 100%;
  height: 100%;
  padding-top: 15vh;
  position: relative;
}

.navbar {
  background-color: #fff;
  border-left: 8px solid #fff;
  border-right: 16px solid #000;
  flex-direction: column;
  align-items: stretch;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
}

.myaffixembed {
  width: 0;
  min-width: 0;
  height: 0;
  min-height: 0;
  display: none;
  overflow: hidden;
}

.navmenu {
  float: none;
  border-left: 12px solid #000;
  flex: 1;
  align-items: center;
  height: 100%;
  padding-left: 8px;
}

.navmenu-content {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-left: 4%;
}

.pagesec {
  z-index: 50;
  background-color: #fff;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  margin-top: 5vh;
  position: absolute;
  left: 0;
  right: 0;
}

.hwh-txt {
  width: 140px;
  position: relative;
  top: 100px;
  left: -50px;
  transform: rotate(270deg);
}

.orange-block {
  background-color: #ff6e2e;
  width: 80px;
  height: 200px;
}

.probeer {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  top: 120px;
  transform: rotate(270deg);
}

.volletxt {
  color: #fff;
  text-transform: uppercase;
  width: 160px;
  position: relative;
  top: 120px;
  left: -64px;
  transform: rotate(270deg);
}

.overtxt {
  color: #fff;
  text-transform: uppercase;
  width: 160px;
  position: relative;
  top: 156px;
  left: -70px;
  transform: rotate(270deg);
}

.leerkrachten-txt {
  width: 140px;
  position: relative;
  top: 100px;
  left: -30px;
  transform: rotate(270deg);
}

.faqtxt {
  position: relative;
  top: 120px;
  transform: rotate(270deg);
}

.purple-block {
  background-color: #703c43;
  height: 190px;
}

.contact-txt {
  display: inline-block;
  position: relative;
  top: 110px;
  left: 40px;
  transform: rotate(270deg);
}

.musicscore {
  opacity: 0;
  height: 200px;
  margin-top: -4px;
  padding-left: 4%;
}

.musicscore.header-shapes {
  position: absolute;
  top: 124px;
  left: 12px;
}

.musicscore.fixed-below {
  z-index: 5;
  opacity: 1;
  margin-left: 30px;
  display: block;
  position: fixed;
  top: 124px;
  left: 0;
}

.fixedshape {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
}

.minibrand {
  float: right;
  color: #000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-right: 0;
  font-size: 18px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: absolute;
  top: 40px;
  right: 0;
  overflow: hidden;
}

.minibrand:hover {
  color: #fff;
  background-color: #fff;
  padding-top: 0;
}

.minibrand.w--current {
  opacity: 0;
}

.minibrand.w--current:hover {
  background-color: #0000;
}

.minibrand.restmi {
  color: #fff;
  background-color: #000;
  padding-left: 0;
  top: 50px;
  left: 0;
  right: auto;
}

.minibrand.restmi:hover {
  color: #000;
  background-color: #fff;
  bottom: auto;
}

.spacer {
  border-left: 12px solid #221f20;
  height: 15vh;
  padding-left: 8px;
  position: relative;
}

.spacer-cont {
  border-left: 4px solid #000;
  height: 100%;
}

.fa-icon {
  color: #fff;
  margin-left: 10px;
  font-family: Fontawesome webfont, sans-serif;
  font-weight: 400;
}

.pagesec-heading {
  border-bottom: 4px solid #000;
  height: 80px;
  padding-left: 4%;
}

.pagesec-body {
  padding-left: 4%;
}

.pagesec-h1 {
  text-transform: none;
  font-size: 47px;
  line-height: 76px;
}

.pagesec-h1.bluefont {
  color: #63a4c0;
}

.pagesec-h1.orangefont {
  color: #ff6e2e;
  line-height: 76px;
}

.pagesec-h1.pinkfont {
  color: #b38699;
}

.pagesec-h1.yellowfont {
  color: #ffc700;
}

.pagesec-h1.greyfont {
  color: #acb7b6;
}

.pagesec-h1.redfont {
  color: #e1261b;
}

.pagesec-h1.purplefont {
  color: #733e43;
}

.pagesec-body-content {
  flex-flow: column;
  place-content: space-around;
  align-items: flex-start;
  min-height: 180px;
  position: relative;
}

.pagesec-body-content.sec1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pagesec-body-content.probeer-cont {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 180px;
  padding-top: 10px;
  display: flex;
}

.miniplayer {
  width: 330px;
  height: 90px;
  padding-top: 4px;
}

.player {
  color: #ff6e2e;
  background-color: #ff6e2e;
  width: 300px;
  height: 32px;
  display: block;
}

.play {
  color: #ff6e2e;
}

.songplay {
  color: #e1261b;
  background-color: #e1261b;
}

.customplayer {
  color: #ff6e2e;
  width: 300px;
  height: 60px;
  font-family: Fontawesome webfont, sans-serif;
}

.audio--webkit-media-controls-play-button {
  color: #e1261b;
  background-color: #0098ff;
}

.button {
  background-color: #0000;
}

.button.play {
  background-color: #fff;
}

.custplayer {
  float: right;
  clear: none;
  width: 300px;
  margin-top: 10px;
}

.custplayer.cpv2 {
  border-top-style: solid;
  border-bottom-style: none;
}

.download-block {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  width: 120px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
}

.download-block:hover {
  background-color: #0000;
}

.download-block.prooberlink {
  margin-right: 50px;
}

.audio-title {
  float: left;
  color: #221f20;
  flex: 1;
  position: relative;
}

.audio-author {
  float: left;
  color: #ff6e2e;
  margin-right: 10px;
  position: relative;
}

.audio-author.pinkaudio {
  color: #b38699;
  flex: 1;
  align-self: flex-start;
}

.audio-block {
  border-top: 4px #ff6e2e;
  border-bottom: 4px #ff6e2e;
  border-right: 4px #ff6e2e;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 336px;
  display: block;
  position: relative;
}

.audio-block.vol {
  background-color: #fff;
  height: 130px;
}

.audio-block.vol._1 {
  margin-top: 20px;
  margin-left: -36px;
}

.audio-column {
  float: left;
  flex-direction: column;
  justify-content: space-around;
  height: 240px;
  margin-right: 50px;
  display: flex;
}

.volume-slider {
  color: #ff6e2e;
  background-color: #63a4c0;
}

.text-block {
  z-index: 100;
  background-color: #fff;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  border-left: 24px solid #000;
  margin-right: -16px;
  position: absolute;
  top: 120px;
  bottom: 0;
  right: 0;
}

.text-toggle {
  cursor: pointer;
  background-color: #fff;
  border-top: 1px #000;
  border-left: 12px solid #000;
  border-right: 4px solid #000;
  width: 24px;
  height: 100%;
  position: absolute;
  left: -24px;
}

.plus-sign {
  color: #fff;
  background-color: #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 24px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.plus-sign:hover {
  color: #ffc700;
}

.text-content-block {
  width: 0;
  height: 100%;
  overflow: hidden;
}

.audio-triangle {
  float: left;
  clear: left;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  display: block;
  position: relative;
}

.audio-triangle.pinktri {
  top: 4px;
}

.toggle-icon {
  background-color: #000;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  top: 12px;
  left: -44px;
}

.previous-section-link {
  z-index: 20;
  background-color: #0000;
  width: 40px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
  transition: all .35s ease-in-out;
  position: absolute;
  top: 120px;
  right: 560px;
}

.previous-section-link:hover {
  background-color: #0000;
  padding-top: 0;
}

.previous-section-link.next-section-link {
  padding-top: 0;
  top: auto;
  bottom: 0;
}

.previous-section-link.next-section-link:hover {
  padding-top: 4px;
}

.text-content-wrapper {
  width: 500px;
  max-height: 100%;
  padding: 60px 16px 240px;
  overflow: auto;
}

.text-content-wrapper.black {
  color: #fff;
  background-color: #000;
  height: 100%;
  padding-top: 60px;
  padding-right: 36px;
}

.text-content-wrapper.black.cotct {
  padding-bottom: 120px;
}

.paragraph {
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph.greyquote {
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 20px;
}

.paragraph.yellowquote {
  color: #ffc700;
  margin-bottom: 20px;
}

.paragraph.redquote {
  color: #e1261b;
}

.paragraph.spaced {
  margin-top: 10px;
  margin-bottom: 12px;
}

.paragraph.red-pg {
  color: #e1261b;
  margin-bottom: 10px;
}

.h2 {
  float: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.h2.blue {
  color: #63a4c0;
  display: inline-block;
}

.h2.blue:hover {
  color: #fff;
  background-color: #63a4c0;
}

.h1 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.h1.blue {
  color: #63a4c0;
}

.h1.orange {
  color: #ff6e2e;
}

.expandable-text-block {
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.expandable-text-toggle {
  cursor: pointer;
  max-width: 440px;
  padding-right: 5px;
  transition: all .35s ease-in-out;
}

.expandable-text-toggle:hover {
  color: #fff;
  background-color: #acb7b6;
  padding-left: 8px;
}

.expandable-text-toggle.blue {
  color: #63a4c0;
  cursor: pointer;
}

.expandable-text-toggle.blue:hover {
  color: #fff;
  background-color: #63a4c0;
}

.expandable-text-toggle.orange {
  color: #ff6e2e;
}

.expandable-text-toggle.orange:hover {
  color: #fff;
  background-color: #ff6e2e;
}

.expandable-text-toggle.yellow {
  color: #ffc700;
}

.expandable-text-toggle.yellow:hover {
  color: #fff;
  background-color: #ffc700;
}

.expandable-text-toggle.red {
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
}

.expandable-text-toggle.red:hover {
  background-color: #e1261b;
}

.expandable-text-content {
  position: relative;
}

.testlink {
  z-index: 30;
  background-color: #0098ff;
  height: 30px;
}

.text-highlight-all-caps {
  text-transform: uppercase;
  font-weight: 700;
}

.expandable-icon {
  float: right;
  color: #0000;
  background-image: url('../images/expand-arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.text-wrap {
  max-width: 440px;
  padding-top: 8px;
  position: relative;
}

.ordered-list {
  font-weight: 400;
}

.welcome-embed {
  width: 100%;
  height: 100vh;
}

.login-embed {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.login-button {
  color: #b38699;
  text-transform: uppercase;
  width: 84px;
  height: 30px;
  padding-top: 6px;
  font-weight: 400;
  display: none;
}

.sign-up-form {
  width: 600px;
  height: 550px;
  padding-left: 15px;
}

.brand-name {
  font-size: 47px;
  line-height: 100px;
}

.biblio-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.bibliotheek {
  border-left: 4px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bibliotheek.login-area {
  flex-direction: column;
}

.restricted-access {
  height: 100%;
}

.custom-sign-up {
  text-align: center;
  background-color: #fff;
  border: 4px solid #000;
  border-left: 1px #b38699;
  border-right: 1px #b38699;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.custom-login {
  background-color: #63a4c0;
  min-width: 200px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .35s;
}

.custom-login:hover {
  background-color: #ff6e2e;
}

.field {
  color: #fff;
  text-align: left;
  background-color: #63a4c0;
  border-style: none;
  border-radius: 0;
  height: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.custom-login-form {
  text-align: center;
  background-color: #fff;
  border: 4px solid #000;
  border-left: 4px #b38699;
  border-right: 4px #b38699;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.form-spacer {
  background-color: #63a4c0;
  height: 1px;
  margin-bottom: 10px;
  position: relative;
}

.select-field {
  color: #63a4c0;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  border-style: none;
  border-radius: 0;
  overflow: visible;
}

.age-of-your-students {
  color: #63a4c0;
  text-align: left;
}

.login-brand {
  text-align: center;
  margin-top: 20px;
  padding-top: 8px;
  font-size: 35px;
}

.login-brand._2 {
  margin-bottom: 10px;
}

.stl-mini-logo {
  margin-top: 10px;
  margin-bottom: 0;
}

.stl-mini-logo.foot {
  margin: 20px auto 0;
  display: block;
  position: relative;
}

.stl-mini-logo.v01 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.form-labels {
  color: #000;
  text-align: center;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.sup-txt {
  color: #ff6e2e;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.sup-txt:hover {
  color: #000;
}

.sup-modal {
  opacity: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.form {
  max-width: 360px;
}

.form.double {
  flex: 1;
  max-width: 720px;
}

.sup-row {
  margin-top: 10px;
  margin-bottom: 20px;
}

.log-modal {
  z-index: 20;
  opacity: 0;
  height: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.success {
  background-color: #fff;
}

.stl-bttn {
  background-color: #000;
  margin-top: 20px;
  transition: all .35s;
}

.stl-bttn:hover {
  color: #000;
  background-color: #ffc700;
}

.error {
  color: #fff;
  background-color: #e1261b;
  margin-top: 20px;
  font-weight: 400;
}

.restricted-modal {
  z-index: 100;
  flex: 1;
  height: 0%;
  display: none;
  position: relative;
}

.restricted-embed {
  background-color: #fff;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  position: absolute;
  inset: 140px 0 50px;
}

.restricted-area {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  overflow: auto;
}

.restricted-body {
  height: 100vh;
  margin-bottom: -300px;
  overflow: hidden;
}

.test-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.linbtn {
  margin-top: 3px;
  margin-left: 2px;
}

.player-title-block {
  float: left;
  background-color: #fff;
  align-items: center;
  width: 300px;
  height: 24px;
  padding-left: 10px;
  display: flex;
}

.player-title-block.volve {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px;
}

.blue-mark {
  float: left;
  opacity: 0;
  display: inline-block;
}

.orange-mark {
  float: left;
  opacity: 0;
}

.pink-mark {
  float: left;
  opacity: 0;
  display: inline-block;
}

.yellow-mark, .grey-mark, .red-mark, .purple-mark {
  float: left;
  opacity: 0;
}

.login-or-sign-up {
  text-align: center;
  background-color: #fff;
  border: 4px solid #000;
  flex: 0 auto;
  max-width: 485px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.login-or-sign-up.login-form {
  max-width: 310px;
}

.login-or-sign-up.register-form {
  overflow: hidden;
}

.li-or-sup {
  text-align: center;
  text-transform: uppercase;
  background-color: #63a4c0;
  min-width: 200px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .35s ease-in-out;
  display: inline-block;
}

.li-or-sup:hover {
  background-color: #ff6e2e;
}

.li-or-sup.li:hover {
  background-color: #b38699;
}

.next-bttn {
  z-index: 20;
  width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.answer {
  color: #e1261b;
}

.form-text {
  display: inline-block;
}

.inline-field {
  color: #fff;
  background-color: #000;
  border-style: none none solid;
  border-bottom-width: 4px;
  border-bottom-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.inline-field:active, .inline-field:focus {
  color: #ffc700;
  border-bottom-color: #ffc700;
}

.send-button {
  float: right;
  background-color: #000;
  transition: all .2s;
  position: relative;
}

.send-button:hover {
  color: #ffc700;
}

.contact-success {
  background-color: #000;
}

.footer {
  border-left: 12px solid #000;
  padding-left: 8px;
}

.footer-content {
  background-color: #000;
  min-height: 140px;
}

.signature-block {
  border-top: 4px solid #fff;
  min-height: 60px;
  margin-right: -16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 16px;
}

.footer-content-block {
  z-index: 10;
  padding: 30px;
  position: relative;
}

.signature-line {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.signature-link {
  color: #fff;
  margin-left: 4px;
  margin-right: 3px;
  font-size: 10px;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.signature-link:hover {
  color: #ffc700;
  letter-spacing: 0;
  background-color: #000;
  font-size: 10px;
}

.cb-icon {
  margin-left: 5px;
  margin-right: 5px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.cb-link {
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.cb-link:hover {
  color: #06a9d1;
  letter-spacing: 0;
  background-color: #000;
  font-size: 10px;
}

.footer-brand {
  background-color: #0000;
  width: 240px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-brand:hover {
  background-color: #0000;
}

.footer-address {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.footer-address.mol {
  padding-left: 47px;
}

.footer-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffc700;
  background-color: #0000;
}

.footer-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.social-media-icon {
  float: right;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: flex;
  position: relative;
}

.social-media-icon:hover {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  font-size: 22px;
  transform: rotate(360deg);
}

.footcol {
  padding-left: 10px;
  padding-right: 10px;
}

.rich-text-answer {
  font-weight: 400;
}

.restricted-section {
  text-align: center;
  background-image: url('../images/linha-textura.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% 8px;
  max-height: 100vh;
  padding: 30px;
  overflow: auto;
}

.restricted-section.dark {
  background-color: #000;
  background-image: none;
}

.audio-row {
  float: left;
  width: 1068px;
  margin-left: 20px;
  display: inline-block;
}

.reek-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #b38699;
  margin-bottom: 40px;
  padding-left: 8px;
  font-weight: 400;
  line-height: 32px;
}

.leerkrachten-pg {
  margin-bottom: 30px;
}

.answer-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.answer-button:hover {
  color: #e1261b;
  background-color: #000;
}

.faq-link {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
}

.contact-link {
  float: left;
  clear: left;
  color: #b38699;
  margin: 10px 0 5px;
  padding-left: 0;
  padding-right: 0;
}

.contact-link:hover {
  background-color: #fff;
  padding-left: 6px;
  padding-right: 6px;
}

.contact-info {
  clear: left;
  color: #b38699;
  margin-bottom: 50px;
}

.inline-link {
  color: #b38699;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.inline-link:hover {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.contact-detail {
  color: #b38699;
  text-transform: capitalize;
}

.contact-footer {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 50px;
  display: block;
}

.contact-footer-link:hover {
  background-color: #000;
}

.contact-footer-link.mft {
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-footer-link.mcr {
  padding-top: 4px;
}

.restricted-link {
  z-index: 1000;
  color: #b38699;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 60px;
  position: fixed;
  bottom: 50px;
  right: 20px;
}

.restricted-link:hover {
  background-color: #0000;
  padding-left: 36px;
  padding-right: 30px;
}

.restricted-link.audios {
  color: #b38699;
  background-color: #000;
  padding-left: 60px;
  padding-right: 6px;
  left: 0;
  right: auto;
}

.restricted-link.audios:hover {
  color: #b38699;
  background-color: #000;
  padding-left: 30px;
  padding-right: 36px;
}

.restricted-link.audios.home {
  background-color: #0000;
}

.restricted-link.download {
  padding-right: 6px;
  inset: auto auto 45px 250px;
}

.restricted-link.download:hover {
  padding-left: 6px;
}

.luistervragen {
  color: #b38699;
  text-align: left;
  font-size: 14px;
}

.luistervragen-answer {
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}

.luistervragen-box {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 60px;
  position: relative;
}

.luistervragen-content {
  float: right;
  width: 500px;
  margin-left: 100px;
  margin-right: 50px;
  display: inline-block;
}

.luistervragen-h1 {
  float: left;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  background-color: #b38699;
  height: 32px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  position: relative;
}

.proober-item {
  width: 336px;
  margin-right: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.login-trigger {
  background-color: #fff;
  width: 120px;
}

.login-trigger:hover {
  background-color: #fff;
}

.aifoon-cover-link {
  float: right;
  text-align: center;
  background-color: #0000;
  width: 85px;
  height: 85px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  top: 60px;
  right: 236px;
}

.aifoon-cover-link:hover {
  background-color: #0000;
  width: 85px;
  height: 85px;
}

.probeer-dynlist {
  max-width: 732px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.mobile-site {
  display: none;
}

.mob-menu-link-block {
  padding-left: 0;
}

.small {
  color: #fff;
  background-color: #000;
}

.forgot-password-link {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  margin-top: 20px;
  font-size: 10px;
  font-weight: 400;
}

.register-button {
  cursor: pointer;
  margin-top: 20px;
}

.hr {
  background-color: #dadada;
  height: 1px;
  margin-top: 20px;
}

.login-form {
  text-align: center;
  background-color: #fff;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  max-width: 390px;
  min-height: 370px;
  padding-left: 20px;
  padding-right: 20px;
}

.login-form-wrapper {
  align-items: center;
  min-height: 370px;
  overflow: hidden;
}

.html-login-form {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.log-out-button {
  background-color: #000;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 30px;
  right: 55px;
}

.paragraph-2 {
  text-align: left;
  margin: 60px 10px 30px;
}

.paragraph-2._1 {
  background-color: #fff;
  border: 2px solid #000;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  font-size: 15px;
  line-height: 24px;
}

.button-2 {
  text-transform: uppercase;
  background-color: #b38699;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 32px;
}

.button-2:hover {
  background-color: #63a4c0;
}

.column {
  text-align: left;
}

.column-2, .columns {
  background-color: #fff;
  border: 2px solid #000;
  padding: 16px;
}

.columns-2 {
  margin-right: 50px;
}

.div-block {
  display: none;
}

.subtitle {
  text-align: left;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 16px;
}

.link-playlist {
  color: var(--coral);
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 16px;
}

.link-playlist:hover {
  color: var(--coral);
  background-color: #0000;
}

.restricted-section-copy {
  text-align: center;
  background-image: url('../images/linha-textura.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% 8px;
  border-left: 8px #000;
  min-height: 100vh;
  max-height: 100vh;
  padding: 80px 30px 30px;
  overflow: auto;
}

.restricted-section-copy.dark {
  background-color: #000;
  background-image: none;
}

.content-block {
  background-color: #fff;
  border: 3px solid #000;
  flex: 1;
  min-width: 440px;
  min-height: 480px;
  margin: 20px;
  padding: 30px;
  display: block;
}

.content-block.shrink {
  flex: none;
  min-width: auto;
  min-height: auto;
}

.div-block-2 {
  z-index: 0;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading {
  color: #b38699;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

.image-2 {
  width: 80px;
}

.text-block-3 {
  color: #b38699;
}

.lb {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lb:hover {
  background-color: #fff0;
}

.lb._2 {
  justify-content: center;
  align-items: center;
}

.text-block-4 {
  color: #b38699;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}

.image-3 {
  width: 60px;
}

.paragraph-3 {
  text-align: left;
  max-width: 400px;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
}

.dropdown {
  margin: 20px 0 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.dropdown-toggle {
  color: #b38699;
  background-color: #b38699;
  min-width: 270px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  transition: background-color .25s ease-in-out;
}

.dropdown-toggle:hover {
  background-color: var(--black);
}

.image-4 {
  height: 60px;
  display: none;
  position: absolute;
  top: -10px;
  right: -45px;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding-top: 20px;
}

.submit-button {
  background-color: var(--deep-sky-blue);
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

.submit-button:hover {
  background-color: var(--coral);
}

.text-field {
  background-color: var(--black);
  min-height: 60px;
  color: var(--gold);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.text-field::placeholder {
  color: #fff;
}

.text-field._2 {
  min-height: 50px;
  margin-top: 10px;
}

.text-block-6 {
  margin-top: 20px;
  line-height: 24px;
}

.nl {
  color: var(--coral);
  background-color: #0000;
  font-size: 14px;
  line-height: 24px;
}

.nl:hover {
  color: var(--gold);
  background-color: #000;
  line-height: 24px;
}

.success-message {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-7 {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.text-span {
  font-size: 20px;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-5 {
  width: 100%;
}

.text-block-8 {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-left: 4%;
  line-height: 24px;
}

.text-block-8.fixed {
  z-index: 2;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0%;
  line-height: 32px;
  position: fixed;
  inset: auto 0% 0%;
}

html.w-mod-js [data-ix="collapse-text-blocks-on-load"] {
  height: 0;
}

html.w-mod-js [data-ix="slide-to-the-right-on-load"] {
  transform: translate(1000px);
}

html.w-mod-js [data-ix="minibrand"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hidden"] {
  display: none;
}

html.w-mod-js [data-ix="register-form-initial"] {
  opacity: 0;
  display: none;
  transform: rotateX(90deg)rotateY(0)rotateZ(0);
}

@media screen and (max-width: 991px) {
  .homecover {
    border-left-style: none;
    padding-left: 0;
    display: flex;
  }

  .homebody {
    background-position: 0;
    border-left-color: #000;
    border-right-width: 4px;
  }

  .brand-text-content {
    height: auto;
    margin: 0;
    font-weight: 400;
  }

  .stl-ttl-hl {
    font-weight: 700;
  }

  .custplayer {
    background-color: #fff;
  }

  .paragraph.mob, .expandable-text-toggle.mob {
    color: #fff;
  }

  .expandable-text-toggle.mob:hover {
    background-color: #000;
    padding-left: 0;
  }

  .expandable-text-toggle.mob.blue-tog {
    color: #fff;
    background-color: #63a4c0;
    max-width: 100%;
    padding-left: 10px;
    display: flex;
  }

  .expandable-text-toggle.mob.blue-tog.yellowfont {
    background-color: #ffc700;
  }

  .expandable-text-toggle.mob.blue-tog.redtog, .expandable-text-toggle.mob.blue-tog.redtog:hover {
    background-color: #e1261b;
  }

  .expandable-icon {
    position: absolute;
    top: 0;
    right: 5px;
  }

  .text-wrap {
    max-width: 100%;
    padding-top: 10px;
  }

  .bibliotheek {
    border-left-style: none;
  }

  .custom-sign-up, .custom-login-form {
    flex: none;
  }

  .sup-txt, .sup-txt:hover {
    background-color: #fff;
  }

  .login-or-sign-up {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    border-left: 4px #fff;
    margin-left: -8px;
    margin-right: -4px;
    padding-left: 0;
  }

  .signature-block {
    margin-right: 0;
  }

  .footer-content-block {
    background-color: #000;
    padding-left: 50px;
  }

  .restricted-section.dark {
    padding-left: 90px;
    padding-right: 0;
  }

  .faq-link {
    background-color: #e1261b;
  }

  .restricted-link.audios {
    padding-left: 20px;
  }

  .restricted-link.audios:hover {
    padding-left: 20px;
    padding-right: 6px;
  }

  .restricted-link.download {
    bottom: 200px;
    left: 40px;
  }

  .desktop-site {
    display: none;
  }

  .mobile-site {
    min-height: 100vh;
    display: block;
  }

  .mobile-cover {
    z-index: 2000;
    background-color: #fff;
    background-image: url('../images/linha-textura.jpg');
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 100% 8px;
    height: 100vh;
    padding-top: 160px;
    position: relative;
  }

  .mobile-navbar {
    background-color: #fff;
    border-bottom: 4px solid #000;
    border-left: 8px solid #000;
    border-right: 4px solid #000;
    padding-left: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .mobile-brand {
    background-color: #fff;
    background-image: url('../images/start-logo.JPG');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: 56px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .mobile-brand:hover {
    background-color: #fff;
  }

  .mobile-menu-button {
    color: #fff;
    background-color: #000;
    height: 60px;
    padding: 15px 3px 9px 5px;
    font-size: 32px;
    line-height: 32px;
  }

  .mobile-menu-button.w--open {
    background-color: #000;
  }

  .mobile-cover-title-block {
    letter-spacing: 1px;
    background-color: #fff;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    align-items: center;
    height: 120px;
    padding-left: 5%;
    display: flex;
  }

  .mobile-cover-title-block.mctb2 {
    border-top-style: none;
    height: 116px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5%;
  }

  .cover-text-block {
    color: #fff;
    background-color: #000;
    max-width: 80%;
    min-height: 160px;
    padding: 20px;
    position: relative;
    left: 5%;
  }

  .mobile-pg {
    font-weight: 400;
  }

  .site-title {
    font-size: 38px;
    line-height: 44px;
  }

  .mobile-section {
    height: 100vh;
  }

  .mobile-cover-brand {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-cover-brand:hover {
    background-color: #fff;
  }

  .mobile-slider {
    background-color: #0000;
    height: 100vh;
  }

  .slidenav {
    height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 8px;
    line-height: 8px;
  }

  .mob-arrow {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex;
  }

  .mob-arrow.left-mob-arrow {
    width: 32px;
  }

  .mob-arrow-img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 8px;
  }

  .mob-arrow-img.leftimg {
    left: -4px;
  }

  .mobs {
    padding-top: 60px;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .mobs2 {
    color: #fff;
    background-color: #000;
    height: 100vh;
    padding: 120px 20px 100px 50px;
    overflow: auto;
  }

  .mobs2.whitebg {
    background-color: #fff;
  }

  .mobile-section-title-block {
    background-color: #fff;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    min-height: 120px;
    position: absolute;
    bottom: 10vh;
    left: 0;
    right: 40px;
  }

  .mobile-section-title-block.yellow-font {
    color: #ffc700;
  }

  .mobile-section-title {
    border-bottom: 4px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .mob-section-link-block {
    background-color: #fff;
    width: 48px;
    height: 48px;
    margin: 20px 0 20px 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .mob-section-link-block:hover {
    background-color: #fff;
  }

  .mob-section-h1 {
    color: #63a4c0;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 32px;
    line-height: 40px;
  }

  .mob-section-h1.orange-font {
    color: #ff6e2e;
  }

  .mob-section-h1.pink-font {
    color: #b38699;
  }

  .mob-section-h1.yellow-font {
    color: #ffc700;
  }

  .mob-section-h1.greyfont {
    color: #acb7b6;
  }

  .mob-section-h1.redfont {
    color: #e1261b;
  }

  .mob-section-h1.purplefont {
    color: #733e43;
  }

  .mob-dlw {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
  }

  .mob-answer {
    color: #fff;
    font-weight: 400;
  }

  .mob-answer.blue-ans {
    color: #000;
  }

  .mob-answer.red-txt {
    color: #e1261b;
    margin-bottom: 10px;
  }

  .mob-menu-link-block {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border-left: 4px solid #000;
    height: 50px;
    margin-left: 4px;
    margin-right: 0;
    padding: 10px 10px 10px 12px;
    display: block;
    position: relative;
  }

  .mob-menu-link-block:hover {
    background-color: #fff;
  }

  .mob-menu-icon {
    float: left;
    max-width: 60px;
    max-height: 30px;
    position: static;
    top: 5px;
    left: 10px;
  }

  .mob-menu-icon.yellow-icon {
    left: 30px;
  }

  .mob-menu-icon.pink-square {
    width: 20px;
    top: 15px;
    left: 20px;
  }

  .mob-menu-txt {
    float: left;
    color: #63a4c0;
    margin-left: 10px;
    line-height: 30px;
  }

  .mob-menu-txt.orange-font {
    color: #ff6e2e;
  }

  .mob-menu-txt.pink-font {
    color: #b38699;
  }

  .mob-menu-txt.yellow-font {
    color: #ffc700;
  }

  .mob-menu-txt.grey-font {
    color: #acb7b6;
  }

  .mob-menu-txt.red-font {
    color: #e1261b;
  }

  .mob-menu-txt.brown-font {
    color: #733e43;
  }

  .mob-list {
    background-color: #fff;
    border-right: 40px solid #000;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    inset: 60px 0 0;
    overflow: auto;
  }

  .mobile-login-pages {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .mobile-back-button {
    color: #000;
    background-color: #fff;
  }

  .mobile-back-button:hover {
    background-color: #fff;
  }

  .columns-2 {
    margin-right: 0;
  }

  .restricted-section-copy.dark {
    padding-left: 90px;
    padding-right: 0;
  }

  .text-field {
    min-height: 60px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    max-width: 85%;
    line-height: 18px;
  }

  .expandable-text-toggle.mob {
    max-width: 320px;
  }

  .expandable-text-toggle.mob.blue-tog {
    align-items: center;
    min-height: 40px;
  }

  .expandable-icon {
    margin-top: 5px;
  }

  .text-wrap {
    max-width: 100%;
  }

  .footer-content-block {
    text-align: center;
    padding-left: 30px;
  }

  .footer-title {
    text-align: left;
  }

  .restricted-section.dark {
    padding-left: 80px;
    padding-right: 0;
  }

  .luistervragen-content {
    width: auto;
    margin-right: 0;
  }

  .mobile-cover {
    height: auto;
    min-height: 100vh;
    padding-top: 100px;
  }

  .mobile-menu-button {
    height: 60px;
  }

  .mobile-section, .mobile-slider {
    height: 480px;
  }

  .mobile-section-title-block {
    top: 60px;
    bottom: auto;
  }

  .mob-dlw {
    max-width: 100%;
  }

  .mob-menu-link-block {
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mob-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .restricted-section-copy.dark {
    padding-left: 80px;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  ul, ol {
    padding-left: 20px;
  }

  .homecover {
    border-left-style: none;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    overflow: auto;
  }

  .block-paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .custplayer {
    float: left;
    width: 200px;
  }

  .audio-title {
    text-align: left;
    margin-top: 4px;
  }

  .audio-author.pinkaudio {
    text-align: left;
  }

  .audio-block {
    margin-bottom: 10px;
  }

  .audio-block.vol {
    width: 270px;
  }

  .audio-block.vol._1 {
    margin-left: 0;
  }

  .audio-triangle {
    width: 32px;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: none;
  }

  .h2 {
    letter-spacing: 1px;
    align-items: center;
    max-width: 85%;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    display: flex;
  }

  .expandable-text-block {
    margin-bottom: 20px;
  }

  .expandable-text-toggle.mob {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    max-width: 260px;
  }

  .expandable-text-toggle.mob.blue-tog {
    justify-content: flex-start;
  }

  .text-wrap {
    font-size: 12px;
    font-weight: 400;
  }

  .bibliotheek {
    border-left-style: none;
    border-right: 1px #000;
    display: flex;
    position: relative;
  }

  .custom-sign-up {
    flex: 0 auto;
    display: block;
    position: relative;
  }

  .custom-login-form {
    flex: 0 auto;
    overflow: auto;
  }

  .login-brand {
    font-size: 24px;
  }

  .form-labels {
    height: auto;
    line-height: 20px;
  }

  .sup-modal {
    opacity: 0;
    display: none;
    top: 0;
    left: 0;
    right: 0;
  }

  .log-modal {
    opacity: 1;
    height: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
  }

  .player-title-block.volve {
    width: 270px;
  }

  .login-or-sign-up {
    border-style: solid;
    align-self: flex-start;
    margin: auto 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signature-block {
    padding-top: 30px;
    padding-right: 0;
  }

  .footer-content-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .signature-line {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-address.mol {
    padding-left: 0;
  }

  .footer-title {
    text-align: left;
    margin-bottom: 50px;
    font-size: 20px;
  }

  .footcol {
    margin-bottom: 50px;
  }

  .restricted-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .restricted-section.dark {
    padding-bottom: 200px;
    padding-left: 0;
  }

  .contact-footer-link.mft {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .contact-footer-link.mcr {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-footer-link.aifoo {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .restricted-link {
    text-align: right;
    width: 100%;
    height: 70px;
    padding-bottom: 10px;
    padding-right: 30px;
    bottom: 0;
  }

  .restricted-link.audios {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 70px;
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .restricted-link.audios:hover {
    padding-left: 10px;
    padding-right: 6px;
  }

  .restricted-link.download {
    background-color: var(--black);
    justify-content: center;
    width: 50%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .restricted-link.download:hover {
    padding-left: 0;
  }

  .luistervragen-box {
    padding-right: 20px;
  }

  .luistervragen-content {
    margin-left: 20px;
  }

  .mobile-cover {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .mobile-navbar {
    padding-left: 10px;
  }

  .mobile-brand {
    width: 250px;
  }

  .mobile-menu-button {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-cover-title-block {
    height: 80px;
  }

  .mobile-cover-title-block.mctb2 {
    height: 76px;
  }

  .cover-text-block {
    padding: 10px;
  }

  .site-title {
    font-size: 26px;
    line-height: 32px;
  }

  .mob-arrow {
    width: 32px;
  }

  .mob-arrow.left-mob-arrow {
    width: 24px;
  }

  .mob-arrow-img {
    width: 24px;
    left: 6px;
  }

  .mobs {
    padding-right: 32px;
  }

  .mobs2 {
    padding-left: 40px;
    padding-right: 16px;
    font-size: 12px;
    font-weight: 700;
  }

  .mobs2.whitebg {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 16px;
  }

  .mobile-section-title-block {
    padding-bottom: 10px;
    top: 60px;
    right: 32px;
    overflow: hidden;
  }

  .mobile-section-title-block.min150 {
    min-height: 150px;
  }

  .mobile-section-title-block.larger {
    bottom: 32px;
  }

  .mobile-section-title {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 16px;
  }

  .mob-section-link-block {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .mob-section-h1 {
    font-size: 24px;
  }

  .mob-section-h1.orange-font {
    color: #ff6e2e;
  }

  .mob-section-h1.greyfont, .mob-section-h1.redfont {
    line-height: 30px;
  }

  .mob-dlw {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .mob-menu-link-block {
    border-left: 4px solid #000;
    height: 45px;
    margin-bottom: 0;
    margin-left: 4px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .mob-menu-icon {
    float: left;
    position: static;
  }

  .mob-menu-txt {
    margin-left: 10px;
  }

  .mob-list {
    border-right-width: 32px;
    height: 100vh;
    inset: 60px 0 0;
    overflow: auto;
  }

  .mobile-login-pages {
    align-items: flex-start;
    padding-top: 60px;
    overflow: auto;
  }

  .mobile-back-button {
    color: #000;
    background-color: #fff;
  }

  .mobile-back-button:hover {
    background-color: #fff;
  }

  .big-arrows-mobile {
    width: 40px;
    height: 40px;
  }

  .small {
    text-align: center;
    display: block;
  }

  .text-block-2 {
    font-size: 9px;
  }

  .restricted-section-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .restricted-section-copy.dark {
    padding-bottom: 200px;
    padding-left: 0;
  }

  .content-block {
    border-left-style: none;
    border-right-style: none;
    flex: none;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .content-block.shrink {
    border-style: solid;
    width: auto;
    margin-left: 20px;
  }

  .heading {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-3 {
    width: auto;
    margin-top: 20px;
  }

  .flex-block {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    display: none;
  }

  .flex-block-2, .flex-block-3 {
    flex-flow: column;
  }

  .text-field {
    font-size: 16px;
  }

  .text-field._2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-6 {
    margin-top: 20px;
    font-size: 13px;
  }

  .success-message {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}