@charset "UTF-8";
/**
 * Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

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

audio, canvas, video {
  display: inline-block;
  max-width: 100%; }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media (min-width: 1280px) {
    html {
      font-size: 18px; } }

body {
  color: #282828;
  font-family: "Aller_rg", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden; }

button, input, select, textarea {
  color: #282828;
  font-family: "Aller_rg", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5; }

button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #fff; }

a {
  color: #000;
  text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover {
    outline: 0; }
  a:active {
    outline: 0;
    color: #000; }
  a:hover {
    color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Aller_bd", sans-serif;
  clear: both;
  margin: 36px 0 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0; }

.single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
  color: #F07D00 !important; }

.page-template-university .entry-content h1, .page-template-university .entry-content h2, .page-template-university .entry-content h3, .page-template-university .entry-content h4, .page-template-university .entry-content h5, .page-template-university .entry-content h6 {
  color: #F07D00 !important; }

h1 {
  font-size: 1.625rem;
  line-height: 1.3846153846; }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.0909090909; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

address {
  font-style: italic;
  margin-bottom: 24px; }

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help; }

b, strong {
  font-family: "Aller_bd", sans-serif;
  font-weight: bold; }

cite, dfn, em, i {
  font-family: "Aller_it", sans-serif;
  font-style: italic; }

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

p {
  margin-bottom: 24px; }

code, kbd, tt, var, samp {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6; }

pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

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

blockquote {
  font-family: "Aller_bdit", sans-serif;
  color: #F07D00 !important;
  font-size: 46px;
  font-weight: bold;
  line-height: 46px;
  margin: 0 auto;
  margin-bottom: 48px;
  margin-top: 48px;
  width: 80%;
  text-align: center; }
  blockquote p {
    font-family: "Aller_bdit", sans-serif;
    color: #F07D00 !important;
    font-size: 46px;
    font-weight: bold;
    line-height: 46px; }
    @media (max-width: 767px) {
      blockquote p {
        font-size: 32px; } }
  blockquote cite, blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
  blockquote em, blockquote i, blockquote cite {
    font-family: "Aller_bdit", sans-serif;
    font-style: italic;
    font-weight: bold; }
  blockquote strong, blockquote b {
    font-family: "Aller_bd", sans-serif;
    font-weight: bold; }

small {
  font-size: smaller; }

big {
  font-size: 125%; }

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

dl {
  margin-bottom: 24px; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 24px; }

ul, ol {
  list-style: none;
  margin: 0 0 24px 36px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul, ol {
  margin: 0 0 0 20px; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0; }

legend {
  white-space: normal; }

button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button {
  line-height: normal; }

input {
  line-height: normal;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); }

/* Removing the inner shadow, rounded corners on iOS inputs */
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); }

/* Removing the inner shadow, rounded corners on iOS inputs */
button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }
input[type="checkbox"], input[type="radio"] {
  padding: 0; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1); }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%; }

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

th {
  border-width: 0 1px 1px 0;
  font-weight: bold; }

td {
  border-width: 0 1px 1px 0; }

del {
  color: #767676; }

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px; }

.hidden {
  display: none;
  visibility: hidden; }

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection, ::-moz-selection {
  background: #f07d00;
  color: #fff;
  text-shadow: none; }

.overlay, .chromeframe {
  display: none; }

.overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background-image: url(../images/black50.png); }

#ie-message {
  display: block;
  left: 50%;
  top: 50%;
  position: fixed;
  z-index: 99999;
  margin-top: -171px;
  margin-left: -310px;
  background-color: #fff; }

#ie-message-inner {
  background-color: #fff;
  color: #000;
  width: 620px;
  height: 342px;
  z-index: 99999;
  padding: 30px; }

h1#we-noticed {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
  margin-bottom: 0px;
  color: #f07d00; }

h2#browser-not-supported {
  font-size: 20px;
  margin-top: 16px; }

#we-recommend {
  padding-right: 24px; }

/* Helpers */
.clear {
  clear: both; }

.padding-top {
  padding-top: 32px; }

.padding-bottom {
  padding-bottom: 32px; }

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */
@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently.  */
    color: #2b2b2b;
    font-size: 12pt; }

  .site, .site-header, .hentry {
    max-width: 100%; }

  .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta {
    max-width: 100%; }

  .page-content, .archive-header, .page-header, .contributor-info, .comments-area, .attachment .entry-attachment .attachment {
    max-width: 100%; }

  #site-header img, .search-toggle, .site-navigation, .site-content nav, .edit-link, .page-links, .widget-area, .more-link, .post-format-archive-link, .comment-respond, .comment-list .reply, .comment-reply-login, #secondary, .site-footer, .slider-control-paging, .slider-direction-nav {
    display: none; }

  .site-title a {
    color: #2b2b2b; }

  .entry-meta {
    color: #2b2b2b; }
    .entry-meta a {
      color: #2b2b2b; }

  .featured-content .hentry, .featured-content a {
    color: #2b2b2b; }

  .entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: none; }

  .site-header, .post-thumbnail, a.post-thumbnail:hover, .site-content .entry-header, .site-footer {
    background: transparent; }

  .featured-content {
    background: transparent; }
    .featured-content .entry-header {
      background: transparent; }

  .header-main {
    padding: 48px 10px; }

  .site-title {
    float: none;
    font-size: 19pt; }

  .content-area {
    padding-top: 0; }

  .list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
    padding-bottom: 24px; }

  .post-thumbnail img {
    margin: 0 10px 24px; }

  .site-content .has-post-thumbnail .entry-header {
    padding-top: 0; }
  .site-content footer.entry-meta {
    margin: 24px auto; }

  .entry-meta .tag-links a {
    color: #fff; }

  .singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0; }

  .gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail {
    display: block; }

  .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
    display: block; }

  .archive-title, .page-title {
    margin: 0 10px 48px; }

  .featured-content .hentry {
    margin-bottom: 48px; }
  .featured-content .post-thumbnail {
    padding-top: 0; }

  .slider .featured-content .post-thumbnail {
    padding-top: 0; }

  .featured-content .post-thumbnail img {
    position: relative; }
  .featured-content .entry-header {
    padding: 0 10px 24px; }
  .featured-content .entry-meta {
    font-size: 9pt;
    margin-bottom: 11px; }
  .featured-content .cat-links {
    font-weight: 900; }
  .featured-content .entry-title {
    font-size: 25pt;
    line-height: 36px; } }
.pb-1 {
  padding-bottom: 10px; }

.pb-2 {
  padding-bottom: 20px; }

.pb-3 {
  padding-bottom: 30px; }

.pb-4 {
  padding-bottom: 40px; }

.pb-5 {
  padding-bottom: 50px; }

.mb-1 {
  margin-bottom: 10px; }

.mb-2 {
  margin-bottom: 20px; }

.mb-3 {
  margin-bottom: 30px; }

.mb-4 {
  margin-bottom: 40px; }

.mb-5 {
  margin-bottom: 50px; }

.nedap-padding-left {
  padding-left: 1pc; }
.nedap-padding-right {
  padding-right: 1pc; }
.nedap-padding-top {
  padding-top: 1pc; }
.nedap-padding-bottom {
  padding-bottom: 1pc; }
.nedap-padding {
  padding: 1pc; }
.nedap-padding-big {
  padding: 2pc; }
.nedap-padding-big-height {
  padding: 2pc 0; }
.nedap-padding-big-width {
  padding: 0 2pc; }
.nedap-margin-left {
  margin-left: 1pc; }
.nedap-margin-right {
  margin-right: 1pc; }
.nedap-margin-top {
  margin-top: 1pc; }
.nedap-margin-bottom {
  margin-bottom: 1pc; }
.nedap-margin {
  margin: 1pc; }
.nedap-margin-big-height {
  margin: 2pc 0; }
.nedap-margin-big-width {
  margin: 0 2pc; }
.nedap-left-top {
  position: absolute;
  left: 5vw;
  top: 5vh; }
.nedap-left-bottom {
  position: absolute;
  bottom: 5vw;
  left: 5vh; }
.nedap-right-top {
  position: absolute;
  right: 5vw;
  top: 5vh; }
.nedap-right-bottom {
  position: absolute;
  right: 5vw;
  bottom: 5vh; }
.nedap-clear {
  clear: both; }
.nedap-border-left {
  border-left: 1px solid #F1EDEB; }
.nedap-border-right {
  border-right: 1px solid #F1EDEB; }
.nedap-center {
  display: block;
  margin: auto; }

.margin-top {
  margin-top: 36px; }
  @media (max-width: 767px) {
    .margin-top {
      margin-top: 0; } }

.hidden {
  visibility: hidden; }

.hide {
  display: none; }

.white {
  background-color: white; }

.margin-auto {
  margin: auto;
  float: none; }

/**
 * 0.0 Loading WebFonts
 *
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "Aller_rg";
  src: url("fonts/aller_rg-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/aller_rg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aller_rg-webfont.woff") format("woff"), url("fonts/aller_rg-webfont.ttf") format("truetype"), url("fonts/aller_rg-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Aller_it";
  src: url("fonts/aller_it-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/aller_it-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aller_it-webfont.woff") format("woff"), url("fonts/aller_it-webfont.ttf") format("truetype"), url("fonts/aller_it-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal; }
@font-face {
  font-family: "Aller_bd";
  src: url("fonts/aller_bd-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/aller_bd-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aller_bd-webfont.woff") format("woff"), url("fonts/aller_bd-webfont.ttf") format("truetype"), url("fonts/aller_bd-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: "Aller_bdit";
  src: url("fonts/aller_bdit-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/aller_bdit-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/aller_bdit-webfont.woff") format("woff"), url("fonts/aller_bdit-webfont.ttf") format("truetype"), url("fonts/aller_bdit-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  /*font-style: italic; */
  font-weight: bold; }
.column.no-margin {
  padding-left: 0; }

.column, .columns {
  position: relative;
  float: left;
  box-sizing: border-box; }

.column {
  padding-right: 24px;
  padding-left: 0; }

.no-margin-top {
  margin-top: 0 !important; }

.right {
  float: right; }

.left {
  float: left; }

.x-small-1 {
  width: 80px; }

.x-small-2 {
  width: 160px; }

.x-small-3 {
  width: 240px; }

.x-small-4 {
  width: 320px; }

.x-small-5 {
  width: 400px; }

.x-small-6 {
  width: 480px; }

.x-small-7 {
  width: 560px; }

.x-small-8 {
  width: 640px; }

.x-small-100, .content, .person, .single-get_vacature .entry-content .content, .wrap-big .isotope-diff-blocks.isotope .item.groot, .wrap-big .isotope-diff-blocks.isotope .item.hoog, .wrap-big .isotope-diff-blocks.isotope .item.normal, .wrap-big .isotope-diff-blocks.isotope .item.klein, .spotlight {
  width: 100%; }

.x-small-50 {
  width: 50%; }

.inner-offset-left-1 {
  padding-left: 0px; }

.inner-offset-1 {
  padding-left: 0px;
  padding-right: 0px; }

.column.x-small-centered, .columns.x-small-centered {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.column.x-small-centered:last-child, .columns.small-centered:last-child {
  float: none; }

@media only screen and (min-width: 640px) {
  .column, .columns {
    position: relative;
    float: left; }

  .small-1 {
    width: 80px; }

  .small-2 {
    width: 160px; }

  .small-3 {
    width: 240px; }

  .small-4, .wrap-big .isotope-diff-blocks.isotope .item.groot, .wrap-big .isotope-diff-blocks.isotope .item.hoog, .wrap-big .isotope-diff-blocks.isotope .item.normal, .wrap-big .isotope-diff-blocks.isotope .item.klein {
    width: 320px; }

  .small-5 {
    width: 400px; }

  .small-6 {
    width: 480px; }

  .small-7, .content, .person {
    width: 560px; }

  .small-8 {
    width: 640px; }

  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }

  .offset-1 {
    margin-left: 0%;
    margin-right: 0%; }

  .offset-1-left {
    margin-left: 0%; }

  .offset-1-right {
    margin-right: 0%; }

  .inner-offset-left-1 {
    padding-left: 0px; } }
@media only screen and (min-width: 768px) {
  .column, .columns {
    position: relative;
    float: left; }

  .medium-1 {
    width: 80px; }

  .medium-2 {
    width: 160px; }

  .medium-3, .wrap-big .isotope-diff-blocks.isotope .item.hoog, .wrap-big .isotope-diff-blocks.isotope .item.klein {
    width: 240px; }

  .medium-4 {
    width: 320px; }

  .medium-5 {
    width: 400px; }

  .medium-6, .wrap-big .isotope-diff-blocks.isotope .item.groot, .wrap-big .isotope-diff-blocks.isotope .item.normal {
    width: 480px; }

  .medium-7, .content, .person, .spotlight {
    width: 560px; }

  .medium-8 {
    width: 640px; }

  .medium-9, .single-get_vacature .entry-content .content {
    width: 720px; }

  .medium-50 {
    width: 50%; }

  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }

  .offset-1-left-medium {
    margin-left: 80px; }

  .offset-1-right-medium {
    margin-left: 80px; }

  .offset-1-medium {
    margin-left: 80px;
    margin-right: 80px; }

  .inner-offset-1 {
    padding-left: 80px;
    padding-right: 80px; }

  .inner-offset-left-1 {
    padding-left: 80px; }

  .offset-1-left {
    margin-left: 80px; }

  .offset-1-right {
    margin-right: 80px; } }
