* {
  -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;
  position: relative;
}

.greyzone {
  max-width: 1136px;
  margin: 0 auto;
  text-align: center;

  background-image: url('/images/soll_mask_reverse2_platliggend.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 47px 96px;
  flex-wrap: wrap;
  margin-top: 3%;
  margin-bottom: 3%;
}

.txt p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #764014;
  margin-bottom: 30px;
}

.txt p:nth-child(2) {

  margin-bottom: 0px;
}

.bodyoverlay {
  background-color: rgba(0, 0, 0, 0.377);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
  display: none;
}

.certificaten {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

.imageHeaderMaselis {
  width: 91px;
  margin-bottom: 36px;
  margin-top: 29px;
}


/* Page Header */

.team-banner {
  margin: auto;
  text-align: center;
  max-width: 1600px;
  width: 100%;
  height: 720px;
}

.team-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page_header2 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 3%;
}

.page_header2>h2 {
  color: #764014;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 1.1em;
}


.page_header2>h1 {
  color: #764014;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  max-width: 79%;
  margin-bottom: 20px;
}

.page_header_tekst2 {
  line-height: 130%;
  font-size: 1.2em;
  color: #444;
  width: 100%;
  text-align: center
}

.page_header_tekst2 a {
  color: #DBB957;
}

.page_header2>h1>p>strong {
  position: relative;
  z-index: 1;
}

.page_header2>h1>p>strong>span {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 32%;
  background-color: #47ffff;
  z-index: -1 !important;
}

.page_header2 .button {
  background-color: #E30613;
  border: 2px solid #E30613;
  transition: all 0.8s ease;
  color: white;
  width: fit-content;
  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;
  padding: 0 15px;
  margin-top: 20px;
}

.page_header2 .button:hover {
  background-color: white;
  color: #E30613;
}


/* Einde Page Header */
/* TIMELINE */

.timelineholder {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.timelineholder::after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #FCD487;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.timelineoverlayholder {
  width: 10px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9;
  overflow: hidden;
  top: 0;
  bottom: 0;
}

.timelineoverlay {
  background-color: #764014;
  border-radius: 10px;
}

.timeline {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.timeline h2 {
  color: #764014;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.timeline p {
  line-height: 150%;
  color: #a3a3a3;
  font-weight: 200;
  font-size: 18px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #605952;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}

.timeline_quote {
  width: 100%;
  color: #181818;
  position: relative;
  padding: 45px;
  background-color: #F9F1DF;
  border-radius: 20px;
}

.timeline_quote i:first-of-type {
  color: #764014;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 25px;
  opacity: .5;
}


.timeline_quote i:last-of-type {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 25px;
  color: #764014;
  opacity: .5;
}

.timeline_container {
  padding: 30px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: inherit;
  width: 100%;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  background-color: #764014;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.timeline_item_content {
  padding: 20px 0;
  background-color: white;
  position: relative;
  border-radius: 6px;
  width: 45%;
}

.left_time {
  margin-right: 5%;
}

.right_time {
  margin-left: 5%;
}

.imageleft {
  margin-left: 5%;
}

.imageright {
  margin-right: 5%;
}

.timeline_other_content {
  width: 45%;
}

.timeline_other_content img {
  width: 100%;
}

.conclusie {
  max-width: 600px;
  width: 96%;
  margin: 0 auto;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #8BCF97;
  margin-bottom: 50px;
  padding: 25px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  -webkit-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
  -moz-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
  box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
}

.conclusie h2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 30px;
  margin-top: 10px;
}

.left_time h2 {
  text-align: right;
}

.left_time p {
  text-align: right;
}

.conclusie p {
  text-align: center;
  color: #fff;
  line-height: 150%;
}

/* EINDE TIMELINE */
#activiteitenOpsomming {
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 4%;
}

.activiteitenKolom {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}

.certificaten>a {
  width: 30.3%;
  padding: 50px;
  background-image: url('/images/soll_mask_reverse2.png');
  padding: 50px 70px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 4.5%;
  margin-bottom: 4%;
}

.certificaten>a:nth-child(3n) {
  margin-right: 0;
}

#certiTitel {
  text-align: center;
  padding: 38px;
  padding-top: 38px;
  padding-top: 88px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#certiTitel h2 {
  color: #764014;
  font-size: 34px;
  font-family: museo-slab, serif;
  font-weight: 700;
  line-height: 40.8px;
}

#certiTitel img {
  z-index: 5;
}

.certificaten h2 {
  font-size: 1.3rem;
}

.privcnt .mob {
  display: none !important;
}

p {
  color: #764014 !important;
}

h2 {
  color: #764014;
  font-weight: 900;
  font-family: museo-slab, serif;
  font-size: 34px;
  line-height: 40.8px;
}

#centerPic {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#centerPic img {
  width: 14%;
}

.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;
  z-index: 4;
}

.page_header .slogan {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 630px;
  z-index: 3;
}

.page_header .slogan .shape {
  position: relative;
}

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 0;
  gap: 60px;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  z-index: 4;
  position: relative;
  padding-bottom: 40px;
}

.blokken article:nth-child(even) {
  justify-content: center;
}

.blokken article:nth-child(even) .imageBlokken2 {
  position: relative;
  right: 5%;
}

.blokken article:nth-child(even) .blokken_content {
  background-image: url("/images/vector1.png");
  max-width: 600px;
  background-size: cover;
  padding: 60px;
  width: 40%;
  position: relative;
  left: 5%;
}

.blokken article .graantjes18, .welkomMaselisBlok .graantjes18 {
  position: absolute;
  bottom: 0;
  left: -100px;
  transform: rotate(150deg);
}

.blokken article:nth-child(2n+1) .graantjes18 {
  left: auto;
  right: -100px;
  transform: rotate(330deg);
}

