:root {
  --royal-blue: #4975ff;
  --midnight-blue: #061e3c;
  --azure: #e6f4f8;
  --azure-3: #e6f4f8;
  --midnight-blue-2: #041855;
  --light-blue: #b4d3db;
  --dark-slate-blue: #123399;
  --azure-2: #d4eaf0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: rgba(6, 30, 60, .8);
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 30px;
}

a {
  color: var(--royal-blue);
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.vakgebied-blok {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.collection-list-wrapper {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  display: inline;
}

.vakgebiedlijst {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.vakgebiedlijst.center-lijst {
  justify-content: flex-start;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 40%;
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  width: 100%;
  height: 150px;
  transition: all .2s, border .2s;
}

.div-block:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 55%;
  background-attachment: scroll;
  border-color: rgba(255, 255, 255, .39);
}

.div-block.small {
  background-size: auto 60%;
  height: 80px;
}

.text-block {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
}

.thema-lijst {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.thema-lijst.center-lijst {
  justify-content: flex-start;
}

.thema-item {
  border-radius: 20px;
  margin: 5px;
  font-size: 14px;
}

.link-block {
  color: #2c3541;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
  border-radius: 30px;
  padding: 8px 17px;
  text-decoration: none;
  transition: background-color .2s;
}

.link-block:hover {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.link-block-2 {
  color: #364252;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-decoration: none;
}

.link-block-2:hover {
  color: #141e29;
}

.collection-list-3 {
  flex-flow: wrap;
  align-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.collection-item-3 {
  flex-direction: row;
  display: flex;
}

.link-block-3 {
  color: #8e9296;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  color: #373f49;
}

.paragraph {
  color: #2a333d;
  font-size: 18px;
  line-height: 24px;
}

.paragraph.center {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph.center.small {
  font-size: 14px;
  line-height: 18px;
}

.heading {
  font-size: 30px;
}

.subtitels {
  color: var(--midnight-blue);
  border-bottom: 1px solid #d3e1e5;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 20px;
}

.subtitels.verder {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
}

.subtitels.firtsoff {
  color: var(--midnight-blue);
  margin-top: 0;
}

.text-block-2 {
  color: #76808d;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/circle.svg'), url('../images/circles.svg'), linear-gradient(#e6f4f7, rgba(255, 255, 255, 0));
  background-position: 10% 80%, 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 225px, 300px, auto;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}

.section.smaller {
  background-image: linear-gradient(#e6f4f7 40%, #fff), url('../images/cta-white-brush.svg');
  background-position: 0 0, 70% 210%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 400px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.smaller.taal {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#e6f4f7 40%, rgba(255, 255, 255, 0)), url('../images/cta-white-brush.svg');
  background-position: 0 0, 70% 210%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 400px;
  margin-bottom: 0;
}

.section.search {
  background-image: linear-gradient(#e6f4f7, rgba(255, 255, 255, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 75px;
  padding-bottom: 0;
}

.section.no-illu {
  background-image: url('../images/circles.svg'), linear-gradient(#e6f4f7, rgba(255, 255, 255, 0));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 300px, auto;
}

.navbar {
  background-color: var(--azure);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, .34);
}

.brand {
  flex: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.brand.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-block-4 {
  padding: 20px;
  text-decoration: none;
}

.link-block-4.nuniet {
  display: block;
}

.link-block-4.namecard {
  padding: 10px 5px;
}

.image {
  width: 35px;
  height: 35px;
}

.nav-menu {
  color: #041855;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.container.leftright {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.container.menu {
  justify-content: space-between;
  align-items: center;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.centeritems {
  text-align: center;
}

.titel {
  color: var(--midnight-blue-2);
  text-align: center;
  max-width: 670px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 53px;
}

.titel.condenced {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.titel.light {
  text-align: left;
  margin: 0 auto 25px 0;
  line-height: 54px;
}

.titel.light.number {
  padding-right: 5px;
  display: inline;
}

.titel.light.breed {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 42px;
}

.text-field {
  border: 2px solid var(--azure);
  background-image: url('../images/search.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 23px;
  border-radius: 4px;
  height: 50px;
  margin-top: 20px;
  padding-left: 50px;
}

.text-field.home {
  border-color: var(--light-blue);
  border-radius: 60px;
  margin-top: 0;
}

.text-field.home:focus {
  border-color: var(--dark-slate-blue);
}

.text-field.home.inmenu {
  background-color: var(--azure);
  background-size: 20px;
  border-color: rgba(0, 0, 0, 0);
  width: 150px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 45px;
  font-size: 16px;
  transition: background-color .2s, width .2s;
}

.text-field.home.inmenu:focus {
  border-color: var(--light-blue);
  color: var(--midnight-blue);
  background-color: #fff;
  width: 100%;
}

.text-field.home.inmenu::placeholder {
  color: #96b5be;
}

.text-field.home.inmenu.selected {
  border-color: var(--light-blue);
  background-color: #fff;
  width: 100%;
}

.text-field.home.inmenu.selected::placeholder {
  color: var(--midnight-blue);
}

.text-field.zoekpagina {
  border-color: var(--light-blue);
  border-radius: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-field.zoekpagina:focus {
  border-color: var(--dark-slate-blue);
}

.text-field.zoekpagina.inmenu {
  background-color: var(--azure);
  background-size: 20px;
  border-color: rgba(0, 0, 0, 0);
  width: 150px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 45px;
  font-size: 16px;
  transition: background-color .2s, width .2s;
}

.text-field.zoekpagina.inmenu:focus {
  border-color: var(--light-blue);
  color: var(--midnight-blue);
  background-color: #fff;
  width: 100%;
}

.text-field.zoekpagina.inmenu::placeholder {
  color: #96b5be;
}

.text-field.zoekpagina.inmenu.selected {
  border-color: var(--light-blue);
  background-color: #fff;
  width: 100%;
}

.text-field.zoekpagina.inmenu.selected::placeholder {
  color: var(--midnight-blue);
}

.form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.form.right {
  text-align: right;
}

.form.zoek {
  margin-top: 20px;
  margin-bottom: 30px;
}

.form.zoek.small {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form.zoek.small.noshow {
  display: none;
}

.form.zoek.inbalk {
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.form.zoek.pagina {
  align-items: center;
  max-width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.form-block {
  text-align: center;
  flex: 1;
  align-self: flex-start;
  margin: 40px auto;
}

.form-block.right {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
}

.form-block.right.nopad {
  margin-top: 20px;
  margin-bottom: 20px;
}

.subtitel {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

.subtitel.small {
  display: inline-block;
}

.subtitel.light {
  color: #fff;
}

.video-lijst-item {
  padding-left: 0;
  padding-right: 0;
}

.video-lijst-item.minilist {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.video-lijst-item.listbreed {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 150px;
  position: relative;
}

.div-block-2.small {
  flex: none;
  width: 100px;
  height: 70px;
  margin-right: 10px;
}

.div-block-2.breed {
  flex: none;
  width: 280px;
  height: 160px;
}

.timestamp {
  color: #fff;
  background-color: rgba(0, 0, 0, .74);
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 12px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 3%;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.heading-2.light {
  color: #fff;
}

.heading-2.smaalvideotekst {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}

.heading-2.list {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
}

.heading-2.list.methode {
  border-left: 1px solid var(--midnight-blue);
  margin-left: 7px;
  padding-left: 7px;
}

.heading-2.marginbottom {
  margin-bottom: 10px;
}

.collection-item-5 {
  padding-left: 3px;
  padding-right: 3px;
}

.collection-list-4 {
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.video-lijst {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -5px;
  margin-right: -5px;
  display: grid;
}

.video-link {
  color: #2a333d;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-link.small {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-link.breed {
  margin-bottom: 20px;
  display: flex;
}

.video-link.tiny {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.link {
  text-transform: uppercase;
  text-decoration: none;
}

.sectie-blok {
  padding-top: 83px;
  padding-bottom: 83px;
  position: relative;
}

.sectie-blok.backgroundimage {
  background-image: url('../images/home-top-banner-optomize.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sectie-blok.backgroundimage.blue {
  background-color: #041955;
  background-image: url('../images/line2.svg');
  background-position: 50% 10%;
  background-size: auto;
  margin-top: 70px;
}

.sectie-blok.footer {
  background-color: var(--azure-2);
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.sectie-blok.small {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.sectie-blok.small.selector {
  background-color: var(--dark-slate-blue);
}

.sectie-blok.small.intro {
  background-color: #d6edf3;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.sectie-blok.smaller {
  padding-top: 0;
  padding-bottom: 0;
}

.sectie-blok.smaller.selector {
  background-color: var(--dark-slate-blue);
}

.sectie-blok.video-details {
  padding-top: 50px;
}

.sectie-blok.donker {
  background-color: var(--azure-3);
}

.video-blok {
  height: 100%;
  margin: 0;
  padding-top: 56.35%;
  position: relative;
}

.video-blok.thema {
  position: relative;
}

.video-blok.breedt {
  width: 100%;
}

.backgroundimage {
  background-image: url('../images/line2.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.backgroundimage.search {
  background-image: linear-gradient(#e6f4f8, #fff 36%);
}

.float {
  z-index: 10;
  background-color: #00c48c;
  background-image: url('../images/scheikunde.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 75px;
  width: 120px;
  height: 120px;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 4%;
  right: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.float.ned {
  background-color: #ff7d00;
  background-image: url('../images/Nederland.svg');
  top: 24%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.float.vakgebied {
  z-index: 2;
  background-color: var(--dark-slate-blue);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: auto;
  right: 14%;
}

.float.aard {
  background-color: #dd3033;
  background-image: url('../images/duits.svg');
  background-size: 50px;
}

.footerheader {
  color: #fff;
}

.footerlink {
  color: var(--dark-slate-blue);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.footerlink:hover {
  color: var(--midnight-blue);
}

.text-block-4 {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}

.image-2 {
  width: 130px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.nav-link {
  color: #041855;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--royal-blue);
}

.nav-link.drop {
  padding-right: 46px;
}

.thema-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-6 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.link-block-6:hover {
  background-color: var(--azure);
}

.pagination {
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-left: -40px;
  margin-right: -40px;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.previous {
  background-color: #fff;
  border-width: 0;
  border-radius: 40px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 15px 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.previous:hover {
  justify-content: center;
  padding-left: 20px;
}

.icon {
  color: #000;
  width: 28px;
  height: 28px;
}

.icon.light {
  color: #fff;
}

.next {
  background-color: #fff;
  border-width: 0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.next:hover {
  padding-right: 20px;
}

.icon-2 {
  width: 28px;
  height: 28px;
}

.icon-2.light {
  color: #fff;
}

.image-3 {
  width: 20px;
  height: 20px;
}

.select-field {
  background-color: #fff;
  border: 4px solid #fff;
  border-width: 4px 12px 4px 2px;
  border-radius: 4px;
  width: 120px;
  height: 50px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
}

.select-field.small {
  border-width: 1px;
  border-color: var(--azure);
  background-color: var(--azure);
  color: var(--midnight-blue);
  width: 80px;
  height: 34px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 400;
}

.select-field.small:active {
  border-width: 1px;
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.select-field.small:focus {
  background-color: #fff;
  border-width: 1px;
  border-color: #fff;
}

.select-field.breed {
  border-left-width: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.form-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs-menu {
  text-align: center;
  border-bottom: 4px solid #fff;
}

.tab-link-tab-2, .tab {
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab.w--current {
  border-bottom: 4px solid var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.video-imageblock {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 150px;
  padding: 8px;
  position: relative;
}

.video-imageblock.thema {
  height: 100%;
}

.video-imageblock.thema.small {
  height: 120px;
}

.video-imageblock.thema.methode {
  height: 270px;
}

.heading-3 {
  color: #fff;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 20px;
}

.icon-3 {
  margin-right: 0;
}

.dropdown-list {
  background-color: #d5bfbf;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  margin-left: -20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.dropdown-link {
  color: #303031;
  padding: 15px 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.dropdown-link:hover {
  background-color: var(--azure);
}

.dropdown-link.w--current {
  color: var(--dark-slate-blue);
}

.thema-titel {
  z-index: 2;
  color: #fff;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  position: static;
}

.thema-titel.small {
  font-size: 16px;
  line-height: 20px;
}

.darken {
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
}

.darken:hover {
  background-color: rgba(0, 0, 0, .05);
}

.darken.more {
  z-index: 12;
  background-color: rgba(255, 255, 255, .7);
}

.darken.methode {
  padding-bottom: 50px;
}

.darken.doelen {
  padding-top: 0;
  padding-bottom: 30px;
}

.text-block-5 {
  color: #fff;
}

.empty-state {
  display: none;
}

.button {
  background-color: var(--azure);
  color: var(--midnight-blue);
  border-radius: 40px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.button:hover {
  background-color: #d4eef5;
}

.button.small {
  margin-top: 19px;
  display: block;
}

.div-block-3 {
  z-index: 3;
  background-color: #30b458;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin: 10px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3.small {
  width: 10px;
  height: 10px;
}

.introhead {
  color: rgba(48, 58, 70, .6);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.introhead blockquote {
  border-left-width: 4px;
  border-left-color: var(--dark-slate-blue);
  color: var(--midnight-blue);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.introhead.in-content {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-4 {
  z-index: 1;
  border-radius: 200px;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.div-block-4.small {
  width: 250px;
  height: 250px;
}

.div-block-5 {
  z-index: 2;
  border: 20px solid var(--dark-slate-blue);
  border-radius: 190px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-5.overlay {
  z-index: 3;
  border-color: var(--azure-2);
}

.div-block-5.light {
  border-color: var(--azure-2);
}

.image-4 {
  z-index: 1;
  width: 280px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 51%;
  right: auto;
}

.image-5 {
  width: 150px;
  position: absolute;
  top: 44px;
  left: 43px;
}

.heading-4 {
  color: var(--dark-slate-blue);
  margin-bottom: -20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-4.caps {
  color: #041955;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 0;
  padding: 1px 8px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.heading-4.caps:hover {
  border: 2px solid var(--light-blue);
}

.heading-4.caps.above {
  margin-bottom: 0;
  font-size: 15px;
}

.heading-4.caps.above.left {
  padding-left: 10px;
}

.heading-4.caps.sec {
  margin-left: 5px;
}

.heading-4.caps.sec.kleuir {
  color: #03ad61;
}

.heading-4.caps.video {
  border-color: var(--light-blue);
}

.heading-4.tussenregel {
  color: var(--midnight-blue);
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.video-block {
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 20px;
}

.video {
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.sticky {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.column-2 {
  position: static;
}

.heading-video {
  color: var(--midnight-blue);
  margin-top: 0;
  font-size: 30px;
  line-height: 38px;
}

.empty-state-2, .empty-state-3 {
  display: none;
}

.collection-list-wrapper-3 {
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}

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

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

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

.button-2 {
  background-color: var(--royal-blue);
  border-radius: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 15px 30px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.button-2:hover {
  background-color: var(--midnight-blue-2);
}

.button-2.noshow, .search-button {
  display: none;
}

.columns-2, .columns-3 {
  align-items: center;
  display: flex;
}

.order {
  background-color: #5ebf7b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.order.listitem {
  flex: none;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-block-6 {
  color: #fff;
  font-weight: 700;
}

.uit {
  display: none;
}

.div-block-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-3 {
  position: static;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  margin-bottom: 10px;
}

.image-6 {
  width: 90px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 8px;
  left: auto;
}

.image-7 {
  padding: 9px;
  position: relative;
}

.div-block-8 {
  opacity: .85;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  height: 35px;
}

.image-9 {
  color: #041855;
}

.collection-list-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-7 {
  color: var(--midnight-blue);
}

.text-block-7.popupdropdown {
  padding-right: 10px;
  font-size: 18px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-12 {
  width: 80%;
  padding-left: 20px;
}

.div-block-12.valign {
  align-self: flex-start;
  padding-right: 20px;
}

.color {
  color: #4da72d;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: inline-block;
}

.color.videocolor.videocount {
  padding-left: 10px;
}

.color.videocolor {
  color: #061e3c;
  margin-bottom: 0;
  padding-right: 10px;
}

.search-detail {
  font-size: 16px;
  line-height: 22px;
}

.thema-footer {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.titelsearch {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.videoicon {
  margin-right: 8px;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.collection-list-6 {
  display: inline;
}

.collection-item-6 {
  background-color: var(--midnight-blue);
  display: inline;
}

.titelsearch-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.link-2 {
  text-align: center;
  padding-top: 33px;
  padding-bottom: 33px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.div-block-14 {
  background-color: #4975fe;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.div-block-14:hover {
  background-color: var(--dark-slate-blue);
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-15 {
  z-index: 5000;
  background-color: rgba(6, 30, 60, .8);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-16 {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/line2.svg'), url('../images/circle.svg');
  background-position: 0 120%, -50% 200%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 50%;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  padding: 30px;
  display: flex;
}

.popuptitel {
  color: #041855;
  text-align: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.popuptitel.condenced {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.popuptitel.light {
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  line-height: 54px;
}

.popuptitel.light.number {
  padding-right: 5px;
  display: inline;
}

.popuptitel.light.breed {
  max-width: 100%;
  font-size: 40px;
  line-height: 42px;
}

.form-3 {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  color: #ee0206;
}

.div-block-17 {
  border-top: 1px solid var(--light-blue);
  margin-top: 30px;
  padding-top: 15px;
}

.form-block-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: var(--dark-slate-blue);
  border-radius: 30px;
  margin: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
}

.select-field-2 {
  border: 0px solid var(--light-blue);
  background-color: var(--azure);
  border-radius: 30px;
  height: 45px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  max-width: 160px;
  position: static;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-list-7 {
  margin-left: -5px;
  margin-right: -5px;
}

.dropdown-toggle-2 {
  border: 2px solid var(--light-blue);
  background-color: #fff;
  border-radius: 30px;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.dropdown-list-2 {
  background-color: #c79e9e;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.div-block-20 {
  margin-bottom: 30px;
}

.text-block-9 {
  color: #fff;
  background-color: #4975ff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 30px 4px 15px;
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.div-block-21 {
  background-color: rgba(255, 255, 255, .19);
  border-radius: 50px;
  margin-right: 5px;
  padding: 4px;
  line-height: 10px;
  display: inline-block;
  position: relative;
  top: -1px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-22 {
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-5 {
  color: var(--midnight-blue);
  margin-bottom: 20px;
}

.text-block-10 {
  color: #041855;
}

.headering2 {
  color: #041855;
  text-align: left;
  max-width: 790px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
}

.headering2.condenced {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.headering2.light {
  text-align: left;
  margin: 25px auto 25px 0;
  line-height: 54px;
}

.headering2.light.number {
  padding-right: 5px;
  display: inline;
}

.headering2.light.breed {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 42px;
}

.circel {
  max-width: 700px;
  margin-top: 47px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-11 {
  z-index: 1;
  position: absolute;
  top: -18%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.video-2 {
  z-index: 10;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .41);
}

.bigger {
  color: var(--midnight-blue-2);
  max-width: 600px;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.bigger.center {
  text-align: center;
  max-width: 580px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.bigger.licht {
  color: var(--royal-blue);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.div-block-23 {
  text-align: center;
  padding-top: 0;
}

.div-block-24 {
  text-align: left;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-25 {
  text-align: left;
}

.html-embed {
  z-index: 10;
  background-color: #fff;
  padding: 17px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.linkk {
  color: var(--royal-blue);
  font-size: 16px;
  line-height: 29px;
  text-decoration: none;
  display: block;
}

.linkk:hover {
  color: var(--midnight-blue-2);
}

.padding-top {
  margin-top: 44px;
}

.success-message {
  background-color: var(--azure-2);
}

.text-block-11 {
  font-weight: 500;
}

.block {
  background-color: var(--royal-blue);
  color: rgba(255, 255, 255, .8);
  border-radius: 6px;
  margin-top: 20px;
  padding: 18px 23px 20px;
}

.bold-text {
  color: var(--royal-blue);
}

.meerruimte {
  padding-top: 42px;
}

.section-video {
  background-color: var(--midnight-blue-2);
  background-image: url('../images/line2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 66px;
}

.showme-container {
  max-width: 1100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-26 {
  padding-top: 56.25%;
  position: relative;
}

.html-embed-2 {
  border: 0 #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  grid-column-gap: 40px;
  grid-template-columns: 2fr 1fr;
}

.video-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.link-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--midnight-blue);
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.collection-item-7 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.hover-element {
  z-index: 5;
  mix-blend-mode: multiply;
  background-color: rgba(212, 234, 240, .52);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.titel-sub {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.heading-6 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.titel-video {
  font-size: 30px;
}

.wrapper-row {
  margin-left: -5px;
  display: inline-block;
}

.collection-list-wrapper-5 {
  display: inline-block;
}

.label {
  color: var(--royal-blue);
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-28 {
  background-color: var(--light-blue);
  height: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  align-items: center;
}

.link-block-8 {
  color: var(--midnight-blue);
  width: 100%;
  text-decoration: none;
}

.div-block-29 {
  border-radius: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.thema-text {
  padding: 5px 20px;
}

.thema-par {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.video-par {
  line-height: 30px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-h {
  color: var(--midnight-blue);
  margin-top: 0;
}

.footer-copy {
  color: rgba(4, 24, 85, .27);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.logo {
  z-index: 2;
  background-color: rgba(212, 234, 240, .52);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sfeer {
  z-index: 3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.themalijst-h {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-13 {
  width: 50px;
}

.collection-list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.videoimage {
  border-radius: 6px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.videolink {
  color: var(--midnight-blue);
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-13 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.success-message-2 {
  background-color: var(--royal-blue);
  color: rgba(255, 255, 255, .8);
}

.formulier {
  margin-bottom: -20px;
}

.field-label {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
}

.columns-5 {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.columns-5.top {
  align-items: flex-start;
}

.text-field-2, .text-field-3 {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .vakgebiedlijst {
    justify-content: flex-start;
  }

  .link-block:hover {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  }

  .section {
    padding-top: 140px;
  }

  .container {
    text-align: left;
    max-width: 1280px;
  }

  .container.videoblock {
    margin-top: 45px;
  }

  .titel {
    color: #061e3c;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  .titel.light.breed {
    max-width: 100%;
  }

  .text-field {
    background-image: url('../images/search.svg');
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 23px;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 50px;
    padding-left: 50px;
  }

  .form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .form.zoek.inbalk {
    max-width: 100%;
  }

  .form-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-2 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .video-lijst-item {
    text-align: left;
  }

  .video-lijst-item.minilist {
    margin-bottom: 10px;
  }

  .div-block-2 {
    background-color: #f7f7f7;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
  }

  .timestamp {
    color: #fff;
    background-color: rgba(0, 0, 0, .64);
    border-radius: 3px;
    padding: 3px 7px;
    font-size: 10px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .collection-item-5 {
    flex-direction: row;
    padding: 1px 5px;
    display: flex;
  }

  .collection-list-4 {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
  }

  .video-lijst {
    flex-wrap: wrap;
  }

  .link {
    text-decoration: none;
  }

  .sectie-blok.yellow {
    background-color: rgba(255, 187, 0, .19);
  }

  .sectie-blok.backgroundimage.blue {
    margin-top: 35px;
  }

  .sectie-blok.startblok {
    padding-top: 40px;
  }

  .footerlink {
    padding-left: 10px;
    display: inline-block;
  }

  .text-block-4, .image-2 {
    padding-left: 0;
  }

  .thema-head {
    text-align: left;
  }

  .pagination {
    top: 65px;
  }

  .video-imageblock {
    background-color: #f7f7f7;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
  }

  .columns {
    text-align: left;
  }

  .thema-titel {
    font-size: 20px;
    line-height: 26px;
  }

  .introhead {
    text-align: left;
    font-size: 20px;
    line-height: 31px;
  }

  .div-block-6 {
    margin-top: 10px;
  }

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

  .popuptitel {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
  }

  .popuptitel.light.breed {
    max-width: 100%;
  }

  .headering2 {
    color: #061e3c;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    font-size: 58px;
    line-height: 62px;
  }

  .headering2.light.breed {
    max-width: 100%;
  }

  .showme-container {
    max-width: 1280px;
  }

  .footer-copy {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .vakgebied-blok {
    width: 33.33%;
  }

  .paragraph.center {
    font-size: 18px;
    font-weight: 400;
  }

  .section.smaller.taal {
    overflow: hidden;
  }

  .brand {
    flex: 1;
  }

  .nav-menu {
    background-color: var(--azure-3);
    box-shadow: 11px 11px 12px rgba(0, 0, 0, .15);
  }

  .container.menu {
    justify-content: space-between;
  }

  .video-lijst {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sectie-blok.footer {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .float.ned {
    top: 15%;
  }

  .nav-link {
    text-align: center;
    min-width: 100%;
  }

  .icon-4 {
    color: var(--midnight-blue);
    font-size: 28px;
  }

  .div-block-11 {
    flex-direction: column;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .image-10 {
    position: static;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--azure-3);
  }

  .showme-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .showme-container.texten {
    padding: 50px 30px;
  }

  .grid {
    grid-template-columns: 2fr;
  }

  .video-thumb {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }

  .link-block-7 {
    grid-template-columns: .25fr 1fr;
  }

  .collection-list-8 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .subtitels.firtsoff {
    margin-top: 20px;
  }

  .section {
    background-position: -30% 80%, 130% 100%, 0 0;
  }

  .section.smaller {
    padding-top: 70px;
    padding-bottom: 20px;
  }

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

  .container.menu {
    max-width: 100vw;
  }

  .container.videoblock {
    padding-left: 0;
    padding-right: 0;
  }

  .titel {
    text-shadow: 3px 3px 0 var(--azure);
    font-size: 55px;
    line-height: 55px;
  }

  .titel.light {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form.zoek {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .subtitel {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-2.breed {
    width: 100px;
    height: 70px;
  }

  .heading-2.list {
    font-size: 17px;
  }

  .video-lijst {
    grid-template-columns: 1fr 1fr;
  }

  .sectie-blok.backgroundimage.blue {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sectie-blok.video-details {
    padding-top: 30px;
  }

  .float, .float.ned {
    display: none;
  }

  .image-2 {
    margin-left: 0;
    margin-right: auto;
  }

  .thema-head {
    justify-content: center;
  }

  .introhead.in-content {
    text-align: center;
  }

  .div-block-4 {
    margin-top: 30px;
  }

  .column {
    display: none;
  }

  .heading-4.caps.video {
    border-color: var(--light-blue);
  }

  .video {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .columns-2 {
    display: block;
  }

  .div-block-6 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-7, .column-3, .div-block-9, .column-4, .column-5, .div-block-10, .column-6 {
    text-align: center;
  }

  .div-block-12.valign {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-detail {
    font-size: 14px;
    line-height: 18px;
  }

  .thema-footer {
    justify-content: center;
  }

  .titelsearch {
    padding-top: 0;
    padding-bottom: 0;
  }

  .titelsearch-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-16 {
    width: 100vw;
    height: 100vh;
    position: fixed;
  }

  .popuptitel {
    text-shadow: 3px 3px 0 var(--azure);
  }

  .popuptitel.light {
    text-align: center;
  }

  .image-10 {
    max-width: 120px;
  }

  .headering2 {
    text-shadow: 3px 3px 0 var(--azure);
    font-size: 55px;
    line-height: 55px;
  }

  .headering2.light {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-4 {
    text-align: center;
  }

  .titel-sub {
    font-size: 20px;
  }

  .grid-2 {
    grid-template-columns: .25fr 1fr;
    align-items: start;
  }

  .div-block-29 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .thema-text {
    padding-left: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .themalijst-h {
    font-size: 20px;
  }

  .collection-list-8 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .vakgebied-blok {
    width: 50%;
  }

  .section {
    background-position: -120% 80%, 460% 100%, 0 0;
    padding-top: 80px;
  }

  .titel {
    font-size: 42px;
    line-height: 44px;
  }

  .titel.light {
    font-size: 36px;
    line-height: 42px;
  }

  .text-field.home.inmenu, .text-field.zoekpagina.inmenu {
    width: 40px;
  }

  .subtitel {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .video-lijst-item {
    width: 100%;
  }

  .div-block-2 {
    height: 170px;
  }

  .div-block-2.breed {
    width: 100px;
    height: 70px;
  }

  .heading-2 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .sectie-blok {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sectie-blok.footer {
    margin-top: 20px;
    padding-top: 30px;
  }

  .thema-titel {
    font-size: 15px;
    line-height: 17px;
  }

  .order.listitem {
    display: none;
  }

  .div-block-12.valign {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-detail {
    display: none;
  }

  .titelsearch, .titelsearch-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .popuptitel, .headering2 {
    font-size: 42px;
    line-height: 44px;
  }

  .showme-container.texten {
    padding: 20px 15px;
  }

  .grid {
    grid-template-columns: 2fr;
  }

  .link-block-7 {
    grid-template-columns: .5fr 1fr;
  }

  .titel-video {
    font-size: 24px;
    line-height: 26px;
  }

  .grid-2 {
    grid-template-columns: .5fr 1fr;
  }

  .thema-text {
    padding-left: 0;
  }

  .grid-3, .collection-list-8 {
    grid-template-columns: 1fr;
  }
}

#w-node-_24d174cd-225f-21c3-39dc-a31cc4e86b19-d5abccda {
  justify-self: start;
}

#w-node-_55374f20-e04a-b208-f295-ef2a780574b2-d5abccda, #w-node-c42accdb-41e2-1db8-5ea5-dade9d1b53db-c37e16f1, #w-node-d6321b74-23d6-ca39-ca08-a23cf455f5d1-c37e16f1, #w-node-_1e59c807-53cd-3e66-ebca-f75529f90313-c37e16f1, #w-node-e5bbea1c-7300-16c6-085b-19a69abd396f-c37e16f1, #w-node-_4ede65af-dfb7-0700-b5bd-cdf75d0c9488-c37e16f1, #w-node-_5033c872-47ff-90a4-b1f7-36eb11b44995-c37e16f1, #w-node-e302a379-3cfa-1710-5d47-fa54632479af-c37e16f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_010fd19f-5b21-91a9-55ce-d61122148479-c37e16f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


