/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*--------------------------------------------------------------
## TABLE OF CONTENTS
----------------------------------------------------------------
- ROOT
- TYPOGRAPHY
- BUTTONS
- IMAGES
- HEADER OPMAAK
- FOOTER OPMAAK
- GLOBAL OPMAAK
- CUSTOM CONTAINER OPMAAK
- CUSTOM OPMAAK
- ELEMENTOR WIDGETS OPMAAK
- CUSTOM PLUGIN OPMAAK

----------------------------------------------------------------
## 
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## ROOT
--------------------------------------------------------------*/
@media (max-width:767px) {
    :root {--global-padding: 24px;}
}
@media (min-width: 768px) and (max-width:1024px) {
    :root {--global-padding: 40px;}
}
@media (min-width:1025px) {
    :root {--global-padding: 40px;}
}
/* selection color */
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--e-global-color-primary);
  }::selection {
    color: #fff;
    background: var(--e-global-color-primary);
  }


.e-con >.e-con-inner {
    flex-wrap: wrap !important;
}



/*--------------------------------------------------------------
## TYPOGRAPHY
--------------------------------------------------------------*/
/* h2.elementor-heading-title,
h3.elementor-heading-title  {
    margin-bottom: 24px;
} */
/* max width */
.elementor-widget-heading,
.elementor-widget-text-editor {
    max-width: 820px;
}
/* CUSTOM TYPOGRAPHY CLASSES */
.text--subtitle.elementor-widget-text-editor {
    font-family: "Univers Condensed", Sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-top: -20px;
}
.h3 h2 {
    font-size: 32px;
}
/* hero H1 */
.text--hero-h1 .elementor-widget-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
.text--hero-h1 .elementor-heading-title {
    color: var( --e-global-color-629d81d );
    font-size: 96px;
    font-weight: 700;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.45);
}

.terug-button .elementor-button-text {
    line-height: 1.3 !important;
}

.terug-button .elementor-button-content-wrapper i {
    transition: transform 200ms ease-in-out;
}

.terug-button .elementor-button-content-wrapper:hover i {
    transform: translateX(-4px);
    transition: transform 200ms ease-in-out;
}

/* TYPOGRAPY RESP */
@media (min-width:768px) and (max-width:1024px) {
    /* h2.elementor-heading-title,
    h3.elementor-heading-title  {
        margin-bottom: 16px;
    } */
    .text--hero-h1 .elementor-widget-container {
        margin: 0 0 6px 0;
    }
}
@media (max-width:767px) {
    h2.elementor-heading-title,
    h3.elementor-heading-title  {
        margin-bottom: 0;
    }
    .text--hero-h1 .elementor-widget-container {
        margin: -7px 0 20px 0;
    }
    .text--hero-h1 .elementor-heading-title {
        font-size: 48px;
    }
    .text--subtitle.elementor-widget-text-editor {
        margin-top: 0;
    }
}




/*--------------------------------------------------------------
## BUTTONS
--------------------------------------------------------------*/
/* default margin above buttons */
/* .elementor-widget-button .elementor-widget-container {
    margin-top: 32px;
} */

/* BTN-B */
/* BTN B */
.btn-b .elementor-button.elementor-size-sm,
.btn-b .elementor-button.elementor-size-sm:visited,
.dropdown-btn-cont .btn-b {
	background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}
.btn-b .elementor-button.elementor-size-sm:hover,
.btn-b .elementor-button.elementor-size-sm:focus,
.dropdown-btn-cont .btn-b:hover {
	background-color: #fff;
    border-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
}

/* EXTRA RESP SETTINGS */
 @media (max-width:767px) {
    .elementor-button-wrapper .elementor-button {
        width: 100%;
    }
} 

/* BUTTON BORDER WHITE */
/* .btn-border-white .elementor-button.elementor-size-sm,
.btn-border-white .elementor-button.elementor-size-sm:visited,
.dropdown-btn-cont .btn-border-white {
    border-color: #fff;
} */






