@charset "UTF-8";
@import url("https://use.typekit.net/ecw2kvs.css");
@keyframes move {}
@font-face {
  font-family: "Oyfo";
  src: url("../fonts/oyfo-webfont.woff2") format("woff2"), url("../fonts/oyfo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oyfo Closed";
  src: url("../fonts/oyfo-closed.woff2") format("woff2"), url("../fonts/oyfo-closed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kryh5a");
  src: url("../fonts/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kryh5a") format("truetype"), url("../fonts/icomoon.woff?kryh5a") format("woff"), url("../fonts/icomoon.svg?kryh5a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1024px) {
  .hide-tablet {
    display: none;
  }
}

.no-interaction {
  pointer-events: none;
  cursor: text;
}

address {
  font-style: normal;
}

blockquote {
  color: #001a70;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 1280px) {
  blockquote {
    font-size: 45px;
    line-height: 55px;
  }
}
.kunstenschool blockquote {
  color: #001a70;
}
.techniekmuseum blockquote {
  color: #214a3f;
}
.kunstpodium blockquote {
  color: #92171d;
}
blockquote::before {
  float: left;
  width: 100%;
  content: "”";
  height: 15px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media (min-width: 768px) {
  blockquote::before {
    font-size: 50px;
    height: 30px;
    margin-bottom: 20px;
  }
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "Upgrade", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 50px 0 0 0;
  -webkit-text-size-adjust: none;
}
@media (min-width: 1024px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  body {
    padding: 0;
  }
}

cite {
  color: #000;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
@media (min-width: 768px) {
  cite {
    font-size: 20px;
    line-height: 25px;
  }
}

fieldset {
  border: 0;
  padding: 0;
}

figure {
  margin: 0;
}

::-moz-input-placeholder {
  color: rgb(127.5, 127.5, 127.5);
  font-style: italic;
}

::-ms-input-placeholder {
  color: rgb(127.5, 127.5, 127.5);
  font-style: italic;
}

::-webkit-input-placeholder {
  color: rgb(127.5, 127.5, 127.5);
  font-style: italic;
}

:focus::-moz-input-placeholder {
  color: rgb(191.25, 191.25, 191.25);
  font-style: italic;
}

:focus::-ms-input-placeholder {
  color: rgb(191.25, 191.25, 191.25);
  font-style: italic;
}

:focus::-webkit-input-placeholder {
  color: rgb(191.25, 191.25, 191.25);
  font-style: italic;
}

label {
  color: #333;
}

input,
select,
textarea,
button {
  outline: 0;
}

[type=date],
[type=number],
[type=select],
[type=text],
[type=email],
[type=phone],
[type=password],
select,
textarea {
  -webkit-appearance: none;
  background: #fff;
  border-radius: 0;
  border: 2px solid #e6e6e6;
  color: #000;
  display: block;
  font-family: "Upgrade", sans-serif;
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
  width: 280px;
}
@media (min-width: 1024px) {
  [type=date],
  [type=number],
  [type=select],
  [type=text],
  [type=email],
  [type=phone],
  [type=password],
  select,
  textarea {
    font-size: 16px;
    width: 340px;
  }
}
[type=date]:focus,
[type=number]:focus,
[type=select]:focus,
[type=text]:focus,
[type=email]:focus,
[type=phone]:focus,
[type=password]:focus,
select:focus,
textarea:focus {
  border: 2px solid #1975ae;
}

[type=button],
[type=submit],
button {
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0.8em 1.4em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  -webkit-appearance: none;
  border-radius: 25px;
  font-family: "Upgrade", sans-serif;
  padding: 0.5em 1.4em;
  text-transform: none;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  [type=button],
  [type=submit],
  button {
    font-size: 20px;
    line-height: 30px;
  }
}

[type=checkbox],
[type=radio] {
  accent-color: #1975ae;
}
[type=checkbox]:focus,
[type=radio]:focus {
  outline-offset: 2px;
  outline: 2px solid #1975ae;
}
.kunstenschool [type=checkbox],
.kunstenschool [type=radio] {
  accent-color: #037da5;
}
.kunstenschool [type=checkbox]:focus,
.kunstenschool [type=radio]:focus {
  outline-offset: 2px;
  outline: 2px solid #037da5;
}
.techniekmuseum [type=checkbox],
.techniekmuseum [type=radio] {
  accent-color: #086832;
}
.techniekmuseum [type=checkbox]:focus,
.techniekmuseum [type=radio]:focus {
  outline-offset: 2px;
  outline: 2px solid #086832;
}
.kunstpodium [type=checkbox],
.kunstpodium [type=radio] {
  accent-color: #92171d;
}
.kunstpodium [type=checkbox]:focus,
.kunstpodium [type=radio]:focus {
  outline-offset: 2px;
  outline: 2px solid #92171d;
}

main [type=button],
main [type=submit],
main button {
  background-color: #037da5;
  color: #fff;
}
main [type=button]:hover,
main [type=submit]:hover,
main button:hover {
  background-color: rgb(2.25, 93.75, 123.75);
}
.kunstenschool main [type=button],
.kunstenschool main [type=submit],
.kunstenschool main button {
  background-color: #037da5;
}
.kunstenschool main [type=button]:hover,
.kunstenschool main [type=submit]:hover,
.kunstenschool main button:hover {
  background-color: rgb(2.25, 93.75, 123.75);
}
.techniekmuseum main [type=button],
.techniekmuseum main [type=submit],
.techniekmuseum main button {
  background-color: #086832;
}
.techniekmuseum main [type=button]:hover,
.techniekmuseum main [type=submit]:hover,
.techniekmuseum main button:hover {
  background-color: rgb(6, 78, 37.5);
}
.kunstpodium main [type=button],
.kunstpodium main [type=submit],
.kunstpodium main button {
  background-color: #92171d;
}
.kunstpodium main [type=button]:hover,
.kunstpodium main [type=submit]:hover,
.kunstpodium main button:hover {
  background-color: rgb(109.5, 17.25, 21.75);
}

border select[multiple] {
  height: auto;
  max-height: 200px;
}
select:not([multiple]) {
  background: url("data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==") no-repeat right 10px center;
}

textarea {
  max-width: 100%;
  min-height: 200px;
  padding-bottom: 10px;
  padding-top: 10px;
  resize: vertical;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #214a3f;
  font-weight: 400;
  margin: 0;
}
.kunstenschool h1,
.kunstenschool h2,
.kunstenschool h3,
.kunstenschool h4,
.kunstenschool h5,
.kunstenschool h6 {
  color: #001a70;
}
.techniekmuseum h1,
.techniekmuseum h2,
.techniekmuseum h3,
.techniekmuseum h4,
.techniekmuseum h5,
.techniekmuseum h6 {
  color: #214a3f;
}
.kunstpodium h1,
.kunstpodium h2,
.kunstpodium h3,
.kunstpodium h4,
.kunstpodium h5,
.kunstpodium h6 {
  color: #92171d;
}
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  color: #001a70;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
.kunstenschool h1 a,
.kunstenschool h2 a,
.kunstenschool h3 a,
.kunstenschool h4 a,
.kunstenschool h5 a,
.kunstenschool h6 a {
  color: #001a70;
}
.techniekmuseum h1 a,
.techniekmuseum h2 a,
.techniekmuseum h3 a,
.techniekmuseum h4 a,
.techniekmuseum h5 a,
.techniekmuseum h6 a {
  color: #214a3f;
}
.kunstpodium h1 a,
.kunstpodium h2 a,
.kunstpodium h3 a,
.kunstpodium h4 a,
.kunstpodium h5 a,
.kunstpodium h6 a {
  color: #92171d;
}
.home h1 a,
.home h2 a,
.home h3 a,
.home h4 a,
.home h5 a,
.home h6 a {
  color: #001a70;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
.kunstenschool h1 a:hover,
.kunstenschool h2 a:hover,
.kunstenschool h3 a:hover,
.kunstenschool h4 a:hover,
.kunstenschool h5 a:hover,
.kunstenschool h6 a:hover {
  color: rgb(0, 19.5, 84);
}
.techniekmuseum h1 a:hover,
.techniekmuseum h2 a:hover,
.techniekmuseum h3 a:hover,
.techniekmuseum h4 a:hover,
.techniekmuseum h5 a:hover,
.techniekmuseum h6 a:hover {
  color: rgb(24.75, 55.5, 47.25);
}
.kunstpodium h1 a:hover,
.kunstpodium h2 a:hover,
.kunstpodium h3 a:hover,
.kunstpodium h4 a:hover,
.kunstpodium h5 a:hover,
.kunstpodium h6 a:hover {
  color: rgb(109.5, 17.25, 21.75);
}
.home h1 a:hover,
.home h2 a:hover,
.home h3 a:hover,
.home h4 a:hover,
.home h5 a:hover,
.home h6 a:hover {
  color: rgb(0, 19.5, 84);
}

h1 {
  font-family: "Oyfo Closed", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

h2 {
  font-family: "Oyfo Closed", sans-serif;
  font-size: 35px;
  line-height: 35px;
  margin: 20px 0 10px 0;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 45px;
    line-height: 45px;
    margin: 30px 0 15px 0;
  }
}

h3 {
  font-size: 35px;
  line-height: 45px;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 45px;
    line-height: 55px;
  }
}

h4 {
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 30px;
    line-height: 35px;
  }
}

h5,
h6 {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 1024px) {
  h5,
  h6 {
    font-size: 25px;
    line-height: 30px;
  }
}

iframe {
  border: 0;
  display: block;
  max-width: 100%;
  height: 450px;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

.imageleft,
.imageright {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (min-width: 400px) {
  .imageright {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}

a {
  color: #037da5;
  outline: 0;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a:active, a:focus {
  outline: 2px dotted #037da5;
}
a:active img, a:focus img {
  outline: 2px dotted #037da5;
}
.kunstenschool a {
  color: #037da5;
}
.kunstenschool a:active, .kunstenschool a:focus {
  outline: 2px dotted #037da5;
}
.kunstenschool a:active img, .kunstenschool a:focus img {
  outline: 2px dotted #037da5;
}
.techniekmuseum a {
  color: #086832;
}
.techniekmuseum a:active, .techniekmuseum a:focus {
  outline: 2px dotted #086832;
}
.techniekmuseum a:active img, .techniekmuseum a:focus img {
  outline: 2px dotted #086832;
}
.kunstpodium a {
  color: #92171d;
}
.kunstpodium a:active, .kunstpodium a:focus {
  outline: 2px dotted #086832;
}
.kunstpodium a:active img, .kunstpodium a:focus img {
  outline: 2px dotted #086832;
}
.home a {
  color: #037da5;
}

ul,
ol {
  list-style-position: outside;
  margin: 0 0 30px 30px;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0 0 0 30px;
  padding: 0;
}

ul {
  list-style-type: square;
}

p {
  margin: 0 0 30px;
}

html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

::-moz-selection {
  background: #1975ae;
  color: #fff;
}

::selection {
  background: #1975ae;
  color: #fff;
}

strong,
b {
  font-weight: 500;
}

main table {
  border: none;
  margin: 0 0 30px;
  max-width: 100%;
}
main table th,
main table td {
  border-bottom: none;
  text-align: left;
}

body #cookiepolicy_information {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  bottom: 0;
  color: #666;
  display: none;
  font-family: "Upgrade", sans-serif;
  font-size: 14px;
  left: 0;
  line-height: 22px;
  padding: 15px 0 10px 0;
  position: fixed;
  right: 0;
}
body #cookiepolicy_information a {
  border-bottom: 0;
  color: #037da5;
  font-family: inherit;
  font-size: 14px;
  text-decoration: underline;
}
body #cookiepolicy_information a:not(#cookiepolicy_button_true):not(#cookiepolicy_button_false):hover {
  border: none;
  color: #086832;
  text-decoration: underline;
}
body #cookiepolicy_information #cookiepolicy_button_true,
body #cookiepolicy_information #cookiepolicy_button_false {
  border-radius: 0;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  body #cookiepolicy_information #cookiepolicy_button_true,
  body #cookiepolicy_information #cookiepolicy_button_false {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body #cookiepolicy_information #cookiepolicy_button_true {
  background-color: #037da5;
}
body #cookiepolicy_information #cookiepolicy_button_true:hover {
  background-color: #086832;
}
body #cookiepolicy_information #cookiepolicy_button_false {
  background-color: #fff;
  border: 1px solid #037da5;
  color: #037da5;
}
body #cookiepolicy_information #cookiepolicy_button_false:hover {
  background-color: #037da5;
  color: #fff;
}

