/* Variables */
:root {
	--rood: #DA0E2B;
	--rood-filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(4563%) hue-rotate(344deg) brightness(85%) contrast(101%);
	--geel: #FABA33;
	--geel-bg: #F3E6D7;
	--beige: #22222233;
	--zwart: #222222;
	--container-breedte: 1296px;
	--padding-l: 40px;
	--padding-s: 24px;
	--font: "Hurme Geometric Sans No.3", sans-serif;
	--font-alt: "Cooper Lt BT W08 Regular", serif;
}

/* LIVE HYBRID THEME ADJUSTEMENTS */
@media (min-width: 900px) {
  body:not(.template-home) .body-container-wrapper {
    margin-top: 108px;
  }
}

/* @media (min-width: 768px) {
    body:has(.searchcointainer) .body-container-wrapper {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  body:has(.searchcointainer) .body-container-wrapper {
    margin-top: -22px;
  }
} */

body:not(.template-home) .header .header_rechts #hs_cos_wrapper_site_search label {
   filter: invert(83%) sepia(87%) saturate(5002%) hue-rotate(344deg) brightness(85%) contrast(102%);
}
body:not(.backdrop):has(.intro_banner, .pagina_intro, .searchcointainer) .header .header_rechts #hs_cos_wrapper_site_search form:not(.active) label {
	filter: none;
}
.mega_menu_header.search_active #hs_cos_wrapper_site_search_mega form {
  margin-bottom: 0px;
}
.header .header_links .wit_sub_menu .sub>div:first-of-type {
  margin-left: 0;
  margin-right: 0;
}

.header .header_links .wit_sub_menu .sub > div:last-of-type {
  margin-right: 0;
}

body .pagina_intro {
  margin-top: -136px!important;
}

.header .header_links .wit_sub_menu .sub h3 {
  color: var(--rood); 
  font-family: var(--font);
  font-weight: 600;
  font-size: 22px;
}
header p,
header span,
header a,
header li,
footer p,
footer span,
footer a,
footer li {
 font-family: 'Hurme Geometric Sans No.3'
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
 font-family: 'Hurme Geometric Sans No.3';
  font-weight: 600;
}

.header .header_links .hs-menu-wrapper > ul > .hs-menu-item:nth-child(1) {
  max-width: 158px!important;
}
.header .header_links .hs-menu-wrapper > ul > .hs-menu-item:nth-child(2) {
  max-width: 97px!important;
}
.header .header_links .hs-menu-wrapper > ul > .hs-menu-item:nth-child(3) {
  max-width: 82px!important;
}
.header .header_links .hs-menu-wrapper > ul > .hs-menu-item:nth-child(4) {
  max-width: 52!important;
}
.header .header_links .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li.active p:nth-child(2) {
  display: none;
}

header .mega_menu_items .hs-menu-wrapper>ul>li>ul>li.active>p:nth-child(2) {
  display: none;
}

.header {
  z-index: 102!important;
}
#mega_menu {
  z-index: 105!important;
}
header h1,
footer h1 {
	font-size: 75px;
	line-height: 85px;
}

header h2,
footer h2 {
	font-size: 44px;
	line-height: 50px;
	margin-bottom: 32px;
}

header h3,
footer h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 16px;
}

header h4,
footer h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 16px;
}

header h5,
footer h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}

header h6,
footer h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
	letter-spacing: 0.28px;
}

.header .header_rechts #hs_cos_wrapper_site_search input {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 0.2);
  padding: 0.8rem;
  border-radius: 24px;
}

footer h3 {
  color: white;
}

footer .hs_email input[type=email] {
  line-height: 1;
}

body:not(.template-home) .body-container>.row-fluid-wrapper>.row-fluid {
  padding: unset;
}

header .quote:before {
  content: '';
}

.header .header_rechts #hs_cos_wrapper_site_search form.active label {
  top: 2px;
}

.header .header_links .hs-menu-wrapper>ul>li a:hover {
  text-decoration: underline!important;
}

.mega_menu_items .hs-menu-wrapper>ul>li>a:hover, .mega_menu_items .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: underline!important;
}

.header .header_links .hs-menu-wrapper>ul>li:nth-of-type(2)>ul.hs-menu-children-wrapper>li>ul>li>a:hover {
  text-decoration: none!important;
}

/* body:has(.span12.widget-span.widget-type-cell.searchcointainer) .header {
  background-color: var(--rood); 
} */

body > *:not(.header-container-wrapper, .body-container-wrapper) ul:not([class]) li:not([class]):before {
  background: black;
}

body > .header-container-wrapper :not(.hs-tools-menu) ul:not([class]) li:not([class]):before {
  background: var(--rood);
}

body > *:not(.header-container-wrapper) .button {
  border-radius: 0px;
  background-image: none;
}

body > *:not(.header-container-wrapper) .searchcointainer {
  background-image: none;
}
body > *:not(.header-container-wrapper) .hs-search-field__input {
    border-bottom: 1px solid var(--rood);
    color: var(--rood);
    font-size: 24px;
}
body > *:not(.header-container-wrapper) .hs-search-field__input::placeholder {
  color: #000000;
}

body em {
    font-style: italic;
}

body .header .header_rechts a.button.werken_bij_b {
  top: 16px;
}

body .header_rechts a.button.werken_bij_b {
  line-height: 13px!important; 
  height: 32px;
  padding: 8px 32px;
  position: absolute;
  right: 60px;
  top: 16px;

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='299.133' height='139.689'%3E%3Cpath fill='rgba(29, 29, 29, 0.08)' d='M0 13.252V139.69h299.133V13.252c-39.22 9.287-58.2-13.591-98.1-13.248s-63.735 13.9-90.809 13.248S61.949 1.938 40.662 2.695 0 13.252 0 13.252Z' data-name='Path 517'/%3E%3C/svg%3E");
  background-position: 0 -40%;
  background-repeat: repeat-x;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.21px;
  line-height: 13px;
  overflow: hidden;
  padding: 12px 32px 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: .8s ease;
  width: auto;
}

html body:not(.backdrop) .header:not(.scrolled) .header_rechts a.button.werken_bij_b {
  border: 1px solid var(--rood);
  color: var(--rood);
  background-color: transparent;
}
html body .header_rechts a.button.werken_bij_b.active:hover {
  background-color: var(--rood);
  filter: opacity(0.9);
  transition: 250ms ease filter;
}

/* html body:not(.backdrop):has(.intro_banner, .pagina_intro, .searchcointainer) .header:not(.scrolled) .header_rechts a.button.werken_bij_b {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
} */

/* @media (min-width: 900px) {
  body .header_midden {
    width: 255px; 
  }
} */

@media (min-width: 1100px) {
  body .header_midden {
    flex: 0 0 255px!important;
    width: 255px;
    height: 74.66px;
  }
  
  body .header_rechts {
    max-width: 100%;
    flex: 1 1 calc(50% - 128px)!important;
  }
  
  body .mega_menu_header {
    align-items: unset;
  }
}

body .header .header_links .hs-menu-wrapper>ul>.hs-menu-item:first-child,
body .header .header_links .hs-menu-wrapper>ul>.hs-menu-item:nth-child(2),
body .header .header_links .hs-menu-wrapper>ul>.hs-menu-item:nth-child(3),
body .header .header_links .hs-menu-wrapper>ul>.hs-menu-item:nth-child(4) {
  max-width: unset!important;
  display: block!important;
  line-height: 32px!important;
}

body .header .header_links .hs-menu-wrapper>ul {
  gap: 0px;
}

.opleidingenbox a.opleiding {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    text-decoration: none;
}

.opleidingenbox a.opleiding .titel {
    color: var(--rood);
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 8px;
}

.opleidingenbox .opleiding .info {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}

.opleidingenbox .opleiding .info .datum, .opleidingenbox .opleiding .info .plaatsen {
    color: var(--rood);
    font-size: 12px;
    letter-spacing: 1.32px;
    line-height: 14px;
    text-transform: uppercase;
}

.opleidingenbox .opleiding .info .datum:before, .opleidingenbox .opleiding .info .plaatsen:before {
    content: "";
    display: inline-block;
    margin-bottom: -6px;
    margin-right: 8px;
}