.withlove i {
  animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(.75);
  }

  100% {
    transform: scale(.75);
  }
}

#table_act1 h2 {
  font-size: 18px;
  text-align: center;
}

.blokken article:last-of-type {
  padding-bottom: 0;
}

.imageBlokken2 {
  width: 48%;
  order: 3;
  position: relative;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
  z-index: 5;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #764014;
  font-size: 34px;
  font-family: museo-slab, serif;
  font-weight: 700;
  line-height: 40.8px;
}

.blokken_tekst {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #764014;
  margin-bottom: 30px;
  text-align: left;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a, .welkomMaselisBlok a {
  background-color: #E30613;
  border: 2px solid #E30613;
  transition: all 0.8s ease;
  color: white;
  width: fit-content;
  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;
  padding: 0 15px;
}

.blokken_content>a:hover, .welkomMaselisBlok a:hover {
  background-color: white;
  color: #E30613;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s;
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(odd) .imageBlokken2 {
  order: 1;

}

.uptop {
  position: fixed;
  z-index: 10;
  color: #fff !important;
  border: 1px solid white;
  right: -100px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7fc;
  transition: all 0s;
  overflow: hidden;
  border-radius: 40px;
}

.uptop div {
  width: 101%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #E30613;
  transition: all 0s;
}

.uptop svg {
  z-index: 2;
  -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);
  color: #fff;
}

.blokken article:nth-child(odd) .vector3img {
  display: none;

}

.welkomMaselisBlok {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  padding: 30px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
  font-weight: 200;
  position: relative;
}

.welkomMaselisBlok p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #764014;
  margin-bottom: 30px;
  text-align: left;
}

.welkomMaselisBlok>div:first-child {
  width: 50%;
  z-index: 10;
}

.welkomMaselisBlok>div:last-child {
  width: 48%;
  position: relative;
}

.vector3img {
  position: absolute;
  top: -6px;
  left: -73%;
  Z-index: 2;
}

.blokken article:nth-child(even) .vector3img {
  display: none;
}

.welkomMaselisBlok h2 {
  margin-bottom: 10px;
  text-align: left;
}

/* Einde Blokken */
/* Tekst Blokken */

.tekst_blokken {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1550px;
  margin: 30px auto;
}

.tekst_blokken article {
  width: 45%;
  margin: 25px 0;
}

.tekst_blokken article h2 {
  width: 100%;
  text-align: left;
  font-size: 1.8em;
  color: #565656;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.tekst_blokken article div {
  line-height: 130%;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.4em;
  margin-bottom: 20px;
}

.tekst_blokken strong,
.tekst_blokken b {
  font-weight: bold;
}

.poppingLogoIcon {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1550px;
  justify-content: center;
  margin: 0 auto;
  height: 180px;
  align-items: center;


}

.poppingLogoIcon img {
  width: 56px;
}

/* Einde Tekst Blokken */

.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;
}

/* 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_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;
}

/* Einde contact */

/* 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;
  text-align: justify;
}

.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%;
}

.kader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bb1616;
  padding: 30px;
  height: 511px;

  background-position: center top;
}

.innerkader {
  font-family: 'Merriweather', serif;
}

.innerkader h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 8px 0 35px 0;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 74px;
  color: #fff;
}

.innerkader ul {
  font-size: 0.8em;
  line-height: 2.2em;
  padding-left: 30px;
  color: #fff;
  background-size: 4px;
  padding-left: 12%;
}

.innerkader li {
  padding-left: 5%;
  font-size: 1.6rem;
}

.innerkader li span {
  position: relative;
  top: -11px;
}

#tijdlijnButton {
  background-color: #E30613;
  padding: 5px 7px;
  border: 2px solid #e30613;
  color: white;
  font-weight: 500;
  transition: all 0.8s ease;
}

#tijdlijnButton:hover {
  background-color: transparent;
  color: black;
}

.innerkader ul li::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background-image: url("/images/logolocaties.png");
  font-size: 40px;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
}

.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;
}

/* KOL */

.kol {
  text-align: center;
  color: #000;
  font-size: 0.9em;
  width: 100%;
  height: 56px;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
}

.kol:nth-child(even) {
  background-color: #FFDF8B;
}

.kol_w {
  background-image: url(../images/ar_b2.png);
  background-repeat: no-repeat;
  background-position: left;
}

.kol_b {
  background-image: url(../images/ar_w.png);
  /* background-color:#FFDF8B; */
  background-repeat: no-repeat;
  background-position: left;
}

#onderblock {
  width: 100%;
}

#onderblock .kol {
  float: left;
  width: 25%;
}

#table_act1 h2 {
  height: 2.8em;
}

/* KOL EINDE */
/* 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 */
}

/*4 op rij*/
.col-group_4_foot>div, .col-group_4_foot2>div {
  padding: 0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}

@media screen and (min-width: 600px) {
  .col-group_4_foot, .col-group_4_foot2 {
    overflow: hidden;
  }

  .col-group_4_foot>div, .col-group_4_foot2>div {
    float: left;
    width: 100%;
  }

  .col-group_4_foot>div {
    width: 50%;
  }

  .col-group_4_foot>div:nth-child(odd), .col-group_4_foot2>div:nth-child(odd) {
    clear: left;
  }
}

@media screen and (min-width: 1000px) {
  #table_act1 {
    display: block;
  }

  #table_act {
    display: none;
  }

  .col-group_4_foot>div {
    width: 25%;
  }

  .col-group_4_foot2>div {
    width: 33.3333%;
  }

  .col-group_4_foot>div:nth-child(odd), .col-group_4_foot2>div:nth-child(odd) {
    clear: none;
  }
}

/* end */

