/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sass/style.scss ***!
  \******************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sass/style.scss (1) ***!
  \**********************************************************************************************************************************************************************/
/*!
Theme Name: Bedrijven Contact
Theme URI: http://www.bedrijvencontact.com/
Description: Website thema voor www.bedrijvencontact.com
Author: Delta Solutions
Author URI: http://www.deltasolutions.be
Version: 1.0
Tags: Een thema voor Bedrijven Contact
*/
body {
  font-family: "Roboto", sans-serif;
  opacity: 0;
  transition: all 1s ease-in;
  font-size: 16px;
  color: #006794;
  font-weight: 300;
}
body.load {
  opacity: 1;
}
body a {
  color: #006794;
  text-decoration: underline;
}
body a:hover, body a:focus {
  color: #006794;
  text-decoration: none;
}

.show-scroll {
  -webkit-transition: transform 1s, opacity 1.5s;
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: transform 1s, opacity 1.5s;
  transition: transform 1s, opacity 1.5s, -webkit-transform 1s;
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -o-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -webkit-backface-visibility: hidden;
}
.show-scroll.change {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
}
.show-scroll.change.scroll-xy {
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
}

.ctm-button {
  border: 1px solid #006794;
  padding: 5px;
  transition: all 1s ease-in;
  text-decoration: none;
  font-size: 18px;
}
.ctm-button:hover, .ctm-button:focus {
  background-color: #006794;
  color: white;
}

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

.m-t-3em {
  margin-top: 3em;
}

.m-t-15 {
  margin-top: 15px;
}

.m-b-3em {
  margin-bottom: 3em;
}

.mobile-only {
  display: none;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.navbar {
  margin-bottom: 0;
}
.navbar .navbar-header {
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.navbar .navbar-header .navbar-brand {
  height: auto;
  padding-bottom: 0;
  display: inline-block;
  margin-top: 5px;
}
.navbar .navbar-header .navbar-brand img {
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  height: 93px;
}
.navbar .navbar-header .location {
  float: right;
  margin-top: 25px;
  height: 75px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.navbar .menu-wrapper {
  background-color: #006794;
  height: 40px;
}
.navbar .menu-wrapper #navbar #menu li {
  margin: 0 15px;
}
.navbar .menu-wrapper #navbar #menu li a {
  color: white;
  padding: 10px 0px;
  font-weight: 400;
  text-decoration: none;
}
.navbar .menu-wrapper #navbar #menu li a:hover, .navbar .menu-wrapper #navbar #menu li a:focus {
  color: #e5007d;
  background-color: transparent;
}
.navbar .menu-wrapper #navbar #menu li a.active {
  color: #e5007d;
}
.navbar .menu-wrapper #navbar #menu li a.register {
  background-color: #e5007d;
}
.navbar .menu-wrapper #navbar #menu li a.register:hover, .navbar .menu-wrapper #navbar #menu li a.register:focus {
  color: white;
  background-color: #e5007d;
}
.navbar .menu-wrapper #navbar #menu li.register-button a {
  background-color: #e5007d;
}
.navbar .menu-wrapper #navbar #menu li.register-button a:hover, .navbar .menu-wrapper #navbar #menu li.register-button a:focus {
  background-color: #006794;
}

