.elementor-kit-6{--e-global-color-primary:#F90130;--e-global-color-secondary:#C7DBF4;--e-global-color-text:#000000;--e-global-color-accent:#3A3468;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:inherit;}.elementor-element{--widgets-spacing:inherit inherit;--widgets-spacing-row:inherit;--widgets-spacing-column:inherit;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    font-family: var(--font-family-body);
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.821875rem + 0.25vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* ==========================================================================
   2. Elementor Reset
   ========================================================================== */

/* Reset default margins and paddings added by Elementor */
.elementor-widget-wrap,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-section.elementor-section-boxed > .elementor-container {
    margin: 0 !important;
    padding: 0 !important;
}
.jet-listing-dynamic-field__content ul {
    padding-left: 14px !important;
}
/*.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}*/


/* ==========================================================================
   3. Fonts (Typography)
   Assuming fonts are stored in the home directory of the website (e.g., /fonts/)
   ========================================================================== */

@font-face {
    font-family: 'Hiragino Sans';
    src: url('/fonts/hiragino-sans-gb.woff2') format('woff2');
    font-weight: 800; /* W8 — used for H1, H2 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hiragino Sans';
    src: url('/fonts/hiragino-sans-gb.woff2') format('woff2');
    font-weight: 600; /* W6 — used for H3, H4 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hiragino Sans';
    src: url('/fonts/hiragino-sans-gb.woff2') format('woff2');
    font-weight: 900; /* W9 — used for Subtitle */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StemTextW03-Regular';
    src: url('/fonts/StemTextW03-Regular.woff2') format('woff2');
    font-weight: 400; /* Regular — used for body text */
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   4. Custom Properties (Colors & Typography Variables)
   ========================================================================== */

:root {
    /* Primary Colors */
    --primary-50: #fee6ea;
    --primary-100: #fdb0bf;
    --primary-200: #fc8aa0;
    --primary-300: #fb5574;
    --primary-400: #fa3459;
    --primary-500: #f90130;
    --primary-600: #e3012c;
    --primary-700: #b10122;
    --primary-800: #89011a;
    --primary-900: #690014;

    /* Secondary Colors */
    --secondary-50: #f9fbfe;
    --secondary-100: #eef4fc;
    --secondary-200: #e5eefa;
    --secondary-300: #d9e7f8;
    --secondary-400: #d2e2f6;
    --secondary-500: #c7dbf4;
    --secondary-600: #b5c7de;
    --secondary-700: #8d9bad;
    --secondary-800: #6d7886;
    --secondary-900: #545c66;

    /* Tertiary Colors */
    --tertiary-50: #fdeef1;
    --tertiary-100: #f8c9d2;
    --tertiary-200: #f5afbc;
    --tertiary-300: #f08a9e;
    --tertiary-400: #ed738b;
    --tertiary-500: #e9506e;
    --tertiary-600: #d44964;
    --tertiary-700: #a5394e;
    --tertiary-800: #802c3d;
    --tertiary-900: #62222e;

    /* Blue Colors */
    --blue-50: #e8e6ec;
    --blue-100: #b3b0c4;
    --blue-200: #8e8aa8;
    --blue-300: #5a5580;
    --blue-400: #3a3468;
    --blue-500: #090142;
    --blue-600: #08013c;
    --blue-700: #06012f;
    --blue-800: #050124;
    --blue-900: #04001c;

    /* whites and blacks */
    --white: #ffffff;
    --black: #000000;

    /* Typography Variables */
    --font-family-heading: 'Hiragino Sans', sans-serif;
    --font-family-body: 'StemTextW03-Regular', sans-serif;
    
    /* gaps */

    --vert-gap-xs: 0.5%;
    --vert-gap-s: 1%;
    --vert-gap-m: 2%;
    --vert-gap-l: 3%;
    --vert-gap-xl: 5%;
}
.vert-gap-xs    { column-gap: var(--vert-gap-xs)    !important; }
.vert-gap-s     { column-gap: var(--vert-gap-s)     !important; }
.vert-gap-m     { column-gap: var(--vert-gap-m)     !important; }
.vert-gap-l     { column-gap: var(--vert-gap-l)     !important; }
.vert-gap-xl    { column-gap: var(--vert-gap-xl)    !important; }


.wit { color: var(--white) !important; }
.zwart { color: var(--black) !important; }

/* ==========================================================================
   5. Typography Utility Classes
   ========================================================================== */

h1, .h1 {
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: 3rem;        /* 48px */
    line-height: auto;
    letter-spacing: -.025rem;
}

h2, .h2 {
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: 2.25rem;     /* 36px */
    line-height: auto;
    line-height: auto;
    letter-spacing: -.025rem;
}

h3, .h3 {
    font-family: var(--font-family-heading);
    font-weight: 600;
    font-size: 1.75rem;     /* 28px */
    line-height: auto;
    line-height: auto;
    letter-spacing: -.025rem;
}

h4, .h4 {
    font-family: var(--font-family-heading);
    font-weight: 600;
    font-size: 1.375rem;    /* 22px */
    line-height: auto;
}

.text-xl {
    font-family: var(--font-family-body);
    font-weight: 400;
    font-size: 1.625rem;    /* 26px */
    line-height: auto;
}

.text-l {
    font-family: var(--font-family-body);
    font-weight: 400;
    font-size: 1.375rem;    /* 22px */
    line-height: auto;
}

.text-md {
    font-family: var(--font-family-body);
    font-weight: 400;
    font-size: 1.125rem;    /* 18px */
    line-height: auto;
}

.text-sm {
    font-family: var(--font-family-body);
    font-weight: 400;
    font-size: 0.875rem;    /* 14px */
    line-height: auto;
}

.subtitle {
    font-family: var(--font-family-heading);
    font-weight: 900 !important;
    font-size: 0.875rem;     /* 12px */
    line-height: auto;
    text-transform: uppercase;
    
    position: relative;
    top: 12px;
}


/* Elementor customisation */

.elementor-element [data-element_type="container"] {
    padding: 0px;
    margin: 0px;
}
.elementor-element.e-con-boxed {
    padding: 100px 3% 0px 3%;
}
.padding-bottom {
    padding-bottom: 100px !important;
}
.no-padding-box {
    padding: 0px !important;
}
header > .elementor-element.e-con-boxed {
    padding: 10px 3% 10px 3% !important;
}
.kader-padding {
    padding: 7.5% 5%  7.5% 5%!important;
}
.kader-padding-xl {
    padding: 15% 10% 15% 10%!important;    
}
.gap-btm {
    margin-bottom: 1rem !important;
}
.cta-full-width {
    padding: 2.5% 0 2.5% 0!important;
    margin-bottom: 100px !important;
    background-color: var(--secondary-300);    
}

/* Site customisation */

/* Navigatie */
.secondary-menu-balk {
    padding: 0.5% 1% 0.5% 1% !important;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  padding: 5rem 3rem 5rem 2rem;
  min-height:calc(100vh - 60px)  !important;
}

.accent-bck {
    background-color: var(--secondary-300);
}
.hero-sectie {
    height: 60vh;
    max-height: 600px;
    padding-bottom: 5% !important;
}
.hero-sectie-vervolg {
    min-height: 25vh;
    max-height: 600px;
    padding-bottom: 5% !important;   
}
.sector-onderkast {
    text-transform: lowercase !important;    
}
.sector-onderkast::first-letter { 
    text-transform: uppercase !important;
}
.search-filter-box-top {
    padding: 50px 5% 0 5% !important;
}
.search-filter-box-bottom {
    padding: 2.5% 5% 50px 5% !important;
}
.img-sq  {
    aspect-ratio: 1 / 1;
}
.cijfer h3 {
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: 3rem;        /* 48px */
    line-height: auto;
    letter-spacing: -.025rem;   
}
div.jet-listing-grid__item:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    flex-direction: row-reverse !important;
}

/* buttons */
.dyn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3a3468;
  color: #ffffff;
  padding: 16px 32px;
  min-height: 47px;
  line-height: 15px !important;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
}

