/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Bungee+Inline|Caveat+Brush|Love+Ya+Like+A+Sister");
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.center-middle, footer#progress-wrapper .phase-text, #maingraphic .fb-logo-wrapper img, #maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner .homebase-bottom, #maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner img, #maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner, #maingraphic .banner-utrecht-wrapper .banner-utrecht-inner .homebase-top, #maingraphic .banner-utrecht-wrapper .banner-utrecht-inner img, #maingraphic .banner-utrecht-wrapper .banner-utrecht-inner, #maingraphic .banner-woorden-wrapper .woorden-inner, #maingraphic .banner-bu-wrapper img, #maingraphic .banner-met-wrapper img, #maingraphic .net-wrapper img, #maingraphic .banner-eerste-wrapper img, #maingraphic .canes, #maingraphic .fish-wrapper img, #maingraphic .big-notes-wrapper .big-notes-inner, #maingraphic .plant-wrapper img, #maingraphic .pong-wrapper img, #maingraphic .bike-wrapper img, #maingraphic .banner-mbti-wrapper .mbti-img .mbti, #maingraphic .banner-mbti-wrapper .mbti-img img, #maingraphic .small-notes-wrapper img, #maingraphic .pen-wrapper img, #maingraphic .frame-utrecht-wrapper .frame-utrecht-img .photo-utrecht, #maingraphic .frame-utrecht-wrapper .frame-utrecht-img img, #maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img .photo-eindhoven, #maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img img, #maingraphic .books-wrapper img, #maingraphic .laptop-wrapper img, #maingraphic .frame-profile-wrapper .frame-profile-img .photo-profile, #maingraphic .frame-profile-wrapper .frame-profile-img img, #maingraphic .notes-quote-wrapper .notes-quote-inner .quote, #maingraphic .notes-quote-wrapper .notes-quote-inner img, #maingraphic .plain-cane-wrapper img, #maingraphic .tool-wrapper img, #maingraphic .fly-wrapper img, #maingraphic .banner-manager-wrapper img, #maingraphic .soda-cane-wrapper img, #maingraphic .smartphone-wrapper img, #maingraphic .logo-banner-wrapper img, #maingraphic .hand-wrapper img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.center-horizontal, #navigation-phase .dots-wrapper, .container.notfound-page .notfound-img img {
  left: 50%;
  transform: translateX(-50%);
}

.center-vertical, #navigation-phase .dots-wrapper .dot-big, #navigation-phase .dots-wrapper .dot-small, #maingraphic .met p, #maingraphic .homebase-bottom p, #maingraphic .buddy p, #maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner .homebase-bottom p, #maingraphic .banner-utrecht-wrapper .banner-utrecht-inner .homebase-top p, #maingraphic .banner-mbti-wrapper .mbti-img .mbti .mbti-paper p, #maingraphic .notes-quote-wrapper .notes-quote-inner .quote p, .mfp-content .mixnmatch li .editable-mix .cross {
  top: 50%;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@font-face {
  font-family: "ZOESTREEPFONT";
  src: url("../fonts/ZOESTREEPFONT.otf") format("otf");
  src: url("../fonts/ZOESTREEPFONT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("ttf");
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Italic.ttf") format("ttf");
  src: url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("ttf");
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-MediumItalic.ttf") format("ttf");
  src: url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
ul {
  list-style: disc;
  padding: 0px;
  margin: 0px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.page-numbers {
  padding: 20px;
  background: #fff;
  border-top: solid 1px #eee;
  text-align: right;
}
ul.page-numbers li {
  display: inline-block;
  margin: 0 5px;
}
ul.page-numbers li a,
ul.page-numbers li span {
  display: block;
  border: solid 1px #eb6200;
  line-height: 10px;
  border-radius: 4px;
  padding: 10px;
  width: 30px;
  color: #eb6200;
  text-align: center;
}
ul.page-numbers li .current {
  background: #eb6200;
  color: #fff;
  border-color: #eb6200;
}
ul.page-numbers li:hover a {
  background: #eb6200;
  color: #fff;
  opacity: 0.9;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.login {
  padding-top: 8%;
}
.login .title-wrapper {
  background-image: url("../images/login-title-board.png");
  font-family: "ZOESTREEPFONT";
  color: white;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  font-size: 150%;
  position: relative;
}
.login .title-wrapper h1 {
  font-weight: normal;
}
.login .title-wrapper img {
  position: absolute;
  width: 50px;
  bottom: -70px;
  right: 23%;
}
@media only screen and (max-width: 899px) {
  .login .title-wrapper img {
    right: 15%;
  }
}
@media only screen and (max-width: 699px) {
  .login .title-wrapper img {
    right: 3%;
    width: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .login .title-wrapper img {
    bottom: -30px;
  }
}
@media only screen and (max-width: 399px) {
  .login .title-wrapper img {
    bottom: -20px;
    width: 25px;
  }
}
@media only screen and (max-width: 639px) {
  .login .title-wrapper {
    font-size: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 399px) {
  .login .title-wrapper {
    font-size: 80%;
  }
}

#login {
  width: 400px;
  margin: 0 auto;
  border: 3px solid black;
  padding: 20px 40px;
  position: relative;
  margin-top: 80px;
  box-shadow: -5px 5px;
  min-height: 200px;
}
@media only screen and (max-width: 559px) {
  #login {
    width: 70%;
    padding: 20px 20px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 399px) {
  #login {
    margin-top: 30px;
  }
}
#login form {
  box-shadow: none;
  padding: 0px;
  padding-bottom: 10px;
}
#login form label {
  color: #333;
  font-size: 90%;
}
#login form input {
  font-size: 120%;
  padding: 5px;
  box-shadow: inset -3px 3px 0px black;
  border: 3px solid black;
}
#login form p.submit {
  margin-top: 50px;
}
#login form .submit input {
  background: black;
  padding: 5px 40px;
  transform: rotate(2deg);
  margin: 0 auto;
  color: white;
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  border-color: transparent;
  text-shadow: none;
  height: auto;
  border-radius: 0px;
  float: none;
  display: block;
}
#login form .submit input:hover {
  transform: rotate(-3deg);
}
#login form p.description.indicator-hint {
  font-size: 90%;
  opacity: 0.8;
  line-height: 170%;
}
#login #nav {
  margin: 10px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  color: black;
}
#login #nav a {
  color: black;
}
#login img.pin {
  width: 50px;
  position: absolute;
  right: 10px;
  top: -40px;
}
@media only screen and (max-width: 559px) {
  #login img.pin {
    width: 30px;
    top: -25px;
  }
}
#login:before {
  content: "";
  background-image: url(../images/eye-left.png);
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -60px;
  top: 30%;
  transform: translateY(30%);
}
@media only screen and (max-width: 559px) {
  #login:before {
    width: 40px;
    height: 40px;
    left: -40px;
  }
}
#login:after {
  content: "";
  background-image: url(../images/eye-right.png);
  position: absolute;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -60px;
  top: 50%;
  transform: translateY(50%);
}
@media only screen and (max-width: 559px) {
  #login:after {
    width: 35px;
    height: 35px;
    right: -30px;
  }
}
#login input[type=checkbox]:checked:before {
  margin: -6px 0 0 -7px;
}
#login #login_error {
  background: #eee;
  box-shadow: none;
  border: none;
  margin-top: 10px;
}
#login .message {
  background: #eee;
  box-shadow: none;
  border: none;
  margin-top: 10px;
  font-size: 90%;
  line-height: 180%;
}
#login .message a {
  text-decoration: underline;
  font-weight: bold;
}