@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 */
  }

  #table_act1 .kol {
    height: 56px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@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 #764014;
  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: #764014;
  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: #FFDF8B;
  color: #764014;
  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: 5px;
  margin-left: 60px;
  flex-grow: 2;
}

.navigatie nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  -ms-align-items: center;
  gap: 60px;
  align-content: flex-end;
  justify-content: end;
}

.navigatie nav a {
  color: #764014;
  will-change: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  transition: all .2s ease;
}

.navigatie nav ul div {
  display: flex;
}

.navigatie ul li:last-of-type a {
  background-color: #E30613;
  padding: 5px 7px;
  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;
}

.talenLang {
  width: 40px;
}


/* 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;
}

.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;
}

.navigatie ul li {
  line-height: 76px;


}

.closebtn {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 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);
}

.active {
  font-weight: bold;
}

.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: 90%;
  max-width: 1600px;
  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;
}

#locaties {
  display: flex;
  flex-direction: row;
  max-width: 1600px;
  margin: 0 auto;
  background-image: url('/images/soll_mask_reverse2_platliggend.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 47px 96px;
  flex-wrap: wrap;
  margin-top: 4%;
}

#locaties>article {
  width: 33.3%;
  padding: 15px;
}

#locaties>article>img {
  max-width: 100%;
  padding-bottom: 4%;
}

#locaties h2 {
  font-size: 1.3rem;
  text-align: center;
}

#locaties>article>p {
  margin-bottom: 15px;
  height: 40px;
  text-align: center;
}

.buttonMeerInfoDivAround {
  width: 100%;
  display: flex;
  justify-content: center;
}

.buttonAlgemeen {
  width: fit-content;
  text-align: center;
  background-color: #E30613;
  color: #fff;
  padding: 7px 15px;
  font-size: 13px;
  font-family: 'Intro Black', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

/* 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 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;
}



.vac_ov_items article a.full {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.vac_ov_items article i,


.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.vacature {
  margin-bottom: 137px;
}


/* Einde vacature overzicht */




/* 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%);
}



.ak.vacature .slick-dots {
  bottom: 100px;
  left: 10%;
}

.ak.vacaturedetail .slick-dots {
  bottom: 100px;
  left: unset;
  right: 10%;
}

.ak .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  margin: 10px 5px;
  background-color: #ffffff;
  border: 1px solid #e30613;
  cursor: pointer;
}




/* 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;
}


/* 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;
}


.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;
}



.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 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%;
}



/* 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-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 */


/* 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: 45px auto;

}

.ticker .shape {
  width: 706px;
  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;
}

.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;
  margin-top: 12px;
}

.footer .gegevens.borlix a.spec {
  background-color: #153B8B;
}

.buttonAlgemeen>span {
  padding-right: 9px;
}

.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 a {
  color: #fff !important;
}

.disclaimer {
  width: 95%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -ms-aling-items: center;

}

.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;
}

/* PAGINA DUURZAAMHEID START*/
.blokken2.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 i,
.blokken2.jobs a.diff i {
  margin-left: 5px;
}

/* blokken2 */

.blokken2:not(.verhalen):not(.verhalendet):not(.verhalen_blokken2 .blokken2) {
  width: 90%;
  margin: auto;
  position: relative;
  padding-left: 15%;
}

.verhalen_blokken2 .blokken2 {
  width: 90%;
  margin: auto;
}

.blokken2.jobs {
  margin-bottom: 141px !important;
}

.blokken2:last-of-type {
  margin-bottom: 50px;
}

.blokken2>div {
  display: flex;
  flex-direction: row;
}

.blokken2:nth-of-type(odd):not(.blokken2.verhalen:nth-of-type(odd)):not(.blokken2.verhalendet:nth-of-type(odd)):not(.verhalen_blokken2 .blokken2:nth-of-type(odd)) {
  transform: translateX(-160px);
}

.blokken2_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;
}

.blokken2:nth-of-type(odd):not(.blokken2.verhalen:nth-of-type(odd)):not(.blokken2.verhalendet:nth-of-type(odd)):not(.verhalen_blokken2 .blokken2:nth-of-type(odd)) .blokken2_content {
  width: 660px !important;
}

.blokken2:nth-of-type(odd):not(.blokken2.verhalen:nth-of-type(odd)):not(.blokken2.verhalendet:nth-of-type(odd)):not(.verhalen_blokken2 .blokken2:nth-of-type(odd)) .blokken2_img {
  width: 677px !important;
}

.verhalen_blokken2 .blokken2_content {
  width: 660px !important;
}

.blokken2_content.ops {
  padding: 100px 100px 100px 0px;
}

.blokken2:nth-of-type(even):not(.blokken2.verhalendet:nth-of-type(even)):not(.verhalen_blokken2 .blokken2:nth-of-type(even)):not(.blokken2.verhalen) .blokken2_content {
  transform: translate(-140px, 50px);
  background-size: 100% 100%;
  overflow: visible;
}

.blokken2_img {
  z-index: 1;
  width: 100%;
  position: relative;
}

.blokken2_img.slider.slick-initialized.slick-slider {
  min-height: 100%;
  object-fit: cover;
  width: 100% !important;
  max-width: 50%;
}

.blokken2_img.slider .slick-list {
  height: 100%;
}

.slick-list .verhalen_blokken2:nth-of-type(odd) .blokken2_img,
.verhalen_blokken2:nth-of-type(odd) .blokken2_slider {
  width: 701px;
}

.verhalen_blokken2 .blokken2>div {
  justify-content: center;
  padding-right: 8%;
}

.blokken2_img .graantjes {
  width: 150px;
  position: absolute;
  bottom: -20px;
  right: -125px;
}

.blokken2.jobs .graantjes19 {
  width: 170px;
  position: absolute;
  z-index: 5;
  top: -100px;
  left: -120px;
  transform: rotate(70deg);
}