.dyn-btn .elementor-widget-container,
.dyn-btn .jet-listing,
.dyn-btn .jet-listing-dynamic-terms__link {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.dyn-btn .jet-listing-dynamic-terms__link {
  text-decoration: none;
}

.dyn-btn:hover {
  background-color: #e4003a;
  color: #ffffff;
}

a.elementor-button, .job-archive-btn a, button.elementor-button.elementor-size-sm, .dyn-btn {
    display: inline-block;
    min-width: fit-content;
    padding: 1rem 2rem 1rem 2rem;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
a.elementor-button:after, .job-archive-btn a:after, button.elementor-button.elementor-size-sm:after, .dyn-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a3468;
    z-index: -2;
}
a.elementor-button:before, .job-archive-btn a:before, button.elementor-button.elementor-size-sm:before, .dyn-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f90130;
  transition: all 0.3s;
  z-index: -1;
}
a.elementor-button:hover, .job-archive-btn a:hover, button.elementor-button.elementor-size-sm:hover, .dyn-btn:hover {
  color: #fff;
}
a.elementor-button:hover:before, .job-archive-btn a:hover:before, button.elementor-button.elementor-size-sm:hover:before, .dyn-btn:hover:before {
  width: 100%;
}
.dyn-btn,
.dyn-btn * {
  line-height: 15px !important;
  font-size: 15px !important;
}
.grip-sector-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  padding: 16px 32px;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
}