.navbar .menu-wrapper #navbar #menu li:last-of-type {
  margin-right: 0;
}
.navbar .menu-wrapper #navbar #menu li:last-of-type a {
  padding-right: 0;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;
  z-index: 999;
}
.sticky .navbar-header {
  margin-bottom: 0;
}
.sticky img.location {
  height: 75px !important;
  margin-bottom: 15px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.sticky .navbar-brand img {
  height: 75px !important;
  margin-bottom: 15px;
}
.sticky .call-to-action-mobile-topheader {
  height: 70px;
  padding-top: 0;
}

.call-to-action-mobile-topheader {
  float: left;
  margin-top: 25px;
  height: 80px;
  padding-top: 5px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.contact .gform_heading {
  display: none;
}
.contact .gform_wrapper {
  margin: 0;
}
.contact .gform_body .gfield_label {
  font-weight: 300;
  margin: 0 0 0 15px;
}
.contact .gform_body .gfield_label .gfield_required {
  display: none;
}
.contact .gform_body .ginput_container {
  margin: 0;
}
.contact .gform_body .ginput_container input {
  border: none;
  border-bottom: 1px solid #006794;
}
.contact .gform_body .ginput_container textarea {
  border: none;
  border-bottom: 1px solid #006794;
  border-left: 1px solid #006794;
}
.contact input[type=submit] {
  width: 100% !important;
  padding: 5px 0;
  background-color: #006794;
  color: white;
  font-weight: 300;
  border: 1px solid #006794;
}
.contact input[type=submit]:hover, .contact input[type=submit]:focus {
  background-color: white;
  color: #006794;
}
.contact .contactpersoon {
  margin-bottom: 25px;
}
.contact .contactpersoon span:first-of-type {
  color: #e5007d;
  font-size: 18px;
}
.contact .contactpersoon a {
  text-decoration: none;
}
.contact .contactpersoon a:hover, .contact .contactpersoon a:focus {
  text-decoration: underline;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  font-weight: 200;
  line-height: 1.2;
  margin-left: 15px;
  margin-top: 15px;
}

#slider {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10em;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .carousel-inner .item {
  height: calc(100% + 42px) !important;
  background: no-repeat center;
  background-size: cover;
}
#slider .carousel-inner .item .container {
  position: relative;
}
#slider .carousel-inner .item .container .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider .carousel-inner .item .container .height-70 {
  height: 100%;
}
#slider .carousel-inner .item .container .carousel-content-first {
  margin-top: -42px;
  height: calc(100% + 42px);
}
#slider .carousel-inner .item .container .flex-end {
  align-self: flex-end;
}
#slider .carousel-inner .item .container .carousel-content {
  margin-left: 0;
  padding-bottom: 0;
  text-align: left;
  text-shadow: none;
  font-size: 18px;
}
#slider .carousel-inner .item .container .carousel-content .first-blok {
  height: 100%;
  background-color: white;
  color: #006794;
  padding: 30px;
  position: relative;
}
#slider .carousel-inner .item .container .carousel-content .first-blok h1 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 25px;
}
#slider .carousel-inner .item .container .carousel-content .first-blok .call-to-action {
  position: absolute;
  width: 210px;
  left: calc(100% - 5px);
  top: 43%;
}
#slider .carousel-inner .item .container .carousel-content .second-blok, #slider .carousel-inner .item .container .carousel-content .third-blok {
  color: white;
}
#slider .carousel-inner .item .container .carousel-content .second-blok a, #slider .carousel-inner .item .container .carousel-content .third-blok a {
  color: white;
}
#slider .carousel-inner .item .container .carousel-content .second-blok {
  background-color: #006794;
  padding: 30px;
}
#slider .carousel-inner .item .container .carousel-content .second-blok h2 {
  font-size: 18px;
  color: #e5007d;
}
#slider .carousel-inner .item .container .carousel-content .third-blok {
  background-color: #e5007d;
  padding: 30px;
}
#slider .carousel-control {
  background: transparent;
  height: 60px;
  width: 60px;
  display: block;
  color: white;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 55%;
  bottom: auto;
  margin: 15px;
}
#slider .carousel-control.left {
  left: 170px;
}
#slider .carousel-control.right {
  right: 170px;
}

.video-wrap {
  position: relative;
  height: calc(100vh - 170px);
  width: 100vw;
  margin-left: -15px;
  margin-right: -15px;
}
.video-wrap .video-bg {
  position: relative;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.video-wrap .video-bg iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 60vw;
}
.video-wrap .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.video-wrap .content a:not(.down) {
  color: white;
  border: none;
  padding: 10px 20px;
  transition: all 0.5s ease-in;
  border-radius: 0;
  text-decoration: none;
  margin: 5px 15px;
  min-width: 230px;
  text-align: center;
}
.video-wrap .content a:not(.down).primary {
  background-color: #006794;
}
.video-wrap .content a:not(.down).primary:hover {
  background-color: #e5007d;
}
.video-wrap .content a:not(.down).secondary {
  background-color: #e5007d;
}
.video-wrap .content a:not(.down).secondary:hover {
  background-color: #006794;
}
.video-wrap .content .down {
  font-size: 40px;
  position: absolute;
  bottom: 150px;
  left: 50%;
  color: white;
  transform: translateX(-50%);
}
.video-wrap .container {
  position: absolute;
  bottom: 250px;
  width: 100%;
}