/* Question Panel*/
aside.panel {
  transition: 0.2s;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  width: 50%;
}
@media only screen and (max-width: 999px) {
  aside.panel {
    width: 80%;
  }
}
@media only screen and (max-width: 739px) {
  aside.panel {
    width: 100%;
  }
}
@media only screen and (max-height: 599px) {
  aside.panel {
    width: 100%;
  }
}
aside.panel .menu-btn {
  transition: 0.2s;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  display: inline-block;
  float: left;
  cursor: pointer;
  padding: 34.28571429px 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 30px;
  height: 20.18181818px;
}
aside.panel .menu-btn span,
aside.panel .menu-btn span:before,
aside.panel .menu-btn span:after {
  transition: 0.3s;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 30px;
  height: 2px;
}
aside.panel .menu-btn span {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 9.09090909px;
}
aside.panel .menu-btn span:before,
aside.panel .menu-btn span:after {
  content: "";
  position: absolute;
  left: 0;
}
aside.panel .menu-btn span:before {
  top: -9.09090909px;
}
aside.panel .menu-btn span:after {
  top: 9.09090909px;
}
aside.panel .menu-btn.active span {
  background-color: transparent;
}
aside.panel .menu-btn.active span:before,
aside.panel .menu-btn.active span:after {
  top: 0;
}
aside.panel .menu-btn.active span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
aside.panel .menu-btn.active span:after {
  -msa-transition-delay: 0.09s;
  transition-delay: 0.09s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
aside.panel .panel-content {
  overflow-y: auto;
  height: calc(100% - 70px);
  background: black;
}
aside.panel .panel-content:before, aside.panel .panel-content:after {
  content: "";
  display: table;
}
aside.panel .panel-content:after {
  clear: both;
}
aside.panel .tab-content {
  padding: 15px;
}
aside.panel .tab-content p.notask {
  padding: 10px;
  color: white;
  font-size: 120%;
  font-style: italic;
  opacity: 0.5;
}
aside.panel .question-wrapper {
  background-color: #1f1f1f;
  border-radius: 5px;
  padding: 15px;
  color: white;
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}
aside.panel .question-wrapper:before, aside.panel .question-wrapper:after {
  content: "";
  display: table;
}
aside.panel .question-wrapper:after {
  clear: both;
}
aside.panel .question-wrapper:first-child {
  margin-top: 5px;
}
aside.panel .question-wrapper:hover {
  background-color: #313131;
}
aside.panel .question-wrapper h2.question-title {
  width: calc(100% - 30px);
  font-weight: normal;
  font-size: 140%;
  margin-bottom: 5px;
}
aside.panel .question-wrapper.answered h2.question-title {
  font-size: 100%;
}
aside.panel .question-wrapper .answer {
  margin-left: 30px;
  opacity: 0.4;
  font-weight: 300;
  font-style: italic;
}
aside.panel .question-wrapper .answer ul {
  margin: 0px !important;
  list-style: none;
}
aside.panel .question-wrapper.answered .answer {
  font-size: 140%;
}
aside.panel .question-wrapper .img-answer img {
  max-height: 100px;
  width: auto;
  max-width: 100%;
}
aside.panel .question-wrapper span.question-icons {
  position: absolute;
  top: 10px;
  width: 25px;
  right: 10px;
}
aside.panel .question-wrapper span.question-icons .pin-icon img {
  width: 20px;
  margin-top: 5px;
}

#panelheader {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: black;
}
#panelheader .logout-mobile {
  line-height: 30px;
  display: table;
  font-size: 80%;
  color: white;
  display: none;
  position: absolute;
  right: 10px;
  top: 4px;
}
@media only screen and (max-width: 739px) {
  #panelheader .logout-mobile {
    display: block;
  }
}
#panelheader .logout-mobile img {
  height: 30px;
  width: auto;
  position: relative;
  top: 7px;
  left: 3px;
  float: left;
}
@media only screen and (max-width: 399px) {
  #panelheader .logout-mobile img {
    height: 25px;
  }
}
#panelheader .logout-mobile span {
  display: block;
}
@media only screen and (max-width: 399px) {
  #panelheader .logout-mobile span {
    font-size: 80%;
  }
}
#panelheader .login-btn-mobile {
  line-height: 30px;
  display: table;
  font-size: 80%;
  color: white;
  display: none;
  position: absolute;
  right: 10px;
  top: 4px;
}
@media only screen and (max-width: 739px) {
  #panelheader .login-btn-mobile {
    display: block;
  }
}
#panelheader .login-btn-mobile img {
  height: 30px;
  width: auto;
  position: relative;
  top: 7px;
  left: 0px;
  float: left;
}
@media only screen and (max-width: 399px) {
  #panelheader .login-btn-mobile img {
    height: 25px;
  }
}
#panelheader .login-btn-mobile span {
  display: block;
}
@media only screen and (max-width: 399px) {
  #panelheader .login-btn-mobile span {
    font-size: 80%;
  }
}
#panelheader .close-panel-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 739px) {
  #panelheader .close-panel-btn {
    display: none;
  }
}
@media only screen and (max-height: 599px) {
  #panelheader .close-panel-btn {
    display: none;
  }
}
#panelheader ul#tabs-nav {
  list-style: none;
  margin: 0 !important;
  padding: 10px;
  overflow: auto;
}
#panelheader ul#tabs-nav li {
  float: left;
  margin-right: 10px;
  padding: 10px 25px;
  cursor: pointer;
  background-image: url("../images/tab-btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}
@media only screen and (max-width: 399px) {
  #panelheader ul#tabs-nav li {
    padding: 5px 20px;
    font-size: 90%;
    margin-right: 0px;
  }
}
#panelheader ul#tabs-nav li:hover,
#panelheader ul#tabs-nav li.active {
  opacity: 1;
}
#panelheader #tabs-nav li a {
  text-decoration: none;
  font-family: "ZOESTREEPFONT";
  font-size: 120%;
}
@media only screen and (max-width: 399px) {
  #panelheader #tabs-nav li a {
    font-size: 100%;
  }
}
#panelheader ul#tabs-nav li.pass-time:before {
  content: "\f017";
  font-family: "FontAwesome";
  padding-right: 7px;
}
#panelheader ul#tabs-nav li.pass-time a {
  font-size: 95%;
}
@media only screen and (max-width: 399px) {
  #panelheader ul#tabs-nav li.pass-time a {
    font-size: 85%;
  }
}
#panelheader ul#tabs-nav li.locked {
  cursor: not-allowed;
}
#panelheader ul#tabs-nav li.locked:hover {
  opacity: 0.5;
}
#panelheader ul#tabs-nav li.locked:before {
  content: "\f023";
  font-family: "FontAwesome";
  padding-right: 7px;
}
#panelheader ul#tabs-nav li.locked a {
  cursor: not-allowed;
  font-size: 95%;
}
@media only screen and (max-width: 399px) {
  #panelheader ul#tabs-nav li.locked a {
    font-size: 85%;
  }
}