/*--------------------------------------------------------------
## IMAGES
--------------------------------------------------------------*/





/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
/* LOGO */
.img--logo::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 65%);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translate(-291px,-410px) scaleY(0.5);
}

.logo--img-mob::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 650px;
    height: 730px;
    background: radial-gradient(circle, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 65%);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translate(-291px,-410px) scaleY(0.5);
}

.iconlist-header .elementor-icon-list-text {
    padding-top: 3px;
}

#lang-nl {
	margin-right: 0px;
}

.wpml-ls-flag {
	display: none !important;
}

.wpml-ls-link{
	font-family: "Univers Condensed", Sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	border: solid 2px transparent;
	padding: 6px 4px 3px 4px;
	border-radius: 6px;
	padding: 7px 6px 3px 6px !important;
}

.wpml-ls-legacy-list-horizontal {
	padding: 0;
}

.wpml-ls-link:hover {
	color: #fff;
}



.lang-border{
	border-color: #fff !important;
}

.lang-mobile .lang-border{
	border-color: #003873 !important;
}

.lang-mobile .wpml-ls-link::after{
	width: 10px;
	height: 10px;
	background: #fff;
	z-index: 9999;
	position: relative;
	color: #003873;
	border: solid 2px transparent;
	border-radius: 6px;
	padding: 7px 6px 3px 6px !important;
	font-size: 17px;
}

.lang-mobile .wpml-ls-item-nl .wpml-ls-link::after {
	content: "NL";
}

.lang-mobile .wpml-ls-item-en .wpml-ls-link::after {
	content: "EN";
}

.lang-mobile .wpml-ls ul{
	text-align: right;
}

.lang-mobile .wpml-ls-item {
	padding: 0px !important;
	width: 30px !important;
}

.lang-mobile .wpml-ls-link {
	padding: 0px !important;
}

.lang-mobile .wpml-ls-item-nl {
	margin-right: 10px;
}

@media (max-width:767px) {
    .lang-button a{
		color: #003873;
		font-size: 15px;
	}
	
	.lang-border{
		border-color: #003873 !important;
	}
} 
	

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.footer-links a:hover {
    font-weight: 900;
}

.wpml-ls-statics-footer {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden !important;
}
/* Footer Legal */
.c--footer-legal a {
    color: #fff !important;
}


/*--------------------------------------------------------------
## GLOBAL OPMAAK
--------------------------------------------------------------*/
/* GLOBAL CONTAINER OPMAAK */



a[href^="tel"], a[href^="mailto"]{
    color: #003873;
    text-decoration:none;
    font-weight: 800;
}

p a, .elementor-text-editor a, .CookieDeclaration a  {
    color: #003873 !important;
    text-decoration: none !important;
    font-weight: 900 !important;  
}


p a:hover, strong {
    font-weight: 900 !important;
    text-decoration: underline !important;  
}

