/*!
Theme Name: NIIOS
Description: Template voor de website van NIIOS (2015)
Version: 1.0
Author: Torin internet applications
Author URI: http://www.torin.nl
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%; }

html {
  overflow-y: scroll;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    html {
      background-image: url('../images/bg-html-tablet.png?1579704318');
      background-size: 100%;
      background-position: center top;
      background-repeat: repeat-y; } }
  @media screen and (min-width: 1200px) {
    html {
      background-image: url('../images/bg-html-desktop.png?1579704318');
      background-size: auto; } }

.alignright {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 10px;
  margin-bottom: 10px; }

.alignleft {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 10px;
  margin-bottom: 10px; }

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

form,
label {
  margin: 0;
  padding: 0; }

input {
  margin: 0; }

hr {
  border: 0;
  height: 1px;
  background-color: #a3a3a7;
  margin: 1.5em 0; }
  hr + * {
    margin-top: 0 !important; }

td {
  vertical-align: top; }

a.backtotop {
  display: block;
  height: 20px;
  background-image: url('../images/back-to-top.svg?1579704317');
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 10px;
  margin-top: 10px; }
  a.backtotop.nr0 {
    display: none; }

.text ul {
  clear: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .text ul li {
    padding-left: 20px;
    background-image: url('../images/bullet-black.png?1579704318');
    background-position: left 6px;
    background-repeat: no-repeat; }
.text p + ul {
  margin-top: -1.5em; }

#pagination {
  overflow: hidden;
  padding-top: 10px; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.headerwrapper {
  width: 100%;
  border-top: 10px solid #a3a3a7; }

.header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left; }

.mainnavwrapper {
  width: 100%;
  height: 28px;
  position: relative;
  background-color: #322f31; }
  @media screen and (min-width: 768px) {
    .mainnavwrapper {
      height: 42px; } }

.mainnav {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  /*
  	div {
  		width: 100%;
  		max-width: 1200px;
  		margin: 0 auto;
  		text-align: left;
  	}
  */ }
  .mainnav > div {
    width: 68.33333333%;
    max-width: 820px;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    display: none; }
    @media all and (min-width: 768px) {
      .mainnav > div {
        display: block; } }
    .mainnav > div ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  .mainnav form {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .mainnav form {
        width: 31.66666667%; } }

.content {
  max-width: 1200px;
  margin: 18px auto; }
  @media screen and (min-width: 768px) {
    .content {
      margin-top: 30px; } }

.text {
  max-width: 820px;
  padding: 0 12px; }
  @media screen and (min-width: 768px) {
    .text {
      width: 68.33333333%;
      padding-right: 34px;
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; } }
  @media screen and (min-width: 1200px) {
    .text {
      padding: 0 34px 0 0; } }
  .text table {
    border-collapse: separate;
    border-spacing: 4px; }

.sidebar {
  display: none;
  max-width: 380px; }
  @media screen and (min-width: 768px) {
    .sidebar {
      width: 31.66666667%;
      padding-left: 24px;
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; } }
  .onlineeventarchiveitem .sidebar {
    display: block;
    padding: 20px 12px 0 12px; }
    @media screen and (min-width: 768px) {
      .onlineeventarchiveitem .sidebar {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding: 0 12px 0 24px; } }

@media screen and (min-width: 768px) {
  .pagewrapper {
    min-height: 100%;
    margin-bottom: -76px; }
    .pagewrapper:after {
      content: "";
      display: block;
      height: 76px; } }

.onlineevent .topnavigatie,
.onlineevent .menu,
.onlineevent .mainnavwrapper,
.onlineevent .footerwrapper {
  display: none !important; }

.footerwrapper {
  width: 100%;
  min-height: 58px;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .footerwrapper {
      /*
      position: fixed;
      bottom: 0;
      left: 0;
      */
      overflow: hidden;
      height: 58px;
      margin-top: 18px; } }

.footer {
  max-width: 1200px;
  margin: 0 auto; }