@media (orientation: portrait) {
  .video-wrap .video-bg iframe {
    width: 166vh;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .video-wrap {
    height: auto;
    width: 100vw;
  }
  .video-wrap .video-bg {
    height: 56vw;
  }
  .video-wrap .video-bg iframe {
    width: 100vw;
    height: 60vw;
  }
  .video-wrap .content {
    position: unset;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
  }
  .video-wrap .content .container {
    position: unset;
  }
  .video-wrap .content .container a:not(.down) {
    width: 100%;
    margin: 5px 0px;
  }
  .video-wrap .content a.down {
    position: unset;
    color: black;
    display: none;
  }
}
.call-to-action {
  background-color: #e5007d;
  width: 210px;
}
.call-to-action a {
  display: inline-block;
}
.call-to-action a img {
  float: left;
  width: 60px;
  padding: 10px;
  display: inline-block;
}
.call-to-action a img.inverted {
  display: none;
}
.call-to-action a p {
  float: right;
  font-size: 20px;
  color: white;
  padding: 6px 15px 0 15px;
  width: 150px;
  margin-bottom: 0;
}
.call-to-action a:hover p, .call-to-action a:focus p {
  color: #006794;
}
.call-to-action a:hover img.inverted, .call-to-action a:focus img.inverted {
  display: inline-block;
}
.call-to-action a:hover img.pure, .call-to-action a:focus img.pure {
  display: none;
}

.no-padding {
  padding: 0;
}

.pull-block-left .feature, .pull-block-right .feature {
  float: left;
}
.pull-block-left .feature img, .pull-block-right .feature img {
  width: 100%;
}
.pull-block-left .inner-content, .pull-block-right .inner-content {
  float: left;
  margin-left: 3em;
  margin-right: 3em;
}
.pull-block-left .inner-content .title, .pull-block-right .inner-content .title {
  font-size: 38px;
}
.pull-block-left .inner-content .social-button, .pull-block-right .inner-content .social-button {
  float: left;
  margin-right: 15px;
  margin-top: 25px;
}
.pull-block-left .inner-content .social-button img, .pull-block-right .inner-content .social-button img {
  height: 1.5vw;
}

.pull-block-right .feature {
  float: right;
}
.pull-block-right .inner-content {
  float: right;
}

.galerij {
  margin-bottom: 10em;
}
.galerij .feature img {
  float: left;
  width: calc(50% - 2px);
}
.galerij .feature img:first-of-type {
  margin-right: 1px;
}
.galerij .feature img:last-of-type {
  margin-left: 1px;
}
.galerij .title {
  margin-bottom: 25px;
}

.content {
  margin-bottom: 6em;
  margin-top: 3em;
}
.content .title h1 {
  padding-bottom: 15px;
}
.content .title:after {
  content: "";
  background: #006794;
  position: absolute;
  height: 1px;
  width: 75px;
}
.content .the_content h1 {
  font-weight: 600;
  font-size: 26px;
  margin-top: 0;
}
.content .the_content h2 {
  font-weight: 600;
  font-size: 22px;
}
.content .the_content h3 {
  font-weight: 600;
  font-size: 20px;
}
.content .the_content h4 {
  font-weight: 600;
  font-size: 18px;
}
.content .the_content a {
  text-decoration: none;
  color: #006794;
  border-bottom: 1px solid #e5007d;
  transition: all 1s ease-in;
}
.content .the_content a:hover, .content .the_content a:focus {
  border-bottom: 1px solid transparent;
}

.praktisch .the_content h1 {
  color: #e5007d;
  font-weight: 300;
}

.google_map {
  margin-bottom: 6em;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.google_map .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
}

.exposant {
  margin-top: 3em;
}
.exposant .filters {
  padding: 15px 0;
  display: inline-block;
}
.exposant .filters a {
  margin-right: 15px;
  text-decoration: none;
}
.exposant .filters a:focus, .exposant .filters a:hover {
  color: #e5007d;
}
.exposant .alfa-letter {
  margin-top: 3em;
  padding: 5px 10px;
  color: white;
  display: inline-block;
  background-color: #006794;
}
.exposant .single-exposant {
  border: 1px solid #e5007d;
  display: inline-block;
  margin-top: 15px;
  height: 270px;
  width: 100%;
  text-decoration: none;
}
.exposant .single-exposant .image-container {
  height: 130px;
  width: 100%;
  display: flex;
}
.exposant .single-exposant .image-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
  padding: 15px;
}
.exposant .single-exposant:hover, .exposant .single-exposant:focus {
  border: 1px solid #006794;
  text-decoration: none;
}
.exposant .single-exposant h2, .exposant .single-exposant h3 {
  text-align: center;
  text-decoration: none;
}
.exposant .single-exposant h2 {
  font-size: 22px;
}
.exposant .single-exposant h3 {
  font-size: 16px;
}
.exposant .single-exposant.no-thumb {
  display: flex;
  flex-direction: column;
}
.exposant .single-exposant.no-thumb h3 {
  margin-bottom: auto;
}
.exposant .the_content {
  float: left;
  width: 80%;
}
.exposant .standnummer {
  float: right;
  padding: 5px 15px 10px 15px;
  background-color: #006794;
  color: white;
  text-align: center;
  font-weight: 400;
}
.exposant .standnummer .nummer {
  font-size: 32px;
}

