/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "Calibre-Regular";
  src: url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Regular.eot);
  src: url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Regular.eot?iefix) format("embedded-opentype"), url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Calibre-Medium";
  src: url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Medium.eot);
  src: url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Medium.eot?iefix) format("embedded-opentype"), url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Medium.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Calibre-Semibold";
  src: url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Semibold.eot);
  src: url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Semibold.eot?iefix) format("embedded-opentype"), url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Semibold.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Calibre-Bold";
  src: url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Bold.eot);
  src: url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Bold.eot?iefix) format("embedded-opentype"), url(/wp-content/themes/studiodock/public/build/fonts/Calibre-Bold.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.btn {
  font-family: "Calibre-Medium";
  padding: 14px 16px 10px 16px;
  font-size: 18px;
  color: white;
  appearance: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s; }

.btn-block {
  display: block; }

@media (min-width: 768px) {
  .btn-block {
    display: inline-block; } }

.btn-stretch {
  width: 100%; }

.btn-orange {
  background-color: #fd7624; }
  .btn-orange:hover {
    background-color: #fd8942; }

.btn-blue {
  background-color: #2079f7; }
  .btn-blue:hover {
    background-color: #3e8bf8; }

.btn-red {
  background-color: #d0021b; }
  .btn-red:hover {
    background-color: #ee021f; }

.btn-grey {
  color: #4a5057;
  background-color: #f1f3f5; }
  .btn-grey .spinner > div {
    background-color: #4a5057; }
  .btn-grey:hover {
    background-color: #f7f8f9; }

.btn-disabled {
  background-color: #dee2e6;
  cursor: not-allowed; }

.btn-transparent {
  color: #4a5057;
  background-color: transparent;
  border: 1px solid #ced4da; }

.btn-link {
  color: #878e96;
  border-radius: 0;
  background: transparent; }
  .btn-link--underline {
    padding: 0; }
    .btn-link--underline:hover {
      border-bottom: 1px solid #878e96; }

.btn-link-dark {
  color: #4a5057;
  background: transparent; }

.btn-link-orange {
  color: #fd7624;
  background: transparent; }

.btn-edit {
  font-size: "Calibre-Regular";
  background-color: #f8f9fa;
  color: #4a5057;
  appearance: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 7px 12px 3px;
  position: absolute;
  right: 0;
  top: 12px; }

.search {
  text-align: center; }

.search-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 870px;
  padding: 12px;
  margin: -80px auto 0;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(218, 218, 218, 0.5); }
  .search-container .option {
    flex-basis: 100%;
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 10px 0 rgba(218, 218, 218, 0.5);
    border-radius: 4px;
    height: 57px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .search-container .option.active {
      z-index: 2; }
    .search-container .option .chevron {
      position: absolute;
      right: 15px;
      margin-top: 5px; }
      .search-container .option .chevron .chevron__line1,
      .search-container .option .chevron .chevron__line2 {
        stroke: #d7d6d8; }
    .search-container .option ul.dropdown {
      position: absolute;
      top: 53px;
      background-color: white;
      width: 100%;
      display: none;
      padding-top: 12px;
      outline: 1px solid #dee2e6;
      box-shadow: 0 4px 10px 0 rgba(218, 218, 218, 0.5);
      max-height: 166px;
      overflow: scroll;
      z-index: 2; }
    .search-container .option li {
      font-size: 20px;
      color: #4a5057;
      float: none;
      padding: 9px 16px 5px;
      cursor: pointer; }
      .search-container .option li:hover {
        background-color: #f1f2f3; }
    .search-container .option li.placeholder {
      position: relative;
      top: 2px;
      display: block; }
      .search-container .option li.placeholder:hover {
        background-color: white; }
    .search-container .option .search-input {
      font-family: "Calibre-Medium";
      font-size: 20px;
      color: #4a5057;
      padding: 7px 16px 5px;
      border: none; }
      .search-container .option .search-input:active, .search-container .option .search-input:focus {
        border: none !important; }
  .search-container .search-button {
    flex-basis: 100%;
    font-size: 20px;
    padding: 18px 16px 14px 16px; }

.btn-all {
  font-family: "Calibre-Medium";
  color: #878e96;
  display: inline-block;
  margin: 15px auto 0 auto;
  border-bottom: 1px solid #a2a8ae; }
  .btn-all:hover {
    color: #a2a8ae;
    border-bottom: 1px solid #bdc1c6; }

@media (min-width: 800px) {
  .search-container {
    flex-wrap: nowrap;
    padding: 14px;
    margin: -80px auto 0; }
    .search-container .option,
    .search-container .search-button {
      flex-basis: 33%;
      margin-bottom: 0; }
    .search-container .option {
      margin-right: 15px; } }

.specialty-wrapper {
  margin-bottom: 70px; }
  .specialty-wrapper .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 170px 170px 170px 170px;
    gap: 15px; }
  .specialty-wrapper .specialty-card {
    position: relative;
    border-radius: 4px; }
    .specialty-wrapper .specialty-card:hover {
      box-shadow: 0 4px 10px 0 rgba(218, 218, 218, 0.5); }
    .specialty-wrapper .specialty-card--icon {
      background-color: white; }
      .specialty-wrapper .specialty-card--icon a {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 24px 24px 12px 24px;
        text-align: center;
        font-family: Calibre-Semibold;
        font-size: 22px;
        color: #ffffff;
        letter-spacing: 0;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
        text-decoration: none; }
      .specialty-wrapper .specialty-card--icon .center-helper {
        display: flex;
        flex-wrap: wrap;
        height: 100%; }
      .specialty-wrapper .specialty-card--icon .image-container {
        flex: 1 0 100%;
        height: 65px; }
        .specialty-wrapper .specialty-card--icon .image-container:before {
          content: "";
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .specialty-wrapper .specialty-card--icon .image-container .icon {
          max-width: 65px;
          max-height: 65px;
          vertical-align: middle; }
    .specialty-wrapper .specialty-card--background-image {
      background-size: cover; }
      .specialty-wrapper .specialty-card--background-image:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        display: block;
        background: rgba(17, 17, 17, 0.6);
        border-radius: 4px; }
      .specialty-wrapper .specialty-card--background-image a {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        font-family: Calibre-Semibold;
        font-size: 22px;
        color: #ffffff;
        letter-spacing: 0;
        text-align: center;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
        text-decoration: none; }
      .specialty-wrapper .specialty-card--background-image b {
        position: relative;
        top: 46%; }
    .specialty-wrapper .specialty-card .title-container {
      flex: 1 0 100%;
      text-align: center;
      display: flex;
      align-items: center;
      height: 58px; }
      .specialty-wrapper .specialty-card .title-container span {
        flex: 1 0 100%;
        font-family: "Calibre-Regular";
        color: #343a40; }
  .specialty-wrapper .specialty-info-card {
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 3; }
    .specialty-wrapper .specialty-info-card:hover {
      box-shadow: 0 4px 10px 0 rgba(218, 218, 218, 0.5); }
    .specialty-wrapper .specialty-info-card .specialty-info-card-container {
      display: flex;
      align-items: center; }
      .specialty-wrapper .specialty-info-card .specialty-info-card-container b {
        font-size: 22px;
        color: #333333; }
      .specialty-wrapper .specialty-info-card .specialty-info-card-container p {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 0;
        color: #787878; }
      .specialty-wrapper .specialty-info-card .specialty-info-card-container .btn-link-orange {
        font-family: "Calibre-Semibold";
        font-size: 18px;
        margin-top: 15px;
        display: block; }

@media (min-width: 768px) {
  .specialty-wrapper .wpb_wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .specialty-wrapper .specialty-info-card {
    grid-column-start: 1;
    grid-column-end: 5; } }

@media (min-width: 992px) {
  .specialty-wrapper .wpb_wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 210px 210px; }
  .specialty-wrapper .specialty-info-card {
    grid-column-start: 4;
    grid-column-end: 6; } }

.lightbox-container {
  position: relative;
  cursor: pointer; }
  .lightbox-container .lightbox-play {
    position: absolute;
    width: 65px !important;
    height: 65px !important;
    left: 0;
    top: calc(50% - 32.5px); }

.download {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
  .download .image {
    position: relative; }
    .download .image h4 {
      font-family: "Calibre-Medium";
      font-size: 26px;
      color: white;
      position: absolute;
      bottom: 10px;
      z-index: 2; }
    .download .image .text-backdrop {
      position: absolute;
      left: 0;
      bottom: 7px;
      height: 57px;
      display: inline-block;
      margin: -24px -24px 0 -24px;
      width: calc(100% + 48px);
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.727328) 0%, rgba(0, 0, 0, 0) 100%); }
    .download .image img {
      margin: -24px -24px 0 -24px;
      width: calc(100% + 48px); }
  .download .btn {
    margin-top: auto; }

.cta-block {
  overflow: hidden;
  margin-bottom: 20px; }
  .cta-block .image {
    background-size: cover;
    height: 200px;
    margin: -24px -24px 24px -24px; }
  .cta-block h4 {
    font-family: "Calibre-Medium";
    font-size: 26px;
    color: #4a5057;
    margin-bottom: -5px; }
  .cta-block .btn-link-orange {
    padding: 0; }

.active-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; }
  .active-in h4 {
    font-family: "Calibre-Medium";
    font-size: 26px;
    color: #4a5057;
    align-self: flex-start; }

.location .image {
  position: relative; }
  .location .image h4 {
    font-family: "Calibre-Medium";
    font-size: 26px;
    color: white;
    position: absolute;
    bottom: 10px;
    z-index: 2; }
  .location .image .text-backdrop {
    position: absolute;
    left: 0;
    bottom: 7px;
    height: 57px;
    display: inline-block;
    margin: -24px -24px 0 -24px;
    width: calc(100% + 48px);
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.727328) 0%, rgba(0, 0, 0, 0) 100%); }
  .location .image img {
    margin: -24px -24px 0 -24px;
    width: calc(100% + 48px); }

.location a:not(.btn) {
  font-family: "Calibre-Semibold";
  color: #fd7624; }

.ebook--in-content {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #fd7624;
  padding-top: 20px; }
  .ebook--in-content .ebook__image {
    flex: 1 0 auto; }
    .ebook--in-content .ebook__image img {
      max-width: 100%;
      max-height: 200px;
      margin: 0px auto;
      display: block; }
  @media (min-width: 768px) {
    .ebook--in-content .ebook__image {
      flex: 0 0 200px; } }
  .ebook--in-content .ebook__content {
    flex: 1 1 auto; }
    .ebook--in-content .ebook__content .title {
      font-size: 24px;
      font-weight: 800;
      margin: 10px 0 0 0;
      display: block; }
    .ebook--in-content .ebook__content .sub-title {
      font-size: 20px;
      font-weight: 100;
      color: #878e96;
      margin: 8px 0 0 0;
      padding: 0;
      display: block; }
    .ebook--in-content .ebook__content .gform_body {
      display: flex; }
    .ebook--in-content .ebook__content .gform_fields {
      flex: 1 0 100%; }
    .ebook--in-content .ebook__content .gform_footer {
      margin: 0; }

.ebook--in-sidebar {
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 24px; }
  .ebook--in-sidebar h4 {
    font-family: "Calibre-Medium";
    font-size: 26px;
    color: #4a5057;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin: 0; }
  .ebook--in-sidebar img {
    max-width: 100%;
    max-height: 150px;
    margin: 20px auto 0;
    display: block; }
  .ebook--in-sidebar .gform_wrapper .gform_body ul.gform_fields .gfield {
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin-bottom: 0px; }
    .ebook--in-sidebar .gform_wrapper .gform_body ul.gform_fields .gfield label {
      flex: 1 0 100%; }
    .ebook--in-sidebar .gform_wrapper .gform_body ul.gform_fields .gfield .ginput_container {
      flex: 1 0 100%; }
  .ebook--in-sidebar .gform_wrapper .gform_footer {
    margin: 0; }

.ebook .gform_wrapper {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important; }

.content-row {
  padding: 0 !important;
  margin-bottom: 25px; }
  .content-row__image {
    background-size: cover;
    background-position: center center;
    height: 200px; }
    .content-row__image img {
      display: none; }
  .content-row__content {
    padding: 25px; }
    .content-row__content h5 {
      margin: 0; }
    .content-row__content a {
      font-family: "Calibre-Medium";
      color: #fd7624; }

@media (min-width: 768px) {
  .content-row {
    display: flex; }
    .content-row--image-right .content-row__content {
      order: 1; }
    .content-row--image-right .content-row__image {
      order: 2; }
    .content-row__image {
      flex: 0 0 40%;
      height: auto; } }

@media (min-width: 992px) {
  .content-row__image {
    flex: 0 0 60%; } }

.vacature-usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: white; }
  .vacature-usps .vacature_usp {
    flex-basis: 50%;
    text-align: center;
    padding: 24px; }
    .vacature-usps .vacature_usp:nth-child(1) {
      border-left: 0;
      border-right: 1px;
      border-top: 0;
      border-bottom: 1px;
      border-color: #e9ecef;
      border-style: solid; }
    .vacature-usps .vacature_usp:nth-child(2) {
      border-left: 0;
      border-right: 0;
      border-top: 0;
      border-bottom: 1px;
      border-color: #e9ecef;
      border-style: solid; }
    .vacature-usps .vacature_usp:nth-child(3) {
      border-left: 0;
      border-right: 1px;
      border-top: 0;
      border-bottom: 0;
      border-color: #e9ecef;
      border-style: solid; }
    .vacature-usps .vacature_usp img {
      height: 64px;
      margin-bottom: 25px; }
    .vacature-usps .vacature_usp span {
      display: block; }

@media (min-width: 992px) {
  .vacature-usps {
    margin-top: 40px; }
    .vacature-usps .vacature_usp {
      flex-basis: 25%;
      border: none; }
      .vacature-usps .vacature_usp:nth-child(1) {
        border: none; }
      .vacature-usps .vacature_usp:nth-child(2) {
        border-left: 1px;
        border-right: 1px;
        border-top: 0;
        border-bottom: 0;
        border-color: #e9ecef;
        border-style: solid; }
      .vacature-usps .vacature_usp:nth-child(3) {
        border-left: 0;
        border-right: 1px;
        border-top: 0;
        border-bottom: 0;
        border-color: #e9ecef;
        border-style: solid; } }

.vacature-pricing {
  text-align: center;
  padding: 24px 0 !important;
  margin-top: 85px; }
  .vacature-pricing span {
    display: block; }
  .vacature-pricing .vacature-pricing__header .title {
    font-size: 28px; }
  .vacature-pricing .vacature-pricing__header .subtitle {
    font-size: 20px;
    color: #aeb5bd; }
  .vacature-pricing .vacature-pricing__price {
    background-color: #f8f8f8;
    margin: 20px 0;
    padding: 20px 0; }
    .vacature-pricing .vacature-pricing__price .price {
      font-weight: bold;
      font-size: 26px; }
  .vacature-pricing .vacature-pricing__usps {
    text-align: left;
    padding: 0 24px;
    margin: 40px 0; }
    .vacature-pricing .vacature-pricing__usps span {
      font-size: 20px;
      margin-bottom: 15px;
      margin-left: 32px;
      position: relative; }
      .vacature-pricing .vacature-pricing__usps span:before {
        content: "";
        background-image: url(/wp-content/themes/studiodock/public/build/images/checkmark.png);
        background-size: 20px, 20px;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        left: -32px;
        top: -2px; }

.backdrop,
.search-backdrop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  display: none; }

.nav-trigger {
  background-color: #f8f9fa;
  padding-top: 11px;
  padding-bottom: 3px;
  padding-right: 12px;
  border: 1px solid #f1f3f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: none;
  float: right;
  cursor: pointer; }
  .nav-trigger span {
    font-family: "Calibre-Medium";
    font-size: 18px;
    color: #4a5057;
    position: relative;
    top: -2px; }

.mobile-menu {
  float: left;
  padding: 0 12px; }

.mobile-menu .line {
  width: 12px;
  height: 2px;
  background-color: #aeb5bd;
  display: block;
  margin: 2px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.mobile-menu:hover {
  cursor: pointer; }

.mobile-menu.is-active .line:nth-child(2) {
  opacity: 0; }

.mobile-menu.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -o-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg); }

.mobile-menu.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg); }

.account {
  display: none; }

@media (min-width: 992px) {
  .logo img {
    margin-right: 50px; }
  .mobile-menu {
    padding: 0; }
  nav ul {
    display: flex;
    flex: 1;
    align-items: center;
    float: none; }
  .current-menu-item {
    font-family: "Calibre-Medium"; }
    .current-menu-item a:before {
      content: "";
      position: absolute;
      bottom: -28px;
      width: 100%;
      border-bottom: 2px solid #fd7624;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0; }
  .btn-inloggen {
    font-family: "Calibre-Regular";
    margin-left: auto;
    background-color: transparent;
    margin-right: 20px;
    letter-spacing: 0.18px;
    position: relative;
    top: -3px; }
    .btn-inloggen:hover {
      background-color: transparent; }
  .btn-aanmelden a,
  .btn-aanmelden:hover a {
    letter-spacing: 0 !important; }
  .btn-offerte {
    position: relative;
    top: -3px;
    margin-left: auto; } }

@media (max-width: 992px) {
  nav {
    display: none; }
  nav.is-active {
    background-color: white;
    top: 103px;
    left: 0;
    right: 0;
    padding: 20px 0 10px 0;
    opacity: 1;
    display: block;
    position: absolute;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    z-index: 999; }
    nav.is-active ul {
      float: none;
      display: block;
      padding: 0 20px; }
      nav.is-active ul li {
        float: none;
        margin-bottom: 14px;
        padding-left: 0;
        padding-right: 0; }
        nav.is-active ul li a {
          font-family: "Calibre-Medium"; }
        nav.is-active ul li.btn-inloggen {
          float: left;
          width: calc(50% - 7px);
          margin-right: 7px; }
        nav.is-active ul li.btn-aanmelden {
          float: left;
          width: calc(50% - 7px);
          margin-left: 7px; }
        nav.is-active ul li.btn-offerte {
          margin-top: 8px;
          display: block; }
  .nav-trigger {
    display: block; } }

header {
  width: 100%;
  z-index: 999;
  position: fixed; }

.top-header {
  background-color: #f8f9fa;
  padding: 7px 0 4px; }
  .top-header .container {
    display: flex;
    justify-content: space-between; }
    .top-header .container .header-links--left {
      justify-content: space-between;
      display: flex;
      flex: 1;
      padding: 3px 0; }
    .top-header .container .header-links--right {
      display: none; }
    .top-header .container a {
      font-size: 15px;
      color: #aeb5bd;
      margin: 0 5px; }
      .top-header .container a:hover {
        color: #76828f; }
    .top-header .container b {
      font-family: "Calibre-Medium";
      font-weight: normal; }
    .top-header .container .contact {
      flex: 0 0 auto;
      color: #fd7624; }

@media (min-width: 768px) {
  .top-header .container .header-links--left {
    flex: 0 0 auto; }
  .top-header .container .header-links--right {
    display: block; }
  .top-header .container a {
    font-size: 18px; } }

.header-container {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  background-color: white; }
  .header-container a {
    text-decoration: none;
    position: relative;
    letter-spacing: 0.18px; }
    .header-container a.router-link-active {
      letter-spacing: 0; }
    .header-container a:hover {
      font-family: "Calibre-Medium";
      font-weight: normal;
      letter-spacing: 0; }
  .header-container .btn-orange:hover {
    letter-spacing: 0.18px; }
  .header-container .logo .router-link-active:before {
    display: none; }
  .header-container .btn.router-link-active:before,
  .header-container .btn-mobile.router-link-active:before {
    display: none; }

ul {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0; }
  ul li {
    float: left;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px; }
    ul li:first {
      padding-left: 0; }
    ul li:last {
      padding-right: 0; }

.pull-right {
  float: right; }

.logo img {
  width: 170px;
  height: 50px; }

nav {
  flex-grow: 1;
  margin-top: 4px;
  font-size: 18px; }

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .navigation .btn {
    display: inline; }

@media (min-width: 1200px) {
  .top-header a {
    margin: 0 15px; } }

.d-none {
  display: none; }

@media (min-width: 768px) {
  .d-block-md {
    display: block; }
  .d-none-md {
    display: none; } }

@media (min-width: 992px) {
  .d-none-lg {
    display: none; } }

.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px; }
  .pagination li {
    padding: 0; }
    .pagination li a {
      font-family: "Calibre-Medium";
      padding: 17px 15px 11px;
      background-color: white;
      border: 1px solid #ced4da;
      border-radius: 4px;
      margin-left: 5px; }
    .pagination li .active a,
    .pagination li:hover a {
      background-color: #ffeadd;
      border: 1px solid #fd7624;
      color: #fd7624; }
    .pagination li span {
      margin: 0 5px 0 10px; }

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

* {
  box-sizing: border-box;
  outline: none; }

html {
  min-height: 100%;
  position: relative;
  line-height: 1.15; }

body {
  font-family: "Calibre-Regular";
  color: #4a5057;
  background-color: #f8f9fa;
  padding: 0;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-family: "Calibre-Medium";
  font-size: 32px;
  font-weight: normal;
  color: white; }
  @media (min-width: 768px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-family: "Calibre-Medium";
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px; }

h3 {
  font-size: 28px; }

h4 {
  color: #878e96;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px; }

h5 {
  font-size: 20px; }

p {
  color: #878e96;
  font-size: 18px;
  line-height: 29px; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

input:focus,
textarea:focus {
  border: 1px solid #fd7624 !important; }

.main-content {
  padding-top: 107px; }

.wpb_text_column a {
  color: #fd7624; }

.wpb_text_column ul {
  margin: 0 0 24px;
  padding: 0;
  float: none; }

.wpb_text_column li {
  font-size: 18px;
  color: #878e96;
  margin-bottom: 10px;
  padding: 0;
  float: none;
  text-indent: -32px;
  margin-left: 32px; }
  .wpb_text_column li:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 8px;
    background-image: url(/wp-content/themes/studiodock/public/build/images/checkmark.png);
    background-size: 24px;
    width: 24px;
    height: 24px; }

.align-start {
  align-items: flex-start !important; }

.boxed {
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
  border-radius: 4px;
  padding: 24px; }

.box .vc_column-inner {
  height: 100%; }
  .box .vc_column-inner > .wpb_wrapper {
    background: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
    border-radius: 4px;
    padding: 24px;
    height: 100%; }

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.header {
  background-color: #e9ecef;
  color: #4a5057;
  padding-top: 24px;
  padding-bottom: 30px;
  margin-bottom: -30px; }
  .header h1 {
    font-size: 28px;
    color: #4a5057;
    margin-bottom: 10px; }
  .header p {
    font-family: "Calibre-Medium";
    color: #4a5057;
    line-height: 1.2;
    margin: 0; }

.header-orange {
  background-color: #fd7624;
  background-size: 410px, 573px;
  background-repeat: no-repeat !important;
  background-position: 100% 100%;
  transform: skew(0, -4deg) !important;
  margin-top: -30px;
  padding: 20px 0;
  position: relative; }
  .header-orange h1 {
    font-size: 32px;
    margin: 0 0 10px; }
  .header-orange p {
    font-family: "Calibre-Medium";
    font-size: 20px;
    color: white;
    margin-top: 0;
    margin-left: 4px;
    max-width: 80%; }
  .header-orange .vc_column_container {
    transform: skew(0, 4deg); }

.header-grey {
  background-color: #e9ecef;
  color: #343a40;
  padding-bottom: 40px; }
  .header-grey h1 {
    color: #343a40;
    margin-bottom: 15px; }
  .header-grey strong,
  .header-grey b {
    font-family: "Calibre-Medium";
    font-weight: normal;
    color: #343a40; }
  .header-grey li {
    text-indent: -32px;
    margin-left: 32px;
    color: #343a40; }
    .header-grey li:before {
      content: "";
      display: inline-block;
      position: relative;
      top: 5px;
      margin-right: 8px;
      background-image: url(/wp-content/themes/studiodock/public/build/images/checkmark-blue.svg);
      background-size: 24px;
      width: 24px;
      height: 24px; }

.header-with-image {
  clip-path: none !important;
  padding: 20px 0;
  overflow: visible !important;
  margin-bottom: 50px !important; }
  .header-with-image h1 {
    padding-top: 40px; }
  .header-with-image .wpb_single_image img {
    display: none; }

.header-home {
  height: 260px;
  background-position: center top;
  background-size: cover;
  text-align: center; }
  .header-home h1 {
    font-size: 26px;
    padding: 0; }
  .header-home p {
    font-family: "Calibre-Medium";
    font-size: 18px;
    color: white;
    line-height: 26px; }

.top-header-image-mobile {
  max-height: 200px; }
  .top-header-image-mobile .wpb_content_element {
    margin-bottom: 0; }

.header-blog-single {
  padding-top: 85px; }
  .header-blog-single .back {
    font-family: "Calibre-Medium";
    font-size: 18px;
    color: #4a5057;
    font-weight: normal;
    position: absolute;
    margin-top: -40px; }
    .header-blog-single .back img {
      width: 13px;
      height: 11px;
      margin-right: 6px; }

@media (max-width: 800px) {
  .container .header-orange {
    background-image: none !important; } }

.steps {
  text-align: center;
  padding: 8px 0; }
  .steps .wpb_text_column {
    margin: 0 0 10px 0; }
  .steps img {
    max-height: 117px;
    width: auto; }
  .steps strong {
    font-family: "Calibre-Medium";
    font-weight: normal;
    font-size: 22px;
    color: #fd7624; }

.boxed--logo {
  padding: 12px; }

.gform_wrapper {
  background: #ffffff !important;
  border: 1px solid #e9ecef !important;
  box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5) !important;
  border-radius: 4px !important;
  padding: 24px !important;
  margin: 0 !important; }
  .gform_wrapper .gform_title {
    font-family: "Calibre-Medium";
    font-weight: normal !important;
    margin-top: -10px !important;
    line-height: 52px;
    font-size: 24px !important;
    border-bottom: 1px solid #dee2e6 !important; }
  .gform_wrapper .gform_body ul.gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -12px !important; }
    .gform_wrapper .gform_body ul.gform_fields .gfield {
      flex: 1 0 100%;
      padding-left: 12px !important;
      padding-right: 12px !important; }
      .gform_wrapper .gform_body ul.gform_fields .gfield .gfield_label {
        font-family: "Calibre-Medium";
        font-weight: normal !important;
        font-size: 18px !important; }
      .gform_wrapper .gform_body ul.gform_fields .gfield .ginput_container input,
      .gform_wrapper .gform_body ul.gform_fields .gfield .ginput_container textarea {
        font-family: "Calibre-Regular";
        padding: 12px 12px 9px !important;
        font-size: 18px !important;
        max-width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
        margin-bottom: 5px !important;
        border-radius: 4px;
        border: 1px solid #ccc; }
      .gform_wrapper .gform_body ul.gform_fields .gfield .ginput_container textarea {
        flex: 0 0 100%;
        height: 120px !important; }
  .gform_wrapper .gform_button {
    font-family: "Calibre-Medium" !important;
    font-weight: normal;
    font-size: 18px !important;
    color: white !important;
    background-color: #fd7624 !important;
    display: block !important;
    border: none !important;
    width: 100% !important;
    border-radius: 4px !important;
    padding: 14px 16px 10px 16px;
    -moz-appearance: none;
    -webkit-appearance: none; }

.vc_toggle {
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
  border-radius: 4px;
  padding: 24px; }
  .vc_toggle .vc_toggle_title {
    padding: 15px 30px 9px 12px; }
    .vc_toggle .vc_toggle_title h4 {
      font-family: "Calibre-Medium";
      color: #4a5057 !important;
      font-weight: normal; }
  .vc_toggle .vc_toggle_content {
    margin: 0;
    padding-right: 30px; }
    .vc_toggle .vc_toggle_content p {
      font-size: 20px; }
  .vc_toggle .vc_toggle_icon {
    display: none !important; }
  .vc_toggle .chevron {
    position: absolute;
    right: 15px;
    top: 17px;
    min-width: auto;
    padding: 0; }
  .vc_toggle .chevron--down .chevron__line1,
  .vc_toggle .chevron--up .chevron__line1,
  .vc_toggle .chevron--down .chevron__line2,
  .vc_toggle .chevron--up .chevron__line2 {
    stroke-width: 12;
    stroke: #d7d6d8; }

.job {
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
  border-radius: 4px;
  padding: 12px 24px;
  margin-bottom: 24px;
  position: relative; }
  .job:hover {
    box-shadow: 0 6px 12px 0 rgba(218, 218, 218, 0.7); }
  .job:hover:after {
    animation: move 1.5s ease-in-out infinite;
    animation-fill-mode: forwards; }
  .job:after {
    content: "";
    background-image: url(/wp-content/themes/studiodock/public/build/images/arrow-orange.png);
    background-size: 15px, 24px;
    width: 15px;
    height: 24px;
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -13px; }
  .job h4 {
    font-family: "Calibre-Medium";
    font-size: 26px;
    color: #4a5057;
    margin-bottom: 5px;
    max-width: 80%; }
  .job span {
    font-size: 20px;
    color: #878e96; }

.slider {
  margin: 0 -24px; }
  .slider .slick-slide {
    margin: 0 50px; }
    .slider .slick-slide > div {
      display: flex;
      align-items: center;
      width: 100px;
      height: 100px; }
      .slider .slick-slide > div img {
        max-width: 100%;
        height: auto; }

.vc_pageable-slide-wrapper {
  display: flex;
  flex-wrap: wrap; }

.vc_grid-item-mini {
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
  border-radius: 0 0 4px 4px;
  height: 100%; }
  .vc_grid-item-mini .vc_gitem-zone-a {
    height: 200px;
    border-radius: 4px 4px 0 0; }
  .vc_grid-item-mini .vc_gitem-zone-c {
    background-color: white !important;
    border-radius: 4px; }
  .vc_grid-item-mini .vc_gitem-col {
    padding: 24px !important; }
  .vc_grid-item-mini .vc_btn3-container {
    margin-bottom: 0; }
  .vc_grid-item-mini .read-more {
    font-family: "Calibre-Medium";
    font-size: 18px;
    color: #fd7624; }
    .vc_grid-item-mini .read-more:hover:after {
      animation: move 1.5s ease-in-out infinite;
      animation-fill-mode: forwards; }
    .vc_grid-item-mini .read-more:after {
      content: "";
      background-image: url(/wp-content/themes/studiodock/public/build/images/arrow-orange-small.png);
      background-size: 13px, 11px;
      width: 13px;
      height: 11px;
      left: 10px;
      display: inline-block;
      position: relative; }
  .vc_grid-item-mini h4 {
    font-family: "Calibre-Medium";
    font-size: 22px;
    color: #4a5057; }

.blog-link a {
  font-size: 22px;
  color: #fd7624; }
  .blog-link a:hover {
    border-bottom: 1px solid #fd7624; }

.block-title a {
  color: #fd7624; }

.usps {
  text-align: center; }
  .usps .wpb_single_image {
    text-align: center !important; }
  .usps strong {
    font-family: "Calibre-Medium";
    font-size: 26px;
    color: #fd7624;
    font-weight: normal;
    margin-bottom: -10px !important;
    display: block; }

.banner-full-width {
  margin: 75px 0;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner-full-width h2,
  .banner-full-width h4 {
    color: white; }

.banner-boxed {
  flex: 0 0 100%;
  color: white;
  background-color: #2079f7;
  max-height: 290px;
  padding: 24px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 70px; }
  .banner-boxed--white {
    background-color: white;
    max-height: unset;
    padding: 12px 0;
    margin-top: 20px; }
    .banner-boxed--white .wpb_column:first-child {
      display: block !important; }
    .banner-boxed--white h2,
    .banner-boxed--white p {
      color: #21252a !important; }
  .banner-boxed .wpb_column:first-child {
    display: none; }
  .banner-boxed .wpb_text_column {
    margin-bottom: 20px; }
  .banner-boxed h2 {
    font-size: 26px; }
  .banner-boxed p {
    font-size: 22px;
    color: white;
    margin-top: 0; }
  .banner-boxed .btn {
    margin-bottom: 12px;
    display: block; }
  .banner-boxed img {
    width: 205px;
    height: 290px; }

.header-vacatures {
  padding: 20px 0 80px; }

@media (min-width: 992px) {
  .header-vacatures {
    padding-top: 50px !important;
    padding-bottom: 110px !important; } }

.vacatures {
  margin-top: -40px;
  position: relative; }
  .vacatures .filter .filter-wrapper {
    display: flex;
    justify-content: space-between;
    height: 18px;
    padding-bottom: 20px; }
  .vacatures .filter .filter-title {
    font-family: "Calibre-Medium";
    font-weight: normal;
    font-size: 20px;
    margin-bottom: -4px;
    display: block; }
  .vacatures .filter .chevron--down .chevron__line1,
  .vacatures .filter .chevron--up .chevron__line1 {
    stroke: #4a5057; }
  .vacatures .filter .chevron--down .chevron__line2,
  .vacatures .filter .chevron--up .chevron__line2 {
    stroke: #4a5057; }
  .vacatures .filter form {
    margin-top: 20px;
    display: none; }
  .vacatures .filter input {
    font-family: "Calibre-Regular";
    font-size: 20px;
    color: #4a5057;
    padding: 9px 16px 5px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 10px 0 rgba(218, 218, 218, 0.5);
    border-radius: 4px;
    height: 60px;
    margin-bottom: 12px;
    width: 100%;
    position: relative;
    cursor: pointer; }
  .vacatures .filter > div {
    margin-bottom: 32px; }
  .vacatures .filter .btn {
    margin-top: 12px;
    width: 100%;
    display: block; }
  .vacatures .vacature {
    margin-bottom: 32px;
    position: relative;
    display: block;
    padding: 18px 24px 0 24px; }
    .vacatures .vacature .flex {
      display: flex;
      justify-content: space-between; }
      .vacatures .vacature .flex img {
        max-height: 40px; }
    .vacatures .vacature .description {
      font-size: 20px;
      margin-top: 7px; }
  .vacatures .pagination {
    display: flex;
    justify-content: flex-end;
    margin-right: -6px;
    margin-top: 30px;
    height: 90px; }
    .vacatures .pagination li {
      padding: 0;
      margin: 0 6px; }
      .vacatures .pagination li a {
        font-size: 18px;
        color: #343a40;
        background-color: white;
        border: 1px solid #ced4da;
        border-radius: 4px;
        padding: 16px 16px 12px; }
    .vacatures .pagination li:hover a {
      background-color: #f1f1f1; }
    .vacatures .pagination li.active a {
      font-family: "Calibre-Medium";
      font-weight: normal;
      color: #fd7624;
      background-color: #ffeadd;
      border: 1px solid #feb589; }
    .vacatures .pagination:after {
      content: "";
      display: block;
      clear: both; }
  .vacatures h2 {
    font-family: "Calibre-Medium";
    font-weight: normal;
    font-size: 26px; }
  .vacatures b {
    font-family: "Calibre-Medium";
    font-weight: normal;
    font-size: 20px;
    color: #878e96; }

.single-vacature .header-vacature {
  padding: 30px 0 40px; }
  .single-vacature .header-vacature .back {
    font-family: "Calibre-Medium";
    font-size: 18px;
    color: #4a5057;
    font-weight: normal;
    position: absolute;
    margin-top: -40px; }
    .single-vacature .header-vacature .back img {
      width: 13px;
      height: 11px;
      margin-right: 6px; }

.single-vacature > .container {
  margin-top: -30px;
  position: relative; }

.single-vacature .vacature-content {
  font-family: "Calibre-Regular";
  font-size: 20px;
  line-height: 29px;
  color: #878e96; }
  .single-vacature .vacature-content hr {
    background-color: #ced4da;
    height: 1px;
    display: block;
    border: none;
    margin: 20px 0 30px; }
  .single-vacature .vacature-content .btn {
    display: block;
    width: 100%; }
  .single-vacature .vacature-content > div {
    margin-bottom: 30px; }
  .single-vacature .vacature-content strong {
    font-family: "Calibre-Semibold";
    font-weight: normal;
    color: #878e96; }
  .single-vacature .vacature-content h1 {
    font-size: 32px;
    color: #878e96;
    margin-bottom: 15px; }
  .single-vacature .vacature-content h2 {
    font-size: 30px;
    color: #878e96;
    margin-bottom: 15px; }
  .single-vacature .vacature-content h3 {
    font-size: 28px;
    color: #878e96;
    margin-bottom: 15px; }
  .single-vacature .vacature-content h4 {
    font-size: 26px;
    color: #878e96;
    margin-bottom: 15px; }
  .single-vacature .vacature-content h5 {
    font-size: 24px;
    color: #878e96;
    margin-bottom: 15px; }
  .single-vacature .vacature-content h6 {
    font-size: 22px;
    color: #878e96;
    margin-bottom: 15px; }
  .single-vacature .vacature-content ul {
    margin-top: 5px;
    margin-left: 15px;
    display: block;
    float: none; }
    .single-vacature .vacature-content ul li {
      display: block;
      float: none;
      list-style: disc;
      padding-left: 5px; }

.single-vacature .vacature-sidebar > div {
  margin-bottom: 30px; }

.single-vacature .vacature-sidebar .apply-box {
  display: none; }

.single-vacature .recruiter-main {
  display: none; }

.single-vacature h2 {
  font-family: "Calibre-Medium";
  font-weight: normal;
  font-size: 26px; }

.single-vacature b {
  font-family: "Calibre-Medium";
  font-weight: normal;
  font-size: 20px;
  color: #878e96; }

.recruiter {
  margin-bottom: 20px; }
  .recruiter .flex-container {
    display: flex; }
  .recruiter h4 {
    font-family: "Calibre-Medium";
    font-size: 28px;
    color: #fd7624;
    margin-bottom: 7px; }
  .recruiter .name {
    font-size: 24px;
    color: #4a5057;
    display: block;
    margin-bottom: 7px; }
  .recruiter .title {
    font-family: "Calibre-Medium";
    font-weight: normal;
    font-size: 20px;
    color: #878e96;
    display: block;
    margin-bottom: -10px; }
  .recruiter .tel a,
  .recruiter .email a {
    font-family: "Calibre-Medium";
    font-size: 18px;
    color: #fd7624;
    display: block;
    margin-bottom: 3px;
    line-height: 20px; }
  .recruiter .img-specialist {
    width: 100px;
    height: 100px;
    border-radius: 70px;
    margin-bottom: 10px;
    margin-right: 20px; }
  .recruiter--small .flex-container {
    flex-wrap: wrap; }
  .recruiter--small h4 {
    font-size: 22px; }

.recruiter-brief h4 {
  font-family: "Calibre-Medium";
  font-size: 20px;
  color: #4a5057;
  margin-top: 0; }

.recruiter-brief .title-container {
  display: flex;
  justify-content: space-between; }
  .recruiter-brief .title-container img {
    position: relative;
    top: -7px; }

.recruiter-brief .flex-container {
  display: flex;
  flex-wrap: wrap; }
  .recruiter-brief .flex-container .image-container {
    margin-right: 15px; }
    .recruiter-brief .flex-container .image-container img {
      margin-bottom: 0; }
  .recruiter-brief .flex-container .content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0; }

.recruiter-brief .tel,
.recruiter-brief .email {
  font-family: "Calibre-Medium";
  font-size: 20px;
  color: #878e96; }

.job-offer-company {
  margin-bottom: 20px; }
  .job-offer-company .company-name {
    font-size: 24px;
    color: #4a5057;
    display: block;
    margin-bottom: 7px; }
  .job-offer-company .company-logo {
    height: 100px;
    margin: 0 auto;
    display: inline-block; }

.certified h4 {
  font-family: "Calibre-Medium";
  font-size: 20px;
  color: #fd7624;
  margin-top: 0; }

.certified img {
  max-width: 100%; }

.quote {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 0 20px 0; }
  .quote .content-container {
    order: 2;
    padding: 20px;
    margin-bottom: -10px; }
  .quote__sign {
    font-family: "Calibre-Regular";
    font-size: 142px;
    color: #1991eb;
    line-height: 1px;
    position: relative;
    top: 71px; }
  .quote__text {
    font-family: "Calibre-Regular";
    font-size: 26px;
    color: #21252a;
    margin: 35px 0 20px;
    display: block; }
  .quote__name {
    font-family: "Calibre-Semibold";
    font-size: 20px;
    color: #878e96;
    display: block;
    margin-top: 10px; }
  .quote__company {
    font-family: "Calibre-Regular";
    font-size: 20px;
    color: #878e96;
    display: block;
    margin-top: 5px; }
  .quote .image {
    order: 1;
    max-width: 100%;
    width: 100%;
    height: 175px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    background-size: cover; }

@media (min-width: 768px) {
  .quote {
    flex-wrap: nowrap;
    padding: 0;
    align-items: stretch; }
    .quote .content-container {
      order: 1; }
    .quote .image {
      order: 2;
      height: auto;
      clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0 100%);
      min-width: 300px; }
      .quote .image img {
        min-width: 300px;
        visibility: hidden; } }

@media (min-width: 992px) {
  .quote .image {
    min-width: 450px;
    clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0 100%); } }

.blog-content {
  margin-top: -40px;
  position: relative; }
  .blog-content .search {
    padding: 12px 12px 6px 12px;
    margin-bottom: 32px;
    position: relative; }
    .blog-content .search input {
      font-family: "Calibre-Regular";
      font-size: 20px;
      color: #4a5057;
      border: none; }
    .blog-content .search:after {
      content: "";
      background-image: url(/wp-content/themes/studiodock/public/build/images/search.png);
      background-size: 22px, 22px;
      width: 22px;
      height: 22px;
      display: block;
      position: absolute;
      right: 12px;
      top: 12px; }
  .blog-content .article article {
    background: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
    border-radius: 4px;
    margin-bottom: 15px; }
  .blog-content .article img {
    max-width: 100%;
    min-width: 100%;
    height: auto; }
  .blog-content .article .content-wrapper {
    padding: 16px; }
    .blog-content .article .content-wrapper h3 {
      font-family: "Calibre-Medium";
      font-weight: normal;
      font-size: 22px;
      line-height: 32px;
      color: #4a5057;
      margin: 10px 0 0; }
    .blog-content .article .content-wrapper .read-more {
      font-family: "Calibre-Medium";
      font-weight: normal;
      font-size: 18px;
      color: #fd7624;
      position: relative; }
      .blog-content .article .content-wrapper .read-more:after {
        content: "";
        background-image: url(/wp-content/themes/studiodock/public/build/images/arrow-orange-small.png);
        background-size: 13px, 11px;
        width: 13px;
        height: 11px;
        left: 84px;
        top: 2px;
        display: inline-block;
        position: absolute; }
    .blog-content .article .content-wrapper:hover {
      cursor: pointer; }
      .blog-content .article .content-wrapper:hover a:after {
        animation: move 1.5s ease-in-out infinite;
        animation-fill-mode: forwards; }

#datafetch {
  margin-top: -20px;
  margin-bottom: 20px; }

.post-result {
  display: flex;
  align-items: center;
  padding: 12px;
  margin-bottom: 5px; }
  .post-result .featured-image {
    flex: 0 0 75px;
    height: auto;
    margin-right: 15px; }
    .post-result .featured-image img {
      max-width: 100%;
      height: auto; }
  .post-result .excerpt {
    display: none; }
  .post-result h3 {
    font-family: "Calibre-Medium";
    font-weight: normal;
    font-size: 18px;
    color: #4a5057;
    margin: 0; }

.single-post .article {
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
  border-radius: 4px;
  margin-bottom: 35px; }
  .single-post .article img {
    max-width: 100%;
    min-width: 100%;
    height: auto; }
  .single-post .article .content-wrapper {
    padding: 16px; }
    .single-post .article .content-wrapper h1 {
      font-family: "Calibre-Medium";
      font-weight: normal;
      font-size: 32px;
      color: #fd7624;
      margin: 0; }
    .single-post .article .content-wrapper h2 {
      font-family: "Calibre-Medium";
      font-weight: normal;
      font-size: 24px;
      color: #fd7624;
      margin: 5px 0 -15px 0; }
    .single-post .article .content-wrapper strong {
      font-family: "Calibre-Medium";
      color: #4a5057;
      font-weight: normal; }
    .single-post .article .content-wrapper p {
      font-size: 20px; }
    .single-post .article .content-wrapper ul {
      display: block;
      float: none;
      margin-bottom: 20px; }
      .single-post .article .content-wrapper ul li {
        color: #878e96;
        font-size: 20px;
        line-height: 29px;
        float: none;
        display: list-item;
        list-style: none;
        padding: 0; }
    .single-post .article .content-wrapper ol {
      display: block;
      float: none;
      margin-bottom: 20px;
      padding-left: 17px; }
      .single-post .article .content-wrapper ol li {
        color: #878e96;
        font-size: 20px;
        line-height: 29px;
        float: none;
        padding: 0; }
        .single-post .article .content-wrapper ol li:before {
          display: none; }

.single-post .latest-blog-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px; }
  @media (min-width: 992px) {
    .single-post .latest-blog-posts {
      margin-top: 90px; } }
  .single-post .latest-blog-posts h2 {
    flex-basis: 100%;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .single-post .latest-blog-posts h2 {
        text-align: center; } }
  .single-post .latest-blog-posts .related-article {
    background: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
    border-radius: 4px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .single-post .latest-blog-posts .related-article {
        flex: 0 1 32%; } }
    .single-post .latest-blog-posts .related-article img {
      max-width: 100%;
      height: auto; }
    .single-post .latest-blog-posts .related-article .content {
      padding: 12px 24px; }
      .single-post .latest-blog-posts .related-article .content h4 {
        font-family: "Calibre-Medium";
        font-size: 22px;
        color: #4a5057; }
      .single-post .latest-blog-posts .related-article .content p {
        color: #878e96;
        font-size: 18px;
        line-height: 29px; }
      .single-post .latest-blog-posts .related-article .content .read-more {
        font-family: "Calibre-Medium";
        font-size: 18px;
        color: #fd7624;
        align-self: flex-end; }
        .single-post .latest-blog-posts .related-article .content .read-more:after {
          content: "";
          background-image: url(/wp-content/themes/studiodock/public/build/images/arrow-orange-small.png);
          background-size: 13px, 11px;
          width: 13px;
          height: 11px;
          left: 10px;
          display: inline-block;
          position: relative; }
  .single-post .latest-blog-posts .btn {
    margin: 0px auto;
    display: block; }

.header-faq {
  padding: 80px 0 20px 0 !important;
  background-image: url(/wp-content/themes/studiodock/public/build/images/blog-bg.png);
  background-size: cover !important;
  margin-bottom: 70px; }
  .header-faq .container {
    transform: skew(0, 4deg) !important; }

.landing-content {
  margin-bottom: 20px; }
  .landing-content > .vc_column-inner > .wpb_wrapper {
    background: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5);
    border-radius: 4px;
    padding: 24px; }

.landing-variant strong,
.landing-variant b {
  font-family: "Calibre-Medium";
  color: #4a5057;
  font-weight: normal; }

.landing-variant p {
  font-size: 20px; }

.landing-sidebar .recruiter {
  margin: 20px 0; }

@media (min-width: 768px) and (max-width: 992px) {
  .landing-sidebar .gform_wrapper .gform_body ul.gform_fields .gfield {
    flex: 1 0 100%; } }

.contact-content .vc_row-fluid {
  align-items: flex-start; }
  .contact-content .vc_row-fluid .gform_wrapper {
    margin: 0; }

.contact-content h3 {
  font-family: "Calibre-Medium";
  font-weight: normal;
  font-size: 26px;
  margin: 10px 0 0; }

.contact-content a {
  font-family: "Calibre-Medium";
  font-weight: normal;
  font-size: 26px; }

.contact-content .whatsapp-button {
  font-family: "Calibre-Semibold";
  font-weight: normal;
  font-size: 17px;
  color: white;
  background-color: #25d366;
  padding: 5px 0 2px;
  border-radius: 4px;
  display: block;
  text-align: center; }

.contact-content .boxed {
  margin-bottom: 20px !important; }

.contact-content .map-row {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 40px; }
  .contact-content .map-row:before {
    content: " ";
    display: table; }
  .contact-content .map-row:after {
    clear: both; }
  .contact-content .map-row.boxed {
    padding: 0 !important; }
  .contact-content .map-row .map {
    flex: 1 0 100%;
    order: 2;
    margin-bottom: -8px; }
  .contact-content .map-row .contact-info {
    flex: 1;
    order: 1;
    padding: 20px; }
    .contact-content .map-row .contact-info ul {
      margin: 10px 30px 20px 0;
      padding: 0;
      float: none; }
      .contact-content .map-row .contact-info ul li {
        font-size: 20px;
        color: #878e96;
        display: block;
        float: none;
        padding: 0;
        margin-bottom: 5px; }

.vacature-aanmelden li {
  text-indent: -32px;
  margin-left: 32px;
  color: #343a40; }
  .vacature-aanmelden li:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 8px;
    background-image: url(/wp-content/themes/studiodock/public/build/images/checkmark-blue.svg);
    background-size: 24px;
    width: 24px;
    height: 24px; }

@media (min-width: 992px) {
  .vacature-aanmelden .boxed {
    padding: 45px; } }

@media (min-width: 992px) {
  .vacature-aanmelden-form .gform_wrapper {
    padding: 45px !important; } }

.vacature-aanmelden-form .gform_wrapper .gsection {
  border-bottom: none;
  margin-bottom: 0; }
  .vacature-aanmelden-form .gform_wrapper .gsection h2 {
    font-family: "Calibre-Semibold";
    font-size: 26px; }

.vacature-aanmelden-form .gform_wrapper .gsection_description {
  font-size: 18px; }

.vacature-aanmelden-form .gform_wrapper .vacature-upload,
.vacature-aanmelden-form .gform_wrapper .vacature-input {
  flex-basis: 100% !important; }

.offerte-content {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff !important;
  border: 1px solid #e9ecef !important;
  box-shadow: 0 4px 12px 0 rgba(218, 218, 218, 0.5) !important;
  border-radius: 4px !important;
  margin: 0 !important;
  padding: 0 0 10px 10px;
  z-index: 34;
  position: relative;
  background-position: -50px 55px !important;
  background-repeat: no-repeat !important;
  background-size: 120px !important; }
  .offerte-content .copy {
    margin-top: -40px; }
  .offerte-content h3 {
    font-size: 26px;
    margin-bottom: -10px; }
  .offerte-content .gform_wrapper {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background-color: transparent !important; }
  .offerte-content div:nth-child(1) {
    order: 1; }
  .offerte-content div:nth-child(2) {
    order: 3; }
  .offerte-content div:nth-child(3) {
    order: 2; }

@media (min-width: 768px) {
  .offerte-content {
    padding-bottom: 24px; }
    .offerte-content .copy {
      max-width: 305px;
      position: relative;
      top: 20px;
      margin-left: 70px; }
    .offerte-content div:nth-child(1) {
      order: 1; }
    .offerte-content div:nth-child(2) {
      order: 2; } }

@media (min-width: 992px) {
  .offerte-content .copy {
    margin-left: 150px; } }

@media (min-width: 800px) {
  .header-faq {
    padding: 120px 0 40px 0 !important;
    background-position: 300%, 100% !important; }
    .header-faq h1 {
      font-size: 54px; }
  .contact-content .map-row {
    flex-wrap: nowrap;
    overflow: hidden; }
    .contact-content .map-row .map {
      flex: 0 1 65%;
      order: 1; }
    .contact-content .map-row .contact-info {
      flex: 1;
      order: 2; } }

.faq-row {
  display: block !important; }

.faq-content {
  margin-top: 40px; }
  .faq-content .vc_row-fluid {
    align-items: flex-start; }
  .faq-content .chevron__line1,
  .faq-content .chevron__line2 {
    stroke: #fd7624 !important; }

.faq-categories {
  margin-bottom: 35px; }
  .faq-categories .vc_column-inner > .wpb_wrapper {
    padding: 0 24px 0 !important; }
    .faq-categories .vc_column-inner > .wpb_wrapper .wpb_text_column {
      margin-bottom: 0; }
  .faq-categories h3 {
    border-bottom: 1px solid #e9ecef;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 24px;
    padding-bottom: 12px;
    padding-top: 4px; }
    .faq-categories h3:last-child {
      border-bottom: none; }
  .faq-categories a {
    font-family: "Calibre-Medium";
    font-weight: normal;
    color: #4a5057;
    font-size: 26px; }

footer {
  background-color: white;
  display: block;
  padding-top: 24px;
  margin-top: 60px; }
  footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
  footer .footer-logo {
    width: 225px;
    margin-left: -9px;
    margin-bottom: 17px; }
  footer .social {
    width: 29px;
    height: 29px;
    margin-right: 5px; }
  footer .footer-column {
    flex-basis: 100%; }
    footer .footer-column a:hover {
      color: #4a5057; }
    footer .footer-column b {
      font-family: "Calibre-Medium";
      font-weight: normal;
      font-size: 22px;
      color: #4a5057;
      margin-top: 24px;
      margin-bottom: 12px;
      display: block; }
    footer .footer-column ul {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }
      footer .footer-column ul li {
        font-size: 20px;
        color: #878e96;
        display: block;
        float: none;
        margin: 0 0 10px 0;
        padding: 0; }
        footer .footer-column ul li.current-menu-item {
          font-family: "Calibre-Regular"; }
          footer .footer-column ul li.current-menu-item a:before {
            display: none; }

.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #f8f9fa;
  padding: 10px 0; }
  @media (min-width: 992px) {
    .sticky-bar {
      display: none !important; } }
  .sticky-bar .btn {
    display: block;
    margin: 0 15px; }

.sub-footer {
  margin-top: 20px; }
  .sub-footer hr {
    border: 1px solid #f8f9fa; }
  .sub-footer .sub-footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .sub-footer .footer-klanten {
    display: flex;
    align-items: center;
    flex: 0 0 100%; }
    .sub-footer .footer-klanten .itemprop-name {
      display: none; }
    .sub-footer .footer-klanten .footer-rating {
      color: #878e96;
      font-size: 18px;
      line-height: 29px;
      position: relative;
      top: 8px; }
      .sub-footer .footer-klanten .footer-rating div {
        display: inline-block; }
    .sub-footer .footer-klanten img {
      width: 70px;
      height: 35px;
      margin-right: 15px; }

@media (min-width: 576px) {
  footer .footer-column {
    flex-basis: 50%; } }

@media (min-width: 768px) {
  .top-header-image-mobile {
    max-height: 250px; }
  .header h1 {
    font-size: 36px; }
  .header p {
    font-size: 18px; }
  .header-home {
    text-align: left; }
    .header-home h1 {
      font-size: 44px;
      margin-top: 10px; }
    .header-home p {
      max-width: 100%; }
  .header-orange {
    padding: 20px 0; }
  .header-with-image .vc_col-sm-6 {
    width: 100%; }
  .banner-boxed {
    border-radius: 4px;
    max-height: 244px; }
    .banner-boxed h2 {
      font-size: 32px; }
    .banner-boxed img {
      margin: -70px auto 0; }
    .banner-boxed .btn {
      display: inline-block;
      margin-right: 10px; }
    .banner-boxed .wpb_column:first-child {
      display: block; }
  .gform_wrapper .gform_body ul.gform_fields .gfield {
    flex: 1 0 50%; }
  .vc_grid-item-mini h4 {
    min-height: 90px; }
  .vc_gitem-post-data-source-post_excerpt {
    min-height: 203px; } }

@media (min-width: 800px) {
  h1 {
    font-size: 54px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 22px; }
  .vc_row-fluid:not(.vc_row-o-equal-height) {
    display: flex;
    align-items: center; }
  .vc_row-o-equal-height .wpb_wrapper {
    height: 100%; }
    .vc_row-o-equal-height .wpb_wrapper .recruiter,
    .vc_row-o-equal-height .wpb_wrapper .download,
    .vc_row-o-equal-height .wpb_wrapper .active-in {
      height: 100%; }
  .header-home {
    height: 430px; }
  .header-orange {
    background-color: #fd7624;
    background-size: 350px, 573px;
    background-repeat: no-repeat !important;
    background-position: 92% 140%;
    transform: none !important;
    margin-top: -50px;
    padding: 90px 0;
    transform: skew(0, -4deg) !important; }
    .header-orange .vc_column_container {
      transform: skew(0, 4deg) !important; }
    .header-orange p {
      font-size: 22px; } }

@media all and (min-width: 800px) and (-ms-high-contrast: none), (min-width: 800px) and (-ms-high-contrast: active) {
  .header-orange {
    margin-top: 0; } }

@media (min-width: 800px) {
  @supports (-ms-ime-align: auto) {
    .header-orange {
      margin-top: 0; } }
  .top-header-image-mobile {
    display: none !important; }
  .header-with-image {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    margin-top: -50px;
    transform: skew(0, -4deg) !important; }
    .header-with-image .vc_column_container {
      transform: skew(0, 4deg) !important; }
    .header-with-image .wpb_single_image img {
      display: block;
      position: relative;
      top: 40px; }
  .vc_gitem-post-data-source-post_excerpt {
    min-height: 116px; }
  .banner-boxed img {
    margin: -12px auto 0; }
  .banner-boxed div:nth-child(2) {
    display: flex;
    align-items: center; }
  .banner-boxed--white {
    text-align: center;
    padding: 24px; }
    .banner-boxed--white p {
      font-size: 22px; }
  .blog-content .search input {
    padding: 10px 10px 8px 10px;
    width: 100%; }
    .blog-content .search input:focus {
      border: none !important; }
  .blog-content .search:after {
    top: 22px; }
  .blog-content .articles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px; }
    .blog-content .articles .article {
      flex: 0 1 50%;
      padding: 12px; }
      .blog-content .articles .article article {
        height: 100%;
        position: relative;
        padding-bottom: 12px; }
      .blog-content .articles .article .read-more {
        position: absolute;
        bottom: 18px; }
  .post-result .featured-image {
    flex: 0 0 160px; }
  .post-result .excerpt {
    display: block;
    max-width: 550px; }
    .post-result .excerpt p {
      margin: 0; }
  .post-result h3 {
    font-family: "Calibre-Medium";
    font-weight: normal;
    font-size: 22px;
    color: #4a5057;
    margin: 10px 0 0; }
  .single-post .article {
    max-width: 970px;
    margin: 0px auto 80px; }
    .single-post .article .content-wrapper {
      padding: 24px 90px; }
      .single-post .article .content-wrapper h1 {
        font-family: "Calibre-Medium";
        font-weight: normal;
        font-size: 40px;
        color: #fd7624;
        margin: 0 0 -10px 0; }
      .single-post .article .content-wrapper h2 {
        font-family: "Calibre-Medium";
        font-weight: normal;
        font-size: 26px;
        color: #fd7624;
        margin: 5px 0 -15px 0; }
  .single-post .sidebar h3 {
    font-family: "Calibre-Medium";
    font-weight: normal;
    font-size: 26px;
    color: #4a5057; }
  footer .footer-column {
    flex-basis: auto; } }

@media (min-width: 960px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap; }
    .wpforms-field-container .wpforms-field {
      flex: 1 0 48%; }
      .wpforms-field-container .wpforms-field:nth-child(odd) {
        margin-right: 8px; }
      .wpforms-field-container .wpforms-field:nth-child(even) {
        margin-left: 8px; } }

@media (min-width: 992px) {
  .header {
    padding-bottom: 105px;
    margin-bottom: -40px; }
    .header h1 {
      font-size: 56px; }
    .header p {
      font-size: 22px; }
  .header-orange {
    background-size: 370px, 573px;
    background-position: 98% 140%; }
  .header-grey {
    padding-top: 60px;
    padding-bottom: 60px; }
    .header-grey h1 {
      margin-top: 0; }
  .header-with-image {
    display: flex;
    align-items: center;
    padding-bottom: 0 !important;
    padding-top: 50px !important;
    margin-top: -70px; }
    .header-with-image .wpb_single_image img {
      top: 75px; }
    .header-with-image h1 {
      padding-top: 30px; }
  .header-home h1 {
    font-size: 54px;
    margin-top: -60px;
    margin-bottom: 20px; }
  .header-home p {
    font-size: 22px; }
  .header-blog-single {
    padding-top: 85px;
    padding-bottom: 185px;
    margin-bottom: -160px; }
    .header-blog-single .back {
      font-size: 22px; }
  .vacatures {
    margin-top: -50px;
    position: relative; }
    .vacatures .container {
      display: flex; }
    .vacatures .filter {
      flex: 0 0 350px;
      margin-right: 32px; }
      .vacatures .filter .filter-wrapper .chevron {
        display: none; }
      .vacatures .filter form {
        display: block; }
    .vacatures .vacature .description {
      max-width: 90%; }
    .vacatures .vacature:hover {
      box-shadow: 0 8px 20px 0 rgba(218, 218, 218, 0.5); }
      .vacatures .vacature:hover:after {
        animation: move 1.5s ease-in-out infinite;
        animation-fill-mode: forwards; }
    .vacatures .vacature:after {
      content: "";
      background-image: url(/wp-content/themes/studiodock/public/build/images/arrow-orange.png);
      background-size: 15px, 24px;
      width: 15px;
      height: 24px;
      display: block;
      position: absolute;
      right: 36px;
      top: 43%; }
  .single-vacature {
    margin-top: 0; }
    .single-vacature .header-vacature {
      padding: 90px 0 70px; }
      .single-vacature .header-vacature h1 {
        margin-top: 20px; }
    .single-vacature .vacature-content .btn {
      display: inline-block;
      width: auto;
      padding: 14px 64px 10px 64px; }
    .single-vacature .container {
      display: flex; }
      .single-vacature .container .vacature-sidebar {
        flex: 0 0 340px;
        margin-left: 30px; }
        .single-vacature .container .vacature-sidebar .apply-box {
          display: block; }
    .single-vacature .recruiter-main {
      display: block; }
      .single-vacature .recruiter-main .flex-container {
        display: flex;
        margin-bottom: 30px; }
        .single-vacature .recruiter-main .flex-container .image-container {
          display: flex;
          align-items: center;
          margin-right: 30px; }
          .single-vacature .recruiter-main .flex-container .image-container img {
            margin-bottom: 0; }
        .single-vacature .recruiter-main .flex-container .titles-container h3 {
          font-family: "Calibre-Medium";
          font-size: 28px;
          font-weight: normal;
          color: #fd7624;
          margin-bottom: 0;
          margin-top: 10px; }
  .blog-content {
    margin-top: 0; }
    .blog-content .articles .article {
      flex: 0 1 33.333%; }
  .sub-footer .sub-footer-flex .footer-klanten {
    flex: 0 0 auto;
    margin-top: -18px; } }

@media (min-width: 1200px) {
  .header-orange {
    background-position: 82% 140%; }
    .header-orange h1 {
      font-size: 54px;
      margin: 0; }
  .header-with-image .wpb_single_image img {
    top: 105px; } }

@keyframes move {
  from {
    transform: none; }
  50% {
    transform: translate3d(7px, 0, 0); }
  to {
    transform: none; } }

.chevron__line1,
.chevron__line2 {
  stroke-width: 10;
  stroke-linecap: round;
  -ms-transition: -ms-transition 0.4s, stroke 0.4s;
  -webkit-transition: -webkit-transform 0.4s, stroke 0.4s;
  transition: transform 0.4s, stroke 0.4s; }

.chevron__line1 {
  -ms-transform-origin: 50px 50px;
  -webkit-transform-origin: 50px 50px;
  transform-origin: 50px 50px; }

.chevron__line2 {
  -ms-transform-origin: 50px 50px;
  -webkit-transform-origin: 50px 50px;
  transform-origin: 50px 50px; }

.chevron--down,
.chevron--up {
  display: inline-block;
  position: relative; }

.chevron--down .chevron__container,
.chevron--up .chevron__container {
  -ms-transition: -ms-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -ms-transform: translateY(13px);
  -webkit-transform: translateY(13px);
  transform: translateY(13px); }

.chevron--down .chevron__line1,
.chevron--up .chevron__line1 {
  stroke: #fff;
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg); }

.chevron--down .chevron__line2,
.chevron--up .chevron__line2 {
  stroke: #fff;
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg); }

.chevron--up .chevron__container {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px); }

.chevron--up .chevron__line1 {
  stroke: white;
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg); }

.chevron--up .chevron__line2 {
  stroke: white;
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg); }

.ie-chevron {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .chevron {
    display: none !important; }
  .ie-chevron {
    width: 9px;
    height: 6px;
    display: inline-block; } }

@supports (-ms-ime-align: auto) {
  .chevron {
    display: none !important; }
  .ie-chevron {
    width: 9px;
    height: 6px;
    display: inline-block; } }

.not-found .boxed {
  margin-top: 40px; }

.not-found p {
  font-size: 20px; }

.not-found li {
  margin-bottom: 7px;
  list-style: none; }
  .not-found li a {
    line-height: 1.15;
    font-size: 20px;
    color: #fd7624;
    padding-bottom: 0;
    margin-bottom: 0; }
    .not-found li a:hover {
      border-bottom: 1px solid #fd7624; }