.entry-content-asset {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .entry-content-asset iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.block {
  margin-bottom: 1.5em; }
  .block p {
    margin: 0; }

html {
  font-size: 100%; }

body {
  font-family: "MuseoSansRounded-300", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #000; }

textarea {
  font-family: "MuseoSansRounded-300", Arial, Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MuseoSansRounded-700", Arial, Helvetica, sans-serif; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: none; }

h1 {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #006c68;
  border-bottom: 1px solid #a3a3a7;
  margin-bottom: 11px; }
  @media screen and (min-width: 768px) {
    h1 {
      padding-bottom: 4px;
      font-size: 1.5em;
      margin-bottom: 20px; } }

.text h2 {
  margin-top: 25px; }
.focus h2, .whatsnew h2, .freetext h2, .happening h2 {
  font-size: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #006c68;
  border-bottom: 1px solid #a3a3a7;
  margin-bottom: 11px; }
  @media screen and (min-width: 768px) {
    .focus h2, .whatsnew h2, .freetext h2, .happening h2 {
      padding-bottom: 6px;
      font-size: 1.8em;
      margin-bottom: 20px; } }
.row > h2 {
  font-size: 14pt;
  margin: 0 0 15px 0;
  color: #006c68; }

.employees h3 {
  font-family: "MuseoSansRounded-300", Arial, Helvetica, sans-serif; }
.text h3 {
  margin-top: 25px; }

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }
  h2 + p,
  h3 + p,
  h4 + p,
  h5 + p,
  h6 + p {
    margin-top: 0; }

p {
  margin: 1.5em 0; }

ul,
ol {
  margin: 0 0 1.5em 16px;
  padding: 0; }

strong,
b {
  font-family: 'MuseoSansRounded-500', Arial, Helvetica, sans-serif; }

em,
i {
  font-style: italic;
  font-weight: normal; }

a {
  color: #000; }
  .text a {
    font-family: "MuseoSansRounded-700", Arial, Helvetica, sans-serif; }
  p.back a {
    font-family: 'MuseoSansRounded-500', Arial, Helvetica, sans-serif;
    letter-spacing: 1px; }
  a.linkbutton {
    text-decoration: none;
    width: auto !important;
    padding: 5px 15px 3px 15px;
    border: 1px solid #02b294;
    background-color: #02b294;
    color: #fff;
    text-transform: uppercase;
    font-family: 'MuseoSansRounded-500', Arial, Helvetica, sans-serif; }
    .niiosrd a.linkbutton {
      background-color: #fdba31;
      border-color: #fdba31; }
    .niiosacademy a.linkbutton {
      background-color: #9ac370;
      border-color: #9ac370; }
    .aer a.linkbutton {
      background-color: #143d8d;
      border-color: #143d8d; }
    .mhr a.linkbutton {
      background-color: #e29578;
      border-color: #e29578; }

.headerwrapper {
  background-color: #fff; }

.header {
  padding: 0 35px 0 10px;
  position: relative; }
  @media all and (min-width: 1200px) {
    .header {
      padding-left: 0; } }

.logo {
  display: block;
  width: 100%;
  height: 75px;
  max-width: 440px;
  padding: 21px 0 18px 0;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../images/logo-niios.svg?1579704320'); }
  .niiosrd .logo {
    background-image: url('../images/logo-rend.svg?1579704320');
    max-width: 345px; }
  .niiosacademy .logo {
    background-image: url('../images/logo-academy.svg?1579704319');
    max-width: 450px; }
  .aer .logo {
    background-image: url('../images/logo-aer.svg?1579704319');
    max-width: 325px; }
  .mhr .logo {
	background-image: url('/wp-content/uploads/2022/06/Nieuw-logo-MHR.jpg?1579704319');
    /*background-image: url('../images/logo-mhr.svg?1579704319');*/
    max-width: 480px; }
  .no-svg .logo {
    background-size: auto;
    background-image: url('../images/logo-mobiel-niios.png?1579704320'); }
  .no-svg .niiosrd .logo {
    background-image: url('../images/logo-mobiel-rend.png?1579704320'); }
  .no-svg .niiosacademy .logo {
    background-image: url('../images/logo-mobiel-academy.png?1579704319'); }
  .no-svg .aer .logo {
    background-image: url('../images/logo-mobiel-aer.png?1579704319'); }
  .no-svg .mhr .logo {
	background-image: url('/wp-content/uploads/2022/06/Nieuw-logo-MHR.jpg?1579704319');
    /*background-image: url('../images/logo-mobiel-mhr.png?1579704319');*/
  }
  @media all and (min-width: 768px) {
    .logo {
      height: 101px;
      margin: 0; }
      .no-svg .logo {
        background-image: url('../images/logo-niios.png?1579704320'); }
      .no-svg .niiosrd .logo {
        background-image: url('../images/logo-rend.png?1579704320'); }
      .no-svg .niiosacademy .logo {
        background-image: url('../images/logo-academy.png?1579704319'); }
      .no-svg .aer .logo {
        background-image: url('../images/logo-aer.png?1579704319'); }
      .no-svg .mhr .logo {
        background-image: url('/wp-content/uploads/2022/06/Nieuw-logo-MHR.jpg?1579704319'); } }

.sfeer {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  /*
  .orghome & {
  	max-height: 100%;
  }
  */ }
  .sfeer img {
    display: block;
    width: 100%;
    min-height: 81px;
    height: auto; }

.mainnav > div > ul > li > a {
  font-family: 'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
  letter-spacing: 1px; }
.mainnav ul > li {
  display: table;
  width: 20%;
  float: left;
  text-align: center;
  height: 42px;
  /*
  			&.active {
  				& > a {
  					font-family: 'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
  				}
  			}
  */
  			/*
  			&:hover,
  			&.active {
  				& > a {
  					background-color: $color-border;
  
  					.niiosrd & {
  						color: $color-rend;
  					}
  					.niiosacademy & {
  						color: $color-academy;
  					}
  					.aer & {
  						color: $color-aer;
  					}
  					.mhr & {
  						color: $color-mhr;
  					}
  
  				}
  			}
  			*/ }
  .mainnav ul > li.post-id-14 {
    width: 30%; }
  .mainnav ul > li.post-id-15,
  .mainnav ul > li.post-id-8096 {
    width: 30%; }
  .mainnav ul > li:hover > a, .mainnav ul > li.active > a {
    background-color: #a3a3a7; }
  .mainnav ul > li.current-menu-ancestor > a {
    background-color: inherit;
    color: #fff; }
  .mainnav ul > li.current-page-ancestor > a {
    background-color: #a3a3a7; }
  .mainnav ul > li.post-id-12:hover > a, .mainnav ul > li.post-id-12.active > a, .mainnav ul > li.post-id-12 li:hover > a, .mainnav ul > li.post-id-12 li.active > a {
    color: #fdba31; }
  .mainnav ul > li.post-id-12:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-12.active.current-menu-ancestor > a, .mainnav ul > li.post-id-12 li:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-12 li.active.current-menu-ancestor > a {
    color: #fff; }
    .mainnav ul > li.post-id-12:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-12.active.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-12 li:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-12 li.active.current-menu-ancestor > a:hover {
      color: #fdba31; }
  .mainnav ul > li.post-id-12:hover.current-page-ancestor > a, .mainnav ul > li.post-id-12.active.current-page-ancestor > a, .mainnav ul > li.post-id-12 li:hover.current-page-ancestor > a, .mainnav ul > li.post-id-12 li.active.current-page-ancestor > a {
    color: #fdba31; }
  .mainnav ul > li.post-id-13:hover > a, .mainnav ul > li.post-id-13.active > a, .mainnav ul > li.post-id-13 li:hover > a, .mainnav ul > li.post-id-13 li.active > a {
    color: #b3d88c; }
  .mainnav ul > li.post-id-13:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-13.active.current-menu-ancestor > a, .mainnav ul > li.post-id-13 li:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-13 li.active.current-menu-ancestor > a {
    color: #fff; }
    .mainnav ul > li.post-id-13:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-13.active.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-13 li:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-13 li.active.current-menu-ancestor > a:hover {
      color: #b3d88c; }
  .mainnav ul > li.post-id-13:hover.current-page-ancestor > a, .mainnav ul > li.post-id-13.active.current-page-ancestor > a, .mainnav ul > li.post-id-13 li:hover.current-page-ancestor > a, .mainnav ul > li.post-id-13 li.active.current-page-ancestor > a {
    color: #b3d88c; }
  .mainnav ul > li.post-id-14:hover > a, .mainnav ul > li.post-id-14.active > a, .mainnav ul > li.post-id-14 li:hover > a, .mainnav ul > li.post-id-14 li.active > a {
    color: #143d8d; }
  .mainnav ul > li.post-id-14:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-14.active.current-menu-ancestor > a, .mainnav ul > li.post-id-14 li:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-14 li.active.current-menu-ancestor > a {
    color: #fff; }
    .mainnav ul > li.post-id-14:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-14.active.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-14 li:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-14 li.active.current-menu-ancestor > a:hover {
      color: #143d8d; }
  .mainnav ul > li.post-id-14:hover.current-page-ancestor > a, .mainnav ul > li.post-id-14.active.current-page-ancestor > a, .mainnav ul > li.post-id-14 li:hover.current-page-ancestor > a, .mainnav ul > li.post-id-14 li.active.current-page-ancestor > a {
    color: #143d8d; }
  .mainnav ul > li.post-id-15:hover > a, .mainnav ul > li.post-id-15.active > a, .mainnav ul > li.post-id-15 li:hover > a, .mainnav ul > li.post-id-15 li.active > a {
    color: #006c68; }
  .mainnav ul > li.post-id-15:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-15.active.current-menu-ancestor > a, .mainnav ul > li.post-id-15 li:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-15 li.active.current-menu-ancestor > a {
    color: #fff; }
    .mainnav ul > li.post-id-15:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-15.active.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-15 li:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-15 li.active.current-menu-ancestor > a:hover {
      color: #006c68; }
  .mainnav ul > li.post-id-15:hover.current-page-ancestor > a, .mainnav ul > li.post-id-15.active.current-page-ancestor > a, .mainnav ul > li.post-id-15 li:hover.current-page-ancestor > a, .mainnav ul > li.post-id-15 li.active.current-page-ancestor > a {
    color: #006c68; }

  .mainnav ul > li.post-id-8096:hover > a, .mainnav ul > li.post-id-8096.active > a, .mainnav ul > li.post-id-8096 li:hover > a, .mainnav ul > li.post-id-8096 li.active > a {
    color: #006c68; }
  /*.mainnav ul > li.post-id-8096:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-8096.active.current-menu-ancestor > a, .mainnav ul > li.post-id-8096 li:hover.current-menu-ancestor > a, .mainnav ul > li.post-id-8096 li.active.current-menu-ancestor > a {
    color: #fff; }*/
    .mainnav ul > li.post-id-8096:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-8096.active.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-8096 li:hover.current-menu-ancestor > a:hover, .mainnav ul > li.post-id-8096 li.active.current-menu-ancestor > a:hover {
      color: #006c68; }
  .mainnav ul > li.post-id-8096:hover.current-page-ancestor > a, .mainnav ul > li.post-id-8096.active.current-page-ancestor > a, .mainnav ul > li.post-id-8096 li:hover.current-page-ancestor > a, .mainnav ul > li.post-id-8096 li.active.current-page-ancestor > a {
    color: #006c68; }
.mainnav ul > li:hover > div {
    display: block; }
  .mainnav ul > li > div {
    display: none;
    position: absolute;
    bottom: 42px;
    left: 0;
    background-color: #a3a3a7;
    width: 100%;
    padding: 12px 0; }
    .mainnav ul > li > div div {
      margin: 0 auto;
      max-width: 1200px;
      overflow: hidden;
      background-size: 100%;
      background-position: left top;
      background-repeat: repeat-y; }
      .mainnav ul > li > div div.col1 {
        background-image: url('../images/bg-submenu-one.png?1579704318'); }
      .mainnav ul > li > div div.col2 {
        background-image: url('../images/bg-submenu-two.png?1579704318'); }
      .mainnav ul > li > div div.col3 {
        background-image: url('../images/bg-submenu-three.png?1579704318'); }
      .mainnav ul > li > div div.col4 {
        background-image: url('../images/bg-submenu-three.png?1579704318'); }
  .mainnav ul > li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.1em; }
    .mainnav ul > li a:hover {
      background-color: #a3a3a7; }
.mainnav ul ul {
  float: left;
  padding-left: 20px;
  padding-right: 10px;
  width: 22.7777777%; }
  .mainnav ul ul:nth-child(4n) {
    width: 31.66666667%; }
  .mainnav ul ul li {
    text-align: left;
    display: block;
    width: 100%;
    height: auto;
    float: none;
    /*
    				padding-left: 20px;
    				padding-right: 10px;
    				border-right: 1px solid $color-navbar;
    				width: 22.7777777%;
    				height: auto;
    				min-height: 42px;
    				&:nth-child(4n) {
    					width: 31.66666667%;
    				}
    */ }
    .mainnav ul ul li a {
      display: block;
      padding: 5px 0 10px 0;
      text-transform: none;
      vertical-align: top;
      line-height: 1.3em; }
      .mainnav ul ul li a:hover {
        text-decoration: underline; }

.topnavigatie {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 0; }
  @media all and (min-width: 768px) {
    .topnavigatie {
      top: 5px;
      display: block; } }
  @media all and (min-width: 850px) {
    .topnavigatie {
      top: auto; } }
  .topnavigatie ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .topnavigatie ul li {
      display: inline;
      position: relative; }
      @media all and (min-width: 768px) {
        .topnavigatie ul li {
          font-size: 0.8em;
          margin-right: 5px;
          padding-right: 7px; } }
      @media all and (min-width: 850px) {
        .topnavigatie ul li {
          font-size: 1em;
          margin-right: 10px;
          padding-right: 10px; } }
      .topnavigatie ul li:after {
        content: "|";
        position: absolute;
        right: 0; }
        @media all and (min-width: 768px) {
          .topnavigatie ul li:after {
            top: -4px; } }
        @media all and (min-width: 850px) {
          .topnavigatie ul li:after {
            top: -2px; } }
      .topnavigatie ul li:last-child {
        margin-right: 0; }
        .topnavigatie ul li:last-child:after {
          display: none; }
      .topnavigatie ul li a {
        text-decoration: none;
        color: #000; }

#foldoutnav {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-indent: 999px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 37px;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #fff; }
  @media all and (min-width: 768px) {
    #foldoutnav {
      display: none; } }

.in {
  background-image: url('../images/icon-menu-open.svg?1579704318'); }
  .no-svg .in {
    background-image: url('../images/icon-menu-open.png?1579704318'); }

.out {
  background-image: url('../images/icon-menu-close.svg?1579704318'); }
  .no-svg .out {
    background-image: url('../images/icon-menu-close.png?1579704318'); }

.mainnavwrapper {
  /*
  	background-image: image-url('sfeer.jpg'), image-url('sfeer-cover-niios.png');
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-blend-mode: multiply;
  */
  /*
  	&:after {
  		content: "";
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		max-width: 1200px;
  
  		background-image: image-url('sfeer-cover.png');
  		background-blend-mode: multiply;
  		background-position: left top;
  		background-repeat: no-repeat;
  		background-size: cover;
  	}
  */ }

.content {
  text-align: left; }

div.responsive-image img {
  display: block;
  width: 100%;
  height: auto; }

#cookie-law-info-bar {
  font-size: 0.8em;
  padding: 2px 0;
  border-bottom-width: 2px !important; }
  #cookie-law-info-bar a {
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap; }

.tiavideogrid > div {
  padding-bottom: 10px; }
  @media all and (min-width: 1024px) {
    .tiavideogrid > div {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 50%; }
      .tiavideogrid > div:nth-child(odd) {
        padding-right: 5px; }
      .tiavideogrid > div:nth-child(even) {
        padding-left: 5px; } }
  .tiavideogrid > div > strong {
    display: block;
    margin: 5px 0;
    color: #006c68;
    text-transform: uppercase; }
  .tiavideogrid > div > div {
    padding-top: 0; }

.text .breadcrumb-trail {
  margin-bottom: 35px;
  padding-bottom: 3px;
  border-bottom: 1px solid #a3a3a7; }
.text .trail-items li {
  background-image: none;
  text-transform: uppercase;
  font-family: 'MuseoSansRounded-500', Arial, Helvetica, sans-serif;
  font-size: 0.8em; }
  .text .trail-items li:after {
    content: url('../images/separator-breadcrumbs.png?1579704320'); }
.text .trail-items a {
  text-decoration: none;
  color: #02b294; }
  .niiosrd .text .trail-items a {
    color: #fdba31; }
  .niiosacademy .text .trail-items a {
    color: #9ac370; }
  .aer .text .trail-items a {
    color: #143d8d; }
  .mhr .text .trail-items a {
    color: #e29578; }
.text .subnavigation {
  list-style-type: none;
  margin: 10px 0 20px 0;
  padding: 0; }
  .text .subnavigation li {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-transform: uppercase;
    font-family: 'MuseoSansRounded-500', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #006c68;
    margin-right: 8px;
    padding-right: 10px;
    position: relative;
    background-image: none;
    padding-left: 0; }
    .text .subnavigation li:before {
      content: url('../images/separator-breadcrumbs.png?1579704320');
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding-right: 5px; }
    .text .subnavigation li:after {
      content: "|";
      color: #006c68;
      position: absolute;
      top: -1px;
      right: 0; }
    .text .subnavigation li:last-child:after {
      display: none; }
    .text .subnavigation li a {
      font-family: 'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
      color: #006c68; }

.sidebar {
  font-family: 'MuseoSansRounded-500', Arial, Helvetica, sans-serif;
  position: relative; }
  .sidebar .sbtopnavigatie {
    margin-top: 15px;
    border-bottom: 1px solid #a3a3a7; }
    .sidebar .sbtopnavigatie > ul > li {
      padding-left: 23px;
      background-image: url('../images/arrow-sidebar.png?1579704317');
      background-position: left 4px;
      background-repeat: no-repeat;
      margin-bottom: 15px;
      font-size: 0.8em;
      text-transform: uppercase; }
      .sidebar .sbtopnavigatie > ul > li > a {
        font-family: 'MuseoSansRounded-700', Arial, Helvetica, sans-serif; }
      .sidebar .sbtopnavigatie > ul > li a {
        color: #006c68;
        text-decoration: none; }
        .sidebar .sbtopnavigatie > ul > li a:hover {
          color: #000; }
      .sidebar .sbtopnavigatie > ul > li.post-id-102 > a,
	  .sidebar .sbtopnavigatie > ul > li.post-id-8074 > a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding-left: 43px; }
        .sidebar .sbtopnavigatie > ul > li.post-id-102 > a:after,
		.sidebar .sbtopnavigatie > ul > li.post-id-8074 > a:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 43px;
          height: 16px;
          background-image: url('../images/flag-nl.png?1579704318');
          background-repeat: no-repeat;
          background-position: left top; }
      .sidebar .sbtopnavigatie > ul > li.active ul {
        display: block; }
    .sidebar .sbtopnavigatie > ul li.active > a {
      color: #000; }
    .sidebar .sbtopnavigatie > ul ul {
      display: none; }
      .sidebar .sbtopnavigatie > ul ul li {
        padding-left: 0;
        text-transform: none;
        font-size: 1em;
        margin-bottom: 4px; }
    .sidebar .sbtopnavigatie ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  .sidebar .sbbottomnavigatie {
    margin-top: 15px;
    border-bottom: 1px solid #a3a3a7; }
    .sidebar .sbbottomnavigatie > ul > li {
      margin-bottom: 15px; }
      .sidebar .sbbottomnavigatie > ul > li a {
        color: #000;
        text-decoration: none; }
      .sidebar .sbbottomnavigatie > ul > li > a {
        color: #006c68; }
        .sidebar .sbbottomnavigatie > ul > li > a:hover {
          color: #000; }
      .sidebar .sbbottomnavigatie > ul > li.active ul {
        display: block; }
    .sidebar .sbbottomnavigatie > ul ul {
      margin-top: 10px; }
      .sidebar .sbbottomnavigatie > ul ul li {
        padding-left: 23px;
        background-image: url('../images/arrow-sidebar.png?1579704317');
        background-position: left 4px;
        background-repeat: no-repeat;
        margin-bottom: 15px; }
    .sidebar .sbbottomnavigatie ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  .sidebar .anniversary {
    display: none;
    position: absolute;
    top: 0;
    right: -140px;
    width: 120px;
    height: auto; }
    @media all and (min-width: 1500px) {
      .sidebar .anniversary {
        display: block; } }

.footerwrapper {
  background-color: #006c68;
  border-top: 1px solid #006c68;
  border-bottom: 1px solid #006c68; }

.footer {
  text-align: left;
  padding: 0 0 0 10px;
  color: #fff;
  display: table;
  min-height: 58px;
  height: 100%;
  width: 100%; }
  .footer .address {
    padding-top: 5px; }
    @media all and (min-width: 768px) {
      .footer .address {
        display: table-cell;
        vertical-align: middle; } }
  @media all and (min-width: 1200px) {
    .footer {
      padding-left: 0; } }
  .footer p {
    margin: 5px 0; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer .social {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
    min-width: 150px; }
    @media all and (min-width: 768px) {
      .footer .social {
        width: 31.66666667%;
        padding-left: 24px;
        text-align: right;
        display: table-cell;
        vertical-align: middle; } }
    @media screen and (min-width: 1215px) {
      .footer .social {
        padding-right: 0; } }
    .footer .social ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .footer .social li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: relative;
      text-align: left;
      height: 33px;
      width: 33px;
      margin-left: 7px;
      overflow: hidden;
      letter-spacing: 1px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: left center; }
      .footer .social li:first-child {
        margin-left: 0; }
      .footer .social li.newsletter {
        background-image: url('../images/icon-social-newsletter.svg?1579704319'); }
        .no-svg .footer .social li.newsletter {
          background-image: url('../images/icon-social-newsletter.png?1579704319'); }
        @media screen and (min-width: 1215px) {
          .footer .social li.newsletter {
            background-image: none;
            width: auto;
            					/*
            					&:after {
            						content: "";
            						display: block;
            						position: absolute;
            						top: 0;
            						right: 0;
            						width: 33px;
            						height: 33px;
            
            						background-size: 100% auto;
            						background-repeat: no-repeat;
            						background-position: left center;
            
            						background-image: image-url('icon-social-newsletter.svg');
            						.no-svg & {
            							background-image: image-url('icon-social-newsletter.png');
            						}
            					}
            					*/ }
            .footer .social li.newsletter a {
              text-indent: 0;
              line-height: 35px;
              padding-left: 22px;
              background-image: url('../images/arrow-social.png?1579704317');
              background-repeat: no-repeat;
              background-position: left 12px; } }
      .footer .social li.linkedin {
        background-image: url('../images/icon-social-linkedin.svg?1579704318'); }
        .no-svg .footer .social li.linkedin {
          background-image: url('../images/icon-social-linkedin.png?1579704318'); }
      .footer .social li.youtube {
        background-image: url('../images/icon-social-youtube.svg?1579704319'); }
        .no-svg .footer .social li.youtube {
          background-image: url('../images/icon-social-youtube.png?1579704319'); }
      .footer .social li.disclaimer {
        width: auto; }
        .footer .social li.disclaimer a {
          text-indent: 0;
          text-transform: none;
          line-height: 35px; }
      .footer .social li a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -999px;
        font-size: 0.9em;
        color: #fff; }

.freetext {
  margin: 0 0 15px 0;
  	/*
  	a {
  		color: $color-niios;
  	}
  	h2 {
  		font-size: 1.2em;
  		letter-spacing: 1px;
  		text-transform: uppercase;
  		color: $color-niios;
  		border-bottom: 1px solid $color-border;
  		margin-bottom: 11px;
  
  		@media screen and ( min-width: $ipad-portrait ) {
  			padding-bottom: 6px;
  			font-size: 1.8em;
  			margin-bottom: 20px;
  		}
  	}
  	*/ }
  .freetext.description {
    margin: 30px 0; }
  .freetext > ul > li {
    padding-left: 23px;
    background-image: url('../images/arrow-sidebar.png?1579704317');
    background-position: left 4px;
    background-repeat: no-repeat;
    margin-bottom: 0; }
    .freetext > ul > li > a {
      font-family: 'MuseoSansRounded-700', Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
    .freetext > ul > li a {
      color: #006c68;
      text-decoration: none; }
      .freetext > ul > li a:hover {
        color: #000; }

.focus > div,
.whatsnew > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  max-width: 266px;
  margin-bottom: 7px;
  margin-right: 7px; }
  @media screen and (min-width: 768px) {
    .focus > div,
    .whatsnew > div {
      /*
      width: 50%;
      &:first-of-type {
      	padding-right: 14px;
      	h3 {
      		right: 24px;
      	}
      }
      &:last-of-type {
      	padding-left: 14px;
      	h3 {
      		left: 24px;
      	}
      }
      */
      width: 50%;
      padding-right: 9px;
      margin-right: 0;
      margin-bottom: 9px; } }
  @media screen and (min-width: 1024px) {
    .focus > div,
    .whatsnew > div {
      width: 33.33333333%; }
      .focus > div:nth-of-type(3n+2),
      .whatsnew > div:nth-of-type(3n+2) {
        padding-right: 5px;
        padding-left: 4px; }
      .focus > div:nth-of-type(3n+3),
      .whatsnew > div:nth-of-type(3n+3) {
        padding-right: 0;
        padding-left: 9px; } }
  .focus > div img,
  .whatsnew > div img {
    display: block;
    z-index: 1; }
  .focus > div h3,
  .whatsnew > div h3 {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0; }
    .focus > div h3 a,
    .whatsnew > div h3 a {
      color: inherit;
      text-decoration: none; }

@media screen and (min-width: 768px) {
  .focus > div h3 {
    right: 16px; } }
@media screen and (min-width: 1024px) {
  .focus > div:nth-of-type(3n+2) h3 {
    right: 12px; }
  .focus > div:nth-of-type(3n+3) h3 {
    right: 7px; } }
.focus h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  padding-right: 15px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 7px;
  z-index: 2;
  max-width: 200px;
  background-image: url('../images/arrow-focus-on-small.png?1579704317');
  background-position: right 1px;
  background-repeat: no-repeat; }

.whatsnew {
  margin-top: 18px; }
  @media screen and (min-width: 768px) {
    .whatsnew {
      margin-top: 40px; } }
  .whatsnew > div {
    border-bottom: 1px solid #a3a3a7;
    padding-bottom: 11px;
    margin-bottom: 11px;
    /*
    &:last-of-type {
    	border-bottom: 0;
    	padding-bottom: 0;
    }
    */ }
    @media screen and (min-width: 768px) {
      .whatsnew > div {
        border-bottom: 0;
        padding-bottom: 0; }
        .whatsnew > div:nth-of-type(2n+4), .whatsnew > div:nth-of-type(2n-1) {
          margin-top: 20px; }
        .whatsnew > div:nth-of-type(1) {
          margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .whatsnew > div:nth-of-type(2n+4), .whatsnew > div:nth-of-type(2n-1) {
        margin-top: 0; }
      .whatsnew > div:nth-of-type(n+4) {
        margin-top: 20px; } }
    .whatsnew > div h3 {
      font-size: 1em;
      text-align: left;
      color: #000;
      margin-bottom: 5px; }
    .whatsnew > div p {
      margin: 0 7px 0 0; }
      .whatsnew > div p.readmore {
        margin-top: 15px;
        font-size: 0.8em;
        line-height: 30px;
        letter-spacing: 1px;
        background-color: #02b294;
        padding: 0 12px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
        .whatsnew > div p.readmore a {
          color: #fff; }
    .whatsnew > div a {
      text-decoration: none; }

.happening {
  overflow: hidden;
  margin: 0 -7px 0 -7px; }
  @media screen and (min-width: 768px) {
    .happening {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .happening > h2 {
    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
    width: 100%; }
  .happening > div {
    float: left;
    width: 100%;
    padding: 0 7px;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #a3a3a7; }
    @media screen and (min-width: 768px) {
      .happening > div {
        width: 50%;
        border-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      .happening > div {
        width: 33.3333%; } }
    .happening > div img {
      display: block;
      z-index: 1;
      margin: 10px 0; }
    .happening > div h3 {
      font-size: 1em;
      line-height: 1.4em;
      text-align: left;
      color: #000;
      margin: 0 0 5px 0; }
    .happening > div p {
      margin: 0 7px 0 0; }
      .happening > div p.readmore {
        margin-top: 15px;
        font-size: 0.8em;
        line-height: 30px;
        letter-spacing: 1px;
        background-color: #02b294;
        padding: 0 12px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
        .happening > div p.readmore a {
          color: #fff; }
    .happening > div a {
      color: inherit;
      text-decoration: none; }

.onlineevent {
  background-image: none; }
  .onlineevent .page-5989 .sfeer,
  .onlineevent .page-5530 .sfeer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 0 35px 0 13px;
    position: relative; }
    @media all and (min-width: 1200px) {
      .onlineevent .page-5989 .sfeer,
      .onlineevent .page-5530 .sfeer {
        padding-left: 3px; } }
    .onlineevent .page-5989 .sfeer img,
    .onlineevent .page-5530 .sfeer img {
      min-height: 1px;
      width: auto;
      margin: 20px 0; }
  .onlineevent .text {
    position: relative;
    width: 100% !important;
    max-width: 100% !important; }
    @media all and (min-width: 768px) {
      .onlineevent .text {
        padding-right: 12px; } }
    @media all and (min-width: 1200px) {
      .onlineevent .text {
        padding-right: 12px; } }
    @media all and (min-width: 1000px) {
      .onlineevent .text > div {
        width: 65%;
        float: left; } }
    .onlineevent .text .stream > *:first-child {
      margin-top: 0; }
    .onlineevent .text .stream .video {
      width: 100%;
      padding: 56.25% 0 0 0;
      position: relative; }
      .onlineevent .text .stream .video > iframe, .onlineevent .text .stream .video > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media all and (min-width: 1000px) {
      .onlineevent .text .slido {
        width: 35%;
        float: right; }
        .onlineevent .text .slido > div {
          width: 71%;
          display: inline-block;
          vertical-align: top;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          padding: 0 0 0 20px; }
        .onlineevent .text .slido .logos {
          width: 29%; }}
    .onlineevent .text .slido.linkthrough {
      text-align: center; }
      .onlineevent .text .slido.linkthrough .button {
        margin: 0 10px; }
            .onlineevent .text .slido .whatsapp {
				min-height: 60px;
                padding: 5px 5px 5px 60px;
                margin: 0 0 20px 0;
				background-color: #eee;
				background-image: url('https://niios.com/wp-content/uploads/2020/11/icon-whatsapp.png');
				background-position: 5px center;
				background-repeat: no-repeat;
            }
@media all and ( min-width: 940px ) {
		.onlineevent .text .slido .whatsapp {
			margin-left: 20px;
		}
}

    .onlineevent .text h2 {
      color: #02b294;
      font-size: 16px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .onlineevent .text .program strong {
      font-family: "MuseoSansRounded-700", Arial, Helvetica, sans-serif;
      color: #006c68; }
    .onlineevent .text .program span strong {
      color: inherit; }
    .onlineevent .text .logos {
      padding-top: 20px;
      text-align: center; }
      .onlineevent .text .logos h2 {
        margin-top: 0; }
      .onlineevent .text .logos ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .onlineevent .text .logos ul li {
          display: block;
          width: 100%;
          margin-bottom: 15px;
          background-image: none;
          text-align: center;
          padding: 0; }
          @media all and (min-width: 1000px) {
            .onlineevent .text .logos ul li {
              margin-bottom: 30px; } }
      .onlineevent .text .logos > ul > li {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 40%;
        padding: 0 5px; }
        @media all and (min-width: 600px) {
          .onlineevent .text .logos > ul > li {
            width: 25%;
            padding: 0 20px; } }
        @media all and (min-width: 1000px) {
          .onlineevent .text .logos > ul > li {
            display: block;
            width: 100%;
            margin-bottom: 30px;
            padding: 0; } }
        .onlineevent .text .logos > ul > li ul li {
          width: 100%;
          display: block; }
    .onlineevent .text .button {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      font-size: 1em;
      margin-top: 10px;
      padding: 10px 10px 8px 10px;
      width: auto !important;
      border: 1px solid #02b294;
      background-color: #02b294;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
    .onlineevent .text .actions {
      text-align: center;
      padding: 10px 0; }
      .onlineevent .text .actions .button {
        margin: 6px 5px 0 5px; }
        .onlineevent .text .actions .button:first-of-type {
          border-color: #006c68;
          background-color: #006c68; }
        .onlineevent .text .actions .button:last-of-type {
          border-color: #a3a3a7;
          background-color: #a3a3a7; }
.onlineevent .text .actions > img {
	width: 54px;
}

table.program td {
  display: block;
  padding: 0 !important; }
  @media all and (min-width: 550px) {
    table.program td {
      display: table-cell;
      padding-right: 20px !important; } }

.onlineeventarchiveitem .text .video {
  padding: 56.25% 0 0 0;
  position: relative; }
  .onlineeventarchiveitem .text .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.onlineeventarchiveitem .text quote {
  display: block;
  margin: 40px;
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  text-align: center;
  color: #006c68; }
  .onlineeventarchiveitem .text quote + p {
    text-align: center;
    font-weight: 700;
    margin: -40px 0 40px 0; }
.onlineeventarchiveitem .text .gallery ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .onlineeventarchiveitem .text .gallery ul li {
    padding-left: 0;
    background-image: none; }
    @media all and (min-width: 600px) {
      .onlineeventarchiveitem .text .gallery ul li {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 50%; } }
    .onlineeventarchiveitem .text .gallery ul li img {
      display: block;
      width: 100%;
      height: auto;
      border: 5px solid #fff; }

@supports (display: grid) {
  @media all and (min-width: 600px) {
    .onlineeventarchiveitem .text .gallery ul {
      display: grid;
      -ms-grid-columns: repeat(2, 1fr);
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: auto;
      grid-gap: 0;
      -webkit-justify-content: center;
      justify-content: center; } }
  .onlineeventarchiveitem .text .gallery ul li {
    width: 100% !important;
    margin: 0 !important; } }
.employees > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /*
  		width: 216px;
  		height: 317px;
  		margin-bottom: 36px;
  */
  width: 249px;
  height: auto;
  max-width: 100%;
  margin-bottom: 17px;
  overflow: hidden;
  background-color: #006c68; }
  .niiosrd .employees > div {
    background-color: #fdba31; }
  .niiosacademy .employees > div {
    background-color: #b3d88c; }
  .aer .employees > div {
    background-color: #143d8d; }
  .mhr .employees > div {
    background-color: #e29578; }
  @media screen and (min-width: 460px) {
    .employees > div {
      /*
      height: 317px;
      margin-right: 36px;
      margin-bottom: 36px;
      */
      margin-right: 17px;
      margin-bottom: 17px; }
      .employees > div:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 700px) {
    .employees > div {
      /*
      margin-right: 63px;
      margin-bottom: 60px;
      */
      margin-right: 17px;
      margin-bottom: 17px; } }
  @media screen and (min-width: 768px) {
    .employees > div {
      /*
      margin-right: 36px;
      margin-bottom: 36px;
      */
      margin-right: 17px;
      margin-bottom: 17px; } }
  @media screen and (min-width: 1024px) {
    .employees > div {
      /*
      margin-right: 63px;
      margin-bottom: 60px;
      */
      margin-right: 17px;
      margin-bottom: 17px; } }
  @media screen and (min-width: 1208px) {
    .employees > div {
      /*
      &:nth-child(2n) {
      	margin-right: 63px;
      }
      &:nth-child(3n) {
      	margin-right: 0;
      }
      */ }
      .employees > div:nth-child(2n) {
        margin-right: 17px; }
      .employees > div:nth-child(3n) {
        margin-right: 0; } }
  .employees > div img {
    /*
    width: 216px;
    max-width: 216px;
    height: auto;
    border: 1px solid $color-niios;
    @media screen and ( min-width: $break-02 ) {
    	height: 317px;
    }
    */
    width: 249px;
    max-width: 249px;
    height: auto;
    display: block;
    border-bottom: 60px solid #006c68; }
    .niiosrd .employees > div img {
      border-color: #fdba31; }
    .niiosacademy .employees > div img {
      border-color: #b3d88c; }
    .aer .employees > div img {
      border-color: #143d8d; }
    .mhr .employees > div img {
      border-color: #e29578; }
  .employees > div div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
    text-align: right;
    z-index: 10; }
  .employees > div h2 {
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0 0 2px 0;
    color: #fff; }
  .employees > div h3 {
    font-size: 0.7em;
    line-height: 1.3em;
    color: #fff;
    margin: 0; }
  .employees > div a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    			/*
    			&:after {
    				content: "";
    				display: block;
    				position: absolute;
    				bottom: 0;
    				left: 0;
    				width: 249px;
    				max-width: 249px;
    				height: 78px;
    
    				background-image: image-url( 'team-overlay.png' );
    				background-position: left bottom;
    				background-size: 100% 100%;
    				background-repeat: no-repeat;
    			}
    			*/ }
  .employees > div:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 249px;
    max-width: 249px;
    height: 78px;
    z-index: 9;
    background-image: url('../images/team-overlay.png?1579704321');
    background-position: left bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat; }

.details {
  display: none;
  width: 100%; }
  @media all and (min-width: 1024px) {
    .details {
      width: 80%;
      max-width: 1000px !important; } }
  @media all and (min-width: 700px) {
    .details > div > div {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 0 20px; } }
  .details > div > div:first-child {
    margin-bottom: 20px;
    padding-left: 0; }
    @media all and (min-width: 700px) {
      .details > div > div:first-child {
        width: 50%;
        margin-bottom: 0; } }
    @media all and (min-width: 850px) {
      .details > div > div:first-child {
        width: 40%; } }
    .details > div > div:first-child img {
      width: 100%;
      max-width: 400px;
      height: auto;
      display: block;
      margin-bottom: 20px; }
  .details > div > div:last-child {
    padding-right: 0; }
    @media all and (min-width: 700px) {
      .details > div > div:last-child {
        width: 50%; } }
    @media all and (min-width: 850px) {
      .details > div > div:last-child {
        width: 60%; } }
    .details > div > div:last-child h2,
    .details > div > div:last-child h3 {
      color: #006c68;
      line-height: 28px; }
    .details > div > div:last-child h2 {
      font-size: 28px; }
    .details > div > div:last-child h3 {
      font-size: 18px; }
    .details > div > div:last-child > div:last-child > *:first-child {
      margin-top: 0; }
    .details > div > div:last-child > div:last-child > *:last-child {
      margin-bottom: 0; }

.employee {
  overflow: hidden;
  position: relative; }
  .employee > div {
    position: relative; }
    .employee > div.img {
      /*
      width: 216px;
      height: auto;
      */
      width: 100%;
      max-width: 329px;
      height: auto;
      /*
      &:after {
      	content: "";
      	display: block;
      	position: absolute;
      	top: 0;
      	left: 0;
      	width: 216px;
      	max-width: 216px;
      	height: 100%;
      	background-image: image-url( 'overlay-team.png' );
      	background-position: left top;
      	background-size: 100% 100%;
      	background-repeat: no-repeat;
      	@media screen and ( min-width: $break-02 ) {
      		height: 317px;
      	}
      }
      */ }
      @media screen and (min-width: 550px) and (max-width: 767px), (min-width: 850px) {
        .employee > div.img {
          margin-right: 27px;
          float: left; } }
    .employee > div:last-child {
      width: 100%;
      padding-bottom: 20px;
      padding-top: 10px; }
      @media screen and (min-width: 550px) and (max-width: 767px), (min-width: 850px) {
        .employee > div:last-child {
          /*
          margin-right: -246px;
          padding-right: 246px;
          */
          margin-right: -356px;
          padding-right: 356px;
          padding-top: 0;
          float: left; } }
  .employee img {
    /*
    border: 1px solid $color-niios;
    */
    width: 100%;
    height: 100%; }
  .employee h2 {
    font-size: 1.1em;
    color: #006c68;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px; }
  .employee h2 + h3 {
    font-family: "MuseoSansRounded-300", Arial, Helvetica, sans-serif;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 25px; }
  .employee p:first-child {
    margin-top: 5px; }
  .employee p.back {
    clear: both;
    padding-top: 25px;
    /*
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    @media screen and ( min-width: $break-02 ) {
    	left: 246px;
    }
    */ }
    .employee p.back a {
      color: #006c68;
      text-transform: uppercase;
      text-decoration: none;
      padding-left: 23px;
      background-image: url('../images/arrow-sidebar.png?1579704317');
      background-position: left 1px;
      background-repeat: no-repeat; }

/* rijen */
.row {
  padding: 25px 0;
  overflow: hidden;
  border-bottom: 1px solid #000; }
  .row:last-child {
    border-bottom: 0; }
  .row div.responsive-image {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-bottom: 25px; }
    @media screen and (min-width: 550px) {
      .row div.responsive-image {
        width: 35%;
        margin-left: 5%;
        margin-bottom: 0;
        float: right; } }
  @media screen and (min-width: 550px) {
    .row.left div.responsive-image {
      margin-left: 0;
      margin-right: 5%;
      float: left; } }
  .row div.description {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    @media screen and (min-width: 550px) {
      .row div.description {
        width: 60%; } }
    .row div.description.regular {
      width: 100%; }
    .row div.description > *:first-child {
      margin-top: 0; }
    .row div.description > *:last-child {
      margin-bottom: 0; }

/* floating image en tekst */
@media all and (max-width: 999px) {
  .page-6543 .text img.alignleft,
  .page-6543 .text img.alignright {
    width: 100%;
    margin: 10px 0; } }

/* products */
.products > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 0.9em; }
  @media screen and (min-width: 400px) {
    .products > div {
      width: 50%; } }
  @media screen and (min-width: 550px) {
    .products > div {
      width: 33.33333333333%; } }
  @media screen and (min-width: 1024px) {
    .products > div {
      width: 25%; } }
  .products > div img {
    display: block;
    margin: 0 auto; }
  .products > div p {
    margin-top: 5px; }

.headerwrapper .search-form {
  height: 28px;
  padding: 0 10px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .headerwrapper .search-form {
      height: 42px; } }
  .headerwrapper .search-form label {
    /*
    float: right;
    max-width: 270px;
    */
    width: 100%;
    padding-left: 20px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .headerwrapper .search-form label {
        padding-left: 30px; } }
    .headerwrapper .search-form label .screen-reader-text {
      position: absolute;
      left: -999px;
      top: 0; }
  .headerwrapper .search-form input[type='search'] {
    border: 0;
    background-color: transparent;
    height: 28px;
    line-height: 28px;
    color: #fff;
    /*
    min-width: 180px;
    width: 260px;
    */
    width: 90%;
    -webkit-appearance: textfield; }
    @media screen and (min-width: 768px) {
      .headerwrapper .search-form input[type='search'] {
        height: 42px;
        line-height: 42px; } }
  .headerwrapper .search-form input[type='submit'] {
    position: absolute;
    top: 0;
    left: 10px;
    width: 20px;
    height: 28px;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    background-image: url('../images/vergrootglas-mobiel.png?1579704321');
    background-position: left 6px;
    background-repeat: no-repeat;
    text-indent: -999px; }
    @media screen and (min-width: 768px) {
      .headerwrapper .search-form input[type='submit'] {
        width: 30px;
        height: 42px;
        background-image: url('../images/vergrootglas.png?1579704321');
        background-position: left 10px; } }

.content .text .gform_wrapper {
  margin-bottom: 30px; }
.content .gform_body {
  margin-top: 10px; }
.content .gform_fields {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .content .gform_fields li {
    margin-bottom: 10px;
    padding-left: 0;
    background-image: none; }
  .content .gform_fields .oneline li {
    display: inline;
    margin: 15px; }
  .content .gform_fields label {
    margin-bottom: 0; }
  .content .gform_fields .ginput_complex label {
    font-style: italic;
    font-size: 0.9em; }
  .content .gform_fields .gfield_description {
    font-style: italic;
    font-size: 0.9em; }
  .content .gform_fields input,
  .content .gform_fields textarea,
  .content .gform_fields select {
    width: 100%;
    height: 25px;
    border: 1px solid #a3a3a7;
    background-color: #fff; }
  .content .gform_fields textarea {
    height: 100px; }
  .content .gform_fields input[type="checkbox"],
  .content .gform_fields input[type="radio"] {
    width: auto;
    height: auto;
    margin-right: 5px; }
  .content .gform_fields .gfield_time_hour input,
  .content .gform_fields .gfield_time_minute input {
    width: auto; }
  .content .gform_fields .nolabel label {
    display: none; }
.content .gform_button,
.content .gform_button_select_files {
  width: auto !important;
  padding: 5px 15px 3px 15px;
  border: 1px solid #02b294;
  background-color: #02b294;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'MuseoSansRounded-500', Arial, Helvetica, sans-serif; }
  .niiosrd .content .gform_button, .niiosrd
  .content .gform_button_select_files {
    background-color: #fdba31;
    border-color: #fdba31; }
  .niiosacademy .content .gform_button, .niiosacademy
  .content .gform_button_select_files {
    background-color: #9ac370;
    border-color: #9ac370; }
  .aer .content .gform_button, .aer
  .content .gform_button_select_files {
    background-color: #143d8d;
    border-color: #143d8d; }
  .mhr .content .gform_button, .mhr
  .content .gform_button_select_files {
    background-color: #e29578;
    border-color: #e29578; }
.content .gfield_required {
  color: #F00; }
.content .validation_error {
  border: 1px solid #F00;
  font-weight: bold;
  padding: 3px 5px;
  margin: 5px 0;
  font-size: 0.9em; }
.content .validation_message {
  font-weight: bold;
  color: #F00;
  font-size: 0.8em; }
.content .gform_validation_container {
  display: none; }

#ui-datepicker-div {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #a3a3a7; }
  #ui-datepicker-div .ui-datepicker-prev {
    float: left; }
  #ui-datepicker-div .ui-datepicker-next {
    float: right; }
  #ui-datepicker-div .ui-datepicker-title {
    clear: both;
    margin-bottom: 10px; }
  #ui-datepicker-div .ui-datepicker-calendar td,
  #ui-datepicker-div .ui-datepicker-calendar th {
    padding: 3px;
    text-align: center; }

.text .searchblock {
  margin-bottom: 20px; }
  .text .searchblock .breadcrumbs {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .text .searchblock .breadcrumbs li {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0;
      padding: 0;
      background: transparent;
      color: #02b294; }
      .text .searchblock .breadcrumbs li:after {
        content: url('../images/separator-breadcrumbs.png?1579704320');
        padding: 0 0.5em; }
      .text .searchblock .breadcrumbs li:last-of-type:after {
        display: none; }
  .text .searchblock h2 {
    margin-top: 5px; }
  .text .searchblock p {
    margin-bottom: 0; }
    .text .searchblock p.readmore {
      margin: 0; }
  .text .searchblock a {
    font-family: 'MuseoSansRounded-500', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #02b294;
    text-decoration: none; }
    .niiosrd .text .searchblock a {
      color: #fdba31; }
    .niiosacademy .text .searchblock a {
      color: #9ac370; }
    .aer .text .searchblock a {
      color: #143d8d; }
    .mhr .text .searchblock a {
      color: #e29578; }