.cont--np {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.projecten .cont--np {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.container-block {
    display: block !important;
}

.elementor-background-video-container {
    z-index: -1 !important;
}



/*--------------------------------------------------------------
## CUSTOM CONTAINER OPMAAK
--------------------------------------------------------------*/
/* GLOBAL CONTAINER OPMAAK */
.elementor-section-wrap > .e-con {
    flex-wrap: wrap;
    /* padding-left: 48px;
    padding-right: 48px; */
    --margin-top: 104px;
    --margin-bottom: 104px;
}
.e-con > .elementor-element {
    --width: 100%;
}

@media (min-width:1237px) {
    .elementor-section-wrap > .e-con {
        padding-left: calc(50vw - 570px);
        padding-right: calc(50vw - 570px);
    }
}
@media (min-width:1025px) and (max-width:1236px) { /* 1140px + global padding */
    .elementor-section-wrap > .e-con {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media (min-width:768px) and (max-width: 1024px) {
    .elementor-section-wrap > .e-con {
        
        padding-left: 32px;
        padding-right: 32px;
        --margin-top: 48px;
        --margin-bottom: 48px;
    }

    .cont--fw .elementor-section-wrap > .e-con {
        max-width: 100vw;
        --margin-top: 48px;
        --margin-bottom: 48px;
    }
}
@media (max-width: 767px) {
    .elementor-section-wrap > .e-con {
        padding-left: 24px;
        padding-right: 24px;
        --margin-top: 64px;
        --margin-bottom: 64px;
    }
}

/* SECOND CONTAINER AFTER HEADER CONTAINER (INTRO CONTAINER) */
.elementor-section-wrap .e-con.cont--intro {
    --margin-top: -32px;
}
@media (min-width:768px) and (max-width:1024px) {
    .elementor-section-wrap .e-con.cont--intro {
        --margin-top: 24px;
    }
}
@media (max-width:767px) {
    .elementor-section-wrap .e-con.cont--intro {
        --margin-top: 24px;
    }
}
/* CONTAINER 2 COLUMN */
.e-con.cont--2-column > .e-con-inner {
    --gap: 0;
}
@media (min-width:768px) and (max-width:1024px) {
    .e-con.cont--2-column > .e-con-inner {
        flex-direction: column;
        --gap: 40px;
    }
}
@media (max-width:767px) {
    .e-con.cont--2-column > .e-con-inner {
        flex-direction: column;
        --gap: 32px;
    }
}
/* CONTAINER 5-7 */
.e-con.cont--5-7 > .e-con-inner {
    justify-content: space-between;
}
.e-con.cont--5-7 > .e-con-inner > .e-con:nth-child(1) {
    width: calc(42% - 40px);
}
.e-con.cont--5-7 > .e-con-inner > .e-con:nth-child(2) {
    width: calc(58% - 40px);
}
@media (min-width:768px) and (max-width:1024px) {
    .e-con.cont--5-7 > .e-con-inner > .e-con:nth-child(1) {
        width: 100%;
        order: 2;
    }
    .e-con.cont--5-7 > .e-con-inner > .e-con:nth-child(2) {
        width: 100%;
        order: 1;
    }
}
@media (max-width:767px) {
    .e-con.cont--5-7 > .e-con-inner > .e-con:nth-child(1) {
        width: 100%;
        order: 2;
    }
    .e-con.cont--5-7 > .e-con-inner > .e-con:nth-child(2) {
        width: 100%;
        order: 1;
    }
}
/* CONTAINER 7-5 */
.e-con.cont--7-5 > .e-con-inner {
    justify-content: space-between;
}
.e-con.cont--7-5 > .e-con-inner > .e-con:nth-child(1) {
    width: calc(58% - 40px);
}
.e-con.cont--7-5 > .e-con-inner > .e-con:nth-child(2) {
    width: calc(42% - 40px);
}
@media (min-width:768px) and (max-width:1024px) {
    .e-con.cont--7-5 > .e-con-inner > .e-con:nth-child(1),
    .e-con.cont--7-5 > .e-con-inner > .e-con:nth-child(2) {
        width: 100%;
    }
}
@media (max-width:767px) {
    .e-con.cont--7-5 > .e-con-inner > .e-con:nth-child(1),
    .e-con.cont--7-5 > .e-con-inner > .e-con:nth-child(2) {
        width: 100%;
    }
}
/*images in 5-7 en 7-5 container */
.e-con.cont--5-7 .elementor-widget-image img,
.e-con.cont--7-5 .elementor-widget-image img {
    object-fit: cover;
    width: 100%;
    height: 325px;
}
@media (min-width:768px) and (max-width:1024px) {
    .e-con.cont--5-7 .elementor-widget-image img,
    .e-con.cont--7-5 .elementor-widget-image img {
        height: 320px;
    }
}
@media (max-width:767px) {
    .e-con.cont--5-7 .elementor-widget-image img,
    .e-con.cont--7-5 .elementor-widget-image img {
        height: 200px;
    }
}
/* CONTAINER FULL WIDTH / CONTAINER SWIRL */
.elementor-section-wrap .e-con.cont--swirl {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width:1025px) and (max-width:1236px) { /* 1140px + global padding */
    .elementor-section-wrap .e-con.cont--swirl > .e-con {
        max-width: calc(100vw - 96px);
    }
}
@media (min-width:768px) and (max-width: 1024px) {
    .elementor-section-wrap .e-con.cont--swirl > .e-con {
        max-width: calc(100vw - 64px);
    }
}
@media (max-width: 767px) {
    .elementor-section-wrap .e-con.cont--swirl > .e-con {
        max-width: calc(100vw - 48px);
    }
}

/* CONTAINER VOOR GESTAPELDE BUTTONS (CONT--BTNS) */
.elementor-element.cont--btns.e-con.e-con {
    --margin-top: 24px;
}
@media (min-width:768px) and (max-width:1024px) {
    .elementor-element.cont--btns.e-con.e-con {
       --margin-top: 16px;
        --margin-bottom: 32px;
    }
}
@media (max-width:767px) {
    .elementor-element.cont--btns.e-con.e-con {
       --margin-top: 16px;
        --margin-bottom: 32px;
    }
}
/* CONTAINER SERVICES & ONDERDELEN */
@media (min-width:768px) and (max-width:1024px) {
    .cont--services-onderdelen .cont-column-button-blocks {
        justify-content: center;
        flex-wrap: wrap;
    }
    .cont--services-onderdelen .cont-column-button-blocks > .e-con {
        min-width: 120px;
        max-width: 120px;
    }
}
.cont--services-onderdelen .cont-column-button-blocks > .e-con {
    min-width: 120px;
}
/* UITZONDERINGEN */
/* container buttons uitzondering */
.e-con > .elementor-widget-button .elementor-widget-container {
    --margin-top: 0;
}







/*--------------------------------------------------------------
## CUSTOM OPMAAK
--------------------------------------------------------------*/
/* HERO / HEADER SECTION */
body.page-template-default:not(.home) .elementor-section.elementor-element.header-section .elementor-container {
    min-height: 720px;
}

@media (min-width:1025px) and (max-width: 1440px) {
    body.page-template-default:not(.home)  .elementor-section.elementor-element.header-section .elementor-container {
        min-height: 640px;
    }  
}
@media (min-width:768px) and (max-width: 1024px) {
    body.page-template-default:not(.home)  .elementor-section.elementor-element.header-section .elementor-container {
        min-height: 460px;
    }  
}
@media (max-width: 767px) {
    body.page-template-default:not(.home)  .elementor-section.elementor-element.header-section .elementor-container {
        min-height: 240px;
    }  
}

.header-section .hero-content {
	z-index: 2 !important;
}


/* SECOND SECTION AFTER HEADER SECTION (SECTION OPZET) */
body.page-template-default:not(.home) .header-section + .elementor-section {
    padding-bottom: 80px;
}
body.page-template-default:not(.home) .header-section + .elementor-section > .elementor-container {
    margin-top: -64px;
}
@media (min-width:768px) and (max-width:1024px) {
    body.page-template-default:not(.home) .header-section + .elementor-section {
        padding-bottom: 0;
    }
    body.page-template-default:not(.home) .header-section + .elementor-section > .elementor-container {
        margin-top: 24px;
    }  
}
@media (max-width:767px) {
    body.page-template-default:not(.home) .header-section + .elementor-section {
        padding-bottom: 0;
    }
    body.page-template-default:not(.home) .header-section + .elementor-section > .elementor-container {
        margin-top: 24px;
    }  
}

@media (max-width:767px) {
	.elementor-upload-field {
	  font-size: 10px !important;
	}
}

/*  SERVICES BUTTONS */
.services-box-home .elementor-widget-heading p,
.cont-column-button-blocks .elementor-widget-heading p {
    margin-bottom: 0;
}








/*--------------------------------------------------------------
## ELEMENTOR WIDGETS OPMAAK
--------------------------------------------------------------*/
/* ELEMENTOR ICON WIDGET */
.elementor-widget .elementor-icon-list-icon i {
    /* width: 28px; */
}
.elementor-element .elementor-icon-list-item > .elementor-icon-list-text {
    /* text-transform: uppercase; */
}
.elementor-element .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(24px/2);
}
/* ELEMENTOR IMAGE WIDGET */
main .elementor-widget-image img {
    border-radius: 20px;
}

.usp-box .elementor-icon-list-item{
    min-height: 95px;
}

.usp-box .elementor-icon-list-text {
    line-height: 1.2;;
}







/*--------------------------------------------------------------
## CUSTOM PLUGIN OPMAAK
--------------------------------------------------------------*/







/*--------------------------------------------------------------
## 
--------------------------------------------------------------*/
body {
    scroll-padding: 320px !important;
}

#responsive-nav{
    transition: all 0.5s ease-in-out;
    /* position: fixed; */
    /* top: 0;
    width: 100%; */
}

#dropnav {
    position: fixed;
    width: 100%;
    transform: translateY(-90px);
    transition: transform 0.5s ease-in-out;
}

@media (max-width: 1170px) {
    #dropnav {
        display: none;
    }
}