@media only screen and (min-width: 1024px) {
  .column, .columns {
    position: relative;
    float: left; }

  .large-1 {
    width: 84px; }

  .large-2, .person {
    width: 168px; }

  .large-3, .wrap-big .isotope-diff-blocks.isotope .item.hoog, .wrap-big .isotope-diff-blocks.isotope .item.klein {
    width: 252px; }

  .large-4 {
    width: 336px; }

  .large-5 {
    width: 420px; }

  .large-6, .wrap-big .isotope-diff-blocks.isotope .item.groot, .wrap-big .isotope-diff-blocks.isotope .item.normal {
    width: 504px; }

  .large-7, .content {
    width: 588px; }

  .large-8, .single-get_vacature .entry-content .content, .spotlight {
    width: 672px; }

  .large-9 {
    width: 756px; }

  .large-10 {
    width: 840px; }

  .large-11 {
    width: 924px; }

  .large-12 {
    width: 1008px; }

  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }

  .offset-1-left {
    margin-left: 8.33333%; }

  .offset-1-right {
    margin-right: 8.33333%; }

  .offset-1 {
    margin-left: 8.33333%;
    margin-right: 8.33333%; }

  .inner-offset-1 {
    padding-left: 84px;
    padding-right: 84px; }

  .inner-offset-left-1 {
    padding-left: 84px; } }
@media only screen and (min-width: 1280px) {
  .column, .columns {
    position: relative;
    float: left; }

  .xl-large-1 {
    width: 84px; }

  .xl-large-2 {
    width: 168px; }

  .xl-large-3, .person, .wrap-big .isotope-diff-blocks.isotope .item.hoog, .wrap-big .isotope-diff-blocks.isotope .item.klein {
    width: 252px; }

  .xl-large-4 {
    width: 336px; }

  .xl-large-5 {
    width: 420px; }

  .xl-large-6, .wrap-big .isotope-diff-blocks.isotope .item.groot, .wrap-big .isotope-diff-blocks.isotope .item.normal {
    width: 504px; }

  .xl-large-7, .content {
    width: 588px; }

  .xl-large-8, .spotlight {
    width: 672px; }

  .xl-large-9 {
    width: 756px; }

  .xl-large-10 {
    width: 840px; }

  .xl-large-11 {
    width: 924px; }

  .xl-large-12, .single-get_vacature .entry-content .content {
    width: 1008px; }

  .xl-large-13 {
    width: 1092px; }

  .xl-large-14 {
    width: 1176px; }

  .xl-large-15 {
    width: 1260px; }

  .xl-large-50 {
    width: 50%; }

  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }

  .inner-offset-left-1 {
    padding-left: 84px; }

  .offset-1-left-large {
    margin-left: 0; }

  .offset-1-right-large {
    margin-right: 0; }

  .offset-1-xl-large {
    margin-left: 84px;
    margin-right: 84px; }

  .offset-1-left-xl-large {
    margin-left: 84px; }

  .offset-1-right {
    margin-right: 84px; }

  .offset-1-xl-large {
    margin-left: 84px;
    margin-right: 84px; }

  .offset-1-left {
    margin-left: 84px; }

  .offset-1-right {
    margin-right: 84px; } }
.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important; }

  .column-medium-only {
    padding-left: 24px; }

  .offset-1-left-small {
    margin-left: 80px; }

  .offset-2-left-small {
    margin-left: 160px; }

  .offset-3-left-small {
    margin-left: 240px; }

  .offset-4-left-small {
    margin-left: 320px; }

  .offset-1-right-small {
    margin-right: 80px; }

  .offset-2-right-small {
    margin-right: 160px; }

  .offset-3-right-small {
    margin-right: 240px; }

  .offset-4-right-small {
    margin-right: 320px; }

  .offset-1-large {
    margin-left: 80px;
    margin-right: 80px; }

  .column-small-only {
    padding-left: 24px; } }
@media screen and (max-width: 0em), screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important; }

  .column-for-small {
    padding-left: 24px; }

  .column-small {
    padding-left: 24px;
    padding-right: 24px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-for-medium-only {
    display: none !important; }

  .column-medium-only {
    padding-left: 24px; }

  .inner-offset-1-left-medium {
    padding-left: 80px; }

  .inner-offset-2-left-medium {
    padding-left: 160px; }

  .inner-offset-1-right-medium {
    padding-right: 80px; }

  .inner-offset-2-right-medium {
    padding-right: 160px; }

  .offset-1-left-medium {
    margin-left: 80px; }

  .offset-2-left-medium {
    margin-left: 160px; }

  .offset-3-left-medium {
    margin-left: 240px; }

  .offset-4-left-medium {
    margin-left: 320px; }

  .offset-1-right-medium {
    margin-right: 80px; }

  .offset-2-right-medium {
    margin-right: 160px; }

  .offset-3-right-medium {
    margin-right: 240px; }

  .offset-4-right-medium {
    margin-right: 320px; }

  .offset-1-medium {
    margin-left: 80px;
    margin-right: 80px; } }
@media screen and (max-width: 768px), screen and (min-width: 1024px) {
  .show-for-medium-only {
    display: none !important; } }
@media screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 1023px) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .hide-for-large-only {
    display: none !important; }

  .inner-offset-1-left-large {
    padding-left: 84px; }

  .inner-offset-2-left-large {
    padding-left: 168px; }

  .inner-offset-1-right-large {
    padding-right: 84px; }

  .inner-offset-2-right-large {
    padding-right: 168px; }

  .column-large-only {
    padding-left: 24px; }

  .offset-1-left-large {
    margin-left: 84px; }

  .offset-2-left-large {
    margin-left: 168px; }

  .offset-3-left-large {
    margin-left: 252px; }

  .offset-4-left-large {
    margin-left: 336px; }

  .offset-1-right-large {
    margin-right: 84px; }

  .offset-2-right-large {
    margin-right: 168px; }

  .offset-3-right-large {
    margin-right: 252px; }

  .offset-4-right-large {
    margin-right: 336px; }

  .offset-1-large {
    margin-left: 84px;
    margin-right: 84px; } }
@media screen and (max-width: 1023px), screen and (min-width: 1280px) {
  .show-for-large-only {
    display: none !important; } }
@media screen and (min-width: 1280px) {
  .hide-for-large-only {
    display: none !important; }

  .inner-offset-1-left-xl-large {
    padding-left: 84px; }

  .inner-offset-2-left-xl-large {
    padding-left: 168px; }

  .inner-offset-1-right-xl-large {
    padding-right: 84px; }

  .inner-offset-2-right-xl-large {
    padding-right: 168px; }

  .column-xl-large-only {
    padding-left: 24px; }

  .offset-1-left-xl-large {
    margin-left: 84px; }

  .offset-2-left-xl-large {
    margin-left: 168px; }

  .offset-3-left-xl-large {
    margin-left: 252px; }

  .offset-4-left-xl-large {
    margin-left: 336px; }

  .offset-1-right-xl-large {
    margin-right: 84px; }

  .offset-2-right-xl-large {
    margin-right: 168px; }

  .offset-3-right-xl-large {
    margin-right: 252px; }

  .offset-4-right-xl-large {
    margin-right: 336px; }

  .offset-1-xl-large {
    margin-left: 84px;
    margin-right: 84px; }

  .padding-right-xl-large {
    padding-right: 24px; } }
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
.site {
  position: relative; }

.main-content {
  width: 100%; }

.column-50 {
  width: 50%;
  float: left;
  padding-right: 48px;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .column-50 {
      width: 100%; } }

.marktgroep {
  position: absolute;
  width: 320px;
  height: 240px;
  overflow: hidden; }

.marktgroep__container {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .marktgroep__container:hover {
    top: -100%;
    cursor: default; }

.marktgroep__container-top,
.marktgroep__container-bottom {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  min-height: 0;
  overflow: hidden; }

.marktgroep__container-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */ }

.marktgroep__title,
.marktgroep__text {
  color: #fff;
  padding: 1.125rem;
  width: 330px;
  word-wrap: break-word; }

.marktgroep__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  font-weight: bold;
  font-size: 1.25rem; }

.marktgroep__text {
  font-size: .95rem; }

.marktgroep__image {
  width: 106%;
  height: 106%;
  position: absolute;
  left: -3%;
  top: -3%;
  z-index: 0; }

.marktgroep__image img {
  width: 100%;
  height: auto; }

.marktgroep.oranje {
  background-color: #FF9900; }

.marktgroep.rood {
  background-color: #CC3240; }

.marktgroep.groen {
  background-color: #7CBF4A; }

.marktgroep.blauw {
  background-color: #0896B4; }

.marktgroep--left {
  right: 50%;
  margin-right: 32px; }

.marktgroep--right {
  left: 50%;
  margin-left: 32px; }

@media (max-width: 767px) {
  .marktgroep__container-bottom {
    padding-bottom: 0%;
    height: auto; }

  .marktgroep__title,
  .marktgroep__text {
    width: 100%; }

  .marktgroep__container {
    position: relative; }

  .marktgroep__title {
    font-size: 20px; }

  .marktgroep--left {
    margin-right: 0;
    right: 0; }

  .marktgroep {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 24px; }

  .marktgroep--left {
    margin-right: 0;
    right: 0; }

  .marktgroep--right {
    margin-left: 0;
    left: 0; } }
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
/* Ensure that there is no gap between the header and
 *the admin bar for WordPress versions before 3.8.
 */
#wpadminbar {
  min-height: 32px; }

#site-header {
  position: relative;
  z-index: 3; }

.site-header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 100; }

.header-main {
  background-color: #fff;
  margin: 0 auto;
  min-height: 76px;
  width: 100%; }

.site-title {
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
  width: 182px; }
  .site-title a {
    color: #000;
    display: block;
    width: 223px;
    height: 73px;
    text-indent: -99999px;
    background: url("images/logo-nedap.png"); }
    .site-title a:hover {
      color: #000;
      display: block;
      width: 223px;
      height: 73px;
      text-indent: -99999px;
      background: url("images/logo-nedap.png"); }

@media screen and (min-width: 1280px) {
  .site-title {
    width: 240px; } }
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
.site-navigation ul {
  list-style: none;
  margin: 0; }
.site-navigation li {
  float: left; }
.site-navigation ul ul {
  margin-left: 20px; }
.site-navigation a {
  color: #000;
  display: block;
  text-decoration: none; }
  .site-navigation a:hover {
    color: #000;
    border-bottom: 4px solid #d1d2d4; }
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
  color: #000; }

/* Primary Navigation */
.primary-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  float: left;
  margin-left: 2rem; }
  .primary-navigation.toggled-on {
    padding: 72px 0 36px; }
  .primary-navigation .nav-menu {
    /* Turn off if the website will be responsive */
    display: block;
    float: left;
    width: 610px; }
    @media (max-width: 767px) {
      .primary-navigation .nav-menu {
        width: 100%; } }

.menu-toggle {
  display: none; }

.secondary-navigation {
  display: block;
  width: 164px;
  overflow: hidden;
  float: right; }

#menu-submenu {
  list-style: none;
  width: 164px;
  margin: 0; }
  #menu-submenu li {
    display: block;
    float: right; }

.secondary-navigation a {
  margin: 0 8px 0 8px;
  line-height: 76px;
  height: 76px;
  color: #888;
  font-size: 12px;
  text-decoration: none; }
  .secondary-navigation a:hover {
    text-decoration: underline; }