.blokken2 .graantjestop {
  width: 110px;
  position: absolute;
  z-index: 5;
  top: -90%;
  right: -60%;
  transform: rotate(-70deg);
}

.blokken2 .graantjesbottom {
  width: 200px;
  position: absolute;
  z-index: 5;
  bottom: -25%;
  left: -23%;
}

.blokken2.jobs .graantjes18 {
  width: 90px;
  position: absolute;
  z-index: 5;
  top: -50px;
  right: -50px;
}

.blokken2_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;
}

.blokken2.jobs .blokken2_content .c h2 {
  position: relative;
}

.blokken2:nth-of-type(even) .blokken2_content .c h2 {
  width: 200px;
  position: relative;
}

.blokken2.jobs:nth-of-type(odd) .blokken2_content .c h2 {
  width: 374px;
}

.blokken2.jobs:nth-of-type(even) .blokken2_content .c h2 {
  width: 283px;
}

.blokken2_tekst {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #764014;
  margin-bottom: 30px;
  text-align: justify;
}

.blokken2_tekst strong {
  font-weight: 700;
}

.blokken2_opsomming {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blokken2_opsomming div {
  width: 48%;
  margin: 1%;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #764014;
  position: relative;
}

.blokken2_opsomming span {
  font-family: museo-slab, sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #DD9604;
  opacity: 25%;
  position: absolute;
  top: -10px;
  left: -10px;
}

.blokken2_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;
}

.blokken2_content a:not(a.diff):hover {
  background-color: transparent;
  color: #E30613;
}

.blokken2_content.borlix a:not(a.diff) {
  background-color: #153B8B;
  border: 2px solid #153B8B;
}

.blokken2_content.borlix a:not(a.diff):hover {
  background-color: transparent;
  color: #153B8B;
}

.blokken2_img.slider .img {
  position: relative;
}

.blokken2_img.slider .appendDots {
  position: absolute;
  left: 40%;
  bottom: -50px;
}

.blokken2_img.slider .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.ak .slick-dots li,
.blokken2_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,
.blokken2_img.slider.borlix .slick-dots li {
  border: 1px solid #153B8B;
}

.ak .slick-dots .slick-active,
.blokken2_img.slider .slick-dots .slick-active {
  background-color: #e30613;
}

.ak.borlix .slick-dots .slick-active,
.blokken2_img.slider.borlix .slick-dots .slick-active {
  background-color: #153B8B;
}

.ak .slick-dots li button,
.blokken2_img.slider .slick-dots li button {
  display: none;
}

.blokken2.verhalen {
  width: 50%;
  margin-bottom: 100px;
  position: relative;
}

.blokken2.verhalen:nth-of-type(even) {
  transform: translateY(-100px);
}

.blokken2.verhalen .blokken2_img,
.blokken2.verhalen .blokken2_slider {
  width: 100%;
}

.blokken2.verhalen .blokken2_img img,
.blokken2.verhalen .blokken2_slider img {
  width: 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.blokken2.verhalen .blokken2_content {
  width: 360px;
  transform: translate(-70px, 45px);
  padding: 40px 50px;
}

.blokken2.verhalen .blokken2_content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #764014;
}

.blokken2.verhalen .blokken2_tekst {
  font-weight: 400;
  color: #764014;
  font-size: 15px;
  line-height: 25px;
}

.blokken2.verhalen a.full {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.blokken2.verhalen .blokken2_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;
}

.blokken2.verhalen .blokken2_content a i {
  margin-left: 10px;
}

.blokken2.verhalen:first-of-type {
  transform: unset;
}

