@charset "UTF-8";
/* Uitbreiding op Bootstrap CSS */
body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #454545;
  line-height: 24px;
  letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
  color: #646464;
  margin: 24px 0 16px 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, dl, ul, ol {
  margin: 0 0 30px 0;
}
p:last-child, dl:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

dd, dt {
  line-height: inherit;
}

header {
  margin: 0 0 30px 0;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
  margin: 0;
}

textarea,
select,
input[type=text],
input[type=password],
input[type=email] {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
}

textarea {
  height: 230px;
  padding: 15px 20px;
}

select,
input[type=text],
input[type=password],
input[type=email] {
  height: 40px;
  padding: 0 20px;
}

h1 {
  font-size: 18px;
}

h2, h3, h4, h5, h6 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0061AC;
}

.header_menu .menu > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  color: #646464;
  text-transform: uppercase;
}

.btn {
  border-radius: 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn-lg {
  font-size: 15px;
}

header.title_has-btn:after {
  content: "";
  display: block;
  clear: both;
}
header.title_has-btn h1, header.title_has-btn h2, header.title_has-btn h3, header.title_has-btn h4, header.title_has-btn h5, header.title_has-btn h6 {
  float: left;
  padding-top: 10px;
}
header.title_has-btn .btn {
  float: right;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 16px;
}

.cta header h1, .cta header h2, .cta header h3, .cta header h4, .cta header h5, .cta header h6 {
  font-size: 40px;
}

.card header h1, .card header h2, .card header h3, .card header h4, .card header h5, .card header h6 {
  font-size: 16px;
  text-transform: none;
  color: #454545;
}

/*	Effects base
*/
@media (min-width: 768px) {
  body.js [class*=fx_] {
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  body.js .fx_hover-zoom {
    -ms-transform: scale(1);
        transform: scale(1);
    position: relative;
  }
  body.js .fx_hover-zoom:hover {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
    z-index: 1;
  }
  body.js [class*=fx_scroll-],
  body.js [class*=fx_slider-] {
    opacity: 0;
  }
  body.js [class*=fx_scroll-].fx_inview,
  body.js [class*=fx_slider-].fx_inview {
    opacity: 1;
    -ms-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
  }
  body.js .fx_scroll-slideup,
  body.js .fx_slider-slideup {
    -ms-transform: translate(0, 150px);
        transform: translate(0, 150px);
  }
  body.js .fx_scroll-slideleft,
  body.js .fx_slider-slideleft {
    -ms-transform: translate(150px, 0);
        transform: translate(150px, 0);
  }
  body.js .fx_scroll-slideright,
  body.js .fx_slider-slideright {
    -ms-transform: translate(-150px, 0);
        transform: translate(-150px, 0);
  }
  body.js .fx_scroll-zoom,
  body.js .fx_slider-zoom {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
  }
  body.js .fx_scroll-zoomout,
  body.js .fx_slider-zoomout {
    -ms-transform: scale(1.3);
        transform: scale(1.3);
  }
  body.js .fx_delay-1 {
    transition-delay: 0.2s;
  }
  body.js .fx_delay-2 {
    transition-delay: 0.4s;
  }
  body.js .fx_delay-3 {
    transition-delay: 0.6s;
  }
  body.js .fx_delay-4 {
    transition-delay: 0.8s;
  }
  body.js .fx_delay-5 {
    transition-delay: 1s;
  }
}
#noscript,
.noscript {
  background: rgba(255, 51, 51, 0.9);
  border-top: 5px solid #f33;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  box-sizing: border-box;
  padding: 50px;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000000;
}

/* Uitbreiding op Owl carousel CSS */
.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  top: calc(50% - 20px);
}
.owl-theme .owl-nav .owl-prev {
  left: 20px;
}
.owl-theme .owl-nav .owl-next {
  right: 20px;
}
.owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.logos .owl-item {
  text-align: center;
  padding: 15px;
}

[class*=container] > div:first-of-type {
  margin-top: 0;
}
[class*=container] > div:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  [class*=container] {
    width: 100%;
  }
}
.header_menu > [class*=container] {
  position: relative;
}

.section_has-sidebar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section_has-sidebar > .container {
  position: relative;
}
.section_has-sidebar > .container:after {
  content: "";
  display: block;
  border-top: 1px solid #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: calc(50% - 50vw);
}
.section_has-sidebar > .container > .row > [class*=col-] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sidebar {
  background: #EDF1F7;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  color: #454545;
}
.sidebar .card header h1, .sidebar .card header h2, .sidebar .card header h3, .sidebar .card header h4, .sidebar .card header h5, .sidebar .card header h6 {
  color: #0061AC;
  text-transform: uppercase;
}

.sidebar__link {
  border-radius: 6px;
  border-left: 4px solid #0061AC;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #0061AC;
  display: block;
  padding: 20px;
  margin-top: 15px;
}
.sidebar__link, .sidebar__link:hover {
  text-decoration: none;
}
.sidebar__link .fa {
  float: right;
  font-size: 18px;
  position: relative;
  top: 3px;
  right: 0px;
  transition: all 0.9s ease;
}
.sidebar__link:hover .fa {
  position: relative;
  right: 10px;
}

.section a:not(.btn).sidebar__link {
  color: #0061AC;
}

