@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/*======================================
  Selectric
  ======================================*/
  .selectric-wrapper {
    position: relative;
    cursor: pointer;
    width: 100%;
  }

  .selectric-responsive {
    width: 100%;
  }

  .selectric {
    border-radius: 0;
    background: #fff;
    position: relative;
    margin-bottom: 25px;
    
  }

  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #764014;
    background-color: #fff;
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    padding-top: 16px;
    height: 46px;
    border: none;
    font-family: museo-sans, sans-serif;
    background-image: url(/images/select.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
  }

  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #000;
    opacity: 0;
    text-align: center;
    background-size: contain;
    visibility: none;
    background-image: url(/images/select.png);
  }

  .selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    border-bottom: none;
  }

  .selectric-focus .selectric {
    background: #e6007e;
  }
  .selectric-focus .selectric .label {
    color: #000;
  }
  .selectric-focus .selectric .button:after {
    border-top-color:#e6e6e6;
  }

  .selectric-hover .selectric {
    background: #e6007e;

  }
  .selectric-hover .selectric .label {
   color: #000;
 }

 .selectric-hover .selectric .button {
  color: #e6e6e6;
}

.selectric-hover .selectric .button:after {
  border-top-color: #e6e6e6;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  color: #000;
  cursor: pointer;
  padding: 10px 25px;
  font-size: 1.3em;
}

.selectric-items li.selected:not(.annihilate-all-prefs) {
  background: transparent;
  color: #333333;
}

.selectric-items li.highlighted {
 background: transparent;
 color: #BA9D57;
}

.selectric-items li:hover {
  background: transparent;
  color: #BA9D57;
}
.selectric-items .selectric-group .selectric-group-label:hover {
  background: transparent;
  color: #BA9D57;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #000 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  /*font-weight: bold;*/
  padding-left: 30px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #000;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li:not(.selectric-group-label) {
  padding-left: 35px;
  display: none;
}
.selectric-items .alwaysHide {
  display: none !important;
}
.selectric-items ul li {
  padding-left: 50px;
  position: relative;
}
.selectric-items li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.6rem;
  position: absolute;
  top: 1px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
.selectric-items .selectric-group li:not(.selectric-group-label):before {
  left: 16px;
  content: "\f058";
  font-size: 1.2rem;
}
.selectric-items .selectric-group li.selected:not(.annihilate-all-prefs):not(.selectric-group-label):before {
  content: "\f111";
  font-weight: bold;
}
.selectric-items li.selected:not(.annihilate-all-prefs):before {
  content: "\f058";
  display: block;
}
/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: museo-sans, sans-serif;
    overflow-x: hidden;

}

.bodyoverlay {
    background-color: rgba(0, 0, 0, 0.377);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 30;
    display: none;
}

.privcnt .mob {
    display: none !important;
}

h1:not(.page_header h1):not(.ticker h1):not(.home_banner h1) {
    color: #764014;
    font-family: museo-slab, serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 40.8px;
    text-align: center;
    margin-bottom: 40px;
}

h2 {
    color: #764014;
    font-weight: 900;
    font-family: museo-slab, serif;
    font-size: 34px;
    line-height: 40.8px;
}

.subbb {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}


.page_header {
    height: 350px;
    position: relative;
    background: radial-gradient(22.55% 32.13% at 50.09% 59.62%, #FFFFFF 3.01%, rgba(255, 255, 255, 0.732464) 32.85%, rgba(255, 255, 255, 0) 100%), #FFDF8B;
    margin-bottom: 98.14px;
}

.page_header .slogan {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 630px;
}

.page_header .slogan .shape {
    position: relative;
}

.page_header .slogan img:not(.graantjesboven):not(.graantjesonder) {
    width: 100%;
}

.page_header .slogan img.graantjesboven {
    position: absolute;
    top: -60%;
    right: -10%;
    width: 130px;
    animation: wiggle 3s infinite;
}

.page_header .slogan img.graantjesonder {
    position: absolute;
    bottom: -40%;
    left: -15%;
    width: 100px;
    animation: wiggle 3s infinite;
}

.page_header h1 {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-4deg);
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    width: 80%;
    color: #764014;
    font-family: 'social-gothic', sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_header.small_font h1 {
    font-size: 40px;
}

.page_header .shapebottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* Tekst pages */
.tekst_page {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1300px;
    margin-bottom: 140px;
}

.tekst_page h2 {
    color: #764014;
    font-family: 'museo-slab', serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 40.8px;
    margin-bottom: 25px;
}

.tekst_page h3 {
    color: #dd9604;
    font-family: 'museo-slab', serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

.tekst_page .tekst {
    color: #764014;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
}

.tekst p {
    margin-bottom: 30px;
}

.tekst ol, .tekst ul {
    list-style-position: outside;
    padding-left: 25px;
}

.tekst ol {
    list-style-type: numeric;
}

.tekst li {
    margin-bottom: 30px;
}

.tekst small {
    padding-top: 20px;
    font-size: 0.8em;
    display: block;
}

.tekst dl {
    display: flex;
    flex-wrap: wrap;
}

.tekst dt {
    width: 40px;
    margin-bottom: 10px;
}

.tekst dd {
    width: calc(100% - 40px);
    margin-bottom: 10px;
}

.logos {
    margin-top: 60px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.logos img {
    align-content: flex-start;
}

.tekst_page section:not(:first-child) {
    margin-top: 40px;
}

.tekst_page .img {
    margin: 40px 0;
}

.tekst_page .img img {
    max-width: 100%;
}

/* /Tekst pages */


.usp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1300px;
    margin: 0 auto;
    padding: 130px 10px 50px 10px;
}

.usp>h2 {
    text-align: center;
    margin-bottom: 50px;
}

.usp>div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.usp>div>img {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.usp>div article {
    width: 31.33%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.usp>div article img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.usp>div article h3 {
    color: #764014;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

.usp>div article>div {
    width: 100%;
    max-width: 280px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.usp>div article>div div {
    font-weight: 400;
    font-size: 15px;
    color: #764014;
    line-height: 180%;
}

.usp>a {
    background-color: #E30613;
    border: 2px solid #E30613;
    transition: all 0.8s ease;
    color: white;
    width: fit-content;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.usp>a:hover {
    background-color: transparent;
    color: #E30613;
}

/* KEYFRAMES */

.come-in {
    transform: translateY(150px);
    animation: come-in 1.5s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1.5s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1200px) {
    .come-in-left {
        transform: translateX(-300px);
        animation: come-in-left 0.8s ease forwards;
    }

    .come-in-left:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 1200px) {
    .come-in-right {
        transform: translateX(300px);
        animation: come-in-right 0.8s ease forwards;
    }

    .come-in-right:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        color: #4b4b4b;
    }

    5% {
        color: #8bcf97
    }

    10% {
        color: #4b4b4b;
    }

    20% {
        color: #8bcf97
    }

    21% {
        color: #4b4b4b;
    }

    50% {
        color: #4b4b4b;
    }

    100% {
        color: #4b4b4b;
    }
}

@keyframes pulse2 {
    0% {
        color: #e0d8c36e;
    }

    5% {
        color: #DD9604
    }

    10% {
        color: #e0d8c36e;
    }

    20% {
        color: #DD9604
    }

    21% {
        color: #e0d8c36e;
    }

    50% {
        color: #e0d8c36e;
    }

    100% {
        color: #e0d8c36e;
    }
}


/* EINDE KEYFRAMES */


/* Bevestiging */

.bevestiging_bg {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bevestiging {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    max-width: 700px;
    padding: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bevestiging i {
    font-size: 3em;
    color: #DD9604;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    color: #DD9604;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 400;
    font-size: 2em;
    text-align: center;
    color: #DD9604;
    margin-bottom: 10px !important;
}

.bevestiging p {
    line-height: 150%;
    color: #DD9604;
    font-size: 17px;
    font-weight: 200;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #DD9604;
    font-weight: 200;
    color: white;
    margin-top: 20px;
    border: 1px solid #DD9604;
    transition: all 1s ease;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #DD9604;
}


/* Einde Bevestiging*/

.jobdag_page {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.jobdag_content {
    width: 50%;
    margin-top: 30px;
    padding: 10px;
}

.jobdag_content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 30px;
}

.jobdag_content div {
    line-height: 180%;
}

.jobdag_content div ul {
    padding-left: 20px;
    list-style-type: disc;
    line-height: 180%;
}

.jobdag_page aside {
    width: 45%;
    padding: 70px 70px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/images/soll_mask_reverse2.png);
    z-index: 10;
}

.jobdag_page aside h2 {
    transform: translateY(30px);
    margin-bottom: 100px;
    color: #764014;
    font-family: museo-slab, serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 40.8px;
    width: 80%;
    margin-bottom: 50px;
    text-align: left !important;
}

.jobdag_page aside img {
    position: absolute;
    z-index: 12;
    width: 100px;
    right: -20px;
    top: -70px;
    transform: rotate(-70deg);
}

.jobdag_page aside .field {
    width: 100%;
}

.jobdag_page aside .field label {
    color: #764014;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
    margin-bottom: 10px;
}


.jobdag_page aside .field input {
    color: #764014 !important;
    border: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
    padding: 8px 16px;
    width: 100%;
    margin-bottom: 14px;
}

.selectric-scroll .disabled {
    display: none;
}

.jobdag_page aside input[type=submit] {
    background-color: #E30613;
    border: 2px solid #E30613;
    transition: all 0.8s ease;
    color: white !important;
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    font-family: museo-sans, sans-serif;
}

.slotholder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.slotholder h3 {
    width: 100%;
    color: #764014;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
    margin-bottom: 10px;
}

.slotholder>div {
    width: 49%;
    padding: 10px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.jobdag_page aside h4 {
    width: 100%;
    color: #252525;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
    margin-bottom: 10px;
}


.timeslot {
    display: none;
}

.timeslot+label {
    background: #F8F5F3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    margin: 1%;
    position: relative;
    padding: 10px 50px;
    border-radius: 200px;
    cursor: pointer;
}

.timeslot:checked+label {
    background-color: #DD9604;
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-size: 14px !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #764014 !important;
    background-color: #fff;
    width: 100%;
    padding: 12px;
    display: inline-block;
    margin-bottom: 20px;
}

.inputfile:focus+label,
.inputfile+label:hover {
    background-color: #e8e8e8;
}

.inputfile+label {
    cursor: pointer;
    /* "hand" cursor */
}

.filllabel {
    margin-bottom: 10px;
}

.inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
    pointer-events: none;
}

/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    z-index: 9999;
    left: 10px;
    bottom: 10px;
    background-color: white;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #3e3e3e;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
}

.plenso_cookies>div a {
    color: #3e3e3e;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #DD9604;
    color: white;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    padding: 18px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.plenso_cookies>a:hover {
    transform: scale(1.1);
}


/* Einde cookiemelding */


/* GDPR */

#content-container {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding-top: 100px;
    font-family: museo-sans, sans-serif;
}

#content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    color: #e30613;
    margin-bottom: 20px;
    margin-top: 150px;
    font-family: museo-slab, serif;
}

#content-container.borlix h1 {
    color: #153B8B;
}

#content-container h2 {
    color: #e30613;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
    font-family: museo-slab, serif;
}

#content-container.borlix h2 {
    color: #153B8B;
}

#content-container h3 {
    background: #e30613;
    color: #fff;
    font-size: 1.1em;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
    font-family: museo-slab, serif;
}

#content-container.borlix h3 {
    background-color: #153B8B;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
    font-family: museo-slab, serif;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
    font-size: 1.1em;
    font-family: museo-sans, sans-serif !important;
    font-weight: 200;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #DD9604;
    font-weight: 700;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #4C4C4C;
    color: #fff;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}


/* Einde GDPR */


/* Curtaindrop */

.curtain-click {
    cursor: pointer;
}

.curtaindrop {
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
}

.curtaindrop>video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.curtaindrop .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.678);
    opacity: 0.8;
}