.header-section .elementor-shape .elementor-shape-fill {
    stroke: #3B9B42;
    stroke-width: 10px;
    transform: translateY(6px);
    
}

.shape-section-green .elementor-shape-bottom .elementor-shape-fill {
    stroke: #3B9B42;
    stroke-width: 10px;
    transform: translateY(6px);
}

.vacatureslider .swiper-slide {
    border-radius: 20px !important;
}

.vacatureslider .elementor-swiper-button-prev {
    left: unset !important;
    right: 60px !important;
}

.vacatureslider .elementor-swiper-button {
    top: -60px;
    color: #003873 !important;
    font-size: 25px !important;
    background-color: #fff;
    border-radius: 40px;
    padding: 8px;
    transition: background-color 300ms ease;
}

.vacatureslider .elementor-swiper-button:hover {
    background-color: #D1DBE5 !important;
    transition: background-color 300ms ease;
}

.swiper-pagination-bullet {
    border: solid 1px #fff;
}

@media (max-width: 700px) {
    #form-field-field_cv_file {
        font-size: 12px !important;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: -20px !important;
}

.buttons-box-home .elementor-row {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center !important;
}

.services-box-home .elementor-row {
    display: flex;
    column-gap: 15px;
    row-gap: 15px;
    justify-content: center !important;
}