.credits {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #fff;
  padding-top: 16px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .credits {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .credits {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .has-cookie-notif .credits {
    padding-bottom: calc(8px + 73px);
  }
}
.credits-left, .credits-right {
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .credits-left, .credits-right {
    width: auto;
  }
}
.credits-left {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .credits-left {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .credits-right {
    float: right;
    text-align: right;
  }
}
.credits-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
.credits-right li {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .credits-right li {
    display: inline-block;
    float: none;
    padding-right: 10px;
    width: auto;
  }
}
@media (min-width: 1280px) {
  .credits-right li {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .credits-right li:last-of-type {
    padding-right: 0;
  }
}

.footer {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  background-color: #333;
  color: #fff;
  padding: 80px 0 125px 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .footer {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 48px;
  }
}
.footer * {
  color: inherit;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: inherit;
  text-decoration: underline;
}
.footer p {
  margin-bottom: 0;
}
.kunstenschool .footer {
  background-color: #001a70;
}
.techniekmuseum .footer {
  background-color: #214a3f;
}
.kunstpodium .footer {
  background-color: #202a44;
}
.footer-info {
  float: left;
  width: 100%;
  column-count: 1;
  column-gap: 24px;
}
@media (min-width: 400px) {
  .footer-info {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .footer-info {
    column-count: auto;
    column-gap: normal;
  }
}
.footer-info-col {
  display: inline-block;
  line-height: 30px;
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-info-col {
    display: block;
    float: left;
    padding-right: 24px;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .footer-info-col {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .footer-info-col-inner {
    float: left;
    min-height: 92px;
    padding-bottom: 20px;
    width: calc(100% - 40px);
  }
}
.footer-info-col a {
  text-decoration: underline;
}
.footer-info-col::before {
  display: block;
  font-size: 25px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 24px;
}
.footer-socials-wrap a {
  text-decoration: none;
}
.footer .ico {
  float: left;
  font-size: 22px;
  margin-bottom: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .ico {
    margin-bottom: 0;
    width: 40px;
  }
}
.footer .ico-mail {
  font-size: 20px;
}

.footer-info-col-opening a {
  font-weight: 300;
}

:root .footer .webitem_4 {
  background-color: transparent;
  padding: 0;
}

.grid-inner {
  bottom: 0;
  height: calc(100vh - 135px);
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 100%;
}
.grid-inner.has-menu-2 {
  height: calc(100vh - 120px);
}
.has-fixed-nav .grid-inner {
  height: calc(100vh - 135px);
  position: fixed;
  top: 135px;
}
.has-fixed-nav .grid-inner.has-menu-2 {
  top: 80px;
  height: calc(100vh - 120px);
}
.grid-inner-line-horz, .grid-inner-line-vert {
  background-color: #037da5;
  position: absolute;
  z-index: 2;
}
.kunstenschool .grid-inner-line-horz, .kunstenschool .grid-inner-line-vert {
  background-color: #037da5;
}
.techniekmuseum .grid-inner-line-horz, .techniekmuseum .grid-inner-line-vert {
  background-color: #086832;
}
.kunstpodium .grid-inner-line-horz, .kunstpodium .grid-inner-line-vert {
  background-color: #202a44;
}
.grid-inner-line-horz {
  height: 1px;
  width: 100%;
}
.grid-inner-line-horz-1 {
  top: 16.666%;
}
.grid-inner-line-horz-2 {
  top: 33.332%;
}
.grid-inner-line-horz-3 {
  top: 49.998%;
}
.grid-inner-line-horz-4 {
  top: 66.664%;
}
.grid-inner-line-horz-5 {
  top: 83.33%;
}
.grid-inner-line-vert {
  height: 100%;
  width: 1px;
}
.grid-inner-line-vert-1 {
  left: 16.666%;
}
.grid-inner-line-vert-2 {
  left: 33.332%;
}
.grid-inner-line-vert-3 {
  left: 49.998%;
}
.grid-inner-line-vert-4 {
  left: 66.664%;
}
.grid-inner-line-vert-5 {
  left: 83.33%;
}
.grid-inner-block {
  background-color: #faf5e5;
  height: 50%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 16.6%;
  width: 49.95%;
  z-index: 1;
}
.techniekmuseum .grid-inner-block {
  background-color: #f7eced;
}
.kunstenschool .grid-inner-block {
  background-color: #edf4f6;
}
.kunstpodium .grid-inner-block {
  background-color: #faf5e5;
}

.grid-wrap {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .header-wrapper {
    background-color: #fff;
    min-height: 175px;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .header-wrapper-small {
    min-height: initial;
  }
}
@media (min-width: 1024px) {
  .header-wrapper-fixed {
    min-height: 135px;
    position: fixed;
    top: 0;
    z-index: 100000;
  }
}
@media (min-width: 1024px) {
  .header-wrapper-fixed.no-subnav {
    min-height: 80px;
  }
}

.header {
  float: left;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 100;
}
@media (min-width: 1024px) {
  .header {
    bottom: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    height: 135px;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .header::after {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .header-small {
    height: 80px;
  }
}
.header-small::after {
  display: none;
}
.header-right, .header-left {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-right, .header-left {
    width: auto;
  }
}
.header-left {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .header-left {
    margin-bottom: 0;
  }
}
.header-right {
  float: right;
}

.hero {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .hero {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.main .hero {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 20px * 2);
}
@media (min-width: 768px) {
  .main .hero {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 40px * 2);
  }
}
@media (min-width: 1024px) {
  .main .hero {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
.main .hero img {
  width: 100%;
}

.main {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  z-index: 3;
}
@media (min-width: 768px) {
  .main {
    margin-bottom: 48px;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .main {
    margin-bottom: 80px;
  }
}
.main-extra-spacing-top {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .main-extra-spacing-top {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .main-extra-spacing-top {
    margin-top: 60px;
  }
}
.main .wrapper {
  background-color: #fff;
  overflow: auto;
}
@media (min-width: 1024px) {
  .main .wrapper {
    display: table;
    overflow: initial;
  }
}

.formnotify {
  clear: both;
}

.registration-form-notmusic-wrap {
  clear: both;
}

:root .registration-form h3 {
  float: left;
  width: 100%;
}
:root .registration-form .formtable .formlabel {
  width: 100%;
}
:root .registration-form p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.form-row {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.form-row [type=text],
.form-row [type=email],
.form-row [type=date],
.form-row select {
  width: 100%;
  max-width: 100%;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mobile-nav {
  background-color: #fff;
  bottom: 0;
  color: #000;
  height: 100vh;
  overflow: auto;
  padding: 80px 32px 240px 32px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-100vw);
  transition: all 0.25s ease-in-out;
  width: 100vw;
  z-index: 1;
}
.navigation-toggle-active .mobile-nav {
  transform: translateX(0vw);
  z-index: 10;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li {
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-top: -1px;
}
.mobile-nav li a {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 72px;
  text-decoration: none;
}
.mobile-nav li a.selected {
  font-weight: 500;
}
.mobile-nav li li {
  border-top: none;
  border-bottom: none;
}
.mobile-nav li li a {
  font-size: 18px;
  line-height: 40px;
}
.mobile-nav li ul {
  float: left;
  width: 100%;
  padding-bottom: 32px;
}
.mobile-nav form {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.mobile-nav form [type=text] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #333;
  font-size: 14px;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.mobile-nav form [type=submit] {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: -2px;
  width: 40px;
}
.mobile-nav form [type=submit]:before {
  content: "\f002";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}

.nav {
  display: none;
}
@media (min-width: 1024px) {
  .nav {
    background-color: #fff;
    color: #000;
    display: block;
    float: right;
    margin-right: 40px;
    position: relative;
  }
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li {
  float: left;
}
.nav a {
  color: inherit;
  float: left;
}
.nav a::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 50%;
}
.kunstenschool .nav a::after {
  background-color: #001a70;
}
.techniekmuseum .nav a::after {
  background-color: #214a3f;
}
.kunstpodium .nav a::after {
  background-color: #92171d;
}
.nav a:hover {
  text-decoration: none;
}
.kunstenschool .nav a:hover {
  color: #001a70;
}
.techniekmuseum .nav a:hover {
  color: #214a3f;
}
.kunstpodium .nav a:hover {
  color: #92171d;
}
.nav a:hover::after {
  bottom: 16px;
  opacity: 1;
}
.nav-first a {
  font-size: 16px;
  height: 80px;
  line-height: 90px;
  padding-right: 24px;
  position: relative;
}
@media (min-width: 1353px) {
  .nav-first a {
    font-size: 18px;
    padding-right: 20px;
  }
}
.nav-first a.selected {
  font-weight: 500;
}
.nav-first a.selected::after {
  bottom: 14px;
  opacity: 1;
}
.kunstenschool .nav-first a.selected {
  color: #001a70;
}
.techniekmuseum .nav-first a.selected {
  color: #214a3f;
}
.kunstpodium .nav-first a.selected {
  color: #92171d;
}
.nav-second {
  min-width: 560px;
  position: absolute;
  right: 0;
  top: 80px;
}
.nav-second.large {
  min-width: 650px;
}
@media (min-width: 1280px) {
  .nav-second.large {
    min-width: 835px;
  }
}
.nav-second a {
  border: 0;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  padding-right: 20px;
}
@media (min-width: 1280px) {
  .nav-second a {
    font-size: 16px;
  }
}
.nav-second a.selected {
  font-weight: 500;
}
.nav-second a::after {
  display: none;
}

.site-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .site-wrapper {
    padding-top: 175px;
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .site-wrapper-offset-top {
    padding-top: 130px;
  }
}

.top-header {
  float: left;
  width: 100%;
  background-color: #333;
  color: #ccc;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 50px;
  min-height: 50px;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  z-index: 100;
}
@media (min-width: 400px) {
  .top-header {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .top-header {
    position: absolute;
    top: 0;
    z-index: auto;
  }
}
.top-header-left, .top-header-right {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .top-header-left, .top-header-right {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .top-header-left {
    margin-bottom: 0;
  }
}
.top-header-right {
  display: none;
}
@media (min-width: 1024px) {
  .top-header-right {
    display: block;
    float: right;
  }
}
.top-header-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
@media (min-width: 1024px) {
  .top-header-right ul {
    margin-right: 8px;
  }
}
.top-header-right li {
  float: left;
  margin-right: 8px;
}
.top-header-left span {
  float: left;
  margin-right: 8px;
}
.top-header-left span:last-of-type {
  float: right;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .top-header-left span:last-of-type {
    float: left;
    margin-right: 24px;
  }
}
.top-header a {
  color: inherit;
  display: inline-block;
  line-height: 40px;
  text-decoration: none;
}
.top-header a:hover {
  color: #fff;
}
.top-header .selected {
  color: #fff;
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 1320px) {
  .wrapper {
    padding: 0;
  }
}
.hero .wrapper, .main .wrapper {
  max-width: 1130px;
}

@media (min-width: 1024px) {
  .actueel-wrap {
    width: calc(100% + 41px);
  }
}

.btt {
  background-color: #037da5;
  bottom: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 40px;
  text-align: center;
  transform: rotate(90deg);
  width: 40px;
  z-index: 1000;
}
.btt:before {
  content: "\f106";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
:root .btt {
  color: #fff;
}
.btt-visible {
  opacity: 1;
  pointer-events: all;
}
.btt:hover {
  background-color: #037da5;
  text-decoration: none;
}

.clear-all {
  float: left;
  width: 100%;
  clear: both;
  display: block;
  height: 1px;
}

.cookie-notification {
  background-color: #fff;
  bottom: 74px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  display: none;
  height: auto;
  left: 0;
  padding: 15px 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 100000;
}
@media (min-width: 1024px) {
  .cookie-notification {
    bottom: 0;
  }
}
.cookie-notification__title {
  display: inline-block;
  font-family: "Oyfo Closed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .cookie-notification__title {
    font-size: 22px;
  }
}
.kunstenschool .cookie-notification__title {
  color: #001a70;
}
.techniekmuseum .cookie-notification__title {
  color: #214a3f;
}
.kunstpodium .cookie-notification__title {
  color: #92171d;
}
.home .cookie-notification__title {
  color: #001a70;
}
.cookie-notification__intro {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .cookie-notification__intro {
    font-size: 14px;
    line-height: 22px;
  }
}
.cookie-notification__intro a {
  text-decoration: underline;
}
.cookie-notification__labels {
  float: left;
  width: 100%;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .cookie-notification__labels {
    font-size: 14px;
    line-height: 22px;
  }
}
.cookie-notification__labels [type=checkbox] {
  position: relative;
  top: 2px;
}
.cookie-notification .cookie-notification__no,
.cookie-notification .cookie-notification__ok,
.cookie-notification .cookie-notification__more-info {
  display: inline-block;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .cookie-notification .cookie-notification__no,
  .cookie-notification .cookie-notification__ok,
  .cookie-notification .cookie-notification__more-info {
    font-size: 14px;
  }
}
.cookie-notification .cookie-notification__ok {
  background-color: #001a70;
  color: #fff;
  margin-right: 0;
  text-decoration: none;
}
.kunstenschool .cookie-notification .cookie-notification__ok {
  background-color: #001a70;
}
.kunstenschool .cookie-notification .cookie-notification__ok:active, .kunstenschool .cookie-notification .cookie-notification__ok:hover {
  background-color: rgb(0, 14.1607142857, 61);
}
.techniekmuseum .cookie-notification .cookie-notification__ok {
  background-color: #214a3f;
}
.techniekmuseum .cookie-notification .cookie-notification__ok:active, .techniekmuseum .cookie-notification .cookie-notification__ok:hover {
  background-color: rgb(17.2710280374, 38.7289719626, 32.9719626168);
}
.kunstpodium .cookie-notification .cookie-notification__ok {
  background-color: #92171d;
}
.kunstpodium .cookie-notification .cookie-notification__ok:active, .kunstpodium .cookie-notification .cookie-notification__ok:hover {
  background-color: rgb(101.9408284024, 16.0591715976, 20.2485207101);
}
.home .cookie-notification .cookie-notification__ok {
  background-color: #001a70;
}
.home .cookie-notification .cookie-notification__ok:active, .home .cookie-notification .cookie-notification__ok:hover {
  background-color: rgb(0, 14.1607142857, 61);
}
.cookie-notification .cookie-notification__no {
  background-color: #ccc;
  color: #333;
  text-decoration: none;
}
.cookie-notification .cookie-notification__no:active, .cookie-notification .cookie-notification__no:hover {
  background-color: rgb(178.5, 178.5, 178.5);
}
.cookie-notification .cookie-notification__more-info {
  margin: 0;
  padding: 0;
}

.course-card {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc(100% - 20px);
}
@media (min-width: 400px) {
  .course-card {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .course-card {
    margin-bottom: 42px;
    margin-right: 40px;
    width: calc(33.333% - 40px);
  }
}
.course-card-image {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.course-card h2,
.course-card h3,
.course-card h4 {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  font-family: "Upgrade", sans-serif;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .course-card h2,
  .course-card h3,
  .course-card h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 400px) {
  .course-card h2,
  .course-card h3,
  .course-card h4 {
    height: 70px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 768px) {
  .course-card h2,
  .course-card h3,
  .course-card h4 {
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .course-card h2,
  .course-card h3,
  .course-card h4 {
    height: 70px;
  }
}
@media (min-width: 1280px) {
  .course-card h2,
  .course-card h3,
  .course-card h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .course-card h2,
  .course-card h3,
  .course-card h4 {
    font-size: 30px;
    line-height: 35px;
  }
}

.course {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .course {
    margin-bottom: 0;
  }
}
.course-intro {
  margin-bottom: 20px;
}
.course-content {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .course-content {
    margin-right: 20px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    width: calc(100% - 358px);
  }
}
@media (min-width: 1280px) {
  .course-content {
    padding-bottom: calc(80px + 40px);
    margin-right: 40px;
    width: calc(100% - 488px);
  }
}
.course-content h1 {
  margin-bottom: 40px;
}
.course-content p {
  margin-bottom: 0;
}
.course-sidebar {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px;
}
@media (min-width: 1024px) {
  .course-sidebar {
    padding: 40px;
    width: 338px;
  }
}
@media (min-width: 1280px) {
  .course-sidebar {
    width: 448px;
  }
}
.course-sidebar-title {
  font-size: 25px;
  line-height: 30px;
  font-family: "Upgrade", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .course-sidebar-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.course-sidebar-row {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.course-sidebar-row-small {
  font-size: 18px;
  line-height: 28px;
}
.course-sidebar-row h3 {
  font-size: 22px;
  line-height: 30px;
}
.course-sidebar-row p {
  margin-bottom: 0;
}
.course-sidebar-row ul {
  margin-bottom: 15px;
}
.course-sidebar-form {
  float: left;
  width: 100%;
}
.course-sidebar-form:first-of-type {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .course-sidebar-form:first-of-type {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.course-sidebar-form [type=submit] {
  border-radius: 25px;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: 500;
  line-height: 25px;
  padding: 10px 20px;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.course-sidebar-form [type=submit]:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 14px;
  left: 4px;
  position: relative;
  top: 1px;
  transition: all 0.25s ease-in-out;
}
.course-sidebar-form [type=submit] strong {
  text-transform: uppercase;
}
.course-sidebar-form [type=submit]:hover::after {
  left: 8px;
}
.course-sidebar-form [type=submit].primary-submit {
  background-color: #037da5;
}
.course-sidebar-form [type=submit].secondary-submit {
  background-color: white;
  color: #037da5;
}
.course-sidebar-form [type=submit].secondary-submit:hover {
  background-color: #037da5;
  color: #fff;
}
.course-inlineform {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .course-inlineform {
    margin-top: 48px;
  }
}
.course-faq {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .course-faq {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1280px) {
  .course-faq {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.course-pictures {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .course-pictures {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.course-pictures img {
  float: left;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
.course-pictures img:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .course-pictures img {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .course-pictures img:nth-of-type(odd) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .course-pictures img:nth-of-type(even) {
    margin-left: 20px;
  }
}
.course-teachers {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .course-teachers {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .course-teachers {
    background-color: #f2f2f2;
    padding-top: calc(80px + 40px);
    padding-bottom: calc(80px + 40px);
  }
}
.course-teachers-title {
  float: left;
  width: 100%;
  font-family: "Oyfo Closed", sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .course-teachers-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .course-teachers-title {
    margin-bottom: 80px;
  }
}

.teacher-wrap-inner {
  float: left;
  width: 100%;
}
.teacher-wrap-inner-inner {
  margin-bottom: -20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  white-space: nowrap;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .teacher-wrap-inner-inner {
    overflow-y: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .teacher-wrap-inner-inner {
    background-color: transparent;
    display: block;
    margin: 0 auto;
    max-width: 780px;
  }
}
.teacher-wrap-inner .teacher {
  display: inline-block;
  float: none;
  margin-right: 20px;
  max-width: 175px;
  text-align: left;
  vertical-align: top;
  padding: 20px;
}
@media (min-width: 550px) {
  .teacher-wrap-inner .teacher {
    max-width: 317px;
  }
}
@media (min-width: 1024px) {
  .teacher-wrap-inner .teacher {
    height: auto;
    margin-right: 0;
    max-width: inherit;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .teacher-wrap-inner .teacher {
    float: left;
    width: 50%;
  }
  .teacher-wrap-inner .teacher:nth-of-type(even) {
    clear: right;
  }
}

.cta {
  background-color: #037da5;
  border-radius: 20px;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
:root .cta {
  color: #fff;
}
.cta:hover {
  background-color: #037da5;
  text-decoration: none;
}
.cta:hover:hover {
  background-color: #001a70;
}
.techniekmuseum .cta {
  background-color: #086832;
}
.techniekmuseum .cta:hover {
  background-color: #214a3f;
}
.kunstenschool .cta {
  background-color: #037da5;
}
.kunstenschool .cta:hover {
  background-color: #001a70;
}
.kunstpodium .cta {
  background-color: #92171d;
}
.kunstpodium .cta:hover {
  background-color: #92171d;
}

.cta.cta-secondary {
  background-color: #fff;
  color: #001a70;
  padding-left: 0;
  padding-right: 0;
}
.cta.cta-secondary:hover {
  background-color: transparent;
  color: #037da5;
}
.techniekmuseum .cta.cta-secondary {
  color: #214a3f;
}
.techniekmuseum .cta.cta-secondary:hover {
  color: #086832;
}
.kunstenschool .cta.cta-secondary {
  color: #001a70;
}
.kunstenschool .cta.cta-secondary:hover {
  color: #037da5;
}

.faq {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  background-color: #fff;
  margin-bottom: -1px;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
}
.faq-question {
  font-size: 25px;
  line-height: 30px;
  color: #214a3f;
  display: block;
  font-weight: 500;
  padding-right: 40px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .faq-question {
    font-size: 30px;
    line-height: 35px;
  }
}
.faq-question:after {
  content: "+";
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: -4.5px;
  transition: all 0.25s ease-in-out;
}
.faq-question:hover {
  color: #214a3f;
  text-decoration: none;
}
.kunstenschool .faq-question {
  color: #001a70;
}
.kunstenschool .faq-question:hover {
  color: #001a70;
}
.techniekmuseum .faq-question {
  color: #214a3f;
}
.techniekmuseum .faq-question:hover {
  color: #214a3f;
}
.kunstpodium .faq-question {
  color: #92171d;
}
.kunstpodium .faq-question:hover {
  color: #92171d;
}
.home .faq-question {
  color: #001a70;
}
.home .faq-question:hover {
  color: #001a70;
}
.faq-answer {
  display: none;
  padding-top: 16px;
}
.faq-clicked .faq-question:after {
  transform: rotate(45deg);
}
.faq h2,
.faq h3 {
  font-family: "Upgrade", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}

.filter-content {
  float: left;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .filter-content {
    padding-left: 40px;
    width: calc(100% - 252px);
  }
}
.filter-content-inner {
  float: left;
  width: 100%;
  width: calc(100% + 20px);
}
@media (min-width: 768px) {
  .filter-content-inner {
    width: calc(100% + 40px);
  }
}
.filter-content-intro {
  float: left;
  width: 100%;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .filter-content-intro {
    padding: 80px 0 40px 0;
  }
}
.filter-content-intro h1 {
  margin-bottom: 0;
}

.filter-form {
  float: left;
  width: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.25s 1s ease-in;
}
.filter-toggle-active .filter-form {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  display: block;
  height: 100vh;
  left: 0;
  opacity: 1;
  overflow-x: scroll;
  overflow-y: scroll;
  padding: 100px 32px 200px 32px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
}
@media (min-width: 1024px) {
  .filter-toggle-active .filter-form {
    overflow-x: initial;
    overflow-y: initial;
  }
}
@media (min-width: 1024px) {
  .filter-form {
    background-color: #f2f2f2;
    margin-left: 0;
    max-width: 252px;
    opacity: 1;
    padding: 0;
    display: block !important;
    padding: 80px 0;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    z-index: inherit;
  }
  .filter-toggle-active .filter-form {
    background-color: #f2f2f2;
    margin-left: 0;
    max-width: 252px;
    opacity: 1;
    padding: 0;
    display: block !important;
    padding: 80px 0;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    z-index: inherit;
  }
}
@media (min-width: 1024px) {
  .filter-form::after {
    background-color: #f2f2f2;
    content: "";
    height: 100%;
    left: -158px;
    position: absolute;
    top: 0;
    width: 158px;
  }
}
.filter-form fieldset {
  float: left;
  width: 100%;
  border: 0;
  margin: 0 0 20px 0;
  padding: 0;
}
.filter-form-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.filter-form-row:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .filter-form-row {
    border-bottom: 0;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .filter-form-row:last-of-type {
    margin-bottom: 25px;
  }
}
.filter-form-row:last-of-type {
  margin-bottom: 0;
}
.filter-form-row label {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.filter-form-row label.has-disabled {
  cursor: not-allowed;
}
.filter-form-row [type=checkbox],
.filter-form-row [type=radio] {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.filter-form-title {
  font-size: 25px;
  line-height: 30px;
  float: left;
  width: 100%;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .filter-form-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1024px) {
  .filter-form-title {
    color: #001a70;
    font-weight: 400;
  }
}

.filter-toggle-active .footer {
  display: none;
}

.filter-form-toggle {
  background-color: #037da5;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0 auto;
  max-width: 320px;
  padding: 0;
  text-align: center;
  width: 100%;
}
:root .filter-form-toggle {
  color: #fff;
}
.filter-form-toggle:hover {
  background-color: #001a70;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .filter-form-toggle {
    display: none;
  }
}

.filter-form-button-wrap [type=submit] {
  background-color: #037da5;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  max-width: 320px;
  padding: 0;
  text-align: center;
  width: 100%;
}
:root .filter-form-button-wrap [type=submit] {
  color: #fff;
}
.filter-form-button-wrap [type=submit]:hover {
  background-color: #001a70;
  text-decoration: none;
}

:root .filter-form-button-wrap button,
:root .filter-form-submit {
  clear: both;
  display: block;
  float: left;
  margin-top: 20px;
  max-width: initial;
  width: 200px;
}

.form-contact {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}
@media (min-width: 400px) {
  .form-contact {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .form-contact {
    padding: 0 180px 40px 180px;
  }
}
.form-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-contact li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-contact li {
    width: 50%;
  }
}
.form-contact a {
  color: #000;
}
.form-contact a:before {
  display: inline-block;
  font-size: 22px;
  padding-right: 10px;
}
.form-contact a:hover {
  color: #037da5;
  text-decoration: none;
}
.form-contact-phone:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.form-contact-livechat:before {
  content: "\f0e5";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.form-contact-whatsapp:before {
  content: "\f232";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.form-contact-messenger:before {
  content: "\e900";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}

.formpreview {
  float: left;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .formpreview {
    padding: 80px 280px;
  }
}
.formpreview-title, .formpreview-intro {
  float: left;
  width: 100%;
  text-align: center;
}
.formpreview-title {
  margin-bottom: 48px;
}
:root .formpreview-intro {
  color: #000;
  margin-bottom: 48px;
}
.formpreview .formtable,
.formpreview small,
.formpreview h4 {
  clear: both;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.formpreview small {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .formpreview small {
    font-size: 16px;
    line-height: 24px;
  }
}
.formpreview h4 {
  margin-bottom: 15px;
}
.formpreview .formtable {
  margin-bottom: 20px;
}
.formpreview .formtable tbody,
.formpreview .formtable tr,
.formpreview .formtable td {
  display: block;
  width: 100%;
}
.formpreview .formtable .formlabel {
  padding-bottom: 0;
}
.formpreview .formtable .formline {
  max-width: none;
  width: 100%;
}
.formpreview .formtable .formline.sample-lesson-formline {
  margin-bottom: 15px;
}
.formpreview .formtable .formline.sample-lesson-formline.cat-select {
  margin-bottom: 30px;
}

.formline {
  display: block;
  margin-bottom: 15px;
}

.formlabel.editlabel {
  float: left;
  width: 100%;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 15px;
}

.registration-form h2 {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 45px;
}

.registration-form .formbutton {
  display: block;
  margin-top: 20px;
}

.formrow {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 940px;
  padding: 0 20px;
}
.formrow label.formlabel.editlabel {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .formrow label.formlabel.editlabel {
    clear: left;
    width: 200px;
  }
}
.course-wrap .formrow label.formlabel.editlabel {
  width: 100%;
}
.formrow textarea,
.formrow [type=text],
.formrow [type=email],
.formrow [type=date] {
  max-width: 320px;
  width: 100%;
}
@media (min-width: 1024px) {
  .formrow textarea,
  .formrow [type=text],
  .formrow [type=email],
  .formrow [type=date] {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1024px) {
  .formrow__content {
    float: left;
    margin-bottom: 15px;
    width: calc(100% - 200px);
  }
}
.formrow textarea {
  max-width: 540px;
}
.formrow .intro {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .formrow .intro {
    padding-left: 200px;
  }
}
.formrow p {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .formrow p {
    padding-left: 200px;
  }
}

.formbut-dynamic {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .formbut-dynamic {
    margin-top: 30px;
    margin-left: 310px;
  }
  .full-width-labels .formbut-dynamic {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .page-31890 .full-width-labels .formbut-dynamic,
  .page-42627 .full-width-labels .formbut-dynamic,
  .page-312 .full-width-labels .formbut-dynamic {
    margin-left: 310px;
  }
}

@media (min-width: 1024px) {
  .page-31890 .full-width-labels .formbut-dynamic,
  .page-42627 .full-width-labels .formbut-dynamic {
    margin-bottom: 30px;
  }
}

.formnotify-error .formline {
  border-color: #92171d;
}
.formnotify-error label {
  color: #92171d;
}

.formnotify-notif {
  color: #92171d;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .formnotify-notif {
    margin-left: 200px;
    margin-bottom: 20px;
    margin-top: -5px;
  }
}

.formnotify {
  border: 2px solid #92171d;
  color: #92171d;
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 900px;
  margin: 0 auto 20px auto;
  padding: 10px 20px;
  text-align: center;
}

.formtable {
  border: 0;
  display: table;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .formtable {
    margin-top: 40px;
  }
}
.formtable td,
.formtable th {
  display: block;
  border: inherit;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .formtable td,
  .formtable th {
    display: table-cell;
  }
}
.formtable .formlabel {
  font-weight: 400;
  width: 100%;
}
@media (min-width: 768px) {
  .formtable .formlabel {
    line-height: 50px;
    width: 180px;
  }
}
.formtable .formline,
.formtable .formarea {
  width: 100%;
}
@media (min-width: 768px) {
  .formtable .formline {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .formtable .formarea {
    max-width: 540px;
  }
}
.formtable .formextra.editlabel {
  font-style: italic;
}
.formtable [type=submit] {
  margin-bottom: 0;
}

.header-image {
  float: left;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
  width: calc(100% + 20px * 2);
}
@media (min-width: 768px) {
  .header-image {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 80px;
    width: calc(100% + 40px * 2);
  }
}
@media (min-width: 1024px) {
  .header-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.header-image-large-image {
  float: left;
  width: 100%;
  object-fit: cover;
  height: 220px;
}
@media (min-width: 768px) {
  .header-image-large-image {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .big-header .header-image-large-image {
    height: 568px;
  }
}
@media (min-width: 1024px) {
  .header-image-large-image {
    height: 400px;
    width: 100%;
  }
}
.header-image-text, .header-image-links {
  float: left;
  width: 100%;
}
.kunstpodium .header-image-text h1,
.kunstpodium .header-image-text h2, .kunstpodium .header-image-links h1,
.kunstpodium .header-image-links h2 {
  color: #202a44;
}
.header-image-text h2, .header-image-links h2 {
  font-size: 25px;
  line-height: 30px;
  font-family: "Upgrade", sans-serif;
  text-transform: none;
}
@media (min-width: 1024px) {
  .header-image-text h2, .header-image-links h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.header-image-text {
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-left: 20px;
  margin-top: -40px;
  padding: 32px 24px;
  position: relative;
  width: calc(100% - 20px * 2);
}
@media (min-width: 1024px) {
  .header-image-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .header-image-text {
    font-size: 18px;
    line-height: 32px;
    margin-left: 40px;
    width: calc(100% - 40px * 2);
  }
}
@media (min-width: 1024px) {
  .header-image-text {
    float: right;
    margin-left: 0;
    margin-top: -190px;
    max-width: 643px;
    padding: 42px 48px 41px 48px;
    width: inherit;
  }
}
.header-image-text h1 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 19px;
}
.header-image-text h2 {
  font-weight: normal;
}
.header-image-links {
  background-color: #fff;
  margin-top: -40px;
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  .header-image-links {
    margin-top: 0;
    padding: 40px 48px;
    position: relative;
    width: 100%;
  }
}
.header-image-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.header-image-links li {
  float: left;
  width: 100%;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .header-image-links li {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .header-image-links li {
    padding-right: 50px;
    width: auto;
  }
}
.header-image-links a {
  float: left;
  width: 100%;
  color: inherit;
  font-size: 20px;
  line-height: 25px;
  padding-top: 18px;
}

.highlight {
  font-weight: 500;
}

.ico {
  display: inline-block;
}
.ico-mail:before {
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.ico-adress:before {
  content: "\f041";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.ico-phone:before {
  content: "\f095";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.ico-clock:before {
  content: "\f017";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}

.impression {
  display: block;
  margin: 0 auto;
  max-width: 650px;
  position: relative;
}
@media (min-width: 1024px) {
  .impression {
    max-width: none;
  }
}
.impression-image {
  display: block;
}
@media (min-width: 1024px) {
  .impression-image {
    float: right;
  }
}
.impression-text {
  background-color: #f5ebcb;
  clear: both;
  padding: 48px 24px;
  position: relative;
  width: auto;
}
@media (min-width: 1024px) {
  .impression-text {
    height: 460px;
    padding: 48px;
    position: absolute;
    top: 72px;
    width: 550px;
  }
}
.impression-text h2 {
  margin: 0 0 16px 0;
}
@media (min-width: 1024px) {
  .impression-text h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 30px 0;
  }
}
.kunstenschool .impression-text h2 {
  color: #001a70;
}
.techniekmuseum .impression-text h2 {
  color: #214a3f;
}
.kunstpodium .impression-text h2 {
  color: #202a44;
}
@media (min-width: 1024px) {
  .impression-odd .impression-image {
    float: left;
  }
}
@media (min-width: 1024px) {
  .impression-odd .impression-text {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .impression-even .impression-image {
    float: right;
  }
}
@media (min-width: 1024px) {
  .impression-even .impression-text {
    left: 0;
  }
}

.impression-text-light-geel {
  background-color: #f5ebcb;
}

.impression-text-light-roze {
  background-color: #f1dee1;
}

.impression-text-light-blauw {
  background-color: #dbe7e7;
}

.impression-text-light-groen {
  background-color: #e1ebd2;
}

.impression-text-staal-grijs {
  background-color: #d0d3d4;
}

.impression-text-steen-grijs {
  background-color: #d9d9d6;
}

.impression-text-silver-grijs {
  background-color: #e5e1e6;
}

.intro {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #214a3f;
}
@media (min-width: 1024px) {
  .intro {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro {
    font-size: 25px;
    line-height: 30px;
  }
}
.home .intro {
  color: #001a70;
}
.kunstenschool .intro {
  color: #001a70;
}
.techniekmuseum .intro {
  color: #214a3f;
}
.kunstpodium .intro {
  color: #92171d;
}

iframe#launcher {
  right: -8px !important;
  bottom: 72px !important;
}
@media (min-width: 1024px) {
  iframe#launcher {
    right: inherit !important;
    bottom: inherit !important;
  }
}

.library {
  float: left;
  width: 100%;
  background-color: #fff;
}
.library-title {
  display: none;
}
.library-search {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}
.library-search [type=submit],
.library-search [type=text] {
  float: left;
}
.library-search [type=text] {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding-left: 20px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .library-search [type=text] {
    border-right: 0;
    width: 400px;
  }
}
.library-search [type=text]:focus, .library-search [type=text]:active {
  border-color: #666;
}
.library-search [type=submit] {
  border-radius: 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  height: 50px;
  line-height: 50px;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .library-search [type=submit] {
    width: auto;
  }
}
.library-boxes {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
}
.library-boxes-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.library-boxes-wrap {
  float: left;
  width: 100%;
}
.library-boxes label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  top: -1px;
}
@media (min-width: 1024px) {
  .library-boxes label {
    font-size: 16px;
    line-height: 24px;
  }
}
.library-results {
  float: left;
  width: 100%;
  padding: 20px;
  overflow: auto;
}
.library-results .title {
  float: left;
  width: 100%;
  font-size: 25px;
  line-height: 30px;
  color: #214a3f;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .library-results .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.library-results .error {
  font-style: italic;
}
.library-results .bibliotablesearch {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  min-width: 800px;
  width: 100%;
}
@media (min-width: 1024px) {
  .library-results .bibliotablesearch {
    min-width: 0;
  }
}
.library-results .sortable {
  background-color: #f9f8f9;
}
.library-results .sortable td {
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 0.5em 1em;
}
.library-results .sortable .sort {
  color: #214a3f;
  font-weight: 400;
  display: block;
}
.library-results .sortable .sort:after {
  font-family: "icomoon";
  content: "\f0dc";
  font-weight: 400x;
  display: inline-block;
  margin-left: 5px;
}
.library-results .library-row td {
  cursor: help;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 0.5em 1em;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.library-results .library-row:hover td, .library-results .library-row-active td {
  background-color: #214a3f;
  border-right: 1px solid #214a3f;
  color: #fff;
}
.library-results .library-row-toggle-icon:after {
  content: "\f0da";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
}
.library-results .library-row-active td .library-row-toggle-icon:after {
  content: "\f0d7";
}
.library-results .bibliotablesearch-nav {
  text-align: center;
  font-size: 16px;
}
.library-results .bibliotablesearch-nav div {
  float: left;
  width: 100%;
  text-align: center;
}
.library-results .bibliotablesearch-nav div:first-of-type {
  margin-bottom: 25px;
}
.library-results .bibliotablesearch-nav b,
.library-results .bibliotablesearch-nav a {
  color: #000;
  display: inline-block;
  margin: 0 8px;
  padding: 0 2px;
}
.library-results .bibliotablesearch-nav b {
  font-weight: 500;
  border-bottom: 2px solid #000;
}
.library-results .prevlinkinline:after {
  content: "\f104";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.library-results .morelinkinline:before {
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.library-tooltip {
  background-color: #fff;
  color: #666;
  font-size: 14px;
  position: relative;
  top: -1px;
  width: calc(100% + 1px);
}
.library-tooltip-toggle {
  display: none;
}
.library-tooltip-wrap {
  border: none;
  padding: 0 !important;
}
.library-tooltip-row {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.library-tooltip-row-label {
  color: #666;
  padding: 4px 10px;
  float: left;
  width: 100px;
}
.library-tooltip-row-content {
  background-color: #fff;
  float: left;
  padding: 4px 10px;
  width: calc(100% - 100px);
}

.logo {
  float: left;
  margin-top: 15px;
}
.logo img {
  float: left;
  width: auto;
}
.logo-regular {
  width: 83px;
}
.logo-kunstenschool {
  width: 216px;
}
@media (min-width: 768px) {
  .logo-kunstenschool {
    width: 336px;
  }
}
.logo-techniekmuseum {
  width: 223px;
}
@media (min-width: 768px) {
  .logo-techniekmuseum {
    width: 343px;
  }
}
.logo-kunstpodium {
  width: 223px;
}
@media (min-width: 768px) {
  .logo-kunstpodium {
    width: 300px;
  }
}

.masterpiece {
  float: left;
  width: 100%;
  background-color: #fff;
  text-align: left;
}
.masterpiece-image {
  display: block;
  margin-bottom: 15px;
}
.masterpiece-image {
  display: block;
  margin-bottom: 32px;
  width: 100%;
}
.masterpiece-title {
  font-size: 25px;
  line-height: 30px;
  font-family: "Upgrade", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .masterpiece-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.masterpiece-text {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.more-link {
  background-color: #fff;
  border-radius: 25px;
  color: #1975ae;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}
.more-link:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  display: inline-block;
  font-size: 14px;
  padding-left: 4px;
  position: relative;
  top: 1px;
  transition: transform 0.25s ease-in-out;
}
.more-link:hover {
  text-decoration: none;
}
.more-link:hover:after {
  transform: translateX(3px);
}
.home .more-link {
  color: #037da5;
}
.home .more-link:hover {
  color: rgb(2.25, 93.75, 123.75);
}
.kunstenschool .more-link {
  color: #037da5;
}
.kunstenschool .more-link:hover {
  color: rgb(2.25, 93.75, 123.75);
}
.techniekmuseum .more-link {
  color: #086832;
}
.techniekmuseum .more-link:hover {
  color: rgb(6, 78, 37.5);
}
.kunstpodium .more-link {
  color: #92171d;
}
.kunstpodium .more-link:hover {
  color: rgb(109.5, 17.25, 21.75);
}

.news-card .more-link {
  padding-left: 0;
}

.navigation-toggle {
  cursor: pointer;
  float: right;
  height: 19px;
  margin-top: 25px;
  position: relative;
  transition: transform 0.5s cubic-bezier(0, 0, 0, 1);
  width: 24px;
}
@media (min-width: 1024px) {
  .navigation-toggle {
    display: none;
  }
}
.navigation-toggle-line {
  background-color: #000;
  height: 3px;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0, 0, 0, 1);
  width: 24px;
}
.navigation-toggle-line:nth-child(1) {
  top: 0;
}
.navigation-toggle-line:nth-child(2) {
  top: 8px;
}
.navigation-toggle-line:nth-child(3) {
  top: 16px;
}
.navigation-toggle-active .navigation-toggle {
  transform: rotate(-90deg);
}
.navigation-toggle-active .navigation-toggle-line:nth-child(1) {
  transform: rotate(-45deg) translate(-5.3px, 5.3px);
}
.navigation-toggle-active .navigation-toggle-line:nth-child(2) {
  transform: scale(0, 1);
}
.navigation-toggle-active .navigation-toggle-line:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
}

.news-card {
  text-align: left;
  position: relative;
  z-index: 1;
}
.news-card-image {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  max-height: 225px;
  object-fit: cover;
}
.news-card-date {
  font-size: 14px;
  line-height: 22px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .news-card-date {
    font-size: 16px;
    line-height: 24px;
  }
}
.news-card-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .news-card-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.news-card-content {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.news-detail {
  float: left;
  width: 100%;
  padding: 24px;
  background-color: #fff;
}
@media (min-width: 400px) {
  .news-detail {
    padding: 48px;
  }
}
@media (min-width: 768px) {
  .news-detail {
    padding: 48px 80px;
  }
}
@media (min-width: 1024px) {
  .news-detail {
    padding: 120px 160px;
  }
}
.news-detail-date, .news-detail-title {
  float: left;
  width: 100%;
  text-align: center;
}
.news-detail-title {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 1024px) {
  .news-detail-title {
    margin-bottom: 32px;
  }
}
.news-detail-date {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .news-detail-date {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .news-detail-date {
    margin-bottom: 64px;
  }
}
.news-detail .webitem_4 {
  margin-bottom: 0;
}
:root .news-detail .webitem_4 {
  padding: 0;
}

.news-related {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .news-related {
    margin-bottom: 80px;
  }
}
.news-related .webitem_61 {
  display: none;
  background-color: transparent;
}
.news-related .webitem_61:nth-of-type(1), .news-related .webitem_61:nth-of-type(2), .news-related .webitem_61:nth-of-type(3) {
  display: block;
}

.webitem.webitem_202 {
  display: block;
  margin-left: -24px;
  margin-right: -24px;
  width: calc(100% + 24px * 2);
}
@media (min-width: 400px) {
  .webitem.webitem_202 {
    margin-left: -48px;
    margin-right: -48px;
    width: calc(100% + 48px * 2);
  }
}
@media (min-width: 768px) {
  .webitem.webitem_202 {
    margin-left: -80px;
    margin-right: -80px;
    width: calc(100% + 80px * 2);
  }
}
@media (min-width: 1024px) {
  .webitem.webitem_202 {
    margin-left: -160px;
    margin-right: -160px;
    width: calc(100% + 160px * 2);
  }
}
.webitem.webitem_202 .news-image {
  display: block;
  width: 100%;
}

.news-image {
  display: block;
}

.news-wrap {
  float: left;
  width: 100%;
  background-color: #fff;
  text-align: center;
  float: left;
  width: 100%;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .news-wrap {
    padding: 120px 40px;
  }
}
.news-wrap-inner {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .news-wrap-inner {
    width: calc(100% + 40px);
  }
}
.news-wrap-title {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .news-wrap-title {
    margin-bottom: 50px;
  }
}

.webitem_4 + .news-wrap {
  padding-top: 0;
}

.pages {
  float: left;
  width: 100%;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  clear: left;
  margin: 30px 0;
  max-width: 420px;
  padding: 20px 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .pages {
    margin: 60px 0;
  }
}
.pages strong {
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.regular-quote {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .regular-quote {
    padding-bottom: 80px;
  }
}
.regular-quote blockquote {
  display: block;
  margin: 0 auto 48px auto;
  max-width: 740px;
  text-align: center;
}
.regular-quote cite {
  text-align: center;
}

@media (min-width: 1024px) {
  .sample-link {
    background-color: #001a70;
    bottom: 0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: calc(56px - 1px);
    line-height: calc(56px - 1px);
    padding-left: 32px;
    padding-right: 32px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  :root .sample-link {
    color: #fff;
  }
  .sample-link:hover {
    background-color: rgb(0, 19.5, 84);
    color: #fff;
    text-decoration: none;
  }
  :root .sample-link:hover {
    color: #fff;
  }
  .kunstenschool .sample-link {
    background-color: #037da5;
  }
  .kunstenschool .sample-link:hover {
    background-color: rgb(2.25, 93.75, 123.75);
  }
  .techniekmuseum .sample-link {
    background-color: #086832;
  }
  .techniekmuseum .sample-link:hover {
    background-color: rgb(6, 78, 37.5);
  }
  .kunstpodium .sample-link {
    background-color: #92171d;
  }
  .kunstpodium .sample-link:hover {
    background-color: rgb(109.5, 17.25, 21.75);
  }
}
.page-26023 .sample-link {
  display: none;
}

@media (min-width: 1024px) {
  .nav-first .sample-link {
    bottom: auto;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    margin-top: 22px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    right: auto;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav-first .sample-link:after {
    display: none;
  }
  .nav-first .sample-link:hover {
    color: #fff;
  }
}

@media (min-width: 1024px) {
  .nav-first .nav-second .sample-link {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .nav-first .nav-second .sample-link:hover {
    color: #fff;
  }
}

:root .header .sample-link:hover, :root .header .sample-link:active {
  color: #fff;
}

@media (min-width: 1024px) {
  .search-inline {
    float: left;
    position: relative;
  }
}
.search-inline__form {
  float: left;
  width: 200px;
  margin-top: 5px;
}
.search-inline__form__text {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border: 2px solid #333;
  float: left;
  height: 40px;
  padding: 0 10px 0 15px;
  width: 165px;
}
.search-inline__form__text:active, .search-inline__form__text:focus {
  border: 2px solid #1975ae;
}
.search-inline__form__submit {
  background-color: #1975ae;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  color: #fff;
  float: left;
  height: 36px;
  margin-left: -2px;
  margin-top: 2px;
  padding: 0 10px;
  position: relative;
  width: 36px;
}
.search-inline__form__submit:before {
  content: "\f002";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  font-size: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0 24px 24px 24px;
}
@media (min-width: 400px) {
  .search-wrapper {
    padding: 0 48px 48px 48px;
  }
}
@media (min-width: 768px) {
  .search-wrapper {
    padding: 0 48px 48px 48px;
  }
}
@media (min-width: 1024px) {
  .search-wrapper {
    padding: 0 195px 160px 195px;
  }
}
:root .search-wrapper .webitem_8 {
  padding: 0;
}
.search-wrapper .formline {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .search-wrapper .formline {
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .search-wrapper .formline {
    height: 62px;
  }
}
.search-wrapper label {
  display: inline-block;
  margin-bottom: 5px;
}
.search-wrapper .formbut {
  border-radius: 0;
  height: 62px;
  line-height: 62px;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .search-wrapper .formbut {
    margin-left: -2px;
  }
}
.search-wrapper #explode0 {
  margin-top: 20px;
}
.search-wrapper #searchExtendedHref {
  float: left;
  width: 100%;
  line-height: 62px;
}

.kunstpodium .search-wrapper .webitem_8 {
  padding: 0;
}

.sitenav {
  float: left;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: -9px 0 5px 0;
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .sitenav {
    padding-left: 40px;
  }
}
.sitenav a {
  color: inherit;
}
.sitenav a:last-of-type {
  font-weight: 500;
}

.skiplink {
  background-color: #fff;
  border: 2px solid #1975ae;
  color: #1975ae;
  font-size: 14px;
  left: 50%;
  line-height: 20px;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  width: 200px;
  z-index: 100000;
}
.skiplink:focus {
  opacity: 1;
  pointer-events: all;
}

.small-blob {
  animation: move;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  bottom: -125px;
  pointer-events: none;
  position: absolute;
  width: auto;
}
.kunstpodium .small-blob {
  opacity: 0;
  pointer-events: none;
}
.header-image .small-blob {
  display: none;
}
@media (min-width: 1024px) {
  .header-image .small-blob {
    bottom: -50px;
    display: block;
    left: -59.25px;
  }
}
.three-featured .small-blob {
  display: none;
}
@media (min-width: 1024px) {
  .three-featured .small-blob {
    bottom: -125px;
    display: block;
    right: -59.25px;
  }
}
.course-teachers .small-blob, .webitem_203 .small-blob {
  bottom: -100px;
  left: -89.25px;
  transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .course-teachers .small-blob, .webitem_203 .small-blob {
    left: -59.25px;
  }
}
.course-teachers .small-blob {
  display: none;
}
@media (min-width: ) {
  .course-teachers .small-blob {
    display: block;
  }
}
.small-blob svg {
  display: block;
  height: auto;
  max-width: 100%;
  transform: scale(0.25);
  width: auto;
}
@media (min-width: 550px) {
  .small-blob svg {
    transform: scale(0.5);
  }
}
@media (min-width: 768px) {
  .small-blob svg {
    transform: scale(0.75);
  }
}
@media (min-width: 1024px) {
  .small-blob svg {
    transform: scale(1);
  }
}
.small-blob path {
  fill: #ecd898;
}
.home .small-blob path {
  fill: #b6cfd0;
}
.kunstenschool .small-blob path {
  fill: #b9d3dc;
}
.techniekmuseum .small-blob path {
  fill: #b6cfd0;
}
.kunstpodium .small-blob path {
  fill: #92171d;
}

.socials {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .socials {
  position: relative;
}
.socials li {
  float: left;
}
.socials a {
  float: left;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: left;
  width: 40px;
}
.socials a:hover {
  text-decoration: none;
}
.socials-linkedin:before {
  content: "\f0e1";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-pinterest:before {
  content: "\f231";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-twitter:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-instagram:before {
  content: "\f16d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}
.socials-facebook:before {
  content: "\f09a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
}

.teacher-cat-wrap {
  float: left;
  width: 100%;
  background-color: #fff;
}
.teacher-cat-wrap-title {
  margin-bottom: 32px;
}
.teacher-cat-wrap-title, .teacher-cat-wrap-subtitle {
  float: left;
  width: 100%;
  text-align: center;
}
.teacher-cat-wrap-subtitle {
  font-family: "Upgrade", sans-serif;
  margin-top: 64px;
  margin-bottom: 32px;
}
.teacher-cat-wrap-inner {
  display: flex;
  flex-flow: row wrap;
  float: left;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 400px) {
  .teacher-cat-wrap-inner {
    margin-left: -5px;
    width: calc(100% + 20px / 2);
  }
}
@media (min-width: 1024px) {
  .teacher-cat-wrap-inner {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 1024px) {
  .teacher-cat-wrap-inner {
    display: flex;
    flex-flow: row wrap;
    float: left;
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) and (min-width: 400px) {
  .teacher-cat-wrap-inner {
    margin-left: -10px;
    width: calc(100% + 40px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .teacher-cat-wrap-inner {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 1280px) {
  .teacher-cat-wrap-inner {
    padding: 0 40px;
  }
}
.teacher-cat-wrap .webitem {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 400px) {
  .teacher-cat-wrap .webitem {
    flex: 0 0 calc(100% - 20px / 2);
    margin: 0 5px 10px;
  }
}
@media (min-width: 768px) {
  .teacher-cat-wrap .webitem {
    flex: 0 0 calc(50% - 20px / 2);
  }
}
@media (min-width: 1024px) {
  .teacher-cat-wrap .webitem {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px 20px;
  }
}
@media (min-width: 1280px) {
  .teacher-cat-wrap .webitem {
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media (min-width: 1024px) {
  .teacher-cat-wrap .webitem {
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) and (min-width: 400px) {
  .teacher-cat-wrap .webitem {
    flex: 0 0 calc(100% - 40px / 2);
    margin: 0 10px 20px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .teacher-cat-wrap .webitem {
    flex: 0 0 calc(50% - 40px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .teacher-cat-wrap .webitem {
    flex: 0 0 calc(33.333% - 40px);
    margin: 0 20px 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .teacher-cat-wrap .webitem {
    flex: 0 0 calc(33.333% - 40px);
  }
}

.teacher-filter-form {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.teacher-filter-form li {
  display: inline-block;
}
.teacher-filter-form a {
  background-color: #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-bottom: 24px;
  margin-right: 16px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .teacher-filter-form a {
    height: 48px;
    line-height: 48px;
    margin-right: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.teacher-filter-form a:hover {
  background-color: #037da5;
  color: #fff;
}

.teacher {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.teacher-name, .teacher-areas, .teacher-text {
  white-space: normal;
}
.teacher-image {
  display: block;
  margin-bottom: 32px;
  width: 100%;
}
.teacher-areas {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .teacher-areas {
    font-size: 16px;
    line-height: 24px;
  }
}
.teacher-name {
  font-size: 25px;
  line-height: 30px;
  font-family: "Upgrade", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .teacher-name {
    font-size: 30px;
    line-height: 35px;
  }
}

.three-featured {
  float: left;
  width: 100%;
  background-color: #f7eced;
  margin-bottom: 40px;
  margin-left: -20px;
  padding: 48px 0;
  position: relative;
  text-align: center;
  width: calc(100% + 20px * 2);
  z-index: 1;
}
@media (min-width: 768px) {
  .three-featured {
    margin-bottom: 80px;
    margin-left: -40px;
    width: calc(100% + 40px * 2);
  }
}
@media (min-width: 1024px) {
  .three-featured {
    margin-bottom: 140px;
    margin-left: 0;
    padding: 72px 0;
    width: 100%;
  }
}
.three-featured-title {
  font-family: "Oyfo Closed", sans-serif;
  font-size: 35px;
  line-height: 35px;
  margin: 20px 0 10px 0;
  margin-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .three-featured-title {
    font-size: 45px;
    line-height: 45px;
    margin: 30px 0 15px 0;
  }
}
@media (min-width: 1024px) {
  .three-featured-title {
    margin-bottom: 72px;
  }
}
.three-featured-item-wrap {
  padding: 0 40px;
}
.three-featured-item-wrap-inner {
  margin-bottom: -20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .three-featured-item-wrap-inner {
    overflow-y: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .three-featured-item-wrap-inner {
    display: flex;
    flex-flow: row wrap;
    float: left;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 400px) {
  .three-featured-item-wrap-inner {
    margin-left: -8px;
    width: calc(100% + 32px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .three-featured-item-wrap-inner {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}
@media (min-width: 1024px) {
  :root .three-featured-item-wrap-inner {
    width: calc(100% + 32px);
  }
}
.three-featured-item {
  display: inline-block;
  float: none;
  margin-right: 20px;
  max-width: 175px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 550px) {
  .three-featured-item {
    max-width: 317px;
  }
}
@media (min-width: 1024px) {
  .three-featured-item {
    height: auto;
    margin-right: 0;
    max-width: inherit;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .three-featured-item {
    float: left;
    width: 100%;
    margin: 0 0 16px;
  }
}
@media (min-width: 1024px) and (min-width: 400px) {
  .three-featured-item {
    flex: 0 0 calc(50% - 32px / 2);
    margin: 0 8px 16px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .three-featured-item {
    flex: 0 0 calc(50% - 32px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .three-featured-item {
    flex: 0 0 calc(33.333% - 32px);
    margin: 0 16px 32px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .three-featured-item {
    flex: 0 0 calc(33.333% - 32px);
  }
}
.three-featured-item img {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.three-featured-item h1,
.three-featured-item h2,
.three-featured-item h3,
.three-featured-item h4 {
  font-size: 25px;
  line-height: 30px;
  font-family: "Upgrade", sans-serif;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .three-featured-item h1,
  .three-featured-item h2,
  .three-featured-item h3,
  .three-featured-item h4 {
    font-size: 30px;
    line-height: 35px;
  }
}
.three-featured-item h1,
.three-featured-item h2,
.three-featured-item h3,
.three-featured-item h4,
.three-featured-item p {
  white-space: normal;
}
.three-featured-more {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.three-featured-light-geel {
  background-color: #f5ebcb;
}

.three-featured-light-roze {
  background-color: #f1dee1;
}

.three-featured-light-blauw {
  background-color: #dbe7e7;
}

.three-featured-light-groen {
  background-color: #e1ebd2;
}

.webitem_294 .ngm-edit-toolbar {
  margin-top: 80px !important;
  margin-left: 40px !important;
}

.webitem_200 {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0 0 32px 0;
}
@media (min-width: 1024px) {
  .webitem_200 {
    padding: 0 0 160px 0;
  }
}

.webitem_201 {
  float: left;
  width: 100%;
}
.webitem_201 .ngm-edit-toolbar {
  transform: translateX(100px) translateY(175px);
}

.webitem_202 {
  background-color: #fff;
  padding-bottom: 80px;
  position: initial;
}

.webitem_203 {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 40px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 550px) {
  .webitem_203 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .webitem_203 {
    margin-bottom: 80px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .webitem_203 {
    margin-bottom: 160px;
    padding-bottom: 120px;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 80px;
  }
}
.webitem_203 blockquote {
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .webitem_203 blockquote {
    font-size: 45px;
    line-height: 55px;
  }
}
.webitem_203 blockquote:before {
  display: none;
}

.webitem.webitem_205 {
  max-width: 350px;
}
@media (min-width: 400px) {
  .webitem.webitem_205 {
    max-width: none;
  }
}

.webitem.webitem_207,
.webitem.webitem_210,
.webitem.webitem_212,
.webitem.webitem_213 {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 400px) {
  .webitem.webitem_207,
  .webitem.webitem_210,
  .webitem.webitem_212,
  .webitem.webitem_213 {
    margin-right: 16px;
    width: calc(50% - 16px);
  }
}
@media (min-width: 768px) {
  .webitem.webitem_207,
  .webitem.webitem_210,
  .webitem.webitem_212,
  .webitem.webitem_213 {
    margin-bottom: 32px;
    margin-right: 32px;
    width: calc(50% - 32px);
  }
}
@media (min-width: 1024px) {
  .webitem.webitem_207,
  .webitem.webitem_210,
  .webitem.webitem_212,
  .webitem.webitem_213 {
    margin-right: 40px;
    width: calc(33.333% - 40px);
  }
}
@media (min-width: 400px) {
  .webitem.webitem_207:nth-of-type(odd),
  .webitem.webitem_210:nth-of-type(odd),
  .webitem.webitem_212:nth-of-type(odd),
  .webitem.webitem_213:nth-of-type(odd) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .webitem.webitem_207:nth-of-type(odd),
  .webitem.webitem_210:nth-of-type(odd),
  .webitem.webitem_212:nth-of-type(odd),
  .webitem.webitem_213:nth-of-type(odd) {
    clear: none;
  }
}

.news-wrap-inner {
  display: flex;
  flex-flow: row wrap;
  float: left;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 400px) {
  .news-wrap-inner {
    margin-left: -7.5px;
    width: calc(100% + 30px / 2);
  }
}
@media (min-width: 1024px) {
  .news-wrap-inner {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.news-wrap-inner .webitem_213,
.news-wrap-inner .webitem_214 {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  clear: none;
}
@media (min-width: 400px) {
  .news-wrap-inner .webitem_213,
  .news-wrap-inner .webitem_214 {
    flex: 0 0 calc(50% - 30px / 2);
    margin: 0 7.5px 15px;
  }
}
@media (min-width: 768px) {
  .news-wrap-inner .webitem_213,
  .news-wrap-inner .webitem_214 {
    flex: 0 0 calc(33.333% - 30px / 2);
  }
}
@media (min-width: 1024px) {
  .news-wrap-inner .webitem_213,
  .news-wrap-inner .webitem_214 {
    flex: 0 0 calc(33.333% - 30px);
    margin: 0 15px 30px;
  }
}
@media (min-width: 1280px) {
  .news-wrap-inner .webitem_213,
  .news-wrap-inner .webitem_214 {
    flex: 0 0 calc(33.333% - 30px);
  }
}

.webitem.webitem_208 {
  float: left;
  width: 100%;
  background-color: #fff;
}
.webitem.webitem_208 .featured-blocks {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 48px 40px 0 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .webitem.webitem_208 .featured-blocks {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .webitem.webitem_208 .featured-blocks {
    margin-bottom: 160px;
    padding: 120px 40px 60px 40px;
  }
}
.webitem.webitem_208 .featured-blocks-title {
  font-family: "Oyfo Closed", sans-serif;
  font-size: 40px;
  line-height: 40px;
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .webitem.webitem_208 .featured-blocks-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .webitem.webitem_208 .featured-blocks-title {
    margin-bottom: 80px;
  }
}
.webitem.webitem_208 .featured-blocks-inner {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  float: left;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 400px) {
  .webitem.webitem_208 .featured-blocks-inner {
    margin-left: -10px;
    width: calc(100% + 40px / 2);
  }
}
@media (min-width: 1024px) {
  .webitem.webitem_208 .featured-blocks-inner {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.webitem.webitem_208 .featured-block {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 400px) {
  .webitem.webitem_208 .featured-block {
    flex: 0 0 calc(50% - 40px / 2);
    margin: 0 10px 20px;
  }
}
@media (min-width: 768px) {
  .webitem.webitem_208 .featured-block {
    flex: 0 0 calc(50% - 40px / 2);
  }
}
@media (min-width: 1024px) {
  .webitem.webitem_208 .featured-block {
    flex: 0 0 calc(25% - 40px);
    margin: 0 20px 40px;
  }
}
@media (min-width: 1280px) {
  .webitem.webitem_208 .featured-block {
    flex: 0 0 calc(25% - 40px);
  }
}
.webitem.webitem_208 .featured-block img {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .webitem.webitem_208 .featured-block img {
    max-width: 232px;
    height: 232px;
    object-fit: cover;
  }
}
.webitem.webitem_208 .featured-block h3 {
  font-size: 25px;
  line-height: 30px;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .webitem.webitem_208 .featured-block h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.webitem.webitem_208 .featured-block p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .webitem.webitem_208 .featured-block p {
    font-size: 18px;
    line-height: 26px;
  }
}

.webitem_4 {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 24px;
}
@media (min-width: 400px) {
  .webitem_4 {
    padding: 48px;
  }
}
@media (min-width: 768px) {
  .webitem_4 {
    padding: 48px 80px;
  }
}
@media (min-width: 1024px) {
  .webitem_4 {
    padding: 80px 195px;
  }
}
.home .webitem_4 {
  background-color: #faf5e5;
}
.kunstenschool-home .webitem_4 {
  background-color: #faf5e5;
}
.techniekmuseum-home .webitem_4 {
  background-color: #faf5e5;
}
.kunstpodium .webitem_4 {
  background-color: #fff;
}
.webitem_4-title {
  float: left;
  width: 100%;
  font-family: "Oyfo Closed", sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 1024px) {
  .webitem_4-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .webitem_4-title {
    margin-bottom: 32px;
  }
}
.webitem_4-intro {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #214a3f;
}
@media (min-width: 1024px) {
  .webitem_4-intro {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .webitem_4-intro {
    font-size: 25px;
    line-height: 30px;
  }
}
.home .webitem_4-intro {
  color: #001a70;
}
.kunstenschool .webitem_4-intro {
  color: #001a70;
}
.techniekmuseum .webitem_4-intro {
  color: #214a3f;
}
.kunstpodium .webitem_4-intro {
  color: #92171d;
}
.webitem_4-content {
  float: left;
  width: 100%;
}
.webitem_4-more-link {
  display: inline-block;
  margin-top: 48px;
}
.webitem_4-more-link-wrap {
  float: left;
  width: 100%;
  text-align: center;
}
.webitem_4 iframe {
  max-width: 100%;
}

.webitem.webitem_59 {
  background-color: #fff;
}
.webitem.webitem_59_last {
  padding-bottom: 60px;
}
.webitem.webitem_59 .faq {
  display: block;
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
  float: none;
  margin: 0 auto -1px auto;
}

.webitem.webitem_61 {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  background-color: #fff;
}
@media (min-width: 400px) {
  .webitem.webitem_61 {
    margin-right: 16px;
    width: calc(50% - 16px);
  }
}
@media (min-width: 768px) {
  .webitem.webitem_61 {
    margin-bottom: 32px;
    margin-right: 32px;
    width: calc(50% - 32px);
  }
}
@media (min-width: 1024px) {
  .webitem.webitem_61 {
    margin-right: 40px;
    width: calc(33.333% - 40px);
  }
}
.three-featured .webitem.webitem_61 {
  background-color: transparent;
}
.three-featured .webitem.webitem_61:nth-of-type(3) {
  padding-right: 0;
}

@media (min-width: 1024px) {
  .news-wrap-inner .webitem.webitem_61:nth-of-type(3n+4) {
    clear: left;
  }
}

.webitem_8 {
  width: auto;
}

.kunstpodium .webitem_8 {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 20px 24px 0 24px;
}
@media (min-width: 400px) {
  .kunstpodium .webitem_8 {
    padding: 20px 48px 0 48px;
  }
}
@media (min-width: 768px) {
  .kunstpodium .webitem_8 {
    padding: 20px 48px 0 48px;
  }
}
@media (min-width: 1024px) {
  .kunstpodium .webitem_8 {
    padding: 20px 80px 0 80px;
  }
}

.webitem_80 {
  background-color: #fff;
  padding: 0 24px;
}
@media (min-width: 400px) {
  .webitem_80 {
    padding: 0 48px;
  }
}
@media (min-width: 768px) {
  .webitem_80 {
    padding: 0 80px;
  }
}
@media (min-width: 1024px) {
  .webitem_80 {
    padding: 0;
  }
}
.webitem_80 .formtable {
  width: 100%;
}
@media (min-width: 1024px) {
  .webitem_80 .formtable {
    margin: 0 auto 30px auto;
    max-width: 740px;
  }
}

.webitem {
  float: left;
  width: 100%;
  position: relative;
}
.webitem p {
  margin-bottom: 0;
}

.navigation-toggle-active {
  overflow: hidden;
}

.page-26153 .main .wrapper {
  background: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .page-26153 .webitem:nth-of-type(odd) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .page-26153 .webitem:nth-of-type(odd) {
    clear: none;
  }
  .page-26153 .webitem:nth-of-type(4n+4) {
    clear: left;
  }
}/*# sourceMappingURL=main.css.map */