.curtaindrop>div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 1000px;
    color: #fff;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.curtaindrop .button {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    font-size: 20px;
    color: white;
    background-color: #DD9604;
    transition: all 0.8s ease;
    margin-top: 30px;
}

.curtaindrop .button:hover {
    transform: scale(1.1);
}

.curtaindrop p {
    font-size: 1.4em;
    line-height: 1.6em;
}

.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: 900;
    font-size: 3em;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #DD9604 !important;
}

.curtaindrop>span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #ffffff;
    border-left: 18px solid transparent;
}

.curtaindrop>span>i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #FFDF8B;
    width: 300px;
    overflow: hidden;
    top: -34px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.curtaindrop>span:before {
    position: absolute;
    top: -38px;
    cursor: pointer;
    left: -17px;
    height: 34px;
    line-height: 34px;
    color: #FFDF8B;
    font-weight: bold;
    font-size: 25px;
    width: 36px;
    display: block;
    text-align: center;
    content: '!';
}

.curtain-close {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 60px;
    cursor: pointer;
    color: #fff;
    z-index: 100000000;
}


/* Einde Curtaindrop */


/* NAVIGATIE DESKTOP */


/* Navigatie */

.gototop {
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    right: -100px;
    bottom: 40px;
    color: #FFF;
    font-size: 1em;
    opacity: .8;
    cursor: pointer;
    transition: all .3s;
    border-radius: 200;
    border: none;
    background-color: #e30613 !important;
    transition: all 1s ease;
}

.gototop.borlix {
    background-color: #153B8B !important;
}

.gototop:hover {
    transform: translateY(-10px);
}

.navigatie .logo img {
    width: 100%;
}

.navigatie.home>div {
    width: 250px;
}

.navigatie.home>div:first-of-type .nav_jobs {
    background-color: #e30613;
    border: 2px solid #e30613;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    transition: all .8s ease;
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
}

.navigatie.home>div:last-of-type .nav_jobs {
    background-color: #153B8B;
    border: 2px solid #153B8B;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    transition: all .8s ease;
    font-size: 15px;
    margin-top: 30px;
    width: 100%;
}

.nav_jobs.mob {
    display: none !important;
}

.navigatie.home .logo .short {
    display: none;
}

.navigatie nav {
    margin-top: 30px;
}

.navigatie nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: flex-end;
}

.navigatie nav ul li:not(:last-of-type) {
    margin-right: 70px;
}

.navigatie nav a {
    color: #764014;
    will-change: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    transition: all 0.2s ease;
}

.navigatie li.active a {
    font-weight: 700;
}

.navigatie ul li:last-of-type a {
    background-color: #E30613;
    padding: 10px 20px;
    border: 2px solid #e30613;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.8s ease;
}

.navigatie.borlix ul li:last-of-type a {
    background-color: #153B8B;
    border: 2px solid #153B8B;
}

.navigatie nav a:hover {
    font-weight: bold;
}


/* EINDE NAVIGATIE DESKTOP */


/* RESPONSIVE NAVIGATIE */

.menubtn {
    width: 40px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
    transition: all .3s;
}

.menubtn:hover {
    transform: scale(1.05);
}

.menuoverlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
}

.res-nav {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 10000;
    overflow: auto;
    transition: all .6s;
    background-color: #fff;
    padding-bottom: 100px;
    background-image: url(/images/navbg.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 60%;
}

.res-nav .res-logo {
    width: 200px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.overvisible {
    display: block;
}

.nav_top {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 30px;
}

.closebtn {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
    left: 0;
}

.res-nav nav {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 20px 50px;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(0deg);
}

.rotateImg {
    transform: rotate(-180deg) !important;
}

.navitem a {
    text-align: left;
    display: inline-block;
    color: rgba(0, 0, 0, 0.74);
    font-size: 50px;
    font-weight: 600;
    position: relative;
}

.navitem a,
.navitem a:after,
.navitem a:before {
    transition: all .5s;
}

.navitem a:hover {
    color: #DD9604;
}

.navitem a:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #DD9604;
    height: 2px;
}

.navitem a:hover:after {
    width: 100%;
}

.navitem i {
    font-size: 25px;
    transition: all .3s;
}

.navitem .rotate {
    transform: rotate(90deg);
}

.activelink {
    color: #DD9604 !important;
}

.navitem ul {
    display: none;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}

.navitem ul li {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 15px;
    border-left: 2px solid #eeeeee;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1.2em;
    color: #949494;
    padding: 7px 0;
    padding-left: 0;
}

.navi_footer>div {
    color: black;
}

.navi_footer img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.navi_footer img.logo {
    position: absolute;
    top: 30px;
    width: 100px;
    right: 30px;
}

.navi_footer>div {
    position: absolute;
    bottom: 10px;
    font-size: .9em;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.navi_footer>div div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.navi_footer>div p {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 7px;
    color: black;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
    z-index: 100;
}

.navi_footer span {
    margin: 0 10px;
}

.navi_footer a {
    color: black;
    font-size: .9em;
}


/* EINDE RESPONSIVE NAVIGATIE */


/* HOME */

.home_banner {
    width: 100%;
    position: relative;
}

.home_banner.home {
    min-height: 100vh;
    overflow: hidden;
}

.home_banner.home .content {
    min-height: 100vh;
}

.home_banner.home .bigimg,
.home_banner.home .medimg,
.home_banner.home .smaimg {
    min-height: 100vh;
    object-fit: cover;
}

.navigatie {
    width: 66%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0px 10px 20px 10px;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home_banner img {
    width: 100%;
}

.home_banner .bigimg {
    display: block !important;
}

.home_banner .medimg {
    display: none !important;
}

.home_banner.home .smaimg {
    display: none !important;
}

.home_banner img.shapebottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 5;
}

.home_banner .slogan {
    width: 600px;
    position: absolute;
    bottom: 22%;
    right: 24%;
}

.home_banner.home .slogan {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

.home_banner .slogan .shape {
    position: relative;
}

.home_banner .slogan .shape img {
    width: 100%;
}

.home_banner h1:not(.introtekst h1) {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-4deg);
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    width: 80%;
    color: #764014;
    font-family: social-gothic, sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home_banner .content {
    position: relative;
    left: 0;
    top: 0;
}

.home_banner .introtekst {
    position: absolute;
    top: 40%;
    left: 18%;
}

.introtekst.mob {
    display: none;
}

.home_banner .introtekst h1 {
    font-weight: 900;
    font-size: 34px;
    line-height: 40.8px;
    color: #764014;
    width: 186px;
    margin-bottom: 20px;
    font-family: museo-slab, serif;
    text-align: left !important;
}

.home_banner .introtekst div {
    font-weight: 400;
    color: #764014;
    font-size: 20px;
    line-height: 30px;
    width: 350px;
    margin-bottom: 20px;
    font-family: museo-sans, sans-serif;
}

.home_banner .introtekst a {
    background-color: #E30613;
    border: 2px solid #E30613;
    width: fit-content;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    transition: all 0.8s ease;
    font-size: 15px;
}

.home_banner .introtekst a:hover {
    background-color: transparent;
    color: #E30613;
}

.home_banner .introtekst.borlix a {
    background-color: #153B8B;
    border: 2px solid #153B8B;
}

.home_banner .introtekst.borlix a:hover {
    background-color: transparent;
    color: #153B8B;
}

.home_banner .graantjes2 {
    position: absolute;
    top: 7%;
    left: -30%;
    width: 137px;
}

.home_banner .graantjes1 {
    position: absolute;
    top: -30%;
    right: 28%;
    width: 137px;
}


/* Einde home banner */


/* Vacature overzicht */

.vac_ov.jobs {
    margin-bottom: 95px;
}

.vac_ov {
    text-align: center;
}

.vac_ov.borlix {
    padding: 50px 0 150px 0;
}

.vac_ov.mob {
    display: none;
}

.vac_ov h2 {
    color: #764014;
    font-family: museo-slab, serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 40.8px;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
}

.vac_ov .intro,
.stories .intro,
.contact_pagina .intro {
    color: #764014;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
}

.vac_ov .intro {
    width: 50%;
}

.vac_ov .intro a {
    color: #fff;
    padding: 8px 16px;
    background-color: #E30613;
    border-radius: 16px;
    margin-top: 18px;
    display: inline-block;
}

.vac_ov .intro a:hover {
    text-decoration: underline;
}

.vac_ov img.graantjes {
    width: 50px;
    margin-bottom: 10px;
}

.vac_ov.vacature h2 {
    width: 70%;
    margin: auto;
    margin-bottom: 52px;
}

.vac_ov_items {
    width: 72%;
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}

.vac_ov_items.borlix {
    width: fit-content;
    max-width: 72%;
}

.vac_ov_items.borlix {
    justify-content: center;
}

.vac_ov_items.mob {
    display: none;
}

.vac_ov_items article {
    padding: 28px;
    display: flex;
    flex-direction: column;
    width: 24%;
    position: relative;
    transition: all 0.8s ease;
    min-height: 380px;
}

.vac_ov_items article:hover {
    background-color: #f8f5f3;
}

.vac_ov_items article img {
    width: 100%;
    margin-bottom: 30px;
}

.vac_ov_items article h4 {
    color: #764014;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    width: 100%;
}

.vac_ov_items article h4 img.stroke {
    width: 80px;
    margin-top: 10px;
    margin-bottom: 0;
}

.vac_ov_items article .c {
    color: #764014;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 24px;
    text-align: left;
}

.vac_ov_items article .c p,
.vac_ov_items article .c ul li {
    text-align: left !important;
}

.vac_ov_items:not(.borlix) article a:not(a.full) {
    color: #E30613;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #E30613;
    display: flex;
    align-items: center;
    -ms-align-items: center;
    width: fit-content;
    position: absolute;
    bottom: 28px;
}

.vac_ov_items.borlix article a:not(a.full) {
    background-color: #153B8B;
    border: 2px solid #153B8B;
    color: white;
    width: 100%;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s ease;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 56px);
}

.vac_ov_items.borlix article a:not(a.full):hover {
    background-color: transparent;
    color: #153B8B;
}

.blokken.jobs a.diff {
    color: #E30613;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #E30613;
    display: flex;
    align-items: center;
    -ms-align-items: center;
    width: fit-content;
}

.vac_ov_items article a.full {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.vac_ov_items article i,
.blokken.jobs a.diff i {
    margin-left: 5px;
}

.vac_ov a.showmorevac {
    background-color: #E30613;
    border: 2px solid #e30613;
    color: white;
    width: fit-content;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
    margin-bottom: 98px;
    transition: all 0.8s ease;
}

.vac_ov a.showmorevac:hover {
    background-color: transparent;
    color: #E30613;
}

.vac_ov_items img.graantjes16 {
    position: absolute;
    width: 178.83px;
    left: -12%;
    bottom: -10%;
}

.vac_ov_items.borlix img.graantjes16 {
    left: 0;
}

.vac_ov_items img.graantjes18 {
    position: absolute;
    z-index: 20;
    width: 80px;
    right: -8%;
    top: -8%;
}

.vac_ov_items.borlix img.graantjes18 {
    right: 0;
    top: 0;
}

.vac_ov.vacature {
    position: relative;
}

.vac_ov.vacature img.graantjes15 {
    position: absolute;
    width: 100px;
    right: 10%;
    top: 2%;
}

.vac_ov_items .slick-dots {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}

.vac_ov_items.vacature .slick-dots {
    bottom: 100px;
    left: 10%;
}

.vac_ov_items .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    margin: 10px 5px;
    background-color: #e0ddda;
    border: 1px solid #e30613;
    cursor: pointer;
}

.vac_ov_items.borlix .slick-dots li {
    border: 1px solid #153B8B;
}

.vac_ov_items .slick-dots .slick-active {
    background-color: #e30613;
}

.vac_ov_items.borlix .slick-dots .slick-active {
    background-color: #153B8B;
}

.vac_ov_items .slick-dots li button {
    display: none;
}

.vac_ov_items .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: 0;
    color: #E30613;
    background: transparent;
}

.vac_ov_items .slick-arrow.slick-prev {
    left: 5px;
    font-size: 20px;
}

.vac_ov_items .slick-arrow.slick-next {
    right: 5px;
    font-size: 20px;
}

.vac_ov.vacature {
    margin-bottom: 137px;
}

.jobs_video {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto 120px auto;
}

.jobs_video video {
    width: 100%;
}

/* Einde vacature overzicht */


/* Blokken */

.blokken:not(.verhalen):not(.verhalendet):not(.verhalen_blokken .blokken) {
    width: 90%;
    margin: auto;
    position: relative;
    padding-left: 15%;
}

.verhalen_blokken .blokken {
    width: 90%;
    margin: auto;
}

.blokken.jobs {
    margin-bottom: 141px !important;
}

.blokken:last-of-type {
    margin-bottom: 50px;
}

.blokken>div {
    display: flex;
    flex-direction: row;
}

.blokken:nth-of-type(odd):not(.blokken.verhalen:nth-of-type(odd)):not(.blokken.verhalendet:nth-of-type(odd)):not(.verhalen_blokken .blokken:nth-of-type(odd)) {
    transform: translateX(-160px);
}

.blokken_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    -ms-aling-items: flex-start;
    padding: 100px;
    z-index: 2;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100% !important;
    transform: translate(140px, 50px);
    text-align: left !important;
}