.services-box-home .box-button{
    height: 80px;
}

.box-button {
	box-shadow: 2px 2px 7px 5px rgba(0,0,0,0.015);
	border-radius: 10px;
	transition: all 300ms ease;
}

.box-button:hover {
	margin-top: -6px;
    margin-bottom: 6px;
	box-shadow: 4px 4px 12px 5px rgba(0,0,0,0.04);
	transition: all 300ms ease;
}


.box-button:hover #schroef-svg {
    -webkit-animation:spin 1s ease-in-out 1;
    -moz-animation:spin 1s ease-in-out 1;
    animation:spin 1s ease-in-out 1;
	transform-origin: 49.2% 56%;
}



@-moz-keyframes spin { 
    100% { -moz-transform: rotate(720deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(720deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(720deg); 
        transform:rotate(720deg); 
    } 
}

.serviceportal-pros .elementor-icon-list-item{
    padding: 15px 10px !important;
    background-color: #f9f9f9;
    border-radius: 7px;
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 8%) !important;
}

.cd-timeline-img {
    position: absolute;
    left: -5px;
    height: 50px;
    width: 50px;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.cd-timeline-content h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0f2686;
    font-family: "Univers Condensed", sans-serif;
}

.cd-timeline-content p {
	font-size: 21px;
    font-weight: 200;
    font-family: "Univers Condensed", sans-serif;
}

@media only screen and (min-width: 822px){
	.cd-timeline-content {
		padding: 2.6em !important;
	}
	
	#cd-timeline {
    	margin: 0px !important;
	}
}