.panel-overlay {
  position: absolute;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* overlay */
.panel-white {
  background-color: #FFFFFF;
  /* ul */
}

.panel-white ul {
  /* li */
}

.panel-white .menu-btn {
  background-color: #FFFFFF;
}

.panel-white .menu-btn span,
.panel-white .menu-btn span:before,
.panel-white .menu-btn span:after {
  background-color: #007aff;
}

/* panel white */
.panel-black {
  background-color: #000000;
  /* ul */
}

.panel-black ul {
  /* li */
}

.panel-black ul li,
.panel-black ul a {
  color: rgba(255, 255, 255, 0.5);
}

.panel-black ul li a:hover,
.panel-black ul li.active a {
  color: #FFFFFF;
}

.panel-black .menu-btn {
  background-color: #000000;
}

.panel-black .menu-btn span,
.panel-black .menu-btn span:before,
.panel-black .menu-btn span:after {
  background-color: #007aff;
}

/* panel black */
.panel-brand {
  background-color: #007aff;
  /* ul */
  /*
  	.menu-btn.active span:before,
  	.menu-btn.active span:after {
  	background-color: rgba( 0, 0, 0, 0.50 );
  }*/
}

.panel-brand ul {
  /* li */
}

.panel-brand ul li,
.panel-brand ul a {
  color: rgba(0, 0, 0, 0.5);
}

.panel-brand ul li a:hover,
.panel-brand ul li.active a {
  color: #FFFFFF;
}

.panel-brand .menu-btn {
  background-color: #007aff;
}

.panel-brand .menu-btn span,
.panel-brand .menu-btn span:before,
.panel-brand .menu-btn span:after {
  background-color: #FFFFFF;
}

/* panel brand */
.panel.left {
  left: -50%;
}
@media only screen and (max-width: 999px) {
  .panel.left {
    left: -80%;
  }
}
@media only screen and (max-width: 739px) {
  .panel.left {
    left: 0;
  }
}
@media only screen and (max-height: 599px) {
  .panel.left {
    left: 0;
  }
}

.panel.left .menu-btn {
  left: 100%;
}

/* Panel Left Active */
.panel.left.active {
  left: 0;
}

.panel.left.active .menu-btn {
  left: 100%;
  margin-left: -90px;
}

/* Panel Menu Active */
.panel.right {
  right: -450px;
}

.panel.right .menu-btn {
  right: 100%;
}

/* Panel Right Active */
.panel.right.active {
  right: 0;
}

.panel.right.active .menu-btn {
  right: 100%;
  margin-right: -90px;
}

/* Panel Menu Active */
.logged-in header#mainheader {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .logged-in header#mainheader {
    display: none;
  }
}
.logged-in header#mainheader .menu-btn-wrapper {
  float: left;
}
.logged-in header#mainheader .menu-btn-wrapper img.menu-btn-img {
  padding: 10px;
  width: 70px;
}
.logged-in header#mainheader .menu-btn-wrapper img.menu-btn-img:hover {
  transform: rotate(-3deg);
}
@media only screen and (max-width: 767px) {
  .logged-in header#mainheader .menu-btn-wrapper img.menu-btn-img {
    width: 60px;
  }
}
.logged-in header#mainheader .menu-btn-wrapper img.quiz-arrow-img {
  position: absolute;
  width: 90px;
  top: 10px;
  left: 70px;
}
@media only screen and (max-width: 767px) {
  .logged-in header#mainheader .menu-btn-wrapper img.quiz-arrow-img {
    width: 35px;
    left: 55px;
  }
}
.logged-in header#mainheader .page-title {
  font-family: "ZOESTREEPFONT";
  display: block;
  text-align: center;
  font-size: 250%;
  padding: 20px;
}
@media only screen and (max-width: 899px) {
  .logged-in header#mainheader .page-title {
    font-size: 180%;
  }
}
@media only screen and (max-width: 781px) {
  .logged-in header#mainheader .page-title {
    font-size: 120%;
  }
}
.logged-in header#mainheader .other-btn-wrapper {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "ZOESTREEPFONT";
}
.logged-in header#mainheader .other-btn-wrapper a {
  float: right;
  padding-right: 35px;
  line-height: 50px;
  font-size: 130%;
}
.logged-in header#mainheader .other-btn-wrapper a:hover {
  transform: rotate(-2deg);
}
@media only screen and (max-width: 767px) {
  .logged-in header#mainheader .other-btn-wrapper a {
    font-size: 100%;
  }
}
.logged-in header#mainheader .other-btn-wrapper a.logout-btn {
  padding-right: 0px;
}
@media only screen and (max-width: 767px) {
  .logged-in header#mainheader .other-btn-wrapper a.logout-btn img {
    width: 40px;
  }
}
.logged-in header#mainheader .user-account span {
  position: absolute;
  top: 5px;
  right: 0px;
}

header#mainheader {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  header#mainheader {
    display: none;
  }
}
header#mainheader .menu-btn-wrapper {
  float: left;
}
header#mainheader .menu-btn-wrapper img.menu-btn-img {
  padding: 10px;
  width: 70px;
}
header#mainheader .menu-btn-wrapper img.menu-btn-img:hover {
  transform: rotate(-3deg);
}
@media only screen and (max-width: 767px) {
  header#mainheader .menu-btn-wrapper img.menu-btn-img {
    width: 60px;
  }
}
header#mainheader .menu-btn-wrapper img.quiz-arrow-img {
  position: absolute;
  width: 90px;
  top: 10px;
  left: 70px;
}
@media only screen and (max-width: 767px) {
  header#mainheader .menu-btn-wrapper img.quiz-arrow-img {
    width: 35px;
    left: 55px;
  }
}
header#mainheader .page-title {
  font-family: "ZOESTREEPFONT";
  display: block;
  text-align: center;
  font-size: 250%;
  padding: 20px;
}
@media only screen and (max-width: 899px) {
  header#mainheader .page-title {
    font-size: 180%;
  }
}
@media only screen and (max-width: 781px) {
  header#mainheader .page-title {
    font-size: 120%;
  }
}
header#mainheader .other-btn-wrapper {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "ZOESTREEPFONT";
}
header#mainheader .other-btn-wrapper a {
  float: right;
  line-height: 50px;
  font-size: 130%;
}
header#mainheader .other-btn-wrapper a:hover {
  transform: rotate(-2deg);
}
@media only screen and (max-width: 767px) {
  header#mainheader .other-btn-wrapper a {
    font-size: 100%;
  }
}
header#mainheader .other-btn-wrapper .login-btn img {
  width: 20px;
}
header#mainheader .other-btn-wrapper .info-btn {
  padding-right: 22px;
}
header#mainheader .other-btn-wrapper .info-btn img {
  width: 25px;
}
header#mainheader .user-account span {
  position: absolute;
  top: 5px;
  right: 0px;
}

.mfp-content #info-popup h1 {
  font-weight: 600;
  width: calc(100% - 20px);
  font-size: 150%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.modal {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50px;
  left: auto;
  right: 5px;
  min-width: 270px;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}
.modal-close:focus {
  outline: none;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

#account-popup .account-close img {
  width: 15px;
}
#account-popup .user-status {
  font-family: "Montserrat";
  font-weight: bold;
  text-align: right;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}
#account-popup .user-buttons {
  text-align: right;
  padding-top: 15px;
}
#account-popup .user-buttons:before, #account-popup .user-buttons:after {
  content: "";
  display: table;
}
#account-popup .user-buttons:after {
  clear: both;
}
#account-popup .user-buttons a {
  float: none !important;
  display: block;
  padding: 0px !important;
  line-height: 35px !important;
}
#account-popup .user-buttons a img {
  width: 25px;
}