.blokken:nth-of-type(odd):not(.blokken.verhalen:nth-of-type(odd)):not(.blokken.verhalendet:nth-of-type(odd)):not(.verhalen_blokken .blokken:nth-of-type(odd)) .blokken_content {
    width: 660px !important;
}

.blokken:nth-of-type(odd):not(.blokken.verhalen:nth-of-type(odd)):not(.blokken.verhalendet:nth-of-type(odd)):not(.verhalen_blokken .blokken:nth-of-type(odd)) .blokken_img {
    width: 677px !important;
}

.verhalen_blokken .blokken_content {
    width: 660px !important;
}

.blokken_content.ops {
    padding: 100px 100px 100px 0px;
}

.blokken:nth-of-type(even):not(.blokken.verhalendet:nth-of-type(even)):not(.verhalen_blokken .blokken:nth-of-type(even)):not(.blokken.verhalen) .blokken_content {
    transform: translate(-140px, 50px);
    background-size: 100% 100%;
    overflow: visible;
}

.blokken_img {
    z-index: 1;
    width: 100%;
    position: relative;
}

.blokken_img.slider.slick-initialized.slick-slider {
    min-height: 100%;
    object-fit: cover;
    width: 100% !important;
    max-width: 50%;
}

.blokken_img.slider .slick-list {
    height: 100%;
}

.slick-list .verhalen_blokken:nth-of-type(odd) .blokken_img,
.verhalen_blokken:nth-of-type(odd) .blokken_slider {
    width: 701px;
}

.verhalen_blokken .blokken>div {
    justify-content: center;
    padding-right: 8%;
}

.blokken_img .graantjes {
    width: 150px;
    position: absolute;
    bottom: -20px;
    right: -125px;
}

.blokken.jobs .graantjes19 {
    width: 170px;
    position: absolute;
    z-index: 5;
    top: -100px;
    left: -120px;
    transform: rotate(70deg);
}

.blokken .graantjestop {
    width: 110px;
    position: absolute;
    z-index: 5;
    top: -90%;
    right: -60%;
    transform: rotate(-70deg);
}

.blokken .graantjesbottom {
    width: 200px;
    position: absolute;
    z-index: 5;
    bottom: -25%;
    left: -23%;
}

.blokken.jobs .graantjes18 {
    width: 90px;
    position: absolute;
    z-index: 5;
    top: -50px;
    right: -50px;
}

.blokken_content .c h2 {
    color: #764014;
    font-size: 34px;
    font-family: museo-slab, serif;
    font-weight: 700;
    line-height: 40.8px;
    margin-bottom: 38px;
    width: 429px;
}

.blokken.jobs .blokken_content .c h2 {
    position: relative;
}

.blokken:nth-of-type(even) .blokken_content .c h2 {
    width: 200px;
    position: relative;
}

.blokken.jobs:nth-of-type(odd) .blokken_content .c h2 {
    width: 374px;
}

.blokken.jobs:nth-of-type(even) .blokken_content .c h2 {
    width: 283px;
}

.blokken_tekst {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #764014;
    margin-bottom: 30px;
}

.blokken_tekst strong {
    font-weight: 700;
}

.blokken_opsomming {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blokken_opsomming div {
    width: 48%;
    margin: 1%;
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #764014;
    position: relative;
}

.blokken_opsomming span {
    font-family: museo-slab, sans-serif;
    font-weight: 900;
    font-size: 60px;
    color: #DD9604;
    opacity: 25%;
    position: absolute;
    top: -10px;
    left: -10px;
}

.blokken_content a:not(a.diff) {
    background-color: #E30613;
    border: 2px solid #E30613;
    transition: all 0.8s ease;
    color: white;
    width: fit-content;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blokken_content a:not(a.diff):hover {
    background-color: transparent;
    color: #E30613;
}

.blokken_content.borlix a:not(a.diff) {
    background-color: #153B8B;
    border: 2px solid #153B8B;
}

.blokken_content.borlix a:not(a.diff):hover {
    background-color: transparent;
    color: #153B8B;
}

.tussenimg {
    margin: 50px 0 100px 0;
    position: relative;
    width: 100vw;
    height: 632px;
}

.tussenimg.borlix {
    overflow: hidden;
    margin-top: 150px;
}

.tussenimg img,
.tussenimg video {
    width: 100%;
    object-fit: fill;
}

.tussenimg .shapetop {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 5;
}

.tussenimg .shapebottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}


/* Einde blokken */


/* Aandachtskader */

.ak {
    width: 70%;
    margin: auto;
    margin-top: 100px;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}

.ak>div {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.ak_mask {
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ak article {
    display: flex !important;
    flex-direction: row;
    position: relative;
    background: radial-gradient(47.25% 47.25% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.732464) 20.89%, rgba(255, 255, 255, 0) 100%), #FFDF8B;
    overflow: hidden;
}

.ak article .content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 80px;
}

.ak article .img {
    height: 100%;
    max-width: 45%;
    overflow: hidden;
}

.ak article img {
    height: 100%;
}

.ak.vacature article .img img,
.ak.vacaturedetail article .img img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ak article h2 {
    color: #764014;
    font-weight: 900;
    font-family: museo-slab, serif;
    font-size: 34px;
    line-height: 40.8px;
    width: 272px;
    margin-bottom: 46px;
    position: relative;
}

.ak article h2 img {
    height: auto !important;
    position: absolute;
    width: 137px;
    top: -60px;
    right: -110px;
}

.ak article .c {
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    color: #764014;
    width: 401px;
    margin-bottom: 15px;
    margin-left: 50px;
    position: relative;
}

.ak article span {
    color: #764014;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    margin-left: 50px;
}

.ak article .c img {
    position: absolute;
    height: auto !important;
    width: 61px;
    top: -23px;
    left: -43px;
}

.ak a {
    background-color: #E30613;
    border: 2px solid #E30613;
    transition: all 0.8s ease;
    color: white;
    width: fit-content;
    padding: 10px 20px;
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    z-index: 200;
    left: 11%;
    bottom: -30px;
}

.ak.borlix a {
    background-color: #153B8B;
    border: 2px solid #153B8B;
}

.ak.vacature a,
.ak.vacaturedetail a {
    position: relative;
    left: 0;
    margin-left: 50px;
}

.ak a:hover {
    background-color: transparent;
    color: #E30613;
}

.ak.borlix a:hover {
    background-color: transparent;
    color: #153B8B;
}

.ak .slick-dots {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 15.5%;
    bottom: 50px;
    transform: translateX(-50%);
}

.blokken_img.slider .img {
    position: relative;
}

.blokken_img.slider .appendDots {
    position: absolute;
    left: 40%;
    bottom: -50px;
}

.blokken_img.slider .slick-dots {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.ak.vacature .slick-dots {
    bottom: 100px;
    left: 10%;
}

.ak.vacaturedetail .slick-dots {
    bottom: 100px;
    left: unset;
    right: 10%;
}

.ak .slick-dots li,
.blokken_img.slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #e30613;
    cursor: pointer;
}

.ak.borlix .slick-dots li,
.blokken_img.slider.borlix .slick-dots li {
    border: 1px solid #153B8B;
}

.ak .slick-dots .slick-active,
.blokken_img.slider .slick-dots .slick-active {
    background-color: #e30613;
}

.ak.borlix .slick-dots .slick-active,
.blokken_img.slider.borlix .slick-dots .slick-active {
    background-color: #153B8B;
}

.ak .slick-dots li button,
.blokken_img.slider .slick-dots li button {
    display: none;
}


/* Einde aandachtskader */


/* Jobs */

.solliciteren {
    width: 70%;
    margin: auto;
    margin-top: 100px;
    position: relative;
    margin-bottom: 100px;
    background-color: #f8f5f3;
    padding: 100px 170px;
}

.solliciteren.noform {
    flex: 1;
    align-self: flex-start;
}

.solliciteren.noform div.c {
    margin-top: 45px;
}

.solliciteren.noform div.c a {
    color: #764014;
    font-weight: 700;
}

.solliciteren>div {
    width: 100%;
}

.solliciteren>div h2 {
    position: relative;
}

.solliciteren>div h2 img {
    position: absolute;
    z-index: 12;
    width: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.solliciteren_mask,
.contact_mask {
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#errors,
#errorsdet {
    background-color: #fff;
    width: 40%;
    position: fixed;
    z-index: 40;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E30613;
    padding: 80px;
    line-height: 140%;
    border-radius: 10px;
}

#errors i,
#errorsdet i {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #E30613;
    font-size: 25px;
    cursor: pointer;
}

#errors p,
#errorsdet p {
    font-size: 20px;
    text-align: center;
}