.broodkruimel {
  font-size: 14px;
}
.broodkruimel a {
  text-decoration: none;
  font-size: 14px;
}
.broodkruimel a:hover, .broodkruimel a:focus {
  text-decoration: underline;
}

.documenten .document {
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.documenten .document .background-image {
  width: calc(100% - 50px);
  margin: auto;
  z-index: 1;
  height: 350px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.documenten .document h2 {
  font-size: 24px;
  padding: 15px;
  background-color: #006794;
  color: white;
  text-decoration: none;
  position: absolute;
  bottom: -10px;
  margin: 0;
  width: 100%;
}

.galerij-item {
  width: 200px;
}

.register-h3 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 20px;
}

.inner-wrapper-registration {
  background-color: #006794;
  color: white;
  margin-top: -20px;
  padding: 15px;
  font-weight: 200;
}
.inner-wrapper-registration h2 {
  font-weight: 300;
  font-size: 26px;
}
.inner-wrapper-registration h3 {
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
}
.inner-wrapper-registration form {
  width: 100%;
  margin-top: 15px;
}
.inner-wrapper-registration form input {
  width: 70%;
  float: left;
  height: 32px;
  color: #006794;
}
.inner-wrapper-registration form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 0;
  background-size: 0.6em;
  background-position: calc(100% - 1.3em) center;
  width: 100%;
  float: left;
  height: 32px;
  color: #006794;
}
.inner-wrapper-registration form input[type=submit] {
  float: right;
  width: 30%;
  height: 32px;
  color: white;
  font-size: 15px;
  font-weight: 300;
  background-color: #e5007d;
  border: 1px solid #e5007d;
}
.inner-wrapper-registration form input[type=submit]:hover, .inner-wrapper-registration form input[type=submit]:focus {
  color: #e5007d;
  background-color: #006794;
}

.formulier-registratie input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #006794;
}
.formulier-registratie select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 0;
  background-size: 0.6em;
  background-position: calc(100% - 1.3em) center;
  border-bottom: 1px solid #006794;
  box-shadow: none;
}
.formulier-registratie input[type=submit] {
  width: 100%;
  padding: 15px 0;
  background-color: #e5007d;
  border: 1px solid #e5007d;
  color: white;
  font-weight: 700;
}
.formulier-registratie input[type=submit]:hover, .formulier-registratie input[type=submit]:focus {
  background-color: #006794;
  border: 1px solid #006794;
  color: white;
}

.galerij-afbeeldingen {
  padding-left: 15px;
  padding-right: 15px;
}
.galerij-afbeeldingen img {
  border: 1px solid white;
}

.form-group label.error, .custom-checkbox label.error {
  display: none !important;
}