button.mfp-close {
  font-size: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/close-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* position: relative; */
  top: 2px;
  right: 5px;
  opacity: 1;
}
button.mfp-close:hover {
  transform: rotate(5deg);
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  max-height: 80vh;
  overflow: hidden;
  padding-right: 10px;
}
@media only screen and (max-width: 479px) {
  .white-popup {
    max-height: none;
  }
}
.white-popup.mixnmatch {
  max-width: 720px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-content h1 {
  font-weight: 500;
  margin-bottom: 20px;
  width: calc(100% - 20px);
  font-size: 150%;
}
.mfp-content ul {
  list-style: none;
  margin: 0 !important;
}
.mfp-content ul li {
  margin-bottom: 5px;
}
.mfp-content [type=radio]:checked,
.mfp-content [type=radio]:not(:checked) {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.mfp-content [type=radio]:checked + label,
.mfp-content [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 25px;
  display: inline-block;
  color: black;
}
.mfp-content [type=radio]:checked + label:before,
.mfp-content [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  border-radius: 100%;
  background: #fff;
}
.mfp-content [type=radio]:checked + label:after,
.mfp-content [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: black;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.mfp-content [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.mfp-content [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.mfp-content .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.mfp-content .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.mfp-content .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 3px;
  border: 2px solid black;
}
.mfp-content .styled-checkbox:hover + label:before {
  background: black;
}
.mfp-content .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.mfp-content .styled-checkbox:checked + label:before {
  background: black;
}
.mfp-content .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.mfp-content .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.mfp-content .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.mfp-content .submit-btn-custom,
.mfp-content .submit-btn-custom-mix {
  background: transparent;
  border: none;
  background-image: url(../images/submit-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-size: 100%;
  font-family: inherit;
  padding: 13px 30px;
  font-weight: 500;
  margin-top: 10px;
}
.mfp-content .submit-btn-custom:hover,
.mfp-content .submit-btn-custom-mix:hover {
  transform: rotate(-3deg);
}
.mfp-content .mixnmatch li {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .mfp-content .mixnmatch li {
    margin-bottom: 30px;
  }
}
.mfp-content .mixnmatch li .fa {
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
}
@media only screen and (max-width: 479px) {
  .mfp-content .mixnmatch li .fa {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .mfp-content .mixnmatch li .fixed-mix:after {
    content: "\f175";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: -35px;
  }
}
.mfp-content .mixnmatch li .editable-mix .cross {
  position: absolute;
  z-index: 100;
  right: 40px;
  font-size: 150%;
  display: none;
}
.mfp-content .mixnmatch li.error .editable-mix .cross {
  display: block;
}
.mfp-content .fixed-mix {
  display: inline-block;
  line-height: 150%;
  border: 2px solid black;
  width: calc(45% - 10px);
  padding-left: 5px;
  border-radius: 3px;
  padding: 6px;
  cursor: not-allowed;
}
@media only screen and (max-width: 479px) {
  .mfp-content .fixed-mix {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
  }
}
.mfp-content .editable-mix {
  position: relative;
  display: inline-block;
  width: calc(55% - 20px);
}
@media only screen and (max-width: 479px) {
  .mfp-content .editable-mix {
    width: 100%;
  }
}
.mfp-content .editable-mix:after {
  content: "\f0d7";
  position: absolute;
  font-family: "fontawesome";
  width: 23px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  right: 2px;
  bottom: 50%;
  transform: translateY(50%);
  border-radius: 3px;
  pointer-events: none;
  z-index: 2;
}
.mfp-content .editable-mix:before {
  content: "";
  right: 2px;
  top: 0;
  width: 37px;
  height: 100%;
  background: #242424;
  position: absolute;
  border-radius: 3px;
  pointer-events: none;
  display: block;
  z-index: 1;
}
.mfp-content .editable-mix select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: black;
  border: none;
  outline: none;
  font-size: 14px;
  padding-left: 10px;
  margin: 0;
  border-radius: 3px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: 2px solid black;
  padding: 6px 45px 6px 6px;
}
.mfp-content .video-question iframe {
  border: 2px solid black;
}
.mfp-content .video-question textarea {
  border: 2px solid black;
  background: #eee;
  padding: 10px;
}
.mfp-content input[type=text] {
  border: 2px solid black;
  background: #eee;
  padding: 10px;
  width: 100%;
  margin: 10px 0px;
}
.mfp-content input[type=file] {
  font-size: 90%;
}
.mfp-content .img-answer img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
}
.mfp-content #question-dialog a {
  text-decoration: underline;
  font-weight: bold;
}
.mfp-content .white-popup main {
  overflow: auto;
  max-height: 70vh;
  padding-right: 15px;
  padding-bottom: 5px;
}

span.loading {
  top: 8px;
  position: relative;
  height: 100%;
  display: inline-block;
}

.red-border, #maingraphic .fb-logo-wrapper, #maingraphic .banner-eindhoven-wrapper, #maingraphic .banner-utrecht-wrapper, #maingraphic .banner-woorden-wrapper, #maingraphic .banner-bu-wrapper, #maingraphic .banner-met-wrapper, #maingraphic .net-wrapper, #maingraphic .banner-eerste-wrapper, #maingraphic .canes-wrapper, #maingraphic .fish-wrapper, #maingraphic .big-notes-wrapper, #maingraphic .plant-wrapper, #maingraphic .pong-wrapper, #maingraphic .bike-wrapper, #maingraphic .banner-mbti-wrapper, #maingraphic .small-notes-wrapper, #maingraphic .pen-wrapper, #maingraphic .frame-utrecht-wrapper, #maingraphic .frame-eindhoven-wrapper, #maingraphic .books-wrapper, #maingraphic .laptop-wrapper, #maingraphic .frame-profile-wrapper, #maingraphic .notes-quote-wrapper, #maingraphic .plain-cane-wrapper, #maingraphic .tool-wrapper, #maingraphic .fly-wrapper, #maingraphic .banner-manager-wrapper, #maingraphic .soda-cane-wrapper, #maingraphic .smartphone-wrapper, #maingraphic .client-logo, #maingraphic .logo-banner-wrapper, #maingraphic .hand-wrapper {
  border: 1px solid transparent;
}

#maingraphic {
  position: relative;
  margin-top: 75px;
  height: calc(100vh - 125px);
  background: white;
  /*FOR IPAD PORTRAIT*/
  /*FOR IPAD LANDSCAPE*/
}
@media only screen and (max-width: 479px) {
  #maingraphic {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #maingraphic {
    height: calc(100vh - 155px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #maingraphic {
    height: calc(100vh - 175px);
  }
}
#maingraphic .hand-wrapper {
  position: absolute;
  width: 18.8%;
  height: 5%;
  left: 0;
  top: 0;
}
#maingraphic .hand-wrapper img {
  max-width: 176px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .hand-wrapper img {
    max-width: 135px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .hand-wrapper img {
    max-width: 130px;
  }
}
#maingraphic .logo-banner-wrapper {
  position: absolute;
  width: 27%;
  height: 5.5%;
  left: 17.2%;
  top: 7%;
}
#maingraphic .logo-banner-wrapper img {
  max-width: 252px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .logo-banner-wrapper img {
    max-width: 220px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .logo-banner-wrapper img {
    max-width: 220px;
  }
}
#maingraphic .client-logo {
  width: 20%;
  height: 18%;
  position: absolute;
  top: 13%;
  left: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#maingraphic .client-logo img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}