.grip-sector-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e4003a;
  transition: all 0.3s;
  z-index: -1;
}

.grip-sector-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a3468;
  z-index: -2;
}

.grip-sector-btn:hover {
  color: #ffffff;
}

.grip-sector-btn:hover::before {
  width: 100%;
}

/* Language switcher */
.wpml-ls-legacy-list-horizontal {
  padding: 0px !important;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0px 10px 0px;
}
footer .wpml-ls-item-legacy-list-horizontal a {
  padding: 0px 10px 0px 0px;
}

/* Icons */

.header-icon div.elementor-icon {
    font-size: 1.875rem;
    line-height: 1;
}

/* vacatures */

/* -- Archive -- */

.job-archive .elementor-widget-wrap,
.job-archive {
    gap: 1rem;
    padding: 5% !important;
}
.job-archive-meta {
    font-size: 0.75rem;  
    text-transform: uppercase;
    color:#4d7eba !important;
}
.job-archive-titel {
    
}
.job-archive-practical-info {
    padding: 0 !important;
}
.grid-col-desk-1 > div:nth-child(1) {
    padding-top: 0px !important;
}


/* -- Detail pagina -- */

.job-titel {
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}
.practical-info .jet-listing.jet-listing-dynamic-field.display-inline::before {
  content: "•";
  color: inherit;
  margin-right: 6px;
  font-size: 1.4rem;
  line-height: 0.5em;
}

/* Case studies */

.jet-listing-dynamic-field__content h3 {
    color: var(--e-global-color-primary);
    margin-bottom: 20px !important;
}
.challenges .jet-listing-dynamic-field__content p {
    font-size: 0.875rem !important;   
}
h3.jet-listing-dynamic-field__content {
    margin-top: 0px !important;
    position: relative;
    top: -4px;
}
/* Footer */

.grip-footer {
    background-color: var(--blue-500);
    padding: 50px 3% 50px 3% !important;
}
.grip-footer h3 {
    color: var(--white) !important;
    font-weight: 400 !important;
    margin-bottom: 24px;
}
.logo-container {
    position: relative;
}
.logo-container img {
    position: relative;
    top: -12px;
}
.logo-footer::after {
  content: "";
  background-color: var(--secondary-300);
  height: 190px;
  position: absolute;
  top: -50px;
  left: -48px;
  z-index: 5;
  width: calc(100% - 24px);
  min-width: 300px;
}
@media (max-width: 1024px) and (hover: none) and (pointer: coarse) {
.opsomming h3 {
    font-size: 1.125rem !important;
} 
.opsomming h3 {
    font-size: 1.125rem !important;
}
.cijfer h3 {
    font-size: 3rem !important;        /* 48px */
}
}

@media (max-width: 768px) {
    :root {
        --mobile-heading-scale: 0.8;
    }
    h1, .h1 {
        font-size: calc(3rem * var(--mobile-heading-scale)) !important;
        line-height: 1.1;
    }
    h2, .h2 {
        font-size: calc(2.25rem * var(--mobile-heading-scale)) !important;
        line-height: 1.1;
    }
    h3, .h3 {
        font-size: calc(1.75rem * var(--mobile-heading-scale)) !important;
        line-height: 1.15;
    }
    h4, .h4 {
        font-size: calc(1.375rem * var(--mobile-heading-scale)) !important;
        line-height: 1.15;
    }
    .elementor-element.e-con-boxed {
    padding: 60px 3% 0px 3%;
}
    .padding-bottom {
        padding-bottom: 60 
    }
    .cta-full-width {
        padding: 2.5% 0 2.5% 0!important;
        margin-bottom: 60px !important;
    }
    .hero-sectie {
        padding-bottom: 20% !important;
    }
    .vert-gap-xl.e-flex.e-con.e-child {
        gap: 2rem !important;
    }
.opsomming h3 {
    font-size: 1.125rem !important;
}
.cijfer h3 {
    font-size: 3rem !important;        /* 48px */
}
.search-filter-box-top {
    padding: 25px 2.5% 0 2.5% !important;
}
.search-filter-box-bottom {
    padding: 5% 2.5% 25px 2.5% !important;
}
}/* End custom CSS */