.has-error {
  color: #a94442 !important;
}
.has-error input, .has-error select {
  box-shadow: none !important;
}
.has-error .checkmark {
  border-color: #a94442 !important;
}

.center-image {
  max-height: 200px;
  margin: auto;
}

.prompt-modal .modal-content {
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prompt-modal .modal-content .modal-body {
  padding: 35px 60px;
  border-radius: 0;
  color: #e5007d;
}
.prompt-modal .modal-content .modal-body input {
  border: 1px solid #e5007d;
}
.prompt-modal .modal-content .modal-body input:not([type=checkbox]) {
  height: 40px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.prompt-modal .modal-content .modal-body input::-moz-placeholder {
  color: #e5007d;
  opacity: 1;
  font-weight: 700;
}
.prompt-modal .modal-content .modal-body input:-ms-input-placeholder {
  color: #e5007d;
  font-weight: 700;
}
.prompt-modal .modal-content .modal-body input::-webkit-input-placeholder {
  color: #e5007d;
  font-weight: 700;
}
.prompt-modal .modal-content .modal-body input:hover, .prompt-modal .modal-content .modal-body input:focus {
  outline: none;
}
.prompt-modal .modal-content .modal-body input[type=submit] {
  background: #e5007d;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  top: 0;
  width: 120px;
  font-weight: 700;
  text-align: center;
}
.prompt-modal .modal-content .modal-body .gform_wrapper .gform_required_legend {
  display: none;
}
.prompt-modal .modal-content .modal-body .gform_wrapper .gform-footer {
  padding: 0;
}
.prompt-modal .modal-content .modal-body .gform_wrapper form {
  position: relative;
}
.prompt-modal .modal-content .modal-body .gform_wrapper form .ginput_container.ginput_container_consent label {
  font-weight: 300;
}
.prompt-modal .modal-content .modal-body .gform_wrapper form .ginput_container.ginput_container_consent label a {
  color: #e5007d;
}

.socials {
  margin-bottom: 3em;
}

#cookie-law p, #cookie-law a {
  font-weight: 200 !important;
}
#cookie-law a {
  text-decoration: none;
}

footer {
  background-color: #efefef;
  padding-top: 3em;
  padding-bottom: 65px;
  position: relative;
}
footer h2 {
  margin-bottom: 25px;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a:hover, footer ul li a:focus {
  text-decoration: underline;
}
footer .contact {
  margin-bottom: 15px;
}
footer .contact a {
  text-decoration: none;
}
footer .contact a:hover, footer .contact a:focus {
  text-decoration: underline;
}
footer .img-organisatie {
  position: absolute;
}

#nsu-form-0 {
  margin-top: 15px;
}
#nsu-form-0 p {
  padding-left: 0px !important;
}
#nsu-form-0 p label {
  display: none;
}
#nsu-form-0 p #nsu-email-0 {
  width: 100%;
  border: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #006794 !important;
  font-size: 14px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  padding-left: 15px;
  padding-right: 15px;
  height: 29px;
}
#nsu-form-0 p input::-webkit-input-placeholder, #nsu-form-0 p textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #006794;
}
#nsu-form-0 p input:-moz-placeholder, #nsu-form-0 p textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #006794;
  opacity: 1;
}
#nsu-form-0 p input::-moz-placeholder, #nsu-form-0 p textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #006794;
  opacity: 1;
}
#nsu-form-0 p input:-ms-input-placeholder, #nsu-form-0 p textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #006794;
}
#nsu-form-0 p:first-of-type {
  display: inline-block;
  float: left;
}
#nsu-form-0 p:last-of-type {
  float: left;
  height: 29px;
}
#nsu-form-0 p:last-of-type #nsu-submit-0 {
  height: 100%;
  margin-top: 0;
}
#nsu-form-0 #nsu-submit-0 {
  color: white;
  font-size: 14px;
  background: #006794;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0px;
  margin-top: 15px;
}

#copyright {
  padding-top: 25px;
  padding-bottom: 25px;
}
#copyright a {
  font-size: 16px;
}
#copyright .bethere {
  float: right;
}
#copyright .bethere img {
  display: inline-block;
  margin-left: 5px;
  max-height: 30px;
  margin-top: -15px;
}