@media only screen and (max-width: 800px) {
    .buttons-box-home .elementor-row .elementor-column, .services-box-home .elementor-row .elementor-column  {
         width: 30%;
    }
}

@media only screen and (max-width: 500px) {
    .buttons-box-home .elementor-row .elementor-column {
         width: 47%;
    }

    .services-box-home .elementor-row .elementor-column  {
        width: 31%;
   }
    
    .buttons-box-home .elementor-row, .services-box-home .elementor-row {
		display: flex;
		column-gap: 10px;
		row-gap: 10px;
    }

    
}

/*------------------------------------*\
    CSS GRID
\*------------------------------------*/

.parentgrid > .e-con-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    }


    
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 2 / 1 / 3 / 2; }
    .div4 { grid-area: 2 / 2 / 3 / 3; }
    .div5 { grid-area: 3 / 1 / 4 / 2; }
    .div6 { grid-area: 3 / 2 / 4 / 3; }
    .div7 { grid-area: 1 / 3 / 3 / 5; }
    .div8 { grid-area: 3 / 3 / 4 / 4; }
    .div9 { grid-area: 3 / 4 / 4 / 5; }

    @media only screen and (max-width: 822px){
        .parentgrid > .e-con-inner {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(5, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;
            }
            
            .div1 { grid-area: 1 / 1 / 2 / 2; }
            .div2 { grid-area: 1 / 2 / 2 / 3; }
            .div3 { grid-area: 2 / 1 / 3 / 2; }
            .div4 { grid-area: 2 / 2 / 3 / 3; }
            .div5 { grid-area: 3 / 1 / 4 / 2; }
            .div6 { grid-area: 3 / 2 / 4 / 3; }
            .div7 { grid-area: 4 / 1 / 5 / 2; }
            .div8 { grid-area: 4 / 2 / 5 / 3; }
            .div9 { grid-area: 5 / 1 / 6 / 3; }
    }



/*------------------------------------*\
    CTA JOURNEY
\*------------------------------------*/
.cta__journey {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
    width: 100%;
    margin-top: 3rem;
}
.cta__journey--line {
    width: 100%;
    height: 2px;
    background-color: #f9f9f9;
    display: block;
    position: absolute;
    top: 39%;
    left: 0;
}
.cta__journey--item {
    width: calc(100% / 5 - 10px);
    position: relative;
    z-index: 1;
}
.cta__journey--content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: #222c33;
}
.cta__journey--content h4 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.cta__journey--circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #003873;
    border: #f9f9f9;
    margin: 1rem 0;
}
.cta__journey--content p {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    width: 100%;
}
/* CTA RESP */
@media (max-width:1140px) {
	.cta__journey {
	    display: flex;
	    justify-content: flex-start;
	    align-items: flex-start;
	    flex-direction: column;
	    margin-top: 2rem;
	}
	.cta__journey--line {
	    height: 100%;
	    width: 2px;
	    top: 0;
	    left: 12.5px;
	}
	.cta__journey--item {
	    width: 100%;
	}
	.cta__journey--content {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.cta__journey--content h4 {
	    order: 1;
	}
	.cta__journey--circle {
	    order: 0;
	    margin-right: 20px;
	    transform: translateY(15px);
        background-color: #003873;
        border-color: #003873;
	}
	.cta__journey--content p {
	    order: 2;
	    width: 100%;
	    text-align: left;
	    margin-left: 45px;
	    margin-top: -10px;
	}
}




/*------------------------------------*\
    FORMULIEREN
\*------------------------------------*/
@media (min-width:768px) {
	.elementor-form[name="Sollicitatie formulier"] .elementor-field-type-submit {
		order: 10;
	}
	.elementor-form[name="Sollicitatie formulier"] .elementor-field-group-field_3ed5c01 {
		order: 10;
	}
}

/* Job offer */

.type-job {
    border-bottom: solid 2px #f9f9f92b;
}

.type-job:last-child {
    border-bottom: unset;
}