#maingraphic .client-logo svg {
  flex-shrink: 1;
  min-width: 50%;
  min-height: 50%;
}
@media only screen and (max-height: 899px) {
  #maingraphic .client-logo svg {
    max-width: 60%;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .client-logo svg {
    max-width: 50%;
  }
}
#maingraphic .smartphone-wrapper {
  position: absolute;
  width: 6.8%;
  height: 7.9%;
  left: 40.5%;
  top: 8%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .smartphone-wrapper {
    left: 43%;
  }
}
#maingraphic .smartphone-wrapper img {
  max-width: 55px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .smartphone-wrapper img {
    max-width: 35px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .smartphone-wrapper img {
    max-width: 35px;
  }
}
#maingraphic .soda-cane-wrapper {
  position: absolute;
  width: 6.3%;
  height: 8.6%;
  left: 46.5%;
  top: 2.4%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .soda-cane-wrapper {
    left: 48%;
  }
}
#maingraphic .soda-cane-wrapper img {
  max-width: 37px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .soda-cane-wrapper img {
    max-width: 25px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .soda-cane-wrapper img {
    max-width: 25px;
  }
}
#maingraphic .banner-manager-wrapper {
  position: absolute;
  width: 17.1%;
  height: 8.3%;
  left: 39%;
  top: 19.5%;
}
#maingraphic .banner-manager-wrapper img {
  max-width: 159px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-manager-wrapper img {
    max-width: 125px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-manager-wrapper img {
    max-width: 130px;
  }
}
#maingraphic .fly-wrapper {
  position: absolute;
  width: 18%;
  height: 32.7%;
  left: 53%;
  top: 5%;
  top: 10%;
}
#maingraphic .fly-wrapper img {
  max-width: 160px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .fly-wrapper img {
    max-width: 130px;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .fly-wrapper img {
    max-width: 140px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .fly-wrapper img {
    max-width: 120px;
  }
}
#maingraphic .tool-wrapper {
  position: absolute;
  width: 8.7%;
  height: 13.3%;
  right: 20.4%;
  top: 0%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .tool-wrapper {
    right: 21%;
  }
}
#maingraphic .tool-wrapper img {
  max-width: 72px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .tool-wrapper img {
    max-width: 50px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .tool-wrapper img {
    max-width: 50px;
  }
}
#maingraphic .plain-cane-wrapper {
  position: absolute;
  width: 9.8%;
  height: 12.4%;
  right: 11.8%;
  top: 4.5%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .plain-cane-wrapper {
    right: 13%;
  }
}
#maingraphic .plain-cane-wrapper img {
  max-width: 81px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .plain-cane-wrapper img {
    max-width: 55px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .plain-cane-wrapper img {
    max-width: 60px;
  }
}
#maingraphic .notes-quote-wrapper {
  position: absolute;
  width: 12.1%;
  height: 17%;
  right: 0%;
  top: 0%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .notes-quote-wrapper {
    right: 1%;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .notes-quote-wrapper {
    top: -1%;
  }
}
#maingraphic .notes-quote-wrapper .notes-quote-inner img {
  max-width: 112px;
  position: absolute;
  top: 60%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .notes-quote-wrapper .notes-quote-inner img {
    max-width: 90px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .notes-quote-wrapper .notes-quote-inner img {
    max-width: 90px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .notes-quote-wrapper .notes-quote-inner img {
    max-width: 80px;
  }
}
#maingraphic .notes-quote-wrapper .notes-quote-inner .quote {
  width: 100%;
  height: 100%;
  max-width: 112px;
  position: absolute;
  padding: 2px 5px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #maingraphic .notes-quote-wrapper .notes-quote-inner .quote {
    max-width: 100px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .notes-quote-wrapper .notes-quote-inner .quote {
    max-width: 90px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .notes-quote-wrapper .notes-quote-inner .quote {
    max-width: 80px;
  }
}
#maingraphic .notes-quote-wrapper .notes-quote-inner .quote p {
  position: relative;
  font-family: "Caveat Brush", cursive;
  font-size: 100%;
  line-height: 120%;
}
#maingraphic .frame-profile-wrapper {
  position: absolute;
  width: 17.5%;
  height: 21.3%;
  left: 0%;
  top: 12%;
}
#maingraphic .frame-profile-wrapper .frame-profile-img img {
  max-width: 164px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .frame-profile-wrapper .frame-profile-img img {
    max-width: 130px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .frame-profile-wrapper .frame-profile-img img {
    max-width: 130px;
  }
}
#maingraphic .frame-profile-wrapper .frame-profile-img .photo-profile {
  width: 100%;
  max-width: 132px;
  height: 172px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #maingraphic .frame-profile-wrapper .frame-profile-img .photo-profile {
    max-width: 105px;
    height: 138px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .frame-profile-wrapper .frame-profile-img .photo-profile {
    max-width: 105px;
    height: 136px;
  }
}
#maingraphic .frame-profile-wrapper .frame-profile-img .photo-profile img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}
#maingraphic .frame-profile-wrapper .frame-profile-img .photo-profile svg {
  flex-shrink: 0.45;
  min-width: 50%;
  min-height: 50%;
}
@media only screen and (max-height: 767px) {
  #maingraphic .frame-profile-wrapper .frame-profile-img .photo-profile svg {
    flex-shrink: 0.6;
  }
}
@media only screen and (max-width: 999px) {
  #maingraphic .frame-profile-wrapper .frame-profile-img .photo-profile svg {
    max-width: 200px;
  }
}
#maingraphic .laptop-wrapper {
  position: absolute;
  width: 22.4%;
  height: 17.8%;
  left: 0%;
  top: 42%;
}
#maingraphic .laptop-wrapper img {
  max-width: 211px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .laptop-wrapper img {
    max-width: 170px;
  }
}
@media only screen and (max-width: 899px) {
  #maingraphic .laptop-wrapper img {
    max-width: 140px;
  }
}
@media only screen and (max-height: 819px) {
  #maingraphic .laptop-wrapper img {
    max-width: 180px;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .laptop-wrapper img {
    max-width: 135px;
  }
}
#maingraphic .books-wrapper {
  position: absolute;
  width: 14.3%;
  height: 8.6%;
  left: 0%;
  bottom: 30%;
}
@media only screen and (max-height: 781px) {
  #maingraphic .books-wrapper {
    bottom: 33%;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .books-wrapper {
    bottom: 34%;
  }
}
#maingraphic .books-wrapper img {
  max-width: 132px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .books-wrapper img {
    max-width: 100px;
  }
}
@media only screen and (max-height: 781px) {
  #maingraphic .books-wrapper img {
    max-width: 100px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .books-wrapper img {
    max-width: 90px;
  }
}
#maingraphic .frame-eindhoven-wrapper {
  position: absolute;
  width: 14.9%;
  height: 27.5%;
  left: 0%;
  bottom: 0%;
}
@media only screen and (max-height: 781px) {
  #maingraphic .frame-eindhoven-wrapper {
    bottom: 2%;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .frame-eindhoven-wrapper {
    bottom: 4%;
  }
}
#maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img img {
  max-width: 137px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 819px) {
  #maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img img {
    max-width: 100px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img img {
    max-width: 110px;
  }
}
#maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img .photo-eindhoven {
  width: 121px;
  height: 120px;
  position: absolute;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img .photo-eindhoven {
    width: 106px;
    height: 110px;
  }
}
@media only screen and (max-width: 819px) {
  #maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img .photo-eindhoven {
    width: 87px;
    height: 90px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img .photo-eindhoven {
    width: 95px;
    height: 100px;
  }
}
#maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img .photo-eindhoven img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}
#maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img .photo-eindhoven svg {
  flex-shrink: 0.7;
  min-width: 50%;
  min-height: 50%;
}
@media only screen and (max-width: 819px) {
  #maingraphic .frame-eindhoven-wrapper .frame-eindhoven-img .photo-eindhoven svg {
    max-width: 180px;
  }
}
#maingraphic .frame-utrecht-wrapper {
  position: absolute;
  width: 14.9%;
  height: 27.5%;
  left: 14.9%;
  bottom: 0%;
}
@media only screen and (max-height: 781px) {
  #maingraphic .frame-utrecht-wrapper {
    bottom: 2%;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .frame-utrecht-wrapper {
    bottom: 4%;
  }
}
#maingraphic .frame-utrecht-wrapper .frame-utrecht-img img {
  max-width: 137px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .frame-utrecht-wrapper .frame-utrecht-img img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 819px) {
  #maingraphic .frame-utrecht-wrapper .frame-utrecht-img img {
    max-width: 100px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .frame-utrecht-wrapper .frame-utrecht-img img {
    max-width: 110px;
  }
}
#maingraphic .frame-utrecht-wrapper .frame-utrecht-img .photo-utrecht {
  width: 121px;
  height: 120px;
  position: absolute;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #maingraphic .frame-utrecht-wrapper .frame-utrecht-img .photo-utrecht {
    width: 106px;
    height: 110px;
  }
}
@media only screen and (max-width: 819px) {
  #maingraphic .frame-utrecht-wrapper .frame-utrecht-img .photo-utrecht {
    width: 87px;
    height: 90px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .frame-utrecht-wrapper .frame-utrecht-img .photo-utrecht {
    width: 95px;
    height: 100px;
  }
}
#maingraphic .frame-utrecht-wrapper .frame-utrecht-img .photo-utrecht img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}
#maingraphic .frame-utrecht-wrapper .frame-utrecht-img .photo-utrecht svg {
  flex-shrink: 0.7;
  min-width: 50%;
  min-height: 50%;
}
@media only screen and (max-width: 819px) {
  #maingraphic .frame-utrecht-wrapper .frame-utrecht-img .photo-utrecht svg {
    max-width: 180px;
  }
}
#maingraphic .pen-wrapper {
  position: absolute;
  width: 3.4%;
  height: 10.6%;
  left: 16.5%;
  top: 29%;
}
@media only screen and (max-height: 767px) {
  #maingraphic .pen-wrapper {
    top: 30%;
  }
}
#maingraphic .pen-wrapper img {
  max-width: 10px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .pen-wrapper img {
    max-width: 7px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .pen-wrapper img {
    max-width: 7px;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .pen-wrapper img {
    max-width: 5.5px;
  }
}
#maingraphic .small-notes-wrapper {
  position: absolute;
  width: 9.1%;
  height: 7.3%;
  left: 19.9%;
  top: 32.5%;
}
@media only screen and (max-height: 767px) {
  #maingraphic .small-notes-wrapper {
    top: 33.5%;
  }
}
#maingraphic .small-notes-wrapper img {
  max-width: 82px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .small-notes-wrapper img {
    max-width: 55px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .small-notes-wrapper img {
    max-width: 65px;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .small-notes-wrapper img {
    max-width: 50px;
  }
}
#maingraphic .banner-mbti-wrapper {
  position: absolute;
  width: 19.6%;
  height: 8.6%;
  left: 29.3%;
  top: 32%;
}
#maingraphic .banner-mbti-wrapper .mbti-img img {
  max-width: 179px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-mbti-wrapper .mbti-img img {
    max-width: 150px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-mbti-wrapper .mbti-img img {
    max-width: 150px;
  }
}
#maingraphic .banner-mbti-wrapper .mbti-img .mbti {
  width: 100%;
  height: 100%;
  max-width: 170px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-mbti-wrapper .mbti-img .mbti {
    max-width: 143px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-mbti-wrapper .mbti-img .mbti {
    max-width: 143px;
  }
}
#maingraphic .banner-mbti-wrapper .mbti-img .mbti .mbti-paper {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 200%;
  height: 100%;
  font-family: "Bungee Inline", cursive;
  padding-right: 3%;
}
#maingraphic .banner-mbti-wrapper .mbti-img .mbti .mbti-paper p {
  position: relative;
}
#maingraphic .bike-wrapper {
  position: absolute;
  width: 17%;
  height: 15.4%;
  left: 20%;
  top: 45%;
}
@media only screen and (max-height: 767px) {
  #maingraphic .bike-wrapper {
    top: 44%;
  }
}
#maingraphic .bike-wrapper img {
  max-width: 147px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .bike-wrapper img {
    max-width: 120px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .bike-wrapper img {
    max-width: 115px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .bike-wrapper img {
    max-width: 100px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .bike-wrapper img {
    max-width: 90px;
  }
}
#maingraphic .pong-wrapper {
  position: absolute;
  width: 8.9%;
  height: 8.4%;
  left: 21.9%;
  bottom: 27%;
}
@media only screen and (max-height: 767px) {
  #maingraphic .pong-wrapper {
    bottom: 29%;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .pong-wrapper {
    bottom: 30%;
  }
}
#maingraphic .pong-wrapper img {
  max-width: 70px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .pong-wrapper img {
    max-width: 50px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .pong-wrapper img {
    width: 50px;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .pong-wrapper img {
    width: 35px;
  }
}
#maingraphic .plant-wrapper {
  position: absolute;
  width: 16%;
  height: 14.8%;
  left: 35.3%;
  bottom: 39.5%;
}
@media only screen and (max-height: 767px) {
  #maingraphic .plant-wrapper {
    bottom: 41%;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .plant-wrapper {
    bottom: 42%;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .plant-wrapper {
    bottom: 43%;
  }
}
#maingraphic .plant-wrapper img {
  max-width: 137px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .plant-wrapper img {
    max-width: 100px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .plant-wrapper img {
    max-width: 105px;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .plant-wrapper img {
    max-width: 80px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .plant-wrapper img {
    max-width: 60px;
  }
}
#maingraphic .big-notes-wrapper {
  position: absolute;
  width: 35%;
  height: 40%;
  left: 30.3%;
  bottom: 0%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .big-notes-wrapper {
    bottom: -1%;
  }
}
@media only screen and (max-height: 819px) {
  #maingraphic .big-notes-wrapper {
    bottom: 2%;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .big-notes-wrapper {
    bottom: 4%;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .big-notes-wrapper {
    bottom: 6%;
  }
}
#maingraphic .big-notes-wrapper .big-notes-inner {
  width: 329px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .big-notes-wrapper .big-notes-inner {
    max-width: 280px;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .big-notes-wrapper .big-notes-inner {
    width: 290px;
  }
}
#maingraphic .big-notes-wrapper .big-notes-inner .notes-top {
  width: 147px;
  height: 56px;
  position: absolute;
  bottom: 33%;
  left: 8%;
  text-align: left;
  font-size: 80%;
  line-height: 130%;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #maingraphic .big-notes-wrapper .big-notes-inner .notes-top {
    height: 53px;
    bottom: 32%;
    font-size: 70%;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .big-notes-wrapper .big-notes-inner .notes-top {
    font-size: 70%;
    bottom: 31%;
    height: 53px;
  }
}
#maingraphic .big-notes-wrapper .big-notes-inner .notes-tip {
  width: 147px;
  height: 56px;
  position: absolute;
  bottom: 6%;
  left: 8%;
  text-align: left;
  font-size: 80%;
  line-height: 130%;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #maingraphic .big-notes-wrapper .big-notes-inner .notes-tip {
    height: 53px;
    font-size: 70%;
    bottom: 5%;
  }
}
@media only screen and (max-height: 699px) {
  #maingraphic .big-notes-wrapper .big-notes-inner .notes-tip {
    font-size: 70%;
    bottom: 4%;
    height: 53px;
  }
}
#maingraphic .fish-wrapper {
  position: absolute;
  width: 11.6%;
  height: 10.5%;
  left: 49.8%;
  bottom: 46%;
}
@media only screen and (max-height: 767px) {
  #maingraphic .fish-wrapper {
    bottom: 48%;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .fish-wrapper {
    left: 48%;
  }
}
#maingraphic .fish-wrapper img {
  max-width: 103px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .fish-wrapper img {
    max-width: 80px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .fish-wrapper img {
    max-width: 80px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .fish-wrapper img {
    max-width: 70px;
  }
}
#maingraphic .canes-wrapper {
  position: absolute;
  width: 44%;
  height: 11%;
  right: 0%;
  bottom: 0%;
}
@media only screen and (max-height: 639px) {
  #maingraphic .canes-wrapper {
    bottom: -1%;
  }
}
#maingraphic .canes {
  width: 100%;
  max-width: 500px;
  position: absolute;
}
@media only screen and (max-height: 639px) {
  #maingraphic .canes {
    max-width: 400px;
  }
}
#maingraphic .canes .cane-item {
  width: 10%;
  float: left;
  height: 100%;
  padding: 0px 4px;
  position: relative;
}
#maingraphic .canes .cane-item.selected {
  width: 14%;
  transform: rotate(10deg);
  margin-left: 1%;
  margin-right: 2%;
}
#maingraphic .canes .cane-item.selected:before, #maingraphic .canes .cane-item.selected:after {
  content: "";
  display: table;
}
#maingraphic .canes .cane-item.selected:after {
  clear: both;
}
#maingraphic .canes .cane-item.selected img {
  position: relative;
  top: -30px;
}
#maingraphic .banner-eerste-wrapper {
  position: absolute;
  width: 28.3%;
  height: 8.2%;
  right: 0%;
  top: 23%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-eerste-wrapper {
    right: 1%;
  }
}
#maingraphic .banner-eerste-wrapper img {
  max-width: 267px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-eerste-wrapper img {
    max-width: 220px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-eerste-wrapper img {
    max-width: 220px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .banner-eerste-wrapper img {
    max-width: 200px;
  }
}
#maingraphic .net-wrapper {
  position: absolute;
  width: 11.3%;
  height: 13.4%;
  right: 22%;
  top: 35%;
}
@media only screen and (max-height: 767px) {
  #maingraphic .net-wrapper {
    top: 31%;
  }
}
#maingraphic .net-wrapper img {
  max-width: 96px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .net-wrapper img {
    max-width: 70px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .net-wrapper img {
    max-width: 70px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .net-wrapper img {
    max-width: 60px;
  }
}
#maingraphic .banner-met-wrapper {
  position: absolute;
  width: 8.4%;
  height: 5.2%;
  right: 15%;
  top: 33%;
}
#maingraphic .banner-met-wrapper img {
  max-width: 73px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-met-wrapper img {
    max-width: 55px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-met-wrapper img {
    max-width: 60px;
  }
}
#maingraphic .banner-bu-wrapper {
  position: absolute;
  width: 7.2%;
  height: 5.2%;
  right: 14.5%;
  top: 42%;
}
#maingraphic .banner-bu-wrapper img {
  max-width: 60px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-bu-wrapper img {
    max-width: 45px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-bu-wrapper img {
    max-width: 50px;
  }
}
#maingraphic .bu {
  width: 12.5%;
  height: 7%;
  position: absolute;
  top: 42%;
  right: 2%;
  font-size: 180%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-height: 767px) {
  #maingraphic .bu {
    top: 41%;
    height: 10%;
  }
}
#maingraphic .bu img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}
#maingraphic .bu svg {
  flex-shrink: 0.7;
  min-width: 50%;
  min-height: 50%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .bu svg {
    max-width: 100%;
  }
}
#maingraphic .banner-woorden-wrapper {
  position: absolute;
  width: 29.8%;
  height: 18.9%;
  right: 0%;
  bottom: 27%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-woorden-wrapper {
    right: 1%;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .banner-woorden-wrapper {
    bottom: 26%;
  }
}
#maingraphic .banner-woorden-wrapper .woorden-inner {
  font-family: "Caveat Brush", cursive;
  font-size: 180%;
  width: 278px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-woorden-wrapper .woorden-inner {
    max-width: 240px;
    font-size: 150%;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-woorden-wrapper .woorden-inner {
    width: 240px;
    font-size: 150%;
  }
}
#maingraphic .banner-woorden-wrapper .woorden-inner .woorden-1 {
  width: 88px;
  height: 25px;
  position: absolute;
  bottom: 49%;
  right: 25%;
  text-align: right;
}
#maingraphic .banner-woorden-wrapper .woorden-inner .woorden-2 {
  width: 88px;
  height: 25px;
  position: absolute;
  bottom: 26%;
  right: 19%;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-woorden-wrapper .woorden-inner .woorden-2 {
    right: 15%;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-woorden-wrapper .woorden-inner .woorden-2 {
    right: 15%;
  }
}
#maingraphic .banner-woorden-wrapper .woorden-inner .woorden-3 {
  width: 88px;
  height: 25px;
  position: absolute;
  bottom: 6%;
  right: 17%;
  text-align: right;
}
#maingraphic .banner-utrecht-wrapper {
  position: absolute;
  width: 15.4%;
  height: 4.1%;
  right: 21.4%;
  bottom: 34%;
}
@media only screen and (max-width: 781px) {
  #maingraphic .banner-utrecht-wrapper {
    right: 20.4%;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-utrecht-wrapper {
    bottom: 35%;
  }
}
#maingraphic .banner-utrecht-wrapper .banner-utrecht-inner {
  width: 139px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-utrecht-wrapper .banner-utrecht-inner {
    max-width: 100px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-utrecht-wrapper .banner-utrecht-inner {
    max-width: 120px;
  }
}
#maingraphic .banner-utrecht-wrapper .banner-utrecht-inner img {
  position: absolute;
}
#maingraphic .banner-utrecht-wrapper .banner-utrecht-inner .homebase-top {
  width: 123px;
  height: 25px;
  position: absolute;
  font-size: 120%;
  text-align: center;
  font-family: "Love Ya Like A Sister", cursive;
  text-transform: uppercase;
}
#maingraphic .banner-utrecht-wrapper .banner-utrecht-inner .homebase-top p {
  position: relative;
}
#maingraphic .banner-utrecht-wrapper .banner-utrecht-inner .homebase-top p b {
  font-size: 140%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-utrecht-wrapper .banner-utrecht-inner .homebase-top {
    width: 90px;
    font-size: 100%;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-utrecht-wrapper .banner-utrecht-inner .homebase-top {
    font-size: 120%;
  }
}
#maingraphic .banner-eindhoven-wrapper {
  position: absolute;
  width: 15.4%;
  height: 4.1%;
  right: 25.8%;
  bottom: 28%;
}
@media only screen and (max-width: 781px) {
  #maingraphic .banner-eindhoven-wrapper {
    right: 20%;
  }
}
#maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner {
  width: 139px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner {
    max-width: 100px;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner {
    max-width: 120px;
  }
}
#maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner img {
  position: absolute;
}
#maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner .homebase-bottom {
  width: 123px;
  height: 25px;
  position: absolute;
  font-size: 120%;
  text-align: center;
  font-family: "Love Ya Like A Sister", cursive;
  text-transform: uppercase;
}
#maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner .homebase-bottom p {
  position: relative;
}
#maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner .homebase-bottom p b {
  font-size: 140%;
}
@media only screen and (max-width: 999px) {
  #maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner .homebase-bottom {
    width: 90px;
    font-size: 100%;
  }
}
@media only screen and (max-height: 767px) {
  #maingraphic .banner-eindhoven-wrapper .banner-eindhoven-inner .homebase-bottom {
    font-size: 120%;
  }
}
#maingraphic .fb-logo-wrapper {
  position: absolute;
  width: 32.8%;
  height: 5.1%;
  right: 13.2%;
  bottom: 19%;
}
#maingraphic .fb-logo-wrapper img {
  max-width: 328px;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  #maingraphic .fb-logo-wrapper img {
    max-width: 220px;
  }
}
@media only screen and (max-height: 639px) {
  #maingraphic .fb-logo-wrapper img {
    max-width: 280px;
  }
}
#maingraphic .buddy {
  width: 23%;
  height: 6%;
  position: absolute;
  top: -2%;
  left: 18%;
  font-size: 220%;
  text-align: left;
  font-family: "Love Ya Like A Sister", cursive;
}
#maingraphic .buddy p {
  position: relative;
}
#maingraphic .manager {
  width: 11%;
  height: 8%;
  position: absolute;
  top: 30.5%;
  left: 49%;
  font-size: 220%;
  text-align: left;
  font-family: "Love Ya Like A Sister", cursive;
}
@media only screen and (max-width: 999px) {
  #maingraphic .manager {
    font-size: 170%;
  }
}
#maingraphic .homebase-bottom {
  width: 13%;
  height: 3%;
  position: absolute;
  bottom: 30.7%;
  left: 59.5%;
  font-size: 160%;
  text-align: center;
  font-family: "Love Ya Like A Sister", cursive;
  text-transform: uppercase;
}
#maingraphic .homebase-bottom p {
  position: relative;
}
#maingraphic .met {
  width: 13%;
  height: 5%;
  position: absolute;
  top: 33.5%;
  right: 2%;
  font-size: 180%;
  text-align: left;
  font-family: "Love Ya Like A Sister", cursive;
}
#maingraphic .met p {
  position: relative;
}
@media only screen and (max-width: 999px) {
  #maingraphic .met {
    font-size: 140%;
  }
}

