@import url('https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css');
/* ********************
Set root URL for LESS compiling
-------------------- */
/* ********************
Imports
******************** */
/* Browser reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* Float & align  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
}
.grid:after,
.clear:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
/* Columns  */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-display: swap;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-display: swap;
}
/* Mixins  */
@font-face {
  font-family: 'Lato Light';
  src: url('/wp-content/themes/markant/static/fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Regular';
  src: url('/wp-content/themes/markant/static/fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Bold';
  src: url('/wp-content/themes/markant/static/fonts/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Black';
  src: url('/wp-content/themes/markant/static/fonts/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('/wp-content/themes/markant/static/fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('/wp-content/themes/markant/static/fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('/wp-content/themes/markant/static/fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('/wp-content/themes/markant/static/fonts/Roboto-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.page-template-page-afspraak-maken {
  background-color: white;
}
.page-template-page-afspraak-maken header,
.page-template-page-afspraak-maken footer {
  display: none;
}
.page-template-page-afspraak-maken .afspraak-maken {
  display: flex;
  overflow: hidden;
}
.page-template-page-afspraak-maken .afspraak-maken .mobile {
  display: none;
}
.page-template-page-afspraak-maken .afspraak-maken .title {
  margin-bottom: 32px;
  padding-bottom: 16px;
}
.page-template-page-afspraak-maken .afspraak-maken .title:after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #eb4f47;
}
.page-template-page-afspraak-maken .afspraak-maken .editor ul li:before {
  content: '';
  background-image: url('https://www.markantinternet.nl/wp-content/themes/markant/static/images/svg/check.svg');
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-left: -5px;
  margin-top: -8px;
  list-style-type: none;
  background-color: transparent;
}
.page-template-page-afspraak-maken .afspraak-maken .go-back {
  position: relative;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #292929;
  margin-bottom: 24px;
  opacity: 0.6;
  z-index: 1;
}
.page-template-page-afspraak-maken .afspraak-maken .go-back:hover {
  opacity: 1;
  color: #eb4f47;
}
.page-template-page-afspraak-maken .afspraak-maken .go-back:hover svg path {
  fill: #eb4f47;
}
.page-template-page-afspraak-maken .afspraak-maken .go-back svg {
  margin-right: 8px;
  height: 10px;
}
.page-template-page-afspraak-maken .afspraak-maken__left {
  flex-basis: 50%;
  padding: 40px 80px;
}
.page-template-page-afspraak-maken .afspraak-maken__left .go-back {
  display: none;
}
.page-template-page-afspraak-maken .afspraak-maken__left .page-logo-wrapper {
  margin-bottom: 80px;
}
.page-template-page-afspraak-maken .afspraak-maken__left .screen-reader-response {
  display: none;
}
.page-template-page-afspraak-maken .afspraak-maken__left .wpcf7-response-output {
  color: #eb4f47;
  font-weight: 600;
}
.page-template-page-afspraak-maken .afspraak-maken__left form {
  margin-top: 40px;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row {
  padding: 10px 0px;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row .wpcf7-list-item-label {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-weight: 300;
  font-size: 16px;
  margin-left: 10px;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row .wpcf7-not-valid-tip {
  color: #eb4f47;
  margin-top: 8px;
  display: block;
  font-weight: 500;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row .wpcf7-validates-as-required {
  display: block;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row label {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row label input[type="text"],
.page-template-page-afspraak-maken .afspraak-maken__left form .row label input[type="email"],
.page-template-page-afspraak-maken .afspraak-maken__left form .row label textarea {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-left: 20px;
  height: 50px;
  border: 1px solid #efefef;
  width: 100%;
  margin-top: 10px;
  background-position: top 10px right 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row label textarea {
  resize: none;
  height: 200px;
  padding: 20px;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row label .wpcf7-not-valid-tip {
  display: inline-block;
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #eb4f47;
  padding: 5px 0px;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row label input[aria-required],
.page-template-page-afspraak-maken .afspraak-maken__left form .row label textarea[aria-required] {
  background-image: url('/wp-content/themes/markant/static/images/form-bg.svg');
  background-repeat: no-repeat;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row select {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-left: 20px;
  height: 50px;
  border: 1px solid #efefef;
  width: 100%;
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  background-image: url(https://www.markantinternet.nl/wp-content/themes/markant/static/images/chevron-down.svg);
  background-position: center right;
  background-repeat: no-repeat;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row input[type="submit"] {
  cursor: pointer;
  border-radius: 0px;
  background-color: #eb4f47;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .row input[type="submit"]:hover {
  background-color: #8a150f;
}
.page-template-page-afspraak-maken .afspraak-maken__left form .wpcf7-response-output {
  padding: 20px 0px;
  font-size: 15px;
}
.page-template-page-afspraak-maken .afspraak-maken__right {
  position: relative;
  flex-basis: 50%;
  padding: 32px 80px;
}
.page-template-page-afspraak-maken .afspraak-maken__right .editor {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  width: 45%;
  text-align: center;
  transform: translateX(-50%) translateY(100%);
}
.page-template-page-afspraak-maken .afspraak-maken__right .editor .hexagon {
  content: "";
  display: block;
  position: relative;
  top: -50%;
  left: 0;
  width: 125%;
  padding-top: calc(125% * 1.15);
  background-color: #292929;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
}
.page-template-page-afspraak-maken .afspraak-maken__right .editor > * {
  position: relative;
  z-index: 1;
}
.page-template-page-afspraak-maken .afspraak-maken__right .editor .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-page-afspraak-maken .afspraak-maken__right .editor .content h3 {
  font-size: 32px;
  line-height: 40px;
}
.page-template-page-afspraak-maken .afspraak-maken__right .editor .content h5 {
  margin-top: 16px;
  color: white;
  font-size: 18px;
}
.page-template-page-afspraak-maken .afspraak-maken__right .editor .content h5 strong {
  color: #eb4f47;
  margin-right: 12px;
}
.page-template-page-afspraak-maken .afspraak-maken__image-container {
  position: relative;
  width: 125%;
  padding-top: 125%;
}
.page-template-page-afspraak-maken .afspraak-maken__image-container img:not(.hexagon-bg) {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
}
.page-template-page-afspraak-maken .afspraak-maken__image-container .hexagon-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 55vw;
  height: 100vw;
  transform: translate(50%, -50%);
}
.page-template-page-afspraak-maken .afspraak-maken__image-container .hexagon-border {
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  content: "";
  display: block;
  width: 105%;
  height: 105%;
  transform: rotate(30deg);
}
.page-template-page-afspraak-maken .afspraak-maken__image-container .hexagon-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/wp-content/themes/markant/static/images/svg/polygon_black.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-page-afspraak-maken .copyright {
  background-color: #292929;
  padding: 16px;
  text-align: center;
}
.page-template-page-afspraak-maken .copyright p {
  color: white;
  opacity: 0.5;
}
@media only screen and (max-width: 1199px) {
  .page-template-page-afspraak-maken .afspraak-maken {
    flex-direction: column;
  }
  .page-template-page-afspraak-maken .afspraak-maken__left,
  .page-template-page-afspraak-maken .afspraak-maken__right {
    padding: 32px 16px;
  }
  .page-template-page-afspraak-maken .afspraak-maken__right {
    margin-bottom: 40px;
  }
  .page-template-page-afspraak-maken .afspraak-maken__right .go-back {
    display: none;
  }
  .page-template-page-afspraak-maken .afspraak-maken__right .editor .content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .page-template-page-afspraak-maken .afspraak-maken__right .editor .content .c-landing-v3__name {
    display: flex;
    flex-direction: column;
  }
  .page-template-page-afspraak-maken .afspraak-maken__left form {
    margin-top: 0;
  }
  .page-template-page-afspraak-maken .afspraak-maken__left .page-logo-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
  }
  .page-template-page-afspraak-maken .afspraak-maken__left .page-logo-wrapper .go-back {
    margin-left: 8px;
    margin-bottom: 32px;
  }
  .page-template-page-afspraak-maken .afspraak-maken__left .page-logo-wrapper a {
    display: flex;
  }
}
@media only screen and (min-width: 993px) and (nax-width: 1199px) {
  .page-template-page-afspraak-maken .afspraak-maken__left,
  .page-template-page-afspraak-maken .afspraak-maken__right {
    padding: 32px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-page-afspraak-maken .page-container {
    height: calc(100vh - 62px);
  }
}
@media only screen and (max-width: 992px) {
  .page-template-page-afspraak-maken .afspraak-maken__image-container .hexagon-bg {
    position: absolute;
  }
}
@media only screen and (max-width: 601px) {
  .page-template-page-afspraak-maken .afspraak-maken__right .editor {
    position: relative;
    transform: none;
    left: 0;
    width: 90%;
    margin: -150px auto 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-afspraak-maken .afspraak-maken .button {
    margin-top: 24px;
  }
  .page-template-page-afspraak-maken .afspraak-maken__left:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 355px;
    left: 0;
    top: 0;
    background-color: #eb4f47;
  }
  .page-template-page-afspraak-maken .afspraak-maken__right {
    display: none;
  }
  .page-template-page-afspraak-maken .afspraak-maken .mobile {
    display: block !important;
  }
  .page-template-page-afspraak-maken .afspraak-maken .title {
    color: white;
  }
  .page-template-page-afspraak-maken .afspraak-maken .title:after {
    background-color: white;
  }
  .page-template-page-afspraak-maken .afspraak-maken .afspraak-maken__image-container {
    padding-top: 0;
    height: 300px;
    width: 100%;
  }
  .page-template-page-afspraak-maken .afspraak-maken .afspraak-maken__image-container .hexagon-border {
    max-height: 277px;
    max-width: 240px;
    right: 16px;
    left: unset;
  }
  .page-template-page-afspraak-maken .afspraak-maken .afspraak-maken__image-container img {
    max-height: 277px;
    max-width: 240px;
    right: 16px;
    left: unset;
  }
  .page-template-page-afspraak-maken .afspraak-maken .page-logo-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .page-template-page-afspraak-maken .afspraak-maken .page-logo-wrapper .go-back {
    margin-bottom: 0;
    margin-right: 0;
    color: white;
    opacity: 0.6;
  }
  .page-template-page-afspraak-maken .afspraak-maken .page-logo-wrapper .go-back svg path {
    fill: rgba(255, 255, 255, 0.6);
  }
  .page-template-page-afspraak-maken .afspraak-maken .page-logo-wrapper .page-logo {
    margin-right: auto;
    z-index: 1;
  }
  .page-template-page-afspraak-maken .afspraak-maken .page-logo-wrapper .page-logo img {
    display: none;
  }
  .page-template-page-afspraak-maken .afspraak-maken .c-landing-v3__title {
    color: white;
  }
  .page-template-page-afspraak-maken .afspraak-maken .c-landing-v3__title:after {
    background-color: white;
  }
}
.footer {
  background-color: #FFFFFF;
  padding-top: 152px;
}
body.single-case .footer {
  background-color: #F7F7F7;
}
body.page-template-page-contact .footer {
  padding-top: 64px !important;
}
body.home .footer {
  background-color: #f7f7f7;
}
.footer__inner {
  background-color: #292929;
}
.footer__top {
  position: relative;
  padding-top: 104px;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
}
.footer__top .row:nth-child(3) {
  margin-top: auto;
}
.footer ul li {
  padding: 4px 0;
}
.footer ul li a {
  display: inline-flex;
  color: #FFFFFF;
  font-size: 15px;
  opacity: 0.8;
  line-height: 175%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  transform: translateX(0);
}
.footer ul li a:hover {
  transform: translateX(8px);
  opacity: 1;
  color: #EB4F47;
}
.footer__title {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
}
.footer__title--hidden {
  opacity: 0;
  visibility: hidden;
}
.footer__copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 175%;
  opacity: 0.8;
}
.footer__copyright ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 32px;
}
.footer__copyright ul li {
  margin-right: 16px;
}
.footer__copyright ul li a {
  font-size: 14px;
  line-height: 175%;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  transform: translateX(0);
}
.footer__copyright ul li a:hover {
  transform: translateX(0px);
  opacity: 1;
  color: #FFFFFF;
}
@media only screen and (max-width: 1199px) {
  .footer__title {
    margin-bottom: 16px;
  }
  .footer__top {
    padding-top: 72px;
    padding-bottom: 24px;
  }
  .footer ul li a {
    line-height: 150%;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top {
    padding-top: 40px;
    padding-bottom: 24px;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 104px;
  }
  .footer #menu-sitemap,
  .footer #menu-footermenu-blok-2 {
    margin-bottom: 32px;
  }
  .footer__title--hidden {
    display: none;
  }
  .footer__copyright {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__copyright ul {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__copyright ul li {
    margin-right: 0;
    padding: 0;
  }
}
.footer-highlight {
  position: relative;
  background-color: #EB4F47;
  padding: 64px;
  transform: translateY(-64px);
  height: calc(100% + 64px);
}
.footer-highlight:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url('/wp-content/themes/markant/static/images/footer-visual.webp');
  background-size: 240px;
  background-repeat: no-repeat;
  width: 240px;
  height: 323px;
  z-index: -1;
}
.footer-highlight a {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  display: flex;
  color: #FFFFFF;
  font-size: 15px;
  opacity: 1;
  line-height: 175%;
  text-decoration: none;
  padding: 4px 0;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
}
.footer-highlight a:hover {
  color: #292929;
  transform: translateX(8px);
}
.footer-highlight ul {
  margin-bottom: 24px;
}
.footer-highlight ul li {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 15px;
  opacity: 1;
  line-height: 175%;
  text-decoration: none;
  padding: 4px 0;
}
.footer-highlight__contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.footer-highlight__contact a {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  line-height: 175%;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
}
.footer-highlight__contact a svg {
  height: 40px;
  width: 34px;
  margin-right: 16px;
}
.footer-highlight__contact a svg path:nth-child(1) {
  fill: transparent;
  stroke: #F7F7F7;
  transition: all 0.2s ease-in-out;
}
.footer-highlight__contact a:last-child {
  margin-top: 8px;
}
.footer-highlight__contact a:hover {
  color: #292929;
  transform: translateX(8px);
}
.footer-highlight__contact a:hover svg path:nth-child(1) {
  fill: #292929;
  stroke: #292929;
}
@media only screen and (max-width: 1199px) {
  .footer-highlight {
    padding: 32px;
  }
  .footer-highlight:before {
    background-size: 170px;
    width: 170px;
    height: 223px;
  }
  .footer-highlight ul li {
    line-height: 150%;
  }
  .footer-highlight a {
    line-height: 150%;
  }
  .footer-highlight__contact {
    margin-bottom: 40px;
  }
  .footer-highlight__contact a {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-highlight {
    transform: none;
    height: auto;
    margin-top: -64px;
  }
  .footer-highlight:before {
    background-size: 220px;
    width: 220px;
    height: 293px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .footer-highlight:before {
    background-size: 170px;
    width: 170px;
    height: 223px;
    z-index: 1;
  }
}
.feedback-company {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #000;
  border-radius: 40px;
  padding: 15px 24px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 175%;
  margin-top: 40px;
  margin-bottom: 16px;
}
.feedback-company__logo {
  height: 23px;
}
.feedback-company__stars {
  margin: 0 16px;
}
.feedback-company__stars svg {
  width: 15px;
  height: 14px;
}
@media only screen and (max-width: 991px) {
  .feedback-company {
    margin: 32px 0 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-company {
    padding: 9px 16px;
  }
}
.back-to-top {
  position: absolute;
  left: 16px;
  top: 0;
  transform: translateY(-50%) scale(1);
  transition: all 0.2s ease-in-out;
  z-index: 20;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.back-to-top svg {
  width: 56px;
  height: 64px;
}
.back-to-top:hover {
  transform: translateY(-50%) scale(1.06);
}
@media only screen and (max-width: 991px) {
  .back-to-top {
    left: unset;
    right: 16px;
    transform: none;
    top: unset;
    bottom: 24px;
  }
  .back-to-top:hover {
    transform: none;
  }
}
@media only screen and (max-width: 768px) {
  .back-to-top svg {
    width: 48px;
    height: 55px;
  }
}
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.main-header__top {
  background-color: #D74038;
  color: #FFFFFF;
  padding: 8px 0;
  transition: all 0.2s ease-in-out;
}
.main-header__main {
  background-color: #eb4f47;
  transition: all 0.2s ease-in-out;
}
.main-header__main .mainnav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-header__main .mainnav .menu-hoofdmenu-2022-container {
  margin-right: 16px;
}
.main-header #menu-secundair-menu-2022 {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: 32px;
}
.main-header #menu-secundair-menu-2022 li {
  padding: 0 12px;
}
.main-header #menu-secundair-menu-2022 li a {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 150%;
  text-decoration: none;
}
.main-header #menu-secundair-menu-2022 li:last-child {
  padding-right: 0;
}
.main-header #menu-secundair-menu-2022 li:last-child {
  display: none;
}
.main-header #menu-hoofdmenu-2022 {
  display: flex;
  flex-direction: row;
}
.main-header #menu-hoofdmenu-2022 > li.menu-item-has-children > a {
  position: relative;
  padding: 32px 48px 32px 20px;
}
.main-header #menu-hoofdmenu-2022 > li.menu-item-has-children > a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 33px;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/markant/static/images/svg/chevron-down--white.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.main-header #menu-hoofdmenu-2022 > li.menu-item-has-children:hover > a::before {
  transform: rotate(0);
}
.main-header #menu-hoofdmenu-2022 > li.btn-black {
  margin-left: 28px;
}
.main-header #menu-hoofdmenu-2022 > li.btn-black a {
  background-color: #292929;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 175%;
  transition: all 0.2s ease-in-out;
}
.main-header #menu-hoofdmenu-2022 > li.btn-black a:hover {
  background-color: #000;
}
.main-header #menu-hoofdmenu-2022 > li > a {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 150%;
  text-decoration: none;
  padding: 32px 20px;
}
.main-header #menu-hoofdmenu-2022 > li > ul {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1440px;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 999;
  display: none;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div {
  background-color: #F8F7F7;
  width: 25%;
  padding: 20px 0;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > a {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  color: #08111B;
  display: inline-flex;
  font-size: 17px;
  line-height: 150%;
  text-decoration: none;
  padding: 16px 40px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li:first-child > ul {
  opacity: 1;
  visibility: visible;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul {
  position: absolute;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
  left: 25%;
  width: 75%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li > a {
  display: none;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border-right: 0;
  z-index: 20;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image a {
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-decoration: none;
  padding: 40px;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image a .button {
  font-size: 16px;
  line-height: 150%;
  padding: 10px 24px;
  margin-top: 24px;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image a .image-usps {
  margin-top: 16px;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image a .image-usps ul li {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 15px;
  line-height: 150%;
  padding: 4px 0 4px 32px;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image a .image-usps ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/markant/static/images/svg/checkmark-red.svg');
  background-size: 16px;
  background-repeat: no-repeat;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image a .image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image a .image-wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2A2A2A;
  z-index: 1;
  opacity: 0.8;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image a .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image a:hover img {
  transform: scale(1.06);
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li > ul {
  padding: 48px 0 48px 48px;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li > ul > div > li a {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  display: inline-flex;
  text-decoration: none;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  padding: 5px 16px;
  border-radius: 40px;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li > ul > div > li a:hover {
  color: #eb4f47;
  background-color: rgba(235, 79, 71, 0.2);
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.menu-subtitle > a {
  display: flex;
  pointer-events: none;
  text-decoration: none;
  font-weight: 600;
  padding: 40px 0px 0px 64px;
  color: #292929;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.menu-subtitle > ul {
  padding: 16px 0 40px 48px;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li.hover {
  background-color: #FFFFFF;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li.hover > ul {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.main-header #menu-hoofdmenu-2022 > li > ul > div > li:not(.hover) {
  background-color: transparent;
}
.main-header #menu-hoofdmenu-2022 > li:hover a:after {
  max-width: 100%;
}
.main-header #menu-hoofdmenu-2022 > li:hover > ul {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.main-header.headroom--not-top .main-header__top {
  background-color: #D74038;
}
.main-header.headroom--not-top .main-header__main {
  background-color: #eb4f47;
}
@media only screen and (max-width: 1024px) {
  .main-header__main {
    padding: 8px 0;
  }
  .main-header #menu-hoofdmenu-2022 > li > a {
    padding: 32px 16px;
  }
  .main-header #menu-hoofdmenu-2022 > li.btn-black {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .main-header__main {
    position: relative;
  }
  .main-header .mainnav {
    position: fixed;
    top: 96px;
    left: 0;
    width: 100%;
    height: calc(100% - 96px);
    background: #292929;
    overflow: scroll;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out;
    flex-direction: column;
  }
  .main-header .mainnav.open {
    transform: translateX(0%);
  }
  .main-header .mainnav #menu-secundair-menu-2023 {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    width: 100%;
  }
  .main-header .mainnav #menu-secundair-menu-2023 li a {
    display: inline-flex;
    padding: 8px 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    width: 100%;
  }
  .main-header .mainnav .menu-hoofdmenu-2022-container {
    width: 100%;
    margin-right: 0;
  }
  .main-header .mainnav .btn {
    order: 1;
    background: #eb4f47;
    width: calc(100% - 48px);
    margin-top: 16px;
    justify-content: center;
    padding: 10px 24px;
  }
  .main-header #menu-hoofdmenu-2022 {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-header #menu-hoofdmenu-2022 > li {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-header #menu-hoofdmenu-2022 > li > a {
    padding: 16px 24px;
  }
  .main-header #menu-hoofdmenu-2022 > li.menu-item-has-children > a {
    padding: 16px 24px;
  }
  .main-header #menu-hoofdmenu-2022 > li.menu-item-has-children > a:before {
    transform: rotate(90deg);
    top: 20px;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul {
    background-color: transparent;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    display: none;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div {
    width: 100%;
    background-color: transparent;
    padding: 0 0 16px 0;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li {
    padding: 8px 0;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li.hover {
    background-color: transparent;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > a {
    color: #eb4f47;
    padding: 8px 32px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 100%;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul {
    position: relative;
    background: transparent;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div {
    flex-direction: column;
    height: auto;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li > ul {
    padding: 0;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li > ul > div > li {
    padding: 0;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li > ul > div > li > a {
    color: rgba(255, 255, 255, 0.7);
    padding: 4px 32px;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.menu-subtitle > a {
    padding: 4px 32px;
    margin-top: 8px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.menu-subtitle > ul {
    padding: 4px 0;
  }
  .main-header #menu-hoofdmenu-2022 > li > ul > div > li > ul > div > li.cta-image {
    display: none;
  }
  .main-header #menu-hoofdmenu-2022 > li.btn-black {
    margin-left: 0;
    margin-top: 24px;
    padding: 0 24px;
    border-bottom: 0;
    margin-bottom: 24px;
    display: none;
  }
  .main-header #menu-hoofdmenu-2022 > li.btn-black a {
    background-color: #eb4f47;
    padding: 12px 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  .main-header #menu-secundair-menu-2022 {
    display: none;
  }
}
.small-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  color: #FFFFFF;
}
.small-contact__image {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 16px;
  overflow: hidden;
}
.small-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 580px) {
  .small-contact {
    display: none;
  }
}
.flex {
  display: flex;
}
.flex--row {
  flex-direction: row;
}
.flex--align-center {
  align-items: center;
}
.flex--justify-space-between {
  justify-content: space-between;
}
.submenu-bg {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.8);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.submenu-bg--active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .new-page-logo {
    display: flex;
    align-items: center;
    width: 190px;
    height: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .new-page-logo {
    width: 170px;
    height: 40px;
  }
}
.main-nav-trigger {
  display: none;
}
@media only screen and (max-width: 900px) {
  .main-nav-trigger {
    position: absolute;
    display: block;
    top: -8px;
    right: 8px;
    width: 48px;
    height: 56px;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .main-nav-trigger span {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 24px;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .main-nav-trigger span:nth-child(2) {
    top: 25px;
  }
  .main-nav-trigger span:nth-child(3) {
    top: 33px;
  }
  .main-nav-trigger.open span {
    transform: rotate(45deg);
    top: 22px;
  }
  .main-nav-trigger.open span:nth-child(2) {
    opacity: 0;
  }
  .main-nav-trigger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 22px;
  }
}
.mainnav #menu-secundair-menu-2023 {
  display: none;
}
body.page-id-403 .main,
body.single-vacature .main {
  padding-top: 0;
}
body.page-id-403 .main-header__main,
body.single-vacature .main-header__main {
  background-color: transparent;
}
body.page-id-403 .main-header__top,
body.single-vacature .main-header__top {
  background-color: rgba(0, 0, 0, 0.2);
}
body.page-id-403 .section--vacancies-header,
body.single-vacature .section--vacancies-header {
  padding-top: 132px;
}
body.page-id-403 .section--single-job,
body.single-vacature .section--single-job {
  padding-top: 196px;
}
@media only screen and (max-width: 1024px) {
  body.page-id-403 .section--vacancies-header,
  body.single-vacature .section--vacancies-header {
    padding-top: 148px;
  }
  body.page-id-403 .section--single-job,
  body.single-vacature .section--single-job {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 900px) {
  body.page-id-403 .section--vacancies-header,
  body.single-vacature .section--vacancies-header,
  body.page-id-403 .section--single-job,
  body.single-vacature .section--single-job {
    padding-top: 144px;
  }
  body.page-id-403 #menu-hoofdmenu-2022 > li.btn-black,
  body.single-vacature #menu-hoofdmenu-2022 > li.btn-black {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body.page-id-403 .section--vacancies-header,
  body.single-vacature .section--vacancies-header,
  body.page-id-403 .section--single-job,
  body.single-vacature .section--single-job {
    padding-top: 120px;
  }
}
.editor-new p {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #292929;
  opacity: 0.9;
}
.editor-new h2 {
  font-family: 'Lato Black', sans-serif;
  font-weight: 900;
  color: #292929;
  margin-bottom: 24px;
  padding-bottom: 0;
}
.editor-new h2:before,
.editor-new h2:after {
  display: none;
}
.editor-new h3 {
  font-family: 'Lato Black', sans-serif;
  font-weight: 900;
  color: #292929;
  margin-bottom: 24px;
  padding-bottom: 0;
}
.editor-new--centered {
  text-align: center;
}
.editor-new--white h1,
.editor-new--white h2,
.editor-new--white h3,
.editor-new--white h4,
.editor-new--white h5,
.editor-new--white h6,
.editor-new--white p {
  color: #ffffff;
}
.section--apply-now {
  position: relative;
  background-color: #eb4f47;
}
.section--apply-now p {
  font-size: 16px;
  line-height: 175%;
}
.section--apply-now .wpcf7 .screen-reader-response {
  display: none;
}
.section--apply-now .wpcf7 form {
  margin-top: 56px;
}
.section--apply-now .wpcf7 form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 448px;
  margin-bottom: 16px;
}
.section--apply-now .wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  color: #292929;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 448px;
}
.section--apply-now .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #292929;
  display: flex;
  padding: 4px 16px;
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}
.section--apply-now .wpcf7 form input[type="text"],
.section--apply-now .wpcf7 form input[type="email"],
.section--apply-now .wpcf7 form input[type="file"] {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 0;
  padding: 0 24px;
  height: 56px;
  width: 100%;
  font-size: 16px;
  line-height: 56px;
}
.section--apply-now .wpcf7 form input[type="text"]::placeholder,
.section--apply-now .wpcf7 form input[type="email"]::placeholder,
.section--apply-now .wpcf7 form input[type="file"]::placeholder {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
  font-style: italic;
  font-size: 16px;
  line-height: 175%;
}
.section--apply-now .wpcf7 form input[type="submit"] {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  background-color: #292929;
  color: #ffffff;
  font-size: 16px;
  line-height: 175%;
  height: 56px;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  max-width: 448px;
  margin-bottom: 16px;
}
.section--apply-now .wpcf7 form input[type="submit"]:hover {
  background-color: black;
}
.section--apply-now .wpcf7 form .small {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 32px;
}
.section--F7F7F7 {
  background-color: #f7f7f7;
}
.section--large-padding {
  padding: 124px 0;
}
.section--large-padding-top {
  padding-top: 124px;
}
.section--quote .editor-new p {
  font-family: 'Lato Regular', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
}
.section--quote .editor-new .new-subtitle {
  margin-bottom: 24px;
}
.section--vacancies-header {
  position: relative;
  background-color: #eb4f47;
}
.section--vacancies-header .editor {
  padding: 120px 16px;
}
.section--vacancies-header .editor h1,
.section--vacancies-header .editor h2,
.section--vacancies-header .editor h3,
.section--vacancies-header .editor h4,
.section--vacancies-header .editor h5,
.section--vacancies-header .editor h6 {
  color: #ffffff;
  margin-bottom: 24px;
}
.section--vacancies-header .editor p {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 40px;
  width: 448px;
  max-width: 100%;
  padding-bottom: 0;
}
.section__image-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.section__image-right .image-wrapper {
  width: 100%;
  height: 100%;
}
.section__image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--employee-experience-slider,
.section--why {
  overflow: hidden;
}
body.single-vacature .section--why h1,
body.single-vacature .section--why h2,
body.single-vacature .section--why h3,
body.single-vacature .section--why h4,
body.single-vacature .section--why h5,
body.single-vacature .section--why h6 {
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
}
.section--single-job {
  position: relative;
  background-color: #eb4f47;
  color: #ffffff;
  padding: 64px 0 0 0;
}
.section--single-job .container {
  position: relative;
  z-index: 20;
}
.section--single-job .editor {
  text-align: center;
}
.section--single-job .editor h1 {
  margin-bottom: 16px;
}
.section--gallery {
  overflow: hidden;
}
.section--single-job-content .editor blockquote {
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
}
.section--single-job-content .editor blockquote:first-child {
  margin-top: 88px;
}
.section--single-job-content .editor blockquote:before {
  display: none;
}
.section--single-job-content .editor blockquote p {
  font-family: 'Lato Regular', sans-serif;
  font-weight: 400;
  color: #292929;
  font-style: italic;
  font-size: 28px;
  line-height: 150%;
  padding: 0;
}
.section--single-job-content .editor blockquote + h1,
.section--single-job-content .editor blockquote + h2,
.section--single-job-content .editor blockquote + h3,
.section--single-job-content .editor blockquote + h4,
.section--single-job-content .editor blockquote + h5,
.section--single-job-content .editor blockquote + h6 {
  margin-top: 72px;
}
.section--single-job-content .editor h2 {
  font-family: 'Lato Black', sans-serif;
  font-weight: 900;
  color: #292929;
  padding-bottom: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 140%;
}
.section--single-job-content .editor h2:before,
.section--single-job-content .editor h2:after {
  display: none;
}
.section--single-job-content .editor p {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 175%;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.section--single-job-content .editor p strong {
  font-family: 'Lato Black', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;
  color: black;
}
.section--single-job-content .editor ul li {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 175%;
  padding-bottom: 0;
  margin-bottom: 16px;
  padding-left: 32px;
}
.section--single-job-content .editor ul li:before {
  content: "";
  display: block;
  background-color: #eb4f47;
  height: 16.4px;
  width: 14.3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
}
.section--unit p {
  font-size: 17px;
  line-height: 175%;
}
@media only screen and (max-width: 1199px) {
  .section__image-right {
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
    padding: 0 64px;
    margin-top: 48px;
  }
  .section__image-right .image-wrapper {
    height: 480px;
    overflow: hidden;
  }
  .section--vacancies-header {
    position: relative;
    padding-top: 64px;
  }
  .section--vacancies-header .editor {
    padding: 0 64px;
    text-align: center;
  }
  .section--vacancies-header .editor p {
    width: 100%;
  }
  .section--vacancies-header::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f7f7f7;
    height: 278px;
  }
  .section--large-padding {
    padding: 96px 0;
  }
  .section--large-padding-top {
    padding-top: 96px;
  }
  .section--quote .editor-new p {
    font-size: 28px;
    line-height: 150%;
  }
  .section--gallery {
    padding-left: 64px;
    padding-right: 64px;
  }
  .section--employee-experience-slider {
    padding: 0 48px;
  }
}
@media only screen and (max-width: 991px) {
  .section__image-right .image-wrapper {
    height: 400px;
  }
  .section--apply-now .container {
    position: relative;
    z-index: 20;
  }
}
@media only screen and (max-width: 767px) {
  .section--single-job {
    padding: 24px 0 0 0;
  }
  .section--single-job-content .editor blockquote p {
    font-size: 20px;
    margin-bottom: 0;
  }
  .section--single-job-content .editor blockquote:first-child {
    margin-top: 48px;
  }
  .section--single-job-content .editor blockquote + h1,
  .section--single-job-content .editor blockquote + h2,
  .section--single-job-content .editor blockquote + h3,
  .section--single-job-content .editor blockquote + h4,
  .section--single-job-content .editor blockquote + h5,
  .section--single-job-content .editor blockquote + h6 {
    margin-top: 40px;
  }
  .section--single-job-content .editor h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .section__image-right {
    padding: 0 16px;
  }
  .section__image-right .image-wrapper {
    height: 240px;
  }
  .section--vacancies-header {
    padding-top: 24px;
  }
  .section--vacancies-header .editor {
    padding: 0 16px;
  }
  .section--vacancies-header .editor p {
    font-size: 16px;
  }
  .section--large-padding {
    padding: 64px 0;
  }
  .section--large-padding-top {
    padding-top: 64px;
  }
  .section--employee-experience-slider {
    padding: 0;
  }
  .section--quote .editor-new p {
    font-size: 20px;
  }
}
.back-to-site {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  margin-left: auto;
}
.back-to-site svg {
  width: 12px;
  height: 8px;
  margin-right: 12px;
}
.back-to-site--in-nav {
  display: none;
}
@media only screen and (max-width: 640px) {
  .back-to-site {
    display: none;
  }
  .back-to-site--in-nav {
    display: flex;
    padding: 24px;
  }
}
.menu .jobs-amount {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 10px;
  line-height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 19px;
  transform: translate(4px, -8px);
}
.menu .jobs-amount svg {
  width: 16px;
  position: absolute;
  height: 19px;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .menu .jobs-amount {
    display: none;
  }
}
.job-spots {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 104px);
}
.job-spots__graphic svg {
  height: 220px;
  width: 220px;
}
.job-spots__graphic-explanation {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
}
.job-spots__explanation {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  line-height: 150%;
}
.job-spots__explanation:first-child {
  margin-right: 16px;
}
.job-spots__explanation img,
.job-spots__explanation svg {
  height: 15px;
  width: 15px;
  margin-right: 8px;
}
.job-spots__content {
  padding-left: 32px;
}
.job-spots__inner {
  display: flex;
  align-items: center;
  background-color: #292929;
  color: #ffffff;
  padding: 48px 56px;
}
.job-spots__inner .new-subtitle {
  line-height: 150%;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.job-spots__inner h1,
.job-spots__inner h2,
.job-spots__inner h3,
.job-spots__inner h4,
.job-spots__inner h5,
.job-spots__inner h6 {
  color: #ffffff;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 8px;
}
.job-spots__inner p {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #ffffff;
  opacity: 0.8;
}
.job-spots__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-spots__arrow svg {
  width: 20px;
  height: 20px;
}
.job-spots--single {
  position: relative;
  width: 100%;
}
.job-spots--single .job-spots__inner {
  padding: 24px 64px 24px 40px;
}
.job-spots--single .job-spots__graphic svg {
  height: 168px;
  width: 168px;
}
.job-spots--single .job-spots__arrow {
  position: relative;
  right: unset;
  bottom: unset;
  margin-left: auto;
}
.job-spots--single .job-spots__content h1,
.job-spots--single .job-spots__content h2,
.job-spots--single .job-spots__content h3,
.job-spots--single .job-spots__content h4,
.job-spots--single .job-spots__content h5,
.job-spots--single .job-spots__content h6 {
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  .job-spots {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
  }
  .job-spots__inner {
    padding: 28px 36px;
  }
  .job-spots--single .job-spots__content {
    padding-left: 16px;
  }
  .job-spots--single .job-spots__inner {
    padding: 24px 40px 24px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .job-spots__graphic svg {
    height: 180px;
    width: 180px;
  }
  .job-spots__inner h1,
  .job-spots__inner h2,
  .job-spots__inner h3,
  .job-spots__inner h4,
  .job-spots__inner h5,
  .job-spots__inner h6 {
    font-size: 32px;
  }
  .job-spots__content {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .job-spots__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .job-spots__content {
    padding-left: 0;
  }
  .job-spots__arrow {
    bottom: unset;
    top: 0;
  }
  .job-spots__graphic-explanation {
    margin-top: 16px;
  }
  .job-spots__graphic {
    margin-bottom: 8px;
  }
  .job-spots--single .job-spots__inner {
    padding: 24px;
  }
  .job-spots--single .job-spots__content {
    padding-left: 0;
  }
  .job-spots--single .job-spots__arrow {
    position: absolute;
    right: 0;
  }
  .job-spots .job-spots__graphic svg {
    height: 104px;
    width: 104px;
  }
}
.why-usps {
  margin-top: 72px;
  width: 100%;
}
.why-usps .slick-list {
  overflow: visible;
}
.why-usps .slick-arrow {
  position: absolute;
  background-color: #eb4f47;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  font-size: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 20;
  transform: scale(1);
}
.why-usps .slick-arrow.slick-next {
  background-image: url('/wp-content/themes/markant/static/images/svg/arrow--next.svg');
  right: 60px;
  top: -32px;
}
.why-usps .slick-arrow.slick-prev {
  background-image: url('/wp-content/themes/markant/static/images/svg/arrow--prev.svg');
  left: 60px;
  bottom: -32px;
}
.why-usps .slick-arrow.slick-disabled {
  opacity: 0;
}
.why-usps .slick-arrow:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: -12px;
  top: -12px;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #eb4f47;
  opacity: 0.2;
}
.why-usps .slick-arrow:hover {
  transform: scale(1.06);
}
@media only screen and (max-width: 1199px) {
  .why-usps {
    margin-top: 48px;
    padding: 0 48px;
  }
  .why-usps .slick-arrow.slick-prev {
    bottom: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .why-usps {
    padding: 0;
    margin-top: 48px;
  }
  .why-usps .slick-arrow {
    width: 56px;
    height: 56px;
    bottom: unset;
  }
  .why-usps .slick-arrow:before {
    display: none;
  }
  .why-usps .slick-arrow.slick-prev {
    top: -24px;
    left: 50%;
    transform: translateX(-50%) translateX(-32px);
  }
  .why-usps .slick-arrow.slick-next {
    top: -24px;
    left: unset;
    right: 50%;
    transform: translateX(50%) translateX(32px);
  }
  .why-usps .slick-arrow.slick-disabled {
    opacity: 1;
  }
}
.tile--usp {
  padding: 0 16px;
  height: 100%;
}
.tile--usp .tile__inner {
  background-color: #ffffff;
  padding: 96px 80px 88px 80px;
  border: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.tile--usp .tile__icon {
  margin-bottom: 48px;
}
.tile--usp .tile__content {
  background-color: transparent;
  padding: 0;
}
.tile--usp .tile__content h3 {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: auto;
  margin-bottom: 16px;
}
.tile--usp .tile__content p {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
}
.tile--job {
  display: flex;
  text-decoration: none;
  margin-bottom: 32px;
  transform: translateX(0rem);
  transition: all 0.2s ease-in-out;
}
.tile--job .tile__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 0;
  padding: 0;
  background-color: transparent;
}
.tile--job .tile__inner {
  width: 100%;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  height: auto;
  padding: 24px 32px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.tile--job .tile__link {
  color: #292929;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
}
.tile--job .tile__link svg {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
.tile--job .tile__link svg path {
  stroke: #292929;
  transition: all 0.2s ease-in-out;
}
.tile--job .tile__title {
  font-size: 20px;
  margin-bottom: 0;
}
.tile--job:hover {
  transform: translateX(1.6rem);
}
.tile--job:hover .tile__link {
  color: #eb4f47;
}
.tile--job:hover .tile__link svg path {
  stroke: #eb4f47;
}
@media only screen and (max-width: 1199px) {
  .tile--usp .tile__inner {
    padding: 40px;
  }
  .tile--usp .tile__icon {
    margin-bottom: 24px;
  }
  .tile--usp .tile__icon img {
    width: 40px;
  }
  .tile--job .tile__inner {
    padding: 24px;
  }
  .tile--job .tile__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tile--job {
    margin-bottom: 16px;
  }
  .tile--job .tile__inner {
    padding: 16px;
  }
  .tile--job .tile__link {
    font-size: 0;
  }
  .tile--job .tile__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.job-info {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-right: 24px;
  font-size: 14px;
  line-height: 150%;
  color: #eb4f47;
  border: 1px solid #eb4f47;
  border-radius: 40px;
  padding-right: 12px;
}
.job-info .unit {
  padding: 6px 12px;
  border-radius: 40px;
  background-color: rgba(235, 79, 71, 0.2);
  margin-right: 12px;
}
.job-info--white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.job-info--white .unit {
  background-color: rgba(255, 255, 255, 0.2);
}
.job-info--margin-bottom {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .job-info {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .job-info {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.employee-experience {
  position: relative;
}
.employee-experience.slick-active .employee-experience__content {
  opacity: 1;
  visibility: visible;
}
.employee-experience__content {
  position: absolute;
  right: -120px;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  background: #292929;
  color: #ffffff;
  padding: 56px;
  max-width: 376px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transition-delay: .1s;
}
.employee-experience__content p {
  color: #ffffff;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.employee-experience__background {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.employee-experience__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employee-experience .employee {
  display: flex !important;
  align-items: center;
  margin-top: 40px;
}
.employee-experience .employee__image {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
.employee-experience .employee__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.employee-experience .employee__name {
  color: #ffffff;
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 4px;
  animation: none;
}
.employee-experience .employee__function {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 0;
  animation: none;
}
@media only screen and (max-width: 1199px) {
  .employee-experience__background {
    height: 580px;
  }
  .employee-experience__content {
    padding: 40px;
    right: -64px;
  }
  .employee-experience__content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .employee-experience .employee__image img {
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .employee-experience {
    padding: 0 16px;
  }
  .employee-experience__background {
    height: 240px;
  }
  .employee-experience .employee {
    margin-top: 16px;
  }
  .employee-experience .employee__image {
    width: 48px;
    height: 48px;
  }
  .employee-experience__content {
    position: relative;
    right: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 24px;
  }
  .employee-experience__content p {
    font-size: 18px;
  }
}
.employee-experiences-slider {
  position: relative;
}
.employee-experiences-slider:before {
  position: absolute;
  background-color: #ffffff;
  content: "";
  left: 0;
  top: 0;
  width: 100rem;
  height: 100%;
  transform: translateX(-100rem);
  z-index: 10;
}
.employee-experiences-slider:after {
  position: absolute;
  background-color: #f7f7f7;
  content: "";
  left: 0;
  bottom: 0;
  width: 100rem;
  height: 128px;
  transform: translateX(-100rem);
  z-index: 10;
}
.employee-experiences-slider .slick-list {
  overflow: visible;
}
.employee-experiences-slider .slick-arrow {
  background-color: #f7f7f7;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  z-index: 20;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.employee-experiences-slider .slick-arrow.slick-next {
  background-image: url('/wp-content/themes/markant/static/images/svg/arrow--next-black.svg');
  bottom: 64px;
}
.employee-experiences-slider .slick-arrow.slick-prev {
  background-image: url('/wp-content/themes/markant/static/images/svg/arrow--prev-black.svg');
  bottom: 0;
}
.employee-experiences-slider .slick-arrow.slick-disabled {
  cursor: auto;
}
.employee-experiences-slider .slick-arrow:hover {
  transform: scale(1.06);
}
@media only screen and (max-width: 767px) {
  .employee-experiences-slider {
    margin: 0 -16px;
  }
  .employee-experiences-slider .slick-arrow {
    width: 56px;
    bottom: unset !important;
    top: 0 !important;
  }
  .employee-experiences-slider .slick-arrow.slick-next {
    left: unset;
    right: 16px;
  }
  .employee-experiences-slider .slick-arrow.slick-prev {
    left: 16px;
  }
}
.job-list {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .job-list {
    margin-top: 32px;
  }
}
.gallery-slider {
  position: relative;
  margin-left: -32px;
}
.gallery-slider .swiper-slide {
  padding: 0 32px;
}
.gallery-slider .swiper-slide img {
  height: 560px;
  width: 100%;
  max-width: 900px;
  object-fit: cover;
}
.gallery-slider .slick-list {
  overflow: visible;
}
.gallery-slider .slick-arrow {
  background-color: #ffffff;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  z-index: 20;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.gallery-slider .slick-arrow.slick-next {
  background-image: url('/wp-content/themes/markant/static/images/svg/arrow--next-black.svg');
  right: -32px;
}
.gallery-slider .slick-arrow.slick-prev {
  background-image: url('/wp-content/themes/markant/static/images/svg/arrow--prev-black.svg');
  left: 0;
}
.gallery-slider .slick-arrow.slick-disabled {
  cursor: auto;
}
.gallery-slider .slick-arrow:hover {
  transform: translateY(-50%) scale(1.06);
}
@media only screen and (max-width: 1199px) {
  .gallery-slider .swiper-slide img {
    height: 360px;
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-slider {
    margin-left: 0;
  }
  .gallery-slider .swiper-slide {
    padding: 0;
  }
  .gallery-slider .swiper-slide img {
    height: 240px;
    max-width: 343px;
  }
  .gallery-slider .slick-arrow {
    width: 56px;
    height: 56px;
  }
  .gallery-slider .slick-arrow.slick-prev {
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-64px) scale(1);
  }
  .gallery-slider .slick-arrow.slick-next {
    top: 0;
    right: 50%;
    transform: translateY(-50%) translateX(64px) scale(1);
  }
}
.job-salary {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  opacity: 0.6;
}
.single-job__image {
  margin-top: 88px;
  overflow: hidden;
  height: 471px;
}
.single-job__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .single-job__image {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .single-job__image {
    margin-top: 40px;
    height: 240px;
  }
}
.about-company {
  position: relative;
  margin-top: 64px;
}
.about-company__image {
  height: 653px;
  overflow: hidden;
}
.about-company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-company__content {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 56px 64px;
  max-width: 496px;
}
.about-company__content h1,
.about-company__content h2,
.about-company__content h3,
.about-company__content h4,
.about-company__content h5,
.about-company__content h6 {
  color: #eb4f47;
  font-family: 'Lato Regular', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 16px;
}
.about-company__content p {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .about-company {
    margin-top: 48px;
  }
  .about-company__content {
    padding: 32px;
  }
  .about-company__content h1,
  .about-company__content h2,
  .about-company__content h3,
  .about-company__content h4,
  .about-company__content h5,
  .about-company__content h6 {
    font-size: 28px;
  }
  .about-company__image {
    height: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .about-company {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .about-company__image {
    height: 240px;
  }
  .about-company__content {
    position: relative;
    padding: 24px;
  }
  .about-company__content h1,
  .about-company__content h2,
  .about-company__content h3,
  .about-company__content h4,
  .about-company__content h5,
  .about-company__content h6 {
    font-size: 24px;
  }
}
.divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
}
.divider:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 50%;
  height: 1px;
  background-color: #292929;
  z-index: -1;
}
.divider svg {
  width: 52px;
  height: 60px;
}
.unit-members {
  margin-top: 64px;
}
@media only screen and (max-width: 991px) {
  .unit-members {
    padding: 0 8px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .unit-members {
    margin-top: 24px;
  }
}
.unit-member {
  position: relative;
  padding: 0 20px;
}
.unit-member__image {
  width: 100%;
  height: 416px;
  overflow: hidden;
}
.unit-member__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unit-member__info {
  position: absolute;
  left: 20px;
  bottom: 0;
  background-color: #ffffff;
  padding: 24px 32px;
}
.unit-member__info .name {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
.unit-member__info .function {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #eb4f47;
  margin-top: 4px;
}
.unit-member__plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #eb4f47;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unit-member__plus svg {
  width: 12px;
  height: 12px;
}
.unit-member__plus:before {
  position: absolute;
  content: "";
  left: -12px;
  top: -12px;
  width: 80px;
  height: 80px;
  background-color: #eb4f47;
  opacity: 0.4;
  border-radius: 100%;
  z-index: -1;
}
.unit-member:nth-child(2) {
  margin-top: 32px;
}
.unit-member--blank {
  margin-top: 32px;
}
.unit-member--blank .unit-member__image {
  background-color: #292929;
}
.unit-member--blank .unit-member__image img {
  opacity: 0.1;
}
.unit-member--blank .unit-member__info {
  background-color: transparent;
  padding: 0;
  width: calc(100% - 40px);
  text-align: center;
  padding-bottom: 56px;
}
.unit-member--blank .unit-member__info .new-subtitle {
  margin-bottom: 8px;
}
.unit-member--blank .unit-member__info .content {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  line-height: 150%;
}
@media only screen and (max-width: 1199px) {
  .unit-member {
    padding: 0 12px;
  }
  .unit-member__info {
    left: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .unit-member {
    padding: 12px;
  }
  .unit-member__info {
    bottom: 12px;
  }
  .unit-member__image {
    height: 300px;
  }
  .unit-member--blank {
    margin-top: 0;
  }
  .unit-member:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .unit-member {
    width: 100%;
  }
  .unit-member--blank {
    margin-top: 40px;
  }
  .unit-member__plus {
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.single-vacature .footer-highlight {
  border: 1px solid #292929;
}
body.single-vacature .section-particle--apply {
  position: absolute;
  z-index: 1;
}
body.single-vacature .section-particle--apply.section-particle--left {
  left: 0;
  top: 10%;
}
body.single-vacature .section-particle--apply.section-particle--left img {
  width: 268px;
  height: auto;
}
body.single-vacature .section-particle--apply.section-particle--right {
  right: 0;
  bottom: 30%;
}
body.single-vacature .section-particle--apply.section-particle--right img {
  width: 172px;
  height: auto;
}
.usp-wrapper {
  position: fixed;
  top: 0;
  background: #292929;
  color: #ffffff;
  z-index: 999;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
}
.usp-wrapper__inner {
  height: 48px;
  display: flex;
  justify-content: space-between;
}
.usp-wrapper__inner .small-contact span {
  opacity: 0.8;
}
.usp-wrapper__inner ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.usp-wrapper__inner ul li {
  display: flex;
  align-items: center;
  margin-right: 24px;
  font-size: 15px;
  white-space: nowrap;
}
.usp-wrapper__inner ul li svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}
.usp-wrapper.headroom--unpinned {
  transform: translateY(0%);
}
@media only screen and (max-width: 991px) {
  .usp-wrapper__inner {
    overflow: scroll;
  }
  .usp-wrapper__inner .small-contact {
    display: none;
  }
  .usp-wrapper__inner ul li {
    font-size: 13px;
    margin-right: 8px;
  }
  .usp-wrapper__inner ul li svg {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .usp-wrapper__inner {
    height: 40px;
  }
}
.page-index {
  margin-top: 2.4rem;
  width: 100%;
}
.page-index .h5 {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 0.8rem;
}
.page-index ul li {
  margin: 0 0 12px;
  padding-left: 32px;
  position: relative;
}
.page-index ul li:last-child {
  margin-bottom: 0;
}
.page-index ul li:before {
  content: "";
  display: block;
  background-color: #ffffff;
  height: 16.4px;
  width: 14.3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
}
.page-index ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.page-index ul li a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.page-index ul li a:hover {
  color: #ffffff;
  opacity: 1;
}
.fast-navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  padding: 1.6rem 0;
}
.fast-navigation .h5 {
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #eb4f47;
  margin-bottom: 0.8rem;
}
.fast-navigation__items {
  position: relative;
  overflow: hidden;
}
.fast-navigation__items ul {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fast-navigation__items ul::-webkit-scrollbar {
  display: none;
}
.fast-navigation__items ul li {
  margin-right: 0.8rem;
}
.fast-navigation__items ul li:last-child {
  margin-right: 0;
}
.fast-navigation__items ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: rgba(235, 79, 71, 0.1);
  color: #eb4f47;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
}
.fast-navigation__items ul li a:hover {
  background-color: #eb4f47;
  color: #ffffff;
}
.fast-navigation__items ul li:last-child a {
  margin: 0;
}
.fast-navigation__items .slick-arrow {
  position: absolute;
  height: 100%;
  font-size: 0;
  width: 64px;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 80;
}
.fast-navigation__items .slick-arrow:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url('/wp-content/themes/markant/static/images/svg/chevron-right--red.svg');
  background-size: 6px;
  background-position: center right;
  background-repeat: no-repeat;
  width: 40px;
  height: 100%;
}
.fast-navigation__items .slick-arrow.slick-disabled {
  display: none !important;
}
.fast-navigation__items .slick-next {
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
}
.fast-navigation__items .slick-prev {
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
}
.fast-navigation__items .slick-prev:before {
  transform: rotate(180deg);
  right: unset;
  left: 0;
}
.fast-navigation__scroll {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
  align-items: center;
  width: 120px;
  height: 100%;
  z-index: 888;
  background: #ff4b47;
  background: linear-gradient(90deg, rgba(255, 75, 71, 0) 0%, #eb4f47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4f47", endColorstr="#ffffff", GradientType=1);
}
.fast-navigation__scroll:after {
  content: "";
  display: block;
  position: relative;
  height: 12px;
  width: 12px;
  background-image: url('/wp-content/themes/markant/static/images/svg/chevron-right--red.svg');
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-logos {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: white;
  border-radius: 9999px;
  display: inline-flex;
  padding: 8px 16px;
}
.page-logos img {
  max-height: 40px;
  width: auto;
  height: 100%;
  margin-right: 16px;
}
.page-logos img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .page-logos {
    border-radius: 4px;
    padding: 6px;
  }
  .page-logos img {
    max-height: 34px;
    margin-right: 0;
    padding: 4px;
  }
}
.google-reviews {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
}
.google-reviews .number {
  font-weight: 500;
  opacity: 0.8;
}
.google-reviews .stars {
  display: flex;
  flex-direction: row;
  margin-right: 12px;
}
.google-reviews .stars svg {
  width: 20px;
  height: 20px;
}
.google-reviews .amount {
  color: #FFFFFF;
  display: inline-flex;
  margin-left: 4px;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.google-reviews .amount:hover {
  opacity: 1;
}
@media only screen and (max-width: 580px) {
  .google-reviews {
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }
  .google-reviews .stars {
    margin-right: 8px;
  }
}
/* ********************
Body
******************** */
body {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  background-color: #eb4f47;
}
.content p a {
  color: #eb4f47;
}
h1 {
  position: relative;
  font-family: 'Lato Black', sans-serif;
  font-weight: 900;
  z-index: 50;
  font-size: 64px;
  line-height: 76px;
}
h2,
h3,
h4 {
  position: relative;
  font-family: 'Lato Light', sans-serif;
  font-weight: 300;
  font-size: 48px;
  color: #4e4e4e;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
h2.white,
h3.white,
h4.white {
  color: #fff;
}
h2.white:before,
h3.white:before,
h4.white:before {
  background-image: url('/wp-content/themes/markant/static/images/particles-white.svg');
  mix-blend-mode: initial;
}
h2.white:after,
h3.white:after,
h4.white:after {
  background-color: #ffffff;
}
h2:before,
h3:before,
h4:before {
  position: absolute;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/title-particles-grey.svg');
  background-repeat: no-repeat;
  background-position: left center;
  top: -15px;
  left: -37px;
  background-size: 60px;
  width: 60px;
  height: 60px;
  z-index: -1;
  /* mix-blend-mode: multiply; */
  backface-visibility: hidden;
}
h2:after,
h3:after,
h4:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #eb4f47;
  bottom: 0px;
  left: 0px;
  backface-visibility: hidden;
}
p {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4e4e4e;
  line-height: 30px;
}
p a {
  color: #eb4f47;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
p a:hover {
  color: #b81c14;
}
.button {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  text-align: center !important;
  display: inline-block;
  padding: 16px 20px;
  background-color: #eb4f47;
  font-size: 18px;
  min-width: 200px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #eb4f47;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.button.black {
  background-color: #292929;
  border: 2px solid #292929;
}
.button.white {
  background-color: #ffffff;
  color: #292929;
  border: 2px solid #ffffff;
}
.button.ghost {
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
body.desktop .button:hover {
  background-color: #8a150f;
  border-color: #8a150f;
  color: #ffffff !important;
}
.grid {
  width: 100%;
  max-width: 1300px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 40px;
}
@media only screen and (max-width: 768px) {
  .grid {
    padding: 0px 20px;
  }
  h2,
  h3,
  h4 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2,
  h3,
  h4 {
    font-size: 38px;
    line-height: 44px;
  }
}
.page-video {
  position: relative;
  width: 600px;
  height: 600px;
  object-fit: cover;
}
@keyframes animatePostCount {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.menu-item .nav__post-count {
  display: inline-flex;
}
.nav__post-count {
  display: none;
  position: absolute;
  content: attr(data-post-count);
  line-height: normal;
  right: -20px;
  top: 40%;
  transform: translateY(-50%);
  color: #eb4f47;
  background-color: #ffffff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}
@media (max-width: 1250px) {
  .nav__post-count {
    top: 30%;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .nav__post-count {
    position: relative;
    right: -5px;
  }
}
.nav__post-count::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: inherit;
  opacity: .5;
  transform-origin: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  animation: animatePostCount 2s infinite;
}
/* ********************
Header
******************** */
.page-header {
  position: fixed;
  background-color: #eb4f47;
  z-index: 9999;
  width: 100%;
  top: 0;
}
.page-header .grid .header-wrapper {
  height: 125px;
  position: relative;
}
.page-header .grid .header-wrapper .page-logo-wrapper {
  margin: 25px 0 14px;
}
.page-header .grid .header-wrapper .page-logo-wrapper .page-logo {
  display: block;
}
.page-header .grid .header-wrapper .page-logo-wrapper .page-logo img {
  height: 71px;
  width: 280px;
}
.page-header .grid .header-wrapper .page-logo-wrapper--ie {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-header .grid .header-wrapper .page-logo-wrapper--ie {
    display: block;
  }
}
.page-header .grid .header-wrapper .page-logo-wrapper--regular {
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-header .grid .header-wrapper .page-logo-wrapper--regular {
    display: none;
  }
}
.page-header .grid .header-wrapper .main-nav {
  float: left;
  padding-right: 150px;
}
.page-header .grid .header-wrapper .main-nav > ul {
  padding-right: 20px;
}
.page-header .grid .header-wrapper .main-nav > ul > li {
  display: inline-block;
  padding: 0px 25px;
  line-height: 125px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .page-header .grid .header-wrapper .main-nav > ul > li.menu-item--mobile-only {
    display: none;
  }
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper {
  position: absolute;
  top: 125px;
  z-index: 30;
  background-color: #292929;
  width: 100%;
  left: 0;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-1-3 .title-wrapper .title {
  content: "Diensten";
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  line-height: 245px;
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-1-3:after {
  position: absolute;
  content: "";
  background: url('https://www.markantinternet.nl/');
  left: 0px;
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul {
  display: block;
  padding: 40px 0px;
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li {
  float: left;
  width: 50%;
  padding: 40px 0px 40px 0px;
  line-height: 0px;
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li > a {
  display: inline-block;
  position: relative;
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  padding-left: 30px;
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li > a:hover {
  transform: translateX(3px);
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li > a:before {
  content: "—";
  position: absolute;
  left: 0px;
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul:after {
  clear: both !important;
  content: "";
  display: table;
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper:before {
  position: absolute;
  content: "";
  right: -1220px;
  background: #292929;
  width: 100%;
  height: 100%;
}
.page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper:after {
  position: absolute;
  content: "";
  left: -790px;
  z-index: -1;
  background: #292929 url('/wp-content/themes/markant/static/images/subnav-bg-v2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -150px center;
  width: 870px;
  top: 0;
  height: 100%;
}
.page-header .grid .header-wrapper .main-nav > ul > li:hover .sub-menu-wrapper {
  opacity: 1;
  visibility: visible;
}
.page-header .grid .header-wrapper .main-nav > ul > li:hover > a:before {
  transform: none;
}
.page-header .grid .header-wrapper .main-nav > ul > li > a {
  display: block;
  position: relative;
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
.page-header .grid .header-wrapper .main-nav > ul > li > a:before {
  position: absolute;
  left: 0;
  transform-origin: center;
  width: 100%;
  transform: rotateY(90deg);
  bottom: 0px;
  height: 4px;
  right: 50%;
  background: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: "";
}
.page-header .grid .header-wrapper .main-nav > ul > li:nth-child(1) {
  padding: 0px 35px 0px 0px;
}
.page-header .grid .header-wrapper .main-nav > ul > li:last-child {
  padding: 0px 0px 0px 35px;
}
.page-header .grid .header-wrapper .buttons-header {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -28px;
  display: flex;
  align-items: center;
}
.page-header .grid .header-wrapper .buttons-header a {
  text-decoration: none;
}
.page-header .grid .header-wrapper .buttons-header .btn-header {
  padding: 0px 6px;
  display: block;
  height: 58px;
  width: 58px;
}
.page-header .grid .header-wrapper .buttons-header .btn-header svg {
  height: 100%;
  width: 100%;
}
.page-header .grid .header-wrapper .buttons-header .btn-header svg .base-svg {
  fill: #eb4f47;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header .grid .header-wrapper .buttons-header .btn-header svg .element {
  fill: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .page-header .grid .header-wrapper .buttons-header .btn-header svg:hover .base-svg {
  fill: white;
}
body.desktop .page-header .grid .header-wrapper .buttons-header .btn-header svg:hover .element {
  fill: #eb4f47;
}
.page-wrapper {
  padding-top: 132px;
  overflow: hidden;
  background-color: white;
}
@media only screen and (max-width: 1920px) {
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper:after {
    left: -350px;
  }
}
@media only screen and (max-width: 1250px) {
  .page-header .grid .header-wrapper .main-nav > ul {
    padding-right: 0px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li {
    padding: 0px 8px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper {
    width: 100vw;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li:nth-child(1) {
    padding: 0px 15px 0px 0px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li:last-child {
    padding: 0px 0px 0px 15px;
  }
}
@media only screen and (max-width: 1140px) {
  .page-header .grid .header-wrapper {
    height: 80px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper {
    margin: 3px 0px;
    max-width: 160px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper img {
    max-width: 180px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper lottie-player {
    transform: scale(0.7);
    transform-origin: left center;
  }
  .page-header .grid .header-wrapper .main-nav {
    padding-right: 24px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li {
    line-height: 80px;
    font-size: 15px;
    padding: 0px 4px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper {
    width: 100vw;
    height: 200px;
    top: 80px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid {
    padding: 0px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-1-3 {
    width: 25%;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-1-3 .title-wrapper .title {
    font-size: 31px;
    line-height: 200px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul {
    padding: 20px 0px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li > a {
    font-size: 16px;
  }
  .page-header .grid .header-wrapper .buttons-header {
    position: relative;
    height: 80px;
    margin-top: 0;
    top: 0;
  }
  .page-header .grid .header-wrapper .buttons-header .btn-header {
    padding: 0px 1px;
    width: 48px;
    height: 48px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1069px) {
  .page-header .grid .header-wrapper .main-nav > ul > li:nth-child(1) {
    padding: 0px 10px 0px 0px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li:last-child {
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-header .grid .header-wrapper {
    height: 80px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper {
    margin: 14px 0 14px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper .page-logo {
    max-width: 210px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper img {
    max-width: 200px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li {
    line-height: 101px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper {
    top: 101px;
  }
  .page-wrapper {
    padding-top: 124px;
  }
}
@media only screen and (max-width: 955px) {
  .page-header .grid .header-wrapper {
    height: 80px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper {
    margin: 3px 0px;
    max-width: 160px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper img {
    max-width: 180px;
  }
  .page-header .grid .header-wrapper .main-nav {
    padding-right: 16px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li {
    line-height: 80px;
    font-size: 15px;
    padding: 0px 4px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper {
    width: 100vw;
    height: 200px;
    top: 80px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid {
    padding: 0px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-1-3 {
    width: 25%;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-1-3 .title-wrapper .title {
    font-size: 31px;
    line-height: 200px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul {
    padding: 20px 0px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li > a {
    font-size: 16px;
  }
  .page-header .grid .header-wrapper .main-nav > ul > li:last-child {
    padding: 0px 0px 0px 4px;
  }
  .page-header .grid .header-wrapper .buttons-header .btn-header {
    padding: 0px 1px;
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper {
    padding-top: 104px;
  }
}
@media only screen and (max-width: 880px) {
  .page-header {
    height: 70px;
  }
  .page-header .grid {
    padding: 0px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper {
    margin: 0px 20px;
    max-width: 100%;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper .page-logo img {
    max-width: 190px;
  }
  .page-header .grid .header-wrapper .main-nav-trigger {
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 2;
    top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .page-header .grid .header-wrapper .main-nav-trigger span {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 30px;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .page-header .grid .header-wrapper .main-nav-trigger span:nth-child(2) {
    top: 23px;
  }
  .page-header .grid .header-wrapper .main-nav-trigger span:nth-child(3) {
    top: 33px;
  }
  .page-header .grid .header-wrapper .main-nav-trigger.open span {
    transform: rotate(45deg);
    top: 22px;
  }
  .page-header .grid .header-wrapper .main-nav-trigger.open span:nth-child(2) {
    opacity: 0;
  }
  .page-header .grid .header-wrapper .main-nav-trigger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 22px;
  }
  .page-header .grid .header-wrapper .nav {
    position: absolute;
    transform: translateX(100%);
    width: 100%;
    background-color: #eb4f47;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 70px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  .page-header .grid .header-wrapper .nav--preload {
    transition: none;
  }
  .page-header .grid .header-wrapper .nav.open {
    transform: translateX(0%);
  }
  .page-header .grid .header-wrapper .nav .main-nav {
    padding-right: 0px;
    width: 100%;
    float: none;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul {
    padding: 10px 0px;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li {
    position: relative;
    display: block;
    float: none;
    font-size: 18px;
    padding: 0px 30px;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li.has-sub:before {
    content: "";
    position: absolute;
    right: 30px;
    background-image: url('/wp-content/themes/markant/static/images/has-sub.svg');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right center;
    width: 13px;
    height: 60px;
    top: 0px;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li:hover .sub-menu-wrapper {
    display: block;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper {
    display: none;
    position: relative;
    background-color: transparent;
    height: 100%;
    top: 0;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper .grid .col-1-3 {
    display: none;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 {
    width: 100%;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul {
    padding: 0px 0px 0px 20px;
    width: 100%;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li {
    float: none;
    width: 100%;
    padding: 15px 0px;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li > a {
    padding-left: 0px;
    display: block;
    height: 24px;
    line-height: 24px;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li > a:before {
    display: none;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li > a:after {
    display: none;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper .grid .col-2-3 > ul > li:last-child {
    border-bottom: 0px;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper:before {
    display: none;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper:after {
    display: none;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li .sub-menu-wrapper.sub-menu-open {
    display: block;
  }
  .page-header .grid .header-wrapper .nav .main-nav > ul > li > a:before {
    display: none;
  }
  .page-header .grid .header-wrapper .nav .buttons-header {
    position: unset;
    top: 0;
    right: 0;
    padding: 10px 30px 30px 30px;
    line-height: 60px;
    margin-top: 0;
  }
  .page-header .grid .header-wrapper .nav .buttons-header .btn-header {
    padding: 0px 1px;
  }
  .page-wrapper {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .page-wrapper {
    padding-top: 96px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header .grid .header-wrapper .page-logo-wrapper .page-logo {
    padding-top: 5px;
  }
  .page-header .grid .header-wrapper .page-logo-wrapper .page-logo lottie-player {
    transform-origin: left top;
  }
}
/* ********************
Front Page
******************** */
.mobile-header-wrapper {
  display: none;
}
.mobile-header-wrapper .mobile-header-container .page-video {
  display: block;
  height: auto;
  width: 100%;
}
.header-container {
  position: relative;
  background-color: #eb4f47;
}
.header-container .header-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 660px;
  z-index: 50;
}
.header-container .header-inner .grid .header-inner-left {
  position: absolute;
  top: 15%;
  z-index: 10;
}
.header-container .header-inner .grid .header-inner-left .title {
  color: #ffffff;
  width: 50%;
}
.header-container .header-inner .grid .header-inner-left .subtitle {
  color: #7a1414;
  padding: 10px 0px;
}
.header-container .header-inner .grid .header-inner-left .content {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  width: 60%;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 50px;
}
.header-container .header-inner .grid .header-inner-left .button.ghost {
  margin-left: 20px;
}
.header-container .header-inner .grid .header-inner-right {
  position: absolute;
  right: 400px;
  top: 50px;
}
.header-container .header-inner .grid .header-inner-right .header-image-wrapper {
  position: relative;
}
.header-container .header-inner .grid .header-inner-right .header-image-wrapper img {
  position: relative;
  z-index: 1;
  height: auto;
  width: 600px;
}
.header-container .header-inner .grid .header-inner-right .header-image-wrapper:before {
  position: absolute;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/img-right-particles.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 350px;
  width: 400px;
  height: 720px;
  top: -65px;
  left: -26px;
  z-index: 15;
}
body.home .header-container .header-inner .grid .header-inner-right .header-image-wrapper {
  margin-top: 32px;
}
body.home .header-container .header-inner .grid .header-inner-right .header-image-wrapper:after {
  position: absolute;
  width: 600px;
  height: 600px;
  content: "";
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url('/wp-content/themes/markant/static/images/hexabox.png');
  background-repeat: no-repeat;
  background-size: 600px 600px;
  background-position: top left;
}
.header-container .header-inner .scroll-down {
  position: absolute;
  content: "";
  z-index: 2;
  background-image: url('/wp-content/themes/markant/static/images/mouse-down.svg');
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  bottom: 5%;
}
.header-cases .grid {
  padding: 0px 30px;
}
.header-cases .grid .header-cases-slider .slider-wrapper .title-wrapper {
  padding: 0px 10px;
}
.header-cases .grid .header-cases-slider .slider-wrapper .title-wrapper .title {
  color: white;
}
.header-cases .grid .header-cases-slider .slider-wrapper .title-wrapper .title:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  bottom: 0px;
  left: 0px;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-inner {
  display: inline-block;
  width: 100%;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box {
  padding: 0px 10px;
  text-decoration: none;
  width: auto;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-container {
  display: inline-block;
  text-decoration: none;
  transform: translateY(3px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-container .case-box-inner {
  background-color: #ffffff;
  padding: 40px;
  height: 225px;
  border: 1px solid #efefef;
  display: table;
  width: 100%;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-container .case-box-inner .case-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-container .case-box-inner .case-logo img {
  width: 100%;
  height: auto;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-container .case-title {
  display: block;
  font-family: 'Lato Light', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #C8C8C8;
  padding: 30px 0px;
  text-decoration: none;
}
body.desktop .header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-container:hover {
  transform: translateY(0px);
}
body.desktop .header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-container:hover .case-title {
  color: #4e4e4e;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper {
  position: absolute;
  bottom: 60px;
  right: -27px;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper > ul > li {
  display: inline-block;
  margin-left: -3px;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper > ul > li .next-slider {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  -webkit-box-shadow: -5px 7px 25px 0px #e9e9e9;
  -moz-box-shadow: -5px 7px 25px 0px #e9e9e9;
  box-shadow: -5px 7px 25px 0px #e9e9e9;
  cursor: pointer;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper > ul > li .next-slider svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper > ul > li .next-slider svg g {
  fill: #E7E7E7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper > ul > li .next-slider:hover svg g {
  fill: #eb4f47;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper > ul > li .prev-slider {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  -webkit-box-shadow: -5px 7px 25px 0px #e9e9e9;
  -moz-box-shadow: -5px 7px 25px 0px #e9e9e9;
  box-shadow: -5px 7px 25px 0px #e9e9e9;
  cursor: pointer;
  z-index: 1;
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper > ul > li .prev-slider svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper > ul > li .prev-slider svg g {
  fill: #E7E7E7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper > ul > li .prev-slider:hover svg g {
  fill: #eb4f47;
}
.header-cases:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #eb4f47;
}
.content-block-wrapper {
  position: relative;
  padding-top: 150px;
}
.content-block-wrapper .block-image {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 50px;
}
.content-block-wrapper .block-image.over-ons {
  top: 0px;
}
.content-block-wrapper .content-block.black {
  position: relative;
  z-index: 1;
  background-color: #292929;
  margin-top: 186px;
  overflow: hidden;
}
.content-block-wrapper .content-block.black:before {
  position: absolute;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/black-particles.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 800px;
  width: 800px;
  right: -500px;
  height: 1000px;
  bottom: -300px;
  mix-blend-mode: multiply;
  z-index: -1;
}
.content-block-wrapper .content-block.black .grid .content-block-inner {
  padding: 200px 0px 150px 100px;
}
.content-block-wrapper .content-block.black .grid .content-block-inner .title {
  z-index: 2;
  padding-bottom: 30px;
  color: #ffffff;
  margin-bottom: 0px;
}
.content-block-wrapper .content-block.black .grid .content-block-inner .title:before {
  background-image: url('/wp-content/themes/markant/static/images/black-bg-particles.svg');
}
.content-block-wrapper .content-block.black .grid .content-block-inner .title:after {
  background-color: #ffffff;
}
.content-block-wrapper .content-block.black .grid .content-block-inner .content {
  padding: 30px 0px;
}
.content-block-wrapper .content-block.black .grid .content-block-inner .content p {
  color: #ffffff;
}
.content-block-wrapper .content-block.first {
  float: right;
  padding-right: 100px;
}
.content-block-wrapper .content-block.first .content-block-inner h2 {
  margin-bottom: 0px;
}
.content-block-wrapper .content-block.first .content-block-inner .content {
  padding: 30px 0px;
}
.content-block-wrapper .content-block.over-ons {
  float: right;
  padding-right: 0px;
  min-height: 500px;
}
.content-block-wrapper .content-block.over-ons .content-block-inner h2 {
  margin-bottom: 0px;
}
.content-block-wrapper .content-block.over-ons .content-block-inner .content {
  padding: 30px 0px;
}
.partner-wrapper {
  border-bottom: 1px solid #efefef;
}
.partner-wrapper .partner-wrapper-inner {
  display: inline-block;
  width: 100%;
  padding: 45px 0px;
}
.partner-wrapper .partner-wrapper-inner .partner-logo .partner-logo-inner {
  display: table;
  width: 100%;
}
.partner-wrapper .partner-wrapper-inner .partner-logo .partner-logo-inner .logo-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.news-wrapper {
  padding: 50px 0px 50px 0px;
}
.news-wrapper.news-article .grid {
  padding: 0px 5px;
}
.news-wrapper.news-article .grid .title-wrapper {
  padding: 0px 30px;
}
.news-wrapper .grid {
  padding: 0px 10px;
}
.news-wrapper .grid .title-wrapper {
  padding: 0px 30px;
}
.news-wrapper .grid .title-wrapper .title {
  margin-bottom: 10px;
}
.news-wrapper .grid article .news-block {
  padding: 0px 30px;
  text-decoration: none;
  color: #292929;
}
.news-wrapper .grid article .news-block .news-block-inner {
  display: inline-block;
  border: 1px solid #efefef;
  transform: translateY(3px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: inherit;
}
.news-wrapper .grid article .news-block .news-block-inner .image-wrapper {
  border-bottom: 2px solid #eb4f47;
  min-height: 230px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.news-wrapper .grid article .news-block .news-block-inner .news-block-content {
  position: relative;
  padding: 20px;
}
.news-wrapper .grid article .news-block .news-block-inner .news-block-content .author .author-img {
  float: left;
  width: 40px;
  height: auto;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
}
.news-wrapper .grid article .news-block .news-block-inner .news-block-content .author .name {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  margin: 15px 10px;
}
.news-wrapper .grid article .news-block .news-block-inner .news-block-content .date {
  position: absolute;
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #c9c9c9;
  right: 20px;
  top: 38px;
}
.news-wrapper .grid article .news-block .news-block-inner .news-block-content .title {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding: 25px 0px;
  line-height: 28px;
}
.news-wrapper .grid article .news-block .news-block-inner .news-block-content .summary {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
body.desktop .news-wrapper .grid article .news-block .news-block-inner:hover {
  transform: translateY(0px);
}
body.blog .news-wrapper .grid article .news-block {
  padding: 16px;
}
.news-wrapper .grid .view-more {
  padding: 40px 0px;
}
.footer-wrapper {
  position: relative;
  overflow: hidden;
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #292929;
  padding-top: 100px;
  background: white;
}
.footer-wrapper .grid .footer-container {
  position: relative;
  z-index: 10;
}
.footer-wrapper .grid .footer-container .footer-top--spacing .footer-block .title {
  padding-bottom: 13px !important;
}
.footer-wrapper .grid .footer-container .footer-top .footer-block {
  padding: 0px 0px 60px 0px;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .grid .footer-container .footer-top .footer-block {
    width: 50%;
  }
}
.footer-wrapper .grid .footer-container .footer-top .footer-block > ul > li {
  padding: 13px 0px;
}
.footer-wrapper .grid .footer-container .footer-top .footer-block > ul > li > a {
  text-decoration: none;
  color: #292929;
}
body.desktop .footer-wrapper .grid .footer-container .footer-top .footer-block > ul > li > a:hover {
  text-decoration: underline;
}
.footer-wrapper .grid .footer-container .footer-top .footer-block > ul > li.title {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #292929;
  pointer-events: none;
  padding-bottom: 60px;
}
.footer-wrapper .grid .footer-container .footer-bottom {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #494949;
  padding: 40px 0px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .grid .footer-container .footer-bottom {
    margin-top: 0;
  }
}
.footer-wrapper .grid .footer-container .footer-bottom .realisation {
  padding: 0px 10px;
}
.footer-wrapper .grid .footer-container .footer-bottom .realisation a {
  color: #494949;
  text-decoration: none;
}
body.desktop .footer-wrapper .grid .footer-container .footer-bottom .realisation a:hover {
  text-decoration: underline;
}
.footer-wrapper .grid .footer-container .footer-bottom .realisation:first-child {
  padding-left: 0px;
}
.footer-wrapper .grid .footer-container .footer-bottom .socials > ul > li {
  display: inline-block;
  padding: 0px 15px;
  transform: translateY(3px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .footer-wrapper .grid .footer-container .footer-bottom .socials > ul > li:hover {
  transform: translateY(0px);
}
.footer-wrapper .grid .footer-container .footer-bottom .privacy-footer {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}
.footer-wrapper .grid .footer-container .footer-bottom .privacy-footer > ul {
  display: flex;
}
.footer-wrapper .grid .footer-container .footer-bottom .privacy-footer > ul > li {
  padding: 13px 0px;
}
.footer-wrapper .grid .footer-container .footer-bottom .privacy-footer > ul > li:last-of-type > a::after {
  display: none;
}
.footer-wrapper .grid .footer-container .footer-bottom .privacy-footer > ul > li > a {
  text-decoration: none;
  color: #494949;
}
@media only screen and (max-width: 580px) {
  .footer-wrapper .grid .footer-container .footer-bottom .privacy-footer > ul > li > a {
    color: white;
  }
}
body.desktop .footer-wrapper .grid .footer-container .footer-bottom .privacy-footer > ul > li > a:hover {
  text-decoration: underline;
}
.footer-wrapper .grid .footer-container .footer-bottom .privacy-footer > ul > li > a:after {
  content: '|';
  margin: 0 5px;
}
.footer-wrapper:after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/footer_particle.svg');
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 1200px;
  height: 1200px;
  top: 410px;
  right: 0;
}
@media only screen and (max-width: 2320px) {
  .header-container .header-inner .grid .header-inner-right {
    right: 200px;
  }
}
@media only screen and (max-width: 2230px) {
  .content-block-wrapper .block-image {
    left: -10%;
  }
}
@media only screen and (max-width: 2026px) {
  .header-container .header-inner .grid .header-inner-right {
    right: 100px;
  }
}
@media only screen and (max-width: 1860px) {
  .content-block-wrapper .block-image {
    left: -20%;
  }
}
@media only screen and (max-width: 1780px) {
  .header-container .header-inner .grid .header-inner-right {
    right: 0px;
  }
}
@media only screen and (max-width: 1780px) {
  .header-container .header-inner .grid .header-inner-right {
    right: -6%;
  }
  .footer-wrapper:after {
    right: -10%;
  }
}
@media only screen and (max-width: 1660px) {
  .header-container .header-inner .grid .header-inner-right {
    top: 0px;
  }
}
@media only screen and (max-width: 1590px) {
  .content-block-wrapper .block-image {
    left: -30%;
  }
}
@media only screen and (max-width: 1440px) {
  .footer-wrapper:after {
    right: -40%;
  }
}
@media only screen and (max-width: 1366px) {
  .content-block-wrapper .block-image {
    left: -30%;
  }
  .content-block-wrapper .content-block.first {
    padding-left: 100px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1333px) {
  .header-container .header-inner .grid .header-inner-right {
    right: -15%;
  }
}
@media only screen and (max-width: 1280px) {
  .content-block-wrapper .content-block.black .grid .content-block-inner {
    padding: 200px 100px 150px 100px;
    width: 100%;
  }
  .news-wrapper .grid article .news-block {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1245px) {
  .content-block-wrapper .block-image {
    left: -40%;
  }
}
@media only screen and (max-width: 1215px) {
  .header-container .header-inner .grid .header-inner-right {
    right: -20%;
  }
}
@media only screen and (max-width: 1180px) {
  .header-container .header-inner .grid .header-inner-right {
    right: -30%;
  }
}
@media only screen and (max-width: 1070px) {
  .header-container .header-inner .grid .header-inner-right {
    right: -40%;
  }
  .content-block-wrapper .block-image {
    left: -45%;
  }
  .content-block-wrapper .content-block.black .grid .content-block-inner {
    padding: 150px 80px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .header-container .header-inner .grid .header-inner-right {
    display: none;
  }
  .header-container .header-inner .grid .header-inner-left {
    top: 25%;
  }
  .header-container .header-inner .grid .header-inner-left .title {
    width: 100%;
  }
  .header-cases:before {
    height: 215px;
  }
  .header-cases .grid {
    padding: 0px;
  }
  .header-cases .grid .header-cases-slider {
    bottom: -190px;
    left: 0;
    padding: 0px 35px;
  }
  .header-cases .grid .header-cases-slider .slider-wrapper .title-wrapper {
    margin: 0px 5px;
    padding: 0px;
  }
  .header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box {
    padding: 0px 5px;
  }
  .header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-box-inner {
    padding: 25px;
    height: 150px;
  }
  .header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-box-inner .case-logo img {
    width: 100%;
  }
  .header-cases .grid .header-cases-slider .slider-wrapper .case-arrows-wrapper {
    right: 20px;
  }
  .case-full-width img {
    width: 100%;
  }
  .content-block-wrapper {
    position: relative;
    padding-top: 150px;
  }
  .content-block-wrapper .block-image {
    top: 0px;
  }
  .content-block-wrapper .content-block.black .grid .content-block-inner {
    padding: 100px 100px;
    width: 100%;
  }
  .news-wrapper {
    padding: 100px 0px 50px 0px;
  }
  .news-wrapper.blog-page {
    padding: 16px 8px;
  }
  .news-wrapper.blog-page .grid {
    padding: 0px;
  }
  .news-wrapper.news-article .grid {
    padding: 0px 10px;
  }
  .news-wrapper.news-article .grid .title-wrapper {
    padding: 0px 30px;
  }
  .news-wrapper .grid {
    padding: 0px 30px;
  }
  .news-wrapper .grid .title-wrapper {
    padding: 0px 10px;
  }
  .news-wrapper .grid article .news-block {
    padding: 0px 10px;
  }
  .news-wrapper .grid article .news-block .news-block-inner .image-wrapper {
    min-height: 170px;
  }
  .news-wrapper .grid article .news-block .news-block-inner .news-block-content .title {
    padding: 25px 0px 10px 0px;
    font-size: 22px;
    margin-bottom: 0px;
  }
  .partner-wrapper .grid {
    padding: 0px 30px;
  }
  .partner-wrapper .grid .partner-wrapper-inner .partner-logo {
    padding: 0px 10px;
  }
  .partner-wrapper .grid .partner-wrapper-inner .partner-logo .partner-logo-inner .logo-container img {
    max-width: 100%;
  }
  .footer-wrapper:after {
    right: -50%;
  }
}
@media only screen and (max-width: 960px) {
  .content-block-wrapper .block-image {
    left: -50%;
  }
}
@media only screen and (max-width: 885px) {
  .content-block-wrapper .block-image {
    left: -55%;
  }
}
@media only screen and (max-width: 830px) {
  .content-block-wrapper .block-image {
    left: -60%;
  }
}
@media only screen and (max-width: 780px) {
  .content-block-wrapper .block-image {
    left: -65%;
  }
}
@media only screen and (max-width: 768px) {
  .header-container .header-inner .grid .header-inner-right {
    display: none;
    right: -78%;
    top: -9%;
  }
  .header-container .header-inner .grid .header-inner-left {
    top: 25%;
  }
  .header-cases .grid .header-cases-slider {
    bottom: -160px;
    left: 0;
    padding: 0px 15px;
  }
  .header-cases .grid .header-cases-slider .slider-wrapper .title-wrapper {
    margin: 0px 10px;
  }
  .header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box {
    padding: 0px 5px;
  }
  .header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-box-inner {
    padding: 10px;
    height: 150px;
  }
  .header-cases .grid .header-cases-slider .slider-wrapper .case-inner .case-box .case-box-inner .case-logo img {
    width: 100%;
  }
  .content-block-wrapper {
    position: relative;
    padding-top: 150px;
  }
  .content-block-wrapper .block-image {
    left: -68%;
    top: 0px;
  }
  .content-block-wrapper .content-block.black .grid .content-block-inner {
    padding: 100px 30px;
  }
  .partner-wrapper .grid {
    padding: 0px 20px;
  }
  .partner-wrapper .grid .partner-wrapper-inner .partner-logo {
    width: 33.333333%;
    padding: 0px 10px;
  }
  .partner-wrapper .grid .partner-wrapper-inner .partner-logo .partner-logo-inner .logo-container img {
    max-width: 100%;
  }
  .news-wrapper {
    padding: 100px 0px 50px 0px;
  }
  .news-wrapper.blog-page .grid {
    padding: 0px;
  }
  .news-wrapper.news-article .grid {
    padding: 0px 15px;
  }
  .news-wrapper.news-article .grid .title-wrapper {
    padding: 0px 5px;
  }
  .news-wrapper.news-article .grid .title-wrapper h2 {
    margin-bottom: 0px;
  }
  .news-wrapper.news-article .grid article {
    width: 100%;
  }
  .news-wrapper.news-article .grid .news-block {
    width: 50%;
    padding: 0px 16px;
    margin-bottom: 32px;
  }
  .news-wrapper .grid {
    padding: 0px 15px;
  }
  .news-wrapper .grid .title-wrapper {
    padding: 0px 5px;
  }
  .news-wrapper .grid article .news-block {
    padding: 0px 5px;
  }
  .news-wrapper .grid article .news-block .news-block-inner .image-wrapper img {
    height: auto;
    min-height: 140px;
  }
  .news-wrapper .grid article .news-block .news-block-inner .news-block-content {
    padding: 15px;
  }
  .news-wrapper .grid article .news-block .news-block-inner .news-block-content .title {
    padding: 25px 0px 10px 0px;
    font-size: 22px;
    margin-bottom: 0px;
  }
  .news-wrapper .grid article .news-block .news-block-inner .news-block-content .date {
    text-align: right !important;
    position: unset;
    padding: 10px 0px;
  }
  .footer-wrapper {
    padding-top: 64px;
  }
  .footer-wrapper:after {
    right: -72%;
    top: 400px;
  }
}
@media only screen and (max-width: 760px) {
  .news-wrapper .grid {
    padding: 0px 15px;
  }
  .news-wrapper .grid article {
    width: 50%;
  }
  .news-wrapper .grid article .news-block {
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 749px) {
  .header-container .header-inner .grid .header-inner-left {
    top: 13%;
  }
}
@media only screen and (max-width: 720px) {
  .content-block-wrapper .block-image {
    left: -75%;
  }
}
@media only screen and (max-width: 665px) {
  .content-block-wrapper .block-image {
    display: none;
  }
  .content-block-wrapper .content-block.first {
    float: none;
    padding-left: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 569px) {
  .header-container .header-inner .grid .header-inner-left {
    top: 6%;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-header-wrapper {
    display: block;
  }
  .mobile-header-wrapper img {
    display: block;
    width: 100%;
    height: auto;
  }
  .header-container .header-inner {
    height: 550px;
  }
  .header-container .header-inner .grid .header-inner-left {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    padding: 30px 20px;
  }
  .header-container .header-inner .grid .header-inner-left .content {
    padding-bottom: 30px;
    width: 100%;
  }
  .header-container .header-inner .grid .header-inner-left .button {
    width: 100%;
    margin: 5px 0px;
  }
  .header-container .header-inner .grid .header-inner-left .button.ghost {
    margin-left: 0px;
  }
  .header-container .header-inner .scroll-down {
    display: none;
  }
  .header-cases {
    display: none;
  }
  .button {
    width: 100%;
  }
  .content-block-wrapper {
    padding-top: 70px;
  }
  .content-block-wrapper .block-image {
    display: none;
  }
  .content-block-wrapper .content-block.black {
    margin-top: 80px;
  }
  .content-block-wrapper .content-block.black .grid .content-block-inner {
    padding: 60px 0px;
  }
  .content-block-wrapper .content-block.first {
    float: none;
    padding-left: 0px;
    width: 100%;
  }
  .news-wrapper.blog-page {
    padding: 0px 20px;
  }
  .news-wrapper.blog-page .grid .mix {
    width: 100%;
  }
  .news-wrapper.news-article {
    padding: 0px 0px 50px 0px;
  }
  .news-wrapper.news-article .grid {
    padding: 0px 20px;
  }
  .news-wrapper.news-article .grid .title-wrapper {
    padding: 0px;
  }
  .news-wrapper.news-article .grid .title-wrapper h2 {
    margin-bottom: 30px;
  }
  .news-wrapper.news-article .grid article .news-block {
    width: 100%;
    padding: 0px 0px;
  }
  .news-wrapper .grid {
    padding: 0px 20px;
  }
  .news-wrapper .grid .title-wrapper {
    padding: 0px;
  }
  .news-wrapper .grid article {
    width: 100%;
  }
  .news-wrapper .grid article .news-block {
    padding: 0px 0px;
  }
  body.blog .news-wrapper {
    margin-top: 24px;
  }
  body.blog .news-wrapper .grid article .news-block {
    padding: 0;
    margin-bottom: 16px;
  }
  .partner-wrapper .grid {
    padding: 0px 20px;
  }
  .partner-wrapper .grid .partner-wrapper-inner .partner-logo {
    width: 100%;
    padding: 5px 0px;
  }
  .partner-wrapper .grid .partner-wrapper-inner .partner-logo .partner-logo-inner .logo-container img {
    max-width: 100%;
  }
  .footer-wrapper {
    padding-top: 48px;
  }
  .footer-wrapper .grid .footer-container .footer-top .footer-block {
    width: 100%;
    padding: 0px 0px 40px 0px;
  }
  .footer-wrapper .grid .footer-container .footer-top .footer-block > ul > li.title {
    padding-bottom: 20px;
  }
  .footer-wrapper .grid .footer-container .footer-bottom {
    color: #ffffff;
    padding: 0px;
  }
  .footer-wrapper .grid .footer-container .footer-bottom .fl span {
    display: block;
    padding: 5px 0px;
  }
  .footer-wrapper .grid .footer-container .footer-bottom .fl span a {
    color: #ffffff;
  }
  .footer-wrapper .grid .footer-container .footer-bottom .fl span:nth-child(2) {
    display: none;
  }
  .footer-wrapper .grid .footer-container .footer-bottom .socials {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
  }
  .footer-wrapper .grid .footer-container .footer-bottom .socials span {
    display: block;
    padding: 5px 0px;
  }
  .footer-wrapper .grid .footer-container .footer-bottom .socials span a {
    color: #ffffff;
  }
  .footer-wrapper .grid .footer-container .footer-bottom .socials span:nth-child(2) {
    display: none;
  }
  .footer-wrapper:after {
    top: inherit;
    bottom: -1024px;
    left: -386px;
  }
}
/* ********************
Intro standaard pages
******************** */
.small-header-wrapper {
  position: relative;
  background-color: #eb4f47;
  height: 240px;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 80px;
}
.small-header-wrapper h1 {
  max-width: 70vw;
}
.small-header-wrapper.news-article {
  overflow: visible;
  margin-bottom: 320px;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container {
  position: relative;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-wrapper {
  position: relative;
  max-height: 450px;
  overflow: hidden;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-wrapper:before {
  position: absolute;
  content: "";
  background-color: rgba(66, 66, 66, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 70%;
  bottom: 40px;
  transform: translate(-50%, 0);
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .title {
  position: relative;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 50px;
  padding-bottom: 20px;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #eb4f47;
  top: 100%;
  left: 0;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .author {
  width: 100%;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .author .author-img {
  float: left;
  width: 40px;
  height: auto;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .author .name {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 16px 10px;
  font-size: 16px;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .author .date {
  float: right;
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 16px 10px;
  color: #C9C9C9;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .solliciteer-nu {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
}
.small-header-wrapper.news-article .main-image-wrapper .main-image-container:before {
  position: absolute;
  content: "";
  z-index: 2;
  background-image: url('/wp-content/themes/markant/static/images/news-particles.svg');
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 100%;
  top: -30px;
  left: -30px;
  mix-blend-mode: multiply;
}
.small-header-wrapper.news-article:after {
  display: none;
}
.small-header-wrapper.news-article.vacature {
  margin-bottom: 180px;
}
.small-header-wrapper.news-article.vacature .main-image-wrapper .main-image-container .image-wrapper {
  max-height: 300px;
}
.small-header-wrapper.news-article.vacature .main-image-wrapper .main-image-container .date {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #c9c9c9;
  right: 20px;
  top: 38px;
}
.small-header-wrapper:after {
  position: absolute;
  z-index: 0;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/small-header-particles.svg');
  background-size: 600px;
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  top: 60px;
  right: 500px;
  mix-blend-mode: multiply;
}
.small-header-wrapper .small-header-inner {
  padding: 60px 0px;
}
.small-header-wrapper .small-header-inner.contact .grid .subtitle {
  position: relative;
  z-index: 5;
}
.small-header-wrapper .small-header-inner.contact .grid > ul > li {
  display: inline-block;
  padding: 15px 20px 0px 0px;
}
.small-header-wrapper .small-header-inner.contact .grid > ul > li svg {
  margin-right: 10px;
}
.small-header-wrapper .small-header-inner.contact .grid > ul > li > a {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #FF9898;
  text-decoration: none;
}
/* ************************
Dienst flexible content pagina
*************************** */
.page-template-template-diensten .dienst-header-wrapper h1 {
  margin-bottom: 24px !important;
}
.page-template-template-front-page .fast_navigation__scroll--hide,
.page-template-template-diensten .fast_navigation__scroll--hide {
  display: none !important;
}
.page-template-template-front-page .dienst-header-wrapper,
.page-template-template-diensten .dienst-header-wrapper {
  position: relative;
  background-color: #eb4f47;
  color: #ffffff;
}
.page-template-template-front-page .dienst-header-wrapper .mouse-down-wrapper,
.page-template-template-diensten .dienst-header-wrapper .mouse-down-wrapper {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.page-template-template-front-page .dienst-header-wrapper .mouse-down,
.page-template-template-diensten .dienst-header-wrapper .mouse-down {
  position: absolute;
  bottom: -25px;
  left: 40px;
  z-index: 777;
}
.page-template-template-front-page .dienst-header-wrapper .mouse-down svg,
.page-template-template-diensten .dienst-header-wrapper .mouse-down svg {
  width: 43px;
  height: 50px;
}
.page-template-template-front-page .dienst-header-wrapper h1,
.page-template-template-diensten .dienst-header-wrapper h1 {
  max-width: 50vw;
  margin-bottom: 8px;
  font-size: 56px;
  line-height: 56px;
}
.page-template-template-front-page .dienst-header-wrapper .subtitle,
.page-template-template-diensten .dienst-header-wrapper .subtitle {
  color: #7a1414;
  padding: 10px 0;
  margin-bottom: 24px;
}
.page-template-template-front-page .dienst-header-wrapper:after,
.page-template-template-diensten .dienst-header-wrapper:after {
  position: absolute;
  z-index: 0;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/svg/dienst_header_particles.svg');
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: center;
  width: 800px;
  height: 800px;
  bottom: -50%;
  right: 0;
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner {
  padding: 110px 0 160px;
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .grid,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .grid {
  position: relative;
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-excerpt,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-excerpt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-excerpt .excerpt,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-excerpt .excerpt {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-excerpt .excerpt a,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-excerpt .excerpt a {
  color: white;
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-image > img,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-image > img {
  height: auto;
  position: absolute;
  z-index: 1;
  max-width: 100%;
  width: 670px;
  right: -3%;
  top: -110px;
  object-fit: contain;
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-image > video,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-image > video {
  position: absolute;
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-image--video,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-image--video {
  position: absolute;
  top: 15%;
  right: -10%;
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-image--video:before,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-image--video:before {
  position: absolute;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/img-right-particles.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 350px;
  width: 400px;
  height: 720px;
  top: -65px;
  left: -26px;
  z-index: 15;
}
.page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-image--video:after,
.page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-image--video:after {
  position: absolute;
  width: 600px;
  height: 600px;
  content: "";
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url('/wp-content/themes/markant/static/images/hexabox--half.png');
  background-repeat: no-repeat;
  background-size: 600px 600px;
  background-position: top left;
}
@media only screen and (max-width: 1280px) {
  .page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-image > img,
  .page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-image > img {
    top: -32px;
    width: 580px;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-image > img,
  .page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-image > img {
    width: 570px;
    right: -9%;
  }
}
@media only screen and (max-width: 1280px) {
  .page-template-template-front-page .dienst-header-wrapper .dienst-header-inner,
  .page-template-template-diensten .dienst-header-wrapper .dienst-header-inner {
    padding: 32px 0 64px;
  }
  .page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .grid .mouse-down,
  .page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .grid .mouse-down {
    transform: translateY(128%);
  }
  .page-template-template-front-page .dienst-header-wrapper:after,
  .page-template-template-diensten .dienst-header-wrapper:after {
    background-size: 600px;
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-template-front-page .dienst-header-wrapper:after,
  .page-template-template-diensten .dienst-header-wrapper:after {
    right: -9%;
  }
}
.page-template-template-front-page .content-blocks-wrapper.partner-wrapper,
.page-template-template-diensten .content-blocks-wrapper.partner-wrapper {
  border-bottom: 0;
  margin-bottom: 40px;
}
.page-template-template-front-page .content-blocks-wrapper.background-red,
.page-template-template-diensten .content-blocks-wrapper.background-red {
  background-color: #eb4f47;
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-red h2,
.page-template-template-diensten .content-blocks-wrapper.background-red h2,
.page-template-template-front-page .content-blocks-wrapper.background-red p,
.page-template-template-diensten .content-blocks-wrapper.background-red p {
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-red h2::after,
.page-template-template-diensten .content-blocks-wrapper.background-red h2::after {
  background-color: #B41616;
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .editor ul li,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .editor ul li {
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .editor ul li:before,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .editor ul li:before {
  background-color: #7a1414;
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button {
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button .article-button__icon svg path,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button .article-button__icon svg path {
  fill: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button .article-button__border path,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button .article-button__border path {
  stroke: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:before,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:before {
  background: #7a1414;
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:hover,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:hover {
  color: white;
  transform: translateX(0);
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:hover:before,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:hover:before {
  transform: translateX(0);
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:hover .article-button__icon svg path,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:hover .article-button__icon svg path {
  fill: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:hover .article-button__border path,
.page-template-template-diensten .content-blocks-wrapper.background-red .grid .content-blocks-inner .content-block .article-button:hover .article-button__border path {
  stroke: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-red + .c-cta,
.page-template-template-diensten .content-blocks-wrapper.background-red + .c-cta {
  position: relative;
}
.page-template-template-front-page .content-blocks-wrapper.background-red + .c-cta:before,
.page-template-template-diensten .content-blocks-wrapper.background-red + .c-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #eb4f47;
  height: 90px;
  width: 100vw;
}
.page-template-template-front-page .content-blocks-wrapper.background-red.c-slides,
.page-template-template-diensten .content-blocks-wrapper.background-red.c-slides {
  margin-bottom: 0;
}
.page-template-template-front-page .content-blocks-wrapper.background-red.c-slides--case .c-slide > a,
.page-template-template-diensten .content-blocks-wrapper.background-red.c-slides--case .c-slide > a {
  background-color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-red + .c-slides,
.page-template-template-diensten .content-blocks-wrapper.background-red + .c-slides {
  padding-top: 40px;
}
.page-template-template-front-page .content-blocks-wrapper.background-gray,
.page-template-template-diensten .content-blocks-wrapper.background-gray {
  background-color: #f7f7f7;
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-gray + .c-cta,
.page-template-template-diensten .content-blocks-wrapper.background-gray + .c-cta {
  position: relative;
}
.page-template-template-front-page .content-blocks-wrapper.background-gray + .c-cta:before,
.page-template-template-diensten .content-blocks-wrapper.background-gray + .c-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #f7f7f7;
  height: 90px;
  width: 100vw;
}
.page-template-template-front-page .content-blocks-wrapper.background-gray.c-slides,
.page-template-template-diensten .content-blocks-wrapper.background-gray.c-slides {
  margin-bottom: 0;
}
.page-template-template-front-page .content-blocks-wrapper.background-gray.c-slides--case .c-slide > a,
.page-template-template-diensten .content-blocks-wrapper.background-gray.c-slides--case .c-slide > a {
  background-color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-black,
.page-template-template-diensten .content-blocks-wrapper.background-black {
  background-color: #292929;
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-black h2,
.page-template-template-diensten .content-blocks-wrapper.background-black h2,
.page-template-template-front-page .content-blocks-wrapper.background-black p,
.page-template-template-diensten .content-blocks-wrapper.background-black p {
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-black h2::after,
.page-template-template-diensten .content-blocks-wrapper.background-black h2::after {
  background-color: #B41616;
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .editor ul li,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .editor ul li {
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .editor ul li:before,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .editor ul li:before {
  background-color: #eb4f47;
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button {
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button .article-button__icon svg path,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button .article-button__icon svg path {
  fill: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button .article-button__border path,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button .article-button__border path {
  stroke: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:before,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:before {
  background: #eb4f47;
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:hover,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:hover {
  color: white;
  transform: translateX(0);
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:hover:before,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:hover:before {
  transform: translateX(0);
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:hover .article-button__icon svg path,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:hover .article-button__icon svg path {
  fill: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:hover .article-button__border path,
.page-template-template-diensten .content-blocks-wrapper.background-black .grid .content-blocks-inner .content-block .article-button:hover .article-button__border path {
  stroke: white;
}
.page-template-template-front-page .content-blocks-wrapper.background-black.c-slides,
.page-template-template-diensten .content-blocks-wrapper.background-black.c-slides {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.page-template-template-front-page .content-blocks-wrapper.background-black.c-slides .slick-arrow,
.page-template-template-diensten .content-blocks-wrapper.background-black.c-slides .slick-arrow {
  bottom: 40px;
  background-color: #eb4f47;
}
.page-template-template-front-page .content-blocks-wrapper.background-black.c-slides--case .slick-arrow,
.page-template-template-diensten .content-blocks-wrapper.background-black.c-slides--case .slick-arrow {
  bottom: 0;
}
.page-template-template-front-page .content-blocks-wrapper.background-black + .c-slides,
.page-template-template-diensten .content-blocks-wrapper.background-black + .c-slides {
  padding-top: 40px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides,
.page-template-template-diensten .content-blocks-wrapper.c-slides {
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides h5,
.page-template-template-diensten .content-blocks-wrapper.c-slides h5 {
  padding-bottom: 40px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider {
  height: 500px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .slick-list,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide {
  height: 500px;
  position: relative;
  padding: 40px;
  margin: 0 8px;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide:before,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #eb4f47;
  opacity: 0.95;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--black:before,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--black:before {
  background-color: #292929;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--black .c-slide__link svg path,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--black .c-slide__link svg path {
  fill: #292929;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--black .c-slide__link:hover,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--black .c-slide__link:hover {
  background-color: #292929;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--black .c-slide__link:hover svg path,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--black .c-slide__link:hover svg path {
  fill: white;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__title,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__title {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  padding-bottom: 24px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__title--sub,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__title--sub {
  padding-bottom: 0;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__content,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__content {
  margin-bottom: 24px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__content,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__content,
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__content p,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__content p,
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__title,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__title {
  position: relative;
  z-index: 1;
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__content--sub,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__content--sub,
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__content p--sub,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__content p--sub,
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__title--sub,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__title--sub {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.4);
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__link,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__link {
  background-color: white;
  height: 50px;
  width: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  transition: background-color 0.3s ease-in-out;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__link svg path,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__link svg path {
  fill: #eb4f47;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__link:hover,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__link:hover {
  background-color: #eb4f47;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide__link:hover svg path,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide__link:hover svg path {
  fill: white;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide:hover,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide:hover {
  cursor: pointer;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide:hover:before,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide:hover:before {
  opacity: 0.7;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--logo,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--logo {
  overflow: hidden;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--logo .c-slide__logo,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--logo .c-slide__logo {
  position: relative;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.2s;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--logo .c-slide__logo img,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--logo .c-slide__logo img {
  max-width: 100%;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--logo .c-slide__content,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--logo .c-slide__content {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-bottom: 0;
  transition-delay: 0s;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--logo .c-slide__link,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--logo .c-slide__link {
  margin-bottom: 24px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--logo:hover .c-slide__content,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--logo:hover .c-slide__content {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  margin-bottom: 24px;
  transition-delay: 0.2s;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider .c-slide--logo:hover .c-slide__logo,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider .c-slide--logo:hover .c-slide__logo {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition-delay: 0s;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider__prev,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider__prev,
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider__next,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider__next {
  position: absolute;
  bottom: 0;
  background-color: #292929;
  height: 50px;
  width: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  transition: background-color 0.3s ease-in-out;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider__prev:hover,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider__prev:hover,
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider__next:hover,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider__next:hover {
  background-color: #eb4f47;
  cursor: pointer;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider__prev.slick-disabled,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider__prev.slick-disabled,
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider__next.slick-disabled,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider__next.slick-disabled {
  background-color: #c9c9c9;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .c-slider__next,
.page-template-template-diensten .content-blocks-wrapper.c-slides .c-slider__next {
  transform: translateX(115%);
}
.page-template-template-front-page .content-blocks-wrapper.c-slides .grid .content-blocks-inner .content-block,
.page-template-template-diensten .content-blocks-wrapper.c-slides .grid .content-blocks-inner .content-block {
  padding: 0 0 80px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case {
  padding: 80px 0;
  margin-bottom: 0;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .grid .content-blocks-inner .content-block,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .grid .content-blocks-inner .content-block {
  padding: 0;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider {
  height: auto;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide {
  padding: 16px;
  height: auto;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide:before,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide:before {
  display: none;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner {
  position: relative;
  display: table;
  border: 1px solid #efefef;
  padding: 60px 20px;
  min-height: 246px;
  width: 100%;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .logo-wrapper,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .logo-wrapper {
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .logo-wrapper .logo-container img,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .logo-wrapper .logo-container img {
  width: 100%;
  height: auto;
  max-height: 125px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .view-case,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .view-case {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  color: #B4B4B4;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  left: 0px;
  width: 100%;
  transform: translateY(5px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .title,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .title {
  display: inline-block;
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  text-align: center !important;
  font-size: 14px;
  background-color: #eb4f47;
  color: #ffffff;
  height: 44px;
  width: 100px;
  padding: 15px 0px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .result,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .result {
  position: relative;
  display: inline-block;
  float: right;
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #494949;
  color: #ffffff;
  width: calc(100% - 100px);
  padding: 11px 20px;
  height: auto;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .result:before,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .result:before {
  content: "";
  position: absolute;
  background-image: url('/wp-content/themes/markant/static/images/results-arrow.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  width: 11px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .result .result-text,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .result .result-text {
  padding-left: 25px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .result .result-text strong,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner .results-wrapper .result .result-text strong {
  font-size: 24px;
  padding-right: 5px;
}
.page-template-template-front-page .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner:hover .results-wrapper,
.page-template-template-diensten .content-blocks-wrapper.c-slides--case .c-slider .c-slide .case-block-inner:hover .results-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.page-template-template-front-page .content-blocks-wrapper.c-cta.c-cta--has-background,
.page-template-template-diensten .content-blocks-wrapper.c-cta.c-cta--has-background {
  margin-bottom: 100px;
  background-position: center;
  background-size: cover;
}
.page-template-template-front-page .content-blocks-wrapper.c-cta.c-cta--has-background .grid .content-blocks-inner .content-block,
.page-template-template-diensten .content-blocks-wrapper.c-cta.c-cta--has-background .grid .content-blocks-inner .content-block {
  padding-top: 200px;
  padding-bottom: 0;
}
.page-template-template-front-page .content-blocks-wrapper.c-cta.c-cta--has-background .grid .content-blocks-inner .content-block .c-cta__content,
.page-template-template-diensten .content-blocks-wrapper.c-cta.c-cta--has-background .grid .content-blocks-inner .content-block .c-cta__content {
  position: relative;
  top: 60px;
}
.page-template-template-front-page .content-blocks-wrapper.c-cta.c-cta--has-background + .c-image-left .grid .content-blocks-inner .content-block .c-image:after,
.page-template-template-diensten .content-blocks-wrapper.c-cta.c-cta--has-background + .c-image-left .grid .content-blocks-inner .content-block .c-image:after {
  top: 0;
  left: 0;
  transform: translateY(calc(-50% - 200px)) translateX(-50%);
  background-image: url('/wp-content/themes/markant/static/images/svg/polygon_white_red.svg');
}
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block {
  padding: 0;
}
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content {
  position: relative;
  background-color: #292929;
  padding: 56px 80px;
  text-align: center;
  z-index: 1;
}
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content .c-cta__employee,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content .c-cta__employee {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
  height: 96px;
  width: 84px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
}
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content .c-cta__employee img,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content .c-cta__employee img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content .c-cta__employee img,
  .page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content .c-cta__employee img {
    border-radius: 50%;
  }
}
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content h2,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content h2,
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content p,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content p {
  color: white;
}
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content h2,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content h2 {
  font-family: 'Lato Black', sans-serif;
  font-weight: 900;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content h2:after,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content h2:after {
  display: none;
}
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content a.button,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content a.button {
  background-color: #fd3d3d;
  border-color: #fd3d3d;
}
.page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content a.button:hover,
.page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content a.button:hover {
  background-color: #7a1414;
  border-color: #7a1414;
}
@media only screen and (max-width: 565px) {
  .page-template-template-front-page .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content,
  .page-template-template-diensten .content-blocks-wrapper.c-cta .grid .content-blocks-inner .content-block .c-cta__content {
    padding: 60px 24px 24px;
  }
}
.page-template-template-front-page .content-blocks-wrapper.c-image-full,
.page-template-template-diensten .content-blocks-wrapper.c-image-full {
  position: relative;
  z-index: 1;
}
.page-template-template-front-page .content-blocks-wrapper.c-image-full .grid .content-blocks-inner,
.page-template-template-diensten .content-blocks-wrapper.c-image-full .grid .content-blocks-inner {
  margin-left: calc(-100vw /2 + 100%/ 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.page-template-template-front-page .content-blocks-wrapper.c-image-full .grid .content-blocks-inner .content-block,
.page-template-template-diensten .content-blocks-wrapper.c-image-full .grid .content-blocks-inner .content-block {
  padding: 0;
}
.page-template-template-front-page .content-blocks-wrapper.c-image-full .grid .content-blocks-inner .content-block .c-image img,
.page-template-template-diensten .content-blocks-wrapper.c-image-full .grid .content-blocks-inner .content-block .c-image img {
  object-fit: cover;
  width: 100%;
  max-height: 570px;
}
.page-template-template-front-page .content-blocks-wrapper.c-image-full + .c-cta,
.page-template-template-diensten .content-blocks-wrapper.c-image-full + .c-cta {
  position: relative;
  top: -80px;
}
.page-template-template-front-page .content-blocks-wrapper.c-image-left .grid .content-blocks-inner .content-block .c-image:after,
.page-template-template-diensten .content-blocks-wrapper.c-image-left .grid .content-blocks-inner .content-block .c-image:after {
  left: 0;
  transform: translateY(0) translateX(-50%);
}
.page-template-template-front-page .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .content-inner,
.page-template-template-diensten .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .content-inner,
.page-template-template-front-page .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .c-cta__content,
.page-template-template-diensten .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .c-cta__content {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-front-page .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .content-inner h2,
.page-template-template-diensten .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .content-inner h2,
.page-template-template-front-page .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .c-cta__content h2,
.page-template-template-diensten .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .c-cta__content h2 {
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-front-page .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .content-inner h2:after,
.page-template-template-diensten .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .content-inner h2:after,
.page-template-template-front-page .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .c-cta__content h2:after,
.page-template-template-diensten .content-blocks-wrapper .grid.align-center .content-blocks-inner .content-block .c-cta__content h2:after {
  left: calc(50% - 25px);
}
.page-template-template-front-page .content-blocks-wrapper .grid.align-right .content-blocks-inner .content-block .content-inner,
.page-template-template-diensten .content-blocks-wrapper .grid.align-right .content-blocks-inner .content-block .content-inner,
.page-template-template-front-page .content-blocks-wrapper .grid.align-right .content-blocks-inner .content-block .c-cta__content,
.page-template-template-diensten .content-blocks-wrapper .grid.align-right .content-blocks-inner .content-block .c-cta__content {
  float: right;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner h2,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner h2 {
  max-width: 35%;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner.column-left,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner.column-left {
  padding-right: 35px;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner.column-right,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner.column-right {
  padding-left: 35px;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block {
  padding: 80px 0;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block h1:before,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block h1:before,
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block h2:before,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block h2:before {
  display: none;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block h2,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 32px;
  max-width: 70%;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .c-image,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .c-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .c-image:after,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .c-image:after {
  position: absolute;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/svg/polygon_red.svg');
  background-size: 410px 472px;
  background-repeat: no-repeat;
  width: 410px;
  height: 472px;
  bottom: 0;
  right: 50%;
  transform: translateX(100%);
  mix-blend-mode: multiply;
  z-index: -1;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .c-image img,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .c-image img {
  height: auto;
  width: 75%;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .editor ul li,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .editor ul li {
  position: relative;
  margin: 0 0 18px;
  padding-left: 40px;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .editor ul li:before,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .editor ul li:before {
  content: "";
  display: block;
  background-color: #eb4f47;
  height: 16.4px;
  width: 14.3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .editor ul li:last-child,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .editor ul li:last-child {
  margin-bottom: 0;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  margin-top: 46px;
  color: #eb4f47;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  transform: translateX(-24px);
  margin-bottom: 24px;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button__icon-wrapper,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button__icon-wrapper {
  position: relative;
  width: 40px;
  margin-right: 24px;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button__icon,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button__icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button__icon svg,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button__icon svg {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button__icon svg path,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button__icon svg path {
  transition: all 0.2s ease-in-out;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button--border,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button--border {
  width: 40px;
  height: 47px;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button--border path,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button--border path {
  transition: all 0.2s ease-in-out;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button img,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button img {
  max-width: 20px;
  height: auto;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:before,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:before {
  position: absolute;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #eb4f47;
  transform: translateX(-101%);
  transition: all 0.3s ease-in-out;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:hover,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:hover {
  color: white;
  transform: translateX(0);
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:hover:before,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:hover:before {
  transform: translateX(0);
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:hover .article-button__icon svg path,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:hover .article-button__icon svg path {
  fill: white;
}
.page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:hover .article-button__border path,
.page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button:hover .article-button__border path {
  stroke: white;
}
.intro-content-wrapper {
  position: relative;
}
.intro-content-wrapper.standard {
  min-height: 500px;
}
.intro-content-wrapper .grid .intro-content-inner .content-left .mouse-down {
  display: inline-block;
  margin-top: 30px;
  margin-left: -15px;
}
.intro-content-wrapper .grid .intro-content-inner .content-left .mouse-down svg use {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .intro-content-wrapper .grid .intro-content-inner .content-left .mouse-down:hover svg use {
  fill: #8a150f;
}
body.desktop .intro-content-wrapper .grid .intro-content-inner .content-left .mouse-down.case-mouse-down:hover svg use {
  fill: #292929;
}
.intro-content-wrapper .grid .intro-content-inner .content-left form .row {
  padding: 10px 0px;
  margin: 0;
}
.intro-content-wrapper .grid .intro-content-inner .content-left form .row label {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.intro-content-wrapper .grid .intro-content-inner .content-left form .row label input[type="text"],
.intro-content-wrapper .grid .intro-content-inner .content-left form .row label input[type="email"],
.intro-content-wrapper .grid .intro-content-inner .content-left form .row label textarea {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-left: 20px;
  height: 50px;
  border: 1px solid #efefef;
  width: 100%;
  margin-top: 10px;
  background-position: top 10px right 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.intro-content-wrapper .grid .intro-content-inner .content-left form .row label textarea {
  resize: none;
  height: 200px;
  padding: 20px;
}
.intro-content-wrapper .grid .intro-content-inner .content-left form .row label .wpcf7-not-valid-tip {
  display: inline-block;
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #eb4f47;
  padding: 5px 0px;
}
.intro-content-wrapper .grid .intro-content-inner .content-left form .row label input[aria-required],
.intro-content-wrapper .grid .intro-content-inner .content-left form .row label textarea[aria-required] {
  background-image: url('/wp-content/themes/markant/static/images/form-bg.svg');
  background-repeat: no-repeat;
}
.intro-content-wrapper .grid .intro-content-inner .content-left form .row input[type="submit"] {
  cursor: pointer;
  border-radius: 0px;
  background-color: #eb4f47;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.intro-content-wrapper .grid .intro-content-inner .content-left form .row input[type="submit"]:hover {
  background-color: #8a150f;
}
.intro-content-wrapper .grid .intro-content-inner .content-left form .wpcf7-response-output {
  padding: 20px 0px;
  font-size: 15px;
}
.intro-content-wrapper .grid .intro-content-inner .content-left .screen-reader-response {
  display: none;
}
.intro-content-wrapper .grid .intro-content-inner .image-wrapper {
  position: absolute;
  right: 0px;
  top: -300px;
}
.intro-content-wrapper .grid .intro-content-inner .image-wrapper .image-inner {
  position: relative;
  z-index: 2;
}
.intro-content-wrapper .grid .intro-content-inner .image-wrapper .image-inner:before {
  position: absolute;
  content: "";
  z-index: 2;
  background-image: url('/wp-content/themes/markant/static/images/img-right-particles.svg');
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  height: 100%;
  top: -15px;
  left: -32px;
  mix-blend-mode: multiply;
}
.intro-content-wrapper .grid .intro-content-inner .image-wrapper.case-image {
  z-index: 5;
  background-image: url('/wp-content/themes/markant/static/images/macbook.svg');
  background-size: 650px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 650px;
  height: 1000px;
}
.intro-content-wrapper .grid .intro-content-inner .image-wrapper.case-image .image-inner {
  top: 320px;
  right: -300px;
  max-width: 300px;
}
.intro-content-wrapper .grid .intro-content-inner .image-wrapper.case-image .image-inner img {
  width: 300px;
  height: auto;
}
.intro-content-wrapper .grid .intro-content-inner .services {
  padding-left: 100px;
}
.intro-content-wrapper .grid .intro-content-inner .services > ul > li {
  text-align: center !important;
  padding: 10px 0px;
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.intro-content-wrapper .grid .intro-content-inner .services > ul > li > a {
  position: relative;
  display: inline-block;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #BFBFBF;
  border: 2px solid #efefef;
  padding: 10px;
  width: 295px;
  text-decoration: none;
}
.intro-content-wrapper .grid .intro-content-inner .services > ul > li > a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/case-arrow-right.png');
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
}
body.desktop .intro-content-wrapper .grid .intro-content-inner .services > ul > li:hover {
  transform: translateX(3px);
}
@media only screen and (max-width: 1620px) {
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper {
    right: -10%;
  }
}
@media only screen and (max-width: 1345px) {
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper {
    right: -20%;
  }
}
@media only screen and (max-width: 1170px) {
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper {
    right: -30%;
  }
  .page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-image--video,
  .page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-image--video {
    top: 35%;
  }
}
@media only screen and (max-width: 1024px) {
  .small-header-wrapper.news-article {
    margin-bottom: 220px;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-wrapper {
    max-height: 350px;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay {
    width: 90%;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .small-header-wrapper .small-header-inner.contact .grid > ul {
    position: absolute;
    z-index: 3;
  }
  .small-header-wrapper:after {
    z-index: 0;
    right: 0px;
  }
  .intro-content-wrapper .grid .intro-content-inner .content-left {
    width: 60%;
  }
  .intro-content-wrapper .grid .intro-content-inner .services {
    padding: 0px;
    margin-left: 30px;
  }
  .intro-content-wrapper .grid .intro-content-inner .services > ul > li {
    padding: 5px 0px;
  }
  .intro-content-wrapper .grid .intro-content-inner .services > ul > li > a {
    width: 100%;
  }
  .intro-content-wrapper .grid .intro-content-inner .services > ul > li > a:before {
    display: none;
  }
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper {
    right: -38%;
  }
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper.case-image {
    display: none;
  }
  .page-template-template-front-page .col-1-2,
  .page-template-template-diensten .col-1-2 {
    width: 100%;
  }
  .page-template-template-front-page .dienst-header-wrapper h1,
  .page-template-template-diensten .dienst-header-wrapper h1 {
    max-width: 100%;
  }
  .page-template-template-front-page .dienst-header-wrapper:after,
  .page-template-template-diensten .dienst-header-wrapper:after {
    display: none;
  }
  .page-template-template-front-page .dienst-header-wrapper .dienst-header-inner .dienst-header-image,
  .page-template-template-diensten .dienst-header-wrapper .dienst-header-inner .dienst-header-image {
    display: none;
  }
  .page-template-template-front-page .content-blocks-wrapper,
  .page-template-template-diensten .content-blocks-wrapper {
    padding-top: 0;
  }
  .page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block h2,
  .page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block h2 {
    max-width: 100%;
  }
  .page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .c-image,
  .page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .c-image {
    margin-bottom: 50px;
  }
  .page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button,
  .page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block .article-button {
    margin-top: 24px;
    margin-bottom: 48px;
  }
  .page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner h2,
  .page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner h2 {
    max-width: 100%;
  }
  .page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner.column-left,
  .page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner.column-left {
    padding-right: 0;
  }
  .page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner.column-right,
  .page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner.text-columns .content-block .content-inner.column-right {
    padding-left: 0;
  }
  .page-template-template-front-page .content-blocks-wrapper.c-image-full .grid .content-blocks-inner .content-block .c-image,
  .page-template-template-diensten .content-blocks-wrapper.c-image-full .grid .content-blocks-inner .content-block .c-image {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper {
    right: -50%;
  }
}
@media only screen and (max-width: 880px) {
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper {
    right: -60%;
  }
  .page-template-template-front-page .content-blocks-wrapper,
  .page-template-template-diensten .content-blocks-wrapper {
    padding-top: 0;
  }
  .page-template-template-front-page .content-blocks-wrapper .grid .content-blocks-inner .content-block,
  .page-template-template-diensten .content-blocks-wrapper .grid .content-blocks-inner .content-block {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .small-header-wrapper.news-article {
    margin-bottom: 130px;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-wrapper {
    max-height: 350px;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay {
    width: 90%;
    bottom: 20px;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .small-header-wrapper .small-header-inner.contact .grid > ul {
    position: absolute;
    z-index: 3;
  }
  .small-header-wrapper:after {
    z-index: 0;
    right: 0px;
  }
  .intro-content-wrapper .grid .intro-content-inner .content-left {
    width: 60%;
  }
  .intro-content-wrapper .grid .intro-content-inner .content-left.case-page {
    width: 100%;
  }
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper {
    right: -65%;
  }
}
@media only screen and (max-width: 745px) {
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper {
    right: -80%;
  }
}
@media only screen and (max-width: 665px) {
  .intro-content-wrapper .grid .intro-content-inner .image-wrapper {
    display: none;
  }
  .intro-content-wrapper .grid .intro-content-inner .content-left {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .small-header-wrapper {
    height: 100%;
  }
  .small-header-wrapper.news-article {
    margin-bottom: 30px !important;
    height: auto;
    background-color: #4E4E4C;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-bottom: 15px;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-wrapper:before {
    display: none;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay {
    position: relative;
    top: 0;
    width: 100%;
    color: #292929;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .title {
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .title:after {
    display: none;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .date {
    color: #ffffff;
    opacity: 0.8;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .author {
    color: #ffffff;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .author .name {
    color: #ffffff;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .image-overlay .author .date {
    color: #ffffff;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container:before {
    display: none;
  }
  .small-header-wrapper.news-article .main-image-wrapper .main-image-container .solliciteer-nu {
    position: relative !important;
    transform: none !important;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .small-header-wrapper.news-article.vacature {
    margin-bottom: 30px;
  }
  .small-header-wrapper.news-article.vacature .main-image-wrapper .main-image-container .image-wrapper {
    max-height: 250px;
    margin-bottom: 15px;
  }
  .small-header-wrapper .small-header-inner {
    padding: 15px 0px;
    padding-top: 0px;
  }
  .small-header-wrapper .small-header-inner.contact {
    padding-bottom: 10px;
  }
  .small-header-wrapper .small-header-inner.contact .grid > ul > li {
    padding: 5px 0px;
  }
  .small-header-wrapper .small-header-inner.contact .grid > ul > li svg {
    width: 14px;
  }
  .small-header-wrapper .small-header-inner.contact .grid > ul > li > a {
    display: inline-block;
    font-size: 16px;
    border: 2px solid #FF989C;
    border-radius: 4px;
    padding: 5px 10px;
  }
  .small-header-wrapper .small-header-inner.contact .grid > ul > li .tel svg {
    width: 13px;
    height: 14px;
  }
  .intro-content-wrapper .grid .intro-content-inner .services {
    width: 100%;
    margin-left: 0px;
    padding: 20px 0px;
  }
  .page-template-template-diensten .dienst-header-wrapper h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 8px;
  }
}
/* ********************
Dienst overzicht
******************** */
.service-blocks-wrapper {
  padding: 110px 0px;
}
.service-blocks-wrapper.academie .grid .service-blocks-inner .title-wrapper {
  padding: 0px 45px;
}
body.desktop .service-blocks-wrapper.academie .grid .service-blocks-inner .service-block .service-block-inner:hover {
  background-color: #ffffff;
}
body.desktop .service-blocks-wrapper.academie .grid .service-blocks-inner .service-block .service-block-inner:hover .icon-wrapper .big-icon svg g {
  fill: #FAFAFA;
}
body.desktop .service-blocks-wrapper.academie .grid .service-blocks-inner .service-block .service-block-inner:hover .icon-wrapper .big-icon .small-icon svg g {
  fill: #eb4f47;
}
body.desktop .service-blocks-wrapper.academie .grid .service-blocks-inner .service-block .service-block-inner:hover h4 {
  color: #292929;
}
body.desktop .service-blocks-wrapper.academie .grid .service-blocks-inner .service-block .service-block-inner:hover .summary p {
  color: #292929;
}
.service-blocks-wrapper .grid {
  padding: 0px;
}
.service-blocks-wrapper .grid .service-blocks-inner .title-wrapper {
  padding: 0px 45px;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block {
  display: inline-block;
  padding: 35px 40px;
  text-decoration: none;
  color: #292929;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 220px 35px 35px 35px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner .icon-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner .icon-wrapper .big-icon {
  position: relative;
  top: -60px;
  left: 10px;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner .icon-wrapper .big-icon svg {
  width: 250px;
  height: 250px;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner .icon-wrapper .big-icon svg g {
  fill: #FAFAFA;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner .icon-wrapper .big-icon .small-icon {
  position: absolute;
  top: 150px;
  left: 145px;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner .icon-wrapper .big-icon .small-icon svg {
  width: 70px;
  height: 70px;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner .icon-wrapper .big-icon .small-icon svg g {
  fill: #eb4f47;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner h4 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner .summary {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner:hover {
  background-color: #eb4f47;
}
body.desktop .service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner:hover .icon-wrapper .big-icon svg g {
  fill: #FF665E;
}
body.desktop .service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner:hover .icon-wrapper .big-icon .small-icon svg g {
  fill: #ffffff;
}
body.desktop .service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner:hover h4 {
  color: white;
}
body.desktop .service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner:hover .summary p {
  color: white;
}
@media only screen and (max-width: 1024px) {
  .service-blocks-wrapper {
    padding: 110px 0px 70px 0px;
  }
  .service-blocks-wrapper.academie .grid .service-blocks-inner .title-wrapper {
    padding: 10px;
  }
  .service-blocks-wrapper.academie .grid .service-blocks-inner .service-block {
    padding: 10px;
    width: 50%;
  }
  .service-blocks-wrapper .grid {
    padding: 0px 30px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner {
    padding: 0px 10px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner .title-wrapper {
    padding: 0px 20px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner .service-block {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .service-blocks-wrapper {
    padding: 110px 0px 70px 0px;
  }
  .service-blocks-wrapper.academie .grid .service-blocks-inner .title-wrapper {
    padding: 10px;
  }
  .service-blocks-wrapper.academie .grid .service-blocks-inner .service-block {
    padding: 10px;
    width: 50%;
  }
  .service-blocks-wrapper .grid {
    padding: 0px 10px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner .title-wrapper {
    padding: 0px 20px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner .service-block {
    padding: 10px;
  }
}
@media only screen and (max-width: 615px) {
  .service-blocks-wrapper .grid .service-blocks-inner .service-block {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .service-blocks-wrapper {
    padding: 110px 0px 30px 0px;
  }
  .service-blocks-wrapper.academie .grid .service-blocks-inner {
    padding: 0px;
  }
  .service-blocks-wrapper.academie .grid .service-blocks-inner .title-wrapper {
    padding: 0px;
    margin-bottom: 30px;
  }
  .service-blocks-wrapper.academie .grid .service-blocks-inner .service-block {
    width: 100%;
    padding: 10px 0px;
  }
  .service-blocks-wrapper.academie .grid .service-blocks-inner .service-block .service-block-inner {
    padding: 180px 20px 20px 20px;
  }
  .service-blocks-wrapper .grid {
    padding: 0px 20px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner {
    padding: 0px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner .title-wrapper {
    padding: 0px;
    margin-bottom: 30px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner .service-block {
    width: 100%;
    padding: 10px 0px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner {
    padding: 180px 20px 20px 20px;
  }
  .service-blocks-wrapper .grid .service-blocks-inner .service-block .service-block-inner .icon-wrapper {
    top: -10px;
    left: -30px;
  }
}
/* ********************
Dienst article
******************** */
.content-blocks-wrapper.case {
  padding-top: 100px;
}
.content-blocks-wrapper.academie .grid .content-blocks-inner .content-block {
  padding: 100px 0px;
}
.content-blocks-wrapper.academie .grid .content-blocks-inner .content-block .image-wrapper {
  float: right;
  display: table;
}
.content-blocks-wrapper.academie .grid .content-blocks-inner .content-block .image-wrapper .image-container {
  text-align: right !important;
  display: table-cell;
  vertical-align: middle;
}
.content-blocks-wrapper.academie .grid .content-blocks-inner .content-block .image-wrapper .image-container img {
  max-width: 350px;
  height: auto;
}
.content-blocks-wrapper.academie .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper {
  float: left;
  display: table;
}
.content-blocks-wrapper.academie .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper .image-container {
  text-align: left !important;
  display: table-cell;
  vertical-align: middle;
}
.content-blocks-wrapper.academie .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper .image-container img {
  max-width: 350px;
  height: auto;
}
.content-blocks-wrapper .grid .content-blocks-inner .content-block {
  padding: 100px 0px;
}
.content-blocks-wrapper .grid .content-blocks-inner .content-block .image-wrapper {
  display: table;
}
.content-blocks-wrapper .grid .content-blocks-inner .content-block .image-wrapper .image-container {
  text-align: left !important;
  display: table-cell;
  vertical-align: middle;
}
.content-blocks-wrapper .grid .content-blocks-inner .content-block .image-wrapper .image-container img {
  max-width: 350px;
  height: auto;
}
.content-blocks-wrapper .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper {
  float: right;
  display: table;
}
.content-blocks-wrapper .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper .image-container {
  text-align: right !important;
  display: table-cell;
  vertical-align: middle;
}
.content-blocks-wrapper .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper .image-container img {
  max-width: 350px;
}
body.desktop .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container .cta-content .button:hover {
  background-color: #292929;
  color: #ffffff;
  border-color: #292929;
}
.cta-block-wrapper .cta-block-inner {
  margin: 50px 0px;
}
.cta-block-wrapper .cta-block-inner .cta-block-container {
  position: relative;
  background: #eb4f47;
}
.cta-block-wrapper .cta-block-inner .cta-block-container .cta-content {
  padding: 60px 140px 60px 0px;
}
.cta-block-wrapper .cta-block-inner .cta-block-container .cta-content p {
  color: #ffffff;
  padding-bottom: 40px;
}
.cta-block-wrapper .cta-block-inner .cta-block-container .cta-content .button {
  color: #eb4f47;
}
.cta-block-wrapper .cta-block-inner .cta-block-container .cta-content .tel {
  margin-left: 10px;
}
.cta-block-wrapper .cta-block-inner .cta-block-container:before {
  position: absolute;
  content: "";
  height: 100%;
  background: #eb4f47;
  width: 1000px;
  left: -1000px;
}
.cta-block-wrapper .cta-block-inner .specialist-block {
  padding: 35px 0px 35px 90px;
}
.cta-block-wrapper .cta-block-inner .specialist-block h2 {
  margin-bottom: 40px;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li {
  display: inline-block;
  padding-right: 20px;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block {
  display: inline-block;
  text-decoration: none;
  color: #292929;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper {
  text-align: center !important;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 213px;
  float: left;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper {
  display: table;
  padding-bottom: 50px;
  width: 100%;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container {
  position: relative;
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .socials {
  position: absolute;
  top: 40px;
  right: 82px;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .socials .base-svg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .socials .mail {
  position: absolute;
  left: 28px;
}
body.desktop .cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .socials .mail:hover .base-svg {
  fill: #292929;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .socials .linkedin {
  position: absolute;
  top: 45px;
}
body.desktop .cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .socials .linkedin:hover .base-svg {
  fill: #292929;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container img {
  width: 90px;
  height: auto;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper h4 {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #494949;
  padding-bottom: 0px;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper .functie {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  padding: 10px 0px;
  font-size: 18px;
  color: #494949;
}
.cta-block-wrapper .cta-block-inner .specialist-block > ul > li:last-child {
  padding-right: 0px;
}
@media only screen and (max-width: 1267px) {
  .cta-block-wrapper .cta-block-inner .specialist-block > ul > li {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1227px) {
  .cta-block-wrapper .cta-block-inner .specialist-block {
    padding: 35px 0px 35px 30px;
  }
}
@media only screen and (max-width: 1107px) {
  .cta-block-wrapper .cta-block-inner .specialist-block {
    padding: 35px 0px 35px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-blocks-wrapper {
    padding-top: 80px;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block {
    padding: 80px 0px;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block .image-wrapper .image-container {
    padding: 30px;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block .image-wrapper .image-container img {
    max-width: 100%;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper .image-container img {
    max-width: 100%;
  }
  .content-blocks-wrapper.case {
    padding-top: 30px;
  }
  .content-blocks-wrapper.case .grid .content-blocks-inner .content-block {
    padding: 60px 0px;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block {
    padding: 80px 0px;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block .image-wrapper .image-container {
    padding: 30px;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block .image-wrapper .image-container img {
    max-width: 100%;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper .image-container img {
    max-width: 100%;
  }
  .cta-block-wrapper.case .cta-block-inner .grid {
    padding: 0px;
  }
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container {
    width: 47%;
  }
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container .cta-content {
    padding: 60px;
  }
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container .cta-content .button {
    width: 100%;
    margin-left: 0px;
    margin: 5px 0px;
  }
  .cta-block-wrapper .cta-block-inner .grid {
    padding: 0px;
  }
  .cta-block-wrapper .cta-block-inner .grid .cta-block-container {
    width: 100%;
  }
  .cta-block-wrapper .cta-block-inner .grid .cta-block-container .cta-content {
    padding: 60px;
  }
  .cta-block-wrapper .cta-block-inner .grid .specialist-block {
    padding: 50px 0px 50px 31px;
    width: 53%;
  }
  .cta-block-wrapper .cta-block-inner .grid .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .image-responsive-wrapper {
    position: relative;
    display: inline-block;
  }
  .cta-block-wrapper .cta-block-inner .grid .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .image-responsive-wrapper .socials {
    top: 45%;
    right: 21%;
  }
  .cta-block-wrapper .cta-block-inner .grid .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .image-responsive-wrapper .socials .mail {
    left: -20px;
    top: 51px;
  }
  .cta-block-wrapper .cta-block-inner .grid .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .image-responsive-wrapper .socials .linkedin {
    top: 51px;
    right: 31px;
  }
}
@media only screen and (max-width: 971px) {
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container {
    width: 100%;
  }
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container .cta-content {
    padding: 40px 30px;
  }
  .cta-block-wrapper.case .cta-block-inner .specialist-block {
    padding: 50px 20px;
    width: 100%;
  }
  .cta-block-wrapper .cta-block-inner .grid .cta-block-container .cta-content {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .content-blocks-wrapper .grid .content-blocks-inner .content-block {
    padding: 80px 0px;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block .image-wrapper .image-container {
    padding: 30px;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block .image-wrapper .image-container img {
    max-width: 100%;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper .image-container img {
    max-width: 100%;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block {
    padding: 80px 0px;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block .image-wrapper .image-container {
    padding: 30px;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block .image-wrapper .image-container img {
    max-width: 100%;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block:nth-child(even) .image-wrapper .image-container img {
    max-width: 100%;
  }
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container .cta-content .button {
    width: 200px;
    margin: 0px;
  }
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container .cta-content .tel {
    margin-left: 10px;
  }
  .cta-block-wrapper .cta-block-inner .grid {
    padding: 0px;
  }
  .cta-block-wrapper .cta-block-inner .grid .cta-block-container {
    width: 100%;
  }
  .cta-block-wrapper .cta-block-inner .grid .cta-block-container .cta-content {
    padding: 60px 20px;
  }
  .cta-block-wrapper .cta-block-inner .grid .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .image-responsive-wrapper {
    position: relative;
    display: inline-block;
  }
  .cta-block-wrapper .cta-block-inner .grid .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .image-responsive-wrapper .socials {
    top: 45%;
    right: 21%;
  }
  .cta-block-wrapper .cta-block-inner .grid .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .image-responsive-wrapper .socials .mail {
    left: -20px;
    top: 51px;
  }
  .cta-block-wrapper .cta-block-inner .grid .specialist-block > ul > li .employer-block .employer-wrapper .image-wrapper .image-container .image-responsive-wrapper .socials .linkedin {
    top: 51px;
    right: 31px;
  }
}
@media only screen and (max-width: 665px) {
  .intro-content-wrapper .grid .intro-content-inner .services {
    padding: 10px 0px;
    margin-left: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .content-blocks-wrapper {
    padding-top: 0px;
  }
  .content-blocks-wrapper.case {
    padding-top: 0px;
  }
  .content-blocks-wrapper.case .grid .content-blocks-inner .content-block {
    padding: 10px 0px;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block {
    padding: 10px 0px;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block .image-wrapper {
    float: none;
    width: 100%;
  }
  .content-blocks-wrapper.academie .grid .content-blocks-inner .content-block .content-inner {
    width: 100%;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block {
    padding: 10px 0px;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block .image-wrapper {
    float: none;
    width: 100%;
  }
  .content-blocks-wrapper .grid .content-blocks-inner .content-block .content-inner {
    width: 100%;
  }
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container {
    width: 100%;
  }
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container .cta-content {
    padding: 35px 20px;
  }
  .cta-block-wrapper.case .cta-block-inner .grid .cta-block-container .cta-content .tel {
    margin-left: 0px;
    margin-top: 10px;
  }
  .cta-block-wrapper.case .cta-block-inner .specialist-block {
    padding: 50px 20px;
    width: 100%;
  }
  .cta-block-wrapper .cta-block-inner .grid .cta-block-container .cta-content {
    padding: 35px 20px;
  }
  .cta-block-wrapper .cta-block-inner .grid .cta-block-container .cta-content .tel {
    margin-left: 0px;
    margin-top: 10px;
  }
  .cta-block-wrapper .cta-block-inner .specialist-block > ul > li .employer-block .employer-wrapper {
    width: 200px;
  }
}
@media only screen and (max-width: 443px) {
  .cta-block-wrapper .cta-block-inner .specialist-block > ul > li {
    text-align: center !important;
    width: 100%;
    padding: 10px 0px;
  }
}
/* ********************
Over ons
******************** */
.employer-blocks-wrapper {
  padding: 96px 0;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .about-employee__image-card {
  min-height: 0;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .about-employee__name {
  margin-bottom: 16px;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .about-employee__info {
  padding: 0;
  padding-top: 24px;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .title-wrapper {
  padding: 0px 45px;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block {
  display: inline-block;
  padding: 35px 40px;
  text-decoration: none;
  color: #292929;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 35px;
  transform: translateY(3px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper {
  display: table;
  width: 100%;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container {
  position: relative;
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
  position: absolute;
  top: 0px;
  top: 86px;
  right: 87px;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials .base-svg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials .mail {
  position: absolute;
  left: 28px;
}
body.desktop .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials .mail:hover .base-svg {
  fill: #8a150f;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials .linkedin {
  position: absolute;
  top: 45px;
}
body.desktop .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials .linkedin:hover .base-svg {
  fill: #8a150f;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container img {
  width: 143px;
  height: 143px;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper h4 {
  padding: 25px 0px 10px 0px;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper p {
  padding: 25px 0px;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .functie {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  padding: 10px 0px;
  font-size: 18px;
  color: #eb4f47;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job {
  color: #ffffff;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper {
  display: inline-block;
  background-color: #292929;
  padding: 220px 35px 35px 35px;
  transform: translateY(3px);
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .icon-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .icon-wrapper .big-icon {
  position: relative;
  top: -60px;
  left: 0px;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .icon-wrapper .big-icon svg {
  fill-opacity: 0.05;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .icon-wrapper .big-icon svg g {
  fill: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .icon-wrapper .big-icon .small-icon {
  position: absolute;
  top: 150px;
  left: 45%;
  transform: translate(-50%, 0%);
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .icon-wrapper .big-icon .small-icon svg {
  fill-opacity: 1;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .icon-wrapper .big-icon .small-icon svg g {
  fill: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .functie {
  color: #ffffff;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper h4 {
  color: #ffffff;
}
.employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .content {
  color: #ffffff;
}
body.desktop .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper:hover {
  transform: translateY(0px);
}
.certificate-block {
  padding-top: 200px;
  padding-bottom: 65px;
  background: #f7f7f7;
  padding: 80px 0;
}
.certificate-block .grid .certificate-block-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -16px;
}
.certificate-block .grid .certificate-block-wrapper .certificate-container {
  display: inline-block;
  padding: 32px 16px;
}
.certificate-block .grid .certificate-block-wrapper .certificate-container .certificate-block {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 35px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.certificate-block .grid .certificate-block-wrapper .certificate-container .certificate-block .image-wrapper {
  display: table;
  width: 100%;
}
.certificate-block .grid .certificate-block-wrapper .certificate-container .certificate-block .image-wrapper .image-container {
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1390px) {
  .content-block-wrapper.about-us .block-image {
    left: -35%;
  }
}
@media only screen and (max-width: 1300px) {
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
    right: 31%;
  }
  .content-block-wrapper.about-us .block-image {
    left: -40%;
  }
}
@media only screen and (max-width: 1270px) {
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
    right: 27%;
  }
}
@media only screen and (max-width: 1215px) {
  .content-block-wrapper.about-us .block-image {
    left: -45%;
  }
}
@media only screen and (max-width: 1130px) {
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
    right: 23%;
  }
}
@media only screen and (max-width: 1100px) {
  .content-block-wrapper.about-us .block-image {
    left: -50%;
  }
}
@media only screen and (max-width: 1024px) {
  .employer-blocks-wrapper {
    padding-top: 0;
  }
  .employer-blocks-wrapper .grid {
    padding: 0px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner {
    padding: 0px 30px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .title-wrapper {
    padding: 0px 10px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block {
    padding: 10px 10px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper {
    padding: 20px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
    right: 29%;
  }
  .content-block-wrapper.about-us {
    padding-top: 150px;
  }
  .content-block-wrapper.about-us .block-image {
    top: 40px;
    left: -52%;
  }
  .content-block-wrapper.about-us .grid .content-block {
    padding-left: 20px;
    padding-right: 0px;
  }
  .certificate-block .grid .title-wrapper {
    padding: 0px 10px;
  }
  .certificate-block .grid .certificate-block-wrapper {
    margin-left: 0;
  }
  .certificate-block .grid .certificate-block-wrapper .certificate-container {
    padding: 24px 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
    right: 28%;
  }
}
@media only screen and (max-width: 975px) {
  .content-block-wrapper.about-us .block-image {
    left: -55%;
  }
}
@media only screen and (max-width: 950px) {
  .employer-blocks-wrapper .grid {
    padding: 0px 30px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner {
    padding: 0px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block {
    width: 50%;
    padding: 10px 10px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .icon-wrapper .big-icon {
    left: -46px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
    right: 28%;
  }
}
@media only screen and (max-width: 930px) {
  .content-block-wrapper.about-us .block-image {
    left: -60%;
  }
}
@media only screen and (max-width: 890px) {
  .content-block-wrapper.about-us .block-image {
    left: -65%;
  }
}
@media only screen and (max-width: 860px) {
  .certificate-block .grid .certificate-block-wrapper .certificate-container .certificate-block {
    padding: 15px;
  }
  .certificate-block .grid .certificate-block-wrapper .certificate-container .certificate-block .image-wrapper .image-container img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 830px) {
  .content-block-wrapper.about-us .block-image {
    left: -70%;
  }
}
@media only screen and (max-width: 768px) {
  .employer-blocks-wrapper {
    padding: 0 0 64px 0;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
    right: 31%;
  }
  .content-block-wrapper.about-us {
    padding-top: 150px;
  }
  .content-block-wrapper.about-us .block-image {
    top: 40px;
    left: -76%;
  }
  .content-block-wrapper.about-us .grid .content-block {
    padding-left: 20px;
    padding-right: 0px;
  }
  .certificate-block .grid .title-wrapper {
    padding: 0px 5px;
  }
  .certificate-block .grid .certificate-block-wrapper .certificate-container {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 745px) {
  .content-block-wrapper.about-us .block-image {
    left: -80%;
  }
}
@media only screen and (max-width: 720px) {
  .content-block-wrapper.about-us .block-image {
    left: -85%;
  }
}
@media only screen and (max-width: 665px) {
  .content-block-wrapper.about-us .block-image {
    display: none;
  }
  .content-block-wrapper.about-us .grid .content-block {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 690px) {
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container img {
    width: 120px;
    height: auto;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
    top: 65px;
    right: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .employer-blocks-wrapper .grid {
    padding: 0px 20px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner {
    padding: 0px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .title-wrapper {
    padding: 0px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block {
    width: 100%;
    padding: 10px 0px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block.job .employer-wrapper .icon-wrapper .big-icon {
    left: -46px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .employer-block .employer-wrapper .image-wrapper .image-container .socials {
    right: 29%;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .about-employee__image-card {
    max-height: 200px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .about-employee__name {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .about-employee__chevron {
    display: none;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .about-employee__function {
    font-size: 14px;
  }
  .employer-blocks-wrapper .grid .employer-blocks-inner .about-employee__info {
    min-height: 0;
  }
  .content-block-wrapper.about-us {
    padding-top: 80px;
  }
  .content-block-wrapper.about-us .grid .content-block {
    width: 100%;
    padding-left: 0px;
  }
  .certificate-block {
    padding-top: 80px;
  }
  .certificate-block .grid .certificate-block-wrapper .certificate-container {
    width: 100%;
  }
}
/* ********************
Blog overzicht
******************** */
.filter .grid {
  padding: 0px 30px;
}
.filter .grid .controls .switch {
  display: inline-block;
  width: auto;
}
.filter .grid .controls .switch input {
  display: none;
}
.filter .grid .controls .switch.tag {
  position: relative;
  padding: 0px 10px;
}
.filter .grid .controls .switch.tag .check {
  position: relative;
  height: 38px;
  background: none;
  margin-right: 0;
  border: 1px solid #DADADA;
  cursor: pointer;
}
body.desktop .filter .grid .controls .switch.tag .check:hover p {
  color: #eb4f47;
}
.filter .grid .controls .switch.tag p {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  line-height: 38px;
  padding: 0px 15px;
  border: 0px;
  font-size: 15px;
}
.filter .grid .controls .switch.tag input:checked + .check {
  border: 0px;
}
.filter .grid .controls .switch.tag input:checked + .check:before {
  background: white;
}
.filter .grid .controls .switch.tag input:checked + .check:after {
  opacity: 1;
}
.filter .grid .controls .switch.tag input:checked + .check p {
  color: #ffffff;
  background-color: #494949;
}
body.desktop .filter .grid .controls .switch.tag input:checked + .check:hover p {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .filter .grid {
    padding: 0px 30px;
  }
  .filter .grid .controls .switch.tag {
    padding: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .filter {
    margin-top: -48px;
  }
  .filter .grid .controls .switch.tag {
    padding: 4px;
  }
  .filter .grid .controls .switch.tag p {
    font-size: 14px;
    padding: 0 8px;
  }
}
/* ********************
News article
******************** */
.article-content-wrapper .grid .news-article-container {
  border-bottom: 1px solid #efefef;
  padding-bottom: 75px;
  margin-bottom: 50x;
}
.article-content-wrapper .grid .news-article-container .news-article-content {
  width: 75%;
  margin: 0 auto;
}
.article-content-wrapper .grid .news-article-container .news-article-content h3,
.article-content-wrapper .grid .news-article-container .news-article-content h2 {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 31px;
}
.article-content-wrapper .grid .news-article-container .news-article-content h2 {
  margin-bottom: 0px;
}
.article-content-wrapper .grid .news-article-container .news-article-content h2:before {
  display: none;
}
.article-content-wrapper .grid .news-article-container .news-article-content h2:after {
  display: none;
}
.article-content-wrapper .grid .bottom-info-wrapper {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 50px 0px;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper {
  padding: 20px 0px;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container {
  display: inline-block;
  border: 1px solid #efefef;
  padding: 50px;
  width: 100%;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper {
  width: 100%;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container {
  position: relative;
  float: left;
  width: 200px;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container .socials {
  position: absolute;
  top: 0px;
  top: 86px;
  left: 125px;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container .socials .base-svg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container .socials .mail {
  position: absolute;
  left: 28px;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container .socials .mail:hover .base-svg {
  fill: #292929;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container .socials .linkedin {
  position: absolute;
  top: 45px;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container .socials .linkedin:hover .base-svg {
  fill: #292929;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container img {
  width: 150px;
  height: 150px;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .info-wrapper {
  display: inline-block;
  width: calc(100% - 200px);
  padding-left: 50px;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .info-wrapper .name {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 26px;
  padding-bottom: 20px;
}
.article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .info-wrapper .function {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  color: #eb4f47;
  font-size: 18px;
  padding-bottom: 20px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info {
  padding: 0px 35px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info:last-child {
  padding-right: 0px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info > ul {
  padding: 20px 0px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info > ul > li {
  display: inline-block;
  transform: translateY(3px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: auto !important;
}
body.desktop .article-content-wrapper .grid .bottom-info-wrapper .bottom-info > ul > li:hover {
  transform: translateY(0px);
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info {
  /*
					h2								{ .roboto-medium; font-size: 19px; color: @black; margin-bottom: 20px; padding-bottom: 0px;
						&:before					{ .none; }
						&:after						{ .none; }
					}
*/
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info:last-child {
  padding-right: inherit;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner {
  background-color: #eb4f47;
  padding: 70px 70px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro {
  position: relative;
  color: white;
  font-size: 20px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro .vacature-open {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  text-align: center !important;
  display: inline-block;
  padding: 16px 20px;
  background-color: #292929;
  font-size: 18px;
  width: 201px;
  height: 54px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #292929;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  /*
									&.open					{ background-color: transparent; color: darken(@red, 30%); border: 2px solid darken(@red, 30%);
										span				{
											svg				{ transform: rotate(-180deg); }
										}
									}
*/
  /*
									.btn-text				{ padding-left: 0px; }
									span					{ padding-left: 30px;
										svg					{ .transition(all .2s ease-in-out);}
									}
*/
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro .vacature-open .btn-text {
  position: absolute;
  width: 110px;
  left: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro .vacature-open span:not(.btn-text) {
  position: absolute;
  right: 20px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro .vacature-open span:not(.btn-text) svg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro .vacature-open.open {
  width: 54px;
  overflow: hidden;
  background-color: #8a150f;
  border: 2px solid #8a150f;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro .vacature-open.open .btn-text {
  opacity: 0;
  visibility: hidden;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro .vacature-open.open span {
  padding-left: 0px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro .vacature-open.open span svg {
  transform: rotate(-180deg);
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .vacature-form-intro .vacature-open:hover {
  background-color: #8a150f;
  border-color: #8a150f;
  color: #ffffff !important;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .hidden-form {
  margin-top: 70px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .row-form {
  margin-bottom: 50px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .row-form.first {
  line-height: 42px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .row-form.last-line {
  margin-bottom: 80px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 p {
  color: white;
  line-height: 55px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 p.no-margin {
  margin-bottom: 0px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .vacature-button {
  text-align: left !important;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .wpcf7-form-control-wrap {
  padding-right: 10px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .screen-reader-response,
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .wpcf7-validation-errors {
  display: inline-block !important;
  background-color: #a52922;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  width: auto;
  color: white;
  margin-top: 30px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .wpcf7-mail-sent-ok {
  display: inline-block !important;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  width: auto;
  margin-top: 30px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="text"],
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="email"],
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="file"],
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 textarea {
  text-align: center !important;
  width: 47%;
  background-color: #d63c34;
  border: 0px;
  border-radius: 0px;
  border-bottom: none;
  padding: 10px;
  color: #5c0e0a;
  font-size: 17px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="text"]::placeholder,
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="email"]::placeholder,
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="file"]::placeholder,
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 textarea::placeholder {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-transform: uppercase;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 textarea {
  max-width: 100%;
  resize: none;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="file"] {
  font-size: 11px;
  text-transform: uppercase;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .drinken {
  position: relative;
  padding: 0px 10px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .drinken:after {
  position: absolute;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/form-arrow.svg');
  background-repeat: no-repeat;
  background-size: 13px 8px;
  top: 8px;
  right: 20px;
  width: 12px;
  height: 7px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .drinken select {
  background-color: #d63c34;
  padding: 10px 70px 10px 10px;
  color: #5c0e0a;
  border: 0px;
  font-size: 17px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .eten {
  position: relative;
  padding: 0px 10px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .eten:after {
  position: absolute;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/form-arrow.svg');
  background-repeat: no-repeat;
  background-size: 13px 8px;
  top: 8px;
  right: 20px;
  width: 12px;
  height: 7px;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 .eten select {
  background-color: #d63c34;
  padding: 10px 70px 10px 10px;
  color: #5c0e0a;
  border: 0px;
  font-size: 17px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="submit"] {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  text-align: center !important;
  display: inline-block;
  padding: 16px 20px;
  font-size: 18px;
  min-width: 200px;
  background-color: #292929;
  color: white;
  border: 2px solid #292929;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  cursor: pointer;
}
body.desktop .article-content-wrapper .grid .bottom-info-wrapper .bottom-info.vacature-bottom-info .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="submit"]:hover {
  background-color: #8a150f;
  border-color: #8a150f;
  color: #ffffff !important;
}
@media only screen and (max-width: 1024px) {
  .article-content-wrapper .grid .bottom-info-wrapper .bottom-info span {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 995px) {
  .vacature-form-wrapper .vacature-form-inner {
    padding: 60px 40px !important;
  }
  .vacature-form-wrapper .vacature-form-inner .wpcf7 wpcf7-form-control-wrap {
    padding: 0px !important;
  }
  .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="text"],
  .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="email"],
  .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="file"],
  .vacature-form-wrapper .vacature-form-inner .wpcf7 textarea {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container {
    padding: 40px 30px;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper {
    display: block;
    width: 100%;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container {
    float: none;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .info-wrapper {
    display: block;
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .bottom-info {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 641px) {
  .vacature-form-wrapper .vacature-form-inner {
    padding: 60px 40px !important;
  }
  .vacature-form-wrapper .vacature-form-inner .vacature-open {
    position: relative !important;
    display: block !important;
    margin-top: 30px;
    top: inherit !important;
    left: 0px;
    transform: none !important;
  }
  .vacature-form-wrapper .vacature-form-inner .wpcf7 wpcf7-form-control-wrap {
    padding: 0px !important;
  }
  .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="text"],
  .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="email"],
  .vacature-form-wrapper .vacature-form-inner .wpcf7 input[type="file"],
  .vacature-form-wrapper .vacature-form-inner .wpcf7 textarea {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .article-content-wrapper .grid .vacature-form-inner {
    padding: 40px 20px !important;
  }
  .article-content-wrapper .grid .vacature-form-inner .hidden-form {
    margin-top: 40px !important;
  }
  .article-content-wrapper .grid .vacature-form-inner .row-form.first {
    margin-bottom: 20px !important;
  }
  .article-content-wrapper .grid .vacature-form-inner input[type="submit"] {
    width: 100%;
  }
  .article-content-wrapper .grid .news-article-container .news-article-content {
    width: 100%;
  }
}
/* ********************
Case overzicht
******************** */
.cases-wrapper {
  margin-bottom: 130px;
}
.cases-wrapper .grid {
  padding: 0px 24px;
}
.cases-wrapper .grid .cases-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 35px 0px;
}
.cases-wrapper .grid .cases-inner .case-block {
  float: none;
  flex-basis: 33.3333%;
  width: 33.3333%;
  max-width: 33.3333%;
  padding: 16px;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner {
  position: relative;
  display: table;
  border: 1px solid #efefef;
  padding: 60px 20px;
  min-height: 246px;
  width: 100%;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner .logo-wrapper {
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner .logo-wrapper .logo-container img {
  width: 100%;
  height: auto;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner .view-case {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  color: #B4B4B4;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  left: 0px;
  width: 100%;
  transform: translateY(5px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper .title {
  display: inline-block;
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  text-align: center !important;
  font-size: 14px;
  background-color: #eb4f47;
  color: #ffffff;
  height: 44px;
  width: 100px;
  padding: 15px 0px;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper .result {
  position: relative;
  display: inline-block;
  float: right;
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #494949;
  color: #ffffff;
  width: calc(100% - 100px);
  padding: 11px 20px;
  height: auto;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper .result:before {
  content: "";
  position: absolute;
  background-image: url('/wp-content/themes/markant/static/images/results-arrow.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  width: 11px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper .result .result-text {
  padding-left: 25px;
}
.cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper .result .result-text strong {
  font-size: 24px;
  padding-right: 5px;
}
body.desktop .cases-wrapper .grid .cases-inner .case-block .case-block-inner:hover .results-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.other-customers {
  margin-bottom: 100px;
}
.other-customers .grid {
  padding: 0px 30px;
}
.other-customers .grid .title-wrapper {
  padding: 0px 10px;
}
.other-customers .grid .other-customers-wrapper .client-block {
  padding: 10px 10px;
}
.other-customers .grid .other-customers-wrapper .client-block .client-block-inner {
  border: 1px solid #efefef;
  padding: 20px;
}
.other-customers .grid .other-customers-wrapper .client-block .client-block-inner .image-wrapper {
  display: table;
  height: 100%;
}
.other-customers .grid .other-customers-wrapper .client-block .client-block-inner .image-wrapper .image-container {
  text-align: center !important;
  display: table-cell;
  vertical-align: middle;
}
.other-customers .grid .other-customers-wrapper .client-block .client-block-inner .image-wrapper .image-container img {
  width: 100%;
  height: auto !important;
}
@media only screen and (max-width: 1189px) {
  .cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper .title {
    width: 90px;
  }
  .cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper .result {
    padding: 15px 9px;
    width: calc(100% - 90px);
  }
  .cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper .result .result-text {
    padding-left: 20px;
  }
  .cases-wrapper .grid .cases-inner .case-block .case-block-inner .results-wrapper .result .result-text strong {
    font-size: inherit;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .cases-wrapper .grid {
    padding: 0px 30px;
  }
  .cases-wrapper .grid .cases-inner .case-block {
    padding: 10px;
  }
  .cases-wrapper .grid .cases-inner .case-block .logo-wrapper .logo-container img {
    max-width: 100%;
  }
  .other-customers .grid {
    padding: 0px 30px;
  }
  .other-customers .grid .other-customers-wrapper .client-block .client-block-inner {
    display: block;
    height: 100%;
  }
  .other-customers .grid .other-customers-wrapper .client-block .client-block-inner .image-wrapper .image-container img {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .cases-wrapper .grid .cases-inner .case-block {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .other-customers .grid .other-customers-wrapper .client-block {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .cases-wrapper .grid,
  .other-customers .grid {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cases-wrapper .grid .cases-inner .case-block {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cases-wrapper {
    padding-bottom: 80px;
    margin-bottom: 0px;
  }
  .cases-wrapper .grid {
    padding: 0px 20px;
  }
  .cases-wrapper .grid .cases-inner .case-block {
    width: 50%;
    padding: 8px;
  }
  .cases-wrapper .grid .cases-inner .case-block .case-block-inner {
    min-height: 200px;
  }
  body.desktop .cases-wrapper .grid .cases-inner .case-block .case-block-inner:hover .results-wrapper {
    opacity: 0;
    visibility: hidden;
  }
  .article-content-wrapper .grid .news-article-container {
    padding-bottom: 40px;
  }
  .article-content-wrapper .grid .bottom-info-wrapper {
    display: inline-block;
    padding: 40px 0px;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container {
    padding: 20px;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper {
    display: table;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container {
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 40px;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .image-wrapper .image-container .socials {
    left: 70%;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .article-author-wrapper .article-author-container .info-wrapper {
    padding-left: 0px;
    width: 100%;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .bottom-info {
    width: 100%;
    text-align: left !important;
    padding: 0px;
  }
  .article-content-wrapper .grid .bottom-info-wrapper .bottom-info:last-child {
    padding: 20px 0px;
  }
}
/* ********************
Case detail
******************** */
.case-header-wrapper {
  position: relative;
  padding: 20px 0px;
  color: #ffffff;
  overflow: hidden;
  margin-bottom: 80px;
}
.case-header-wrapper .subtitle {
  font-family: 'Lato Light', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0px;
}
.case-header-wrapper:after {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/coloured-header-img-right-particles.svg');
  background-size: 600px;
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  top: 60px;
  right: 500px;
  mix-blend-mode: multiply;
}
.case-header-wrapper .small-header-inner {
  padding: 60px;
}
.more-cases-wrapper .grid .more-cases-container {
  padding: 100px 0px;
}
.more-cases-wrapper .grid .more-cases-container > ul > li {
  display: inline-block;
  vertical-align: top;
}
.more-cases-wrapper .grid .more-cases-container > ul > li .next {
  position: relative;
  display: block;
  width: 66px;
  height: 66px;
  background-color: #ffffff;
  -webkit-box-shadow: -5px 7px 25px 0px #e9e9e9;
  -moz-box-shadow: -5px 7px 25px 0px #e9e9e9;
  box-shadow: -5px 7px 25px 0px #e9e9e9;
  transform: translateY(5px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.more-cases-wrapper .grid .more-cases-container > ul > li .next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.more-cases-wrapper .grid .more-cases-container > ul > li .next svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .more-cases-wrapper .grid .more-cases-container > ul > li .next:hover {
  transform: translateY(0px);
}
.more-cases-wrapper .grid .more-cases-container > ul > li .prev {
  position: relative;
  display: block;
  width: 66px;
  height: 66px;
  background-color: #ffffff;
  -webkit-box-shadow: -5px 7px 25px 0px #e9e9e9;
  -moz-box-shadow: -5px 7px 25px 0px #e9e9e9;
  box-shadow: -5px 7px 25px 0px #e9e9e9;
  transform: translateY(5px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.more-cases-wrapper .grid .more-cases-container > ul > li .prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.desktop .more-cases-wrapper .grid .more-cases-container > ul > li .prev:hover {
  transform: translateY(0px);
}
@media only screen and (max-width: 1024px) {
  .case-header-wrapper:after {
    right: 0px;
  }
  .case-header-wrapper .small-header-inner {
    position: relative;
    z-index: 50;
    padding: 60px 0px;
  }
  .more-cases-wrapper .grid .more-cases-container {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .case-header-wrapper .subtitle {
    font-family: 'Lato Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.6;
  }
  .case-header-wrapper .small-header-inner {
    padding: 10px 0px;
  }
  .more-cases-wrapper .grid .more-cases-container {
    padding: 0px;
  }
}
/* ********************
Contact
******************** */
.contact-map-wrapper {
  padding: 100px 0px;
}
.contact-map-wrapper .grid .contact-map {
  position: relative;
  padding-right: 50px;
}
.contact-map-wrapper .grid .contact-map .acf-map {
  position: relative;
  width: 100%;
  height: 500px;
}
.contact-map-wrapper .grid .contact-map a {
  font-size: 17px;
}
.contact-map-wrapper .grid .contact-map .mail {
  color: #4e4e4e;
  text-decoration: none;
  /*
				&:hover								{ color: @red;
					.base-svg						{ fill: @red; }
				}
*/
}
.contact-map-wrapper .grid .contact-map .mail .base-svg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-map-wrapper .grid .contact-map .mail svg {
  margin-right: 8px;
}
.contact-map-wrapper .grid .contact-map .phone {
  color: #4e4e4e;
  text-decoration: none;
  /*
				&:hover								{ color: @red;
					.base-svg						{ fill: @red; }
				}
*/
}
.contact-map-wrapper .grid .contact-map .phone .base-svg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-map-wrapper .grid .contact-map .phone svg {
  margin-right: 8px;
}
.contact-map-wrapper .grid .contact-map:nth-child(2) {
  padding: 0px 40px;
}
@media only screen and (max-width: 1024px) {
  .contact-map-wrapper {
    padding: 80px 0px;
  }
  .contact-map-wrapper .grid {
    padding: 0px;
  }
  .contact-map-wrapper .grid .contact-map .acf-map {
    height: 350px;
  }
  .contact-map-wrapper .grid .contact-map:nth-child(2) {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-map-wrapper {
    padding: 20px 0px;
  }
  .contact-map-wrapper .grid {
    padding: 0px;
  }
  .contact-map-wrapper .grid .contact-map {
    width: 100%;
    padding-right: 0px;
  }
  .contact-map-wrapper .grid .contact-map .acf-map {
    height: 300px;
  }
  .contact-map-wrapper .grid .contact-map .mail svg {
    margin-right: 10px;
  }
  .contact-map-wrapper .grid .contact-map .phone svg {
    margin-right: 10px;
  }
  .contact-map-wrapper .grid .contact-map:nth-child(2) {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-map-wrapper .grid .contact-map:nth-child(2) {
    padding: 30px 20px;
  }
}
/* ********************
Editor
******************** */
.editor {
  /* ---------------
	Heading
	--------------- */
  /* ---------------
	Paragraph
	--------------- */
  /* ---------------
	Unordered list
	--------------- */
  /* ---------------
	Ordered list
	--------------- */
  /* ---------------
	Blockqoute
	--------------- */
}
.editor h4 {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 35px;
}
.editor h5 {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 31px;
}
.editor h6 {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 27px;
}
.editor p {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4e4e4e;
  line-height: 30px;
  padding-bottom: 30px;
}
.editor p a {
  color: #eb4f47;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.editor p a:hover {
  color: #b81c14;
}
.editor ul {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4e4e4e;
  line-height: 30px;
  padding-bottom: 30px;
}
.editor ul li {
  position: relative;
  padding-left: 24px;
}
.editor ul li a {
  color: #eb4f47;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.editor ul li a:hover {
  color: #b81c14;
}
.editor ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background-color: #eb4f47;
}
.editor ol {
  counter-reset: li-counter;
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4e4e4e;
  line-height: 30px;
  padding-bottom: 30px;
}
.editor ol li {
  position: relative;
  padding-left: 24px;
}
.editor ol li a {
  color: #eb4f47;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.editor ol li a:hover {
  color: #b81c14;
}
.editor ol li:before {
  position: absolute;
  left: 0;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  color: #eb4f47;
}
.editor blockquote {
  position: relative;
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.editor blockquote p {
  padding: 30px;
  font-size: 16px;
}
.editor blockquote:before {
  position: absolute;
  content: "";
  background-image: url('/wp-content/themes/markant/static/images/blockquote.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 20px;
  bottom: -10px;
  right: 30px;
}
.editor .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  background-color: #eb4f47;
}
.editor h1.heading--2 {
  position: relative;
  font-family: 'Lato Light', sans-serif;
  font-weight: 300;
  font-size: 48px;
  color: #4e4e4e;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.editor h1.heading--2:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #eb4f47;
  bottom: 0px;
  left: 0px;
  backface-visibility: hidden;
}
body.page-template-page-afspraak-maken .editor h1.heading--2 {
  margin-bottom: 32px;
  padding-bottom: 16px;
  line-height: inherit;
}
body.page-template-page-afspraak-maken .editor h1.heading--2:after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #eb4f47;
}
@media only screen and (max-width: 768px) {
  .editor h1.heading--2 {
    font-size: 42px;
  }
  body.page-template-page-afspraak-maken .editor h1.heading--2 {
    color: #FFFFFF;
  }
  body.page-template-page-afspraak-maken .editor h1.heading--2:after {
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 480px) {
  .editor img {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
  .editor h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .editor h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .editor h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .editor h4 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
/* ********************
New case page
******************** */
.page-header {
  transition: all 0.1s ease-in-out;
}
.page-header .grid .header-wrapper .main-nav > ul > li.active > a {
  font-weight: bold;
}
.grid--medium {
  position: relative;
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  z-index: 10;
}
.grid--narrow {
  position: relative;
  width: 100%;
  /* max-width: 958px; */
  max-width: 1140px;
  margin: 0 auto;
  z-index: 10;
}
.grid--smallest {
  position: relative;
  width: 100%;
  max-width: 714px;
  max-width: 900px;
  margin: 0 auto;
  z-index: 10;
}
.grid--room-bottom + .case__services {
  margin-top: 80px;
  padding-top: 88px;
}
@media (max-width: 1064px) {
  .grid--medium {
    padding: 0 20px;
  }
}
@media (max-width: 958px) {
  .grid--narrow {
    padding: 0 20px;
  }
  .grid--room-bottom + .case__services {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 714px) {
  .grid--smallest {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .page-header {
    background: #eb4f47 !important;
  }
  .page-header .grid .header-wrapper .nav {
    background: #eb4f47 !important;
  }
}
.case .content p {
  font-size: 16px;
}
.case__header {
  display: flex;
  position: relative;
  height: 800px;
  width: 100vw;
  margin-top: -125px;
}
.case__header .header__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 633px;
}
.case__header .header__content .sub-title {
  display: inline-flex;
  margin-bottom: 16px;
  font-family: 'Lato Regular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
}
.case__header .header__content h1 {
  font-family: 'Lato Black', sans-serif;
  font-weight: 900;
  display: inline-flex;
  font-size: 56px;
  line-height: 68px;
  color: #ffffff;
}
.case__header .header__content h2 {
  font-family: 'Lato Black', sans-serif;
  font-weight: 900;
  display: inline-flex;
  font-size: 56px;
  line-height: 68px;
  color: #ffffff;
}
.case__header .header__content h2:before,
.case__header .header__content h2:after {
  display: none;
}
.case__header .header__content p {
  font-size: 16px;
}
.case__header .header__content a {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.case__header .header__content a svg {
  width: 69px;
  height: 80px;
  margin-right: 7px;
  margin-left: -11px;
}
.case__header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 1073px) {
  .case__header .header__content {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .case__header .header__content {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 400px) {
  .case__header .header__content h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.case__headline {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 52px 42px 52px 62px;
  margin-top: -42px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.case__headline img {
  width: 200px;
  height: auto;
  flex-grow: 1;
}
.case__headline .content {
  padding-left: 64px;
  flex-grow: 0;
}
.case__headline .content p strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .case__headline {
    flex-direction: column;
    padding: 20px;
  }
  .case__headline img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.case__content {
  display: flex;
  flex-direction: column;
  margin-top: 92px;
}
.case__content .content {
  margin-bottom: 24px;
}
.case__content #case-scroll + .client-content {
  margin-top: 80px;
}
.case__content a#case-scroll > svg {
  width: 43px;
  height: 50px;
}
.case__content h4 {
  display: flex;
  padding-bottom: 16px;
  font-weight: bolder;
  font-size: 42px;
  line-height: 50px;
  color: #494949;
}
@media (max-width: 767px) {
  .case__content {
    margin-top: 40px;
  }
  .case__content h4 {
    margin-top: 40px;
    font-size: 32px;
    line-height: 38px;
  }
}
.case__video-loop {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 50;
}
.case__video {
  display: block;
  max-height: 500px;
  overflow: hidden;
  margin-top: 70px;
}
.case__video a {
  display: flex;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: white;
  height: 500px;
}
.case__video a:hover img {
  opacity: 0.5;
}
.case__video a:hover .video__overlay svg {
  transform: scale(1.08);
}
.case__video img {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.case__video .video__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.case__video .video__overlay svg {
  width: 68px;
  height: 80px;
  margin-bottom: 16px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.case__services {
  width: 100%;
  padding-top: 176px;
  margin-top: -88px;
  background: #F7F7F7;
  padding-bottom: 88px;
}
.case__services .content-wrapper {
  display: flex;
}
.case__services .content {
  max-width: 60%;
  flex-basis: 60%;
}
.case__services .content p {
  font-size: 16px;
  line-height: 30px;
  max-width: 498px;
}
.case__services .content h4 {
  color: #494949;
  margin-top: 0;
}
.case__services .services {
  max-width: 40%;
  flex-basis: 40%;
}
.case__services .services ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.case__services .services ul li:last-child {
  margin-bottom: 0;
}
.case__services .services ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding: 25px 30px 25px 35px;
  color: #1B2B49;
  background: white;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
}
.case__services .services ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #eb4f47;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.case__services .services ul li a span {
  transition: all 0.2s ease-in-out;
  transition-delay: .1s;
}
.case__services .services ul li a span,
.case__services .services ul li a svg,
.case__services .services ul li a .count {
  z-index: 10;
}
.case__services .services ul li a .count {
  margin-right: 20px;
}
.case__services .services ul li a:hover {
  transform: translateX(3px);
}
.case__services .services ul li a:hover span {
  color: white;
}
.case__services .services ul li a:hover svg {
  transform: translateX(3px);
}
.case__services .services ul li a:hover svg path {
  opacity: 1;
}
.case__services .services ul li a:hover:before {
  width: calc(100% - 72px);
}
.case__services .services ul li svg {
  width: 19px;
  height: 8px;
  margin-left: auto;
  transition: all 0.1s ease-in-out;
}
.case__services .services ul li svg path {
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .case__services {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .case__services .content-wrapper {
    flex-direction: column;
  }
  .case__services .content-wrapper .content {
    max-width: 100%;
    flex-basis: 100%;
  }
  .case__services .content-wrapper .services {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.case__article {
  padding-top: 120px;
  padding-bottom: 120px;
}
.case__article .content-wrapper {
  display: flex;
  flex-direction: row;
}
.case__article .content-wrapper > img {
  object-fit: cover;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 32px;
}
.case__article .content-wrapper .content {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 32px;
}
.case__article .content-wrapper h4 {
  max-width: 483px;
  margin-top: 16px;
  padding-bottom: 17px;
  color: #494949;
}
.case__article .content-wrapper p {
  font-size: 16px;
  line-height: 30px;
  max-width: 542px;
}
.case__article .content-wrapper ul li {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-weight: 300;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 30px;
  padding-left: 24px;
  font-display: swap;
}
.case__article .content-wrapper ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  background: url('/wp-content/themes/markant/static/images/svg/list-item.svg');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}
.case__article .content-wrapper .content span.subtitle {
  font-family: 'Lato Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #eb4f47;
  text-transform: uppercase;
}
.case__article .content-wrapper .content p {
  margin-bottom: 20px;
}
.case__article .content-wrapper .content p strong {
  font-weight: bold;
}
.case__article .content-wrapper .content p:last-of-type {
  margin-bottom: 0;
}
.case__article .content-wrapper .article__button,
.case__article .content-wrapper .article-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  margin-top: 46px;
  color: #eb4f47;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  transform: translateX(-24px);
}
.case__article .content-wrapper .article__button__icon-wrapper,
.case__article .content-wrapper .article-button__icon-wrapper {
  position: relative;
  width: 40px;
  margin-right: 24px;
}
.case__article .content-wrapper .article__button__icon,
.case__article .content-wrapper .article-button__icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.case__article .content-wrapper .article__button__icon svg,
.case__article .content-wrapper .article-button__icon svg {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}
.case__article .content-wrapper .article__button__icon svg path,
.case__article .content-wrapper .article-button__icon svg path {
  transition: all 0.2s ease-in-out;
}
.case__article .content-wrapper .article__button--border,
.case__article .content-wrapper .article-button--border {
  width: 40px;
  height: 47px;
}
.case__article .content-wrapper .article__button--border path,
.case__article .content-wrapper .article-button--border path {
  transition: all 0.2s ease-in-out;
}
.case__article .content-wrapper .article__button img,
.case__article .content-wrapper .article-button img {
  max-width: 20px;
  height: auto;
}
.case__article .content-wrapper .article__button:before,
.case__article .content-wrapper .article-button:before {
  position: absolute;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #eb4f47;
  transform: translateX(-101%);
  transition: all 0.3s ease-in-out;
}
.case__article .content-wrapper .article__button:hover,
.case__article .content-wrapper .article-button:hover {
  color: white;
  transform: translateX(0);
}
.case__article .content-wrapper .article__button:hover:before,
.case__article .content-wrapper .article-button:hover:before {
  transform: translateX(0);
}
.case__article .content-wrapper .article__button:hover .article-button__icon svg path,
.case__article .content-wrapper .article-button:hover .article-button__icon svg path {
  fill: white;
}
.case__article .content-wrapper .article__button:hover .article-button__border path,
.case__article .content-wrapper .article-button:hover .article-button__border path {
  stroke: white;
}
.case__article--theme {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.case__article--theme:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50vw - 400px);
  width: 400px;
  height: 100%;
}
.case__article--theme > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50vw;
  object-fit: cover;
  opacity: .20;
}
.case__article--theme .content-wrapper > img {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 40px;
  margin-right: 0;
  align-self: center;
  object-fit: contain;
}
.case__article--theme .content-wrapper .content {
  max-width: 541px;
  padding-right: 0;
}
.case__article--theme .content-wrapper .content span.subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.case__article--theme .content-wrapper .content a {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
}
.case__article--theme .content-wrapper .content h4,
.case__article--theme .content-wrapper .content p,
.case__article--theme .content-wrapper .content li {
  color: white;
  max-width: 100%;
}
@media (max-width: 767px) {
  .case__article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .case__article .content-wrapper {
    flex-direction: column;
  }
  .case__article .content-wrapper img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .case__article .content-wrapper .content {
    padding-right: 0;
    padding-top: 40px;
  }
  .case__article--theme .content-wrapper .content {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.case__specialists {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 104px;
  background: #F7F7F7;
}
.case__specialists .socials {
  margin-top: 48px;
}
.case__specialists .socials a {
  margin-right: 8px;
  text-decoration: none;
}
.case__specialists .specialists__button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  margin-top: 89px;
  padding: 13px 45px;
  border-radius: 4px;
  border: 1px solid white;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  color: white;
  transition: all 0.1s ease-in-out;
}
.case__specialists .specialists__button a:hover {
  background: white;
  color: #eb4f47;
}
.case__specialists .specialists {
  display: flex;
  justify-content: center;
  width: 100%;
}
.case__specialists .content-wrapper {
  max-width: 542px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 104px;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.case__specialists .content-wrapper span {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(235, 79, 71, 0.8);
}
.case__specialists .content-wrapper h4 {
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  display: inline-flex;
  margin-bottom: 18px;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  color: #494949;
}
.case__specialists .content-wrapper p {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: lighter;
  color: #4E4E4E;
}
.case__specialists .specialist {
  position: relative;
  width: calc(50% - 100px);
  padding: 128px 50px 50px 50px;
}
.case__specialists .specialist:first-of-type {
  margin-right: 16px;
}
.case__specialists .specialist:last-of-type {
  margin-left: 16px;
}
.case__specialists .specialist__content {
  display: flex;
  flex-direction: column;
}
.case__specialists .specialist__content span.title {
  color: white;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.22px;
}
.case__specialists .specialist__content span.job {
  display: inline-flex;
  margin-top: 11px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.case__specialists .specialist .faded-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.case__specialists .specialist .faded-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: .2;
  object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .case__specialists .specialist .faded-image img {
    display: none;
  }
}
.case__specialists .specialist .image-wrapper {
  display: inline-flex;
  position: relative;
  z-index: 20;
  width: 100%;
}
.case__specialists .specialist .image-wrapper img {
  position: absolute;
  top: -128px;
  left: 0;
  width: 130px;
  height: 150px;
  object-fit: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transform: translateY(-50%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .case__specialists .specialist .image-wrapper img {
    border-radius: 100%;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .case__specialists {
    padding-top: 40px;
  }
  .case__specialists .content-wrapper {
    margin-bottom: 80px;
  }
  .case__specialists .specialists {
    flex-direction: column;
  }
  .case__specialists .specialists .specialist {
    width: 100%;
    margin-bottom: 60px;
  }
  .case__specialists .specialists .specialist:first-of-type {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .case__specialists .specialists .specialist:last-of-type {
    margin: 0 auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .case__headline .content {
    padding-left: 0;
  }
  .case__article .content-wrapper .content {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  .case__article .content-wrapper .content h1,
  .case__article .content-wrapper .content h2,
  .case__article .content-wrapper .content h3,
  .case__article .content-wrapper .content h4,
  .case__article .content-wrapper .content h5,
  .case__article .content-wrapper .content h6,
  .case__article .content-wrapper .content p {
    max-width: 100%;
  }
  .case__article .content-wrapper > img {
    padding: 0;
    margin-bottom: 32px;
  }
  .case__header {
    height: 600px;
    margin-top: 0;
  }
  .case__header .header__content {
    max-width: 100%;
  }
  .case__header .header__content h2 {
    word-break: break-word;
    font-size: 40px;
    line-height: 56px;
  }
  .case__video {
    height: 280px;
  }
  .case__video a {
    height: 280px;
  }
  .case__content .client-content {
    padding: 0 20px;
  }
  .case__services {
    padding-top: 124px;
  }
  .case__services .content-wrapper .services {
    margin-top: 0;
  }
  .case__specialists {
    padding: 40px 20px 0 20px;
  }
  .case__specialists .grid--smallest {
    padding: 0;
  }
  .case__specialists .specialist__content {
    align-items: center;
  }
  .case__specialists .specialist__content a {
    margin-top: 32px;
  }
  .case__specialists .specialist .image-wrapper {
    position: relative;
    display: block;
    width: 130px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 640px) {
  .case__header {
    height: calc(100vh - 140px);
  }
  .case__content .client-content {
    padding: 0;
  }
}
/***** END OF NEW CASE PAGE *****/
/* ********************
Colors
******************** */
/* ********************
General
******************** */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
.lato-light {
  font-family: 'Lato Light', sans-serif;
  font-weight: 300;
}
.lato {
  font-family: 'Lato Regular', sans-serif;
  font-weight: 400;
}
.lato-bold {
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
}
.lato-black {
  font-family: 'Lato Black', sans-serif;
  font-weight: 900;
}
.roboto-light {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
}
.roboto {
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
}
.roboto-medium {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
}
.roboto-bold {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
}
html {
  background-color: white;
}
strong {
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
}
/* Hexagon button animation */
.ring--1 {
  animation: ring-animation-1 2s infinite;
}
.ring--2 {
  animation: ring-animation-2 2.2s infinite;
}
@keyframes ring-animation-1 {
  0% {
    transform: scale(1);
    opacity: 0;
    transform-origin: center;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: scale(1.06);
    transform-origin: center;
  }
}
@keyframes ring-animation-2 {
  0% {
    transform: scale(1);
    opacity: 0;
    transform-origin: center;
  }
  75% {
    transform: scale(1.2);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
    transform-origin: center;
  }
}
#case-scroll {
  display: block;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
#case-scroll > svg {
  overflow: visible;
}
#case-scroll:hover {
  transform: translateY(2px);
}
#case-scroll:hover .case-scroll--2 {
  animation: case-scroll-2 1.4s;
}
@keyframes case-scroll-2 {
  0% {
    transform: scale(1);
    opacity: 0.4;
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
    transform-origin: center;
  }
}
.grecaptcha-badge {
  display: none;
}
.animsition-overlay-slide {
  z-index: 11111111111 !important;
  backface-visibility: hidden;
  background-color: #eb4f47 !important;
}
/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 2;
}
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
/*

		Styling About us page

	*/
.employer-blocks-wrapper {
  position: relative;
}
.employer-blocks-wrapper:before {
  content: "";
  -webkit-mask: url("https://www.markantinternet.nl/wp-content/themes/markant/static/images/hexagon-lijntekening.svg");
  background-color: #292929;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 600px;
  display: block;
  width: 50vw;
  height: 1000px;
  opacity: 0.4;
  transform: scaleY(-1.5);
}
.intro-content-inner__btn {
  padding: 24px 80px 24px 32px;
  position: relative;
  background-color: #ffffff;
  border: none;
  color: #292929;
  box-shadow: 0.6px 3.3px 2.6px rgba(0, 0, 0, 0.021), 1.3px 7.1px 6.2px rgba(0, 0, 0, 0.028), 2.4px 12.4px 11.6px rgba(0, 0, 0, 0.034), 4px 21.2px 20.8px rgba(0, 0, 0, 0.041), 7.2px 38.1px 38.9px rgba(0, 0, 0, 0.052), 10px 60px 93px rgba(0, 0, 0, 0.07000000000000001);
  font-size: 16px;
  font-weight: 800;
  margin: 56px 0 32px 0;
  cursor: pointer;
  transition: 0.3s all ease;
  overflow: hidden;
}
.intro-content-inner__btn:hover {
  color: #292929;
}
.intro-content-inner__btn:hover:before {
  transform: scaleX(2);
}
.intro-content-inner__btn:hover .intro-content-inner__btn-arrow {
  right: 26px;
  opacity: 1;
}
.intro-content-inner__btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eb4f47;
  height: 100%;
  width: 4px;
  transition: 0.3s all ease;
  transform-origin: left;
}
.intro-content-inner__btn-arrow {
  transform: rotate(90deg) scale(1.5);
  position: absolute;
  right: 32px;
  top: 27px;
  transition: 0.3s all ease;
  opacity: 0.8;
}
.employer-blocks-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 80px;
  animation-delay: 0.3s;
  animation: 0.3s slideUp ease-in-out;
  opacity: 1;
}
@media (max-width: 1000px) {
  .employer-blocks-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(120px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.about-employee,
.about-vacancy {
  max-width: 480px;
  max-height: 660px;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s ease all;
}
.about-employee__image-card,
.about-vacancy__image-card,
.about-employee__card,
.about-vacancy__card {
  max-height: 540px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .about-employee__image-card,
  .about-vacancy__image-card,
  .about-employee__card,
  .about-vacancy__card {
    max-height: 460px;
  }
}
.about-employee__image-card,
.about-vacancy__image-card {
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 594px;
}
.about-employee__image-card img,
.about-vacancy__image-card img {
  height: 110%;
  width: auto;
  margin-top: 0;
  transition: 0.3s ease all;
  transform: scale(1);
}
.about-employee__card,
.about-vacancy__card {
  background-color: #eb4f47;
  color: #ffffff;
  padding: 56px 42px;
  position: relative;
  font-size: 45px;
  word-break: break-word;
  min-height: 594px;
}
.about-employee__card::after,
.about-vacancy__card::after {
  content: "";
  background-image: url(https://www.markantinternet.nl/wp-content/themes/markant/static/images/polygon_white-2.png);
  position: absolute;
  width: 50%;
  background-size: contain;
  height: 35%;
  object-fit: contain;
  background-repeat: no-repeat;
  z-index: 5;
  transform: scale(1.5);
  right: -25%;
  bottom: 1%;
  opacity: 0.75;
}
@media (max-width: 500px) {
  .about-employee__card,
  .about-vacancy__card {
    font-size: 26px;
    line-height: 1.5;
    padding: 32px;
  }
}
.about-employee__heading,
.about-vacancy__heading {
  color: #ffffff;
  font-size: 45px;
  line-height: 1.25;
  position: relative;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
}
@media (max-width: 500px) {
  .about-employee__heading,
  .about-vacancy__heading {
    font-size: 26px;
    line-height: 1.5;
  }
}
.about-employee__info,
.about-vacancy__info {
  padding: 30px 0;
  min-height: 120px;
  position: relative;
}
.about-employee__name,
.about-vacancy__name,
.about-employee__title,
.about-vacancy__title {
  font-size: 26px;
  line-height: 1.5;
  padding: 0;
  color: #333;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-weight: 800;
}
.about-employee__function,
.about-vacancy__function,
.about-employee__sub-title,
.about-vacancy__sub-title {
  font-size: 16px;
  line-height: 1.5;
  color: #eb4f47;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-weight: 800;
}
.about-employee__chevron,
.about-vacancy__chevron {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-32px, 49px) scale(1.5) rotate(180deg);
  transition: 0.3s all ease;
}
.about-employee__chevron-one,
.about-vacancy__chevron-one {
  opacity: 0.5;
}
.about-employee__chevron-two,
.about-vacancy__chevron-two {
  opacity: 0.8;
  transform: translate(-23px, 49px) scale(1.5) rotate(180deg);
}
.about-employee:hover,
.about-vacancy:hover {
  transform: translateY(-8px);
}
@media (max-width: 700px) {
  .about-employee:hover,
  .about-vacancy:hover {
    transform: none;
  }
}
.about-employee:hover .about-employee__image-card img,
.about-vacancy:hover .about-employee__image-card img {
  margin-top: 8px;
  transform: scale(0.95);
}
@media (max-width: 700px) {
  .about-employee:hover .about-employee__image-card img,
  .about-vacancy:hover .about-employee__image-card img {
    transform: none;
    margin-top: 0;
  }
}
.about-employee:hover .about-employee__chevron-one,
.about-vacancy:hover .about-employee__chevron-one {
  opacity: 1;
}
.about-employee:hover .about-employee__chevron-two,
.about-vacancy:hover .about-employee__chevron-two {
  opacity: 1;
}
@media (max-width: 700px) {
  .about-vacancy {
    min-height: 583px;
  }
}
body.single-medewerker .page-wrapper {
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  padding: 0;
}
@media (max-width: 1000px) {
  body.single-medewerker .page-wrapper {
    height: auto;
    width: 100%;
  }
}
.employee {
  display: flex;
}
@media (max-width: 800px) {
  .employee {
    display: block;
  }
}
.employee__half {
  width: 50%;
  height: 100vh;
  background: #ffffff;
  position: relative;
}
@media (max-width: 800px) {
  .employee__half {
    width: 100%;
    height: auto;
  }
  .employee__half:first-child {
    height: auto;
  }
}
.employee__half .employee__linkedin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  width: 75px;
  height: 85px;
  transform: translate(50%, 120px) scale(0.65);
  animation: 1.5s imageSlide ease-in-out;
}
@media (max-width: 800px) {
  .employee__half .employee__linkedin {
    bottom: 0;
    top: unset;
    transform: translate(-50%, 50%) scale(0.65);
  }
}
@keyframes imageSlide {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.employee__half .employee__linkedin:hover:before {
  background-color: #eb4f47;
}
.employee__half .employee__linkedin:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-mask: url("https://www.markantinternet.nl/wp-content/themes/markant/static/images/linkedin-blue.png");
  -webkit-mask-repeat: no-repeat;
  background-color: #292929;
  width: 75px;
  height: 82px;
  transition: 0.3s all ease;
  z-index: 6;
  display: block;
}
.employee__half .employee__linkedin:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  z-index: 5;
  display: block;
}
.employee__image {
  background: #ffffff;
  position: relative;
  width: 101%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.employee__image img {
  height: 101vh;
  user-select: inherit;
  animation: 1.5s imageSlide ease-in-out;
  transform: unset;
}
@media (max-width: 800px) {
  .employee__image img {
    margin-top: 104px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 640px) {
  .employee__image img {
    margin-top: 96px;
  }
}
@keyframes imageSlide {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.employee__content {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 72px 300px 120px 120px;
}
.employee__content:before {
  content: "";
  -webkit-mask: url("https://www.markantinternet.nl/wp-content/themes/markant/static/images/hexagon-lijntekening.svg");
  background-color: #292929;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  transform: translate(0%, 20%);
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
@media (max-height: 1600px) {
  .employee__content:before {
    transform: translate(0%, 20%);
  }
}
@media (max-height: 1300px) {
  .employee__content:before {
    transform: translate(0%, 0%);
  }
}
@media (max-height: 700px) {
  .employee__content:before {
    transform: translate(0%, 0%);
    height: 100%;
    width: 75%;
  }
}
@media (max-width: 1700px) {
  .employee__content {
    padding: 72px 56px 120px 120px;
  }
}
@media (max-width: 1200px) {
  .employee__content {
    padding: 32px 40px 120px 56px;
  }
}
@media (max-width: 500px) {
  .employee__content {
    padding: 32px 32px 80px 24px;
  }
}
.employee__go-back {
  display: flex;
  color: #292929;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 14px;
  animation: 2s goBackSlideIn ease-in-out;
}
.employee__go-back svg:first-child {
  transform: scale(1.2) translate(-30px, -31px) rotate(90deg);
  transition: 0.3s all ease-in-out;
  opacity: 0.8;
  margin-left: 0;
}
.employee__go-back:hover {
  opacity: 1;
}
.employee__go-back:hover svg:first-child {
  opacity: 1;
  margin-left: -4px;
}
@keyframes goBackSlideIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.employee__go-back-txt {
  position: absolute;
  z-index: 8;
  margin-left: 36px;
  margin-top: -8px;
  font-size: 16px;
}
.employee__go-back-chevron {
  display: block;
  width: 32px;
  height: 32px;
}
.employee__heading {
  padding-top: 56px;
}
@media (max-width: 500px) {
  .employee__heading {
    padding-top: 16px;
  }
}
.employee__name {
  font-size: 65px;
  color: #292929;
  line-height: 1;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-weight: 800;
  margin-bottom: 24px;
  animation: 2.5s employeeName ease-in-out;
}
@media (max-width: 1000px) {
  .employee__name {
    font-size: 48px;
  }
}
@keyframes employeeName {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 0.8;
    transform: translateY(0%);
  }
}
.employee__function {
  font-size: 16px;
  color: #eb4f47;
  line-height: 1;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-weight: 800;
  margin-bottom: 24px;
  animation: 3s employeeFunction ease-in-out;
}
@keyframes employeeFunction {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 0.8;
    transform: translateY(0%);
  }
}
.employee__description {
  line-height: 1.5;
  font-size: 16px;
  color: #292929;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  margin-bottom: 56px;
  padding: 0;
  animation: 3.5s employeeDescription ease-in-out;
}
@keyframes employeeDescription {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 0.8;
    transform: translateY(0%);
  }
}
.employee__disciplines {
  margin-bottom: 0;
  animation: 4s employeeDesciplines ease-in-out;
}
@media (max-width: 500px) {
  .employee__disciplines {
    margin-bottom: 40px;
  }
}
@keyframes employeeDesciplines {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 0.8;
    transform: translateY(0%);
  }
}
.employee__disciplines-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.employee__disciplines-list {
  margin-left: 24px;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #292929;
  line-height: 30px;
  font-display: swap;
}
.employee__disciplines-list li {
  position: relative;
}
.employee__disciplines-list li:before {
  content: "";
  -webkit-mask: url("/wp-content/themes/markant/static/images/vinkje-icon.svg");
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #eb4f47;
  transform: translate(-23px, 11px);
}
.employee__contact {
  display: inline-flex;
  justify-content: end;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-56px, -72px);
  animation: 4.5s employeeConctact ease-in-out;
}
@media (max-width: 1300px) {
  .employee__contact {
    display: grid;
    transform: none;
    position: relative;
    justify-content: start;
  }
}
@keyframes employeeConctact {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    margin-top: 32px;
  }
  100% {
    opacity: 0.8;
    margin-top: 0;
  }
}
.employee__mail-btn {
  display: block;
  background: #eb4f47;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 24px;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  transition: 0.3s all ease;
}
.employee__mail-btn:hover {
  background: #292929;
}
.employee__number-container,
.employee__mail-container {
  margin: 0 24px;
  transition: 0.3s all ease;
}
@media (max-width: 1300px) {
  .employee__number-container,
  .employee__mail-container {
    margin: 12px 0;
  }
}
.employee__number-container:hover,
.employee__mail-container:hover {
  color: #eb4f47;
}
.employee__number-container:hover .employee__label,
.employee__mail-container:hover .employee__label {
  color: #eb4f47;
}
.employee__number-container:hover .employee__number,
.employee__mail-container:hover .employee__number {
  color: #eb4f47;
}
.employee__number-container:hover .employee__number:before,
.employee__mail-container:hover .employee__number:before {
  background: #eb4f47;
}
.employee__label {
  line-height: 1.5;
  color: #292929;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  transition: 0.2s all ease;
}
.employee__number {
  margin-left: 32px;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
  color: #292929;
  position: relative;
  transition: 0.3s all ease;
}
.employee__number:before {
  content: "";
  -webkit-mask: url("/wp-content/themes/markant/static/images/telefoon-icon.svg");
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #292929;
  transform: translate(-30px, 2px);
  transition: 0.3s all ease;
}
/**************************
FAQ
**************************/
.section--faq {
  background-color: #f7f7f7;
  padding: 104px 0;
}
.faq__faqs {
  margin-top: 64px;
}
.faq-question {
  background: white;
  border: 1px solid #efefef;
  margin-bottom: 16px;
}
.faq-question__title {
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.faq-question__title:hover {
  color: #eb4f47;
}
.faq-question__title--active {
  color: #eb4f47;
}
.faq-question__icon svg {
  transform: scale(0.8) rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.faq-question__icon--active svg {
  transform: scale(0.8) rotate(-90deg);
}
.faq-question__answer {
  display: none;
}
.faq-question__answer p {
  font-size: 15px;
  line-height: 150%;
  padding: 0 24px 16px 24px;
}
@media only screen and (max-width: 640px) {
  .section--faq {
    padding: 48px 0;
  }
  .faq__faqs {
    margin-top: 32px;
  }
  .faq-question__title {
    padding: 8px 16px;
    font-size: 16px;
  }
  .faq-question__answer p {
    padding: 0 16px 16px 16px;
    font-size: 14px;
  }
}
.section--faq-single {
  padding-bottom: 80px;
  border-bottom: 1px solid #efefef;
}
.small-header-wrapper.faq-article {
  height: auto;
  padding: 64px 0 80px 0;
}
.small-header-wrapper.faq-article h1 {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .small-header-wrapper.faq-article {
    padding: 56px 0;
    margin-bottom: 56px;
  }
  .small-header-wrapper.faq-article h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 680px) {
  .small-header-wrapper.faq-article {
    padding: 32px 0;
    margin-bottom: 32px;
  }
  .small-header-wrapper.faq-article h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .section--faq-single {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}
/**************************
=Blog
**************************/
.section--blog {
  position: relative;
  background-color: #eb4f47;
  text-align: center;
  padding-top: 64px;
}
.section--blog .container {
  position: relative;
  z-index: 20;
}
.section--blog h1 {
  color: #fff;
  font-size: 48px;
  line-height: 125%;
}
.section--blog:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 96px;
  width: 100%;
  background-color: #fff;
}
.section--blog-content {
  padding-top: 72px;
}
.section--blog-content .editor {
  padding-right: 88px;
}
.section--blog-content .editor h1,
.section--blog-content .editor h2,
.section--blog-content .editor h3,
.section--blog-content .editor h4,
.section--blog-content .editor h5,
.section--blog-content .editor h6 {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 16px;
  padding-bottom: 0;
  line-height: 150%;
  color: #292929;
}
.section--blog-content .editor h1:before,
.section--blog-content .editor h2:before,
.section--blog-content .editor h3:before,
.section--blog-content .editor h4:before,
.section--blog-content .editor h5:before,
.section--blog-content .editor h6:before,
.section--blog-content .editor h1:after,
.section--blog-content .editor h2:after,
.section--blog-content .editor h3:after,
.section--blog-content .editor h4:after,
.section--blog-content .editor h5:after,
.section--blog-content .editor h6:after {
  display: none;
}
.section--blog-content .editor p {
  font-size: 17px;
  line-height: 175%;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.section--blog-content .editor p + h1,
.section--blog-content .editor p + h2,
.section--blog-content .editor p + h3,
.section--blog-content .editor p + h4,
.section--blog-content .editor p + h5 {
  padding-top: 16px;
}
.section--blog-content + .news-wrapper {
  margin-top: 54px;
  padding-bottom: 104px;
}
.section--related-articles {
  padding: 80px 0;
}
.section--begrippenlijst {
  position: relative;
  background-color: #eb4f47;
  text-align: center;
  padding: 64px 0 120px 0;
}
.section--begrippenlijst .container {
  position: relative;
  z-index: 20;
}
.section--begrippenlijst h1 {
  color: #fff;
  margin-bottom: 16px;
}
.section--begrippenlijst p {
  color: #fff;
  font-size: 18px;
  line-height: 175%;
}
.section--begrippenlijst-content {
  padding-top: 120px;
}
.section--begrippenlijst-content .editor h2 {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 16px;
  padding-bottom: 0;
  color: #292929;
}
.section--begrippenlijst-content .editor h2:before,
.section--begrippenlijst-content .editor h2:after {
  display: none;
}
.section--begrippenlijst-content .editor h1,
.section--begrippenlijst-content .editor h3,
.section--begrippenlijst-content .editor h4,
.section--begrippenlijst-content .editor h5,
.section--begrippenlijst-content .editor h6 {
  font-family: 'Roboto Bold', sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 16px;
  padding-bottom: 0;
  line-height: 150%;
  color: #292929;
}
.section--begrippenlijst-content .editor h1:before,
.section--begrippenlijst-content .editor h3:before,
.section--begrippenlijst-content .editor h4:before,
.section--begrippenlijst-content .editor h5:before,
.section--begrippenlijst-content .editor h6:before,
.section--begrippenlijst-content .editor h1:after,
.section--begrippenlijst-content .editor h3:after,
.section--begrippenlijst-content .editor h4:after,
.section--begrippenlijst-content .editor h5:after,
.section--begrippenlijst-content .editor h6:after {
  display: none;
}
.section--begrippenlijst-content .editor p {
  font-size: 17px;
  line-height: 175%;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.section--begrippenlijst-content .editor p + h1,
.section--begrippenlijst-content .editor p + h2,
.section--begrippenlijst-content .editor p + h3,
.section--begrippenlijst-content .editor p + h4,
.section--begrippenlijst-content .editor p + h5 {
  padding-top: 16px;
}
.section--begrippenlijst-intro {
  position: relative;
  background-color: #eb4f47;
  text-align: center;
  padding: 64px 0 56px 0;
}
.section--begrippenlijst-intro .container {
  position: relative;
  z-index: 20;
}
.section--begrippenlijst-intro h1 {
  color: #fff;
  margin-bottom: 16px;
}
.section--begrippenlijst-intro p {
  color: #fff;
  font-size: 18px;
  line-height: 175%;
}
.section--begrippenlijst-archive {
  padding: 104px 0;
}
.section--cta {
  background-color: #ffffff;
  position: relative;
  padding-top: 64px;
}
.section--cta:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% + 50px);
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.section--cta + .footer-wrapper {
  border-top: 0;
}
@media only screen and (max-width: 1199px) {
  .section--cta {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .section--blog {
    padding-top: 0;
  }
  .section--blog-content .editor {
    padding-right: 64px;
  }
  .section--blog-content + .news-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section--begrippenlijst-archive {
    padding: 80px 0;
  }
  .section--begrippenlijst-intro {
    padding: 64px 0 40px 0;
  }
}
@media only screen and (max-width: 955px) {
  .section--blog {
    padding-top: 40px;
  }
  .section--blog-content {
    padding-top: 48px;
  }
  .section--blog-content .editor {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section--blog {
    padding-top: 24px;
  }
  .section--blog-content .editor h1,
  .section--blog-content .editor h2,
  .section--blog-content .editor h3,
  .section--blog-content .editor h4,
  .section--blog-content .editor h5,
  .section--blog-content .editor h6 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .section--blog-content .editor p + h1,
  .section--blog-content .editor p + h2,
  .section--blog-content .editor p + h3,
  .section--blog-content .editor p + h4,
  .section--blog-content .editor p + h5 {
    padding-top: 0px;
  }
  .section--blog-content + .news-wrapper {
    padding-bottom: 64px;
  }
  .section--related-articles {
    padding: 48px 0;
  }
  .section--begrippenlijst-intro {
    padding: 24px 0;
  }
  .section--begrippenlijst-intro p {
    font-size: 16px;
    line-height: 150%;
  }
  .section--begrippenlijst {
    padding: 24px 0 56px 0;
  }
  .section--begrippenlijst p {
    font-size: 16px;
    line-height: 150%;
  }
  .section--cta {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .section--blog h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .section--blog-content {
    padding-top: 32px;
  }
  .section--blog-content + .news-wrapper {
    margin-top: 48px;
  }
  .section--begrippenlijst-content {
    padding-top: 64px;
  }
  .section--begrippenlijst-content .editor h2 {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 8px;
  }
  .section--begrippenlijst-content .editor p {
    font-size: 16px;
    line-height: 150%;
  }
  .section--begrippenlijst-content .editor h1,
  .section--begrippenlijst-content .editor h3,
  .section--begrippenlijst-content .editor h4,
  .section--begrippenlijst-content .editor h5,
  .section--begrippenlijst-content .editor h6 {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 8px;
    padding-top: 0;
  }
  .section--begrippenlijst-archive {
    padding: 40px 0;
  }
}
.backlink {
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 40px;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.backlink svg {
  margin-right: 16px;
}
.backlink:hover {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .backlink {
    margin-bottom: 16px;
  }
}
.blog-author {
  display: inline-flex;
  align-items: center;
  margin: 24px 0 48px 0;
}
.blog-author__image {
  height: 64px;
  width: 56px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  margin-right: 24px;
}
.blog-author__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-author__image--big {
  position: relative;
  height: 160px;
  width: 144px;
  margin-right: 56px;
}
.blog-author__name {
  color: #fff;
  font-size: 18px;
  line-height: 175%;
}
.blog-author__name--big {
  font-family: 'Roboto bold', sans-serif;
  color: #292929;
  font-size: 24px;
  margin-bottom: 8px;
}
.blog-author__function {
  color: #eb4f47;
  font-size: 16px;
  margin-bottom: 16px;
}
.blog-author p {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  line-height: 175% !important;
}
.blog-author__socials {
  transform: translate(90px, -80px);
}
.blog-author__socials .mail {
  position: absolute;
  left: 28px;
}
.blog-author__socials .linkedin {
  position: absolute;
  top: 45px;
}
.blog-author--snippet {
  background-color: #f7f7f7;
  padding: 40px 48px;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .blog-author--snippet {
    padding: 32px;
    margin: 24px 0 0 0;
  }
}
@media only screen and (max-width: 955px) {
  .blog-author--snippet {
    margin: 24px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-author {
    margin: 24px 0 32px 0;
  }
  .blog-author__image {
    transform: scale(0.9);
    margin-right: 16px;
  }
  .blog-author__image--big {
    margin-right: 40px;
  }
  .blog-author__name {
    font-size: 17px;
  }
  .blog-author__name--big {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-author {
    margin: 16px 0;
  }
  .blog-author__image {
    transform: scale(0.8);
    margin-right: 8px;
  }
  .blog-author__image--big {
    margin-right: 0;
  }
  .blog-author__content {
    text-align: center;
  }
  .blog-author__socials {
    transform: translate(80px, -100px);
  }
  .blog-author__image-wrapper {
    margin-bottom: 16px;
  }
  .blog-author--snippet {
    flex-direction: column;
    padding: 24px 32px 32px 32px;
  }
}
.blog-image {
  position: relative;
  height: 470px;
  z-index: 20;
}
.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog-image {
    height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-image {
    height: 240px;
  }
}
.sticky-cta {
  color: #fff;
  background-color: #292929;
  position: -webkit-sticky;
  position: sticky;
  margin-top: 44px;
  top: 213px;
  padding: 64px 48px 48px 48px;
}
.sticky-cta__image {
  position: absolute;
  left: 48px;
  top: 0;
  transform: translateY(-50%);
  height: 88px;
  width: 80px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  margin-bottom: 24px;
}
.sticky-cta__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sticky-cta h3 {
  font-family: 'Lato bold', sans-serif;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
  color: #fff;
}
.sticky-cta p {
  display: none;
}
.sticky-cta ul {
  margin-bottom: 32px;
}
.sticky-cta ul li {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 175%;
  padding-left: 32px;
}
.sticky-cta ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/markant/static/images/svg/checkmark-red.svg');
  background-size: 16px;
  background-repeat: no-repeat;
}
.sticky-cta .btn {
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .sticky-cta {
    padding: 56px 32px 32px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .sticky-cta {
    margin-top: 24px;
    padding: 32px;
  }
  .sticky-cta__image {
    display: none;
  }
}
.main {
  padding-top: 132px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main {
    padding-top: 124px;
  }
}
@media only screen and (max-width: 900px) {
  .main {
    padding-top: 104px;
  }
}
@media only screen and (max-width: 640px) {
  .main {
    padding-top: 96px;
  }
}
.btn {
  display: inline-flex;
  text-decoration: none;
  font-family: 'Roboto bold', sans-serif;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 175%;
  transition: all 0.2s ease-in-out;
}
.btn--red {
  background-color: #eb4f47;
  color: #ffffff;
}
.btn--red:hover {
  background-color: #D74038;
}
.btn--black {
  background-color: #292929;
  color: #ffffff;
}
.btn--black:hover {
  background-color: #000;
}
.btn--arrow {
  align-items: center;
}
.btn--arrow svg {
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
.share-article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 48px;
}
.share-article__title {
  font-family: 'Roboto bold', sans-serif;
  font-size: 16px;
  line-height: 175%;
}
.share-article ul {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.share-article ul li {
  padding: 0;
  margin-right: 8px;
}
.share-article ul li a {
  display: inline-flex;
}
.share-article ul li:before {
  display: none;
}
.share-article ul li:last-child {
  margin-right: 0;
}
/**************************
=Tile
**************************/
.tile__inner {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  text-decoration: none;
  border: 1px solid #efefef;
  height: 100%;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.tile__image {
  height: 230px;
  border-bottom: 2px solid #eb4f47;
}
.tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile__content {
  background-color: #fff;
  padding: 32px;
  transition: all 0.2s ease-in-out;
  flex-grow: 1;
}
.tile__author {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.tile__author-img {
  width: 40px;
  height: 48px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
}
.tile__author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile__author-name {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  color: #292929;
  margin-left: 16px;
}
.tile__title {
  color: #292929;
  font-family: 'Roboto Medium', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 125%;
}
.tile__summary {
  color: #292929;
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.tile--news:hover .tile__inner {
  transform: translateY(-8px);
}
.tile--news:hover .tile__content {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 991px) {
  .tile--news {
    padding: 16px;
  }
  .tiles--news {
    margin-top: -24px;
  }
}
.section-particle {
  position: absolute;
}
.section-particles {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.section-particles--blog .section-particle--left {
  left: 0;
  top: 10%;
}
.section-particles--blog .section-particle--left img {
  width: 268px;
  height: auto;
}
.section-particles--blog .section-particle--right {
  right: 0;
  bottom: 30%;
}
.section-particles--blog .section-particle--right img {
  width: 172px;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .section-particles--blog .section-particle--left img {
    width: 188px;
  }
  .section-particles--blog .section-particle--right img {
    width: 122px;
  }
}
@media only screen and (max-width: 991px) {
  .section-particles--blog .section-particle--left {
    top: 25%;
  }
  .section-particles--blog .section-particle--right img {
    width: 122px;
  }
}
@media only screen and (max-width: 767px) {
  .section-particles--blog .section-particle--left {
    display: none;
  }
  .section-particles--blog .section-particle--right img {
    width: 122px;
  }
}
.scroll-down {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  z-index: 40;
}
.scroll-down__bg {
  position: absolute;
}
.scroll-down__bg-big {
  position: absolute;
}
.scroll-down__arrow {
  position: absolute;
}
.new-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: 1px;
  opacity: 0.8;
}
.new-subtitle--red {
  color: #eb4f47;
}
/* Begrippenlijst: archive */
.begrip {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -32px 42px -32px;
}
.begrip:last-child {
  margin-bottom: 0;
}
.begrip__top {
  position: relative;
  display: flex;
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  top: 50%;
  margin: 0 32px 18px 32px;
}
.begrip__top:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 50%;
  border-top: 1px dotted #292929;
  z-index: 10;
}
.begrip__letter {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.begrip__letter span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
}
.begrip li {
  padding: 6px 32px;
  width: 33.3333%;
  max-width: 33.3333%;
  flex-basis: 33.3333%;
  list-style-type: none;
}
.begrip li a {
  color: #292929;
  opacity: 0.9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .begrip {
    margin: 0 0 42px 0;
  }
}
@media only screen and (max-width: 991px) {
  .begrip {
    margin: 0 -12px 42px -12px;
  }
  .begrip li {
    padding: 6px 16px;
  }
  .begrip__top {
    margin: 0 16px 18px 16px;
  }
}
@media only screen and (max-width: 480px) {
  .begrip {
    margin: 0 0 16px 0;
  }
  .begrip li {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 8px 0;
  }
  .begrip__letter svg {
    transform: scale(0.8);
    margin-left: -8px;
  }
  .begrip__letter span {
    margin-left: -8px;
  }
  .begrip__top {
    margin: 0;
  }
}
.begrippenlijst-nav {
  margin-top: 80px;
}
.begrippenlijst-nav__letter {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  .begrippenlijst-nav {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .begrippenlijst-nav__letter {
    display: inline-flex;
    justify-content: center;
    font-size: 15px;
    width: 40px;
    padding: 0;
    height: 32px;
    align-items: center;
  }
}
.cta {
  position: relative;
  background-color: #292929;
  padding: 80px 64px 64px 64px;
  text-align: center;
  margin-top: 50px;
}
.cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__content h1,
.cta__content h2,
.cta__content h3,
.cta__content h4,
.cta__content h5,
.cta__content h6 {
  font-family: 'Lato Black', sans-serif;
  color: #ffffff !important;
  font-size: 40px;
  line-height: 150%;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.cta__content h1:before,
.cta__content h2:before,
.cta__content h3:before,
.cta__content h4:before,
.cta__content h5:before,
.cta__content h6:before,
.cta__content h1:after,
.cta__content h2:after,
.cta__content h3:after,
.cta__content h4:after,
.cta__content h5:after,
.cta__content h6:after {
  display: none;
}
.cta__content p {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 175%;
  width: 600px;
  max-width: 100%;
}
.cta__image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 88px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 74%, 0% 25%);
}
.cta__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .cta {
    padding: 48px 24px 32px 24px;
    margin-top: 40px;
  }
  .cta__image {
    height: 80px;
    width: 68px;
  }
  .cta__content h1,
  .cta__content h2,
  .cta__content h3,
  .cta__content h4,
  .cta__content h5,
  .cta__content h6 {
    font-size: 32px;
    line-height: 125%;
  }
  .cta__content p {
    padding-bottom: 16px;
  }
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity .5s linear 0.2s;
  -moz-transition: opacity .5s linear 0.2s;
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}
.section-cta {
  position: relative;
  margin-bottom: 40px;
}
.section-cta__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-cta__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-cta .content-block {
  padding-top: 200px !important;
  transform: translateY(40px);
}
@media only screen and (max-width: 767px) {
  .section-cta {
    margin-bottom: 0;
  }
  .section-cta__background {
    height: 240px;
    position: relative;
    width: auto;
  }
  .section-cta .content-block {
    padding-top: 88px !important;
    transform: translateY(0px);
  }
}