.opleidingenbox .opleiding .info .datum:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.118' height='21.676'%3E%3Cg fill='%23df1f38' data-name='Group 36'%3E%3Cpath d='M8.773 14.079h-.491a.512.512 0 0 0-.512.512.512.512 0 0 0 .512.513h.491a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.512Z' data-name='Path 93'/%3E%3Cpath d='M8.389 12.842a.512.512 0 0 0 .512-.512.512.512 0 0 0-.512-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.512Z' data-name='Path 94'/%3E%3Cpath d='M8.005 10.533a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.513Z' data-name='Path 95'/%3E%3Cpath d='M11.433 14.079h-.491a.512.512 0 0 0-.512.512.512.512 0 0 0 .512.513h.491a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.512Z' data-name='Path 96'/%3E%3Cpath d='M11.048 12.842a.513.513 0 0 0 .513-.512.513.513 0 0 0-.513-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.512Z' data-name='Path 97'/%3E%3Cpath d='M10.663 10.533a.513.513 0 0 0 .512-.513.513.513 0 0 0-.512-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.513Z' data-name='Path 98'/%3E%3Cpath d='M10.215 8.227a.513.513 0 0 0 .512-.513.513.513 0 0 0-.512-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.513Z' data-name='Path 99'/%3E%3Cpath d='M14.092 14.079h-.491a.513.513 0 0 0-.512.512.513.513 0 0 0 .512.513h.491a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.512Z' data-name='Path 100'/%3E%3Cpath d='M13.707 12.842a.513.513 0 0 0 .513-.512.513.513 0 0 0-.513-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.512Z' data-name='Path 101'/%3E%3Cpath d='M13.323 10.533a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.513Z' data-name='Path 102'/%3E%3Cpath d='M12.874 8.227a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.513Z' data-name='Path 103'/%3E%3Cpath d='M16.879 12.328a.513.513 0 0 0-.513-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.512h.491a.513.513 0 0 0 .513-.512Z' data-name='Path 104'/%3E%3Cpath d='M15.982 10.533a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.513h-.491a.513.513 0 0 0-.513.513.513.513 0 0 0 .513.513Z' data-name='Path 105'/%3E%3Cpath d='M15.533 8.227a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.513h-.491a.513.513 0 0 0-.512.513.513.513 0 0 0 .512.513Z' data-name='Path 106'/%3E%3Cpath d='M18.149 9.508a.513.513 0 0 0-.512.513.513.513 0 0 0 .512.513h.491a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.513Z' data-name='Path 107'/%3E%3Cpath d='M17.701 8.227h.491a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.513h-.491a.513.513 0 0 0-.512.513.513.513 0 0 0 .512.513Z' data-name='Path 108'/%3E%3Cpath d='m22.275 15.156-1.377 1.87-.943-.82a.513.513 0 0 0-.723.051.512.512 0 0 0 .051.723l1.362 1.185a.513.513 0 0 0 .336.126.5.5 0 0 0 .057 0 .513.513 0 0 0 .356-.206l1.706-2.318a.512.512 0 0 0-.109-.717.513.513 0 0 0-.716.106Z' data-name='Path 109'/%3E%3Cpath d='M22.92 11.922a.144.144 0 0 0 0-.014l-1.391-8.343a1.577 1.577 0 0 0-1.563-1.33h-.563a3.793 3.793 0 0 0-.572-1.539 1.28 1.28 0 0 0-1.257-.684c-.507.078-.786.364-.945 1.068a.512.512 0 0 0 .387.613.513.513 0 0 0 .613-.387c.067-.3.067-.253.1-.278.128.034.471.434.627 1.207h-2.992a3.789 3.789 0 0 0-.572-1.539 1.281 1.281 0 0 0-1.257-.684c-.506.078-.786.364-.945 1.068a.513.513 0 0 0 .387.613.513.513 0 0 0 .613-.387c.067-.3.067-.253.1-.278.129.034.471.434.628 1.207h-3.159a3.789 3.789 0 0 0-.572-1.539A1.281 1.281 0 0 0 9.33.012c-.507.078-.786.364-.946 1.068a.513.513 0 0 0 .387.613.513.513 0 0 0 .613-.387c.067-.3.066-.253.1-.278.128.034.472.434.628 1.207h-3.22A3.787 3.787 0 0 0 6.32.696 1.28 1.28 0 0 0 5.064.012c-.507.078-.787.364-.946 1.068a.513.513 0 0 0 .387.613.512.512 0 0 0 .613-.387c.067-.3.067-.253.1-.278.129.034.472.434.628 1.207H3.93a1.58 1.58 0 0 0-1.206.557 1.589 1.589 0 0 0-.324.625 1.836 1.836 0 0 0-.092.342L.003 17.397a1.087 1.087 0 0 0 .246.88 1.087 1.087 0 0 0 .83.384h1.885a.513.513 0 0 0 .513-.513.513.513 0 0 0-.513-.513H1.093a.061.061 0 0 1-.049-.023.058.058 0 0 1-.015-.048L2.836 6.875l1.857 11.453a1.086 1.086 0 0 0 1.076.915H16.75a5.053 5.053 0 0 0 4.315 2.434 5.063 5.063 0 0 0 5.057-5.057 5.061 5.061 0 0 0-3.202-4.698Zm-17.155 6.3a.064.064 0 0 1-.064-.054L3.39 3.912a.564.564 0 0 1 0-.177.788.788 0 0 1 .722-.471h1.8a1.031 1.031 0 0 1-.24.655.513.513 0 0 0-.429.585.513.513 0 0 0 .506.435.54.54 0 0 0 .078-.006c.265-.041.747-.229.994-1.03a3.126 3.126 0 0 0 .115-.638h3.239a1.032 1.032 0 0 1-.24.655.512.512 0 0 0-.429.585.513.513 0 0 0 .506.435.546.546 0 0 0 .078-.006c.265-.041.747-.229.994-1.03a3.126 3.126 0 0 0 .115-.638h3.178a1.027 1.027 0 0 1-.24.655.513.513 0 0 0-.429.585.513.513 0 0 0 .506.435.542.542 0 0 0 .078-.006c.265-.041.746-.229.994-1.03a3.126 3.126 0 0 0 .115-.638h3.012a1.03 1.03 0 0 1-.24.655.512.512 0 0 0-.429.585.512.512 0 0 0 .506.435.539.539 0 0 0 .078-.006c.265-.041.747-.229.994-1.03a3.109 3.109 0 0 0 .115-.638h.528a.556.556 0 0 1 .551.469l1.317 7.9a5.047 5.047 0 0 0-.773-.065 5.063 5.063 0 0 0-5.057 5.057 5.035 5.035 0 0 0 .262 1.6Zm15.3 2.434a4.036 4.036 0 0 1-4.032-4.032 4.036 4.036 0 0 1 4.032-4.032 4.036 4.036 0 0 1 4.032 4.032 4.036 4.036 0 0 1-4.035 4.028Z' data-name='Path 110'/%3E%3C/g%3E%3C/svg%3E");
    height: 21px;
    width: 26px;
}

body .mega_menu_blob .recentevacature p {
  white-space: normal;
}




/* Libraries */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.tg-blob{pointer-events:none;animation:blob-turn var(--time, 30s) linear infinite;fill:var(--fill, #7600f8);position:relative;transform-origin:center}.tg-blob svg{animation:blob-skew calc( var(--time, 30s) * 0.5 ) linear 0s infinite;transform-origin:center}.tg-blob svg path{animation:blob-scale calc( var(--time, 30s) * 0.5 ) ease-in-out 0s infinite;transform-origin:center}@keyframes blob-turn{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes blob-skew{0%{transform:skewY(0deg)}13%{transform:skewY( calc( (1.8deg) * var(--amount, 2)) )}18%{transform:skewY( calc( (2.2deg) * var(--amount, 2)) )}24%{transform:skewY( calc( (2.48deg) * var(--amount, 2)) )}25%{transform:skewY( calc( (2.5deg) * var(--amount, 2)) )}26%{transform:skewY( calc( (2.48deg) * var(--amount, 2)) )}32%{transform:skewY( calc( (2.2deg) * var(--amount, 2)) )}37%{transform:skewY( calc( (1.8deg) * var(--amount, 2)) )}50%{transform:skewY(0deg)}63%{transform:skewY( calc( (-1.8deg) * var(--amount, 2)) )}68%{transform:skewY( calc( (-2.2deg) * var(--amount, 2)) )}74%{transform:skewY( calc( (-2.48deg) * var(--amount, 2)) )}75%{transform:skewY( calc( (-2.5deg) * var(--amount, 2)) )}76%{transform:skewY( calc( (-2.48deg) * var(--amount, 2)) )}82%{transform:skewY( calc( (-2.2deg) * var(--amount, 2)) )}87%{transform:skewY( calc( (-1.8deg) * var(--amount, 2)) )}100%{transform:skewY(0deg)}}@keyframes blob-scale{0%{transform:scaleX(.9) scaleY(1)}25%{transform:scaleX(.9) scaleY(.9)}50%{transform:scaleX(1) scaleY(.9)}75%{transform:scaleX(.9) scaleY(.9)}100%{transform:scaleX(.9) scaleY(1)}}
.rellax{pointer-events: none;}

/* = Reset default browser CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-display: swap;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	/* outline: 0; */
}
body {
	background: #ffffff;
	line-height: 1;
}
.header ol, 
.footer ol,
.header ul,
.footer ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.clearfix {
	*zoom: 1;
	clear:both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:focus {
	/* outline: none; */
}
a:hover, a:active {
	outline: 0;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
button,
input,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
select {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
button, input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

figure {
	padding: 0;
	margin: 0;
}


/* Grid */
html, body {
	overflow-x: hidden;
}
.sowrapper,
.main, 
#main-content {
	max-width: var(--container-breedte);
	margin: 0 auto;
	clear: both;
}
#main-content > .body-container {
	margin-left: -16px; 
	margin-right: -16px;
}
.dnd-section .dnd-column {
	padding: 0 16px;
}
@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}
.body-container > .row-fluid-wrapper > .row-fluid {
	padding: 0 20px;
}
.main {
	padding-left: 16px;
	padding-right: 16px;
}
.section {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -16px; /* column gutter */
	margin-right: -16px;
}
.section:after {
	content: '';
	display: table;
	clear: both;
}
[class^="fc"], [class*=" fc"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 16px 30px 16px; /* column gutter */
	border: none;
	/* Float fallback */
	float: left;
}
[class^="fc"]:last-child, [class*=" fc"]:last-child {
	margin-right: 0;
}
.fc20 {
	width: calc( 20% - 32px );
}
.fc20:nth-child(5n+1) {
	clear: left;
}
.fc25 {
	width: calc( 25% - 32px );
}
.fc25:nth-child(4n+1) {
	clear: left;
}
.fc33 {
	width: calc( 33.3333% - 32px );
}
.fc33:nth-child(3n+1) {
	clear: left;
}
.fc40 {
	width: calc( 40% - 32px );
}
.fc50 {
	width: calc( 50% - 32px );
}
.fc50:nth-child(2n+1) {
	clear: left;
}
.fc60 {
	width: calc( 60% - 32px );
}
.fc66 {
	width: calc( 66.6666% - 32px );
}
.fc75 {
	width: calc( 75% - 32px );
}

/* Fonts */
@font-face {
	font-family: 'Hurme Geometric Sans No.3';
	src: 	url('https://twynstragudde.nl/hubfs/tg2023/HurmeGeometricSans3-Regular.woff2') format('woff2'),
			url('https://twynstragudde.nl/hubfs/tg2023/HurmeGeometricSans3-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Hurme Geometric Sans No.3';
	src: 	url('https://twynstragudde.nl/hubfs/tg2023/HurmeGeometricSans3-SemiBold.woff2') format('woff2'),
			url('https://twynstragudde.nl/hubfs/tg2023/HurmeGeometricSans3-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Cooper Lt BT W08 Regular";
	src: 	url("https://twynstragudde.nl/hubfs/tg2023/Cooper%20Lt%20BT.eot");
	src: 	url("https://twynstragudde.nl/hubfs/tg2023/Cooper%20Lt%20BT.eot#iefix") format("embedded-opentype"),
			url("https://twynstragudde.nl/hubfs/tg2023/Cooper%20Lt%20BT.woff2") format("woff2"),
			url("https://twynstragudde.nl/hubfs/tg2023/Cooper%20Lt%20BT.woff") format("woff"),
			url("https://twynstragudde.nl/hubfs/tg2023/Cooper%20Lt%20BT.ttf") format("truetype"),
			url("https://twynstragudde.nl/hubfs/tg2023/Cooper%20Lt%20BT.svg#Cooper%20Lt%20BT%20W08%20Regular") format("svg");
}

/* Icon font */

/* ::-webkit-scrollbar {
	width: 8px;
}
 
::-webkit-scrollbar-track {
	background-color: var(--geel-bg);
}
 
::-webkit-scrollbar-thumb {
	background-color: var(--geel);
	border-radius: 4px;
} */

.header p,
.footer p {
	margin: 0 0 12px 0;
	font-size: 18px;
	line-height: 32px;
}

.header ul:not([class]) li:not([class]),
.footer ul:not([class]) li:not([class]){
	color: var(--zwart);
	font-size: 18px;
	line-height: 24px;
	margin: 8px 0;
	font-weight: normal;
	padding-left: 20px;
}

.header :not(.hs-tools-menu) ul:not([class]) li:not([class]):before,
.footer :not(.hs-tools-menu) ul:not([class]) li:not([class]):before {
	content: "";
	background: var(--rood);
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	width: 10px;
	vertical-align: middle;
	line-height: 24px;
	margin-left: -18px;
	margin-right: 8px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h1 {
	font-size: 75px;
	line-height: 85px;
}

h2 {
	font-size: 44px;
	line-height: 50px;
	margin-bottom: 32px;
}

h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 16px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 16px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
	letter-spacing: 0.28px;
}

@media (max-width: 1400px) {
	h1 {
		font-size: 48px;
		line-height: 56px;
	}
}


@media (max-width: 890px) {
	.header p,
  .footer p{
		font-size: 18px;
		line-height: 28px;
	}
	.header h1,
  .footer h1{
		font-size: 40px;
		line-height: 48px;
	}
	.header h2,
  .fotoer h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.header h3,
  .footer h3 {
		font-size: 22px;
		line-height: 34px;
	}
}



@media (max-width: 676px) {
	.header p,
  .footer p {
		font-size: 16px;
		line-height: 26px;
	}
}



strong {
	font-weight: bold;
}

/* Knoppen */
.button {
	position: relative;
	background-color: var(--rood);
	color: white;
	width: auto;
	border-radius: 20px;
	padding: 12px 32px 10px 32px;
	font-size: 11px;
	line-height: 13px;
	font-weight: 600;
	letter-spacing: 1.21px;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='299.133' height='139.689' viewBox='0 0 299.133 139.689'%3E%3Cpath id='Path_517' data-name='Path 517' d='M-9515-5914.492v126.438h299.133v-126.438c-39.22,9.287-58.2-13.591-98.1-13.248s-63.735,13.9-90.809,13.248-48.275-11.314-69.562-10.557S-9515-5914.492-9515-5914.492Z' transform='translate(9515 5927.744)' fill='rgba(29, 29, 29, 0.08)'/%3E%3C/svg%3E%0A");
	background-repeat: repeat-x;
	background-position: 0 -40%;
	transition: .8s ease;
}

.button span {
	z-index: 2;
	position: relative;
}

.button:hover {
	background-position: center;
}

@media (max-width: 767px) {
	.button {
		font-size: 10px;
		padding: 10px 24px;
	}
}

/* Header */
.header {
	position: fixed;
	width: 100vw;
	height: auto;
	background-color: white;
	z-index: 100;
	color: var(--rood);
	box-sizing: border-box;
}

.header .container {
	max-width: var(--container-breedte);
	width: 100%;	
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 16px;
}

.header .container .header_links {
	flex: 1 0 calc(50% - 130px);
}
.header .container .header_midden {
	flex: 1 0 260px;
}

@media (min-width: 500px) {
  .header .container .header_midden .hs-image-widget {
    
  }
}

.header .container .header_rechts {
	flex: 1 0 calc(50% - 130px);
	justify-content: flex-end;
	align-items: center;
}

.header .icon-menu {
	display: block;
	width: 21px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.094' height='13.884' viewBox='0 0 23.094 13.884'%3E%3Cg id='Group_11' data-name='Group 11' transform='translate(1 1)'%3E%3Cline id='Line_22' data-name='Line 22' x2='21.094' transform='translate(0 5.942)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_23' data-name='Line 23' x2='21.094' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_24' data-name='Line 24' x2='21.094' transform='translate(0 11.884)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	filter: var(--rood-filter);
	transition: 0s all;
}

.header .header_rechts a.button.werken_bij_b {
	position: absolute;
	right: 60px;
	top: 18px;
  height: 32px;
	padding: 8px 32px;
}
body:not(.backdrop) .header:not(.scrolled) .header_rechts a.button.werken_bij_b {
	background-color: transparent;
	border: 2px solid white;
}
body.backdrop .header_rechts a.button.werken_bij_b:not(.active),
body:not(.backdrop) .header.scrolled .header_rechts a.button.werken_bij_b {
	background-color: transparent;
	border: 1.5px solid var(--rood);
	color: var(--rood);
}
.header_rechts a.button.werken_bij_b.active {
	border: 2px solid var(--rood);
}
.header .header_rechts .hs-search-field,
.header .header_rechts .hs-search-field__bar {
	pointer-events: none;
}

.header .header_midden img {
	margin-bottom: -8px;
}

.header .header_rechts #hs_cos_wrapper_site_search form {
	position: relative;
	height: 45px;
	display: block;
  margin-bottom: 0px;
  pointer-events: none;
}

.header .header_rechts #hs_cos_wrapper_site_search input {
	background-color: white;
	color: var(--rood);
	border-radius: 20px;
	border: 0;
	outline: 0;
	padding-left: 0px;
	padding-right: 0px;
	width: 0;
	max-width: 0;
	min-width: 0;
	transition: 0.2s all;
	position: absolute;
	right: 0;
	top: 0;
  font-size: 16px;
	line-height: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.header:has(.header_links .hs-menu-wrapper > ul > li.active) .header_rechts #hs_cos_wrapper_site_search input,
.header.scrolled .header_rechts #hs_cos_wrapper_site_search input {
	background-color: var(--rood);
	color: white;
}

.header .header_rechts #hs_cos_wrapper_site_search label {
	width: 40px;
	height: 40px;
	font-size: 0;
	line-height: 40px;
	position: absolute;
	right: 0px;
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.93 23.75'%3E%3Cg fill='%23fff'%3E%3Cpath d='M22.68 23.75a1.25 1.25 0 0 1-.89-.37l-6.13-6.12a1.25 1.25 0 0 1 0-1.77 1.25 1.25 0 0 1 1.77 0l6.13 6.13a1.25 1.25 0 0 1-.88 2.13Z'/%3E%3Cpath d='M10 2.5a7.27 7.27 0 0 0-7.5 7 7.27 7.27 0 0 0 7.5 7 7.27 7.27 0 0 0 7.5-7 7.27 7.27 0 0 0-7.5-7M10 0a9.76 9.76 0 0 1 10 9.5A9.76 9.76 0 0 1 10 19 9.76 9.76 0 0 1 0 9.5 9.76 9.76 0 0 1 10 0Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 20px auto;
	background-position: right center;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1);
	cursor: pointer;
	transition: 0.2s all;
	z-index: 2;
  pointer-events: all;
}