.menu-hoofdnavigatie-container {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.menu-hoofdnavigatie-container ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-hoofdnavigatie-container li {
  float: left;
  position: relative; }

.menu-hoofdnavigatie-container a {
  display: block;
  text-decoration: none;
  height: 76px;
  line-height: 76px;
  margin-right: 24px; }

.menu-hoofdnavigatie-container ul ul {
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 76px;
  left: 0;
  width: 200px;
  z-index: 99999;
  background-color: white; }
  @media (max-width: 1023px) {
    .menu-hoofdnavigatie-container ul ul {
      position: relative;
      left: inherit;
      top: inherit;
      display: block; } }

.menu-hoofdnavigatie-container ul ul ul {
  left: 100%;
  top: 0; }

.menu-hoofdnavigatie-container ul ul a {
  font-weight: normal;
  padding: 0 10px;
  width: 200px;
  height: 56px;
  line-height: 56px;
  margin-right: 0; }

.menu-hoofdnavigatie-container li:hover > a,
.menu-hoofdnavigatie-container ul ul :hover > a,
.menu-hoofdnavigatie-container a:focus {
  background: transparent; }

.menu-hoofdnavigatie-container li:hover > a,
.menu-hoofdnavigatie-container a:focus {
  color: #000000; }

.menu-hoofdnavigatie-container ul li:hover > ul {
  display: block; }

.menu-hoofdnavigatie-container .current-menu-item > a,
.menu-hoofdnavigatie-container .current_page_item > a,
.menu-hoofdnavigatie-container .current_page_ancestor > a {
  border-bottom: 4px solid #f07d00; }

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------- */
/* Extra classes */
.expb {
  padding-bottom: 50px; }

.float {
  float: left; }

.expt {
  padding-top: 50px; }

.exmb {
  margin-bottom: 50px; }

.exmt {
  margin-top: 50px; }

/* Input fields */
input, textarea {
  border: 1px solid #ccc;
  color: #000;
  padding: 0 8px;
  line-height: 32px; }

input {
  height: 32px; }

textarea {
  width: 100%; }

input:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0; }

/* Buttons */
button, .button {
  background-color: #f07d00;
  border: 0;
  color: #fff;
  padding: 0 30px;
  line-height: 36px;
  height: 36px;
  vertical-align: bottom;
  cursor: pointer; }

input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #f07d00;
  border: 0;
  color: #fff;
  padding: 0 30px;
  line-height: 36px;
  height: 36px;
  vertical-align: bottom; }

button:hover, button:focus {
  background-color: #f07d00;
  color: #fff; }

.button:hover, .button:focus {
  background-color: #f07d00;
  color: #fff; }

input[type="button"]:hover, input[type="button"]:focus {
  background-color: #f07d00;
  color: #fff; }
input[type="reset"]:hover, input[type="reset"]:focus {
  background-color: #f07d00;
  color: #fff; }
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #f07d00;
  color: #fff; }

button:active, .button:active {
  background-color: #f07d00; }

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  background-color: #f07d00; }

.search-field {
  width: 100%; }

.search-submit {
  display: none; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder, :-moz-placeholder {
  color: #939393; }

::-moz-placeholder {
  color: #939393;
  opacity: 1; }

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #939393; }

/* Responsive images. Fluid images for posts, comments, and widgets */
.entry-content iframe {
  width: 100%;
  height: 436px; }

.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
  max-width: 100%; }

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly. */
.comment-content img[height], .entry-content img, .entry-summary img {
  height: auto; }

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto; }

#site-header img {
  height: auto; }

img.size-full, img.size-large {
  height: auto;
  max-width: 100%; }

.wp-post-image, .post-thumbnail img {
  height: auto;
  max-width: 100%; }

/* Make sure embeds and iframes fit their containers */
embed, iframe, object, video {
  margin-bottom: 24px;
  max-width: 100%; }

embed, iframe, object {
  margin-bottom: 0; }

embed, iframe, object {
  margin-bottom: 0; }

/* Alignment */
.alignleft {
  float: left; }

.alignright {
  float: right; }

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

blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
  margin: 7px 24px 7px 0; }

.wp-caption.alignleft {
  margin: 7px 14px 7px 0; }

blockquote.alignright, figure.wp-caption.alignright, img.alignright {
  margin: 7px 0 7px 24px; }

.wp-caption.alignright {
  margin: 7px 0 7px 14px; }

blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px; }

.site-content blockquote.alignleft, .site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%; }
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
  margin-bottom: 17px; }

.wp-caption {
  margin-bottom: 24px;
  color: #767676; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  margin: 16px 0; }

div.wp-caption .wp-caption-text {
  padding-right: 10px; }
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0; }

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000; }

/* Above WP toolbar */
.hide {
  display: none; }

/* Clearing floats */
.footer-sidebar:before, .footer-sidebar:after {
  content: "";
  display: table; }

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

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

.slider-direction-nav:before, .slider-direction-nav:after {
  content: "";
  display: table; }

.contributor-info:before, .contributor-info:after {
  content: "";
  display: table; }

.search-box:before, .search-box:after {
  content: "";
  display: table; }

[class*="content"]:before, [class*="content"]:after {
  content: "";
  display: table; }

[class*="site"]:before, [class*="site"]:after {
  content: "";
  display: table; }

.footer-sidebar:after, .hentry:after, .gallery:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
  clear: both; }

/* Genericons */
.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom; }

/* Separators */
.site-content span + .entry-date:before, .full-size-link:before, .parent-post-link:before {
  content: " | "; }

.byline:before, .comments-link:before, .edit-link:before {
  content: " | "; }