.verhalen_blokken2 {
  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_blokken2>div {
  position: relative;
}

.verhalen_blokken2 .blokken2:not(:last-of-type) {
  margin-bottom: 145px;
}

.verhalen_blokken2 .blokken2:nth-of-type(even) {
  width: 70%;
  margin: auto;
}

.verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_img,
.verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_slider {
  width: 731px;
}

.verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_img img,
.verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_slider img {
  width: 100%;
}

.verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_content {
  padding: 0;
  padding-left: 100px;
  transform: translate(0px, 0);
}

.verhalen_blokken2 .blokken2:nth-of-type(2) .blokken2_content .c h2,
.blokken2.verhalendet:nth-of-type(2) .blokken2_content .c h2 {
  width: 100%;
}

.verhalen_blokken2 .shapetop {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 5;
}

.verhalen_blokken2 .shapebottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.verhalen_blokken2 .blokken2 .graantjes1 {
  width: 137px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: -30px;
  left: 0px;
}

.verhalen_blokken2 .blokken2 .graantjes18 {
  width: 100px;
  position: absolute;
  top: unset;
  bottom: 0px;
  right: -20%;
  transform: rotate(60deg);
}

.verhalendet .blokken2_content {
  transform: unset;
  width: 45% !important;
  padding: 0;
  justify-content: flex-start;
  margin-right: 74px;
}

.blokken2.verhalendet:first-of-type {
  transform: unset;
}

.blokken2.verhalendet {
  width: 100%;
}

.blokken2.verhalendet .blokken2_img,
.blokken2.verhalendet .blokken2_slider {
  width: 55% !important;
}

.blokken2.verhalendet .blokken2_content .c h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.blokken2.verhalendet .blokken2_content .c p {
  margin-bottom: 20px;
}

.blokken2.verhalendet .quote {
  width: 790px;
  height: 330px;
  transform: translateX(-100px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.blokken2.verhalendet .quote img.bg {
  width: 100%;
}

.blokken2.verhalendet .quote .c {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blokken2.verhalendet:nth-of-type(even) {
  margin-top: 100px;
}

.blokken2.verhalendet:nth-of-type(even) .blokken2_content {
  margin-right: 0;
}

.blokken2.verhalendet .quote .c p {
  font-weight: 500;
  font-size: 25px;
}

.blokken2.verhalendet .quote .c .center {
  position: relative;
}

.blokken2.verhalendet .quote img.q {
  top: -26px;
  left: -35px;
}

.blokken2.verhalendet .quote img.graantjestop {
  bottom: -60px;
  right: -100px;
  top: unset;
  transform: rotate(180deg);
}

.blokken2.verhalendet:nth-of-type(even) .blokken2_img img,
.blokken2.verhalendet:nth-of-type(even) .blokken2_slider img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 100%;
}

.blokken2.verhalendet:nth-of-type(even) .blokken2_content {
  padding: 0;
  padding-left: 100px;
}

.blokken2.verhalendet .graantjes4 {
  width: 90px;
  position: absolute;
  z-index: 5;
  top: -10%;
  right: -10%;
  transform: rotate(-70deg);
}

/* PAGINA DUURZAAMHEID EINDE*/





/* Einde footer */


/* MEDIA QUERIES */

@media screen and (max-width: 1800px) {
  .blokken .graantjes18, .welkomMaselisBlok .graantjes18 {
    display: none;
  }
}

@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%;
  }

  .vector3img {
    position: absolute;
    top: -6px;
    left: -83%;
    Z-index: 2;
  }

  .vac_ov_items img.graantjes18 {
    right: -4%;
  }

  .vac_ov_items img.graantjes16 {
    width: 150px;
    left: -8%;
    bottom: -10%;
  }

  .navigatie.home {
    width: 80%;
  }
  .blokken article:nth-child(2n) .blokken_content {
    width: 600px;
  }
}

@media screen and (max-width: 1460px) {
  .contact_pagina {
    width: 80%;
  }

  .home_banner .slogan:not(.home_banner.home .slogan) {
    width: 480px;
  }

  .home_banner .introtekst {
    left: 5%;
  }

  .vac_ov .intro,
  .stories .intro {
    width: 60%;
  }

  .vacature_detail .content .solliciteren {
    margin-top: 0 !important;
    padding: 100px 60px;
  }
}

@media screen and (max-width: 1400px) {

  .navigatie nav ul {
    gap: 25px;
  }

  .blog-content {
    max-width: 80%;
  }


  .ak,
  .vacature_detail,
  .verhalen_detail,
  .contact_pagina {
    width: 90%;
  }


  .verhalen_detail .intro img {
    position: absolute;
    top: -70%;
    left: -9%;
  }



  .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;
  }

  .blokken2:nth-of-type(odd):not(.blokken2.verhalen:nth-of-type(odd)):not(.blokken2.verhalendet:nth-of-type(odd)):not(.verhalen_blokken2 .blokken2:nth-of-type(odd)):not(.blokken2.jobs) {
    transform: translateX(-300px);
  }

  .blog-content {
    max-width: 80%;
  }

  .blokken2.jobs {
    margin-bottom: 30px !important;
    transform: unset !important;
    padding-left: 0 !important;
  }

  .blokken2_content.ops {
    padding: 100px 0px 100px 100px;
  }

  .ak,
  .vacature_detail,
  .verhalen_detail {
    width: 90%;
  }

  .blokken2.verhalendet .graantjes4 {
    right: 0%;
  }

  .verhalen_detail .intro img {
    position: absolute;
    top: -70%;
    left: -9%;
  }

  .verhalen_blokken2 .blokken2_img img,
  .verhalen_blokken2 .blokken2_slider img {
    width: 100%;
  }

}

@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 {
    width: 70%;
  }

  .blog-overzicht .blog-item {
    width: 98%;
  }

  .vector3img {
    position: absolute;
    top: -6px;
    left: -97%;
    Z-index: 2;
  }

  .certificaten>a {
    padding: 50px 1px;
  }
}

@media screen and (max-width: 1250px) {
  .navigatie nav {
    margin-left: 30px;
  }
}