.header .header_rechts #hs_cos_wrapper_site_search form.active {
	pointer-events: all;
}

.header .header_rechts #hs_cos_wrapper_site_search form.active input {
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% + 255px);
	max-width: calc(100% + 255px);
	min-width: calc(100% + 255px);
	z-index: 1;
}

.header .header_rechts #hs_cos_wrapper_site_search form.active label {
	filter: var(--rood-filter);
	right: 12px;
}

body.backdrop .header .header_rechts #hs_cos_wrapper_site_search label {
	filter: var(--rood-filter);
}

/* Header ->  Wit submenu */
.header .header_links {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header .header_links > .hs_cos_wrapper {
	margin-top: -2px;
}

.header .header_links .wit_sub_menu {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: var(--container-breedte);
	height: 30vh;
	min-height: 580px;
	padding-top: 104px;
	padding-bottom: 72px;
	z-index: -1;
	transition: 0.2s;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
}

.header .header_links .wit_sub_menu:before {
	content: '';
	top: 0;
	left: 0;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	position: absolute;
	width: 100vw;
	height: 100%;
	z-index: -1;
	background-color: white;
}

.header .header_links .wit_sub_menu.active {
	transform: translateX(-50%) translateY(0%);
	opacity: 1;
	pointer-events: all;
}

.header .header_links .wit_sub_menu .sub {
	width: 100%;
	display: flex;
	pointer-events: none;
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
	height: 0;
	z-index: 1;
}

.header .header_links .wit_sub_menu .sub * {
  pointer-events: none;
}

.header .header_links .wit_sub_menu .sub.active * {
  pointer-events: all;
}

.header .header_links .wit_sub_menu .sub.active {
	pointer-events: all;
	height: 100%;
	z-index: 2;

}

html.hs-inline-edit body .header .header_links .wit_sub_menu .sub {
	display: none;
}

html.hs-inline-edit body .header .header_links .wit_sub_menu .sub.active {
	display: flex;
}

.header .header_links .wit_sub_menu .sub > * {
	opacity: 0;
}

.header .header_links .wit_sub_menu:not(.active) .sub.active > * {
	opacity: 0;
}

.header .header_links .wit_sub_menu .sub.active > * {
	opacity: 1;
	transition: 0.2s all;
}

.header .header_links .wit_sub_menu .dnd-section .dnd-column {
	padding: 0;
}

.header .header_links .wit_sub_menu .sub > div:first-of-type {
	flex: 0 0 16.6667%;
}

.header .header_links .wit_sub_menu .sub > div:last-of-type {
	flex: 0 0 41.6667%;
	margin-left: auto;
}

body .header .header_links .wit_sub_menu .sub p {
	font-size: 13px;
	line-height: 21px;
	color: var(--zwart);
  white-space: normal;
}

.header .header_links .wit_sub_menu .sub h4 {
	font-size: 22px;
	line-height: 30px;
	color: var(--zwart);
	margin-bottom: 24px;
}

body .header .header_links .wit_sub_menu .sub > h4 {
	position: absolute;
	top: 0;
	left: calc(25%);
}

.header .header_links .wit_sub_menu .sub h3 {
	margin-bottom: 16px;
	line-height: 27px;
  white-space: nowrap;
}

.header .header_links .wit_sub_menu .wit_sub_menu_close {
	position: absolute;
	bottom: 32px;
	left: calc(50% - 16px);
	width: 32px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.9' height='14.7' viewBox='0 0 25 15'%3E%3Cg fill='none' stroke='%23222' stroke-linecap='round' stroke-width='3' data-name='Group 56' opacity='.6'%3E%3Cpath d='M2 13 12 2' data-name='Line 67'/%3E%3Cpath d='M23 13 12 2' data-name='Line 68'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: auto 10px;
	background-position: center;
	z-index: 3;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul {
	display: flex;
	gap: 20px;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
	opacity: 0;
	pointer-events: none;
	display: flex;
	transition: 0.2s all;
	width: 30%;
	position: absolute;
	top: 146px;
	left: calc(25%);
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:not(.active) > ul.hs-menu-children-wrapper * {
	pointer-events: none !important;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li.active > ul.hs-menu-children-wrapper {
	opacity: 1;
	transform: translateY(-0px);
	pointer-events: all;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li a {
	font-size: 16px;
	line-height: 19px;
	color: var(--rood);
	text-decoration: none;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li a:hover {
	text-decoration: underline;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li.active > a {
	font-weight: bold;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:last-of-type {
	display: none;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper li a {
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 8px;
	display: inline-block;
}

/* Eerste menu overrides */
.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(1) > ul.hs-menu-children-wrapper {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 32px;
	-webkit-column-gap: 32px;
	column-gap: 32px;
	-moz-column-rule: none;
	-webkit-column-rule: none;
	column-rule: none;
	display: block;
}

/* Tweede menu overrides */
.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper {
	width: 100%;
	top: 104px;
	left: 0;
	padding-left: 16px;
	padding-right: 16px;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li {
	display: flex;
	flex-direction: column;
	width: 16.6667%;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li > a {
	font-size: 22px;
	line-height: 27px;
	color: var(--zwart);
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li p {
	color: var(--zwart);
	font-size: 13px;
	line-height: 21px;
	height: 0;
	max-height: 0;
	transition: 0.2s all;
	overflow: hidden;
	margin-bottom: 12px;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li.active p {
	height: auto;
	max-height: 400px;
	margin-bottom: 24px;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li.active > a {
	color: var(--rood);
	margin-bottom: 16px;
	display: block;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li > ul {
  opacity: 0;
	pointer-events: none;
	display: flex;
	flex-direction: row;
	gap: 20px;
	transition: 0.2s all;
	width: 66.66667%;
	position: absolute;
	top: 0px;
	left: calc(25%);
	flex-wrap: nowrap;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li.active > ul {
	opacity: 1;
	pointer-events: none;
}
.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li.active > ul > li {
	pointer-events: all;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li > ul > li {	
	opacity: 1;
	flex: 0 0 calc(50% - 20px);
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li > ul > li > a {
	font-size: 22px;
	line-height: 27px;
	color: var(--zwart);
	text-decoration: none;
	margin-bottom: 16px;
	display: block;
}

.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li > ul > li > ul {
	display: block;
	columns: 2;
	-moz-column-count: 2;
	-moz-column-gap: 16px;
	-moz-column-rule: none;
	-webkit-column-count: 2;
	-webkit-column-gap: 16px;
	-webkit-column-rule: none;
	column-count: 2;
	column-gap: 16px;
	column-rule: none;
}

/* Opleiden sub menu overrides */
.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper {
	pointer-events: none;
}
.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li {
	pointer-events: all;
}
.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li:nth-of-type(3) > ul {
	width: 41.66667%;
}

.header .header_links .wit_sub_menu .sub > .menu_content_opleiden {
	position: relative;
	z-index: 99;
	display: none;
}

/* Management sub menu overrides */
.header .header_links .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li:nth-of-type(2) > ul > li > ul {
	display: flex;
	flex-direction: column;
}

/* Werken bij sub menu overrides */
.menu_content_5_links ~ .hs_cos_wrapper_type_menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	left: calc(25%);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 42px;
	transition: all .2s;
	width: 30%;
}
.menu_content_5_links ~ .hs_cos_wrapper_type_menu ul {
	flex-direction: column;
}
.menu_content_5_links ~ .hs_cos_wrapper_type_menu ul li a {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 8px;
	text-decoration: none;
	color: var(--rood);
	pointer-events: all;
}
.menu_content_5_links ~ .hs_cos_wrapper_type_menu ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 1380px) {
	.header .container .header_links {
		flex: 1 0 calc(60% - 130px);
	}
	.header .container .header_rechts {
		flex: 1 0 calc(40% - 130px);
	}
}

@media (max-width: 1200px) {
	.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li > ul > li {
		flex: 0 0 50%;
	}
  
  .header .header_links .wit_sub_menu .sub h3 {
		white-space: normal;
	}
	.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li:nth-of-type(3) > ul,
	.header .header_links > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:nth-of-type(2) > ul.hs-menu-children-wrapper > li:nth-of-type(3) > ul > li > ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media (max-width: 1100px) {
	.header .container .header_links {
		flex: 1 0 calc(65% - 130px);
	}
	.header .container .header_rechts {
		flex: 1 0 calc(35% - 130px);
	}
}

@media (max-width: 1000px) {
	.header .container .header_links {
		flex: 1 0 calc(75% - 130px);
	}
	.header .container .header_rechts {
		flex: 1 0 calc(25% - 130px);
	}
	.header .header_rechts a.button.werken_bij_b {
		display: none;
	}
}

@media (max-width: 970px) {
	.header .header_links, .header .header_links .hs-menu-wrapper>ul {
		gap: 17px;
	}
}

@media (max-width: 900px) {
	.header .header_links .hs-menu-wrapper {
		display: none;
	}
	.header .header_links .wit_sub_menu {
		display: none;
	}
	.header .container .header_links {
		flex: 1 0 calc(50% - 130px);
	}
	.header .container .header_rechts {
		flex: 1 0 calc(50% - 130px);
	}
}

@media (max-width: 500px) {
	.header .header_midden img {
		aspect-ratio: 5/6;
		object-fit: cover;
		object-position: left center;
		height: 74px;
		width: 56px !important;
		transform: translateX(-10px);
	}
  /* logo TG 60 jaar toevoeging*/
  .header .header_midden img {
    object-position: -2px center !important;
  }
	.header .container .header_midden {
		flex: 1 0 56px;
	}
	.header .container .header_links,
	.header .container .header_rechts {
		flex: 1 0 calc(50% - 28px);
	}
	.header .header_rechts #hs_cos_wrapper_site_search form.active input {
		max-width: calc(100% + 64px);
		min-width: calc(100% + 64px);
	}
}

@media (max-width: 400px) {
	.header .header_rechts #hs_cos_wrapper_site_search form.active input {
		max-width: calc(100% + 140px);
		min-width: calc(100% + 140px);
	}
}

body.backdrop:after {
	content: '';
	position: fixed;
	z-index: 98;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: black;
	opacity: 0.6;
}

body .header .header_midden #hs_cos_wrapper_site_logo {
	display: inline-block;
}

body .header .header_midden #hs_cos_wrapper_site_logo_2 {
	display: none;
}

body.template-home .header_midden #hs_cos_wrapper_site_logo {
	display: none;
}

body.template-home .header_midden #hs_cos_wrapper_site_logo_2 {
	display: inline-block;
}

body.template-home .header:has(.header_links .wit_sub_menu.active) .header_midden #hs_cos_wrapper_site_logo {
	display: inline-block;
}

body.template-home .header:has(.header_links .wit_sub_menu.active) .header_midden #hs_cos_wrapper_site_logo_2 {
	display: none;
}

/* Header -> Transparant overrides */
body:not(.backdrop):has(.intro_banner) .header {
	background-color: transparent;
}

/* body:not(.backdrop):has(.intro_banner) .header .header_midden img {
	filter: brightness(0) invert(1);
} */

/* 60 jaar logo 2024 */

body:not(.backdrop):has(.intro_banner) .header .header_midden #hs_cos_wrapper_site_logo {
	display: none;
}

body:not(.backdrop):has(.intro_banner) .header.scrolled .header_midden #hs_cos_wrapper_site_logo {
	display: inline-block;
}

body:not(.backdrop):has(.intro_banner) .header .header_midden #hs_cos_wrapper_site_logo_2 {
	display: inline-block;
}

body:not(.backdrop):has(.intro_banner) .header.scrolled .header_midden #hs_cos_wrapper_site_logo_2 {
	display: none;
}

/* einde 60 jaar logo 2024 */

body:not(.backdrop):has(.intro_banner) .header .icon-menu {
	filter: inherit;
}

body:not(.backdrop) .header.scrolled {
	background-color: white;
	border-bottom: 1px solid var(--beige);
  transition: 250ms ease border-bottom;
}

body:not(.backdrop):has(.intro_banner, .pagina_intro) .header.scrolled .header_midden img {
	filter: inherit;
}

body:not(.backdrop):has(.intro_banner, .pagina_intro) .header.scrolled .header_rechts #hs_cos_wrapper_site_search label {
	filter: var(--rood-filter);
}

body:not(.backdrop):has(.intro_banner, .pagina_intro) .header.scrolled .header_rechts #hs_cos_wrapper_site_search form.active label {
	filter: brightness(0) invert(1);
}

body:not(.backdrop):has(.intro_banner, .pagina_intro) .header.scrolled .icon-menu {
	filter: var(--rood-filter);
}

/* body:not(.backdrop):has(.intro_banner, .pagina_intro) .header .header_links .hs-menu-wrapper > ul > li > a {
	color: white;
} */

body:not(.backdrop):has(.intro_banner, .pagina_intro) .header.scrolled .header_links .hs-menu-wrapper > ul > li > a {
	color: var(--rood);
}

/* Header -> Mega menu */
@media (min-width: 1080px) {
	#mega_menu {
		height: 100vh;
		width: 100vw;
		overflow: auto;
		position: fixed;
		display: flex;
		flex-wrap: wrap;
		top: -100%;
		left: 0;
		transition: 0.4s all;
		padding: 36px 74px 106px 74px;
		box-sizing: border-box;
		background-color: white;
		z-index: 101;
		touch-action: none !important;
	}

	#mega_menu.active {
		top: 0;
	}

	.mega_menu_header {
		display: flex;
		flex: 0 0 100%;
		flex-wrap: nowrap;
		max-height: 100px;
		margin-bottom: 66px;
    align-items: center;
	}

	.mega_menu_header .icon-close {
		width: 18px;
		height: 18px;
		background-repeat: no-repeat;
		background-size: 18px auto;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.88 22.47'%3E%3Cg fill='none' stroke='%23da0e2b' stroke-linecap='round' stroke-width='3'%3E%3Cpath d='M2.12 20.34 20.76 2.3M2.12 2.12l18.64 18.23'/%3E%3C/g%3E%3C/svg%3E");
	}

	.mega_menu_header .icon-close:hover {
		transform: scale(1.2) rotate(-90deg);
	}

	.mega_menu_header #hs_cos_wrapper_site_search_mega {
		width: calc(40vw - 74px);
		margin-left: auto;
		position: relative;
	}

	.mega_menu_header #hs_cos_wrapper_site_search_mega button {
		position: absolute;
		background-color: transparent;
		outline: 0;
		border: 0;
		right: 2px;
		top: 2px;
		height: 40px;
		width: 40px;
	}

	.mega_menu_header #hs_cos_wrapper_site_search_mega button svg {
		height: 18px;
		filter: var(--rood-filter);
	}

	.mega_menu_header #hs_cos_wrapper_site_search_mega input[type="text"] {
		border-radius: 20px;
		outline: 0;
		border: 0;
		padding: 11px 15px 10px 15px;
		letter-spacing: 1.21px;
		color: var(--rood);
	}

	.mega_menu_header #hs_cos_wrapper_site_search_mega input[type="text"]::placeholder {
		color: var(--rood);
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1.21px;
	}

	.mega_menu_header #hs_cos_wrapper_site_search_mega + img {
		width: 10vw;
		max-height: 44px;
		object-fit: contain;
		object-position: right top;
	}

	.mega_menu_items {
		height: calc(100% - 110px);
		width: calc(40vw - 124px);
		max-width: calc(40vw - 124px);
		display: flex;
		flex-direction: column;
	}

	.mega_menu_items:after {
		content: '';
		left: calc(20vw - 20px);
		width: 1px;
		height: calc(100% - 252px);
		position: absolute;
		top: 146px;
		background-color: rgba(112, 112, 112, 0.22);
	}

	.mega_menu_items .hs-menu-wrapper > ul {
		display: inline-flex;
		flex: 1;
		flex-direction: column;
		width: 100%;
		min-width: calc(40vw - 124px);
		max-width: calc(40vw - 124px);
	}

	.mega_menu_items .hs-menu-wrapper > ul > li {
		display: inline-flex;
		max-height: 64px;
		line-height: 32px;
		padding-bottom: 32px;
	}

	.mega_menu_items .hs-menu-wrapper > ul > li > a,
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > a {
		flex: 1 0 50%;
		font-size: 22px;
		line-height: 32px;
		color: var(--zwart);
		text-decoration: none;
		font-weight: 600;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > a {
		line-height: 31px;
	}

	.mega_menu_items .hs-menu-wrapper > ul > li.active > a,
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li.active > a {
		color: var(--rood);
	}

	.mega_menu_items .hs-menu-wrapper > ul > li > a:hover,
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > a:hover {
		text-decoration: underline;
	}

	.mega_menu_items .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
		flex: 1 0 50%;
		flex-wrap: wrap;
		flex-direction: column;
		display: none;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.active > ul.hs-menu-children-wrapper {
		display: block;
		z-index: 2;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper {
		margin-top: calc(1 * -64px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper {
		margin-top: calc(2 * -64px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper {
		margin-top: calc(3 * -64px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper {
		margin-top: calc(4 * -64px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper {
		margin-top: calc(5 * -64px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(7) > ul.hs-menu-children-wrapper {
		margin-top: calc(6 * -64px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(8) > ul.hs-menu-children-wrapper {
		margin-top: calc(7 * -64px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li {
		padding-bottom: 32px;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > p {
		height: 0;
		overflow: hidden;
		transition: 0.6s all;
		margin-bottom: 0;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li.active > p {
		height: auto;
		max-height: 500px;
	}

	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > ul {
		display: none;
		top: 146px;
		flex-direction: row !important;
		position: absolute;
		right: calc(10vw + 74px);
		width: calc(40vw - 74px);
	}

	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li.active > ul {
		display: flex;
	}

	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > ul > li {
		flex: 1 0 50%;
	}

	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > ul > li a {
		text-decoration: none;
		color: #FFFFFF;
		font-size: 15px;
		line-height: 18px;
		display: block;
		margin-bottom: 12px;
	}

	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > ul > li a:hover {
		text-decoration: underline;
	}

	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
		flex: 1 0 50%;
		font-size: 22px;
		font-weight: 600;
		display: inline-block;
		margin-bottom: 16px;
		line-height: 30px;
	}

	.mega_menu_blob {
		margin-left: auto;
		max-width: calc(60vw - 74px);
		min-width: calc(60vw - 74px);
	}
	.mega_menu_blob svg:not(#container) {
		display: none;
	}
	.mega_menu_blob svg#container {
		position: absolute;
		z-index: -1;
		right: 0;
		top: 0;
		width: calc(60vw);
		height: 100%;
		overflow: hidden;
	}
	.mega_menu_blob svg#container path {
		height: 100%;
		width: 100%;
		fill: var(--rood);
		transform-origin: left top;
		transform: scale(0.5);
	}
	.mega_menu_blob * {
		color: white;
	}
	.mega_menu_blob p {
		font-size: 18px;
		line-height: 30px;
	}
	.mega_menu_blob > .container-fluid {
		display: none;
		opacity: 0;
		transition: 0.2s all;
		width: calc(40vw - 74px);
		margin-left: auto;
		margin-right: 10vw;
	}
	.mega_menu_blob > .container-fluid .dnd-section .dnd-column {
		padding: 0;
	}
	.mega_menu_blob > .container-fluid.active {
		opacity: 1;
		display: block;
	}
	.item_terug {
		display: none;
	}
	#hs_cos_wrapper_menu_124560238108 {
		margin-top: auto;
	}
	#hs_cos_wrapper_menu_124560238108 li:not(:last-of-type) {
		padding-bottom: 8px;
	}
	#hs_cos_wrapper_menu_124560238108 li:last-of-type {
		padding-bottom: 0px;
	}
	#hs_cos_wrapper_menu_124560238108 a {
		font-size: 18px;
		line-height: 30px;
		font-weight: 400;
	}
  
  .mega_menu_items .hs-menu-wrapper > ul > li > ul > li > p {
		font-size: 13px;
		line-height: 21px;
	}
}

@media (min-width: 1080px) and (max-width: 1892px) {
	.mega_menu_blob {
		max-width: calc(50vw - 74px);
		min-width: calc(50vw - 74px);
	}
	.mega_menu_blob svg {
		max-width: calc(60vw);
		min-width: calc(60vw);
	}
	.mega_menu_items .hs-menu-wrapper>ul>li>ul>li.active>p {
		margin-top: 16px;
	}
	.mega_menu_items,
	.mega_menu_items .hs-menu-wrapper > ul {
		max-width: calc(45vw - 124px);
		width: calc(45vw - 124px);
	}
	.mega_menu_items:after {
		left: calc(22vw - 60px);
	}
}

@media (min-width: 1080px) and (max-width: 1750px) {
	.mega_menu_header {
		margin-bottom: 40px;
	}
	.mega_menu_blob {
		max-width: calc(50vw - 74px);
		min-width: calc(50vw - 74px);
	}
	.mega_menu_blob svg {
		max-width: 55vw;
		min-width: 55vw;
	}
	.mega_menu_items,
	.mega_menu_items .hs-menu-wrapper > ul {
		max-width: calc(50vw - 124px);
		width: calc(50vw - 124px);
	}
	.mega_menu_items:after {
		height: calc(100% - 226px);
		top: 120px;
		left: calc(25vw - 60px);
	}
	.mega_menu_blob > .container-fluid {
		margin-right: 5vw;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > ul {
		right: calc(5vw + 74px);
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega + img {
		width: 5vw;
	} 
}

@media (min-width: 1080px) and (max-width: 1540px) {
	.mega_menu_header #hs_cos_wrapper_site_search_mega + img {
		width: 5vw;
		max-height: 34px;
		object-fit: contain;
		object-position: right center;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega button {
		height: 34px;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega button svg {
		height: 14px;
	}
	#mega_menu {
		padding: 16px 74px 74px 74px;
	}
	.mega_menu_items .hs-menu-wrapper>ul>li>ul>li>ul {
		top: 110px;
	}
	.mega_menu_items, .mega_menu_items .hs-menu-wrapper > ul {
		max-width: calc(45vw - 124px);
		width: calc(45vw - 124px);
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega input[type="text"] {
		font-size: 11px;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega input[type="text"]::placeholder {
		font-size: 11px;
	}
	.mega_menu_blob {
		max-width: calc(55vw - 74px);
		min-width: calc(55vw - 74px);
	}
	.mega_menu_blob svg {
		max-width: 55vw;
		min-width: 55vw;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li {
		padding-bottom: 26px;
		line-height: 26px;
		max-height: 52px;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li {
		padding-bottom: 24px;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li > a, 
	.mega_menu_items .hs-menu-wrapper > ul > li > ul > li > a {
		font-size: 21px;
		line-height: 25px;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper {
		margin-top: calc(1 * -52px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper {
		margin-top: calc(2 * -52px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper {
		margin-top: calc(3 * -52px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper {
		margin-top: calc(4 * -52px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper {
		margin-top: calc(5 * -52px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(7) > ul.hs-menu-children-wrapper {
		margin-top: calc(6 * -52px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:nth-child(8) > ul.hs-menu-children-wrapper {
		margin-top: calc(7 * -52px);
	}
	.mega_menu_blob p {
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		margin-bottom: 32px;
	}
	#hs_cos_wrapper_menu_124560238108 a {
		font-size: 14px;
		line-height: 30px;
	}
  #hs_cos_wrapper_menu_124560238108 li:not(:last-of-type) {
		padding-bottom: 0;
	}
}

@media (min-width: 1080px) and (max-width: 1420px) {
	#mega_menu {
		padding: 16px 36px 74px 36px;
	}
	.mega_menu_items:after {
		height: calc(100% - 256px);
		left: calc(23vw - 60px);
	}
	.mega_menu_items .hs-menu-wrapper>ul>li>ul>li>ul {
		right: calc(5vw + 32px);
	}
}

@media (min-width: 1080px) and (max-width: 1320px) {
	.mega_menu_items:after {
		display: none;
	}
}

@media (min-width: 1080px) and (max-width: 1250px) {
	.mega_menu_items,
	.mega_menu_items .hs-menu-wrapper > ul {
		max-width: calc(55vw - 124px);
		width: calc(55vw - 124px);
	}
	.mega_menu_blob {
		max-width: calc(45vw - 74px);
		min-width: calc(45vw - 74px);
	}
	.mega_menu_blob > .container-fluid {
		width: 100%;
	}
	.mega_menu_blob svg#container {
		width: 50vw;
	}
}

@media (max-height: 850px) and (min-width: 1540px) {
	.mega_menu_blob svg {
		min-height: 850px;
	}
}

@media (max-height: 760px) and (min-width: 1080px) and (max-width: 1540px) {
	.mega_menu_blob svg {
		min-height: 760px;
	}
}

.hs-search-field__suggestions {
	display: none;
}

@media (max-width: 1079px) {
	#mega_menu {
		z-index: 101;
		position: fixed;
		height: calc(100vh);
		top: 0;
		width: 100vw;
		transition: 0.2s all;
		transform: translateY(-110%);
		padding: 0;
		touch-action: none !important;
	}
	#mega_menu ul {
		flex-direction: column;
	}
	#mega_menu.active {
		transform: translateY(0);
	}
	#mega_menu .mega_menu_header {
		background-color: white;
		padding: 16px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		transition: 0.2s all;
		overflow: hidden;
	}
	#mega_menu .mega_menu_header.search_active {
		padding-bottom: 74px;
	}
	.mega_menu_header .icon-close {
		order: 0;
		width: 18px;
		height: 18px;
		background-repeat: no-repeat;
		background-size: 18px auto;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.88 22.47'%3E%3Cg fill='none' stroke='%23da0e2b' stroke-linecap='round' stroke-width='3'%3E%3Cpath d='M2.12 20.34 20.76 2.3M2.12 2.12l18.64 18.23'/%3E%3C/g%3E%3C/svg%3E");
	}
	.mega_menu_header img {
		order: 1;
		width: 40px;
		height: 40px;
		filter: var(--rood-filter)
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega {
		order: 2;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega .hs-search-field {
		position: inherit;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega .hs-search-field:before {
		content: '';
		width: 24px;
		height: 24px;
		display: inline-block;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='19.1' viewBox='0 0 20 19'%3E%3Cg fill='none' stroke='%23da0e2b' stroke-linecap='round' stroke-width='2.2' data-name='Group 55'%3E%3Cpath d='m18 18-5-5' data-name='Line 20'/%3E%3Cg data-name='Ellipse 1'%3E%3Cellipse cx='8' cy='7.5' stroke='none' rx='8' ry='7.5'/%3E%3Cellipse cx='8' cy='7.5' rx='6.9' ry='6.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		background-size: 24px auto;
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 6px;
	}
	.hs-tools-menu.hs-collapsed {
		display: none !important;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega form {
		position: absolute;
		width: calc(100vw - 32px);
		left: 16px;
		top: 100%;
		opacity: 0;
		transition: 0.2s;
		transition-delay: 0.1s;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega form button {
		position: absolute;
		right: 16px;
		top: 9px;
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		outline: 0;
		border: 0;
		background-color: transparent;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9.8' viewBox='0 0 8 10'%3E%3Cpath fill='%23fff' d='m8 5-8 5V0Z' data-name='Polygon 3'/%3E%3C/svg%3E");
		background-size: 10px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega form button svg {
		display: none;
	}
	.mega_menu_header.search_active #hs_cos_wrapper_site_search_mega form {
		top: auto;
		bottom: 20px;
		opacity: 1;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega .hs-search-field__input {
		background-color: var(--rood);
		padding: 10px 24px;
		border-radius: 20px;
		outline: 0;
		border: 0;
		color: white;
	}
	.mega_menu_header #hs_cos_wrapper_site_search_mega .hs-search-field__input::placeholder {
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		font-weight: 500;
	}
	.mega_menu_items {
		background-color: var(--rood);
		padding: 16px;
		overflow: auto;
		box-sizing: border-box;
		height: 100%;
		max-height: calc(100vh - 72px);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li {
		box-sizing: border-box;
		display: block;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > a {
		position: relative;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
		content: '';
		width: 24px;
		height: 16px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.611' height='19.413' viewBox='0 0 11.611 19.413'%3E%3Cg id='Group_1789' data-name='Group 1789' transform='translate(-362.944 -209.487)'%3E%3Cline id='Line_75' data-name='Line 75' y1='7.846' x2='8.5' transform='translate(364.5 219.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2.2'/%3E%3Cline id='Line_76' data-name='Line 76' x2='8.5' y2='8.458' transform='translate(364.5 211.042)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2.2'/%3E%3C/g%3E%3C/svg%3E%0A");
		background-size: auto 16px;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		top: 16px;
		pointer-events: none;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li:after {
		content: '';
		width: calc(100% - 32px);
		height: 1px;
		display: block;
		background-color: white;
		opacity: 0.3;
	}
	.mega_menu_items .hs-menu-wrapper p {
		display: none;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li > a {
		font-size: 18px;
		font-weight: 600;
		line-height: 48px;
		margin: 10px 0;
		color: white;
		text-decoration: none;
		display: block;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper,
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
		display: block;
		width: calc(100vw - 4px);
		max-width: calc(100vw - 4px);
		top: 72px;
		height: calc(100vh - 72px);
		max-height: calc(100vh - 72px);
		overflow-y: auto;
		overflow-x: hidden;
		position: absolute;
		right: -100vw;
		transition: 0.2s;
		background-color: white;
		z-index: 10;
	}
	.mega_menu_header.search_active + .mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper,
	.mega_menu_header.search_active + .mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
		top: 130px;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children.active > ul.hs-menu-children-wrapper,
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children.active > ul.hs-menu-children-wrapper {
		right: 0vw;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li,
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li {
		display: block;
		padding: 12px 48px;
		font-weight: bold;
		color: var(--rood);
		font-size: 18px;
		line-height: 48px;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.item_terug:before,
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.item_terug:before {
		content: '';
		width: 24px;
		height: 16px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.611' height='19.413' viewBox='0 0 11.611 19.413'%3E%3Cg id='Group_1789' data-name='Group 1789' transform='translate(-362.944 -209.487)'%3E%3Cline id='Line_75' data-name='Line 75' y1='7.846' x2='8.5' transform='translate(364.5 219.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2.2'/%3E%3Cline id='Line_76' data-name='Line 76' x2='8.5' y2='8.458' transform='translate(364.5 211.042)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2.2'/%3E%3C/g%3E%3C/svg%3E%0A");
		background-size: auto 16px;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 16px;
		top: 27px;
		pointer-events: none;
		filter: var(--rood-filter);
		scale: -1;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a,
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a {
		color: var(--rood);
		text-decoration: none;
		font-size: 18px;
		line-height: 48px;
		font-weight: 600;
		display: block;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:after,
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:after {
		content: '';
		display: block;
		height: 1px;
		transform: translateY(10px);
		width: 100%;
		background-color: var(--rood);
		opacity: 0.3;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
		height: 0;
		max-height: 0;
		overflow: hidden;
		transition: 0.2s all;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.active > ul.hs-menu-children-wrapper > li.hs-item-has-children.active > ul.hs-menu-children-wrapper  {
		height: auto;
		max-height: 1800px;
		margin-top: 12px;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:after {
		content: '';
		width: calc(100% - 32px);
		height: 1px;
		display: block;
		background-color: white;
		opacity: 0.5;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a {
		font-size: 18px;
		font-weight: 600;
		line-height: 48px;
		margin: 12px 0;
		color: var(--zwart);
		text-decoration: none;
		display: block;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:after {
		background-color: var(--rood);
		content: "";
		display: block;
		height: 1px;
		opacity: .3;
		transform: translateY(10px);
		width: 100%;
		}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a,
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > a {
		position: relative;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:before,
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > a:before {
		content: '';
		width: 24px;
		height: 16px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.611' height='19.413' viewBox='0 0 11.611 19.413'%3E%3Cg id='Group_1789' data-name='Group 1789' transform='translate(-362.944 -209.487)'%3E%3Cline id='Line_75' data-name='Line 75' y1='7.846' x2='8.5' transform='translate(364.5 219.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2.2'/%3E%3Cline id='Line_76' data-name='Line 76' x2='8.5' y2='8.458' transform='translate(364.5 211.042)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2.2'/%3E%3C/g%3E%3C/svg%3E%0A");
		background-size: auto 16px;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: -32px;
		top: 10px;
		pointer-events: none;
		filter: var(--rood-filter);
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:before {
		transform: rotate(90deg);
		transition: 0.2s all;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.active > a:before {
		transform: rotate(-90deg);
	}
	.mega_menu_blob {
		display: none;
	}
	.mega_menu_items .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
		top: 72px;
		max-height: calc(100vh - (72px * 2));
	}
	li.item_terug {
		text-shadow: -0.3px 0px 0px var(--rood),
					-0.3px 0.3px 0px var(--rood),
					0px -0.3px 0px var(--rood),
					0px 0.3px 0px var(--rood),
					0.3px -0.3px 0px var(--rood),
					0.3px 0px 0px var(--rood); 
	}
	.mega_menu_items .hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-item-has-children > ul {
		margin-top: -72px;
	}
}

@media (max-width: 500px) {
	.mega_menu_header #hs_cos_wrapper_site_search_mega .hs-search-field__input {
		font-size: 10px;
		letter-spacing: 1.1px;
	}
}

.stop-scroll {
	overflow: hidden !important;
	height: 100vh;
}

/* Body margins */
.tg-body > .body-container > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper:not(:first-of-type) {
	margin-top: var(--padding-l);
	margin-bottom: var(--padding-l);
}

@media (max-width: 768px) {
	.tg-body > .body-container > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper {
		padding-left: var(--padding-s);
		padding-right: var(--padding-s);
	}
/* 	.tg-body > .body-container > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper:not(:first-of-type) {
		margin-top: 60px;
		margin-bottom: 60px;
	} */
}


/* Knop */
a.textbtn {
	font-weight: bold;
	color: var(--zwart);
	text-decoration: none;
	position: relative;
	padding-left: 15px;
}

a.textbtn:before {
	content: ''; 
	background: var(--rood); 
	width: 5px; 
	height: 100%; 
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}

a.textbtn:hover {
	text-decoration: underline;
	color: var(--rood);
}

@media (max-width: 1540px) {
	a.textbtn {
		font-size: 15px;
		line-height: 18px;
		padding-left: 12px;
	}
	a.textbtn:before {
		width: 4px;
	}
}


/* Achtergrond  pseudo elementen */
div[class*='force-full-width-section'] {
	position: relative;
	padding: 120px 0 100px 0;
	width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
}

div[class*='force-full-width-section'] .row-fluid {
	clear: both;
	margin: 0 auto;
	max-width: var(--container-breedte) !important;
}

div[class*='force-full-width-section']:before, div[class*='force-full-width-section']:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1919.764' height='66.289' viewBox='0 0 1919.764 66.289'%3E%3Cpath id='Path_2' data-name='Path 2' d='M0,519.278c344.152-2.739,902.1-46.018,1919.764-6.919V453.04L0,452.989S0,493.81,0,519.278Z' transform='translate(0 -452.989)' fill='%23fff'/%3E%3C/svg%3E%0A");
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

div[class*='force-full-width-section']:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1919.764' height='44.789' viewBox='0 0 1919.764 44.789'%3E%3Cpath id='Path_3' data-name='Path 3' d='M0,519.278c344.152-2.739,901.28-30.356,1919.764-1.342V474.489H0S0,493.81,0,519.278Z' transform='translate(1919.764 519.278) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
	background-position: bottom;
	bottom: 0;
	top: unset;
}

@media (max-width: 768px) {
	div[class*='force-full-width-section'] {
		padding: 100px 0;
	}
}


/* Footer */

footer {
	background-color: var(--rood);
	color: #FFF;
	position: relative;
	padding-top: 160px;
	font-size: 16px;
	line-height: 28px;
}

footer p {
	font-size: 13px;
	line-height: 21px;
}

footer .topbottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

footer:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1919.328' height='77.047' viewBox='0 0 1919.328 77.047'%3E%3Cpath id='Path_1' data-name='Path 1' d='M0,686.328S136.335,652.081,461.918,664.7s548.554,48.464,807.639,50.882,245.227,4,649.772,0V640.975H0Z' transform='translate(0 -640.975)' fill='%23fff'/%3E%3C/svg%3E%0A");
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100vw;
	height: 150px;
	position: absolute;
	left: 0;
	top: -2px;
	pointer-events: none;
}

footer .main {
	display: flex;
	gap: 64px;
}

footer .main .col:first-child, footer .main .col:last-child  {
	flex: 0 0 25%;
}

footer .main .col:nth-child(2)  {
	flex: 1 1 auto;
}

footer .hs-menu-wrapper ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 32px;
	row-gap: 24px;
}

footer .hs-menu-wrapper ul a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: -0.22px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}

footer #hs_form_target_form form .hs-richtext,
footer #hs_form_target_form form .hs-richtext p {
	font-size: 10px;
	line-height: 16px;
} 

footer .hs-menu-wrapper ul a:hover {
	text-decoration: underline!important;
}

.bottomcontent {
	justify-content: space-between;
	align-items: center;
	padding: 112px 16px 96px 16px;
}

.bottomcontent img {
	max-width: 370px;
}

.bottomcontent .slogan {
	font-size: 32px;
}

@media (max-width: 1540px) {
	.bottomcontent img {
		max-height: 55px;
		width: auto;
	}
	.bottomcontent .slogan {
		font-size: 26px;
	}
	footer .socials a {
		height: 25px;
	}
}

@media (min-width: 1200px) {
	footer .main .col:first-child {
		padding-right: 64px;
	}
}

@media (max-width: 1200px) {
	footer .main .col:first-child {
		padding-right: 32px;
	}
}

@media (max-width: 900px) {
	footer .main {
		flex-direction: column;
	}

	footer .main.bottomcontent {
		flex-direction: unset;
	}

	.bottomcontent img {
		max-height: 40px;
		width: auto;
		max-width: 100%;
		object-fit: contain;
		object-position: left top
	}

	.bottomcontent .slogan {
		font-size: 28px;
	}

}

@media (max-width: 768px) {
	footer {
		padding-top: 80px;
	}

	footer:before {
		background-size: auto 100%;
		height: 50px;
	}
	
	footer .main .col:first-child {
		display: none;
	}

	footer .main .col:last-child {
		order: 1;
	}

	footer .main .col:nth-child(2) {
		order: 1;
	}

	footer .main.bottomcontent {
		flex-direction: column;
		gap: 32px;
		align-items: normal;
		padding-bottom: 48px;
		padding-top: 64px;
	}

	.bottomcontent .slogan {
		text-align: right;
		font-size: 20px;
		color: var(--rood);
		position: absolute;
		top: 0px;
		right: 16px;
	}

	footer .hs-menu-wrapper ul {
		gap: 0;
	}

	footer .hs-menu-wrapper ul a {
		font-size: 14px;
		line-height: 17px;
		font-weight: 600;
	}
	footer .hs-menu-wrapper ul li {
		margin-bottom: 16px;
	}
}

/* Footer socials */

footer .socials {
	display: flex;
	gap: 32px;
}

footer .socials a {
	display: inline-block;
	height: 32px;
	-webkit-transition: all 0.5s all;
	-moz-transition: all 0.5s all;
	-o-transition: all 0.5s all;
	transition: all 0.5s all;
}

footer .socials a:hover {
	margin-top: -8px;
}

/* Footer formulier */

footer .form-title {
	margin-bottom: 16px;
}

footer .hs_email input[type='email'] {
	border: 0;
	background-color: #FFF;
	border-radius: 20px;
	font-size: 11px;
	letter-spacing: 1.21px;
	font-weight: 600;
	padding: 10px 40px 10px 22px;
}

footer #hs_form_target_form {
	margin-bottom: 64px;
}

footer .hs-form-field {
	margin: 0;
}

footer .hs_email input[type='email']::placeholder {
	color: var( --rood );
	text-transform: uppercase;
}

footer .hs_submit {
	background-color: #FFF;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='16' viewBox='0 0 13 16'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M8,0l8,13H0Z' transform='translate(13) rotate(90)' fill='%23df1f38'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 3px;
}

footer input[type='submit'] {
	width: 30px;
	height: 30px;
	opacity: 0;
}

footer .legal-consent-container {
	margin-top: 8px;
}

footer form {
	position: relative;
}

footer .hs-error-msg {
	color: #FFF;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

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

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}




.header__search .hs-search-field__input {
  
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+");
    background-position: center right 15px;
    background-repeat: no-repeat;
  
  height: 45px;
  padding: 0 0.7rem;
}




.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==");
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+");
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

.header form .hs-richtext,
.header form .hs-richtext p,
.footer form .hs-richtext,
.footer form .hs-richtext p{
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

.header form .hs-richtext img,
.footer form .hs-richtext img{
  max-width: 100% !important;
}

/* GDPR */

.header .legal-consent-container .hs-form-booleancheckbox-display > span,
.footer .legal-consent-container .hs-form-booleancheckbox-display > span p,
.header .legal-consent-container .hs-form-booleancheckbox-display > span,
.footer .legal-consent-container .hs-form-booleancheckbox-display > span p{
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



/* Table */

.header table,
.footer table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

.header td,
.footer td,
.header th,
.footer th{
  vertical-align: top;
}

/* Table header */

.header thead th,
.footer thead th{
  vertical-align: bottom;
}

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

.header p,
.footer p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}
.footer p {
  font-size: 13px!important;
  line-height: 21px!important;
}

/* Anchors */

.header a,
.footer a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Module -> Visuals slider */

.artikelenbox:not(.in_header) .section {
	justify-content: space-between;
}

.artikelenbox:not(.in_header) .slides > div:not(.active) {
	display: none;
}

.artikelenbox:not(.in_header) .slides > div {
	position: relative;
	height: 100%;
}

.artikelenbox:not(.in_header) .nav li {
	margin-bottom: 48px;
	position: relative;
	padding-left: 15px;
	cursor: pointer;
}

.artikelenbox:not(.in_header) .nav li:first-child {
	margin-top: 16px;
}

.artikelenbox:not(.in_header) .nav li:last-child {
	margin-bottom: 16px;
}

.artikelenbox:not(.in_header) .nav a {
	color: var(--zwart);
	opacity: 0.6;
	font-size: 22px;
	line-height: 30px;
	text-decoration: none;
}

.artikelenbox:not(.in_header) span:not([class]) {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1.32px;
	margin-bottom: 7px;
	font-weight: 600;
}

.artikelenbox:not(.in_header) span.titel {
	font-weight: 600;
}

.artikelenbox:not(.in_header) .nav li.active:before {
	content: ''; 
	background: var(--rood); 
	width: 5px; 
	height: 100%; 
	position: absolute;
	left: 0;
	top: -2px;
	border-radius: 3px;
}

.artikelenbox:not(.in_header) .nav li.active a {
	opacity: 1;
}

.artikelenbox:not(.in_header) .slides {
	position: relative;
	margin-right: 0;
}

.artikelenbox:not(.in_header) .visual {
	position: absolute;
	width: 100%;
	height: 100%;
}

.artikelenbox:not(.in_header) .visual:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	pointer-events: none;
}

.artikelenbox:not(.in_header) .visual > * {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: block;
	object-fit: cover;
}

.artikelenbox:not(.in_header) .slides .info {
	color: #FFF;
	margin-top: auto;
	display: inline-flex;
	flex-direction: column;
	max-width: calc( 100% - 100px );
	padding: 56px 32px;
	position: absolute;
	bottom: 0;
	pointer-events: none;
}

.artikelenbox:not(.in_header) .slides .info span {
	pointer-events: none;
}

.artikelenbox:not(.in_header) .slides .info .titel {
	font-size: 44px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 22px;
}

.artikelenbox:not(.in_header) .slides .info .textbtn {
	color: #FFF;
	position: relative;
	padding-left: 15px;
	text-decoration: none;
}

.artikelenbox:not(.in_header) .slides .active:hover .info .textbtn {
	text-decoration: underline;
}

.artikelenbox:not(.in_header) .nav .textbtn {
	display: none;
}

.artikelenbox:not(.in_header) .slides .info .textbtn:before {
	background: var(--rood);
	border-radius: 3px;
	content: "";
	height: calc(100%);
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}

@media (min-width: 768px) {
	.artikelenbox:not(.in_header) .smallvisual {
		display: none;
	}
}

@media (max-width: 768px) {
	.artikelenbox:not(.in_header) .nav li:first-child {
		margin-top: 0;
	}
	.artikelenbox:not(.in_header) .slides {
		display: none;
	}
	.artikelenbox:not(.in_header) .fc25 {
		width: calc(100% - 32px);
	}
	.artikelenbox:not(.in_header) .nav li {
		margin-bottom: 22px;
	}
	.artikelenbox:not(.in_header) .nav li:before {
		content: ''; 
		background: var(--rood); 
		width: 5px; 
		height: 100%; 
		position: absolute;
		left: 0;
		top: -2px;
		border-radius: 3px;
	}
	.artikelenbox:not(.in_header) span:not([class]) {
		display: none;
	}
	.artikelenbox:not(.in_header) span.titel {
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
	}
	.artikelenbox:not(.in_header) .nav li a {
		opacity: 1;
		font-size: 22px;
		line-height: 28px;
		display: flex;
		justify-content: space-between;
		gap: 56px;
	}
	.artikelenbox:not(.in_header) .smallvisual > * {
		border-radius: 10px;
		display: block;
		height: 100%;
		object-fit: cover;
		width: 85px;
		min-height: 70px;
	}
}

@media (max-width: 400px) {
	.artikelenbox:not(.in_header) .nav li a {
		gap: 16px;
	}
}

/* Artikelenbox in wit menu */
.wit_sub_menu .artikelenbox.in_header  {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wit_sub_menu .artikelenbox.in_header .visual {
	display: flex;
	gap: 16px;
	text-decoration: none;
}

.wit_sub_menu .artikelenbox.in_header .visual img {
	aspect-ratio: 1/1;
	flex: 0 0 94px;
	width: 94px;
	height: 94px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.wit_sub_menu .artikelenbox.in_header .visual .info {
	display: inline-flex;
	flex-direction: column;
	gap: 8px;
}

.wit_sub_menu .artikelenbox.in_header .visual .info .titel {
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 0;
	color: var(--zwart);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.wit_sub_menu .artikelenbox.in_header .visual .info p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
	color: var(--zwart);
}

.wit_sub_menu .artikelenbox.in_header .visual .info p:not(.textbtn) {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}


.wit_sub_menu .artikelenbox.in_header .visual .info p.textbtn {
	font-weight: bold;
	color: var(--zwart);
	text-decoration: none;
	position: relative;
	padding-left: 15px;
}

.wit_sub_menu .artikelenbox.in_header .visual .info p.textbtn:before {
	content: ''; 
	background: var(--rood); 
	width: 5px; 
	height: 100%; 
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}

.wit_sub_menu .artikelenbox.in_header .visual:hover .info p.textbtn {
	text-decoration: underline;
	color: var(--rood);
}

@media (max-width: 1540px) {
	.wit_sub_menu .artikelenbox.in_header .visual .info p.textbtn {
		font-size: 15px;
		padding-left: 12px;
	}
	.wit_sub_menu .artikelenbox.in_header .visual .info p.textbtn:before {
		width: 4px;
	}
}

/* Artikelenbox in blob menu */
.mega_menu_blob .artikelenbox.in_header  {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 96px;
	color: white;
}

.mega_menu_blob .artikelenbox.in_header .visual {
	display: flex;
	gap: 16px;
	text-decoration: none;
}

.mega_menu_blob .artikelenbox.in_header .visual img {
	aspect-ratio: 1/1;
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.mega_menu_blob .artikelenbox.in_header .visual .info {
	display: inline-flex;
	flex-direction: column;
	gap: 8px;
}

.mega_menu_blob .artikelenbox.in_header .visual .info .titel {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0;
	color: white;
}

.mega_menu_blob .artikelenbox.in_header .visual .info p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
	color: white;
}

.mega_menu_blob .artikelenbox.in_header .visual .info p:not(.textbtn) {
	display: none;
}

.mega_menu_blob .artikelenbox.in_header .visual .info p.textbtn {
	font-weight: bold;
	color: white;
	text-decoration: none;
	position: relative;
	padding-left: 15px;
	margin-top: auto;
}

.mega_menu_blob .artikelenbox.in_header .visual .info p.textbtn:before {
	content: ''; 
	background: white; 
	width: 5px; 
	height: calc(100% - 2px); 
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}

.mega_menu_blob .artikelenbox.in_header .visual:hover .info p.textbtn {
	text-decoration: underline;
	color: white;
}

@media (max-width: 1540px) {
	.mega_menu_blob .artikelenbox.in_header  {
		gap: 24px;
		padding-top: 24px;
		margin-top: 24px;
	}
	.mega_menu_blob .artikelenbox.in_header .visual img {
		flex: 0 0 90px;
		width: 90px;
		height: 90px;
	}
	.mega_menu_blob .artikelenbox.in_header .visual .info .titel {
		font-size: 15px;
		line-height: 22px;
	}
	.mega_menu_blob .artikelenbox.in_header .visual .info p {
		font-size: 15px;
		line-height: 22px;
	}
	.mega_menu_blob .artikelenbox.in_header .visual .info p.textbtn {
		font-size: 15px;
		padding-left: 12px;
	}
	.mega_menu_blob .artikelenbox.in_header .visual .info p.textbtn:before {
		width: 4px;
	}
}


/* Module -> Icoonblok */

.icoon-blok {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.icoon-blok > div {
	display: flex;
	gap: 20px;
}

.icoon-blok img {
	min-width: 54px;
	max-width: 54px;
	position: relative;
	z-index: 1;
}

.icoon-blok span {
	display: inline-block;
	position: relative;
	min-width: 54px;
	max-width: 54px;
}

.icoon-blok .image {
	margin-top: -10px;
}

.icoon-blok p {
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 1400px) {
	.icoon-blok {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.icoon-blok {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}
}

/* Module -> Introbanner */

.intro_banner {
	min-height: 90vh;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	z-index: 0;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 110px 0;
	box-sizing: border-box;
}
.intro_banner .intro_banner_background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.intro_banner .intro_banner_background img,
.intro_banner .intro_banner_background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.intro_banner .intro_banner_content {
	position: relative;
	z-index: 2;
	max-width: var(--container-breedte);
	padding: 0 var(--padding-s);
	width: 100%;
	margin: auto auto 0 auto;
}

.intro_banner .intro_banner_content :is(h1,p) {
	color: white;
	display: block;
	max-width: 1312px;
	width: 100%;
}

.intro_banner .intro_banner_content h1 {
	margin-top: 10vh;
	margin-bottom: 27px;
	text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.12);
}

.intro_banner .intro_banner_content p {
	font-size: 30px;
	line-height: 49px;
	margin-bottom: 75px;
}

.intro_banner_knoppen {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.intro_banner_knoppen > a {
	padding-left: 24px;
	padding-right: 24px;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	color: white;
	z-index: 2;
	align-self: flex-start;
}

.intro_banner_knoppen > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	border-radius: 3px;
	background-color: var(--rood);
}

.intro_banner_knoppen > a:hover {
	text-decoration: underline;
}

@media (max-width: 1400px) {
	.intro_banner .intro_banner_content p {
		font-size: 30px;
		line-height: 36px;
	}	
}

@media (max-width: 768px) {
	.intro_banner {
		padding: 0 0 60px 0;
		min-height: 80vh;
	}
	.intro_banner .intro_banner_content h1 {
		margin-bottom: 16px;
	}
	.intro_banner .intro_banner_content p {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 32px;
	}
	.intro_banner_knoppen > a {
		font-size: 18px;
		line-height: 22px;
		padding: 0 12px;
	}
}

/* Module -> Recente vacatures */

.recentevacature {
	border: 1px solid #7070704D;
	border-radius: 5px;
	padding: 24px 32px 24px 16px;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}

.hs_cos_wrapper > .recentevacature:last-of-type {
	margin-bottom: 32px;
}

.recentevacature .info {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 8px;
}

.recentevacature .overline {
	color: var(--zwart);
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
}

.recentevacature .perweek, .recentevacature .ervaring {
	color: #22222298;
	margin-left: 72px;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
}

.recentevacature p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 16px;
}

.recentevacature h3 {
	margin-bottom: 12px;
}


@media (max-width: 676px) {
	.recentevacature {
		padding: 32px 16px;
	}
	.recentevacature .overline {
		font-size: 10px;
		line-height: 13px;
		margin-bottom: 8px;
	}
	.recentevacature h3 {
		margin-bottom: 16px;
	}
	.recentevacature p {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 26px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.recentevacature a.textbtn {
		font-size: 18px;
		line-height: 22px;
		padding-left: 10px;
	}
}

/* Recente vacatures in blob menu */
.mega_menu_blob .recentevacature {
	border: none;
	margin-bottom: 0;
	position: relative;
	border-radius: 0;
	padding: 0;
}

.mega_menu_blob .recentevacature:not(:last-of-type) {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.mega_menu_blob .recentevacature a.textbtn {
	color: white;
}

.mega_menu_blob .recentevacature a.textbtn:before {
	background-color: white;
}

.mega_menu_blob .recentevacature:not(:last-of-type):after {
	content: '';
	width: calc(100% - 32px);
	height: 1px;
	background-color: var(--rood);
	position: absolute;
	bottom: 0;
	right: 16px;
	left: 16px;
}

.mega_menu_blob .recentevacature:first-of-type {
	border-radius: 20px 20px 0 0;
}

.mega_menu_blob .recentevacature:last-of-type {
	border-radius: 0 0 20px 20px;
}

.mega_menu_blob .recentevacature .info {
	display: none;
}

.mega_menu_blob .recentevacature h3 {
	font-size: 18px;
	line-height: 25px;
	color: white;
	margin-bottom: 8px !important;
}

.mega_menu_blob .recentevacature p {
	font-size: 16px !important;
	line-height: 30px;
	color: white;
	margin-bottom: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
	white-space: pre-wrap; /* let the text wrap preserving spaces */
}

@media (max-width: 1540px) {
	.mega_menu_blob .recentevacature h3 {
		font-size: 15px;
		line-height: 18px;
		color: white;
		margin-bottom: 8px !important;
	}
	.mega_menu_blob .recentevacature p {
		font-size: 14px !important;
		line-height: 24px;
	}

}


/* Recente vacatures in wit menu */
.header .header_links .wit_sub_menu .recentevacature .info {
	display: none;
}
.header .header_links .wit_sub_menu .recentevacature {
	padding: 0 0 16px 0;
	border-radius: 0;
	border: 0;
	margin-bottom: 0px;
}
.header .header_links .wit_sub_menu .recentevacature:not(:last-of-type) {
	border-bottom: 1px solid rgba(112, 112, 112, 0.17);
	margin-bottom: 16px;
}
.header .header_links .wit_sub_menu .recentevacature h3 {
	font-size: 16px;
	line-height: 25px;
	color: var(--zwart);
	margin-bottom: 8px !important;
}

.header .header_links .wit_sub_menu .recentevacature p {
	font-size: 14px !important;
	line-height: 24px;
	color: var(--zwart);
	margin-bottom: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
	white-space: pre-wrap; /* let the text wrap preserving spaces */
}

.header .header_links .wit_sub_menu .recentevacature a.textbtn {
	font-size: 15px;
	line-height: 22px;
}

/* Module -> Quote teamlid */

.quoteteamlid {
	position: relative;
	padding: 80px 0;
	z-index: 2;
}

.quoteteamlid .rellax {
	position: absolute;
	top: 50px;
	left: calc(50% - 200px);
	height: 100%;
	width: 100%;
	z-index: -1;
}

.quoteteamlid .content {
	display: flex;
	align-items: center;
}

@media (max-width: 1312px) {
	.quoteteamlid .content {
		flex-direction: column;
	}

	.quoteteamlid .content .pasfoto {
		margin-top: 24px;
	}
}

.quoteteamlid .content .pasfoto {
	margin-top: 80px;
	flex: 0 0 300px;
}

.quoteteamlid .quote {
	font-family: var(--font-alt);
	font-size: 45px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 24px;
}

.quoteteamlid p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.quoteteamlid .pasfoto img {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='173.028' height='153.984' viewBox='0 0 173.028 153.984'%3E%3Cpath id='Path_4' data-name='Path 4' d='M1771.049,1002.789c10.457-13.6,29.295-29.913,16.356-73.172s-58.992-54.789-75.451-54.489-18.245,8.4-30.428,13.118-26.666,4.506-35.7,11.3-58.1,84.659,3.456,115.907S1760.592,1016.385,1771.049,1002.789Z' transform='translate(-1618.757 -875.122)' fill='%23fff'/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: auto 94%;
	-webkit-mask-position: center;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='173.028' height='153.984' viewBox='0 0 173.028 153.984'%3E%3Cpath id='Path_4' data-name='Path 4' d='M1771.049,1002.789c10.457-13.6,29.295-29.913,16.356-73.172s-58.992-54.789-75.451-54.489-18.245,8.4-30.428,13.118-26.666,4.506-35.7,11.3-58.1,84.659,3.456,115.907S1760.592,1016.385,1771.049,1002.789Z' transform='translate(-1618.757 -875.122)' fill='%23fff'/%3E%3C/svg%3E%0A");
	mask-repeat: no-repeat;
	mask-size: auto 94%;
	mask-position: center;
	max-width: 300px;
	aspect-ratio: 173/154;
}

.quoteteamlid .pasfoto img {
	object-fit: cover;
	aspect-ratio: 173/154;
}

.quoteteamlid:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1766.315' height='611.488' viewBox='0 0 1766.315 611.488'%3E%3Cpath id='Path_115' data-name='Path 115' d='M-8581.058,5397.186s-55.792-84.954,300.287-111.094,452.107,61.6,706.448,130.216,387.256,102.108,509.5,71.884,238.753-135.6,238.753-135.6' transform='translate(-7836.797 3824.818) rotate(-167)' fill='none' stroke='%23ca373f' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	height: 600px;
	margin-left: 120px;
	top: calc(100% - 200px);
	width: calc(50vw - 120px);
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

@media (max-width: 1310px) {
	.quoteteamlid:after {
		width: 100%;
		max-width: 100%;
		margin-left: 20px;
	}
	.quoteteamlid .rellax {
		left: 70px;
		width: calc(100% - 50px);
		overflow: hidden;
	}
}

@media (max-width: 600px) {
	.quoteteamlid .content .pasfoto {
		display: none;
	}	
}

/* Quote teamlid in menu */

.mega_menu_blob .quoteteamlid .content {
	flex-direction: column;
}

.mega_menu_blob .quoteteamlid .content > div:not(.pasfoto) {
	padding-right: 130px;
}

.mega_menu_blob .quoteteamlid .rellax {
	z-index: 0;
	top: -120px;
	transform: rotate(90deg) !important;
	transform-origin: bottom;
	filter: brightness(0) saturate(100%) invert(71%) sepia(34%) saturate(6295%) hue-rotate(323deg) brightness(102%) contrast(98%);
}

.mega_menu_blob .quoteteamlid .rellax svg {
	display: block !important;
	min-width: 300px;
	max-width: 300px;
}
.mega_menu_blob .quoteteamlid .rellax .tg-blob {
	display: block !important;
	transform: rotate(90deg);
}

.mega_menu_blob .quoteteamlid .rellax,
.mega_menu_blob .quoteteamlid .rellax .tg-blob,
.mega_menu_blob .quoteteamlid .rellax svg {
	height: 300px;
	width: 300px;
}

.mega_menu_blob .quoteteamlid .quote {
	font-size: 28px;
	line-height: 38px;
	text-align: left;
	margin-bottom: 32px;
}

.mega_menu_blob .quoteteamlid p {
	text-align: right;
	font-size: 18px;
	line-height: 30px;
}

.mega_menu_blob .quoteteamlid .pasfoto {
	position: absolute;
	right: -240px;
	bottom: 90px;
	aspect-ratio: 6/5;
	align-self: flex-end;
	max-width: 130px;
}

@media (max-width: 1540px) {
	.mega_menu_blob .quoteteamlid .quote {
		margin-right: -130px;
	}
}

@media (min-width: 980px) {

	.mega_menu_blob .quoteteamlid .pasfoto {
		margin-top: 0;
		position: relative;
		right: 0;
		flex: 1 1 100px;
	}

	.mega_menu_blob .quoteteamlid:after {
		content: none;
	}
}


@media print {
  #mega_menu,
  .mega_menu_blob,
	.header > * {
		display: none !important;
	}
}