/************************************************

Stylesheet: Global Stylesheet

*************************************************/


/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap'); */


/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

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

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }
















/* Project BANG CSS Code */

html {
	
}
body {
	background: #F2F2F2;
	color: #030405;
}
body, div, span, form, input, button, p, a {
  font-family: 'TT Norms';
  font-weight: normal;
  font-style: normal;
  font-size: 1.18rem;
  letter-spacing: -0.02rem;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'TT Norms';
  font-weight: bold;
  font-style: normal;
  letter-spacing: -0.04rem;
}
h1 {
	font-weight: 900;
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
a {
  color: #030405;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
a:hover,
a:focus {
  color: #030405;
}
header.header {
	padding: 1.9rem 0 0;
  margin-bottom: 2.8rem;
}
div.top-bar {
	background: transparent;
}
div.top-bar div.top-bar-left {
	background: transparent;
}
div.top-bar div.top-bar-right {
	background: transparent;
}
div.top-bar ul.menu {
	background: transparent;
}
div.top-bar ul.menu li {
	
}
div.top-bar ul.menu li a {
	
}
div.top-bar ul.menu li a:hover,
div.top-bar ul.menu li a:focus {
	
}
footer.footer {
	margin-top: 4.3rem;
}
.grid-container {
  max-width: 100rem;
  position: relative;
}
div.top-bar a.logo {
  display: inline-block;
  max-width: 109px;
  margin: 0 auto 0 0;
  height: auto;
}
div.top-bar a.logo img {
  display: inline-block;
  margin: 0;
}
a.knop {
  border: 2.25px solid #030405;
  padding: 0.34rem 1.3rem;
  border-radius: 2.2rem;
  font-weight: bold;
  font-size: 0.88rem;
  color: #030405;
  letter-spacing: -0.38px;
  /* text-align: center; */
  text-transform: uppercase;
}
a.knop:hover,
a.knop:focus {
  padding: 0.34rem 1.54rem;
}
a.knop.preBtn {
  margin: 0 0.34rem 0 0;
}
a.knop.preBtn.preBtn_jobs {
  
}
a.knop.preBtn.preBtn_offerte,
a.knop.footerBtn.footerBtn_offerte {
  color: #E51C20;
  border-color: #E51C20;
}
span.menuToggle {
  display: inline-block;
  font-size: 1.42rem;
  margin-left: 0.28rem;
  padding: 0.28rem 0.28rem;
  cursor: pointer;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
span.menuToggle:hover,
span.menuToggle:focus {
  color: #E51C20;
  letter-spacing: 0.04rem;
  /* font-weight: bold; */
}
footer.footer h3.subFooter {
  font-weight: normal;
  font-size: 4.9rem;
  max-width: 61rem;
  line-height: 112%;
  letter-spacing: -0.19rem;
  text-transform: lowercase;
  margin-bottom: 1.6rem;
}
footer.footer p.subfooterP {
  max-width: 55rem;
  display: block;
  font-size: 112%;
  margin-bottom: 5.2rem;
}
footer.footer a.knop {
  font-size: 1.42rem;
  padding: 0.73rem 1.9rem;
  border-width: 4px;
}
footer.footer a.knop:hover,
footer.footer a.knop:focus {
  padding: 0.73rem 2.5rem;
}
footer.footer hr {
  max-width: 100%;
  width: 100%;
  margin: 3.4rem 0 2.2rem;
}
footer.footer img.footerLogo {
  display: inline-block;
  max-height: 3.4rem;
  margin: 0 1.6rem 1.0rem 0;
}
footer.footer ul li a,
footer.footer p a {
  font-weight: bold;
}
footer.footer ul li a:hover,
footer.footer p a:hover,
footer.footer ul li a:focus,
footer.footer p a:focus {
  letter-spacing: 0;
}
div.onderFooter {
  background: #F7F7F6;
  text-align: center;
  padding-top: 0.70rem;
  margin-top: 2.8rem;
}
div.onderFooter p {
  display: inline-block;
  font-size: 0.79rem;
  font-weight: bold;
}
div.onderFooter p a {
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
}
div.onderFooter p a:hover,
div.onderFooter p a:focus {
  text-decoration: underline;
}
footer.footer ul.menu {
  margin-top: 1.9rem;
}
footer.footer ul.menu li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 0.22rem;
}
footer.footer ul.menu li a {
  display: inline-block;
  margin: 0;
  padding: 0.28rem 0;
}
footer.footer .menu .active>a {
  background: transparent;
  color: inherit;
}
div.overlayMenu {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 1.9rem 1.6rem;
  z-index: 9999999;
  background: #E51C20;
  display: none;
}
section.headerSection {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0;
  left: 0;
  top: 0;
}
div.overlayMenu div.grid-container {
  height: 100%;
}
div.overlayMenu span.close {
  display: inline-block;
  /* position: absolute; */
  /* right: 1.0rem; */
  /* top: 0.52rem; */
  padding: 0 0.73rem;
  color: #F2F2F2;
  font-size: 1.42rem;
  cursor: pointer;
  z-index: 9999998;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
div.overlayMenu span.close:hover,
div.overlayMenu span.close:focus {
  letter-spacing: 0.04rem;
}
div.overlayMenu a.logo {
  display: inline-block;
  max-width: 109px;
  margin: 0 auto 0 0;
  height: auto;
  filter: brightness(100);
}
body.navOpen {
  overflow: hidden;
}
div.menuBlok {
  color: #F2F2F2;
  padding: 0 0 2vh;
  max-width: 88rem;
  border-bottom: 1px solid rgba(242, 242, 242, 0.52);
  margin: 0 auto 2.8vh 1.6rem;
}
div.menuBlok span {
  color: #F2F2F2;
  font-weight: bold;
  font-size: 0.88rem;
}
div.menuBlok a {
  color: #F2F2F2;
  font-weight: normal;
  font-size: 4vw;
  line-height: 94%;
  letter-spacing: -0.04rem;
}
div.menuBlok a:hover,
div.menuBlok a:focus {
  letter-spacing: 0.0rem;
  /* font-weight: bold; */
}
div.innerOverlayMenuPadder {
  margin-top: 5.2vh;
}
div.extraNavOvelray {
  padding-top: 2.8rem;
}
div.extraNavOvelray ul.menu li {
  display: block;
  margin: 0 0 0.82rem;
}
  div.extraNavOvelray ul.menu li a {
  color: #F2F2F2;
  display: inline-block;
  padding: 0.43rem 0;
  font-size: 1.6rem;
}
div.extraNavOvelray ul.menu li a:hover,
div.extraNavOvelray ul.menu li a:focus {
  letter-spacing: 0.04rem;
}
span.onderSubber {
  position: absolute;
  bottom: 1.0rem;
  left: 1.9rem;
  opacity: 0.79;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.88rem;
  color: #F2F2F2;
}
div.onderSubberRechts {
  position: absolute;
  bottom: 1.0rem;
  right: 1.0rem;
}
div.onderSubberRechts a.knop {
  font-size: 1.42rem;
  padding: 0.73rem 1.9rem;
  border-width: 4px;
  border-color: #F2F2F2;
  color: #F2F2F2;
  margin-right: 1.27rem;
}
div.onderSubberRechts a.knop:hover,
div.onderSubberRechts a.knop:focus {
  padding: 0.73rem 2.5rem;
}
div.onderSubberRechts a.knop.footerBtn_offerte {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
section.headerSection img.headerFotoBadge {
  display: block;
  height: auto;
  max-height: 115vh;
  width: auto;
  max-width: 73vw;
  margin: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1180;
  left: 22vw;
  top: -10vh;
  transform: translateX(-50%);
}

.contentBlok {
  border-radius: 0.82rem;
  background: #FFFFFF;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
  padding: 5.2rem 5.5rem;
  margin: 0 auto 5.2rem;
}
.contentBlok h2 {
  font-weight: normal;
  letter-spacing: -0.07rem;
  margin: 0 0 5.2rem;
  font-size: 280%;
  line-height: 109%;
  text-transform: lowercase;
}
.contentBlok span {
  font-weight: bold;
  text-transform: lowercase;
  margin: 0 0 1.9rem;
  display: block;
}
.contentBlok div.cell.borderBottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 1.6rem;
}
.contentBlok div.cell.paddingTop {
  padding-top: 2.8rem;
  padding-bottom: 5.2rem;
}
span.tekstLogo {
  text-transform: uppercase;
}
span.tekstLogo span {
  color: #E51C20;
  display: inline;
  text-transform: uppercase;
  margin-left: -1px;
}
.solliciteer div.cell.formWrap {
  position: relative;
}
.solliciteer form {
  display: block;
  /* position: absolute; */
  width: 100%;
  border-radius: 1.42rem;
  padding: 2.5rem 1.9rem;
  background: #FFFFFF;
  box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.20);
  margin-top: -5.2rem;
}
.solliciteer .offerteBlok.offerte-evenementen form {
  background: #292929;
  background-image: url('../images/evenementen.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.solliciteer .offerteBlok.offerte-evenementen form .nf-form-content {
  position: relative;
  z-index: 1180;
}
.solliciteer .offerteBlok.offerte-evenementen form::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.79;  
  background: #1a1a1a;
  pointer-events: none;
  z-index: 0;
  border-radius: 1.42rem;
}
body.page-template-page-contact .solliciteer form,
body.page-template-page-offerte .solliciteer form {
  margin-top: 0;
}
.solliciteer form h4 {
  color: #FFF;
  text-align: center;
  margin: 0 auto 1.42rem;
  font-size: 124%;
}
.solliciteer form textarea,
.solliciteer form input {
  display: block;
  padding: 1.18rem 0.82rem;
  border-radius: 4px;
  background: rgba(255,255,255,0.38);
  color: #121212;
  box-shadow: none;
  margin: 0 auto 1.42rem;
  width: 100%;
}
.solliciteer form textarea::placeholder,
.solliciteer form input::placeholder {
  color: #383838;
}
.solliciteer .offerteBlok.offerte-evenementen .nf-error-msg {
  text-shadow: 0 0 4px #000;
}
.solliciteer .offerteBlok.offerte-evenementen form textarea,
.solliciteer .offerteBlok.offerte-evenementen form input {
  background: rgba(255,255,255,0.00);
  color: #ffffff;
}
.solliciteer .offerteBlok.offerte-evenementen .nf-field-label .nf-label-span,
.solliciteer .offerteBlok.offerte-evenementen form label {
  color: #ffffff;
}
.solliciteer .offerteBlok.offerte-evenementen form textarea::placeholder,
.solliciteer .offerteBlok.offerte-evenementen form input::placeholder {
  color: #ababab;
}
.solliciteer .offerteBlok.offerte-evenementen form input[type="button"],
.solliciteer .offerteBlok.offerte-evenementen form input[type="submit"],
.solliciteer form input[type="button"],
.solliciteer form input[type="submit"] {
  display: block;
  text-align: center;
  border-radius: 0.82rem;
  background: #E51C20;
  width: 100%;
  padding: 1.15rem 0.82rem;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.solliciteer form .nf-before-form-content .nf-form-fields-required {
  display: none;
}
.nf-next-previous li.nf-next-item {
  width: 100%;
  float: none;
}
.nf-next-previous li.nf-previous-item {
  width: 100%;
  float: none;
}
#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 0 !important;
}
ul.nf-next-previous, .nf-breadcrumbs {
  margin: 0 !important;
  position: relative;
}
.nf-error-msg, .ninja-forms-req-symbol {
  font-size: 0.73rem;
  position: absolute;
  bottom: 0.28rem;
}
div.nf-after-form-content {
  position: relative;
}
.solliciteer form input[type="button"]:hover,
.solliciteer form input[type="submit"]:hover,
.solliciteer form button:hover,
.solliciteer form input[type="button"]:focus,
.solliciteer form input[type="submit"]:focus,
.solliciteer form button:focus {
  /* letter-spacing: 0.04rem; */
  transform: scale(1.018);
}
.solliciteer div.cell.formWrap h4 {
  font-weight: bold;
  font-size: 127%;
  text-align: center;
  display: block;
  margin: 0 0 1.6rem;
}
section.contentBlok p {
  line-height: 151%;
  text-align: justify;
}
section.passenWrap {
  position: relative;
  margin-bottom: 8.2rem;
}
section.passenWrap img.passenImage {
  position: absolute;
  max-width: 52%;
  z-index: 1180;
}
section.passenWrap div.partnerLogos {
  text-align: center;
}
section.passenWrap div.partnerLogos img {
  display: inline-block;
  height: 100%;
  max-height: 40px;
  margin: 0 1.42rem 1.72rem;
}
section.passenWrap div.partnerLogos img.kleiner {
  max-height: 16px;
}
section.passenWrap div.partnerLogos img.klein {
  max-height: 28px;
}
section.passenWrap span.partnerNamen {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 82%;
  opacity: 0.52;
}
span.trustedBy {
  text-align: center;
  opacity: 28%;
}
.nf-breadcrumbs {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nf-breadcrumbs li a {
  display: inline-block;
  text-align: center;
  margin: 0 0.73rem 0 !important;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  background: #F2F2F2;
  border-radius: 50%;
  font-weight: bold;
  color: #999999;
  position: relative;
  z-index: 100009;
}
.nf-breadcrumbs li {
  position: relative;
  margin: 0;
  padding: 0;
}
.nf-breadcrumbs li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 4px;
  background: #E51C20;
}
.nf-breadcrumbs li.active a {
  color: #E51C20;
}
.nf-breadcrumbs li:first-child a {
  margin-left: 0 !important;
}
.nf-breadcrumbs li:last-child a {
  margin-right: 0 !important;
}
.list-checkbox-wrap .nf-field-element li, .list-image-wrap .nf-field-element li, .list-radio-wrap .nf-field-element li {
  display: inline-block;
}
.solliciteer li.nf-previous-item,
.solliciteer input.nf-previous {
  display: none !important;
}
button.nf-fu-fileinput-button {
  
}
.solliciteer .file_upload-wrap button span {
  margin: 0;
}
.solliciteer .file_upload-wrap button {
  width: auto;
  width: intrinsic;
  padding: 0.82rem 2.5rem;
  margin: 0 auto 1.0rem;
  line-height: 100%;
  cursor: pointer;
  /* display: inline-block; */
  text-align: center;
  background: #F2F2F2;
  font-weight: bold;
  color: #999999;
  border-radius: 1.42rem;
}
.files_uploaded p {
  font-size: 1.0rem;
}
.files_uploaded a.delete {
  width: auto;
  width: intrinsic;
  padding: 0.82rem 2.5rem;
  /* margin: 0 auto 1.0rem; */
  line-height: 100%;
  cursor: pointer;
  margin-left: 0.52rem;
  /* display: inline-block; */
  text-align: center;
  background: #F2F2F2;
  font-weight: bold;
  color: #999999;
  border-radius: 1.42rem;
}
.solliciteer .file_upload-wrap .nf-field-element {
  display: block;
  width: 100%;
  background: #FAFAFA;
  padding: 1.6rem 1.0rem;
  border-radius: 0.43rem;
  margin-bottom: 1.18rem;
  border: 1px solid #EEE;
  text-align: center;
}
section.services {
  margin-bottom: 5.2rem;
}
section.services div.serviceBlok {
  text-align: center;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 2.2rem;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 1px -1px rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.20);
}
section.services div.serviceBlok img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  z-index: -10;
}
section.services div.serviceBlok div.innerServiceBlok span.klein {
  color: #FFFFFF;
  display: block;
  font-size: 82%;
}
section.services div.serviceBlok div.innerServiceBlok h3 {
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
  font-size: 280%;
  font-weight: 900;
  line-height: 82%;
  letter-spacing: -7%;
  max-width: 100%;
  hyphens: auto;
  margin: 0 auto 0;
  white-space: normal;
}
section.services div.serviceBlok div.innerServiceBlok a.serviceKnopper {
  color: #FFFFFF;
  display: none;
}
section.services div.serviceBlok div.innerServiceBlok {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
section.services div.serviceBlok div.innerServiceBlok div {
  display: block;
}
section.services div.serviceBlok::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  z-index: 0;
  background: #E51C20;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .1s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .1s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .1s cubic-bezier(.17,.67,.83,.67);
  transition: .1s cubic-bezier(.17,.67,.83,.67);
}
section.services div.serviceBlok::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  z-index: -1;
  background-image: radial-gradient(circle at 50% 50%, rgba(3,4,5,0.55) 0%, rgba(3,4,5,0.00) 49%);
  left: 0;
  top: 0;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