@media (max-width: 992px) {
  .row > [class*=col-].sidebar {
    border-top: 1px solid #e6e6e6;
    padding-left: calc( ( 50vw - 50% ) + 15px );
    padding-right: calc( ( 50vw - 50% ) + 15px );
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .section_has-sidebar {
    background: linear-gradient(to right, #fff 0%, #fff calc(50% + 400px), #EDF1F7 calc(50% + 400px));
  }
  .row_has-sidebar {
    display: -ms-flexbox;
    display: flex;
  }
  .row > [class*=col-].sidebar {
    border-left: 1px solid #e6e6e6;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    padding-left: 50px;
  }
}
.backlink {
  background: #fff;
  display: block;
  padding: 30px 0;
}
.backlink .fa {
  margin-right: 20px;
}

.cta {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 30px;
}
.cta header h1, .cta header h2, .cta header h3, .cta header h4, .cta header h5, .cta header h6 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.cta .btn {
  text-shadow: none;
  background-image: linear-gradient(to right top, #ff9508, #fc9206, #f88f04, #f58d02, #f28a00);
  border: none;
  font-weight: 800;
}

.margin_cta {
  margin-top: 150px;
  margin-bottom: 150px;
}

.cta_form form input, .cta_form select {
  -webkit-appearance: none;
}
.cta_form form input:-ms-input-placeholder, .cta_form select:-ms-input-placeholder {
  color: #666;
}
.cta_form form input::placeholder, .cta_form select::placeholder {
  color: #666;
}
.cta_form select {
  color: #666666;
}

@media (max-width: 767px) {
  .cta_form {
    padding: 50px 30px !important;
  }
  .cta_form input[type=submit] {
    width: 100%;
  }
}
.quote {
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 30px;
  margin: 30px 0;
}

.quote_shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.quote_bg-light {
  background: #EDF1F7;
}

.quote_bg-dark {
  background: #454545;
  color: #fff;
}

.quote_bg-theme {
  background: #0061AC;
  color: #fff;
}

/* Uitbreiding op bootstrap grid systeem */
.row {
  margin-top: -5px;
  margin-bottom: -5px;
}

h1 + .row, h2 + .row, h3 + .row, h4 + .row, h5 + .row, h6 + .row {
  margin-top: -15px;
}

header + .PageContent > .row:first-child {
  margin-top: -15px;
}

.row > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row_margin-0,
.row_margin-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
}

.row_margin-0 {
  margin-left: 0;
}

.row_margin-1 {
  margin-left: -1px;
}

.row_margin-0 > [class*=col-] {
  padding: 0;
}

.row_margin-1 > [class*=col-] {
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1px;
}

.section > .row_margin-0:last-child {
  margin-bottom: -65px;
}
.section > .row_margin-1:last-child {
  margin-bottom: -34px;
}

/* Uitbreiding op Bootstrap CSS */
.btn {
  border-radius: 20px;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 9px 30px;
}
.btn:not(.btn-block) + .btn:not(.btn-block) {
  margin-left: 10px;
}

.btn-block + .btn-block {
  margin-top: 20px;
}

/* Uitbreiding op bootstrap .btn class */
.btn-lg {
  padding: 10px 30px;
}

/* Uitbreiding op bootstrap .btn class */
.btn-primary {
  background-color: #0061AC;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:hover:active, .btn-primary:focus:active {
  background-color: #00589c;
  color: #fff !important;
  opacity: 0.9;
}

.btn-white {
  background-color: #FFF;
  color: #0061AC;
}
.btn-white:active, .btn-white:focus, .btn-white:hover, .btn-white:hover:active, .btn-white:focus:active {
  background-color: #FFF;
  color: #0061AC;
  opacity: 0.9;
}

/* Uitbreiding op bootstrap .btn class */
.btn-ghost {
  background-color: transparent;
  border: 1px solid #454545;
  color: #454545;
}
.btn-ghost:active, .btn-ghost:focus, .btn-ghost:hover, .btn-ghost:focus:active, .btn-ghost:hover:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn-ghost.btn-primary {
  border-color: #0061AC;
  color: #0061AC;
}
.btn-ghost.btn-primary:hover, .btn-ghost.btn-primary:focus {
  color: #0061AC !important;
}

.image .btn-default {
  border-color: transparent;
}
.image .btn-default.btn-ghost {
  border-color: #fff;
  color: inherit;
}

.cta .btn-default {
  border-color: transparent;
}
.cta .btn-default.btn-ghost {
  border-color: #fff;
  color: inherit;
}

.pager {
  text-align: right;
}
.pager .btn {
  line-height: 22px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.pager span.btn {
  cursor: default;
  opacity: 0.5;
}

.btn-center {
  display: table;
  margin: auto;
}

.btn > .fa:first-child:last-child {
  margin-left: -15px;
  margin-right: -15px;
}

.image {
  background: none center center/cover no-repeat #ccc;
  overflow: hidden;
  display: block;
  height: 0;
  padding-top: 75%;
  position: relative;
}

.image a:not(.btn) {
  color: inherit;
}

.image > div {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.image > div.video {
  z-index: 0;
}

.image > .video {
  height: 100%;
  width: 5000px;
  padding-top: 56.25%;
}
.image > .video > video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.header_slider .image_has-video > .video {
  display: none;
}

@media (min-device-width: 992px) {
  .header_slider .image_has-video {
    background-image: none !important;
  }
  .header_slider .image_has-video > .video {
    display: block;
  }
}
.image h1, .image h2, .image h3, .image h4, .image h5, .image h6 {
  color: inherit;
  margin-top: 0;
}

.image_center {
  text-align: center;
}

.image_overlay:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background 1s ease;
}
.image_overlay header h1, .image_overlay header h2, .image_overlay header h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  margin-top: 10px;
}
.image_overlay header h4, .image_overlay header h5, .image_overlay header h6 {
  color: #0061AC;
  font-size: 18px;
}

.image_overlay-light:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background 1s ease;
}
.image_overlay-light header h1, .image_overlay-light header h2, .image_overlay-light header h3 {
  color: #454545;
}

.image_overlay-dark:before {
  background-color: rgba(69, 69, 69, 0.6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background 1s ease;
}

.image_square {
  padding-top: 100%;
}

.image_fx-fade:after {
  background-color: rgba(69, 69, 69, 0.6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background 1s ease;
}
.image_fx-fade:after {
  content: "";
  opacity: 0;
  transition: opacity 0.5s ease;
}
.image_fx-fade:hover:after {
  opacity: 1;
}

.image_fx-zoom:before {
  background: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -ms-transform: scale(1);
      transform: scale(1);
  transition: transform 0.75s ease-in-out;
}
.image_fx-zoom:hover:before {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.image_fx-zoom > div:before {
  background: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -ms-transform: scale(1);
      transform: scale(1);
  transition: transform 0.5s ease;
}
.image_fx-zoom:hover > div:before {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.card__link:hover .btn_card .fa {
  position: relative;
  right: 10px;
}
.card__link:hover div:before {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.image_fx-fade-text > div {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.image_fx-fade-text:hover > div {
  opacity: 1;
}

.image_fx-slide-text > div {
  top: 100%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  transition: none 0.5s ease;
  transition-property: top, transform;
}
.image_fx-slide-text:hover > div {
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.header_slider .image {
  height: 300px;
  padding: 0;
}

body.home .header_slider .image {
  height: 600px;
}

.logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.logos_align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.logos_align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.logos_align-justify {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.logo {
  background: url(../img/logo.png) center center/contain no-repeat transparent;
  background-origin: content-box;
  display: block;
  padding: 15px;
  height: 80px;
}

.international {
  background: url(../img/logo-international.png) center center/contain no-repeat transparent;
  background-origin: content-box;
  display: block;
  padding: 15px;
  height: 80px;
}

.stagefabriek {
  background: url(../img/logo-stagefabriek.png) center center/contain no-repeat transparent;
  background-origin: content-box;
  display: block;
  padding: 15px;
  height: 80px;
}

.logo-stage {
  background: url(../img/logo-stage.png) center center/contain no-repeat transparent;
  background-origin: content-box;
  display: block;
  padding: 15px;
  height: 80px;
}

.header_menu .logo.logo-powered {
  background: url(../img/logo-powered.png) center center/contain no-repeat transparent;
  background-origin: content-box;
  display: block;
  padding: 15px;
  top: 46px;
}

.header_menu .logo {
  background-position: left center;
}

@media (max-width: 1199px) {
  .header_menu .logo {
    width: calc(100% - 50px);
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 -15px;
  }
  .header_menu .logo.logo-powered {
    height: 53px;
    width: 140px;
    position: absolute;
    left: 90px;
    top: 18px;
  }
}
@media (min-width: 1200px) {
  .header_menu .logo {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
}
.logos .logo {
  width: 200px;
  display: inline-block;
}

.owl-item .logo {
  display: block;
  width: 100%;
  display: inline-block;
  height: 280px;
  margin: auto;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .owl-item .logo {
    height: 180px;
  }
}
.menu {
  /* submenu shadow */
  /* inline submenu */
  /* flyout left */
  /* padding */
  /* horizontal main menu */
}
.menu ul,
.menu li,
.menu li > a,
.menu li > span {
  box-sizing: border-box;
  display: block;
}
.menu ul,
.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul {
  line-height: 20px;
}
.menu li,
.menu li > a,
.menu li > span {
  position: relative;
}
.menu li > a,
.menu li > span {
  text-decoration: none;
  padding: 10px 10px 10px 10px;
}
.menu li > ul,
.menu li > div,
.menu li > form {
  background-color: #fff;
  line-height: 20px;
  display: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 70%;
  z-index: 1;
}
.menu li:hover > ul,
.menu li:hover > div,
.menu li:hover > form, .menu li.hover > ul,
.menu li.hover > div,
.menu li.hover > form {
  display: block;
}
.menu li:hover > ul,
.menu li:hover > div,
.menu li:hover > form {
  z-index: 2;
}
.menu li > ul,
.menu li > div,
.menu li > form {
  width: 300px;
}
.menu li > ul,
.menu li > div,
.menu li > form {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
.menu li.menu__subitem_submenu-inline > ul {
  background: none;
  box-shadow: none;
  display: block;
  width: 100%;
  position: static;
}
.menu li.menu__subitem_submenu-inline > ul > li > a,
.menu li.menu__subitem_submenu-inline > ul > li > span {
  padding: 5px 10px 5px 10px;
}
.menu li.menu__subitem_submenu-inline > ul > li > a:before,
.menu li.menu__subitem_submenu-inline > ul > li > span:before {
  content: "›";
  display: inline-block;
  margin-right: 5px;
}
.menu li.menu__subitem_submenu-left > ul,
.menu li.menu__subitem_submenu-left > div,
.menu li.menu__subitem_submenu-left > form {
  left: auto;
  right: 100%;
}
.menu > ul {
  padding: 10px 10px 10px 10px;
}
.menu li > ul,
.menu li > div,
.menu li > form {
  padding: 10px 10px 10px 10px;
}
.menu li.menu__subitem_submenu-inline > ul {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.menu > ul {
  padding: 0;
}
.menu li.menu__item_submenu-mega > ul > li > ul {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.menu > ul:after {
  content: "";
  display: block;
  clear: both;
}
.menu > ul > li {
  float: left;
  border-left: 1px solid #e6e6e6;
  /* align right */
  /* fullwidth submenu */
  /* mega submenu */
}
.menu > ul > li.menu__item_right {
  float: right;
}
.menu > ul > li > a,
.menu > ul > li > span {
  padding: 10px 20px 10px 20px;
}
.menu > ul > li > ul,
.menu > ul > li > div,
.menu > ul > li > form {
  min-width: 100%;
  top: 100%;
  left: 0;
}
.menu > ul > li.menu__item_submenu-right > ul,
.menu > ul > li.menu__item_submenu-right > div,
.menu > ul > li.menu__item_submenu-right > form {
  left: auto;
  right: 0;
}
.menu > ul > li.menu__item_submenu-fullwidth {
  position: static;
}
.menu > ul > li.menu__item_submenu-fullwidth > ul,
.menu > ul > li.menu__item_submenu-fullwidth > div,
.menu > ul > li.menu__item_submenu-fullwidth > form {
  right: 0;
}
.menu > ul > li[class*=menu__item_submenu-columns-] {
  position: static;
}
.menu > ul > li[class*=menu__item_submenu-columns-] > ul:after {
  content: "";
  display: block;
  clear: both;
}
.menu > ul > li[class*=menu__item_submenu-columns-] > ul > li {
  float: left;
  margin-left: 10px;
}
.menu > ul > li.menu__item_submenu-columns-2 > ul > li {
  width: calc( 50% - 5px );
}
.menu > ul > li.menu__item_submenu-columns-2 > ul > li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.menu > ul > li.menu__item_submenu-columns-3 > ul > li {
  width: calc( 33.33% - 7px );
}
.menu > ul > li.menu__item_submenu-columns-3 > ul > li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.menu > ul > li.menu__item_submenu-columns-4 > ul > li {
  width: calc( 25% - 8px );
}
.menu > ul > li.menu__item_submenu-columns-4 > ul > li:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.menu > ul > li.menu__item_submenu-columns-5 > ul > li {
  width: calc( 20% - 8px );
}
.menu > ul > li.menu__item_submenu-columns-5 > ul > li:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.menu > ul > li.menu__item_submenu-columns-6 > ul > li {
  width: calc( 16.66% - 9px );
}
.menu > ul > li.menu__item_submenu-columns-6 > ul > li:nth-child(6n+1) {
  clear: left;
  margin-left: 0;
}
.menu > ul > li.menu__item_submenu-mega:not([class*=menu__item_submenu-mega-]):hover > ul, .menu > ul > li.menu__item_submenu-mega:not([class*=menu__item_submenu-mega-]).hover > ul {
  display: table;
  width: auto;
}
.menu > ul > li.menu__item_submenu-mega:not([class*=menu__item_submenu-mega-]):hover > ul > li, .menu > ul > li.menu__item_submenu-mega:not([class*=menu__item_submenu-mega-]).hover > ul > li {
  display: table-cell;
  float: none;
}
.menu > ul > li.menu__item_submenu-mega.menu__item_submenu-mega-2 > ul > li {
  width: 50%;
}
.menu > ul > li.menu__item_submenu-mega.menu__item_submenu-mega-3 > ul > li {
  width: 33.33%;
}
.menu > ul > li.menu__item_submenu-mega.menu__item_submenu-mega-4 > ul > li {
  width: 25%;
}
.menu > ul > li.menu__item_submenu-mega.menu__item_submenu-mega-5 > ul > li {
  width: 20%;
}
.menu > ul > li.menu__item_submenu-mega.menu__item_submenu-mega-6 > ul > li {
  width: 16.66%;
}
.menu > ul > li.menu__item_submenu-mega > ul:after {
  content: "";
  display: block;
  clear: both;
}
.menu > ul > li.menu__item_submenu-mega > ul > li {
  float: left;
}
.menu > ul > li.menu__item_submenu-mega > ul > li > ul {
  background: none;
  box-shadow: none;
  display: block;
  width: 100%;
  position: static;
}
.menu > ul > li.menu__item_submenu-mega > ul > li > ul > li > a,
.menu > ul > li.menu__item_submenu-mega > ul > li > ul > li > span {
  padding: 5px 10px 5px 10px;
}
.menu > ul > li.menu__item_submenu-mega > ul > li > ul > li > a:before,
.menu > ul > li.menu__item_submenu-mega > ul > li > ul > li > span:before {
  content: "›";
  display: inline-block;
  margin-right: 5px;
}

.menu [class*=menu__item_icon-] > a {
  font-size: 18px;
  text-indent: 100px;
  overflow: hidden;
  white-space: nowrap;
  width: 50px;
  position: relative;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}
.menu [class*=menu__item_icon-] > a:before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.menu .menu__item_icon-facebook > a:before {
  content: "\f09a";
}
.menu .menu__item_icon-twitter > a:before {
  content: "\f099";
}
.menu .menu__item_icon-linkedin > a:before {
  content: "\f0e1";
}
.menu .menu__item_icon-home > a:before {
  content: "\f015";
}
.menu .menu__item_icon-account > a:before {
  content: "\f007";
}
.menu .menu__item_icon-login > a:before {
  content: "\f023";
}
.menu .menu__item_icon-search > a:before {
  content: "\f002";
}
.menu .menu__item_icon-language a {
  background: none center center/20px auto no-repeat transparent;
}
.menu .menu__item_icon-language a.ar {
  background-image: url(../img/flags/ar.png);
}
.menu .menu__item_icon-language a.bg {
  background-image: url(../img/flags/bg.png);
}
.menu .menu__item_icon-language a.be {
  background-image: url(../img/flags/be.png);
}
.menu .menu__item_icon-language a.de {
  background-image: url(../img/flags/de.png);
}
.menu .menu__item_icon-language a.en {
  background-image: url(../img/flags/en.png);
}
.menu .menu__item_icon-language a.es {
  background-image: url(../img/flags/es.png);
}
.menu .menu__item_icon-language a.fr {
  background-image: url(../img/flags/fr.png);
}
.menu .menu__item_icon-language a.it {
  background-image: url(../img/flags/it.png);
}
.menu .menu__item_icon-language a.ja {
  background-image: url(../img/flags/ja.png);
}
.menu .menu__item_icon-language a.ko {
  background-image: url(../img/flags/ko.png);
}
.menu .menu__item_icon-language a.lt {
  background-image: url(../img/flags/lt.png);
}
.menu .menu__item_icon-language a.nl {
  background-image: url(../img/flags/nl.png);
}
.menu .menu__item_icon-language a.pl {
  background-image: url(../img/flags/pl.png);
}
.menu .menu__item_icon-language a.pt {
  background-image: url(../img/flags/pt.png);
}
.menu .menu__item_icon-language a.ru {
  background-image: url(../img/flags/ru.png);
}
.menu .menu__item_icon-language a.tr {
  background-image: url(../img/flags/tr.png);
}
.menu .menu__item_icon-language a.zh {
  background-image: url(../img/flags/zh.png);
}
.menu .menu__item_icon-language li a {
  background-position: 10px center;
  padding-left: 40px;
}

.menu li li.current-menu-item > a {
  background-color: #EDF1F7;
}

.menu li.current-menu-item > a, li.current-menu-parent > a {
  color: #0061AC !important;
  font-weight: 800 !important;
}

.menu > ul > li.menu__item_button {
  transition: padding 0.5s ease;
  padding: 30px 0;
}
.menu > ul > li.menu__item_button > a {
  background: linear-gradient(to right top, #ff9508, #fc9206, #f88f04, #f58d02, #f28a00);
  color: #fff;
  padding: 10px 20px !important;
  border-radius: 20px;
  text-transform: none;
  font-weight: 800;
  font-size: 16px;
  margin: 0 20px !important;
}

.menu_small > ul > li.menu__item_button {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .header .menu li li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .header .menu li.menu__subitem_submenu-inline > ul > li {
    border-bottom: none;
  }
  .header .menu li.menu__item_submenu-mega > ul > li,
  .header .menu li.menu__item_submenu-mega > ul > li > ul > li {
    border-bottom: none;
  }
  .header .menu li li > a:hover,
  .header .menu li li > span:hover {
    background-color: #EDF1F7;
  }
  .header .menu li.menu-item a:hover {
    color: #0061AC !important;
    transition: color 0.5s ease;
  }
  .header .menu li.menu__item_button a:hover {
    color: #FFF !important;
    transition: color 0.5s ease;
  }
  .header_top .menu > ul > li > a {
    color: #fff;
  }
  .header_top .menu > ul > li:hover > a {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header_menu .menu:after {
    content: "";
    display: block;
    clear: both;
  }
}
.list ul,
.list li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.filters .card header h1, .filters .card header h2, .filters .card header h3, .filters .card header h4, .filters .card header h5, .filters .card header h6 {
  color: #0061AC;
  text-transform: uppercase;
}
.filters .card + .card {
  margin-top: 20px;
}
.filters ul, .filters li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .filters {
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 6px;
    padding: 0 !important;
    margin: 15px;
    margin-bottom: 50px;
    width: calc(100% - 30px);
  }
  .filters .card {
    border-radius: none;
    box-shadow: none;
  }
  .filters .card + .card {
    border-top: 1px solid #EDF1F7;
    margin: 0;
  }
  .filters .card header {
    padding: 20px 0;
  }
  .filters .card__text_collapsable-active {
    padding-bottom: 20px;
  }
}

.filters__active li {
  padding-right: 20px;
  position: relative;
}
.filters__active li a {
  font-weight: bold;
  cursor: pointer !important;
  display: block;
  padding: 5px;
  position: absolute;
  top: -5px;
  right: 0;
}
.filters__active li a:hover {
  color: red;
}

.filters__list label {
  font-weight: normal;
  line-height: 20px;
  display: block;
  padding: 5px 40px 5px 30px;
  margin: 0;
  position: relative;
}
.filters__list input[type=checkbox] {
  border: 1px solid #999;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.filters__list span {
  position: absolute;
  top: 5px;
  right: 0;
}
.filters__list span:before {
  content: "(";
}
.filters__list span:after {
  content: ")";
}

.contact dt {
  display: none;
}

.header_top .contact {
  color: #fff;
  line-height: 20px;
}
.header_top .contact dl:after {
  content: "";
  display: block;
  clear: both;
}
.header_top .contact dt,
.header_top .contact dd {
  padding: 10px 15px;
  float: left;
}

.footer_top .contact dd {
  padding: 0;
  margin: 0;
}
.footer_top .contact .street-address {
  display: block;
}

.menu.socialmedia ul span:not(.fa) {
  display: none;
}

.languageselect_flags ul {
  margin-top: 0;
  margin-bottom: 0;
}
.languageselect_flags ul,
.languageselect_flags ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.languageselect_flags ul a {
  display: block;
}
.languageselect_flags ul span {
  display: none;
}
.languageselect_flags ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.languageselect_flags ul a {
  background: none left center/20px auto no-repeat transparent;
  min-height: 15px;
  padding-left: 20px;
}
.languageselect_flags ul a.ar {
  background-image: url(../img/flags/ar.png);
}
.languageselect_flags ul a.bg {
  background-image: url(../img/flags/bg.png);
}
.languageselect_flags ul a.be {
  background-image: url(../img/flags/be.png);
}
.languageselect_flags ul a.de {
  background-image: url(../img/flags/de.png);
}
.languageselect_flags ul a.en {
  background-image: url(../img/flags/en.png);
}
.languageselect_flags ul a.es {
  background-image: url(../img/flags/es.png);
}
.languageselect_flags ul a.fr {
  background-image: url(../img/flags/fr.png);
}
.languageselect_flags ul a.it {
  background-image: url(../img/flags/it.png);
}
.languageselect_flags ul a.ja {
  background-image: url(../img/flags/ja.png);
}
.languageselect_flags ul a.ko {
  background-image: url(../img/flags/ko.png);
}
.languageselect_flags ul a.lt {
  background-image: url(../img/flags/lt.png);
}
.languageselect_flags ul a.nl {
  background-image: url(../img/flags/nl.png);
}
.languageselect_flags ul a.pl {
  background-image: url(../img/flags/pl.png);
}
.languageselect_flags ul a.pt {
  background-image: url(../img/flags/pt.png);
}
.languageselect_flags ul a.ru {
  background-image: url(../img/flags/ru.png);
}
.languageselect_flags ul a.tr {
  background-image: url(../img/flags/tr.png);
}
.languageselect_flags ul a.zh {
  background-image: url(../img/flags/zh.png);
}
.languageselect_flags ul span {
  display: inline-block;
}
.languageselect_flags ul span {
  padding-left: 10px;
}

.languageselect_flags-horizontal ul {
  margin-left: -5px;
  margin-right: -5px;
}
.languageselect_flags-horizontal ul,
.languageselect_flags-horizontal ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.languageselect_flags-horizontal ul a {
  display: block;
}
.languageselect_flags-horizontal ul span {
  display: none;
}
.languageselect_flags-horizontal ul:after {
  content: "";
  display: block;
  clear: both;
}
.languageselect_flags-horizontal ul li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.languageselect_flags-horizontal ul a {
  background: none left center/20px auto no-repeat transparent;
  min-height: 15px;
  padding-left: 20px;
}
.languageselect_flags-horizontal ul a.ar {
  background-image: url(../img/flags/ar.png);
}
.languageselect_flags-horizontal ul a.bg {
  background-image: url(../img/flags/bg.png);
}
.languageselect_flags-horizontal ul a.be {
  background-image: url(../img/flags/be.png);
}
.languageselect_flags-horizontal ul a.de {
  background-image: url(../img/flags/de.png);
}
.languageselect_flags-horizontal ul a.en {
  background-image: url(../img/flags/en.png);
}
.languageselect_flags-horizontal ul a.es {
  background-image: url(../img/flags/es.png);
}
.languageselect_flags-horizontal ul a.fr {
  background-image: url(../img/flags/fr.png);
}
.languageselect_flags-horizontal ul a.it {
  background-image: url(../img/flags/it.png);
}
.languageselect_flags-horizontal ul a.ja {
  background-image: url(../img/flags/ja.png);
}
.languageselect_flags-horizontal ul a.ko {
  background-image: url(../img/flags/ko.png);
}
.languageselect_flags-horizontal ul a.lt {
  background-image: url(../img/flags/lt.png);
}
.languageselect_flags-horizontal ul a.nl {
  background-image: url(../img/flags/nl.png);
}
.languageselect_flags-horizontal ul a.pl {
  background-image: url(../img/flags/pl.png);
}
.languageselect_flags-horizontal ul a.pt {
  background-image: url(../img/flags/pt.png);
}
.languageselect_flags-horizontal ul a.ru {
  background-image: url(../img/flags/ru.png);
}
.languageselect_flags-horizontal ul a.tr {
  background-image: url(../img/flags/tr.png);
}
.languageselect_flags-horizontal ul a.zh {
  background-image: url(../img/flags/zh.png);
}
.languageselect_flags-horizontal ul a:hover span {
  text-decoration: underline;
}

.searchform {
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
}
.searchform + p {
  margin-top: 60px;
}
.searchform input,
.searchform .btn {
  height: 34px;
  padding: 0 20px;
}

.result-count {
  margin: 0;
}

form + .result-count {
  margin-top: 60px;
}

.breadcrumbs__list {
  background: none;
  display: inline-block;
  margin-bottom: 0;
}

.breadcrumbs__title {
  display: inline-block;
}

.header {
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .header_top {
    display: none;
  }
}
@media (min-width: 768px) {
  .header_top {
    background: #454545;
    z-index: 2;
  }
  .header_top [class*=container]:after {
    content: "";
    display: block;
    clear: both;
  }
  .header_top [class*=container] > :first-child {
    margin-left: -15px;
  }
  .header_top [class*=container] > :not(:last-child) {
    float: left;
  }
  .header_top [class*=container] > :last-child {
    margin-right: -15px;
  }
  .header_top [class*=container] > :last-child:not(:first-child) {
    float: right;
  }
}
.header_menu {
  z-index: 1;
}

@media (max-width: 1199px) {
  .header_menu {
    background: #fff;
    border-bottom: 1px solid #EDF1F7;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .header_menu .container {
    position: relative;
  }
  .header_menu a[href="#mmenu"] {
    display: block;
    width: 42px;
    height: 35px;
    padding: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .header_menu a[href="#mmenu"]:before, .header_menu a[href="#mmenu"]:after {
    content: "";
    display: block;
  }
  .header_menu a[href="#mmenu"]:before {
    border-top: 3px solid #454545;
    border-bottom: 3px solid #454545;
    height: 11px;
    margin-bottom: 5px;
  }
  .header_menu a[href="#mmenu"]:after {
    height: 3px;
    background: #454545;
  }
  #menu:not(.mm-menu) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header_menu {
    background: #fff;
    border-bottom: 1px solid #EDF1F7;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .header_menu .logo {
    width: 175px;
  }
  .header_menu .logo-two {
    margin-left: 115px;
    width: 125px;
  }
  .header_menu .menu {
    padding-left: 175px;
    margin: 0 -15px;
  }
  .header_menu .menu:after {
    content: "";
    display: block;
    clear: both;
  }
  .header_menu .menu > ul {
    float: right;
  }
  .header_menu .menu > ul > li > a {
    transition: padding 0.5s ease;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 1px;
  }
  .header_menu .menu_small > ul > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body.error404 .header_slider .image {
  background-color: #c30;
}

@media (max-width: 767px) {
  .header_slider,
  .header_slider .image {
    height: 160px;
    padding: 0;
  }
  .header_slider .text {
    display: none;
  }
  .header_slider .btn {
    display: block;
    margin: 0;
  }
  .header_slider .btn + .btn {
    margin-top: 5px;
  }
  .header_slider .btn:not(.btn-block) + .btn:not(.btn-block) {
    margin-left: 0;
  }
  body.home .header_slider,
  body.home .header_slider .image {
    height: 320px;
  }
  .home_searchform.box-shadow {
    box-shadow: none;
  }
  .home_searchform h2, .home_searchform h3, .home_searchform h4, .home_searchform h5, .home_searchform h6 {
    color: #fff;
  }
  .home_searchform h5 {
    text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 800;
  }
  .home_searchform input:not(.btn),
  .home_searchform select {
    background: #fff;
    margin-bottom: 10px;
  }
  .home_searchform .btn.btn-block.btn-ghost {
    background: rgba(0, 0, 0, 0.65);
    color: #FFF;
    margin-top: 10px;
  }
  .home_searchform .btn.btn-block.btn-ghost:hover {
    background: rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .header_slider {
    height: 300px;
  }
  .header_slider h1, .header_slider h2, .header_slider h3, .header_slider h4, .header_slider h5, .header_slider h6 {
    color: #fff;
  }
  body.home .header_slider {
    height: 600px;
  }
  .home_searchform {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    text-align: center;
    color: #454545;
  }
  .home_searchform h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #FF9200;
    font-size: 16px;
    text-shadow: none;
  }
  .home_searchform input, .home_searchform select {
    background: #FFF;
    width: 100%;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    margin-top: 30px !important;
  }
  .home_searchform input.btn.btn-block.btn-primary {
    background-image: linear-gradient(to right top, #0066b4, #0064b1, #0062ae, #0061ab, #005fa8) !important;
    font-size: 16px;
  }
  .home_searchform .btn.btn-block.btn-ghost {
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 16px;
    transition: background 0.5s ease;
    border: 1px solid #ccc;
    margin-top: 15px;
  }
  .home_searchform .btn.btn-block.btn-ghost:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }
}
.header_slider > .container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.home_searchform input, .home_searchform select {
  -webkit-appearance: none;
}
.home_searchform input:-ms-input-placeholder, .home_searchform select:-ms-input-placeholder {
  color: #666;
}
.home_searchform input::placeholder, .home_searchform select::placeholder {
  color: #666;
}
.home_searchform select {
  color: #666666;
}

@media (max-width: 767px) {
  .header_slider h1 {
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: #FFF;
  }
}
.section {
  padding: 35px 0;
  position: relative;
}

@media (min-width: 768px) {
  .section {
    padding: 35px 0;
  }
}
.section_bg-light {
  background: #EDF1F7;
}

.section_bg-dark {
  background: #454545;
}

.section_bg-theme {
  background: #0061AC;
}

.section_bg-image {
  background: none center center/cover no-repeat transparent;
}
.section_bg-image[data-stellar-background-ratio] {
  background-attachment: fixed;
}

.section_bg-dark,
.section_bg-theme,
.section_bg-image {
  color: #fff;
}
.section_bg-dark h1, .section_bg-dark h2, .section_bg-dark h3, .section_bg-dark h4, .section_bg-dark h5, .section_bg-dark h6,
.section_bg-theme h1,
.section_bg-theme h2,
.section_bg-theme h3,
.section_bg-theme h4,
.section_bg-theme h5,
.section_bg-theme h6,
.section_bg-image h1,
.section_bg-image h2,
.section_bg-image h3,
.section_bg-image h4,
.section_bg-image h5,
.section_bg-image h6 {
  color: inherit;
}

.section:not([class*=section_bg-]):not(.section_has-sidebar) + .section:not([class*=section_bg-]),
.section_bg-dark + .section_bg-dark,
.section_bg-theme + .section_bg-theme,
.section_bg-image + .section_bg-image {
  padding-top: 0;
}

.section_overlay:before {
  background-color: rgba(0, 97, 172, 0.85);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background 1s ease;
}

.section_overlay-light:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background 1s ease;
}

.section_overlay-dark:before {
  background-color: rgba(69, 69, 69, 0.5);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background 1s ease;
}

.section_center {
  text-align: center;
}

.section_padding-0 {
  padding: 0;
}

.section_padding-half {
  padding: 10px 0;
}

.section_padding-double {
  padding: 85px 0;
}

@media (min-width: 768px) {
  .section_padding-half {
    padding: 10px 0;
  }
  .section_padding-double {
    padding: 85px 0;
  }
}
.section a:not(.btn) {
  color: inherit;
}

.section > div {
  position: relative;
  z-index: 0;
}

.card {
  display: block;
  overflow: hidden;
  text-align: left;
  border-radius: 6px;
}

.card__image:not([style*=background-image]) {
  background-image: url(../img/fallback.jpg);
}

.card__image:not(.image_square) {
  padding-top: 50%;
}

.card__link:hover {
  text-decoration: none;
}

.btn_card {
  background: linear-gradient(to right top, #0066b4, #0064b1, #0062ae, #0061ab, #005fa8);
  color: #fff;
  padding: 18px 30px;
  font-weight: 700;
  font-size: 16px;
}
.btn_card .fa {
  float: right;
  font-size: 18px;
  position: relative;
  top: 3px;
  right: 0px;
  transition: all 0.9s ease;
}

.card__text header {
  padding: 30px 0;
  margin: 0;
}
.card__text header p {
  margin: 0;
  opacity: 0.5;
}
.card__text .PageContent:empty {
  margin-top: -30px;
}
.card__text .PageContent:last-child {
  margin-bottom: 0;
}
.card__text .PageContent + .btn,
.card__text .btn + .PageContent {
  margin-top: 30px;
}

.card__text_collapsable header {
  cursor: pointer;
  position: relative;
}
.card__text_collapsable header:after {
  content: "+";
  color: #0061AC;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 26px;
  right: 0;
}
@media (max-width: 767px) {
  .card__text_collapsable header:after {
    top: 16px;
  }
}
.card__text_collapsable:not(.card__text_collapsable-active) {
  padding-bottom: 0 !important;
}
.card__text_collapsable:not(.card__text_collapsable-active) header:after {
  content: "-";
}
.card__text_collapsable:not(.card__text_collapsable-active) .filters__list,
.card__text_collapsable:not(.card__text_collapsable-active) .filters__search {
  display: none;
}

.card__location {
  color: #0061AC;
  padding: 0 30px 22.5px 30px;
  min-height: 46.5px;
}
.card__location .fa {
  margin-right: 15px;
}

.card_center {
  text-align: center;
}
.card_center .card__text {
  padding-top: 15px;
}

.card_shadow {
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.card_shadow .card__text {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.card_shadow.card_center .card__text {
  padding-bottom: 45px;
}

.card_bg {
  background: #EDF1F7;
}
.card_bg .card__text {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.card_bg.card_center .card__text {
  padding-bottom: 45px;
}

.card_image-padding.card_bg .card__image, .card_image-padding.card_shadow .card__image {
  margin: 30px 30px 0 30px;
}

.card_image-left {
  padding-left: 50%;
  position: relative;
}
.card_image-left .card__image {
  height: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}
.card_image-left.card_image-padding.card_bg .card__image, .card_image-left.card_image-padding.card_shadow .card__image {
  margin: 30px;
}

.card_fx-slide .card__text {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition: transform 0.5s ease, background-color 0.5s ease;
}
.card_fx-slide header {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.card_fx-slide:hover .card__text {
  -ms-transform: translateY(0%);
      transform: translateY(0%);
}
.card_fx-slide:hover header {
  -ms-transform: translateY(0%);
      transform: translateY(0%);
}
.card_fx-slide:not(:hover) .card__text {
  background-color: rgba(0, 0, 0, 0);
}

.card_fx-fade .card__text {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.card_fx-fade:hover .card__text {
  opacity: 1;
}

.card_type-1 .card__text {
  position: relative;
}
.card_type-1 .card__text header {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 30px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.card_type-1 .card__text header p {
  opacity: 0.7;
}
.card_type-1 .card__text h1, .card_type-1 .card__text h2, .card_type-1 .card__text h3, .card_type-1 .card__text h4, .card_type-1 .card__text h5, .card_type-1 .card__text h6 {
  color: inherit;
}
.card_type-1 .card__text .PageContent {
  padding-top: 30px;
}

.card_type-2 {
  position: relative;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 400;
}
.card_type-2 .card__text {
  color: #fff;
  padding: 0 30px 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card_type-2 .card__text header p {
  opacity: 0.7;
}
.card_type-2 .card__text h1, .card_type-2 .card__text h2, .card_type-2 .card__text h3, .card_type-2 .card__text h4, .card_type-2 .card__text h5, .card_type-2 .card__text h6 {
  color: inherit;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}
.card_type-3 .card__text {
  background: #EDF1F7;
  padding: 30px;
  padding-top: calc( 25% + 15px );
  margin-top: -25%;
}
.card_type-3 .card__image {
  border: 15px solid #fff;
  border-radius: 50%;
  width: calc( 50% + 30px );
  padding-top: 50%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.card_type-person {
  background: url(../img/logo-watermark.png) center 75%/75% auto no-repeat #0061AC;
  position: relative;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 600;
}
.card_type-person .card__image {
  background: none right bottom/auto 90% no-repeat transparent;
  padding-top: 100%;
}
.card_type-person .card__text {
  color: #fff;
  padding: 0 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card_type-person .card__text header {
  padding: 45px 0 0 0;
}
.card_type-person .card__text header h4, .card_type-person .card__text header h5, .card_type-person .card__text header h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.card_type-person .card__text header p {
  opacity: 1;
}
.card_type-person .card__text h1, .card_type-person .card__text h2, .card_type-person .card__text h3, .card_type-person .card__text h4, .card_type-person .card__text h5, .card_type-person .card__text h6 {
  color: inherit;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}
.card_type-person .PageContent {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.card_type-person .PageContent a {
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.4s ease;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
.card_type-person .PageContent a:nth-child(2) {
  transition-delay: 0.05s;
}
.card_type-person .PageContent a:nth-child(3) {
  transition-delay: 0.1s;
}
.card_type-person .PageContent a:nth-child(4) {
  transition-delay: 0.15s;
}
.card_type-person .PageContent a:nth-child(5) {
  transition-delay: 0.2s;
}
.card_type-person .PageContent a:nth-child(6) {
  transition-delay: 0.25s;
}
.card_type-person:hover .PageContent a {
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
}

.footer {
  position: relative;
}
.footer dl, .footer ul, .footer ol {
  margin-bottom: 0;
}
.footer li {
  padding: 5px 0px;
}

.list a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer_top {
  padding: 50px 0px;
}
.footer_top h1, .footer_top h2, .footer_top h3, .footer_top h4, .footer_top h5, .footer_top h6 {
  margin-top: 0;
}

.footer_bottom {
  font-weight: 600;
  text-align: center;
}
.footer_bottom .menu > ul > li {
  border: none;
}
.footer_bottom [class*=container] {
  padding: 5px 0;
}
.footer_bottom [class*=container]:after {
  content: "";
  display: block;
  clear: both;
}
.footer_bottom [class*=container] > :first-child {
  margin-left: -15px;
}
.footer_bottom [class*=container] > :last-child {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .footer_bottom [class*=container] > :not(:last-child) {
    float: left;
  }
  .footer_bottom [class*=container] > :last-child:not(:first-child) {
    text-align: center;
  }
}
.footer_bottom .menu li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer_bottom .besite {
  line-height: 50px;
}
.footer_bottom .besite:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media (max-width: 767px) {
  footer {
    background-image: none !important;
  }
  .footer {
    border-top: 1px solid rgba(69, 69, 69, 0.5);
  }
}
@media (min-width: 768px) {
  footer {
    background: url(../img/background_logo.png) right center no-repeat #EDF1F7;
  }
  .footer_bottom {
    background-image: linear-gradient(to right top, #0066b4, #0064b1, #0062ae, #0061ab, #005fa8);
    color: #FFF;
  }
  .footer_bottom [class*=container] {
    border-top: 1px solid rgba(69, 69, 69, 0.5);
  }
}
.scrollup,
[data-test-id=ChatWidgetButton],
[data-test-id=ChatWidgetMobileButton] {
  border-radius: 4px !important;
  border: 2px solid #FFF !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) !important;
  color: #FFF !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 20px !important;
  line-height: 35px !important;
  width: 40px !important;
  height: 40px !important;
  position: fixed !important;
  bottom: -100px !important;
  right: 30px !important;
  z-index: 30 !important;
  overflow: hidden !important;
  transition: bottom 0.6s ease;
}
.scrollup:hover, .scrollup:active, .scrollup:focus,
[data-test-id=ChatWidgetButton]:hover,
[data-test-id=ChatWidgetButton]:active,
[data-test-id=ChatWidgetButton]:focus,
[data-test-id=ChatWidgetMobileButton]:hover,
[data-test-id=ChatWidgetMobileButton]:active,
[data-test-id=ChatWidgetMobileButton]:focus {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.whatsapp {
  background: #25D366;
  right: 130px !important;
  transition: bottom 1.5s ease;
}

.facebook {
  background: #1B8CFB;
  right: 80px !important;
  transition: bottom 1s ease;
}

.zendesk,
[data-test-id=ChatWidgetButton],
[data-test-id=ChatWidgetMobileButton] {
  background: #13353C !important;
  right: 30px !important;
  transition: bottom 0.5s ease;
}

[data-test-id=ChatWidgetButton],
[data-test-id=ChatWidgetMobileButton] {
  bottom: -100px !important;
}
[data-test-id=ChatWidgetButton] iframe,
[data-test-id=ChatWidgetMobileButton] iframe {
  opacity: 0;
  position: relative;
  z-index: 1;
}
[data-test-id=ChatWidgetButton]:after,
[data-test-id=ChatWidgetMobileButton]:after {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  content: "\f086";
  background: #13353C;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.scrollup_visible {
  bottom: 30px !important;
}

/*
	CSS for all screensizes
*/
body.is-touch .mouse,
body.is-mouse .touch {
  display: none !important;
}

#page {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
}

a:not([href]),
a:focus:not([href]),
a:hover:not([href]) {
  text-decoration: none;
  cursor: default;
}

.PageContent a:hover {
  color: #0061AC;
}

.cta_form {
  max-width: 1240px;
  margin: auto;
  background: white;
  margin-top: -30px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 6px;
  padding: 50px;
  text-align: center;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
}

.box-shadow {
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
}

.cta_form .gform_wrapper {
  margin-top: 35px;
}

.backtoall .btn {
  margin: 20px 0px;
}

.nopaddingtop {
  padding-top: 8px !important;
}

.PageContent a[href].btn {
  text-decoration: none;
}

body.single-job .spacebottom + section {
  margin-top: 20px;
}

.header_small .logo.logo-powered {
  display: none;
}

.specifications-block {
  background-color: #0061AC;
  border-radius: 6px;
  color: #FFF;
  padding-top: 64px;
  padding-bottom: 64px;
}
.specifications-block .specifications {
  display: -ms-flexbox;
  display: flex;
}
.specifications-block h1 {
  color: #FFF;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
}
.specifications-block .btns-wrapper {
  margin-top: 48px;
}
.specifications-block .btn-ghost {
  border-color: #FFF;
  color: #FFF;
}
.specifications-block .btn-primary {
  background-color: #FFF;
  color: #0061AC;
  border-color: #0061AC;
}
.specifications-block .btn-primary:hover {
  color: #0061AC !important;
}
.specifications-block .spec {
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.specifications-block .spec:not(:first-child) {
  margin-left: 40px;
}
.specifications-block .spec span {
  margin-right: 8px;
  display: block;
}

.introtext {
  font-weight: 400;
  color: #0061AC;
}

.specifications-section {
  padding-left: 15px;
  padding-right: 15px;
}

#viewmore #viewmoretext.collapse:not(.in) {
  display: block;
  height: 3rem;
  overflow: hidden;
  position: relative;
}
#viewmore #viewmoretext.collapse:not(.in):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%);
}

#viewmore h2 {
  font-size: 32px;
  line-height: 32px;
}

#viewmore #viewmoretext.collapsing {
  height: 3rem;
}

#viewmore a.collapsed::before {
  margin-right: 8px;
}

#viewmore a:not(.collapsed)::before {
  margin-right: 8px;
}

#viewmore .fa {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}

a:not(.collapsed) .fa-chevron-circle-down:before {
  content: "\f139" !important;
}

.solliciteren-cta h2 {
  font-size: 32px;
  line-height: 32px;
}

.card.cta-card {
  background-color: #FFF;
  border-radius: 6px;
  color: #454545;
  padding: 24px;
}
.card.cta-card .card-img-top {
  width: 50%;
  margin: auto;
  display: block;
  border-radius: 100%;
  margin-bottom: 24px;
}
.card.cta-card .card-title {
  font-weight: 800;
  font-size: 20px;
  text-transform: none;
}
.card.cta-card .card-text a {
  text-decoration: none;
  display: block;
}
.card.cta-card .card-text a:hover {
  text-decoration: none;
}
.card.cta-card .card-text .fa {
  color: #0061AC;
  margin-right: 4px;
}
.card.cta-card .btn {
  margin: auto;
  margin-bottom: 16px;
}
.card.cta-card .btn.whatsapp-btn .fa {
  color: #25D366;
  margin-left: 0px;
  margin-right: 8px;
  display: inline-block;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.swiper-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  margin-bottom: 30px;
}
.swiper-button-wrapper .swiper-btn {
  background: #0061AC;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  color: #FFF;
  margin-left: 8px;
}
.swiper-button-wrapper .swiper-btn.swiper-button-disabled {
  background: rgba(0, 97, 172, 0.05);
  color: #454545;
}

.swiper.related {
  margin-bottom: 32px;
}
.swiper.related .swiper-slide {
  height: auto;
}
.swiper.related .swiper-slide .card {
  height: 100%;
}
.swiper.related .swiper-slide .card a.card__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.swiper.related .swiper-slide .card a.card__link .specifications-related {
  -ms-flex: 1;
      flex: 1;
}

.d-flex-arrows-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.d-flex-arrows-title h2 {
  font-size: 32px;
  line-height: 32px;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -ms-flex: 1;
      flex: 1;
}

.section-sticky-bar {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 7.5px 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
}
.section-sticky-bar .d-flex {
  -ms-flex-align: center;
      align-items: center;
}
.section-sticky-bar h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
.section-sticky-bar .specifications {
  display: -ms-flexbox;
  display: flex;
}
.section-sticky-bar .specifications .spec {
  margin-right: 16px;
}
.section-sticky-bar.display-bar {
  display: block;
  opacity: 1;
}

.stepper-section .swiper-slide {
  height: auto;
}
.stepper-section h2 {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}
.stepper-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0061AC;
  opacity: 1;
  border: 1px solid #0061AC;
}
.stepper-section .swiper-pagination-bullet {
  opacity: 0.25;
  background: none;
  border: 1px solid #0061AC;
}
.stepper-section .card-stepper {
  background-color: #EDF1F7;
  border-radius: 6px;
  height: 100%;
}
.stepper-section .card-stepper .card__text {
  padding-left: 104px;
  padding-right: 104px;
  padding-bottom: 80px;
  color: #0061AC;
}
.stepper-section .card-stepper header {
  padding-top: 80px;
  padding-bottom: 24px;
}
.stepper-section .card-stepper header h4 {
  font-size: 24px;
  line-height: 24px;
  color: #0061AC;
  text-transform: uppercase;
  text-align: left;
}
.stepper-section .stepper-button-next, .stepper-section .stepper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #FFF;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  color: #454545;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.04);
  -ms-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
}
.stepper-section .stepper-button-next, .stepper-section .swiper-rtl .stepper-button-prev, .stepper-section .swiper-rtl {
  right: var(--swiper-navigation-sides-offset, -20px);
  left: auto;
}
.stepper-section .stepper-button-prev, .stepper-section .swiper-rtl .stepper-button-next {
  left: var(--swiper-navigation-sides-offset, -20px);
  right: auto;
}
.stepper-section .stepper-button-prev.swiper-button-disabled {
  display: none;
}
.stepper-section .counter-stepper {
  background: #0061AC;
  border-radius: 24px;
  height: 32px;
  display: inline-block;
  padding: 0px 16px;
  line-height: 32px;
  color: #FFF;
  font-weight: 600;
  position: absolute;
  left: 24px;
  top: 24px;
}
.stepper-section .swiper-pagination {
  margin-top: 32px;
}
.stepper-section .drag-icon {
  display: none;
}

.col-slider-right {
  margin-right: 0px;
}

.section-aboutus .introtext {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-aboutus .aboutus .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 75vh;
  min-height: 560px;
  background-position: center center;
}
.section-aboutus .aboutus-button-prev, .section-aboutus .aboutus-button-next {
  border: 2px solid #FFF;
  background-color: transparent;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  color: #FFF;
  margin-left: 8px;
}
.section-aboutus .aboutus-button-prev.swiper-button-disabled, .section-aboutus .aboutus-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.section-aboutus .swiper-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 1;
  margin-bottom: 0px;
}
.section-aboutus .img-logo_aboutus {
  background: #FFFFFF;
  border-radius: 6px;
  height: 80px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 8px 12px;
}
.section-aboutus h2 {
  font-size: 32px;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .single-job .header.header_slider {
    height: 360px;
  }
  .single-job .header.header_slider > .container {
    -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
  }
  .single-job .header.header_slider .image {
    height: 360px;
  }
  .single-job .header.header_slider h2 {
    color: #FFF;
  }
  .specifications-section {
    margin-top: -180px;
    position: relative;
    background: linear-gradient(0deg, #EDF1F7 75%, transparent 75%);
  }
  .section-aboutus {
    padding-bottom: 40px;
  }
  .section-aboutus .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-aboutus .about-us-slider {
    padding: 0px;
  }
  .section-aboutus .order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .section-aboutus .order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .section-aboutus .aboutus .swiper-slide img {
    height: inherit;
    aspect-ratio: 1/1;
    min-height: auto;
  }
  .section-aboutus .img-logo_aboutus {
    margin-top: 32px;
  }
  .section-aboutus .swiper-button-wrapper {
    right: 50%;
    -ms-transform: translateX(50%);
        transform: translateX(50%);
  }
}
.specifications-related {
  margin-bottom: 16px;
}
.specifications-related .spec {
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 30px;
}
.specifications-related .spec span {
  margin-right: 30px;
  display: block;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pop-form-getintouch {
  background-color: rgba(255, 255, 255, 0.97);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
}
.pop-form-getintouch h2 {
  margin-top: 8px;
}
.pop-form-getintouch .close-popup {
  margin-left: auto;
  display: block;
  font-size: 24px;
  color: #000;
  padding: 16px 0px;
  text-align: center;
  cursor: pointer;
  width: 40px;
}

.overview-btn {
  display: block;
  font-size: 12px;
  line-height: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
  color: #FFF !important;
}
.overview-btn:hover {
  text-decoration: none;
}
.overview-btn .fa {
  font-size: 10px;
  line-height: 12px;
  margin-right: 4px;
}

.header_slider .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.PageContent ul {
  list-style-position: inside;
  padding-left: 0;
}

.jobtext-toggle {
  overflow: hidden;
  max-height: 140px;
  margin-bottom: 24px;
  position: relative;
}
.jobtext-toggle.jobtext-toggle_hide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  margin-top: 40px;
  z-index: 2;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%);
}
.jobtext-toggle.jobtext-toggle_show {
  overflow: inherit;
  max-height: unset;
  margin-bottom: 24px;
  position: relative;
}

.process-img_desktop {
  width: 100%;
  margin: 40px auto;
}

.process-img_mobile {
  width: 100%;
  margin: 32px 0px;
}

.process-img_desktop {
  display: none;
}

.process-img_mobile {
  display: block;
}

/*
	NB: 

	1) In t backend onder "instellingen":
		de optie "CSS uitvoeren" op "nee" zetten,
		de optie "HTML5 uitvoeren" op "ja" zetten

	2) In t backend per veld de class "gfield_half" of "gfield_third" toevoegen voor 1/2 of 1/3 breedte

	3) Titel en omschrijving worden verborgen,
		beide kunnen in t backend per veld met de "placeholder" optie afgevangen worden
*/
.gform_fields,
.gfield,
.gfield_radio {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.gform_fields {
  margin: -15px;
}
.gform_fields:after {
  content: "";
  display: block;
  clear: both;
}

.gfield {
  padding: 15px;
  float: left;
}

.gfield {
  width: 100%;
}

.gfield_half {
  width: 50%;
}

.gfield_third {
  width: 33.333%;
}

.gfield_label,
.gfield_description {
  display: none;
}

.gfield textarea,
.gfield select,
.gfield input[type=text],
.gfield input[type=email],
.gfield input[type=tel] {
  border: 1px solid transparent;
  background: #EDF1F7;
  line-height: 20px;
  display: block;
  width: 100%;
}

.gfield_radio {
  margin: 0 -15px;
}
.gfield_radio:after {
  content: "";
  display: block;
  clear: both;
}
.gfield_radio > li {
  padding: 0 15px;
  float: left;
}
.gfield_radio input[type=radio] {
  margin-right: 10px;
}
.gfield_radio label {
  font-weight: normal;
}

.gform_footer {
  margin-top: 15px;
}

/*
	Meldingen
*/
.gform_confirmation_message,
.validation_error {
  padding: 15px;
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
}
.gform_confirmation_message:before,
.validation_error:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  content: "\f071";
  margin-top: 2px;
  position: absolute;
  left: 18px;
}

.gform_confirmation_message {
  background: #ded;
  color: #060;
}

.validation_error {
  background: #fee;
  color: #900;
}

.validation_message {
  display: block;
  color: #900;
}

@media (max-width: 767px) {
  /*
  	CSS for extra small screens only (mobile)
  	@media (max-width: 767px)
  */
  .cta_form {
    margin-left: 25px;
    margin-right: 25px;
  }
  header.title_has-btn .btn {
    float: none;
    margin-top: 20px;
  }
  .specifications-block .specifications {
    display: block;
  }
  .specifications-block .specifications .spec {
    margin-left: 0px;
  }
  .specifications-block .btn {
    display: block;
    margin-bottom: 8px;
    margin-left: 0px !important;
  }
  .swiper-button-wrapper {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 30px;
  }
  .stepper-section .card-stepper {
    background-color: #0061AC;
  }
  .stepper-section .card-stepper header h4, .stepper-section .card-stepper .card__text {
    color: #FFF;
  }
  .stepper-section .card-stepper .card__text {
    padding-left: 40px;
    padding-right: 40px;
  }
  .stepper-section .card-stepper .counter-stepper {
    color: #0061AC;
    background-color: #FFF;
  }
  .stepper-section .stepper-button-next, .stepper-section .stepper-button-prev {
    display: none;
  }
  .stepper-section .drag-icon {
    margin: auto;
    display: block;
    text-align: center;
    position: absolute;
    width: auto;
    height: 34px;
    bottom: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
  }
  .stepper-section .stepper-section .card-stepper .card__text {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 80px;
  }
  .stepper-section .counter-stepper {
    left: 32px;
    top: 32px;
  }
  .specifications-block {
    width: calc(100% - 30px);
    padding: 32px;
  }
  .specifications-block h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .specifications-block .btns-wrapper {
    margin-top: 24px;
  }
  .section-sticky-bar {
    padding: 0px;
  }
  .section-sticky-bar .d-flex {
    -ms-flex-pack: end;
        justify-content: end;
  }
  .section-sticky-bar .d-flex .flex-1 h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .section-sticky-bar .d-flex .flex-1 .spec-location {
    display: block !important;
  }
  .section-sticky-bar .d-flex .flex-1 .spec {
    display: none;
  }
  .stepper-section h2, #viewmore h2, .solliciteren-cta h2, .d-flex-arrows-title h2, .section-aboutus h2 {
    font-size: 24px;
  }
  .specifications-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  /*
  	CSS for small screens and up (tablet and desktop)
  	@media (min-width: 768px)
  */
  .alignleft {
    float: left;
    margin-right: 30px;
  }
  .alignright {
    float: right;
    margin-left: 30px;
  }
  .cta_form {
    margin-left: 25px;
    margin-right: 25px;
  }
  .filter_results {
    background: none;
    box-shadow: none;
  }
  .filter_results .card__text {
    padding: 0px;
  }
  .filter_results .card__text header {
    padding-top: 10px;
  }
  .filters__search input[type=text] {
    padding-right: 40px;
  }
  .fabutton {
    background: none;
    padding: 0px;
    border: none;
    text-align: right;
    float: right;
    position: relative;
    top: -31px;
    right: 15px;
  }
  .hidden-sm {
    display: none;
  }
  .process-img_desktop {
    display: block;
  }
  .process-img_mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  /*
  	CSS for medium sized screens and up (desktop)
  	@media (min-width: 992px)
  */
  .cta_form {
    margin-left: 25px;
    margin-right: 25px;
  }
  .filter_results {
    background: none;
    box-shadow: none;
  }
  .filter_results .card__text {
    padding: 0px;
  }
  .filter_results .card__text header {
    padding-top: 10px;
  }
  .filters__search input[type=text] {
    padding-right: 40px;
  }
  .fabutton {
    background: none;
    padding: 0px;
    border: none;
    text-align: right;
    float: right;
    position: relative;
    top: -31px;
    right: 15px;
  }
  .d-md-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .align-items-center-md {
    -ms-flex-align: center;
        align-items: center;
  }
  .section-aboutus {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-aboutus .container-fluid {
    padding-right: 0px;
  }
  .section-aboutus .col-md-6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-aboutus .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .specifications-section {
    margin-top: -180px;
    position: relative;
    background: linear-gradient(180deg, transparent 180px, #EDF1F7 180px);
  }
  .single-job .header.header_slider {
    height: 440px;
  }
  .single-job .header.header_slider > .container {
    -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
  }
  .single-job .header.header_slider .image {
    height: 440px;
  }
  .single-job .header.header_slider h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .specifications-block .specifications {
    font-size: 18px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .process-img_desktop {
    display: block;
    max-width: 540px;
  }
}
@media (min-width: 1200px) {
  /*
  	CSS for large screens only (desktop)
  	@media (min-width: 1200px)
  */
  .container {
    width: 100%;
    max-width: 1270px;
  }
  .cta_form {
    margin-right: auto;
    margin-left: auto;
  }
  .cta_form .gform_body {
    float: left;
    width: 75%;
    border: 1px solid #E6E6E6;
    border-radius: 40px;
    height: 40px;
  }
  .cta_form .gfield {
    float: left;
    width: 33.333%;
    height: 40px;
    padding: 0px;
  }
  .cta_form .gform_fields {
    margin: 0px;
  }
  .cta_form .gfield input[type=text] {
    height: 40px;
    background: none;
    border-right: 1px solid #E6E6E6;
    border-radius: 0px;
    padding: 10px 20px;
  }
  .cta_form .gfield select {
    height: 40px;
    border-radius: 0px;
    padding: 0;
    background: none;
  }
  .cta_form .ginput_container_select {
    padding-left: 10px;
    padding-right: 20px;
  }
  .cta_form #gform_submit_button_1 {
    margin-left: 25px;
    width: calc(25% - 25px);
  }
  .filter_results {
    background: none;
    box-shadow: none;
  }
  .filter_results .card__text {
    padding: 0px;
  }
  .filter_results .card__text header {
    padding-top: 10px;
    padding-bottom: 9px;
  }
  .filters__search input[type=text] {
    padding-right: 40px;
  }
  .fabutton {
    background: none;
    padding: 0px;
    border: none;
    text-align: right;
    float: right;
    position: relative;
    top: -31px;
    right: 15px;
  }
}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th, .table-responsive {
  border: 0 !important;
}

.gfield--input-type-adminonly_hidden {
  display: none;
}
/*# sourceMappingURL=layout.css.map */