footer#progress-wrapper {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: white;
  padding: 10px 15px;
}
@media only screen and (max-width: 479px) {
  footer#progress-wrapper {
    display: none;
  }
}
footer#progress-wrapper .progress-text {
  font-family: "ZOESTREEPFONT";
  font-size: 140%;
  width: 130px;
  float: left;
}
footer#progress-wrapper .progress-bar {
  float: left;
  width: calc(100% - 130px);
  overflow: hidden;
  border-radius: 3px;
  display: block;
  height: 25px;
  overflow: hidden;
  padding: 0;
  border: 2px solid black;
  position: relative;
}
footer#progress-wrapper .progress-bar-part {
  float: left;
  position: relative;
  width: 33.33333%;
  height: 100%;
  line-height: 25px;
}
footer#progress-wrapper .progress-bar-part:before, footer#progress-wrapper .progress-bar-part:after {
  content: "";
  display: table;
}
footer#progress-wrapper .progress-bar-part:after {
  clear: both;
}
footer#progress-wrapper .progress-bar-part:after {
  content: "";
  width: 2px;
  background: #B6B6B7;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
footer#progress-wrapper .progress-bar-part:nth-last-child(1):after {
  display: none;
}
footer#progress-wrapper .progress-bar-fill {
  background: black;
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  transition: width 0.6s ease;
  position: relative;
}
footer#progress-wrapper .progress-bar-fill:after {
  content: "";
  background-image: url(../images/progress-doodle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 25px;
  position: absolute;
  right: -5px;
  top: -2px;
}
footer#progress-wrapper .progress-bar-number {
  position: absolute;
  right: -60px;
  color: black;
  top: -2px;
  font-weight: 600;
  padding: 0 10px;
}
footer#progress-wrapper .progress-left {
  right: 0px;
  background: transparent;
  color: white;
}
footer#progress-wrapper .phase-text {
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: "ZOESTREEPFONT";
  color: #d6d6d8;
  position: absolute;
}
footer#progress-wrapper .progress-bar-phase {
  background: #eee;
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  transition: width 0.6s ease;
  position: absolute;
  z-index: 0;
}
footer#progress-wrapper .progress-bar-phase-text {
  position: absolute;
  right: 10px;
  color: black;
  top: -2px;
  font-weight: 600;
  font-style: italic;
}