@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;
  }




  .vac_ov_items img.graantjes18 {
    display: none;
  }

  .ak {
    margin-top: 0;
  }



  .blog-content-row .tekst-and-image>* {
    width: 100%;
  }

  .blog-content-row .tekst-and-image .img {
    margin: 15px auto;
    max-width: 500px;
  }


  .vac_ov_items.borlix img.graantjes16 {
    left: -8%;
  }

  .vac_ov_items.borlix img.graantjes18 {
    top: -10%;
    right: 0%;
  }

  .blokken2,
  .verhalen_blokken2 .blokken2:nth-of-type(even) {
    width: 95% !important;
    padding-left: 0;
    margin: auto;
  }

  .blokken2:nth-of-type(odd):not(.blokken2.verhalen:nth-of-type(odd)):not(.blokken2.verhalendet:nth-of-type(odd)):not(.verhalen_blokken2 .blokken2:nth-of-type(odd)):not(.blokken2.jobs) {
    transform: unset !important;
  }

  .blokken2:nth-of-type(even):not(.blokken2.verhalendet:nth-of-type(even)):not(.verhalen_blokken2 .blokken2:nth-of-type(even)):not(.blokken2.verhalen) .blokken2_content {
    transform: unset;
  }

  .blokken2:not(.verhalen):not(.verhalendet):not(.verhalen_blokken2 .blokken2) {
    width: 95%;
    padding-left: 0;
  }

  .blokken2>div {
    flex-direction: column;
  }

  .blokken2_content,
  .blokken2:nth-of-type(even) .blokken2_content {
    transform: unset;
    order: 1;
    width: 660px !important;
    background-size: 100% 100%;
  }

  .blokken2_img,
  .blokken2_slider {
    width: 100%;
    text-align: right;
    transform: translateY(-100px);
    order: 2;
  }

  .blokken2:nth-of-type(odd):not(.blokken2.verhalen:nth-of-type(odd)):not(.blokken2.verhalendet:nth-of-type(odd)):not(.verhalen_blokken2 .blokken2:nth-of-type(odd)) .blokken2_img:not(.verhalen_blokken2 .blokken2:nth-of-type(odd)) .blokken2_slider {
    width: 100% !important;
  }

  .blokken2_img .graantjes {
    bottom: -30%;
    right: -5%;
  }

  .blokken2.verhalen {
    width: 48%;
    margin-bottom: 30px;
  }

  .stories>div.desk {
    justify-content: space-between;
  }

  .blokken2.verhalen .blokken2_content {
    order: 2 !important;
    transform: unset;
    transform: translateY(-120px);
    width: 100% !important;
    background-size: 100% 100% !important;
  }

  .blokken2.verhalen .blokken2_img,
  .blokken2.verhalen .blokken2_slider {
    order: 1 !important;
  }

  .blokken2.verhalen:nth-of-type(even) {
    transform: unset;
  }

  .verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_content {
    background-image: url(/images/vector3.png);
    width: 660px !important;
    transform: unset;
    order: 1;
    background-size: 100% 100%;
    padding: 100px;
    float: right;
  }

  .verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_img {
    width: 100%;
  }

  .verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_img img {
    width: unset;
  }

  .verhalen_detail .intro .c {
    width: 100%;
  }

  .verhalendet .blokken2_content,
  .blokken2.verhalendet .blokken2_img {
    width: 100% !important;
  }

  .verhalen_blokken2 .blokken2:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .blokken2.verhalendet .blokken2_content .c h2 {
    width: 100% !important;
  }

  .blokken2.verhalendet .quote {
    transform: unset;
    padding: 40px;
  }

  .blokken2.verhalendet:nth-of-type(even) .blokken2_content {
    padding-left: 0;
  }

  .blokken2.verhalendet:nth-of-type(even) .blokken2_img {
    transform: unset;
    margin-top: 30px;
  }

  .blokken2.verhalendet .graantjes4 {
    top: -5%;
  }

  .verhalen_blokken2 .blokken2>div {
    padding-right: 0%;
  }

  .verhalen_blokken2:nth-of-type(odd) .blokken2_img {
    width: 100%;
  }

  .verhalen_blokken2:nth-of-type(odd) .blokken2_img img {
    width: unset;
  }

  .blokken2:nth-of-type(odd):not(.blokken2.verhalen:nth-of-type(odd)):not(.blokken2.verhalendet:nth-of-type(odd)):not(.verhalen_blokken2 .blokken2:nth-of-type(odd)) .blokken2_img {
    width: 100% !important;
  }

  .blokken2:nth-of-type(even)>div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blokken2:nth-of-type(even)>div .blokken2_img,
  .blokken2_img.slider.slick-initialized.slick-slider {
    width: 100%;
    max-width: 100%;
    text-align: right;
  }

  .blokken2_img.slider .img {
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  .blokken article:nth-child(2n) .blokken_content {
    background-image: none;
    max-width: unset;
    width: 50%;
    padding: 30px;
    left: unset;
    position: static;
  }
  .blokken article:nth-child(2n) .imageBlokken2 {
    position: static;
    right: unset;
  }
}

@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;
  }

  .vector3img {
    position: absolute;
    top: -6px;
    left: -117%;
    Z-index: 2;
  }

  #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;
  }

  .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;
  }

}

@media screen and (max-width: 1100px) {
  .navigatie.home {
    width: 100%;
  }

  .navigatie.home>div {
    transform: translateY(-30px);
  }

  .blokken_titel h2 {
    font-size: 1.7em;
  }

  .blokken_tekst {
    font-size: 1.2em;
  }

  .welkomMaselisBlok p {
    font-size: 1.2em;
  }

  .blokken_content {
    padding: 10px;
  }

  .tekst_blokken article div {
    font-size: 1em;
  }

  .tekst_blokken article h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 1050px) {
  .tohide {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .footer {
    width: 95%;
  }

  .stories {
    width: 90%;
  }

  .vac_ov h2,
  .stories h2,
  .contact_pagina h2:not(.contact_pagina>div h2) {
    width: 90%;
    font-size: 30px;
  }

  .vac_ov .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%;
  }

  .vector3img {
    display: none;
  }

  .welkomMaselisBlok {
    flex-direction: column;
    text-align: center;
  }

  .welkomMaselisBlok>div:first-child {
    width: 100%;

  }

  .welkomMaselisBlok>div:last-child {
    width: 100%;
  }

  .welkomMaselisBlok a {
    margin-bottom: 25px;
  }

  .innerkader li {
    text-align: left;
  }

  .navigatie nav {
    margin-left: 0;
    width: 300px;
    flex-grow: 0;
  }

}

@media screen and (max-width: 1000px) {

  #errors,
  #errorsdet {
    width: 70%;
  }

  .table_act {
    padding: 10px;
  }

  .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;
  }

  #activiteitenOpsomming {

    margin-bottom: 7%;
  }

  .pijl {
    width: 30%;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .blockMobile {
    display: flex;
    flex-direction: row;
  }

  .blockMobile>div {
    width: 25%;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .kol_w, .kol_b {
    background-image: none;
  }

  .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%;
  }

  #table_act1 {
    display: none;
  }

}