.widget_twentyfourteen_ephemera .entry-title:after {
  content: " | "; }

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */
.featured-content {
  background: #000 url(images/pattern-dark.svg) repeat fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%; }

.featured-content-inner {
  overflow: hidden; }

.featured-content .hentry {
  color: #fff;
  margin: 0;
  max-width: 100%;
  width: 100%; }
.featured-content .post-thumbnail {
  background: transparent;
  display: block;
  position: relative;
  padding-top: 55.357142857%;
  overflow: hidden; }
  .featured-content .post-thumbnail:hover {
    background: transparent; }
  .featured-content .post-thumbnail img {
    left: 0;
    position: absolute;
    top: 0; }
.featured-content .entry-header {
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 96px;
  overflow: hidden;
  padding: 24px 10px; }
.featured-content a {
  color: #fff; }
  .featured-content a:hover {
    color: #000; }
.featured-content .entry-meta {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.0909090909;
  margin-bottom: 12px; }
.featured-content .cat-links {
  font-weight: 700; }
.featured-content .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3333333333;
  margin: 0;
  text-transform: uppercase; }

/* Slider */
.slider .featured-content .hentry {
  -webkit-backface-visibility: hidden;
  display: none;
  position: relative; }
.slider .featured-content .post-thumbnail {
  padding-top: 55.49132947%; }

.slider-control-paging {
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: -24px 0 0 0;
  position: relative;
  width: 100%;
  z-index: 3; }
  .slider-control-paging li {
    float: left;
    margin: 2px 4px 2px 0; }
    .slider-control-paging li:last-child {
      margin-right: 0; }
  .slider-control-paging a {
    cursor: pointer;
    display: block;
    height: 44px;
    position: relative;
    text-indent: -999em;
    width: 44px; }
    .slider-control-paging a:before {
      background-color: #4d4d4d;
      content: "";
      height: 12px;
      left: 10px;
      position: absolute;
      top: 16px;
      width: 12px; }
    .slider-control-paging a:hover:before {
      background-color: #000; }
  .slider-control-paging .slider-active:before, .slider-control-paging .slider-active:hover:before {
    background-color: #000; }

.slider-direction-nav {
  clear: both;
  list-style: none;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 3; }
  .slider-direction-nav li {
    border-color: #fff;
    border-style: solid;
    border-width: 2px 1px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%; }
    .slider-direction-nav li:last-child {
      border-width: 2px 0 0 1px; }
  .slider-direction-nav a {
    background-color: #000;
    display: block;
    font-size: 0;
    height: 46px; }
    .slider-direction-nav a:hover {
      background-color: #24890d; }
    .slider-direction-nav a:before {
      color: #fff;
      content: "";
      font-size: 32px;
      line-height: 46px; }
  .slider-direction-nav .slider-next:before {
    content: ""; }
  .slider-direction-nav .slider-disabled {
    display: none; }

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */
/* Secondary */
.site-description {
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5; }

/* Primary Sidebar  */
.secondary-navigation + .primary-sidebar {
  padding-top: 0; }

/* Content Sidebar  */
.content-sidebar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #767676;
  padding: 48px 10px 0; }

/**
 * 7.1 Widgets
 * ----------------------------------------------------------------------------- */
/* Primary Sidebar, Footer Sidebar */
.widget {
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  margin-bottom: 48px;
  word-wrap: break-word; }
  .widget a {
    color: #fff; }
    .widget a:hover {
      color: #000; }
  .widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    margin: 24px 0 12px; }
  .widget h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.0909090909; }
  .widget h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2; }
  .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333; }
  .widget h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  .widget h5 {
    font-size: 14px;
    line-height: 1.7142857142; }
  .widget h6 {
    font-size: 12px;
    line-height: 2; }
  .widget address {
    margin-bottom: 18px; }
  .widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.7); }
  .widget mark, .widget ins {
    color: #000; }
  .widget pre, .widget fieldset {
    border-color: rgba(255, 255, 255, 0.2); }
  .widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5; }
  .widget blockquote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 18px; }
    .widget blockquote cite {
      color: #fff;
      font-size: 14px;
      line-height: 1.2857142857; }
  .widget dl, .widget dd {
    margin-bottom: 18px; }
  .widget ul, .widget ol {
    list-style: none;
    margin: 0; }
  .widget ol, .widget ul {
    margin-left: 10px; }
  .widget table, .widget th, .widget td {
    border-color: rgba(255, 255, 255, 0.2); }
  .widget table {
    margin-bottom: 18px; }
  .widget del {
    color: rgba(255, 255, 255, 0.4); }
  .widget hr {
    background-color: rgba(255, 255, 255, 0.2); }
  .widget p {
    margin-bottom: 18px; }
  .widget input, .widget textarea {
    padding: 0 8px;
    width: 100%; }
  .widget button, .widget .button {
    border: 0;
    padding: 0 15px;
    width: auto; }
  .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
    border: 0;
    padding: 0 15px;
    width: auto; }
  .widget input[type="button"]:hover, .widget input[type="button"]:focus {
    background-color: #F07D00; }
  .widget input[type="reset"]:hover, .widget input[type="reset"]:focus {
    background-color: #F07D00; }
  .widget input[type="submit"]:hover, .widget input[type="submit"]:focus {
    background-color: #F07D00; }
  .widget input[type="button"]:active, .widget input[type="reset"]:active, .widget input[type="submit"]:active {
    background-color: #F07D00; }
  .widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px; }
  .widget .widget-title {
    /*font-size: 16px; */
    font-size: 20px;
    line-height: 1.7142857142;
    margin: 0 0 24px 0;
    color: #fff; }

#primary-sidebar .widget-title {
  color: #f07d00;
  font-size: 28px;
  line-height: 28px; }
#primary-sidebar .textwidget {
  color: #888;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px; }

.widget-title {
  color: #000; }
  .widget-title a {
    color: #000; }
    .widget-title a:hover {
      color: #000; }

/* List Style Widgets */
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 0 9px; }

.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
  border-top: 0; }

.widget_categories li ul, .widget_nav_menu li ul, .widget_pages li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 9px; }

.widget_categories li li:last-child, .widget_nav_menu li li:last-child, .widget_pages li li:last-child {
  padding-bottom: 0; }

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  display: block; }

/* RSS Widget */
.rsswidget img {
  margin-top: -4px; }

.rssSummary {
  margin: 9px 0; }

.rss-date {
  display: block; }

.widget_rss li {
  margin-bottom: 18px; }
  .widget_rss li:last-child {
    margin-bottom: 0; }

/* Text Widget */
.widget_text > div > :last-child {
  margin-bottom: 0; }

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
/* Share articles */
.entry-header .share {
  margin-top: 48px; }
  @media (max-width: 767px) {
    .entry-header .share {
      margin-top: 40px; } }

.show-share-button {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  color: #ffffff;
  font-size: 20px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  line-height: 56px;
  height: 56px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .show-share-button:hover, .show-share-button:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    outline: 0;
    box-shadow: 0 0 0; }

@media (max-width: 767px) {
  .wrap.linkedin {
    display: none; } }
.share-button {
  color: white;
  background-color: #ff8700;
  border: 0px;
  height: 56px;
  line-height: 56px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px !important;
  float: left;
  margin-right: 0px; }
  .share-button.text {
    cursor: default; }
  @media (max-width: 767px) {
    .share-button {
      padding-left: 10px;
      padding-right: 10px; } }
  .share-button.facebook, .share-button.twitter, .share-button.google, .share-button.linkedin, .share-button.email {
    padding-left: 0;
    padding-right: 0;
    width: 56px;
    height: 56px;
    line-height: 56px; }
    @media (max-width: 767px) {
      .share-button.facebook, .share-button.twitter, .share-button.google, .share-button.linkedin, .share-button.email {
        width: 40px; } }
  .share-button.facebook {
    background-color: #3b5998; }
  .share-button.twitter {
    background-color: #00aced; }
  .share-button.linkedin {
    background-color: #007bb6; }
  .share-button.google {
    background-color: #dd4b39; }
  .share-button.email {
    background-color: #999999; }
  .share-button.facebook:hover, .share-button.twitter:hover, .share-button.google:hover, .share-button.linkedin:hover, .share-button.email:hover {
    color: white;
    opacity: 0.75; }

/* Contact form 7 */
.wpcf7 label {
  display: block;
  float: left;
  width: 30%;
  clear: both;
  line-height: 32px;
  height: 32px; }
  @media (max-width: 767px) {
    .wpcf7 label {
      width: 100%; } }
.wpcf7 .wpcf7-list-item label {
  width: auto;
  clear: none;
  margin-right: 16px; }
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  float: left;
  width: 70%;
  /*height: 48px; */
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .wpcf7 .wpcf7-form-control-wrap {
      width: 100%; } }
  .wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
    /*margin-bottom: 16px; */ }
    .wpcf7 .wpcf7-form-control-wrap input[type="file"] {
      height: auto;
      line-height: normal;
      padding: 8px 0;
      border: none; }
.wpcf7 .wpcf7-checkbox input, .wpcf7 .wpcf7-radio input {
  width: auto;
  height: auto; }
.wpcf7 .desciption {
  margin-left: 30%;
  margin-bottom: 16px;
  display: block;
  float: left;
  width: 70%;
  margin-top: -8px;
  color: #999;
  font-size: 14px; }
  @media (max-width: 767px) {
    .wpcf7 .desciption {
      width: 100%;
      margin-left: 0; } }
.wpcf7 span.wpcf7-not-valid-tip {
  color: #f07d00;
  display: block;
  position: absolute;
  top: 1px;
  right: 8px;
  font-size: 12px;
  background: #fff;
  line-height: 30px; }
  @media (max-width: 767px) {
    .wpcf7 span.wpcf7-not-valid-tip {
      position: relative;
      top: 0;
      right: 0; } }
.wpcf7 .wpcf7-response-output {
  border: none;
  background-color: #0896B4;
  color: #fff;
  margin-left: 30%;
  padding: 8px 16px;
  line-height: 20px;
  width: 70%;
  clear: both; }
  @media (max-width: 767px) {
    .wpcf7 .wpcf7-response-output {
      width: 100%;
      margin-left: 0;
      clear: both; } }
.wpcf7 div.wpcf7-validation-errors {
  background-color: #0896B4; }
.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #7CBF4A; }
.wpcf7 .wpcf7-list-item-label {
  margin-left: 16px; }

div.wpcf7 {
  display: block;
  float: left;
  width: 100%;
  clear: both; }

/* Wraps */
.wrap {
  position: relative;
  margin: 0 auto;
  float: none; }
  .wrap.small {
    position: relative;
    margin: 0 auto; }

/* Other content */
.content-area {
  width: 100%;
  overflow: visible; }

.excerpt {
  position: relative; }

.hentry {
  margin: 0 auto;
  max-width: 100%; }

.site-main {
  background-color: #fff; }

.content {
  float: left; }
  .content ul {
    margin-bottom: 24px; }

.person {
  float: left;
  text-align: center; }

.home .site-main, .page-template-home-page-2 .site-main {
  background-color: #E8E8E8; }
.home .wrap-100, .page-template-home-page-2 .wrap-100 {
  padding-top: 24px;
  margin-bottom: 180px; }

.page-template-page-templatescontact-php .site-content {
  width: 100%; }

.post-type-archive-get_vacature .site-main, .post-type-archive-get_blog .site-main {
  background-color: #E8E8E8; }

.page-content {
  margin-bottom: 48px; }

/* Over Nedap */
.entry-content {
  position: relative; }
  .entry-content .content {
    float: left; }
  .entry-content .person {
    float: left;
    text-align: center; }
    .entry-content .person img {
      border-radius: 110px; }
    .entry-content .person h3, .entry-content .person p {
      text-align: center;
      font-size: 1rem;
      font-size: 16px;
      color: #5B5B5B !important; }
    .entry-content .person h3 {
      margin-top: 16px; }

.ons {
  background-image: url(images/orange-line.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 324px; }
  @media (max-width: 767px) {
    .ons {
      background-position: 34px 0px;
      background-repeat: repeat-y; } }

.bg-pt {
  background-position: center 80px; }
  @media (max-width: 767px) {
    .bg-pt {
      background-position: 34px 80px; } }

.page-template-page-templatesnedap-php .entry-header {
  position: relative;
  top: 0;
  left: 0%;
  width: 100%;
  height: 67px;
  text-align: left;
  padding: 0 36px;
  background-image: url(images/orange-dot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit; }
  @media (max-width: 767px) {
    .page-template-page-templatesnedap-php .entry-header {
      background-image: none; } }
  .page-template-page-templatesnedap-php .entry-header h1 {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    height: 48px;
    color: #f07d00;
    width: 100%; }
.page-template-page-templatesnedap-php.page .entry-content {
  margin: 0; }
.page-template-page-templatesnedap-php #intro {
  background-image: none; }

.intro-text {
  margin-left: 50%;
  text-align: left;
  padding: 66px 36px 0 36px; }
  @media (max-width: 767px) {
    .intro-text {
      margin-left: 24px;
      padding: 66px 56px 0 56px; } }
  .intro-text h2 {
    padding-bottom: 34px; }

.intro-image {
  position: absolute;
  top: 130px; }
  @media (max-width: 767px) {
    .intro-image {
      position: absolute;
      top: -280px;
      z-index: 10;
      width: 100% !important;
      height: 280px;
      overflow: auto; } }
  @media (max-width: 1023px) {
    .intro-image {
      width: 320px; } }
  @media (min-width: 1024px) {
    .intro-image {
      top: 108px;
      width: 480px; } }
  @media (min-width: 1280px) {
    .intro-image {
      width: 504px; } }
  .intro-image img {
    width: 100%; }
    @media (max-width: 767px) {
      .intro-image img {
        position: relative;
        top: -68%; } }
    @media (max-width: 640px) {
      .intro-image img {
        top: -30%; } }
    @media screen and (max-width: 500px) {
      .intro-image img {
        top: -22%; } }
    @media screen and (max-width: 440px) {
      .intro-image img {
        top: -10%; } }
    @media screen and (max-width: 400px) {
      .intro-image img {
        top: 5%; } }
    @media screen and (max-width: 360px) {
      .intro-image img {
        top: 15%; } }

.entry-content h2 {
  color: #f07d00; }

@media (max-width: 640px) {
  .page-template-nedap .entry-header.head {
    min-height: 200px; } }
.page-template-nedap .intro-text:before, .page-template-nedap .part-two h2:before, .page-template-nedap .groenlo h2:before {
  content: "";
  background-image: url(images/orange-dot.png);
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: -50px; }
  @media (max-width: 767px) {
    .page-template-nedap .intro-text:before, .page-template-nedap .part-two h2:before, .page-template-nedap .groenlo h2:before {
      margin-left: -57px; } }
.page-template-nedap .part-two {
  height: 1440px; }
  @media (max-width: 767px) {
    .page-template-nedap .part-two {
      height: auto;
      overflow: hidden; } }
  .page-template-nedap .part-two h2 {
    width: 100%;
    margin: 0;
    margin-left: 50%;
    padding: 54px 36px;
    color: #f07d00;
    text-align: left; }
    @media (max-width: 767px) {
      .page-template-nedap .part-two h2 {
        margin-left: 80px;
        padding: 34px 0px; } }
.page-template-nedap .groenlo h2 {
  width: 100%;
  margin: 0;
  margin-left: 50%;
  padding: 34px 36px;
  color: #f07d00;
  text-align: left; }
  @media (max-width: 767px) {
    .page-template-nedap .groenlo h2 {
      margin-left: 80px;
      padding: 28px 0px; } }
@media (max-width: 767px) {
  .page-template-nedap.page .oranje.head {
    background-color: transparent;
    z-index: 25; } }
.page-template-nedap .entry-header:before {
  content: "";
  display: block;
  width: 28px;
  left: 50%;
  margin-left: -14px;
  background-color: white;
  height: 28px;
  border-radius: 28px;
  position: absolute;
  top: 152px; }
  @media (max-width: 767px) {
    .page-template-nedap .entry-header:before {
      left: 0;
      top: 84px;
      margin-left: 22px; } }
.page-template-nedap .entry-header:after {
  content: "";
  display: block;
  width: 8px;
  position: relative;
  left: 50%;
  margin-left: -4px;
  background-color: white;
  height: 170px;
  z-index: 10; }
  @media (max-width: 767px) {
    .page-template-nedap .entry-header:after {
      left: 0;
      margin-left: -4px; } }
  @media (max-width: 640px) {
    .page-template-nedap .entry-header:after {
      margin-left: 8px; } }
.page-template-nedap #intro:before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  background-color: #FF9900;
  height: 80px;
  z-index: 30; }
  @media (max-width: 767px) {
    .page-template-nedap #intro:before {
      left: 0;
      margin-left: 32px; } }

.m-1 {
  top: 0; }

.m-3 {
  top: 258px; }
  @media (max-width: 767px) {
    .m-3 {
      top: inherit; } }

.m-5 {
  top: 516px; }
  @media (max-width: 767px) {
    .m-5 {
      top: inherit; } }

.m-7 {
  top: 774px; }
  @media (max-width: 767px) {
    .m-7 {
      top: inherit; } }

.m-9 {
  top: 1032px; }
  @media (max-width: 767px) {
    .m-9 {
      top: inherit; } }

.m-2 {
  top: 125px; }
  @media (max-width: 767px) {
    .m-2 {
      top: inherit; } }

.m-4 {
  top: 383px; }
  @media (max-width: 767px) {
    .m-4 {
      top: inherit; } }

.m-6 {
  top: 641px; }
  @media (max-width: 767px) {
    .m-6 {
      top: inherit; } }

.m-8 {
  top: 899px; }
  @media (max-width: 767px) {
    .m-8 {
      top: inherit; } }

.wrap-m {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 767px) {
    .wrap-m {
      margin-left: -165px;
      left: 50%; } }
  .wrap-m:hover {
    top: -190px;
    cursor: default; }
  .wrap-m a {
    color: #fff;
    cursor: pointer; }

.groenlo-text {
  margin-left: 50%;
  text-align: left;
  padding: 0px 36px 0 36px; }
  @media (max-width: 767px) {
    .groenlo-text {
      margin-left: 44px;
      margin-right: 80px; } }

#maps {
  background-image: url(images/blue-line.jpg);
  height: 479px; }

.map {
  background-image: url(images/google-maps.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 479px; }
  @media (max-width: 767px) {
    .map {
      background-position: -722px 0; } }

.oh {
  overflow: hidden; }

/* Slideshow */
body .slideshow_container .slideshow_button.slideshow_previous {
  left: -35px; }
body .slideshow_container .slideshow_button.slideshow_next {
  right: -35px;
  background-position: -25px 0; }
body .slideshow_container_slideshow-jquery-image-gallery-custom-styles_1 .slideshow_button {
  background-image: url(images/btn-arrows.png);
  width: 25px; }
body .slideshow_container_slideshow-jquery-image-gallery-custom-styles_1 .slideshow_transparent {
  opacity: 1; }
body .slideshow_container_slideshow-jquery-image-gallery-custom-styles_1 .slideshow_pagination {
  display: none; }

/* Medewerkers */
.nedaper {
  position: relative;
  clear: both; }
  .nedaper .isotope article {
    background: none; }
  .nedaper .isotope .item {
    width: 240px;
    height: auto;
    margin: 0 115px;
    /*   -webkit-transition: all .2s;
     * -o-transition: all .2s;
     * transition: all .2s; */ }
    @media screen and (min-width: 1024px) {
      .nedaper .isotope .item {
        margin: 0 32px; } }
    @media screen and (min-width: 1280px) {
      .nedaper .isotope .item {
        margin: 0 54px; } }
    .nedaper .isotope .item .link {
      font-size: 12px;
      color: #5B5B5B;
      text-decoration: none;
      padding: 0px;
      display: block;
      height: auto;
      background-color: #fff;
      background-image: none;
      width: 240px;
      padding: 10px; }
    .nedaper .isotope .item:hover .link {
      box-shadow: 0 0 16px #aaa;
      z-index: 99; }
    .nedaper .isotope .item .photo {
      padding-bottom: 16px;
      display: block;
      width: 212px;
      margin: 0 auto; }
    .nedaper .isotope .item img {
      width: 212px;
      height: 212px;
      border-radius: 125px; }
    .nedaper .isotope .item .entry-header {
      padding: 0;
      height: 0;
      overflow: hidden;
      clear: both;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .nedaper .isotope .item:hover .entry-header {
      height: auto;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .nedaper .isotope .item .entry-title {
      font-size: 1rem;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      color: #5B5B5B; }
    .nedaper .isotope .item article .excerpt {
      display: block;
      margin-top: 0;
      opacity: 1;
      color: #5B5B5B;
      padding-right: 0;
      padding-bottom: 16px;
      float: left;
      width: 100%;
      white-space: normal; }

.isotope .role {
  font-family: "Aller_rg";
  display: block;
  margin-top: 8px; }

.wrap-big .isotope {
  width: 100%;
  margin: auto; }
  @media (max-width: 640px) {
    .wrap-big .isotope {
      padding: 0 12px 0 10px; } }
  @media (max-width: 1023px) {
    .wrap-big .isotope {
      max-width: 728px; } }
  @media (min-width: 1024px) {
    .wrap-big .isotope {
      max-width: 1008px; } }
  @media (min-width: 1280px) {
    .wrap-big .isotope {
      max-width: 1264px; } }

.post-type-archive-get_blog .nedaper {
  opacity: 1; }

.nedaper {
  opacity: 0;
  -webkit-transition: 0.35s opacity ease;
  transition: 0.35s opacity ease; }

.carousel-wrapper {
  margin: 0 0 0rem !important; }
  .carousel-wrapper .isotope {
    display: block;
    white-space: nowrap; }

.nedaper .isotope .quote {
  padding-left: 8px;
  float: left;
  color: #8395A8;
  font-size: 20px;
  font-style: italic; }
.nedaper .isotope .item:hover .quote {
  color: #F07D00; }
.nedaper .isotope .before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url(images/icon-quote.png);
  background-position: left top;
  background-repeat: no-repeat; }
.nedaper .isotope .item:hover .before {
  background-position: -247px 0; }

#prev, #next {
  position: absolute;
  top: 0;
  background: #fff;
  width: 10%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  outline: none; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #prev, #next {
      background: transparent; } }

#prev {
  background-image: url(images/btn-prev-slide.png);
  background-position: right 106px;
  background-repeat: no-repeat;
  left: -148px; }
  @media screen and (min-width: 768px) {
    #prev {
      left: 0; } }
  @media screen and (min-width: 1024px) {
    #prev {
      left: -170px; } }
  @media screen and (min-width: 1280px) {
    #prev {
      left: -270px; } }
  #prev:hover {
    background-position: right -864px; }

#next {
  background-image: url(images/btn-next-slide.png);
  background-position: left 106px;
  background-repeat: no-repeat;
  right: -148px; }
  @media screen and (min-width: 768px) {
    #next {
      right: 0; } }
  @media screen and (min-width: 1024px) {
    #next {
      right: -170px; } }
  @media screen and (min-width: 1280px) {
    #next {
      right: -270px; } }
  #next:hover {
    background-position: left -864px; }

/* Evenementen */
.site-content .isotope.evenementen .klein .link {
  width: 100%; }

.related.isotope .get_evenement .link {
  width: 100%; }

.wrap-100 {
  width: 100%; }

.wrap-100.isotope {
  width: 100%; }

.wrap.higher {
  position: relative;
  margin-top: -85px;
  z-index: 10; }

.bg-blue {
  background-color: #0896B4; }

.bg-gray-blue {
  background-color: #8395A8; }

.top-gray-blue {
  background-image: url(images/top-gray-blue.jpg);
  background-repeat: repeat-x;
  background-position: 0 -911px; }

.top-blue {
  background-image: url(images/top-blue.jpg);
  background-repeat: repeat-x;
  background-position: 0 -911px; }

.bg-dgray {
  background-color: #888; }

.top-dgray {
  background-image: url(images/top-dgray.jpg);
  background-repeat: repeat-x;
  background-position: 0 -911px; }

.bg-gray {
  background-color: #E8E8E8; }

.top-light-gray {
  background-image: url(images/top-light-gray.jpg);
  background-repeat: repeat-x;
  background-position: 0 85px; }

.bg-green {
  background-color: #7cbf4b; }

.top-green {
  background-image: url(images/top-green.jpg);
  background-repeat: repeat-x;
  background-position: 0 -911px; }

.single .goud.head, .isotope .goud article {
  background-color: #bd9d6a !important; }

.bg-gold {
  background-color: #bd9d6a; }

.top-gold {
  background-image: url(images/top-gold.jpg);
  background-repeat: repeat-x;
  background-position: 0 -911px; }

.post-type-archive-get_evenement .wrap, .post-type-archive-get_evenement .wrap-100 {
  display: block;
  clear: both; }

.post-type-archive-get_talk .wrap-100, .post-type-archive-get_talk .wrap {
  display: block;
  clear: both; }

.single-get_vacature .entry-header .share .wrap {
  padding-left: 0; }
.single-get_vacature .link-event {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  background-color: #7CBF4A; }
.single-get_vacature .groen .link-event {
  background-color: #222222;
  background-color: rgba(0, 0, 0, 0.2); }
@media (max-width: 767px) {
  .single-get_vacature .about-you, .single-get_vacature .about-us {
    padding-left: 0px; } }

.link-event {
  font-family: "Aller_rg";
  background-color: #F07D00;
  font-size: 20px;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 56px;
  height: 56px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  bottom: -78px;
  left: 0;
  z-index: 9;
  margin-right: 12px; }
  .link-event:hover {
    color: #fff;
    box-shadow: 0 0 16px #aaa;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
    .entry-header .link-event:hover {
      box-shadow: 0 0 0 #aaa; }
  @media (max-width: 767px) {
    .link-event {
      height: auto;
      line-height: 24px;
      padding: 16px;
      text-align: center; } }

.link-fragment:hover, .link-university:hover {
  color: #fff;
  box-shadow: 0 0 16px #aaa;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
  .entry-header .link-fragment:hover, .entry-header .link-university:hover {
    box-shadow: 0 0 0 #aaa; }

.touch .link-fragment:hover, .touch .link-university:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 1; }

.link-fragment, .link-university {
  font-family: "Aller_rg";
  background-color: #F07D00;
  font-size: 20px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 56px;
  height: 56px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 12px; }

@media (max-width: 640px) {
  .entry-header .show-share-button {
    margin-top: 12px;
    clear: both; } }

.entry-header .share-buttons {
  position: relative;
  min-width: 340px; }
  @media (max-width: 1023px) {
    .entry-header .share-buttons {
      margin-top: 12px;
      clear: both; } }
  .entry-header .share-buttons > div {
    overflow: visible;
    background-color: white;
    height: 56px;
    display: inline-block; }

.get_evenement a {
  color: #488288; }
.get_evenement .entry-title {
  /*color: #6BB3BD; */
  color: #bd9d6a;
  margin-top: 10px;
  display: block; }

.isotope .get_evenement .entry-title {
  /*color: #6BB3BD; */
  color: #bd9d6a;
  margin-top: 10px;
  display: block;
  font-size: 20px;
  font-family: "Aller_bd", sans-serif !important; }

.single-get_vacature .isotope .stamp-2 .entry-title {
  color: #8395A8;
  margin-top: 0;
  display: block; }

.isotope .stamp-2 .entry-title {
  color: #8395A8;
  margin-top: 10px;
  display: block;
  font-size: 20px;
  font-family: "Aller_bd", sans-serif !important; }

.single-get_vacature .isotope .stamp-2 h2 {
  color: #304063;
  font-size: 1rem;
  font-size: 16px;
  margin-top: 0;
  display: block;
  margin-bottom: 10px; }

.isotope .stamp-2 h2 {
  color: #3a414a;
  font-size: 16px;
  margin-top: 0;
  display: block; }
.isotope .stamp-4 .entry-title {
  color: #7CBF4A;
  margin-top: 4px;
  display: block;
  font-size: 20px; }
.isotope .stamp-4 h2 {
  color: #4B7528;
  font-size: 1rem;
  font-size: 16px;
  margin-top: 0;
  display: block; }
.isotope .stamp-4 .entry-header {
  height: 100%; }
.isotope .stamp-3 {
  position: absolute;
  top: 0 !important; }
  @media (max-width: 1023px) {
    .isotope .stamp-3 {
      left: 0px !important; } }
  @media (max-width: 767px) {
    .isotope .stamp-3 {
      left: 4px !important;
      width: 634px !important; } }
  @media (max-width: 640px) {
    .isotope .stamp-3 {
      left: 10px !important;
      width: 100% !important; }
      .isotope .stamp-3 .widget .widget-title {
        margin: 0 0 6px 0; } }
  @media (min-width: 1024px) {
    .isotope .stamp-3 {
      left: 504px !important; } }
  @media (min-width: 1280px) {
    .isotope .stamp-3 {
      left: 756px !important; } }
  .isotope .stamp-3 article .link {
    background-color: white; }
.isotope .entry-title {
  width: 100% !important; }

.page-template-university .related .entry-title {
  font-size: 18px;
  font-size: 1.125rem; }

.post-type-archive-get_evenement .page-title {
  width: 100%;
  margin: auto; }

.home .get_evenement .entry-meta, .single-get_detail .get_evenement .entry-meta, .archive .get_evenement .entry-meta {
  /*color: #488288; */
  color: #7f6742;
  background: #fff;
  line-height: 14px; }

.single-get_vacature .stamp-2 .entry-meta {
  color: #3a414a;
  background: #fff;
  line-height: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.home .stamp-2 .entry-meta {
  color: #3a414a;
  background: #fff;
  line-height: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }
.home .stamp-4 .entry-meta {
  color: #6E9E3F;
  background: #fff;
  line-height: 14px; }

.day {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  margin-right: 12px;
  color: #7f6742;
  width: 38px;
  display: block;
  float: left;
  text-align: center;
  height: 34px; }
  .day i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 2.35rem;
    color: #7F6742;
    line-height: 35px;
    height: 35px; }
    .day i.fa-calendar-o:before {
      position: absolute;
      left: 0px;
      top: -8px; }

.get_evenement .date .month {
  /*color: #064a59; */
  color: #7f6742; }

.related .day {
  /*color: #064a59; */
  color: #7f6742; }
  .related .day i {
    /*color: #064a59; */
    color: #7f6742; }

.single-get_evenement {
  /*color: #7f6742; */ }
  .single-get_evenement .get_evenement .date .month {
    color: #064a59; }
  .single-get_evenement .related .day {
    color: #064a59;
    /*color: #7f6742; */ }
    .single-get_evenement .related .day i {
      color: #064a59; }

/*color: #7f6742; */
.related .nedaper {
  clear: none; }

.date {
  -ms-zoom: 0.85;
  zoom: 0.85;
  margin-bottom: 0px; }

.more-events {
  position: absolute;
  right: 8px;
  top: 4px;
  width: 240px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #064a59;
  color: #fff;
  z-index: 2;
  cursor: pointer; }

.isotope .last.wit article {
  background: #064a59;
  color: #fff;
  z-index: 2;
  cursor: pointer; }

/* Contact template */
.page-template-page-templatescontact-php .entry-title {
  font-family: "Aller_bdit", sans-serif;
  color: #F07D00 !important;
  font-size: 46px;
  font-weight: bold;
  line-height: 46px;
  width: 620px;
  margin: 40px auto 20px; }

#intro {
  text-align: center;
  background-color: #E8E8E8;
  background-image: url(images/bottom-white.png);
  background-position: left bottom;
  background-repeat: repeat-x; }
  #intro .wrap {
    padding-bottom: 0; }

.page-template-page-templatesnedap-php #intro .wrap {
  padding-bottom: 40px; }

#intro .photo img {
  margin: 0 auto;
  border-radius: 110px;
  height: 220px;
  width: 220px; }
#intro .intro-content {
  margin: 0 auto 20px auto; }
  @media (max-width: 767px) {
    #intro .intro-content {
      padding: 0 24px; } }

#side-content {
  text-align: center; }

.contact-info span {
  color: #F07D00; }
  @media (max-width: 767px) {
    .contact-info span {
      font-size: 12px;
      width: 100%;
      display: inline-block;
      margin-top: 12px; } }
.contact-info a {
  background-color: #7CBF4A;
  padding: 8px 12px;
  margin-left: 16px;
  color: #fff;
  text-decoration: none; }
  .contact-info a i {
    font-size: 20px;
    margin-left: 8px; }

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
.post-thumbnail {
  background: #b2b2b2;
  display: block;
  position: relative;
  width: 100%;
  z-index: 0; }

.full-width .post-thumbnail img {
  display: block;
  margin: 0 auto; }

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */
.entry-header {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 24px;
  overflow: hidden; }
  .entry-header.head {
    min-height: 240px;
    background-color: #7CBF4A; }
    .entry-header.head.big, .entry-header.head.has-thumb {
      min-height: 450px; }
    @media (max-width: 640px) {
      .entry-header.head {
        min-height: 280px; } }
  .entry-header.has-thumb .show-share-button {
    background-color: #F07D00; }

.single .head, .single .groen.head {
  background-color: #7CBF4A; }
.single .blauw.head {
  background-color: #0896B4; }
.single .oranje.head {
  background-color: #FF9900; }
.single .rood.head {
  background-color: #CC3240; }
.single .gold.head {
  background-color: #bd9d6a; }

.page .head, .page .groen.head {
  background-color: #7CBF4A; }
.page .blauw.head {
  background-color: #0896B4; }
.page .oranje.head {
  background-color: #FF9900; }
.page .rood.head {
  background-color: #CC3240; }
.page .gold.head {
  background-color: #bd9d6a; }

.single-get_medewerker .entry-header.head {
  /*background-color: #F07D00; Orange */
  background-color: #23BDDD;
  height: auto;
  background-image: url(images/bottom-white.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: inherit; }
  .single-get_medewerker .entry-header.head .photo {
    margin: 0 auto;
    width: 220px; }
    .single-get_medewerker .entry-header.head .photo img {
      border-radius: 110px;
      width: 220px;
      height: 220px; }

.hresize {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F07D00 !important;
  color: #fff !important;
  display: block;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  cursor: pointer; }

.no-thumb .hresize {
  display: none; }

.entry-title {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0; }

.page .isotope .entry-title, .page .isotope.related .entry-title {
  padding-top: 0px; }

.page .entry-title {
  width: 976px;
  margin: 0 auto;
  display: block;
  height: auto;
  position: relative; }
  @media (max-width: 767px) {
    .page .entry-title {
      width: 100% !important; } }

.page .entry-header .entry-title, .single .entry-header .entry-title {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .page .entry-header .entry-title, .single .entry-header .entry-title {
      padding-top: 40px; } }

@media (max-width: 767px) {
  .single.single-get_evenement .site-content .klein a.link {
    padding: 0; } }
.single.single-get_evenement .entry-header .entry-title {
  padding-top: 46px; }

.page .isotope-diff-blocks .entry-header .entry-title, .single .isotope-diff-blocks .entry-header .entry-title, .isotope-diff-blocks .klein h1, .single .related .entry-header .entry-title, .page .nedaper .entry-header .entry-title, .page-template-nedap.page .entry-header .entry-title {
  padding-top: 0px; }

.single .entry-title {
  margin: 0 auto;
  display: block;
  position: relative; }

.page .entry-title span, .single-get_blog .entry-title span, .single-get_vacature .entry-title span, .single-get_evenement .entry-title span, .single-get_detail .entry-title span, .page-template-university .entry-title span, .single-get_talk .entry-title span {
  position: relative;
  top: 0px;
  left: 0px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Aller_rg";
  font-weight: normal;
  width: 100%;
  margin-left: 0;
  display: inline-block;
  max-width: 560px; }
  @media (max-width: 1023px) {
    .page .entry-title span, .single-get_blog .entry-title span, .single-get_vacature .entry-title span, .single-get_evenement .entry-title span, .single-get_detail .entry-title span, .page-template-university .entry-title span, .single-get_talk .entry-title span {
      max-width: 640px; } }
  @media (min-width: 1280px) {
    .page .entry-title span, .single-get_blog .entry-title span, .single-get_vacature .entry-title span, .single-get_evenement .entry-title span, .single-get_detail .entry-title span, .page-template-university .entry-title span, .single-get_talk .entry-title span {
      max-width: 840px; } }

.related .entry-title {
  width: 100% !important; }

.single-get_talk .entry-title, .single-get_detail .entry-title, .page-template-university .entry-title {
  width: 960px; }

.single-get_medewerker .entry-title {
  color: #fff;
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Aller_rg";
  font-weight: normal;
  padding: 40px 0;
  text-align: center; }

.single .related .entry-title {
  width: 100%;
  height: auto;
  font-family: "Aller_bd", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 20px; }

.single-get_evenement .entry-title span .small {
  font-size: 1.5rem;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .single-get_evenement .entry-title span .small {
      margin-bottom: 26px; } }

.page .nedaper .entry-title span {
  font-family: "Aller_bd";
  position: relative;
  color: inherit;
  width: 100%;
  margin-left: 0;
  font-size: inherit;
  left: inherit;
  bottom: inherit;
  line-height: 24px !important;
  margin-top: 0;
  display: block; }
  .page .nedaper .entry-title span.role {
    font-family: "Aller_rg"; }

.single-get_detail .entry-title span, .single-get_talk .entry-title span, .page-template-university .entry-title span {
  bottom: 125px;
  margin-left: 0; }

.single-get_medewerker .entry-title span.role {
  color: #5B5B5B;
  font-size: 1.5rem;
  display: block;
  line-height: 24px; }

.entry-title a {
  color: #fff;
  text-decoration: none; }
  .entry-title a:hover {
    color: #fff; }

.isotope .entry-header {
  padding: 20px;
  padding-bottom: 10px; }
.isotope .entry-title {
  color: #fff;
  font-family: "Aller_rg", sans-serif !important; }

.site-content .has-post-thumbnail .entry-header {
  padding-top: 24px;
  color: #fff; }

.page-template-bigfive .extra-text, .page-template-infographic .extra-text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem; }
  .page-template-bigfive .extra-text p, .page-template-infographic .extra-text p {
    width: 100%;
    max-width: 626px; }

.entry-content .story {
  margin-bottom: 80px;
  width: 100%;
  position: relative;
  transition: 0.3s height ease;
  height: auto !important; }
  @media (max-width: 767px) {
    .entry-content .story {
      margin-bottom: 64px; } }
  @media (min-width: 1024px) {
    .entry-content .story {
      height: 218px; } }
  .entry-content .story p:last-child {
    margin-bottom: 0; }
  .entry-content .story h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem; }
  .entry-content .story .story-text {
    min-height: 200px;
    margin-top: 24px; }
    @media (min-width: 1024px) {
      .entry-content .story .story-text {
        margin-top: 0; } }
  .entry-content .story .story-button {
    position: relative; }
    @media (min-width: 1024px) {
      .entry-content .story .story-button {
        position: absolute;
        bottom: 0;
        margin: 0; } }
  .entry-content .story .story-full {
    margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .entry-content .story .story-image {
      padding-left: 0px; } }

.infographic {
  margin-top: -120px;
  z-index: 10;
  position: relative; }

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.entry-content, .entry-summary, .page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.page .entry-content {
  padding-top: 0;
  clear: both;
  margin: 40px auto 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both; }

.single .entry-content {
  margin: 40px auto 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both; }

.single-get_detail .entry-content, .single-get_talk .entry-content, .page-template-university .entry-content {
  margin-bottom: 0;
  margin-top: 0; }

.page-template-university .entry-content {
  padding-top: 5rem; }

/* Related content */
.related.isotope .item {
  width: 240px;
  margin-right: 12px; }
  @media (max-width: 767px) {
    .related.isotope .item {
      width: 48%; } }
  @media (max-width: 640px) {
    .related.isotope .item {
      width: 100%; } }

h2.related {
  color: #F07D00;
  margin: 72px 0 48px 0; }

.related-content a {
  color: #F07D00; }
.related-content article {
  margin-bottom: 16px; }
@media (max-width: 767px) {
  .related-content .related {
    padding-left: 24px; } }

.related-title {
  margin-top: 0;
  color: #F07D00; }

.related-image {
  float: left;
  width: 40%; }

.related-text {
  float: right;
  width: 60%;
  padding-left: 24px; }
  @media (max-width: 767px) {
    .related-text {
      float: left;
      width: 100%; } }

/* Fragmenten */
.entry-content .fragmenten iframe {
  width: 250px;
  height: 200px;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px; }

.entry-content iframe {
  position: absolute;
  width: 100%;
  height: 100%; }

.single-get_blog .entry-content iframe {
  position: absolute;
  width: 100%;
  height: 100%; }

/* Article */
.site-content .no-thumb a.link {
  background-image: none !important; }
.site-content .groot a.link {
  width: 100%;
  height: 348px; }

.isotope.related .no-thumb a.link {
  background-image: none !important; }

.post-type-archive-get_talk .site-content .groot a.link {
  width: 392px;
  height: 292px; }

.site-content .normal a.link {
  width: 472px; }
.site-content .related a.link {
  width: 240px; }
  @media (max-width: 767px) {
    .site-content .related a.link {
      width: 100%; } }
.site-content .klein a.link {
  width: 232px; }

.site-content .isotope-diff-blocks .klein a.link {
  width: 100%; }

.archive .entry-meta, .related .entry-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #282828;
  color: #fff;
  padding: 0 10px 0 20px;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  z-index: 1; }

.entry-header.head .entry-meta {
  margin-top: 24px; }

.entry-meta {
  color: #fff;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  z-index: 1; }

.klein .entry-meta {
  text-overflow: ellipsis;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden; }

.home .get_medewerker .entry-meta, .home .get_vacature .entry-meta {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden; }

.single .head .entry-meta {
  font-size: 20px;
  font-size: 1.25rem;
  height: 36px;
  line-height: 36px; }
  @media (max-width: 767px) {
    .single .head .entry-meta {
      font-size: 14px;
      font-size: 0.875rem; } }

.single .head.klein .entry-meta {
  max-width: 100%; }

.edit-link a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 0 10px;
  line-height: 24px;
  height: 24px;
  background-color: #888;
  text-decoration: none;
  z-index: 2;
  font-size: 13px; }

/* ISOTOPE */
.isotope {
  clear: both;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s; }
  .isotope a.link {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    height: 170px;
    width: 100%;
    margin: 0;
    text-decoration: none;
    background-image: url(images/gradient.png);
    background-position: left -348px; }
    .isotope a.link:hover {
      background-position: left 0; }

.item {
  display: block;
  float: left; }

.related .item article, .isotope .item article {
  position: relative;
  padding: 0px;
  margin: 4px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.isotope .item article .excerpt {
  color: #fff;
  padding: 0 40px 0 20px;
  margin-top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 16px; }
.isotope .item article:hover .excerpt {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.touch .isotope .item article:hover .excerpt {
  margin-top: 40px;
  opacity: 0; }

.site-content .isotope:not(.isotope-diff-blocks) .normal .entry-header {
  padding: 20px 20px 12px 20px; }

.isotope .item.groot {
  width: 100%;
  height: 356px; }

.wrap-big .isotope-diff-blocks.isotope .item.hoog {
  height: 356px; }
  @media (max-width: 767px) {
    .wrap-big .isotope-diff-blocks.isotope .item.hoog {
      height: 520px; } }
  @media (max-width: 640px) {
    .wrap-big .isotope-diff-blocks.isotope .item.hoog {
      height: 460px; } }
  .wrap-big .isotope-diff-blocks.isotope .item.hoog a.link {
    width: 100%;
    height: 100%; }
  .wrap-big .isotope-diff-blocks.isotope .item.hoog .get_medewerker {
    height: 100%; }
    .wrap-big .isotope-diff-blocks.isotope .item.hoog .get_medewerker h2 {
      margin: 0px 0 6px;
      font-family: "Aller_rg", sans-serif; }
    .wrap-big .isotope-diff-blocks.isotope .item.hoog .get_medewerker h1 {
      font-family: "Aller_bd", sans-serif !important; }
    .wrap-big .isotope-diff-blocks.isotope .item.hoog .get_medewerker img {
      min-height: 268px;
      min-width: 245px;
      object-fit: cover;
      object-position: center;
      width: 100%;
      margin: auto;
      position: absolute;
      top: 88px;
      left: 0;
      right: 0; }

.wrap-big .isotope-diff-blocks.isotope .item.normal a.link {
  width: 100%; }

.wrap-big .isotope-diff-blocks.isotope .item.medium {
  width: 33%; }
  @media (max-width: 1023px) {
    .wrap-big .isotope-diff-blocks.isotope .item.medium {
      width: 50%; } }
  @media (max-width: 767px) {
    .wrap-big .isotope-diff-blocks.isotope .item.medium {
      width: 100%; } }
  .wrap-big .isotope-diff-blocks.isotope .item.medium article {
    height: 200px; }
    @media (max-width: 767px) {
      .wrap-big .isotope-diff-blocks.isotope .item.medium article {
        height: 175px; } }
  .wrap-big .isotope-diff-blocks.isotope .item.medium a.link {
    width: 100%; }

@media (max-width: 640px) {
  .isotope-diff-blocks.isotope .item {
    padding-right: 20px; } }

.post-type-archive-get_talk .isotope .item.groot {
  width: 400px;
  height: 300px; }

.touch *:hover {
  box-shadow: 0 0 0 !important;
  outline: 0 !important; }

.isotope .item.normal {
  width: 480px;
  height: 178px; }
.isotope .item.klein {
  width: 240px;
  height: 178px; }
.isotope .no-thumb article {
  background-color: #7CBF4A; }
.isotope article:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4); }
.isotope .wit article {
  background-color: #fff; }
.isotope .blauw article {
  background-color: #0896B4; }
.isotope .groen article {
  background-color: #7CBF4A; }

.home .groen .entry-meta, .archive .groen .entry-meta, .related .groen .entry-meta, .page-template-home-page-2 .groen .entry-meta {
  background-color: #6E9E3F; }
.home .isotope .blauw article, .archive .isotope .blauw article, .related .isotope .blauw article, .page-template-home-page-2 .isotope .blauw article {
  background-color: #0896B4; }
.home .blauw .entry-meta, .archive .blauw .entry-meta, .related .blauw .entry-meta, .page-template-home-page-2 .blauw .entry-meta {
  background-color: #23BDDD; }
.home .isotope .oranje article, .archive .isotope .oranje article, .related .isotope .oranje article, .page-template-home-page-2 .isotope .oranje article {
  background-color: #FF9900; }
.home .oranje .entry-meta, .archive .oranje .entry-meta, .related .oranje .entry-meta, .page-template-home-page-2 .oranje .entry-meta {
  background-color: #E28100; }
.home .isotope .rood article, .archive .isotope .rood article, .related .isotope .rood article, .page-template-home-page-2 .isotope .rood article {
  background-color: #CC3240; }
.home .rood .entry-meta, .archive .rood .entry-meta, .related .rood .entry-meta, .page-template-home-page-2 .rood .entry-meta {
  background-color: #EC4A59; }

.isotope .grid-sizer {
  width: 4px; }

/* Related articles */
.related {
  width: 100%;
  float: left;
  background-image: url(images/bottom-gray.jpg);
  background-repeat: repeat-x;
  background-position: 0 140px;
  margin-top: 85px; }
  .related .item article {
    float: left;
    overflow: hidden;
    position: relative;
    padding: 0px;
    margin: 4px;
    background-size: cover;
    background-position: center;
    width: 100%; }

@media (min-width: 1024px) {
  .single-get_blog .related .wrap.big-offset {
    padding-left: 252px; } }
@media (min-width: 1280px) {
  .single-get_blog .related .wrap.big-offset {
    padding-left: 336px; } }

.single-get_blog .college {
  display: none; }
  @media (min-width: 1280px) {
    .single-get_blog .college {
      display: block;
      padding-left: 0;
      margin-top: -200px;
      position: relative;
      z-index: 100; }
      .single-get_blog .college .item {
        height: 172px; }
      .single-get_blog .college .item a.link {
        background-image: none;
        height: 172px; } }

.single .college .related {
  background-image: none; }
  @media (max-width: 767px) {
    .single .college .related {
      padding-left: 0; } }

.college {
  margin-top: 40px;
  padding-left: 80px; }
  @media (min-width: 1024px) {
    .college {
      padding-left: 0;
      margin-top: -200px;
      position: relative;
      z-index: 100; } }
  @media (max-width: 767px) {
    .college {
      padding-left: 0; } }
  .college .item {
    height: 262px;
    margin-bottom: 12px; }
  .college .get_medewerker {
    height: 100% !important; }
  .college .item a.link {
    background-image: none;
    height: 260px; }
    .college .item a.link .entry-header {
      position: absolute;
      bottom: 0px; }
      .single-get_blog .college .item a.link .entry-header {
        top: 0px; }
    .college .item a.link .function {
      margin-top: 0.5rem;
      line-height: 1;
      display: inline-block;
      font-size: 1rem; }
  .college .isotope .blauw.donkerblauw article {
    background-color: #067890; }
  .college .related h3 {
    color: white !important;
    font-size: 20px;
    margin: 0; }
  .college .related .item .link h1 {
    color: white !important;
    font-size: 1.25rem; }

.page-template-university .related {
  width: 100%;
  float: left;
  padding-top: 50px;
  background-repeat: repeat-x;
  background-position: 0 185px; }

.related h3 {
  color: #F07D00 !important;
  clear: both;
  float: left;
  margin: 0 0 12px 0;
  font-size: 1.5rem;
  height: 36px; }

/* Nedaper */
.you {
  display: block;
  float: left;
  width: 100%;
  background-color: #d1d2d4;
  background-image: url("images/bottom-white.png");
  background-position: left top;
  background-repeat: repeat-x;
  padding-bottom: 40px;
  margin-top: 40px; }
  @media (max-width: 640px) {
    .you {
      padding-left: 24px;
      padding-right: 24px; } }
  .you img {
    margin: 0 auto 24px auto;
    width: 220px;
    height: 220px;
    display: block; }
  .you p {
    font-family: "Aller_bd";
    color: #5B5B5B;
    font-size: 20px;
    text-align: center; }
    .you p a {
      font-family: "Aller_rg";
      background-color: #7CBF4A;
      font-size: 1.5rem;
      padding: 0 20px;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      line-height: 56px;
      height: 56px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      @media (max-width: 640px) {
        .you p a {
          height: auto;
          line-height: 28px;
          padding: 20px; } }
      .you p a:hover {
        box-shadow: 0 0 16px #aaa;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .you p a i {
        margin-left: 8px; }
  .you .IN-widget {
    margin: 0 auto;
    width: 630px;
    display: block !important; }

/* Page links */
.page-links {
  clear: both;
  font-size: 12px;
  font-weight: 900;
  line-height: 2;
  margin: 24px 0;
  text-transform: uppercase; }
  .page-links a {
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    height: 22px;
    margin: 0 1px 2px 0;
    text-align: center;
    width: 22px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none; }
    .page-links a:hover {
      background: #000;
      color: #fff; }
  .page-links > span {
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    height: 22px;
    margin: 0 1px 2px 0;
    text-align: center;
    width: 22px; }
  .page-links > .page-links-title {
    height: auto;
    margin: 0;
    padding-right: 7px;
    width: auto; }

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */
/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */
.show-more-wrapper {
  text-align: center;
  margin-top: 40px; }

.gray-button {
  background-color: #222222;
  background-color: rgba(0, 0, 0, 0.25);
  height: 56px;
  line-height: 56px;
  font-size: 0.875rem;
  color: white;
  display: inline-block;
  padding: 0 22px;
  cursor: pointer;
  -webkit-transition: 0.3s opacity ease, 0.3s height ease;
  transition: 0.3s opacity ease, 0.3s height ease; }

.nav-links {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  hyphens: auto;
  word-wrap: break-word; }

.post-navigation, .image-navigation {
  margin: 24px auto 48px;
  max-width: 474px;
  padding: 0 10px; }

.post-navigation a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 0 12px;
  width: 100%; }

.image-navigation .previous-image, .image-navigation .next-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 0 12px;
  width: 100%; }

.post-navigation .meta-nav {
  color: #767676;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 2;
  text-transform: uppercase; }
.post-navigation a {
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857142;
  text-transform: none; }

.image-navigation a {
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857142;
  text-transform: none; }

.post-navigation a:hover, .image-navigation a:hover {
  color: #000; }

/* Paging Navigation */
.paging-navigation {
  border-top: 5px solid #000;
  margin: 48px 0; }
  .paging-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center; }
  .paging-navigation .page-numbers {
    border-top: 5px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-right: 1px;
    padding: 7px 16px;
    text-transform: uppercase; }
  .paging-navigation a {
    color: #000; }
  .paging-navigation .page-numbers.current {
    border-top: 5px solid red; }
  .paging-navigation a:hover {
    color: #000; }

/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */
.attachment .content-sidebar, .attachment .post-thumbnail {
  display: none; }
.attachment .entry-content {
  padding-top: 0; }
.attachment footer.entry-meta {
  text-transform: none; }

.entry-attachment .attachment {
  margin-bottom: 24px; }

/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */
.archive-header, .page-header {
  display: block;
  position: relative;
  float: left;
  width: 100%; }

.archive-title, .page-title {
  font-family: "Aller_rg", sans-serif;
  font-weight: normal;
  color: #fff; }

/* Blog / Events archive */
.groot h1, .normal h1 {
  font-size: 28px;
  line-height: 35px; }
  @media (max-width: 767px) {
    .groot h1, .normal h1 {
      font-size: 1.5rem;
      line-height: 24px; } }

.klein h1 {
  font-size: 22px;
  line-height: 24px; }

.error404 .page-title, .post-type-archive-get_talk .page-title, .post-type-archive-get_blog .page-title, .post-type-archive-get_vacature .page-title, .post-type-archive-get_detail .page-title {
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .error404 .page-title, .post-type-archive-get_talk .page-title, .post-type-archive-get_blog .page-title, .post-type-archive-get_vacature .page-title, .post-type-archive-get_detail .page-title {
      padding-left: 20px; } }

.post-type-archive-get_evenement .page-title {
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 32px; }

.post-type-archive-get_evenement div.wrap-100.bg-gray-blue {
  padding-bottom: 40px; }

/* Vacature archive */
.post-type-archive-get_vacature .groot h1, .post-type-archive-get_vacature .normal h1 {
  font-size: 28px;
  line-height: 28px; }
.post-type-archive-get_vacature .klein h1 {
  font-size: 22px;
  line-height: 28px; }

/* Nedap cultuur */
.spotlight {
  padding-top: 80px;
  margin: auto; }
  @media (max-width: 767px) {
    .spotlight {
      padding-top: 60px; } }
  .spotlight .entry-title {
    margin-bottom: 2rem !important; }
    @media (max-width: 767px) {
      .spotlight .entry-title {
        margin-bottom: 0rem !important; } }
  .spotlight p {
    color: #fff;
    line-height: 19px;
    line-height: 1.1875rem; }

@media (max-width: 640px) {
  .page-template-nedap .spotlight {
    padding-top: 60px; } }

.page-template-page-templatesnedap-cultuur-php .page-title, .page-template-page-templatescontact-php .entry-title, .post-type-archive-get_medewerker .page-title {
  font-family: "Aller_bdit", sans-serif;
  color: #F07D00 !important;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 46px;
  width: 620px;
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .page-template-page-templatesnedap-cultuur-php .page-title, .page-template-page-templatescontact-php .entry-title, .post-type-archive-get_medewerker .page-title {
      width: 100%;
      font-size: 2.25rem; } }

.page-template-page-templatesnedap-cultuur-php .page-title {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 52px;
  font-size: 3.25rem; }

.page-template-page-templatesnedap-cultuur-php.page .head .entry-title {
  position: relative;
  /*left: inherit; */
  top: inherit;
  /*bottom: inherit; */
  margin: 0;
  padding: 0; }
  .page-template-page-templatesnedap-cultuur-php.page .head .entry-title span {
    position: relative;
    /*left: inherit; */
    top: inherit;
    /*bottom: inherit; */
    margin: 0;
    padding: 0; }

.sb {
  background-image: url(images/shade-bottom.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 100%;
  position: absolute;
  bottom: 0; }

@media (max-width: 767px) {
  .sb-mobile {
    background-image: url(images/shade-bottom.png) !important;
    background-position: center bottom !important;
    background-repeat: repeat-x !important;
    bottom: 0; } }

/* Description */
.taxonomy-description, .author-description {
  color: #999;
  font-size: 14px;
  line-height: 1.2857142857;
  padding-top: 18px; }

/* Blog filter */
.selected-filter {
  padding: 0 22px;
  border-radius: 2px;
  background-color: white;
  font-size: 1.125rem;
  height: 56px;
  line-height: 56px; }
  .selected-filter i.fa-angle-down {
    font-size: 1.75rem;
    height: 56px;
    line-height: 56px;
    margin-right: 10px; }

.dropdown-filter {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%; }
  @media (max-width: 767px) {
    .dropdown-filter {
      padding-right: 48px; } }
  .dropdown-filter .filter-name {
    display: block;
    padding: 0 22px;
    font-size: 1.125rem;
    height: 56px;
    line-height: 56px;
    width: auto;
    background-color: #F4F4F4; }
  .dropdown-filter .counter, .dropdown-filter .counter-all {
    position: absolute;
    background-color: rgba(34, 34, 34, 0.1);
    height: 38px;
    line-height: 38px;
    margin-top: 9px;
    width: 44px;
    text-align: center;
    border-radius: 2px;
    font-size: 0.875rem;
    right: 22px; }
    @media (max-width: 767px) {
      .dropdown-filter .counter, .dropdown-filter .counter-all {
        right: 64px; } }
  .dropdown-filter .selected {
    display: none; }

.filter {
  position: relative;
  clear: both;
  padding-bottom: 32px;
  width: 100%;
  display: block;
  float: left; }
  @media (max-width: 1023px) {
    .filter {
      max-width: 600px; } }
  @media (max-width: 767px) {
    .filter {
      padding-left: 24px;
      padding-right: 24px; } }
  .filter span.filter-button:first-child {
    padding: 0 20px 0 20px !important; }
  .filter span.filter-button.selected {
    background: white !important;
    color: #282828 !important; }
    .filter span.filter-button.selected > span {
      background-color: #e2e2e2;
      color: #282828; }
  .filter span.filter-button {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    background: #6F7E8D;
    padding: 0 20px 0 20px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    text-transform: inherit;
    color: white;
    outline: none;
    border-radius: 2px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .filter span.filter-button > span {
      background-color: #5F6B77;
      position: absolute;
      top: 0;
      right: 0;
      height: 40px;
      width: 40px;
      text-align: center;
      color: white;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }

.post-type-archive-get_vacature .filter span.filter-button {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  background: #6F7E8D;
  padding: 0 56px 0 20px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  text-transform: inherit;
  color: white;
  outline: none;
  border-radius: 2px; }

.post-type-archive-get_vacature .filter button {
  padding: 0 50px 0px 20px; }
  .post-type-archive-get_vacature .filter button:first-child {
    padding-right: 20px; }

.filter button:hover {
  /*background-color: #F07D00; */
  background-color: #FF9900;
  color: #fff; }
.filter button.selected {
  background-color: #282828;
  color: #fff; }
.filter button span {
  background-color: #e2e2e2;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px; }
.filter button.selected span, .filter button.selected:hover span {
  background-color: #5B5B5B; }
.filter button:hover span {
  background-color: #F07D00; }

/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */
/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */
.error404 .page-content {
  padding-top: 0; }
  .error404 .page-content .search-form {
    margin-bottom: 24px; }

/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */
.full-width .hentry {
  max-width: 100%; }

/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
/**
 * 6.14 admin
 * -----------------------------------------------------------------------------
 */
.isotope .edit-link {
  position: absolute;
  bottom: 0;
  right: 0; }

/**
 * 6.15 icons
 * -----------------------------------------------------------------------------
 */
.fa-share-alt {
  font-size: 18px;
  font-size: 1.125rem; }

/**
 * 6.16 Contact page version 2
 * -----------------------------------------------------------------------------
 */
.page-template-contact-v2 .contact__photo {
  margin-bottom: 1.5rem; }

.page-template-contact-v2 .wrap--narrow {
  display: block;
  overflow: hidden;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.page-template-contact-v2 .contact {
  display: block;
  width: 100%;
  text-align: center; }

.page-template-contact-v2 .contact__phot {
  margin-bottom: 1.5rem; }

.page-template-contact-v2 .contact__photo img {
  border-radius: 50%;
  margin: 0 auto; }

.page-template-contact-v2 .contact__info {
  color: #F07D00; }

.page__intro {
  background-color: #E8E8E8; }

.contacts {
  background-image: url("images/top-light-gray.jpg");
  background-position: left -900px;
  background-repeat: repeat-x; }

.page-template-contact-v2 .entry-title, .page-template-page-templatesnedap-cultuur-php .page-title, .page-template-page-templatescontact-php .entry-title, .post-type-archive-get_medewerker .page-title {
  font-family: "Aller_bdit", sans-serif;
  color: #F07D00 !important;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 46px;
  width: 620px;
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px; }

@media (max-width: 767px) {
  .page-template-contact-v2 .entry-title, .page-template-page-templatesnedap-cultuur-php .page-title, .page-template-page-templatescontact-php .entry-title, .post-type-archive-get_medewerker .page-title {
    width: 100%;
    font-size: 2.25rem; } }
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
#supplementary {
  margin: auto; }

/*background-image: url(images/logo-nedap-footer.jpg); */
/*background-position: right 38px; */
/*background-repeat: no-repeat; */
.site-footer {
  color: #fff; }

.site-info {
  color: #fff; }
  .site-info a {
    color: #fff; }
    .site-info a:hover {
      text-decoration: none; }
  .site-info img {
    padding: 16px 0 42px 0; }

.site-footer {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  z-index: 3;
  background-color: #383838; }
  .site-footer .textwidget {
    color: #9C9C9C; }

.site-info {
  width: 960px;
  margin: 0 auto; }

#footer-section-3 .textwidget > p:first-child {
  display: none; }

#footer-section-2 aside:first-child {
  margin-bottom: 30px;
  padding-left: 0; }
#footer-section-2 aside.second {
  padding: 0; }

.footer-sidebar {
  padding-top: 48px; }

.bg-image {
  background-size: cover; }

.bg-image--vacature {
  background-image: url("../images/bg-image__vacature--2.jpg");
  min-height: 260px;
  background-position: center; }
  @media (max-width: 767px) {
    .bg-image--vacature {
      background-position: bottom; } }

.navigation--footer {
  clear: both; }

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.sollicitatie-formulier {
  position: relative !important;
  float: left;
  display: block;
  width: 100%; }

.vacancyPage-header {
  width: 100%; }
  @media (max-width: 1023px) {
    .vacancyPage-header {
      width: 1008px !important; } }
  @media (min-width: 1280px) {
    .vacancyPage-header {
      width: 1260px !important; } }

.single.single-get_detail .entry-content {
  margin-top: 0; }

.single-get_detail.single .entry-content {
  padding-top: 4.675rem; }

.page-template-university.page .entry-title span, .page-template-default.page .entry-title span, .page-template-nedap.page .entry-title span, .page-template-bigfive.page .entry-title span {
  margin-left: 0; }

.single-get_detail .entry-title, .single-get_talk .entry-title, .page-template-university .entry-title, .site-info, .header-main, #supplementary, .page-template-bigfive .entry-title, .wrap {
  margin: auto;
  float: none; }

@media screen and (max-width: 480px) {
  .page-template-nedap .inner-offset-1 {
    margin-left: 80px;
    margin-right: 24px !important; }

  .groenlo-text {
    margin-right: 24px !important;
    padding: 0px 0px 0 36px !important; }

  .intro-text {
    padding: 66px 24px 0 56px !important; }

  .wrap-m {
    margin-left: 0;
    left: 0;
    width: 100%; }
    .wrap-m .markt-image {
      text-align: center; }
      .wrap-m .markt-image img {
        margin-top: 40px;
        width: 100%;
        min-width: 200px;
        max-width: 250px; }

  .touch .marktgroep {
    overflow: auto; } }
@media screen and (max-width: 640px) {
  .post-type-archive-get_evenement .isotope.evenementen .entry-header {
    padding-left: 0; }

  .isotope-diff-blocks .item {
    width: 100% !important;
    padding-right: 24px !important; }

  .single .entry-content {
    width: 100%; }

  .item, .site-content .klein a.link, .site-content .related a.link {
    width: 100%; }

  .single .entry-header, .single:not(.single-get_blog) .entry-content, .page-template-university .related, .spotlight, .share, .page .entry-header, .page .isotope .entry-header, .type-get_blog .entry-content {
    padding-left: 24px;
    padding-right: 24px; }

  .page.page-template-nedap-cultuur .entry-header, .entry-header .share, .type-get_blog .share {
    padding-left: 0px;
    padding-right: 0px; }

  .post-type-archive-get_evenement .page-title {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px; }

  .isotope {
    width: 100%; }

  .isotope:not(.isotope-diff-blocks) .item.klein, .site-content .klein a.link {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px; }

  .site-content .isotope-diff-blocks .klein a.link {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 640px) {
  .isotope .item.groot {
    width: 50%; }

  .isotope .item.groot.column-type-3 {
    width: 50%; }

  .isotope .item.groot.column-type-2 {
    width: 50%; } }
@media screen and (min-width: 460px) and (max-width: 640px) {
  .wrap-big .isotope-diff-blocks.isotope .item.hoog .get_medewerker img {
    min-height: 128px;
    min-width: 135px;
    width: 340px;
    height: 340px;
    border-radius: 200px; } }
@media screen and (min-width: 640px) and (max-width: 767px) {
  .post-type-archive-get_evenement .page-title {
    padding-left: 60px;
    padding-right: 60px; }

  .isotope .item.klein, .site-content .klein a.link {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px; }

  .single-get_evenement .isotope .item.klein, .site-content .klein a.link {
    padding-left: 0px; }

  .isotope.isotope-diff-blocks .item.klein, .site-content .isotope-diff-blocks .klein a.link {
    padding-left: 0;
    padding-right: 0; }

  .single .entry-content, .share .wrap, .entry-header .wrap, .single-get_evenement .related {
    padding-left: 24px;
    padding-right: 24px; } }
@media screen and (max-width: 767px) {
  .page-template-nedap .inner-offset-1 {
    margin-left: 80px;
    margin-right: 80px; }

  .related.isotope .item.klein {
    padding-left: 0;
    padding-right: 0; }

  .page-template-bigfive .entry-content, .page-template-university .entry-content, .page-id-809 .entry-content, .page-template-infographic .entry-content, .single .related, .page-template-default .entry-content, .page-template-formulier .entry-content {
    padding-left: 24px;
    padding-right: 24px; }

  .page .entry-title span, .single-get_blog .entry-title span, .single-get_vacature .entry-title span, .single-get_evenement .entry-title span, .single-get_detail .entry-title span, .page-template-university .entry-title span, .single-get_talk .entry-title span, .page-template-bigfive .entry-title span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem; }

  .isotope .item.klein {
    height: 178px; }

  .site-content .klein a.link {
    height: 172px; }

  .site-info-container {
    padding-left: 24px;
    padding-right: 24px; }

  .column {
    padding-left: 24px;
    padding-right: 24px; }

  .single .entry-content {
    margin: auto;
    float: none;
    margin-top: 4.675rem; } }
@media screen and (min-width: 768px) {
  .isotope, .post-type-archive-get_evenement .page-title {
    width: 568px; }

  .isotope .item.klein {
    width: 100%; }

  .site-content .klein a.link {
    height: 172px; }

  .page .entry-title span, .single-get_blog .entry-title span, .single-get_vacature .entry-title span, .single-get_evenement .entry-title span, .single-get_detail .entry-title span, .page-template-university .entry-title span, .single-get_talk .entry-title span, .page-template-bigfive .entry-title span {
    font-size: 48px;
    font-size: 3rem;
    line-height: 48px;
    line-height: 3rem; }

  .related .item article:hover, .isotope .item article:hover, .more-events:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10; }

  .touch .related .item article:hover, .touch .isotope .item article:hover, .touch .more-events:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1; }

  .single .entry-content {
    width: 720px !important;
    margin: auto;
    float: none;
    margin-top: 2.75rem; }

  .page .entry-title span, .single-get_blog .entry-title span, .single-get_vacature .entry-title span, .single-get_evenement .entry-title span {
    margin-left: 80px; }

  .single-get_talk .entry-title, .page-template-university .entry-title, .site-info, .header-main, #supplementary, .page-template-bigfive .entry-title, .wrap, .page-template-default .entry-title.wrap {
    width: 720px; }

  .wrap.small {
    width: 568px; } }
@media screen and (max-width: 1023px) {
  .entry-content .content {
    float: none; }

  .entry-content .person {
    float: none; }

  .desktop-filter {
    display: none; }

  .tablet-filter {
    display: block; } }
@media screen and (min-width: 1024px) {
  .desktop-filter {
    display: block; }

  .tablet-filter {
    display: none; }

  .entry-content .person {
    margin: auto; }

  .entry-content .content {
    margin: auto; }

  .isotope .item.groot.column-type-3 {
    width: 33.3333%; }

  .isotope, .post-type-archive-get_evenement .page-title {
    width: 824px; }

  .isotope .item.klein {
    width: 33.3333%; }

  .isotope.related .item.klein {
    width: 31.333%;
    margin-right: 1.5%;
    margin-bottom: 8px; }

  .isotope .item.groot {
    width: 33.3333%; }

  .single .entry-content {
    width: 1008px !important;
    margin: auto;
    float: none;
    margin-top: 4.675rem; }

  .single-get_detail .entry-title, .single-get_talk .entry-title, .page-template-university .entry-title, .site-info, .header-main, #supplementary, .page-template-bigfive .entry-title, .wrap, .page-template-default .entry-title.wrap {
    width: 1008px; }

  .page .entry-title span, .single-get_blog .entry-title span, .single-get_vacature .entry-title span, .single-get_evenement .entry-title span {
    margin-left: 84px; }

  .site-footer {
    padding: 0 8px; }

  .show-on-mobile {
    display: none !important; }

  .show-on-desktop {
    display: inline-block !important; }

  .wrap.small {
    width: 720px !important; } }
@media screen and (min-width: 767px) and (max-width: 1280px) {
  #footer-section-2 aside.second {
    padding-top: 56px; }

  .footer-sidebar {
    padding-top: 48px;
    padding-left: 0; } }
@media screen and (min-width: 1280px) {
  .isotope, .post-type-archive-get_evenement .page-title {
    width: 1080px; }

  .isotope .item.klein {
    width: 25%; }

  .single .entry-content {
    width: 1260px !important;
    margin: auto;
    float: none;
    margin-top: 4.675rem; }

  .site-footer {
    padding: 0 10px; }

  .archive .isotope .entry-title, .single .isotope .entry-title, .page-template-university .related .entry-title {
    width: 100% !important; }

  .single-get_detail .entry-title, .single-get_talk .entry-title, .page-template-university .entry-title, .site-info, .header-main, #supplementary, .page-template-bigfive .entry-title, .wrap, .page-template-default .entry-title.wrap, .page-template-default .entry-title.wrap {
    width: 1260px; }

  .single-get_detail .entry-title span, .page-template-university .entry-title span {
    margin-left: 0; }

  .related .wrap {
    padding-right: 240px; } }
@media screen and (max-width: 1023px) {
  .show-on-mobile {
    display: inline-block !important; }

  .show-on-desktop {
    display: none !important; }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    background-color: white;
    color: #222222;
    font-size: 26px;
    font-size: 1.625rem;
    padding: 0 0.75rem; }

  .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    color: #222222;
    background-color: white;
    box-shadow: 0 0 0;
    outline: 0; }

  .header-main.active #menu-hoofdnavigatie, .header-main.active .secondary-navigation {
    left: 0;
    box-shadow: 0px 6px 6px #aaa; }

  .primary-navigation .nav-menu {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 76px;
    background-color: white;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease; }
    .primary-navigation .nav-menu li {
      width: 100%; }
    .primary-navigation .nav-menu a {
      padding-left: 20px;
      border-left: 4px solid white;
      line-height: 50px;
      height: 50px; }
    .primary-navigation .nav-menu a:hover {
      border-left: 4px solid #d1d2d4;
      border-bottom: 0; }
    .primary-navigation .nav-menu .current-menu-item > a {
      border-left: 4px solid #f07d00;
      border-bottom: 0; }

  .secondary-navigation {
    position: absolute;
    top: 426px;
    background: white;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
    width: 100%;
    left: 100%; }
    .secondary-navigation #menu-submenu {
      width: 100%; }
      .secondary-navigation #menu-submenu li {
        float: left;
        width: 100%; }
      .secondary-navigation #menu-submenu a {
        height: 50px;
        line-height: 50px;
        margin: 0;
        width: 100%;
        display: inline-block;
        outline: 0;
        padding-left: 20px;
        border-left: 4px solid #fff; }
      .secondary-navigation #menu-submenu a:hover {
        border-left: 4px solid #d1d2d4;
        text-decoration: none; } }
.contacts .col {
  float: left;

}
/*# sourceMappingURL=style.css.map */

@import url('https://lifeatnedap.com/wp-content/themes/life-at-nedap/css/cookie-notice.css');