.container.notfound-page {
  margin-top: 5%;
}
.container.notfound-page .notfound-img img {
  max-height: 70vh;
  width: auto;
  position: relative;
}
@media only screen and (max-height: 699px) {
  .container.notfound-page .notfound-img img {
    max-height: 60vh;
  }
}
@media only screen and (max-height: 559px) {
  .container.notfound-page .notfound-img img {
    max-height: 50vh;
  }
}
@media only screen and (max-width: 639px) {
  .container.notfound-page .notfound-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .container.notfound-page .notfound-img {
    width: 80%;
    margin: auto;
  }
}
.container.notfound-page .lost {
  margin-top: 30px;
  font-family: "ZOESTREEPFONT";
  text-align: center;
  font-size: 300%;
}
.container.notfound-page .submit {
  text-align: center;
  margin-top: 30px;
}
.container.notfound-page .submit a {
  background: black;
  padding: 10px 40px;
  transform: rotate(3deg);
  margin: 0 auto;
  color: white;
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.container.notfound-page .submit a:hover {
  transform: rotate(-3deg);
}

.question-account {
  font-weight: bold;
}

.print-question-wrapper .phase-title {
  font-family: "ZOESTREEPFONT";
  margin-top: 30px;
  text-decoration: underline;
}
.print-question-wrapper h3.task-title {
  margin-top: 15px;
}
.print-question-wrapper img.img-item {
  max-height: 200px;
  width: auto;
  border-radius: 5px;
}

#navigation-phase img {
  max-width: 60%;
  display: block;
  margin: 30px auto;
}
#navigation-phase h2 {
  font-family: "ZOESTREEPFONT";
  font-size: 250%;
  text-align: center;
}
#navigation-phase .dots-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
#navigation-phase .dots-wrapper:before, #navigation-phase .dots-wrapper:after {
  content: "";
  display: table;
}
#navigation-phase .dots-wrapper:after {
  clear: both;
}
#navigation-phase .dots-wrapper .dot-small {
  width: 5px;
  height: 5px;
  background: black;
  border-radius: 50%;
  float: left;
  position: relative;
}
#navigation-phase .dots-wrapper .dot-big {
  width: 13px;
  height: 13px;
  background: black;
  border-radius: 50%;
  float: left;
  position: relative;
  margin: 0 5px;
}
#navigation-phase .text {
  font-weight: bold;
  text-align: center;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  vertical-align: baseline;
}

a {
  cursor: pointer;
}

div {
  box-sizing: border-box;
}

body {
  font-family: "montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 90%;
  line-height: 200%;
  background: white;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 10px;
}

::-moz-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(235, 98, 0, 0.3);
  background: #E0E0E0;
}

::-moz-scrollbar-track {
  background: rgba(235, 98, 0, 0.3);
  background: #E0E0E0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

::-moz-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

::-moz-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  width: 100%;
}

figure {
  margin: 0px; /* Extra wide images within figure tags don't overflow the content area. */
}

h1.page-title {
  font-size: 220%;
  color: #eb6200;
  line-height: 110%;
}

h2.entry-title {
  font-size: 220%;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

#mainscreen {
  width: 100vw;
  background-position: center;
  background-size: cover;
  max-height: 100vh;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: white;
  z-index: 1;
  max-width: 1920px;
}

.fa {
  padding-right: 5px;
}

main#main {
  float: left;
  width: 70%;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  main#main {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: black;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Orangvalley-nav
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: "";
  display: table;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clearer:after {
  content: "";
  display: table;
  width: 100%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.3333333333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.6666666667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.2857142857%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}/*# sourceMappingURL=style.min.css.map */