.close {
  position: absolute;
  right: 15px;
  top: 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #006794;
  opacity: 1;
}

.close:hover {
  background-color: #006794;
  opacity: 1;
}
.close:hover:before, .close:hover:after {
  background-color: white;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 26px;
  top: 2px;
  width: 1px;
  background-color: #006794;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.progress {
  margin-top: 38px;
  border-radius: 0;
  background-color: #006794;
  background-image: none;
  height: 10px;
  position: relative;
  overflow: visible;
}
.progress .progress-bar {
  width: 20%;
  color: #e5007d;
  background-image: none;
  background-color: #e5007d;
  height: 20px;
  position: absolute;
  bottom: 5px;
}

.checkboxes {
  margin-top: 25px;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
  cursor: pointer;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #006794;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #006794;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7-list-item {
  width: 100%;
}
.wpcf7-list-item input, .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  float: left;
}
.wpcf7-list-item input {
  width: 30px !important;
  height: 21px !important;
  margin: 0px;
}
.wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 30px);
}

#privacybeleid {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 0px !important;
}

#privacy-title {
  margin-top: 50px !important;
}

.wpgdprc .wpcf7-wpgdprc .wpcf7-list-item {
  margin: 0px;
}
.wpgdprc .wpcf7-wpgdprc .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 15px;
}
.wpgdprc .wpcf7-wpgdprc .wpcf7-list-item input {
  -webkit-appearance: checkbox !important;
  margin: 0px !important;
}

.custom-tekst {
  padding-top: 135px;
}
.custom-tekst h4 {
  margin-top: 25px;
}
.custom-tekst table {
  width: 100%;
}
.custom-tekst table tbody tr {
  border-bottom: 1px solid lightgrey;
}
.custom-tekst table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}
.custom-tekst table tbody tr:first-child td {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .pull-block-left .inner-content .title, .pull-block-right .inner-content .title {
    font-size: 30px;
  }
  .pull-block-left .inner-content .social-button img, .pull-block-right .inner-content .social-button img {
    height: 25px;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-header .location {
    height: 75px;
  }
  .navbar .navbar-header .navbar-brand img {
    height: 75px;
  }
  #slider .carousel-inner .item .container .carousel-content {
    margin-top: 0;
  }
  .pull-block-left .inner-content .title, .pull-block-right .inner-content .title {
    font-size: 21px;
  }
  #slider .carousel-inner .item .container .carousel-content {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-header .location {
    height: auto;
    position: relative;
    margin-left: 15px;
    display: inline-block;
    float: none;
  }
  .sticky .navbar-header .location {
    opacity: 0;
    height: 0 !important;
  }
  .navbar-toggle {
    position: absolute;
    right: 0;
    border: 1px solid #006794;
  }
  .navbar-toggle .icon-bar {
    background-color: #006794;
  }
  .navbar .menu-wrapper {
    height: 3px;
  }
  .sticky .navbar-brand img {
    height: 50px !important;
  }
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .img-organisatie {
    position: relative;
  }
  .call-to-action {
    display: none;
  }
  .navbar .menu-wrapper {
    height: auto;
  }
  .sticky-header-holder {
    height: 175px;
  }
  .pull-block-right .feature {
    width: 100% !important;
    margin-right: 15px;
  }
  .pull-block-left .feature {
    width: 100% !important;
    margin-left: 15px;
  }
  .pull-block-right {
    margin-right: 15px;
  }
  .pull-block-left {
    margin-right: 15px;
  }
  .content {
    padding: 0;
  }
  #copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
  #copyright .bethere {
    float: left;
    margin-top: 10px;
  }
  .pull-block-left .inner-content, .pull-block-right .inner-content {
    margin-left: 30px;
    margin-top: 30px;
    float: left;
  }
  .pull-block-right .inner-content {
    margin-bottom: 3em;
  }
  .mobile-only {
    display: block;
  }
  .call-to-action-mobile-header {
    width: 100%;
    margin: 15px 0 0;
  }
  .call-to-action-mobile-header a {
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
  #slider .carousel-inner .item .container .row {
    display: block;
  }
}

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