@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;
  }

  .blokken2.verhalen .blokken2_content {
    padding: 30px 20px;
  }

  .blokken2.verhalen .blokken2_img,
  .blokken2.verhalen .blokken2_content {
    transform: unset;
  }

  .blokken2.verhalen {
    position: relative;
  }

  .blokken2.verhalendet:nth-of-type(even) {
    margin-top: 0px;
  }

  .quote {
    margin-top: 200px;
    padding: 40px;
  }

  .verhalendet .quote {
    margin-top: 0 !important;
  }

  .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;
  }


  #locaties {
    flex-direction: column;
    padding: 100px 0px;
  }

  #locaties>article {
    width: 100%;
  }

  #locaties>article>img {
    max-width: unset;
    width: 100%;
  }

  #locaties>article>p {
    margin-bottom: 15px;
    height: 24px;
  }

  #locaties {
    flex-direction: column;
    padding: 39px 0px;
  }

  .certificaten>a:nth-child(2n) {
    margin-right: unset;
  }

  .certificaten>a:nth-child(3n) {
    margin-right: unset;
  }

  .certificaten>a {
    width: 47.5%;
    padding: 50px;
    background-image: url('/images/soll_mask_reverse2.png');
    padding: 50px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 5% !important;
    margin-bottom: 5%;
  }

  .certificaten>a:nth-child(even) {
    margin-right: 0 !important;
  }

}

@media screen and (max-width: 850px) {
  #errors,
  #errorsdet {
    width: 80%;
  }

  .vac_ov .intro,
  .stories .intro {
    width: 90%;
  }

  .blokken article>img {
    width: 100%;
  }

  .blokken_content {
    width: 100%;
    padding: 0;
  }

  .blokken article:nth-child(2n) .blokken_content {
    width: 100%;
    padding: 0;
  }

  .blokken_content>a, .welkomMaselisBlok a {
    margin-bottom: 25px;
  }

  .blokken article {
    padding-bottom: 30px;
  }

  .blokken article>img {
    margin-bottom: 3%;
  }

  .welkomMaselisBlok {
    padding: 10px;
    margin-bottom: 20px;
  }

  .blokken {
    gap: 0;
  }

  .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%;
  }

  .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;
  }

  .ak,
  .vacature_detail,
  .verhalen_detail,
  .contact_pagina {
    width: 95%;
  }

  .vac_ov_items article {
    min-height: 350px;
  }

  .vac_ov_items.borlix img.graantjes16 {
    left: -12%;
  }

  .imageBlokken2 {
    width: 100%;
    order: 3 !important;
  }

  .blokken2.jobs .graantjes19,
  .blokken2.jobs .graantjes18 {
    display: none;
  }

  .blokken2_img .graantjes,
  .blokken2_img .graantjesbottom {
    display: none;
  }

  .blokken2:nth-of-type(even) .blokken2_content .c h2 span {
    width: 100%;
  }

  .blokken2 .graantjestop {
    width: 80px;
  }

  .blokken2_content {
    order: 2;
  }

  .blokken2_img {
    order: 1;
  }

  .blokken2.jobs {
    margin-bottom: 0px;
  }

  .verhalen_blokken2 .blokken2:not(:last-of-type) {
    margin-bottom: 0px;
  }

  .verhalen_blokken2:nth-of-type(odd) .blokken2_img img {
    width: 100%;
  }

  .blokken2_content:not(.blokken2.verhalen .blokken2_content) {
    width: 100% !important;
    background-image: none !important;
    padding: 30px 10px;
  }

  .blokken2_img {
    transform: unset;
  }

  .verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_img {
    width: 100%;
  }

  .blokken2_img img {
    width: 100%;
  }

  .verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_img img {
    width: 100%;
  }

  .verhalen_blokken2 .blokken2:nth-of-type(even) .blokken2_content {
    transform: unset;
    width: 100%;
  }

  .blokken2_content .c h2,
  .blokken2:nth-of-type(2) .blokken2_content .c h2 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .blokken2_tekst {
    font-size: 16px;
  }

  .blokken2.verhalen .blokken2_img {
    width: 100%;
    position: relative;
  }

  .blokken2.verhalen .blokken2_content {
    width: 100%;
    transform: unset;
    position: relative;
    margin-top: 15px;
    padding: 20px 10px;
  }

  .blokken2.verhalen .blokken2_content:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
  }

  .blokken2.verhalen .blokken2_img .shapebottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 5;
  }

  .verhalen_blokken2 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .blokken2.jobs:nth-of-type(even) .blokken2_content .c h2,
  .blokken2.jobs:nth-of-type(odd) .blokken2_content .c h2 {
    width: 100%;
  }

  .blokken2_opsomming {
    margin-top: 20px;
  }

  .blokken2_opsomming span {
    font-size: 50px;
  }

  .blokken2.verhalendet .quote {
    width: 100%;
    height: 260px;
    padding: 40px 0;
  }

  .blokken2.verhalendet .graantjes4 {
    display: none;
  }

  .blokken2:nth-of-type(odd):not(.blokken2.verhalen:nth-of-type(odd)):not(.blokken2.verhalendet:nth-of-type(odd)):not(.verhalen_blokken2 .blokken2:nth-of-type(odd)) .blokken2_content {
    width: 100% !important;
  }
}

@media screen and (max-width:840px) {
  .timeline_item_content {
    width: 100%;
    padding: 0;
    order: 1;
  }

  .timeline {
    overflow: auto;
  }

  .timeline_other_content {
    width: 100%;
    order: 2;
    text-align: left;
  }

  .left_time h2 {
    text-align: left;
  }

  .left_time p {
    text-align: left;
  }

  .timeline_other_content img {
    width: 100%;
    margin-top: 10px;
  }

  .timeline_container {
    width: 90%;
    float: right;
    flex-wrap: wrap;
  }

  .timelineoverlayholder {
    left: 5%;
  }

  .timeline::after {
    left: 5%;
  }

  .timeline_container::after {
    left: -5.6%;
    width: 25px;
    height: 25px;
  }

  .timeline_quote {
    margin-top: 20px;
  }

  .right_time, .imageleft {
    margin-left: 0;
  }

  .imageright {
    margin-right: 0;
  }

  .timeline_container {
    padding: 10px;
  }

}