#errors p:not(:last-of-type),
#errorsdet p:not(:last-of-type) {
    margin-bottom: 10px;
}

.vacature_form {
    margin-top: 39px;
    display: flex;
    flex-direction: column;
}

.vacature_form>div {
    display: flex;
    flex-direction: column;
}

.vacature_form label {
    color: #764014;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
    margin-bottom: 1px;
}

.vacature_form input,
.vacature_form select {
    background-color: white;
    border: none;
    height: 40px;
    margin-bottom: 29px;
    z-index: 11;
}

.vacature_form input,
.vacature_form textarea {
    color: #764014 !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
    padding: 8px 16px;
}

.vacature_form textarea {
    background-color: white;
    border: none;
    height: 117px;
    margin-bottom: 39px;
    z-index: 12;
}

.vacature_form select {
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    color: #e30613;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
}

.vacature_form select option {
    color: #e30613;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
}

.vacature_form select,
.vacature_form select option {
    color: #153B8B;
}

.vacature_form .cv {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 36px;
    z-index: 15;
    cursor: pointer;
}

.vacature_form .cv div:not(.extra) {
    width: 25%;
}

.vacature_form .cv div:first-of-type {
    width: 180px;
    height: 40px;
    border: 1px solid #e30613;
    color: #e30613;
    margin-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    cursor: pointer;
    transition: all 0.8s ease;
}

.vacature_form .cv div:first-of-type:hover {
    background-color: #E30613;
}

.vacature_form.borlix .cv div:first-of-type {
    border: 1px solid #153B8B;
    color: #153B8B;
}

.vacature_form.borlix .cv div:first-of-type:hover {
    background-color: #153B8B;
}

.vacature_form .cv div:first-of-type:hover .filllabel {
    color: white !important;
}

.filllabel {
    color: #E30613 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    font-family: museo-sans, sans-serif !important;
    cursor: pointer;
}

.filllabel i {
    margin-left: 10px !important;
}

.vacature_form .cv div.extra {
    color: #764014;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input {
    color: #764014 !important;
}

.vacature_form input[type=submit] {
    background-color: #E30613;
    border: 2px solid #E30613;
    transition: all 0.8s ease;
    color: white !important;
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    font-family: museo-sans, sans-serif;
}

.vacature_form.borlix input[type=submit] {
    background-color: #153B8B;
    border: 2px solid #153B8B;
}


/* Vacature detailpagina */

.vacature_detail {
    width: 70%;
    margin: auto;
    margin-top: 60px;
    color: #764014;
}

.vacature_detail .intro span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.vacature_detail .intro h2 {
    margin-top: 10px;
    margin-bottom: 37px;
}

.vacature_detail .intro .c {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    width: 75%;
}

.vacature_detail .intro .c p:not(:first-of-type) {
    margin-top: 10px;
}

.vacature_detail .content {
    margin-top: 82px;
    display: flex;
    flex-direction: row;
}

.vacature_detail .content .left {
    width: 50%;
    margin-right: 85px;
    padding-top: 50px;
}

.vacature_detail .content .right {
    width: 50%;
}

.vacature_detail .content .left article {
    margin-bottom: 50px;
}

.vacature_detail .content .left article h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

.vacature_detail .content .left article .c {
    font-size: 15px;
    line-height: 25px;
}

.vacature_detail .content .left article .c p:empty {
    margin: 10px 0;
}

.vacature_detail .content .left article .c strong {
    font-weight: 700;
}

.vacature_detail .content .left article .c ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}

.vacature_detail .content .solliciteren {
    margin-top: 0 !important;
    padding: 100px 70px;
}

.solliciteren a.button {
    margin-top: 40px;
    background-color: #E30613;
    border: 2px solid #E30613;
    transition: all 0.8s ease;
    color: white !important;
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    font-family: museo-sans, sans-serif;
    position: relative;
    z-index: 11;
}

.solliciteren a.button i {
    margin-left: 20px;
}


/* Einde jobs */


/* Verhalen */

.stories {
    width: 70%;
    margin: auto;
    text-align: center;
}

.stories img {
    width: 50px;
}