section.services div.serviceBlok:hover,
section.services div.serviceBlok:focus {
  transform: scale(1.09);
}
section.services div.serviceBlok:hover::before,
section.services div.serviceBlok:focus::before {
  opacity: 1;
}
section.services div.serviceBlok:hover div.innerServiceBlok a.serviceKnopper,
section.services div.serviceBlok:focus div.innerServiceBlok a.serviceKnopper {
  display: block;
}
div.innerHeaderAligner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 73vh;
}
body.page-template-page-jobs div.innerHeaderAligner {
  min-height: 55vh;
  margin-bottom: 5.2rem;
}
body.page-template-page-contact div.innerHeaderAligner,
body.page-template-page-offerte div.innerHeaderAligner {
  min-height: 0;
  /* margin-bottom: 2.8rem; */
}
div.innerHeaderAligner div {
  display: block;
}
div.innerHeaderAligner span {
  font-weight: bold;
}
div.innerHeaderAligner h2 {
  font-size: 430%;
  font-weight: 900;
  line-height: 91%;
  letter-spacing: -5%;
  margin: 1.42rem 0 1.6rem;
}
div.innerHeaderAligner p {
  text-align: justify;
}
div.innerHeaderAligner p a {
  display: inline-block;
  color: #E51C20;
  text-decoration: underline;
}
div.grid-container.headerSectionGrid {
  max-width: 79rem;
}
div.grid-container.headerSectionGrid.offertes {
  max-width: 88rem;
  margin-top: 8.2rem;
  margin-bottom: 8.2rem;
}
div.headerFooterWrap {
  line-height: 76%;
  margin-top: 2.8rem;
}
div.headerFooterWrap div.cell {
  border-top: 1px solid rgba(3, 4, 5, 0.1);
  padding-top: 0.79rem;
}
div.headerFooterWrap div.cell:last-child {
  border-top: none;
  padding-top: 0;
}
div.headerFooterWrap span {
  font-size: 64%;
}
div.headerFooterWrap span strong {
  
}
div.headerFooterWrap a.knop {
  
}
div.serviceHeader {
  aspect-ratio: 22/9;
  overflow: hidden;
  border-radius: 2.2rem;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
  color: #FFFFFF;
}
div.serviceHeader div {
  display: block;
  text-align: center;
  max-width: 100%;
}
div.serviceHeader img.serviceHeaderBackground {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 2.2rem;
  border: none;
  outline: none;
  object-fit: cover;
}
div.serviceHeader h1 {
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
  font-size: 430%;
  font-weight: 900;
  line-height: 82%;
  letter-spacing: -7%;
  max-width: 100%;
  hyphens: auto;
  margin: 0 auto 0;
  white-space: normal;
  text-align: center;
}
div.serviceHeader span {
  display: block;
  color: #FFFFFF;
  font-size: 118%;
  font-weight: bold;
}
body.page-template-page-service div.content {
  margin-top: 4.3rem;
}
p.leftBold {
  text-align: justify;
  font-weight: bold;
}
p.marginBottom {
  margin-bottom: 7.3rem;
}
h2.h2Right {
  text-align: right;
  font-size: 400%;
  line-height: 100%;
  font-weight: normal;
  margin-right: 1.42rem;
  margin-right: 10%;
  padding-left: 10%;
}
div.serviceInfoBlok {
  margin-bottom: 8.2rem;
}
div.serviceInfoBlok h4 {
  font-weight: normal;
  font-size: 190%;
  margin-bottom: 2.2rem;
  line-height: 100%;
  margin-top: 1.42rem;
}
div.serviceInfoBlok p {
  
}
div.imgAfter img,
div.content.serviceContentRepeater img {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 1.9rem;
  width: 82%;
  max-width: 28rem;
  object-fit: cover;
  position: relative;
  background: #FFF;
  z-index: 1180;
}
/* div.content.serviceContentRepeater div.imgAfter {
  position: relative;
}
div.content.serviceContentRepeater div.imgAfter::after {
  content: '';
  display: block;
  width: 82%;
  max-width: 28rem;
  left: -4%;
  bottom: -4%;
  aspect-ratio: 1/1;
  border-radius: 1.9rem;
  background: #E51C20;
  position: absolute;
} */
body.page-template-page-jobs div.headerSectionGrid div.imgAfter {
  margin-top: 2.2rem;
  margin-bottom: 1.42rem;
}
body.page-template-page-jobs div.headerSectionGrid div.imgAfter img,
body.page-template-page-jobs div.headerSectionGrid div.imgAfter::after {
  aspect-ratio: 4/6;
}
div.imgAfter {
  position: relative;
}
div.imgAfter::after {
  content: '';
  display: block;
  width: 82%;
  max-width: 28rem;
  left: -4%;
  bottom: -4%;
  aspect-ratio: 1/1;
  border-radius: 1.9rem;
  background: #E51C20;
  position: absolute;
}
div.content.serviceContentRepeater h4 {
  font-weight: normal;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  font-size: 190%;
}
div.content.serviceContentRepeater p {
  margin-bottom: 1.42rem;
}
div.content.serviceContentRepeater ul {
  
}
div.content.serviceContentRepeater ul li {
  
}
div.content.serviceContentRepeater div.serviceContentRepeaterBlok {
  margin-bottom: 10.9rem;
}
div.grid-container.serviceContentRepeaterGrid {
  max-width: 88rem;
}
div.offerte-opties {
  
}
div.offerte-opties div.offerteBlok  {
  display: block;
}
div.offerte-opties div.offerteBlok.verborgen  {
  display: none;
}
div.offerte-opties div.offerte-overzicht div.offerteOverzichtBlok {
  display: block;
  width: 100%;
  border-radius: 1.42rem;
  padding: 2.5rem 1.9rem;
  background: #FFFFFF;
  box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.20);
  /* margin-top: -5.2rem; */
  margin-top: 2.8rem;
  aspect-ratio: 6/6;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.offerte-opties div.offerte-overzicht div.offerteOverzichtBlok.offerteOverzichtBlok1 {
  background: #292929;
  background-image: url('../images/evenementen.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
div.offerte-opties div.offerte-overzicht div.offerteOverzichtBlok div {
  display: block;
  width: 100%;
}
div.offerte-opties div.offerte-overzicht div.offerteOverzichtBlok h4 {
  text-align: center;
  line-height: 100%;
  margin: 0 auto 2.2rem;
  text-shadow: 0 4px 7px 0 #000;
}
div.offerte-opties div.offerte-overzicht div.offerteOverzichtBlok.offerteOverzichtBlok1 h4 {
  color: #FFF;
}
div.offerte-opties div.offerte-overzicht div.offerteOverzichtBlok a.knopper {
  display: block;
  text-align: center;
  border-radius: 0.82rem;
  background: #E51C20;
  width: 100%;
  padding: 1.15rem 0.82rem;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
div.offerte-opties div.offerte-evenementen {
  
}
div.offerte-opties div.offerte-bewaking {
  
}
div.offerteBlok.offerte-evenementen div.nf-form-wrap div.nf-response-msg {
  text-align: center;
  /* display: block; */
  padding: 4.3rem 2.2rem;
  max-width: 28rem;
  margin: 5.2rem auto;
  background: #292929;
  background-image: url('../images/evenementen.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 1.42rem;
  padding: 2.5rem 1.9rem;
  /* background: #FFFFFF; */
  box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.20);
}
div.offerteBlok.offerte-bewaking div.nf-form-wrap div.nf-response-msg {
  text-align: center;
  /* display: block; */
  padding: 4.3rem 2.2rem;
  max-width: 28rem;
  margin: 5.2rem auto;
  background: #292929;
  /* background-image: url('../images/evenementen.jpg'); */
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  background: #FFFFFF;
  position: relative;
  border-radius: 1.42rem;
  padding: 2.5rem 1.9rem;
  /* background: #FFFFFF; */
  box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.20);
}
div.offerteBlok.offerte-evenementen div.nf-form-wrap div.nf-response-msg::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.79;  
  background: #1a1a1a;
  pointer-events: none;
  z-index: 0;
  border-radius: 1.42rem;
}
div.nf-form-wrap div.nf-response-msg h2 {
  text-align: center;
  font-weight: 900;
  color: #FFF;
  font-size: 370%;
  letter-spacing: -4%;
  position: relative;
  z-index: 1180;
}
div.offerteBlok.offerte-bewaking div.nf-form-wrap div.nf-response-msg h2 {
  color: #030405;
}
div.nf-form-wrap div.nf-response-msg h5 {
  text-align: center;
  color: #FFF;
  font-weight: 400;
  position: relative;
  z-index: 1180;
}
div.offerteBlok.offerte-bewaking div.nf-form-wrap div.nf-response-msg h5 {
  color: #030405;
}
div.nf-form-wrap div.nf-response-msg h2::before {
  content: '';
  display: block;
  width: 73%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 1.42rem;
  background: transparent;
  /* background-image: url('../images/bedankt.png'); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
div.offerteBlok.offerte-evenementen div.nf-form-wrap div.nf-response-msg h2::before {
  background-image: url('../images/bedankt.png');
}
div.offerteBlok.offerte-bewaking div.nf-form-wrap div.nf-response-msg h2::before {
  background-image: url('../images/bedankt-wit.png');
}
.solliciteer div.offerteBlok.offerte-bewaking form h4 {
  color: #030405;
}
.menu .active>a {
  background: transparent;
}
div.grid-container.headerSectionGrid.offertes {
  margin-top: 2.8rem;
}


















@media only screen and (max-width: 768px) {
  
  footer.footer h3.subFooter {
    font-size: 1.9rem;
    letter-spacing: -4%;
  }
  footer.footer ul.menu {
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
  footer.footer div.large-4 p {
    margin-bottom: 0.16rem;
  }
  div.onderFooter p {
    font-size: 0.7rem;
  }
  footer.footer p.subfooterP {
    margin-bottom: 2.2rem;
  }
  footer.footer hr {
    margin: 1.3rem 0 1.9rem;
  }
  div.subfootah {
    padding-top: 1.6rem !important;
  }
  header.header div.top-bar {
    padding: 0;
  }
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    
  }
  .top-bar .top-bar-left {
    max-width: 20%
  }
  .top-bar .top-bar-right {
    max-width: 80%;
    text-align: right;
  }
  header.header div.top-bar a.logo {
    padding: 0 0.82rem 0 0.22rem;
  }
  header.header {
    padding: 1.0rem 0 0;
  }
  body.page-template-page-contact div.innerHeaderAligner,
  body.page-template-page-jobs div.innerHeaderAligner,
  body.page-template-page-offerte div.innerHeaderAligner {
    min-height: 0;
    margin-bottom: 2.8rem;
  }
  div.innerHeaderAligner div {
    width: 100%;
  }
  section.services div.serviceBlok {
    aspect-ratio: 2/1;
    margin-bottom: 1.0rem;
  }
  section.services div.serviceBlok div.innerServiceBlok h3 {
    font-size: 220%;
  }
  section.services div.serviceBlok:hover, section.services div.serviceBlok:focus {
    transform: none;
  }
  section.services {
    margin-top: 4.3rem;
  }
  div.innerHeaderAligner h2 {
    font-size: 220%;
  }
  p,
  div.serviceInfoBlok p,
  div.innerHeaderAligner p,
  section.contentBlok p,
  footer.footer p.subfooterP {
    font-size: 97%;
    line-height: 142%;
    text-align: left;
  }
  section.headerSection img.headerFotoBadge {
    display: none;
  }
  .headerFooterWrap a.knop.preBtn.preBtn_jobs,
  .headerFooterWrap a.knop.preBtn.preBtn_offerte {
    margin-top: 2.2rem;
    display: inline-block;
    display: none;
  }
  section.passenWrap img.passenImage {
    display: none;
  }
  header.header a.knop {
    font-size: 0.79rem;
    padding: 0.34rem 1rem;
  }
  section.services {
    margin-bottom: 3.4rem;
  }
  .contentBlok {
    padding: 2.2rem 1.42rem 1.42rem;
    margin-bottom: 2.8rem;
  }
  section.passenWrap {
    margin-bottom: 0;
  }
  .contentBlok h2 {
    font-size: 190%;
    margin-bottom: 1.42rem;
  }
  .contentBlok div.cell.paddingTop {
    padding-top: 1.42rem;
    padding-bottom: 1.42rem;
  }
  section.passenWrap div.partnerLogos img {
    margin: 0 1.0rem 0.43rem;
    max-height: 25px;
    max-width: 91px;
    object-fit: contain;
  }
  section.passenWrap div.partnerLogos img.klein {
    max-height: 25px;
  }
  section.passenWrap span.partnerNamen {
    margin-top: 1.42rem;
  }
  .contentBlok div.cell.borderBottom {
    border-bottom: none;
    margin-top: 0;
    display: inline-block;
    width: auto;
  }
  .contentBlok span {
    margin-bottom: 0;
  }
  .solliciteer form {
    padding: 2.8rem 1.0rem 0.0rem;
  }
  div.content .grid-padding-x {
    margin-left: 0;
    margin-right: 0;
  }
  div.content .grid-padding-x>.cell {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  footer.footer a.knop {
    font-size: 1.0rem;
    padding: 0.43rem 1.3rem;
    border-width: 2px;
  }
  footer.footer p {
    margin-bottom: 0.43rem;
  }
  footer.footer p,
  footer.footer p a {
    font-size: 1.0rem;
    line-height: 124%;
  }
  footer.footer br {
    /* display: none; */
  }
  div.subfootah {
    
  }
  div.subfootah ul.menu li {
    padding: 0;
    margin: 0;
    line-height: 124%;
  }
  div.subfootah ul.menu li a {
    padding: 0;
  }
  div.onderFooter {
    margin-top: 1.42rem;
  }
  div.menuBlok a {
    font-size: 8.2vw;
  }
  div.menuBlok {
    margin-left: 0;
    margin-bottom: 0;
  }
  div.innerOverlayMenuPadder {
    margin-top: 1.42rem;
  }
  div.overlayMenu {
    padding: 1.0rem 0.73rem;
  }
  div.overlayMenu a.logo {
    padding-left: 0;
  }
  div.extraNavOvelray ul.menu {
    display: block;
    padding: 0 0.73rem;
  }
  div.extraNavOvelray ul.menu li {
    display: inline-block;
    width: auto;
    margin-right: 1.42rem;
  }
  div.extraNavOvelray ul.menu li a {
    display: inline-block;
    font-size: 1.18rem;
  }
  div.onderSubberRechts {
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: 0.73rem;
    margin-top: 2.2rem;
  }
  div.onderSubberRechts a.knop:hover,
  div.onderSubberRechts a.knop:focus,
  div.onderSubberRechts a.knop {
    display: inline-block;
    font-size: 1.0rem;
    padding: 0.43rem 1.3rem;
    border-width: 2px;
  }
  span.onderSubber {
    left: 0.73rem;
    right: auto;
    bottom: 1.42rem;
  }
  div.serviceHeader {
    aspect-ratio: 6/5;
  }
  div.serviceHeader h1 {
    font-size: 220%;
  }
  div.serviceHeader span {
    font-size: 82%;
  }
  body.page-template-page-service div.content {
    margin-top: 2.2rem;
  }
  h2.h2Right {
    font-size: 220%;
    text-align: left;
    padding: 0;
  }
  div.serviceInfoBlok h4 {
    font-size: 142%;
  }
  p.marginBottom,
  div.serviceInfoBlok {
    margin-bottom: 2.8rem;
  }
  div.content.serviceContentRepeater h4 {
    margin-top: 0;
    font-size: 142%;
  }
  div.imgAfter {
    margin-left: 1.0rem;
    margin-bottom: 2.8rem;
  }
  div.content.serviceContentRepeater div.serviceContentRepeaterBlok {
    margin-bottom: 2.8rem;
  }
  body.page-template-page-jobs div.headerSectionGrid div.imgAfter {
    display: none;
  }
  div.offerte-opties div.offerte-overzicht div.offerteOverzichtBlok {
    padding: 1.42rem 1.0rem;
    aspect-ratio: 6/4;
  }
  div.offerte-opties div.offerte-overzicht div.offerteOverzichtBlok h4 {
    font-size: 1.6rem;
  }
  
}