@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;
  }

  .blokken article:nth-child(odd) img {
    order: 3;
  }

  .curtaindrop h2 {
    font-weight: 600;
    font-size: 1.8em;
  }

  .tekst_blokken article {
    width: 100%;
    margin: 20px 0;
  }

  .page_header2>h1 {
    font-size: 30px;
  }

  .page_header2>h2 {
    font-size: 14px !important;
    line-height: 18px !important;
    padding-bottom: 5px;
  }

  .page_header_tekst2 {
    font-size: 16px;
  }

  .referenties_overzicht article {
    font-size: .9em;
  }

  .tekst_blokken article h2 {
    line-height: 130%;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .tekst_blokken article div {
    text-align: center;
  }

  .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%;
  }

  .active, .nav a:hover {
    background: none;
    background-color: #fff;
    color: #000 !important;
  }

  #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%;
  }
}

@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) {
  .navigatie.home>div {
    width: 130px;
  }

  #errors p,
  #errorsdet p {
    font-size: 18px;
  }

  h2 {
    font-size: 28px !important;
  }

  .blokken2_img .graantjes {
    display: none;
  }

  .blokken2_opsomming {
    margin-top: 30px;
  }

  .blokken2_opsomming div {
    width: 90%;
    margin: 0;
    margin: auto;
    margin-bottom: 20px;
  }

  .blokken2_opsomming span {
    font-size: 35px;
    top: 0px;
    right: 0px;
  }

  .blokken2.verhalendet .quote .c {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blokken2.verhalendet .quote span {
    display: none;
  }

  .blokken2.verhalendet .quote .c p,
  .ak article .c {
    font-size: 20px;
  }

  .blokken2.verhalendet .quote img.q {
    top: -20px;
    left: -30px;
  }

  .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%;
  }


  .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;
    text-align: 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,
  .stories .intro {
    font-size: 20px;
    margin-bottom: 30px;
  }



  .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;
  }



  .ak article .c {
    line-height: 30px;
  }

  .quote img.q {
    width: 35px;
  }



  .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;
  }

  .certificaten>a:nth-child(2n) {
    margin-right: unset;
  }

  .certificaten>a:nth-child(3n) {
    margin-right: unset;
  }

  .certificaten>a {
    width: 100%;
    padding: 50px;
    background-image: url('/images/soll_mask_reverse2.png');
    padding: 50px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 5%;
    margin-right: unset !important;
  }

  .certificaten>a:nth-child(even) {
    margin-right: unset;
  }

  .innerkader li span {
    padding-left: 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .ticker a {
    bottom: -20px;
  }

  .page_header2>h1 {
    font-size: 30px;
  }

  .page_header_tekst2 {
    font-size: 1.2em;
  }

  .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;
  }

  .innerkader ul {
    padding-left: 0;
  }

  .innerkader li {
    padding-left: 0;
  }
}

@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) {
  .nav_jobs.mob {
    font-size: 13px !important;
    margin-top: 15px !important;
    padding: 7px 20px !important;
  }

  .slotholder>div {
    width: 100%;
    margin-bottom: 10px;
  }

  .kol {
    line-height: 16px;
  }

  .ticker a,
  .vacature_form input[type=submit],
  .ak a,
  .blokken2_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;
  }

  .ticker a,
  .vacature_form input[type=submit],
  .ak a {
    font-size: 14px !important;
    width: fit-content !important;
    padding: 7px 20px !important;
    height: auto !important;
  }

  .pijl {
    width: 52%;
  }

  .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%;
  }

  h2 {
    font-size: 23px !important;
  }

  .navigatie {
    width: 100%;
  }

  .navigatie .logo {
    width: 80px;
  }

}

@media screen and (max-width: 500px) {
  .quote img.graantjestop {
    right: -20%;
    top: -70%;
  }

  .blokken {
    margin-bottom: 0;
  }

  .blokken2.verhalendet .quote .c p,
  .ak article .c {
    font-size: 18px;
  }

  .greyzone {
    padding: 57px 38px;
  }

  .vac_ov h2,
  .stories h2,
  .contact_pagina h2:not(.contact_pagina>div h2) {
    font-size: 23px !important;
    line-height: 23px !important;
  }

  .vac_ov .intro,
  .stories .intro {
    font-size: 18px;
  }

  .talenLang {
    font-size: 15px;
  }

  #table_act1 .kol {
    height: 56px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .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;
  }


  .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;
  }

  .ticker a,
  .vacature_form input[type=submit],
  .ak a,
  .blokken2_content a:not(a.diff),
  .contact_form input[type=submit] {
    min-width: 70% !important;
    max-width: 80% !important;
    width: unset !important;
  }

  .introtekst.mob a,
  .ticker a,
  .vacature_form input[type=submit],
  .ak a,
  .blokken2_content a:not(a.diff),
  .contact_form input[type=submit] {
    width: max-content;
  }

  .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 {
    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 {
    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;
  }

  .navigatie nav ul>li {
    display: none;
  }

  .navigatie nav {
    width: 200px;
  }
}

@media screen and (max-width: 400px) {
  .home_banner .slogan {
    width: 230px;
    left: 33%;
    bottom: 15%;
  }

  .menubtn {
    width: 30px;
    margin-left: 0;
  }

  .navigatie {
    width: 100%;
  }

  .navigatie nav ul div a:not(:last-child) {
    margin-right: 5px;
  }

  .navigatie ul li:last-of-type a {
    padding: 7px 6px;
  }

  .talenLang {
    width: auto;
  }

  .quote img.graantjestop {
    right: -30%;
    top: -60%;
  }

  .quote img.graantjesbottom {
    bottom: -70%;
  }

  .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;
  }


}