.stories>div.desk {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.stories>div.mob {
    display: none;
}

.blokken.verhalen {
    width: 50%;
    margin-bottom: 100px;
    position: relative;
}

.blokken.verhalen:nth-of-type(even) {
    transform: translateY(-100px);
}

.stories h2 {
    color: #764014;
    font-family: museo-slab, serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 40.8px;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
}

.blokken.verhalen .blokken_img,
.blokken.verhalen .blokken_slider {
    width: 100%;
}

.blokken.verhalen .blokken_img img,
.blokken.verhalen .blokken_slider img {
    width: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.blokken.verhalen .blokken_content {
    width: 360px;
    transform: translate(-70px, 45px);
    padding: 40px 50px;
}

.blokken.verhalen .blokken_content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #764014;
}

.blokken.verhalen .blokken_tekst {
    font-weight: 400;
    color: #764014;
    font-size: 15px;
    line-height: 25px;
}

.blokken.verhalen a.full {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.blokken.verhalen .blokken_content a:not(a.full) {
    background-color: transparent;
    color: #e30613;
    border: none;
    text-transform: unset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    padding: 0;
    border-bottom: 1px solid #e30613;
    width: fit-content;
    block-size: fit-content;
    width: -moz-fit-content;
}

.blokken.verhalen .blokken_content a i {
    margin-left: 10px;
}

.blokken.verhalen:first-of-type {
    transform: unset;
}

.quote {
    width: 50%;
    padding: 80px;
    padding-right: 100px;
    text-align: left;
}

.verhalen_detail .quote {
    position: relative
}

.stories .quote p {
    color: #764014;
    font-weight: 700;
    font-size: 23px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: left;
}

.quote span {
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #764014;
    text-align: left;
}

.quote>div {
    position: relative;
}

.quote img.q {
    position: absolute;
    width: 51px;
    top: -11%;
    left: -9%;
}

.quote img.graantjesbottom {
    position: absolute;
    width: 137px;
    bottom: -80%;
    left: -27%;
    transform: rotate(-20deg);
}

.quote img.graantjestop {
    position: absolute;
    width: 137px;
    transform: rotate(100deg);
    top: -80%;
    right: -10%;
}

.verhalen_blokken {
    background-color: #FFDF8B;
    background: radial-gradient(47.25% 47.25% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.732464) 20.89%, rgba(255, 255, 255, 0) 100%), #FFDF8B;
    padding: 150px 0;
    position: relative;
}

.verhalen_blokken>div {
    position: relative;
}

.verhalen_blokken .blokken:not(:last-of-type) {
    margin-bottom: 145px;
}

.verhalen_blokken .blokken:nth-of-type(even) {
    width: 70%;
    margin: auto;
}

.verhalen_blokken .blokken:nth-of-type(even) .blokken_img,
.verhalen_blokken .blokken:nth-of-type(even) .blokken_slider {
    width: 731px;
}

.verhalen_blokken .blokken:nth-of-type(even) .blokken_img img,
.verhalen_blokken .blokken:nth-of-type(even) .blokken_slider img {
    width: 100%;
}

.verhalen_blokken .blokken:nth-of-type(even) .blokken_content {
    padding: 0;
    padding-left: 100px;
    transform: translate(0px, 0);
}

.verhalen_blokken .blokken:nth-of-type(2) .blokken_content .c h2,
.blokken.verhalendet:nth-of-type(2) .blokken_content .c h2 {
    width: 100%;
}

.verhalen_blokken .shapetop {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 5;
}

.verhalen_blokken .shapebottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.verhalen_blokken .blokken .graantjes1 {
    width: 137px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    top: -30px;
    left: 0px;
}

.verhalen_blokken .blokken .graantjes18 {
    width: 100px;
    position: absolute;
    top: unset;
    bottom: 0px;
    right: -20%;
    transform: rotate(60deg);
}


/* Verhalen detailpagina */

.verhalen_detail {
    width: 70%;
    margin: auto;
    color: #764014;
    margin-bottom: 100px;
}

.verhalen_detail .intro {
    margin-bottom: 50px;
    position: relative;
}

.verhalen_detail .intro img {
    position: absolute;
    top: -70%;
    left: -12%;
}

.verhalen_detail .intro h2 {
    margin-bottom: 30px;
}

.verhalen_detail .intro .c {
    font-size: 15px;
    line-height: 25px;
    width: 65%;
}

.verhalendet .blokken_content {
    transform: unset;
    width: 45% !important;
    padding: 0;
    justify-content: flex-start;
    margin-right: 74px;
}

.blokken.verhalendet:first-of-type {
    transform: unset;
}

.blokken.verhalendet {
    width: 100%;
}

.blokken.verhalendet .blokken_img,
.blokken.verhalendet .blokken_slider {
    width: 55% !important;
}

.blokken.verhalendet .blokken_content .c h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.blokken.verhalendet .blokken_content .c p {
    margin-bottom: 20px;
}

.blokken.verhalendet .quote {
    width: 790px;
    height: 330px;
    transform: translateX(-100px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.blokken.verhalendet .quote img.bg {
    width: 100%;
}

.blokken.verhalendet .quote .c {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blokken.verhalendet:nth-of-type(even) {
    margin-top: 100px;
}

.blokken.verhalendet:nth-of-type(even) .blokken_content {
    margin-right: 0;
}

.blokken.verhalendet .quote .c p {
    font-weight: 500;
    font-size: 25px;
}

.blokken.verhalendet .quote .c .center {
    position: relative;
}

.blokken.verhalendet .quote img.q {
    top: -26px;
    left: -35px;
}

.blokken.verhalendet .quote img.graantjestop {
    bottom: -60px;
    right: -100px;
    top: unset;
    transform: rotate(180deg);
}

.blokken.verhalendet:nth-of-type(even) .blokken_img img,
.blokken.verhalendet:nth-of-type(even) .blokken_slider img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 100%;
}

.blokken.verhalendet:nth-of-type(even) .blokken_content {
    padding: 0;
    padding-left: 100px;
}

.blokken.verhalendet .graantjes4 {
    width: 90px;
    position: absolute;
    z-index: 5;
    top: -10%;
    right: -10%;
    transform: rotate(-70deg);
}

.verhaal_video {
    display: grid;
    grid-template-columns: 1fr 500px 1fr;
}

.verhaal_video:before, .verhaal_video:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.verhaal_video video {
    width: 100%;
    height: 100%;
}

/* Einde verhalen */


/* Blog */

.spinner {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-content {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog-rows {
    margin-top: 1%;
}

.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 1;
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.2em;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    display: inline-block;
    border: 2px solid #e30613;
    padding: 10px 20px;
    background-color: #e30613;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    transition: all 1s ease;
}

.button-hold a:hover {
    background-color: #764014;
    color: #fff;
}


/**
 * Blog detail
 **/

.blog-holder {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    border: 2px solid #f3f3f3;
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-main .c {
    font-size: 1.3em;
    color: #4c4c4c;
    font-weight: 200;
    padding: 0;
    line-height: 180%;
}

.blog-item .c {
    font-size: 1.1em;
    color: #4c4c4c;
    font-weight: 200;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.blog-main .blog-img .h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    color: #764014;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #764014;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 25px;
}

.blog-aside {
    position: relative;
}

.blog-nav nav {
    margin-bottom: 60px;
}

.blog-nav img {
    position: absolute;
    width: 100px;
    top: -80px;
    left: -80px;
}

.blog-nav a {
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #764014;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #764014;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #626572;
}

.blog-recent .c {
    margin-bottom: 10px;
    line-height: 180%;
    color: #999999;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-weight: 200;
    color: #764014;
}

.blog-more-nav {
    display: block;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    background-color: transparent;
    font-weight: 200;
    color: #764014;
    transition: all 1s ease;
    border-bottom: 1px solid #764014;
}

.blog-overzicht .blog-item:hover a {}

.blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #4c4c4c;
    font-weight: 500;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 1%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all 1s ease;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-size: 1.2em;
    line-height: 150%;
    color: #626572;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row a {
    color: #764014;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #626572;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Einde blog */


/* Contact */

.contact_pagina {
    width: 70%;
    margin: auto;
    margin-bottom: 160px;
    text-align: center;
}

.contact_pagina img.graantjes {
    width: 50px;
}

.contact_pagina>div:not(.intro) {
    display: flex;
    flex-direction: row;
    text-align: left !important;
    position: relative;
}

.contact_pagina h2:not(.contact_pagina>div h2) {
    margin-bottom: 100px;
    color: #764014;
    font-family: museo-slab, serif;
    font-weight: 900;
    font-size: 34px;
    line-height: 40.8px;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}

.contact_pagina>div h2 {
    transform: translateY(30px);
    margin-bottom: 100px;
    color: #764014;
    font-family: museo-slab, serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 40.8px;
    width: 80%;
    margin-bottom: 80px;
    text-align: left !important;
}

.contact_pagina .info {
    width: 100%;
    z-index: 0;
    padding: 50px;
}

.contact_pagina .info .geg {
    padding-left: 100px;
    position: relative;
}

.contact_pagina .info img {
    width: 100%;
}

.contact_pagina .info .geg img {
    width: 100px;
    position: absolute;
    top: -40%;
    left: -1%;
}

#contact_map {
    width: 100%;
    width: 680px;
    height: 556px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

#dasmap {
    width: 100%;
    height: 100%;
}

#contact_map .map_mask {
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contact_pagina .content {
    width: 100%;
    margin-top: 50px;
}

.contact_pagina .content h3 {
    margin-bottom: 15px;
    color: #764014;
    font-weight: 900;
    font-family: museo-slab, serif;
    font-size: 25px;
    line-height: 40.8px;
}

.contact_pagina .content .c p {
    color: #764014;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.contact_pagina .content .c a {
    color: #E30613;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    border-bottom: 1px solid #E30613;
}

.contact_pagina.borlix .content .c a {
    color: #153B8B;
    border-bottom: 1px solid #153B8B;
}

.contact_form {
    width: 45%;
    position: absolute;
    top: 70px;
    right: 50px;
    padding: 100px 70px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10;
}

.contact_form form {
    margin-top: 39px;
    display: flex;
    flex-direction: column;
}

.contact_form form>div {
    display: flex;
    flex-direction: column;
}

.contact_form h2 {
    position: relative;
}

.contact_form h2 img {
    position: absolute;
    z-index: 12;
    width: 100px;
    right: -20px;
    top: -70px;
    transform: rotate(-70deg);
}

.contact_form form label {
    color: #764014;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
    margin-bottom: 1px;
}

.contact_form form input,
.contact_form form select {
    background-color: white;
    border: none;
    height: 40px;
    margin-bottom: 29px;
    z-index: 11;
}

.contact_form form input,
.contact_form form textarea {
    color: #764014 !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
    padding: 8px 16px;
}

.contact_form form textarea {
    background-color: white;
    border: none;
    height: 117px;
    margin-bottom: 39px;
    z-index: 12;
}

.contact_form form select {
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    color: #e30613;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
}

.contact_form form select option {
    color: #e30613;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    font-family: museo-sans, sans-serif;
}

.filllabel {
    color: #E30613 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    font-family: museo-sans, sans-serif !important;
    cursor: pointer;
}

.contact_form form select,
.filllabel,
.contact_form form select option {
    color: #153B8B !important;
}

.filllabel i {
    margin-left: 10px !important;
}

.contact_form form .cv div.extra {
    color: #764014;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input {
    color: #764014 !important;
}

.contact_form form input[type=submit] {
    background-color: #E30613;
    border: 2px solid #E30613;
    transition: all 0.8s ease;
    color: white !important;
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    font-family: museo-sans, sans-serif;
}

.contact_form.borlix form input[type=submit] {
    background-color: #153B8B;
    border: 2px solid #153B8B;
}


/* Einde contact */


/* Footer */

.footer_element {
    width: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.ticker {
    text-align: center;
    -ms-text-align: center;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 120%;
    width: fit-content;
    margin: 40px auto;
    margin-bottom: 100px;
}

.ticker .shape {
    width: 706px;
    height: 200px;
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.ticker .shape_img {
    width: 100%;
}

.ticker h1 {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-3deg);
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    width: 80%;
    color: #764014;
    font-family: social-gothic, sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ticker .graantjes2 {
    position: absolute;
    width: 137px;
    top: -30px;
    left: -120px;
    animation: wiggle 3s infinite;
}

.ticker .graantjes1 {
    position: absolute;
    transform: rotate(50deg);
    bottom: -30%;
    right: -100px;
    animation: wiggle 3s infinite;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(25deg);
    }

    85% {
        transform: rotate(-25deg);
    }

    90% {
        transform: rotate(20deg);
    }

    95% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ticker img.shape,
.home_banner .slogan img {
    width: 100%;
}

.ticker a {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E30613;
    border: 2px solid #E30613;
    transition: all 0.8s ease;
    color: white;
    width: 228.67px;
    height: 40px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-transform: uppercase;
}

.ticker a:hover {
    background-color: white;
    color: #E30613;
}

.ticker.borlix a {
    background-color: #153B8B;
    border: 2px solid #153B8B;
}

.ticker.borlix a:hover {
    background-color: white;
    color: #153B8B;
}

.disclaimer i,
.navi_footer i {
    color: #4b4b4b;
    animation: pulse 4s infinite;
}

footer {
    width: 100%;
    background-color: #FFDF8B;
    padding-bottom: 10px;
    padding: 56px 0 20px 0;
    position: relative;
}

.footer_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.footer {
    width: 66%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}

.footer .gegevens {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 80%;
}

.footer .gegevens div {
    display: flex;
    flex-direction: column;
}

.footer .gegevens div:not(:last-of-type) {
    margin-right: 168px;
}

.footer .gegevens h2 {
    color: #764014;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.footer .gegevens a,
.footer .gegevens p {
    color: #764014;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    width: fit-content;
}

.footer .gegevens a:after {
    display: block;
    content: '';
    border-bottom: solid 1px #e30613;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.footer .gegevens.borlix a:after {
    border-bottom: solid 1px #153B8B;
}

.navigatie nav ul li:last-of-type a:after {
    display: none;
}

.navigatie nav ul li:last-of-type a:hover {
    background-color: transparent;
    color: #e30613;
}

.navigatie nav ul li:last-of-type a:hover {
    color: #153B8B;
}

.footer .gegevens a:hover {
    color: #E30613;
}

.footer .gegevens.borlix a:hover {
    color: #153B8B;
}

.footer .gegevens a:hover:after {
    transform: scaleX(1);
}

.footer .gegevens a.spec {
    background-color: #E30613;
    color: white;
    width: 95px;
    height: 34px;
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    line-height: 15.6px;
}

.footer .gegevens.borlix a.spec {
    background-color: #153B8B;
}

.socials {
    display: flex;
    flex-direction: row !important;
}

.socials a {
    background-color: #E30613;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    width: 32.73px !important;
    height: 32.73px;
}

.socials.borlix a {
    background-color: #153B8B;
}

.socials a:not(:last-of-type) {
    margin-right: 5.85px;
}

.socials i {
    color: #FFDF8B;
}

.disclaimer {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-aling-items: center;
    cursor: pointer;
}

.disclaimer.mob {
    display: none;
}

.disclaimer a,
.disclaimer p {
    color: #764014;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: -0.5%;
    font-weight: 300;
}

.disclaimer a:hover,
.disclaimer p:hover {
    color: #e30613;
}

.disclaimer span {
    color: #764014;
    margin: 0 10px;
}


/* Einde footer */


/* MEDIA QUERIES */

@media screen and (max-width: 1600px) {
    .navigatie.home {
        width: 75%;
    }

    .footer {
        width: 80%;
    }

    .stories {
        width: 95%;
    }

    #errors,
    #errorsdet {
        width: 60%;
    }

    .vac_ov_items.borlix {
        max-width: 80%;
    }
}

@media screen and (max-width: 1500px) {
    .vac_ov_items {
        width: 90%;
    }

    .vac_ov_items img.graantjes18 {
        right: -4%;
    }

    .vac_ov_items img.graantjes16 {
        width: 150px;
        left: -8%;
        bottom: -10%;
    }

    .navigatie.home {
        width: 80%;
    }

    .navigatie nav ul li:not(:last-of-type) {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1460px) {
    .home_banner .slogan:not(.home_banner.home .slogan) {
        width: 480px;
    }

    .home_banner .introtekst {
        left: 5%;
    }

    .contact_pagina {
        width: 80%;
    }

    .vac_ov .intro,
    .stories .intro,
    .contact_pagina .intro {
        width: 60%;
    }

    .vacature_detail .content .solliciteren {
        margin-top: 0 !important;
        padding: 100px 60px;
    }
}

@media screen and (max-width: 1400px) {
    .blokken:nth-of-type(odd):not(.blokken.verhalen:nth-of-type(odd)):not(.blokken.verhalendet:nth-of-type(odd)):not(.verhalen_blokken .blokken:nth-of-type(odd)):not(.blokken.jobs) {
        transform: translateX(-300px);
    }

    .blog-content {
        max-width: 80%;
    }

    .blokken.jobs {
        margin-bottom: 30px !important;
        transform: unset !important;
        padding-left: 0 !important;
    }

    .blokken_content.ops {
        padding: 100px 0px 100px 100px;
    }

    .ak,
    .vacature_detail,
    .verhalen_detail,
    .contact_pagina {
        width: 90%;
    }

    .blokken.verhalendet .graantjes4 {
        right: 0%;
    }

    .verhalen_detail .intro img {
        position: absolute;
        top: -70%;
        left: -9%;
    }

    .verhalen_blokken .blokken_img img,
    .verhalen_blokken .blokken_slider img {
        width: 100%;
    }

    .blog-content h2 {
        font-size: 1.25rem;
    }

    .vac_ov_items.borlix {
        max-width: 90%;
    }

    .jobdag_page {
        flex-wrap: wrap;
    }

    .jobdag_content {
        width: 100%;
    }

    .jobdag_page aside {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1350px) {
    .navigatie.home {
        width: 90%;
    }
}

@media screen and (max-width: 1300px) {
    .navigatie .logo {
        width: 150px;
    }

    .footer .gegevens div:not(:last-of-type) {
        margin-right: 100px;
    }

    .vac_ov .intro,
    .stories .intro,
    .contact_pagina .intro {
        width: 70%;
    }

    .blog-overzicht .blog-item {
        width: 98%;
    }
}

@media screen and (max-width: 1210px) {
    .blog-content h1 {
        font-size: 2.1rem;
    }

    .blog-content h2 {
        font-size: 1.15rem;
        width: 70%;
    }

    .blog-main .blog-img {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .blog-content {
        max-width: 90%;
    }

    .navigatie {
        width: 90%;
    }

    .navigatie.home {
        width: 95%;
    }

    .navigatie.home>div {
        width: 200px;
    }

    .nav_jobs {
        display: none !important;
    }

    .nav_jobs.mob {
        display: flex !important;
    }

    .home_banner .slogan:not(.home_banner.home .slogan) {
        width: 450px;
        bottom: 18%;
        right: 21%;
    }

    .home_banner h1:not(.introtekst h1) {
        font-size: 35px;
        line-height: 35px;
    }

    .home_banner .introtekst {
        display: none;
    }

    .introtekst.mob {
        margin-top: 20px;
    }

    .introtekst.mob h1 {
        color: #764014;
        font-family: museo-slab, serif;
        font-weight: 700;
        font-size: 34px;
        line-height: 40.8px;
        text-align: center;
        margin-bottom: 10px !important;
        margin-top: 20px;
    }

    .introtekst.mob div {
        font-weight: 400;
        color: #764014;
        font-size: 20px;
        line-height: 30px;
        width: 70%;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
        font-family: museo-sans, sans-serif;
    }

    .introtekst.mob .graantjes18 {
        width: 50px;
        margin-left: 50%;
        transform: translateX(-50%) scaleX(-1) !important;
        -webkit-transform: scaleX(-1);
    }

    .introtekst.mob a {
        background-color: #E30613;
        border: 2px solid #E30613;
        width: fit-content;
        padding: 10px 20px;
        color: white;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        -ms-align-items: center;
        font-family: museo-sans, sans-serif;
        font-weight: 500;
        transition: all 0.8s ease;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .introtekst.mob a:hover {
        background-color: transparent;
        color: #E30613;
    }

    .introtekst.mob {
        margin-bottom: 70px;
        display: block;
    }

    .vac_ov_items img.graantjes18 {
        width: 50px;
        top: -10%;
    }

    .vac_ov_items article {
        width: 48%;
        min-height: 320px;
    }

    .blokken,
    .verhalen_blokken .blokken:nth-of-type(even) {
        width: 95% !important;
        padding-left: 0;
        margin: auto;
    }

    .blokken:nth-of-type(odd):not(.blokken.verhalen:nth-of-type(odd)):not(.blokken.verhalendet:nth-of-type(odd)):not(.verhalen_blokken .blokken:nth-of-type(odd)):not(.blokken.jobs) {
        transform: unset !important;
    }

    .blokken:nth-of-type(even):not(.blokken.verhalendet:nth-of-type(even)):not(.verhalen_blokken .blokken:nth-of-type(even)):not(.blokken.verhalen) .blokken_content {
        transform: unset;
    }

    .blokken:not(.verhalen):not(.verhalendet):not(.verhalen_blokken .blokken) {
        width: 95%;
        padding-left: 0;
    }

    .blokken>div {
        flex-direction: column;
    }

    .blokken_content,
    .blokken:nth-of-type(even) .blokken_content {
        transform: unset;
        order: 1;
        width: 660px !important;
        background-size: 100% 100%;
    }

    .blokken_img,
    .blokken_slider {
        width: 100%;
        text-align: right;
        transform: translateY(-100px);
        order: 2;
    }

    .blokken:nth-of-type(odd):not(.blokken.verhalen:nth-of-type(odd)):not(.blokken.verhalendet:nth-of-type(odd)):not(.verhalen_blokken .blokken:nth-of-type(odd)) .blokken_img:not(.verhalen_blokken .blokken:nth-of-type(odd)) .blokken_slider {
        width: 100% !important;
    }

    .blokken_img .graantjes {
        bottom: -30%;
        right: -5%;
    }

    .blokken.verhalen {
        width: 48%;
        margin-bottom: 30px;
    }

    .stories>div.desk {
        justify-content: space-between;
    }

    .blokken.verhalen .blokken_content {
        order: 2 !important;
        transform: unset;
        transform: translateY(-120px);
        width: 100% !important;
        background-size: 100% 100% !important;
    }

    .blokken.verhalen .blokken_img,
    .blokken.verhalen .blokken_slider {
        order: 1 !important;
    }

    .blokken.verhalen:nth-of-type(even) {
        transform: unset;
    }

    .tussenimg {
        display: none;
    }

    .verhalen_blokken .blokken:nth-of-type(even) .blokken_content {
        background-image: url(/images/vector3.png);
        width: 660px !important;
        transform: unset;
        order: 1;
        background-size: 100% 100%;
        padding: 100px;
        float: right;
    }

    .verhalen_blokken .blokken:nth-of-type(even) .blokken_img {
        width: 100%;
    }

    .verhalen_blokken .blokken:nth-of-type(even) .blokken_img img {
        width: unset;
    }

    .verhalen_detail .intro .c {
        width: 100%;
    }

    .verhalendet .blokken_content,
    .blokken.verhalendet .blokken_img {
        width: 100% !important;
    }

    .verhalen_blokken .blokken:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .blokken.verhalendet .blokken_content .c h2 {
        width: 100% !important;
    }

    .blokken.verhalendet .quote {
        transform: unset;
        padding: 40px;
    }

    .blokken.verhalendet:nth-of-type(even) .blokken_content {
        padding-left: 0;
    }

    .blokken.verhalendet:nth-of-type(even) .blokken_img {
        transform: unset;
        margin-top: 30px;
    }

    .blokken.verhalendet .graantjes4 {
        top: -5%;
    }

    .vac_ov_items img.graantjes18 {
        display: none;
    }

    .ak {
        margin-top: 0;
    }

    .verhalen_blokken .blokken>div {
        padding-right: 0%;
    }

    .verhalen_blokken:nth-of-type(odd) .blokken_img {
        width: 100%;
    }

    .verhalen_blokken:nth-of-type(odd) .blokken_img img {
        width: unset;
    }

    .blog-content-row .tekst-and-image>* {
        width: 100%;
    }

    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }

    .blokken:nth-of-type(odd):not(.blokken.verhalen:nth-of-type(odd)):not(.blokken.verhalendet:nth-of-type(odd)):not(.verhalen_blokken .blokken:nth-of-type(odd)) .blokken_img {
        width: 100% !important;
    }

    .blokken:nth-of-type(even)>div {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .blokken:nth-of-type(even)>div .blokken_img,
    .blokken_img.slider.slick-initialized.slick-slider {
        width: 100%;
        max-width: 100%;
        text-align: right;
    }

    .blokken_img.slider .img {
        width: 100%;
    }

    .vac_ov_items.borlix img.graantjes16 {
        left: -8%;
    }

    .vac_ov_items.borlix img.graantjes18 {
        top: -10%;
        right: 0%;
    }
}

@media screen and (max-width: 1150px) {
    .quote {
        padding-right: 80px;
    }

    .ak {
        width: 95%;
    }

    .footer_logo img {
        width: 80%;
    }

    .footer_logo {
        text-align: center;
    }

    .solliciteren {
        width: 95%;
        padding: 100px 120px;
    }

    .contact_pagina>div:not(.intro) {
        flex-direction: column;
    }

    .contact_pagina h2:not(.contact_pagina>div h2) {
        margin-bottom: 30px;
    }

    .contact_pagina .content {
        width: 100%;
    }

    #contact_map {
        margin: auto;
        margin-top: 30px;
        max-width: 90%;
    }

    .contact_form {
        margin-top: 0px;
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
    }

    .contact_pagina .info {
        max-width: 80%;
        margin: auto;
    }

    .contact_pagina {
        margin-bottom: 60px;
    }

    #content-container {
        max-width: 80%;
    }

    .ak article .img {
        display: none;
    }

    .ak article .content {
        width: 100%;
    }

    .ak article .c {
        width: 80%;
    }

    .ak article .c img {
        width: 50px;
        top: -18px;
        left: -40px;
    }

    .ak .slick-dots {
        left: unset;
        right: 10%;
        bottom: 20%;
        z-index: 10;
    }
}

@media screen and (max-width: 1100px) {
    .navigatie.home {
        width: 100%;
    }

    .navigatie.home>div {
        transform: translateY(-30px);
    }
}

@media screen and (max-width: 1050px) {
    .footer {
        width: 95%;
    }

    .stories {
        width: 90%;
    }

    .vac_ov h2,
    .contact_pagina h2:not(.contact_pagina>div h2),
    .stories h2 {
        width: 90%;
        font-size: 30px;
    }

    .vac_ov .intro,
    .contact_pagina .intro,
    .stories .intro {
        width: 80%;
    }

    .vacature_detail .content {
        flex-direction: column;
        margin-top: 20px;
    }

    .vacature_detail .content .left {
        width: 100%;
        margin-bottom: 60px;
    }

    .vacature_detail .content .right {
        width: 100%;
    }

    .vacature_detail .content .solliciteren {
        margin-bottom: 0;
    }

    .vacature_detail .intro .c {
        width: 100%;
    }

    .contact_pagina .info {
        max-width: 100%;
        padding: 0;
    }

    #content-container {
        max-width: 90%;
    }


}

@media screen and (max-width: 1000px) {

    #errors,
    #errorsdet {
        width: 70%;
    }

    .blog-content h1 {
        width: 100%;
        font-size: 1.9rem;
    }

    .blog-content h2 {
        font-size: 1.15rem;
    }

    .blog-main .blog-img {
        width: 100%;
    }

    .blog-nav nav {
        margin-bottom: 20px;
    }

    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .row-block .extra {
        padding: 10px;
    }

    .blog-aside h3 {
        width: 100%;
    }

    .blog-recent {
        display: none;
    }

    .blog-recent .blog-item {
        width: 45%;
    }

    .blog-aside {
        width: 100%;
        margin-right: 0;
    }

    .blog-nav {
        order: 1;
    }

    .blog-main {
        width: 100%;
        padding: 10px;
        order: 2 !important;
    }

    .blog-rows .blog-main {
        order: 1 !important;
    }

    .blog-rows .extra {
        order: 2 !important;
        padding: 10px;
    }

    .usp>div {
        justify-content: flex-start;
    }

    .usp>div article {
        width: 48%;
    }
}

@media screen and (max-width: 950px) {
    .navigatie.home>div {
        width: 160px;
        transform: translateY(-50px);
    }

    .nav_jobs.mob {
        font-size: 14px !important;
        margin-top: 15px !important;
        padding: 7px 20px !important;
    }

    .blog-content {
        max-width: 95%;
    }

    .stories>div.desk {
        display: none;
    }

    .stories>div.mob {
        display: block;
        margin-top: 50px;
    }

    .blokken.verhalen .blokken_content {
        padding: 30px 20px;
    }

    .blokken.verhalen .blokken_img,
    .blokken.verhalen .blokken_content {
        transform: unset;
    }

    .blokken.verhalen {
        position: relative;
    }

    .quote {
        margin-top: 200px;
        padding: 40px;
    }

    .verhalendet .quote {
        margin-top: 0 !important;
    }

    .blokken.verhalendet:nth-of-type(even) {
        margin-top: 0px;
    }

    .stories>div.mob .slick-dots {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        position: absolute;
        z-index: 10;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
    }

    .stories>div.mob .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 200px;
        margin: 10px 5px;
        background-color: #e0ddda;
        border: 1px solid #e30613;
        cursor: pointer;
    }

    .stories>div.mob .slick-dots .slick-active {
        background-color: #e30613;
    }

    .stories>div.mob .slick-dots li button {
        display: none;
    }
}

@media screen and (max-width: 925px) {
    .verhalen_detail .intro img {
        width: 120px;
        position: absolute;
        top: -40%;
        left: -9%;
    }
}

@media screen and (max-width: 900px) {
    .footer {
        flex-direction: column;
    }

    .footer_logo {
        margin-bottom: 50px;
    }

    .footer .gegevens {
        width: 95%;
        justify-content: center;
    }

    .ticker .graantjes1 {
        bottom: -100px;
    }

    .blog-main .c {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 850px) {

    #errors,
    #errorsdet {
        width: 80%;
    }

    .blokken.jobs .graantjes19,
    .blokken.jobs .graantjes18 {
        display: none;
    }

    .vac_ov .intro,
    .contact_pagina .intro,
    .stories .intro {
        width: 90%;
    }

    .blokken_img .graantjes,
    .blokken_img .graantjesbottom {
        display: none;
    }

    .blokken:nth-of-type(even) .blokken_content .c h2 span {
        width: 100%;
    }

    .blokken .graantjestop {
        width: 80px;
    }

    .navigatie {
        width: 95%;
    }

    .navigatie.home .logo .long {
        display: none;
    }

    .navigatie.home .logo .short {
        display: block;
    }

    .navigatie.home>div {
        width: 160px;
        transform: unset;
    }

    .home_banner .slogan {
        right: 10%;
    }

    .home_banner.home .slogan {
        bottom: 12%;
    }

    .home_banner .medimg {
        display: block !important;
    }

    .home_banner .bigimg {
        display: none !important;
    }

    .vac_ov_items {
        width: 95%;
    }

    .blokken_content {
        order: 2;
    }

    .blokken_img {
        order: 1;
    }

    .blokken.jobs {
        margin-bottom: 0px;
    }

    .verhalen_blokken .blokken:not(:last-of-type) {
        margin-bottom: 0px;
    }

    .verhalen_blokken:nth-of-type(odd) .blokken_img img {
        width: 100%;
    }

    .blokken_content:not(.blokken.verhalen .blokken_content) {
        width: 100% !important;
        background-image: none !important;
        padding: 30px 10px;
    }

    .blokken_img {
        transform: unset;
    }

    .verhalen_blokken .blokken:nth-of-type(even) .blokken_img {
        width: 100%;
    }

    .blokken_img img {
        width: 100%;
    }

    .verhalen_blokken .blokken:nth-of-type(even) .blokken_img img {
        width: 100%;
    }

    .verhalen_blokken .blokken:nth-of-type(even) .blokken_content {
        transform: unset;
        width: 100%;
    }

    .blokken_content .c h2,
    .blokken:nth-of-type(2) .blokken_content .c h2 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .blokken_tekst {
        font-size: 16px;
    }

    .blokken.verhalen .blokken_img {
        width: 100%;
        position: relative;
    }

    .blokken.verhalen .blokken_content {
        width: 100%;
        transform: unset;
        position: relative;
        margin-top: 15px;
        padding: 20px 10px;
    }

    .blokken.verhalen .blokken_content:before {
        top: 0;
        left: 0;
        border-width: 1px 0 0 1px;
    }

    .blokken.verhalen .blokken_img .shapebottom {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 5;
    }

    .page_header .slogan {
        width: 80%;
        margin: auto;
    }

    .ticker {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .ticker .graantjes2 {
        top: -60px;
        left: -80px;
        width: 130px;
    }

    .ticker .graantjes1 {
        bottom: -25%;
        right: -50px;
        width: 90px;
    }

    .page_header h1,
    .ticker h1 {
        font-size: 38px;
    }

    .page_header.small_font h1 {
        font-size: 30px;
    }

    .verhalen_blokken {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .blokken.jobs:nth-of-type(even) .blokken_content .c h2,
    .blokken.jobs:nth-of-type(odd) .blokken_content .c h2 {
        width: 100%;
    }

    .blokken_opsomming {
        margin-top: 20px;
    }

    .blokken_opsomming span {
        font-size: 50px;
    }

    .blokken.verhalendet .quote {
        width: 100%;
        height: 260px;
        padding: 40px 0;
    }

    .ak,
    .vacature_detail,
    .verhalen_detail,
    .contact_pagina {
        width: 95%;
    }

    .blokken.verhalendet .graantjes4 {
        display: none;
    }

    .blokken:nth-of-type(odd):not(.blokken.verhalen:nth-of-type(odd)):not(.blokken.verhalendet:nth-of-type(odd)):not(.verhalen_blokken .blokken:nth-of-type(odd)) .blokken_content {
        width: 100% !important;
    }

    .vac_ov_items article {
        min-height: 350px;
    }

    .vac_ov_items.borlix img.graantjes16 {
        left: -12%;
    }
}

@media screen and (max-width: 800px) {

    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }

    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }

    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }

    .curtaindrop p {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .curtaindrop h2 {
        font-weight: 600;
        font-size: 1.8em;
    }

    .curtain-close {
        font-size: 30px;
    }

    .curtaindrop .button {
        font-size: 17px;
        padding: 12px 30px;
    }

    .usp>div article {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .usp>div article img {
        position: relative;
        width: 100px;
    }

    .usp>div article>div {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .usp>div article h3,
    .usp>div article>div div {
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    #content-container {
        max-width: 95%;
    }

    #content-container h1 {
        font-size: 2em;
        margin-bottom: 60px;
    }

    #content-container h2 {
        font-size: 1.7em;
    }

    #content-container p {
        font-size: 1em;
    }

    #errors,
    #errorsdet {
        width: 95%;
    }

    .ticker .graantjes2 {
        top: -60px;
        left: -60px;
        width: 130px;
    }

    .ticker .graantjes1 {
        right: -30px;
    }

    .home_banner .slogan:not(.home_banner.home .slogan) {
        right: 9%;
        bottom: 15%;
        width: 400px;
    }

    .home_banner.home .slogan {
        width: 500px;
        bottom: 16%;
    }

    .home_banner h1:not(.introtekst h1) {
        font-size: 28px;
    }

    .ak article h2 {
        font-size: 28px;
    }

    .ak article .c img {
        width: 35px;
        top: -8px;
        left: -25px;
    }

    .ak article .c {
        font-size: 22px;
    }

    .solliciteren {
        padding: 100px 70px;
    }

    .solliciteren>div h2 img {
        width: 80px;
    }

    .vacature_form .cv {
        flex-direction: column;
    }

    .vacature_form .cv div:first-of-type,
    .vacature_form .cv .extra {
        width: 100%;
    }

    .vacature_form .cv .extra {
        margin-top: 10px;
    }

    .ticker .shape {
        max-width: 90vw;
        margin: auto;
    }

    .blog-recent .blog-item {
        width: 100%;
    }

    .tohide {
        display: none;
    }

    .menubtn {
        display: block;
    }
}

@media screen and (max-width: 700px) {

    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 0px;
    }

    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }

    .blog-row {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    .blog-main .blog-img .h1 {
        position: static;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.4em;
    }

    .jobdag_page aside {
        padding: 15px;
        background-color: #F8F5F3;
        background-image: none;
    }
}

@media screen and (max-width: 650px) {
    .jobs_video {
        margin-bottom: 70px;
    }

    .navigatie.home>div {
        width: 130px;
    }

    #errors p,
    #errorsdet p {
        font-size: 18px;
    }

    h2 {
        font-size: 28px !important;
    }

    .blog-rows .blog-main .blog-inhoud h2,
    .blog-rows .extra .blog-inhoud h2 {
        font-size: 1.1em !important;
    }

    .navigatie nav ul li:not(:last-of-type) {
        margin-right: 30px;
    }

    .navigatie ul li:last-of-type a {
        padding: 7px 15px;
        font-size: 14px;
    }

    .navigatie nav {
        margin-top: 15px;
    }

    .navigatie .logo {
        width: 120px;
    }

    .introtekst.mob {
        margin-bottom: 30px;
    }

    .introtekst.mob h1 {
        font-size: 30px;
    }

    .introtekst.mob div {
        font-size: 18px;
        width: 90%;
    }

    .blokken_img .graantjes {
        display: none;
    }

    .vac_ov h2 {
        width: 95%;
    }

    .vac_ov a.showmorevac {
        width: 60%;
    }

    .vac_ov_items {
        display: none;
    }

    .vac_ov_items.mob {
        display: block !important;
        width: 99%;
        margin-top: 10px;
    }

    .vac_ov_items article {
        min-height: 300px;
    }

    .vac_ov:not(.vac_ov.vacature) {
        display: none;
    }

    .vac_ov.mob {
        display: block !important;
        text-align: center;
    }

    .vac_ov.mob img.graantjes18 {
        width: 50px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .vac_ov a.showmorevac {
        width: 70%;
        margin-top: 70px;
    }

    .tussenimg {
        display: none;
    }

    .ak .slick-list {
        margin-bottom: 50px !important;
    }

    .ak .slick-dots {
        bottom: 0px;
    }

    .ak .slick-dots li {
        background-color: #e0ddda;
    }

    .ak.jobdetail {
        margin-top: 30px !important;
    }

    .footer .gegevens {
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
    }

    .footer .gegevens div {
        justify-content: center;
        align-items: center;
        -ms-align-items: center;
    }

    .footer .gegevens div:not(:last-of-type) {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .page_header h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .page_header.small_font h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .page_header {
        height: 360px;
        margin-bottom: 30px;
    }

    .page_header .slogan img.graantjesboven {
        width: 100px;
        top: -70%;
        right: -10%;
    }

    .page_header .slogan img.graantjesonder {
        width: 90px;
        bottom: -40%;
        right: -10%;
    }

    .vac_ov h2,
    .stories h2,
    .contact_pagina h2:not(.contact_pagina>div h2) {
        font-size: 25px !important;
        width: 90%;
        line-height: 25px !important;
    }

    .vac_ov .intro,
    .contact_pagina .intro,
    .stories .intro {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .blokken_opsomming {
        margin-top: 30px;
    }

    .blokken_opsomming div {
        width: 90%;
        margin: 0;
        margin: auto;
        margin-bottom: 20px;
    }

    .blokken_opsomming span {
        font-size: 35px;
        top: 0px;
        right: 0px;
    }

    .ak.vacaturedetail {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .ak.vacaturedetail .slick-dots {
        bottom: 0;
    }

    .vacature_detail .intro h2 {
        margin-bottom: 15px;
    }

    .vacature_detail .intro .c {
        font-size: 18px;
    }

    .blokken.verhalendet .quote .c {
        width: 70%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .blokken.verhalendet .quote span {
        display: none;
    }

    .blokken.verhalendet .quote .c p,
    .ak article .c {
        font-size: 20px;
    }

    .ak article .c {
        line-height: 30px;
    }

    .quote img.q {
        width: 35px;
    }

    .blokken.verhalendet .quote img.q {
        top: -20px;
        left: -30px;
    }

    .ticker h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .disclaimer {
        display: none;
    }

    .disclaimer.mob {
        display: flex;
        flex-direction: column;
    }

    .disclaimer.mob div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        -ms-align-items: center;
    }

    .disclaimer span:nth-of-type(odd) {
        display: none;
    }

    .footer .gegevens a.spec {
        margin-top: 10px;
    }

    .privcnt .desk {
        display: none !important;
    }

    .privcnt .mob {
        display: block !important;
    }

    .verhalen_detail .intro img {
        display: none;
    }

    .blog-content h1 {
        width: 100%;
        font-size: 1.8rem;
    }

    .blog-main .c {
        font-size: 1.1em;
    }

    .blog-main .blog-img {
        width: 100%;
    }

    .vac_ov_items.borlix.mob {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 600px) {
    .ticker a {
        bottom: -20px;
    }

    .page_header h1 {
        font-size: 25px;
    }

    .page_header.small_font h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .ticker .graantjes1 {
        bottom: -20%;
        right: -20px;
        width: 90px;
    }
}

@media screen and (max-width: 600px) {
    .blog-overzicht .blog-item {
        width: 100%;
        margin-bottom: 1em;
    }

    .blog-more-nav-btn {
        display: block;
    }

    .blog-more-nav {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .verhaal_video {
        display: grid;
        grid-template-columns: 5px 1fr 5px;
    }

    .nav_jobs.mob {
        font-size: 13px !important;
        margin-top: 15px !important;
        padding: 7px 20px !important;
    }

    .slotholder>div {
        width: 100%;
        margin-bottom: 10px;
    }

    .ticker a,
    .vacature_form input[type=submit],
    .ak a,
    .blokken_content a:not(a.diff),
    .contact_form input[type=submit] {
        font-size: 14px !important;
        width: fit-content !important;
        padding: 7px 20px !important;
        height: auto !important;
    }

    .contact_form {
        padding: 100px 40px;
    }

    .logo {
        width: 100px;
    }

    .home_banner.home .medimg {
        display: none !important;
    }

    .home_banner.home .smaimg {
        display: block !important;
    }

    .home_banner .slogan {
        right: unset;
        left: 35%;
        bottom: 18%;
        width: 280px;
    }

    .home_banner.home .slogan {
        bottom: 12%;
        width: 400px;
    }

    .home_banner h1:not(.introtekst h1) {
        font-size: 20px;
        line-height: 23px;
    }

    .introtekst.mob h1 {
        font-size: 30px !important;
    }

    .vac_ov a.showmorevac {
        font-size: 14px;
    }

    .ak article .content {
        padding: 80px 40px;
    }

    .ak article .c {
        width: 90%;
        margin-left: 30px;
    }

    .ak article span {
        margin-left: 30px;
    }

    .ticker a {
        bottom: -25px;
    }

    .page_header h1 {
        line-height: 30px;
    }

    .page_header.small_font h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .page_header .slogan img.graantjesboven {
        right: -15%;
    }

    .page_header .slogan img.graantjesonder {
        bottom: -50%;
        right: -15%;
    }
}

@media screen and (max-width: 500px) {
    .quote img.graantjestop {
        right: -20%;
        top: -70%;
    }

    .vac_ov h2,
    .stories h2,
    .contact_pagina h2:not(.contact_pagina>div h2) {
        font-size: 23px !important;
        line-height: 23px !important;
    }

    .vac_ov .intro,
    .contact_pagina .intro,
    .stories .intro {
        font-size: 18px;
    }

    .navigatie .logo {
        width: 100px;
    }

    .navigatie nav ul li:not(:last-of-type) {
        margin-right: 25px;
    }

    .page_header {
        height: 300px;
    }

    #content-container {
        padding-top: 10px;
    }

    #content-container h1 {
        font-size: 2em;
    }

    #content-container h2 {
        font-size: 1.5em;
        border: 1px solid #DD9604;
    }

    #content-container h3 {
        font-size: 1.2em;
        padding: 12px 15px;
    }

    #content-container p {
        font-size: 1em;
    }

    .blokken.verhalendet .quote .c p,
    .ak article .c {
        font-size: 18px;
    }

    .ak article .c {
        line-height: 25px;
    }

    .ticker h1 {
        font-size: 25px;
        line-height: 25px;
    }

    .ticker .graantjes2 {
        top: -40px;
        left: -50px;
        width: 130px;
    }

    .ticker .graantjes1 {
        bottom: -15%;
        right: -20px;
        width: 90px;
    }

    .privcnt p.det {
        flex-direction: column !important;
    }

    .home_banner .slogan {
        width: 250px;
    }

    .nav_jobs.mob {
        font-size: 12px !important;
        margin-top: 15px !important;
        padding: 5px !important;
    }
}

@media screen and (max-width: 450px) {
    .page_header h1 {
        font-size: 20px;
    }

    .navigatie .logo {
        width: 90px;
    }

    .navigatie.home>div {
        width: 90px;
    }

    .home_banner .slogan {
        width: 250px;
        left: 30%;
        bottom: 15%;
    }

    .vac_ov_items article {
        min-height: 350px;
    }

    .home_banner h1:not(.introtekst h1) {
        font-size: 17px;
        line-height: 17px;
    }

    .page_header {
        height: 260px;
    }

    .ticker h1 {
        font-size: 23px;
        line-height: 23px;
    }

    .page_header h1 {
        font-size: 22px;
        line-height: 22px;
    }

    .ticker a,
    .vacature_form input[type=submit],
    .ak a,
    .blokken_content a:not(a.diff),
    .contact_form input[type=submit] {
        min-width: 70% !important;
        max-width: 80% !important;
        width: unset !important;
    }

    .ticker .graantjes1 {
        bottom: -5%;
        width: 80px;
    }

    .vac_ov a.showmorevac {
        width: 80%;
    }

    .ak {
        overflow: auto;
    }

    .vacature_detail .content .solliciteren {
        padding: 100px 40px;
    }

    h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .blog-rows .blog-inhoud h2 {
        line-height: 125% !important;
    }

    .vacature_detail .intro .c {
        font-size: 16px;
    }

    .introtekst.mob a,
    .ticker a,
    .vacature_form input[type=submit],
    .ak a,
    .blokken_content a:not(a.diff),
    .contact_form input[type=submit] {
        width: max-content;
    }

    .page_header .slogan img.graantjesboven {
        width: 80px;
        right: -12%;
        top: -75px;
    }

    .page_header .slogan img.graantjesonder {
        bottom: -55%;
        width: 80px;
    }

    .solliciteren {
        padding: 100px 40px;
    }
}

@media screen and (max-width: 400px) {
    .home_banner .slogan {
        width: 230px;
        left: 33%;
        bottom: 15%;
    }

    .quote img.graantjestop {
        right: -30%;
        top: -60%;
    }

    .quote img.graantjesbottom {
        bottom: -70%;
    }

    .navigatie {
        width: 100%;
    }

    .vac_ov h2,
    .stories h2,
    .contact_pagina h2:not(.contact_pagina>div h2) {
        font-size: 21px !important;
        line-height: 21px !important;
    }

    .page_header h1 {
        font-size: 18px;
        line-height: 18px;
    }

    .vac_ov a.showmorevac {
        width: 90%;
    }

    .ticker h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }
}