/*
Theme Name: Astra Child
Author: Monkey Vision
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


:root {
    --primary: #FF2D54;
    --secondary: #640FC6;
    --accent: #100411;

    --gradient-1: linear-gradient(90deg, rgba(255,97,49,1) 0%, rgba(255,45,84,1) 48%, rgba(255,23,154,1) 100%);
    --gradient-2: linear-gradient(135deg, rgba(153,64,255,1) 0%, rgba(110,22,212,1) 100%);;
}


/* #region ALGEMEEN */
/****************************************** ALGEMEEN ******************************************/
html {
    overflow-x:hidden;
}

#elementor-add-new-section {
    z-index: 999;
}

a:focus {
    outline: none;
}

@media screen and (min-width: 1024px) {
    main .entry-content  > div > section:first-of-type {
        margin-top: -95px !important;
    }
}

@media screen and (max-width: 1024px) {
    main .entry-content  > div > section:first-of-type {
        margin-top: -85px !important;
    }
}


/********** FONT **********/
@media screen and (max-width: 1024px) {
    h1 {
        font-size: 65px !important;
        line-height: 75px !important;
    }

    
    h2,
    .single-vacature .elementor-widget-theme-post-content h2 {
        font-size: 45px !important;
        line-height: 55px !important;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 52px !important;
        line-height: 62px !important;
    }

    h2,
    .single-vacature .elementor-widget-theme-post-content h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
}

@media screen and (max-width: 550px) {
    h1 {
        font-size: 42px !important;
        line-height: 52px !important;
    }

    h2,
    .single-vacature .elementor-widget-theme-post-content h2 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .elementor-widget-text-editor p {
        font-size: 17px !important;
        line-height: 25px;
    }
}

/********** OPACITY TEXT **********/
table td,
.elementor-widget-nav-menu nav li a,
.elementor-widget-icon-list span,
.elementor-widget-text-editor p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.elementor-widget-text-editor p b,
.elementor-widget-text-editor p strong {
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 600 !important;
}


/********** BUTTONS **********/
/***** PRIMARY *****/
.gform_wrapper.gravity-theme .gform_footer input,
.searchandfilter ul li.sf-field-reset a,
.elementor-widget-button.primary a {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    border-radius: 18px;
    background: var(--gradient-1);
    padding: 16px 35px;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
    background-color: #DB1B3F;
}

.gform_wrapper.gravity-theme .gform_footer input:hover,
.searchandfilter ul li.sf-field-reset a:hover,
.elementor-widget-button.primary a:hover {
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
    background: -webkit-gradient(linear, left top, right top, from(#DB1B3F), color-stop(48%, #DB1B3F), to(#DB1B3F));
    background: -o-linear-gradient(left, #DB1B3F 0%, #DB1B3F 48%, #DB1B3F 100%);
    background: linear-gradient(90deg, #DB1B3F 0%, #DB1B3F 48%, #DB1B3F 100%);
    -webkit-box-shadow: 0px 16px 55px rgba(255, 45, 84, .65);
            box-shadow: 0px 16px 55px rgba(255, 45, 84, .65);
}

/***** SECONDARY *****/
.searchandfilter ul li input[type="submit"],
.elementor-widget-button.secondary a {
    font-size: 21px;
    font-weight: 600;
    border-radius: 18px;
    background: var(--gradient-2);
    padding: 16px 35px;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
    background-color: #640FC6;
}
.searchandfilter ul li.sf-field-reset a {
	color: #FFFFFF;
	font-family: "Dosis", Sans-serif;
	text-decoration:none;
}
.searchandfilter ul li input[type="submit"]:hover,
.elementor-widget-button.secondary a:hover {
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
    background: -webkit-gradient(linear, left top, right top, from(#640FC6), color-stop(48%, #640FC6), to(#640FC6));
    background: -o-linear-gradient(left, #640FC6 0%, #640FC6 48%, #640FC6 100%);
    background: linear-gradient(90deg, #640FC6 0%, #640FC6 48%, #640FC6 100%);
    -webkit-box-shadow: 0px 16px 55px rgba(153, 64, 255, .16);
            box-shadow: 0px 16px 55px rgba(153, 64, 255, .16);
}


/********** AFTER TEXT LOW DASH **********/
.elementor-widget-heading h1::after,
.elementor-widget-heading h2::after,
.single-vacature .elementor-widget-theme-post-content h2:after,
footer .elementor-widget-heading p.elementor-heading-title::after {
    content: "_";
    display: inline-block;
    margin-left: 7px;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}


/********** BACKGROUND BORDER LINES **********/
/* section > .elementor-container {
    z-index: 1;
}

.single-vacature #main:before,
.entry-content::before {
    content: "";
    width: 1230px;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}

.single-vacature #main:after,
.entry-content::after{
    content: "";
    width: 120px;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}



@media screen and (min-width: 1024px) and (max-width: 1270px) {
    .single-vacature #main:before,
    .entry-content::before {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 1024px) {
    .single-vacature #main:before,
    .entry-content::before {
        width: 635px;
    }
    
    .single-vacature #main:after,
    .entry-content::after{
        width: 60px;
    }
}
    
@media screen and (max-width: 670px) {
    .single-vacature #main:before,
    .entry-content::before {
        width: calc(100% - 40px);
    }

    .single-vacature #main:after,
    .entry-content::after{
        width: 40px;
    }
} */


/********** BANNER LEFT/RIGHT AND TEXT LEFT/RIGHT **********/
/***** BANNER RIGHT *****/
section.banner-right > .elementor-container > .elementor-column:first-of-type {
    max-width: calc(1290px / 2);
    margin-left: auto;
}

section.banner-right > .elementor-container > .elementor-column:last-of-type {
    min-height: 850px;
}

section.banner-right > .elementor-container > .elementor-column:last-of-type > div {
    border-top-left-radius: 120px;
    width: calc(100% - 50px);
    margin-left: auto;
}

/***** BANNER LEFT *****/
section.banner-left > .elementor-container > .elementor-column:last-of-type {
    max-width: calc(1290px / 2);
    margin-left: auto;
}

section.banner-left > .elementor-container > .elementor-column:first-of-type {
    min-height: 850px;
}

section.banner-left > .elementor-container > .elementor-column:first-of-type > div {
    border-top-right-radius: 120px;
    width: calc(100% - 60px);
    margin-right: auto;
}

@media screen and (max-width: 1300px) {
    section.banner-left > .elementor-container > .elementor-column:first-of-type,
    section.banner-right > .elementor-container > .elementor-column:last-of-type {
        min-height: auto;
    }

    section.banner-right > .elementor-container > .elementor-column:last-of-type > div,
    section.banner-left > .elementor-container > .elementor-column:first-of-type > div {
        width: 100%;
    }
}

@media screen and (max-width: 1260px) {
    section.banner-right > .elementor-container > .elementor-column:first-of-type > div {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 1024px) {
    section.banner-left,
    section.banner-right {
        padding: 0 20px !important;    
    }

    section.banner-left > .elementor-container,
    section.banner-right > .elementor-container {
        max-width: 650px !important;   
    }

    section.banner-right > .elementor-container > .elementor-column,
    section.banner-left > .elementor-container > .elementor-column {
        width: 100%;
    }

    section.banner-left > .elementor-container > .elementor-column:last-of-type,
    section.banner-right > .elementor-container > .elementor-column:first-of-type {
        margin: 0 auto;
    }

    section.banner-right > .elementor-container > .elementor-column:first-of-type {
        padding: 0 5px !important;
    }

    section.banner-left > .elementor-container > .elementor-column:last-of-type .elementor-widget-text-editor,
    section.banner-right > .elementor-container > .elementor-column:first-of-type .elementor-widget-text-editor {
        max-width: 100% !important;
        width: 100% !important;
    }

    section.banner-left > .elementor-container > .elementor-column:first-of-type,
    section.banner-right > .elementor-container > .elementor-column:last-of-type {
        min-height: 500px;
        padding: 0 10px !important;
    }

    section.banner-left > .elementor-container > .elementor-column:first-of-type,
    section.banner-right > .elementor-container > .elementor-column:last-of-type .elementor-widget-heading > div {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 680px) {
    section.banner-left > .elementor-container > .elementor-column:first-of-type,
    section.banner-right > .elementor-container > .elementor-column:last-of-type,
    section.banner-left > .elementor-container > .elementor-column:last-of-type,
    section.banner-right > .elementor-container > .elementor-column:first-of-type {
        padding: 0px !important;
    }
}

@media screen and (max-width: 550px) {
    section.banner-left > .elementor-container > .elementor-column:first-of-type,
    section.banner-right > .elementor-container > .elementor-column:last-of-type {
        min-height: 450px;
    }
}

@media screen and (max-width: 450px) {
    section.banner-left > .elementor-container > .elementor-column:first-of-type,
    section.banner-right > .elementor-container > .elementor-column:last-of-type {
        min-height: 350px;
    }
}


/********** SUBHERO **********/
section.subhero::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/gradient_header_top_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
    width: 1400px;
    height: 1500px;
    z-index: 2;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

section.subhero:after {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(16,4,17,1)), color-stop(10%, rgba(16,4,17,1)), to(rgba(16,4,17,0)));
    background: -o-linear-gradient(bottom, rgba(16,4,17,1) 0%, rgba(16,4,17,1) 10%, rgba(16,4,17,0) 100%);
    background: linear-gradient(0deg, rgba(16,4,17,1) 0%, rgba(16,4,17,1) 10%, rgba(16,4,17,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30%;
    z-index: 0;
}

section.subhero .elementor-container {
    z-index: 3;
}

@media screen and (max-width: 1400px) {
    section.subhero::before {
        width: 900px;
        height: 1000px;
    }
}

@media screen and (min-width: 1024px) {
    section.subhero > .elementor-container > .elementor-column {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1024px) {
    section.subhero::before {
        width: 600px;
        height: 700px;
    }

    section.subhero > .elementor-container > .elementor-column {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    section.subhero::before {
        width: 500px;
        height: 600px;
    }
}


/********** GLOW BACKGROUND **********/
section.glow-left::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/gradient_left.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1300px;
    height: 2000px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (max-width: 1400px) {
    section.glow-left::before {
        width: 1000px;
        height: 1500px;
    }
}

@media screen and (max-width: 1024px) {
    section.glow-left::before {
        width: 650px;
        height: 1000px;
        -webkit-transform: translateY(-25%);
            -ms-transform: translateY(-25%);
                transform: translateY(-25%);
    }
}

@media screen and (max-width: 767px) {
    section.glow-left::before {
        width: 500px;
        height: 750px;
    }
}


/* #endregion */


/* #region HEADER */
/****************************************** HEADER ******************************************/
header {
    width: 92.5%;
    border-bottom-right-radius: 40px;
    background-color: rgba(0, 0, 0, .25) !important;
    -webkit-backdrop-filter: blur(30px) brightness(105%);
            backdrop-filter: blur(30px) brightness(105%);
}

.elementor-location-header .mobile-switch .elementor-icon-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header .header-menu li.menu-item  a,
header .header-menu li a {
    will-change: color, font-weight;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}

header .header-menu li.current-menu-item  a,
header .header-menu li a:hover {
    color: #fff !important;
    font-weight: 500 !important;
}

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

@media screen and (max-width: 1024px) {
    header .mobile-switch {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }

    header {
        width: 97%;
    }

    header > .elementor-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /*** OFF CANVAS MENU ***/
    .elementor-widget-nav-menu nav li a{
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    .elementor-widget-nav-menu nav li.current-menu-item a,
    .elementor-widget-nav-menu nav li a:hover {
        background-color: transparent !important;
        color: #fff !important;
        font-weight: 500;
    }

    .elementor-widget-nav-menu nav ul > li:last-of-type {
        display: none !important;
    }

    .elementor-popup-modal i.eicon-close {
        font-size: 18px;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    header {
        border-bottom-right-radius: 25px;
    }
}

@media screen and (max-width: 450px) {
    header .elementor-widget-button {
        display: none !important;
    }
}

/* #endregion */


/* #region FOOTER */
/****************************************** FOOTER ******************************************/
/***** TABLE *****/
footer table tr td {
    padding: 0px;
}

footer table,
footer table tr,
footer table tr td {
    border: none !important;
}

footer .elementor-widget-nav-menu nav li a,
footer .elementor-widget-icon-list a .elementor-icon-list-text {
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}

footer .elementor-widget-nav-menu nav li a:hover,
footer .elementor-widget-icon-list a:hover .elementor-icon-list-text {
    color: var(--primary) !important;
}

/***** ABSOLUTE FOOTER *****/
footer .monkey-footer > .elementor-container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .monkey-footer .elementor-widget-text-editor > div,
footer .monkey-footer p {
    color: rgba(255, 255, 255, 0.75) !important;
}

footer .monkey-footer p a {
    color: #fff !important;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}

footer .monkey-footer p a:hover {
    color: var(--primary) !important;
}

footer > .elementor-section {
    z-index: 2;
}

/*** SOCIAL ICONS ***/
footer .elementor-social-icon svg,
footer .elementor-social-icon svg path {
    fill:rgba(255, 255, 255, .35) !important;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}

footer .elementor-social-icon svg:hover,
footer .elementor-social-icon svg:hover path {
    fill:var(--primary) !important;
}

@media screen and (max-width: 1024px) {
    footer > .elementor-section {
        max-width: 650px !important;
        margin: 0 auto;
    }

    footer > .elementor-section.main-footer .elementor-column {
        width: 50% !important;
    }

    footer > .elementor-section.monkey-footer .elementor-column {
        width: 100% !important;
    }

    footer > .elementor-section.monkey-footer > .elementor-container > .elementor-column:first-of-type > div {
        padding-bottom: 0px !important;
    }

    footer > .elementor-section.monkey-footer .elementor-column > div {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    footer > .elementor-section.monkey-footer .elementor-column > div p {
        text-align: center;
    }

    footer > .elementor-section .elementor-column ul.elementor-nav-menu li a {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }

    footer > .elementor-section.main-footer {
        padding: 75px 10px 25px 10px !important;
    }
}

@media screen and (max-width: 550px) {
    footer > .elementor-section.main-footer .elementor-column {
        width: 100% !important;
    }

    footer .elementor-widget-icon-list li a, 
    footer > .elementor-section .elementor-column ul.elementor-nav-menu li a {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    footer .elementor-social-icons-wrapper,
    footer .elementor-widget-text-editor > div,
    footer .elementor-widget-image > div,   
    footer p.elementor-heading-title {
        text-align: center;
    }

    footer table {
        width: 210px;
        margin: 0 auto;
        text-align: left;
    }
}

/* #endregion */


/* #region TEMPLATES */
/****************************************** TEMPLATES ******************************************/
/********** QUOTE SLIDER **********/
section.quotes .quotes-slider .owl-stage-outer {
	overflow: visible;
}

section.quotes .quotes-slider .owl-item:not(.active) {
	visibility: hidden;
}

section.quotes .quotes-slider .owl-item.active {
	visibility: visible;
}

section.quotes .quotes-slider .owl-item p {
    color: #fff !important;
}

section.quotes .quotes-slider .owl-item .elementor-column  > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

section.quotes .quotes-slider .owl-item .elementor-column  > div .elementor-widget-text-editor strong::before,
section.quotes .quotes-slider .owl-item .elementor-column  > div .elementor-widget-text-editor strong::after {
    content: "";
    width: 60px;
    height: 50px;
    background-image: url(/wp-content/uploads/2022/09/icon_quote.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

section.quotes .quotes-slider .owl-item .elementor-column  > div .elementor-widget-text-editor strong::before {
    left: 50px;
    top: -40px;
}

section.quotes .quotes-slider .owl-item .elementor-column  > div .elementor-widget-text-editor strong::after {
    right: 25%;
    bottom: -11px;
}


@media screen and (max-width: 1024px) {
    section.quotes .quotes-slider .elementor-widget-text-editor {
        font-size: 70px;
        line-height: 75px;
		margin-bottom: 33px;
    }
}

@media screen and (max-width: 768px) {
	section.quotes .quotes-slider .elementor-widget-text-editor {
        font-size: 60px;
        line-height: 65px;
    }
	
    section.quotes .quotes-slider .owl-item .elementor-column  > div .elementor-widget-text-editor strong::before,
    section.quotes .quotes-slider .owl-item .elementor-column  > div .elementor-widget-text-editor strong::after {
        width: 40px;
        height: 35px;
    }

    section.quotes .quotes-slider .owl-item .elementor-column  > div .elementor-widget-text-editor strong::before {
        left: 15px;
    }
    
    section.quotes .quotes-slider .owl-item .elementor-column  > div .elementor-widget-text-editor strong::after {
        bottom: -30px;
		right: 10%;
    }
}

@media screen and (max-width: 550px) {
	section.quotes .quotes-slider .owl-item p {
		font-size: 40px !important;
		line-height: 45px !important;
	}
}


/********** REVIEWS **********/
.reviews .elementor-main-swiper {
    width: 100% !important;
}

.reviews .swiper-slide {
    border: none !important;
    background-color: rgba(29, 17, 30, 0.45) !important;
    -webkit-backdrop-filter: blur(30px) brightness(150%);
            backdrop-filter: blur(30px) brightness(150%);
    border-radius: 60px 60px 60px 0 !important;
}

.reviews .swiper-slide > div {
    padding: 40px 45px;
}

.reviews .swiper-slide .elementor-testimonial__header {
    border: none !important;
    padding: 0px !important;
    margin-bottom: 10px;
}

.reviews .swiper-slide .elementor-testimonial__header .elementor-testimonial__cite {
    margin-left: 0px !important;
	flex-direction: column-reverse !important;
}

.reviews .swiper-slide .elementor-testimonial__content {
    padding: 0px !important;
}

.reviews .swiper-slide .elementor-testimonial__content .elementor-testimonial__text,
.reviews .swiper-slide .elementor-testimonial__header .elementor-testimonial__title {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.reviews .swiper-slide .elementor-testimonial__header .elementor-testimonial__title {
	font-weight: bold !important;
}


.reviews .swiper-slide .elementor-testimonial__header .elementor-testimonial__icon,
.reviews .swiper-slide .elementor-testimonial__header .elementor-testimonial__name,
.reviews .swiper-slide .elementor-testimonial__header .elementor-testimonial__image {
    display: none !important
}

@media screen and (max-width: 1366px) {
    .reviews .elementor-main-swiper {
        max-width: 1000px !important;
    }
}

@media screen and (max-width: 1024px) {
    .reviews .elementor-main-swiper {
        max-width: 500px !important;
    }
}

@media screen and (max-width: 550px) {
    .reviews .swiper-slide > div {
        padding: 30px 35px;
    }

    .reviews .swiper-slide {
        border-radius: 40px 40px 40px 0 !important;
    }
}


/*** PAGINATION ***/
.reviews .swiper-pagination {
    bottom: -10px;
}

.reviews .swiper-pagination-bullet {
    margin: 0 4px !important;
}

.reviews .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: .15 !important;
}


/********** CONTACT **********/
section#contact .elementor-widget-icon-list a {
    text-decoration: none !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

section#contact .elementor-widget-icon-list a .elementor-icon-list-text {
    font-weight: 400;
    color: #fff !important;
}

section#contact .elementor-widget-icon-list a:hover .elementor-icon-list-text {
    color: var(--primary) !important;
}

section#contact > .elementor-container > .elementor-column:last-of-type > div {
    max-width: calc(100% - 50px);
    margin-left: auto;
}

@media screen and (max-width: 1366px) {
    section#contact {
        margin-top: 75px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 1024px) {
    section#contact {
        margin-top: 50px !important;
        margin-bottom: 75px !important;
    }

    section#contact > .elementor-container {
        max-width: 650px !important;
        row-gap: 25px;
    }
    section#contact > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    section#contact > .elementor-container > .elementor-column:last-of-type > div {
        max-width: 100%;
    }

    section#contact .elementor-widget-text-editor {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    section#contact {
        margin-top: 25px !important;
        margin-bottom: 50px !important;
    }
}


/********** PROCESS **********/
section.process > .elementor-container {
    -webkit-column-gap: 50px !important;
       -moz-column-gap: 50px !important;
            column-gap: 50px !important;
}

section.process > .elementor-container > .elementor-column {
    background-color: rgba(29, 17, 30, .45) !important;
    -webkit-backdrop-filter: blur(30px) brightness(150%);
            backdrop-filter: blur(30px) brightness(150%);
    border-radius: 60px 60px 60px 0;
}

section.process > .elementor-container > .elementor-column > div {
    padding: 40px !important;
}

section.process > .elementor-container > .elementor-column .elementor-widget-text-editor p strong {
    color: var(--primary) !important;
    font-size: 18px !important;
    text-transform: uppercase;
}

section.process > .elementor-container > .elementor-column .elementor-widget-text-editor h4 {
    color: #fff;
    font-size: 28px !important;
    text-transform: uppercase;
    margin: -7px 0px 15px 0px;
}

section.process > .elementor-container > .elementor-column .elementor-widget-text-editor h4 + p {
    font-size: 18px !important;
    line-height: 26px;
}

section.process > .elementor-container > .elementor-column:first-of-type {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(153,64,255,1)), to(rgba(110,22,212,1)));
    background: -o-linear-gradient(top, rgba(153,64,255,1) 0%, rgba(110,22,212,1) 100%);
    background: linear-gradient(180deg, rgba(153,64,255,1) 0%, rgba(110,22,212,1) 100%);
}

section.process > .elementor-container > .elementor-column:first-of-type .elementor-widget-text-editor p strong {
    color: #fff;
    opacity: 0.5;
}

@media screen and (max-width: 1500px) {
    section.process > .elementor-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-column-gap: 0px !important;
           -moz-column-gap: 0px !important;
                column-gap: 0px !important;
        max-width: 1000px !important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 30px;
    }

    section.process > .elementor-container > .elementor-column {
        width: 47% !important;
    }

    section.process > .elementor-container > .elementor-column:first-of-type {
        margin-right: 1.5%;
    }

    section.process > .elementor-container > .elementor-column:nth-child(2) {
        margin-left: 1.5%;
    }
}

@media screen and (max-width: 1024px) {
    section.process > .elementor-container {
        max-width: 500px !important;
        row-gap: 25px;
    }

    section.process > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    section.process > .elementor-container > .elementor-column:first-of-type {
        margin-right: 0%;
    }

    section.process > .elementor-container > .elementor-column:nth-child(2) {
        margin-left: 0%;
    }
}

@media screen and (max-width: 550px) {
    section.process > .elementor-container > .elementor-column {
        border-radius: 40px 40px 40px 0;
    }

    section.process > .elementor-container > .elementor-column > div {
        padding: 30px !important;
    }
}




/* #endregion */


/* #region BLOG */
/****************************************** BLOG ******************************************/
.column-url,
.column-url *{
    position:absolute;
    height:100%;
    width:100%;
    z-index:2;
    opacity:0;
}

/* #endregion */


/* #region CAROUSEL */
/****************************************** OWL CAROUSEL ******************************************/
.owl-carousel {
    display:block!important;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    user-select: none;
    pointer-events: none;
}

.owl-carousel .owl-nav button{
    height: 80px;
    width: 100px;
    background-repeat:no-repeat!important;
    background-size:contain!important;
    background-position:center!important;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
    pointer-events: all;
    user-select: all;
}
.owl-carousel .owl-nav button span{
    display:none;
}
.owl-carousel .owl-nav .owl-prev{
    background-image:url('/wp-content/uploads/2022/09/icon-left.svg')!important;
}
.owl-carousel .owl-nav .owl-next{
    background-image:url('/wp-content/uploads/2022/09/icon-right.svg')!important;
    float: right;
}
.owl-carousel .owl-nav .owl-prev:hover{
    background-image:url('/wp-content/uploads/2022/09/icon-left-active.svg')!important;
}
.owl-carousel .owl-nav .owl-next:hover{
    background-image:url('/wp-content/uploads/2022/09/icon-right-active.svg')!important
}


@media screen and (max-width: 1250px) {
    .owl-carousel .owl-nav {
        bottom: 0;
        top: auto;
        width: 250px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .owl-carousel .owl-stage-outer {
        margin-bottom: 45px !important;
    }
}
@media screen and (max-width: 767px) {
    .owl-carousel .owl-nav {
        width: 175px;
    }

    .owl-carousel .owl-nav button {
        height: 50px;
        width: 65px;
    }    
}


/* #endregion */


/* #region FORMULIER */
/****************************************** GRAVITY FORMS **************************************************/
.searchandfilter input[type="text"],
.gform_body input,
.gform_body select,
.gform_body textarea {
    padding: 14px 25px !important;
    background-color: rgba(29, 17, 30, .45) !important;
    -webkit-backdrop-filter: blur(30px) brightness(150%);
            backdrop-filter: blur(30px) brightness(150%);
    border: none;
    border-radius: 19px;
    font-size: 19px !important;
    color: #fff !important;
    font-family: "Dosis", Sans-serif;
}

.gform_body textarea {
    height: 150px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 19px !important;
    color: #fff;
    text-transform: lowercase;
    margin-bottom: 5px !important;
}

.gform_body input:focus,
.gform_body select:focus,
.gform_body textarea:focus {
    background-color: rgba(29, 17, 30, .45) !important;
}

.gform_body input::-webkit-input-placeholder, .gform_body select::-webkit-input-placeholder, .gform_body textarea::-webkit-input-placeholder {
    color: #fff !important;
}

.gform_body input::-moz-placeholder, .gform_body select::-moz-placeholder, .gform_body textarea::-moz-placeholder {
    color: #fff !important;
}

.gform_body input:-ms-input-placeholder, .gform_body select:-ms-input-placeholder, .gform_body textarea:-ms-input-placeholder {
    color: #fff !important;
}

.gform_body input::-ms-input-placeholder, .gform_body select::-ms-input-placeholder, .gform_body textarea::-ms-input-placeholder {
    color: #fff !important;
}

.gform_body input::placeholder,
.gform_body select::placeholder,
.gform_body textarea::placeholder {
    color: #fff !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.gform_wrapper.gravity-theme .gform_footer input{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.gform_wrapper.gravity-theme .gfield.upload > .ginput_container_fileupload input,
.gform_wrapper.gravity-theme .gfield.upload > .ginput_container_fileupload:not(.show) span {
    display: none;
}

.gform_wrapper.gravity-theme .gfield.upload > .ginput_container_fileupload span {
    margin-top: 0px;
    padding-top: 0px;
}

.gform_wrapper.gravity-theme .gfield.upload > label {
    width: 100%;
}

.gform_wrapper.gravity-theme .gfield.upload > label::after {
    content: "Upload bestand";
    padding: 14px 25px !important;
    background-color: rgba(29, 17, 30, 0.3) !important;
    -webkit-backdrop-filter: blur(30px) brightness( 150%);
            backdrop-filter: blur(30px) brightness( 150%);
    border: none;
    border-radius: 19px;
    font-family: "Dosis", Sans-serif;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    font-weight: 200;
    color: rgba(255, 255, 255, 0.2);
    background-image: url(/wp-content/uploads/2022/09/upload-icon.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 92% 50%;
    cursor: pointer;
}

@media screen and (max-width: 641px) {
    .gform_wrapper.gravity-theme .gform_footer input {
        line-height: initial !important;
        min-height: auto !important;
    }
}

@media screen and (max-width: 544px) {
    .gform_wrapper.gravity-theme .gform_footer input {
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
    }
}

/********** VALIDATIE **********/

  

/* #endregion */


/* #region HOMEPAGINA */
/****************************************** HOMEPAGINA ******************************************/
/********** HERO **********/
section.hero > .elementor-background-video-container {
    z-index: -1;
}

section.hero > .elementor-background-video-container::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/gradient_header_top_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
    width: 1400px;
    height: 1500px;
    z-index: 1;
}

section.hero > .elementor-background-video-container::after {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(16,4,17,1)), color-stop(10%, rgba(16,4,17,1)), to(rgba(16,4,17,0)));
    background: -o-linear-gradient(bottom, rgba(16,4,17,1) 0%, rgba(16,4,17,1) 10%, rgba(16,4,17,0) 100%);
    background: linear-gradient(0deg, rgba(16,4,17,1) 0%, rgba(16,4,17,1) 10%, rgba(16,4,17,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30%;
    z-index: 1;
}

section.hero > .elementor-container::after {
    content: "";
    height: 60px;
    width: 2px;
    background-color: transparent;
    opacity: .15;
    position: absolute;
    left: 50%;
    bottom: -30px;
}

@media screen and (min-width: 850px) {
	section.hero .elementor-container .elementor-widget-button.first {
		margin-right: 10px;
	}

	section.hero .elementor-container .elementor-widget-button.first + .elementor-widget-button {
		margin-left: 10px;
	}
	
	section.hero .elementor-container .elementor-widget-button.aandraagbonus a{
		transform: translatex(-10px);
	}
}

section.hero .elementor-container .elementor-widget-button a {
	width: 100% !important;
	max-width: 300px !important;
}

@media screen and (max-width: 1400px) {
    section.hero > .elementor-background-video-container::before {
        width: 900px;
        height: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    section.subhero .elementor-widget-heading p,
    section.hero .elementor-widget-heading p {
        font-size: 42px !important;
    }

    section.hero > .elementor-background-video-container::before {
        width: 600px;
        height: 700px;
    }
}

@media screen and (max-width: 850px){
	section.hero .elementor-container .elementor-widget-button {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
    }
	
	section.hero .elementor-container .elementor-widget-button.aandraagbonus > div {
		margin-top: 0px !important;
	}
	
	section.hero .elementor-container .elementor-widget-button .elementor-button-wrapper {
		text-align: center;
    }
}

@media screen and (max-width: 767px) {
    section.hero {
        height: 100vh !important;
    }

    section.hero .elementor-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100% !important;
    }

    section.subhero .elementor-widget-heading p,
    section.hero .elementor-widget-heading p {
        font-size: 32px !important;
    }

    section.hero > .elementor-background-video-container::before {
        width: 500px;
        height: 600px;
    }
}

@media screen and (max-width: 550px) {
    section.subhero .elementor-widget-heading p,
    section.hero .elementor-widget-heading p {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 400px) {
    section.hero .elementor-container .elementor-widget-button {
        width: 100% !important;
        text-align: center;
    }

    section.hero .elementor-container .elementor-widget-button .elementor-widget-container {
        margin: 0 !important;
    }
}


/********** ANIMATED BACKGROUND **********/
section.animated-bg .elementor-html5-video {
    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 2800px) {
    section.animated-bg .elementor-container {
        min-height: 900px !important;
    }
}

@media screen and (min-width: 2400px) and (max-width: 2800px) {
    section.animated-bg .elementor-container {
        min-height: 750px !important;
    }
}

@media screen and (max-width: 1600px) {
    section.animated-bg .elementor-container {
        min-height: 525px !important;
    }
}

@media screen and (max-width: 1300px) {
    section.animated-bg .elementor-container {
        min-height: 400px !important;
    }
}

@media screen and (max-width: 1024px) {
    section.animated-bg .elementor-container {
        min-height: 325px !important;
    }
}

@media screen and (max-width: 767px) {
    section.animated-bg .elementor-container {
        min-height: 250px !important;
    }
}

@media screen and (max-width: 600px) {
    section.animated-bg .elementor-container {
        min-height: 200px !important;
    }
}


/********** SECTION TRANSFORM UP **********/
@media screen and (min-width: 1300px) {   
    section.transform-up > .elementor-container > .elementor-column {
        margin-top: -170px !important;
    }
}

@media screen and (max-width: 1024px) {   
    section.transform-up > .elementor-container {
        margin-top: -100px !important;
    }
}

@media screen and (max-width: 767px) {   
    section.transform-up > .elementor-container {
        margin-top: -50px !important;
    }
}

/********** QUOTES WRAPPER **********/
section.quotes-wrapper.glow::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/gradient_left.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1300px;
    height: 2000px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
}

section.quotes-wrapper.glow.up::before {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (max-width: 1400px) {
    section.quotes-wrapper.glow::before {
        width: 1000px;
        height: 1500px;
    }
}

@media screen and (max-width: 1024px) {
    section.quotes-wrapper.glow::before {
        width: 650px;
        height: 1000px;
        -webkit-transform: translateY(-25%);
            -ms-transform: translateY(-25%);
                transform: translateY(-25%);
    }
}

@media screen and (max-width: 767px) {
    section.quotes-wrapper.glow::before {
        width: 500px;
        height: 750px;
    }
}

/********** CONTACT WRAPPER **********/
section.contact-wrapper::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/gradient_footer_bottom_right.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1200px;
    height: 1300px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

@media screen and (max-width: 1400px) {
    section.contact-wrapper::before {
        width: 900px;
        height: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    section.contact-wrapper::before {
        width: 600px;
        height: 700px;
    }
}

@media screen and (max-width: 767px) {
    section.contact-wrapper::before {
        width: 500px;
        height: 600px;
    }
}


/* #endregion */


/* #region VACATURES */
/****************************************** VACATURES ******************************************/
/********** VACATURE THUMB **********/
.vacature-item > .elementor-widget-wrap {
    padding: 45px 50px !important;
    border-radius: 60px 60px 60px 0;
    background-color: rgba(29, 17, 30, 0.45) !important;
    -webkit-backdrop-filter: blur(30px) brightness( 150%);
            backdrop-filter: blur(30px) brightness( 150%);

}

.vacature-item .elementor-widget-text-editor .elementor-widget-container {
    color: rgba(255, 255, 255, 0.8) !important;
}

.vacature-item h4 a {
    text-decoration: none !important;
}

.vacature-item .elementor-widget-heading.company p:before {
    content: "@";
    margin-right: 3px;
    display: inline-block;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

.vacature-item .elementor-widget-icon-list span.elementor-icon-list-text {
    color: #fff !important;
}

@media screen and (max-width: 550px) {
    .vacature-item > .elementor-widget-wrap {
        padding: 35px 40px !important;
        border-radius: 40px 40px 40px 0;
    }
}

@media screen and (max-width: 550px) {
    .vacature-item > .elementor-widget-wrap {
        padding: 35px 40px !important;
        border-radius: 40px 40px 40px 0;
    }
}

@media screen and (max-width: 400px) {
    .vacature-item > .elementor-widget-wrap {
        padding: 25px 30px !important;
    }
}


/********** FILTER **********/
.searchandfilter {
    margin-top: 35px !important;
}

.searchandfilter ul {
    margin-left: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}

.searchandfilter ul li {
    padding: 0px !important;
}

.searchandfilter ul li input[type="text"] {
    width: 325px !important;
    background-color: rgba(29, 17, 30, .75) !important;
    -webkit-backdrop-filter: blur(30px) brightness(150%);
            backdrop-filter: blur(30px) brightness(150%);
}

@media screen and (max-width: 767px) {
    .searchandfilter {
        margin-top: 15px !important;
    }

    .searchandfilter ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        row-gap: 10px;
    }
}


/********** OVERVIEW PAGE CONTENT **********/
section.vacatures-wrapper {
    z-index: 2;
}
/* .vacatures-wrapper .elementor-column:nth-child(2) {
	width:100%;
} */
.vacatures-wrapper .filter-col {
	max-width:250px
}
.vacatures-wrapper .results-col {
	width:100%;
}

.vacatures-wrapper .searchandfilter  ul{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
	gap:0px!important;
}
.vacatures-wrapper .searchandfilter > ul > li {
	margin-bottom:35px;
}
.vacatures-wrapper .searchandfilter  h4 {
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:18px;
	line-height:25px;
	font-weight:700;
}
.vacatures-wrapper .searchandfilter  ul ul li {
	color: #FFFFFFCC;
}
.vacatures-wrapper .searchandfilter  ul li[data-sf-field-input-type="checkbox"] ul input{
	display:none;
}
.vacatures-wrapper .searchandfilter  ul li[data-sf-field-input-type="checkbox"] ul li label {
	display:flex;
	align-items:center;
}
.vacatures-wrapper .searchandfilter  ul li[data-sf-field-input-type="checkbox"] ul li label:before {
	content:'';
	display:inline-flex;
	height:20px;
	width:20px;
	margin-right: 15px;
	border-radius:6px;
	background-color:#FFFFFF15;
	transition:background-color 500ms, background-image 500ms;
	will-change: background-color, background-image;
}
.vacatures-wrapper .searchandfilter  ul li[data-sf-field-input-type="checkbox"] ul li.sf-option-active label:before {
	background-image:url(/wp-content/uploads/2023/01/checkmark_white.svg);
	background-color:#FF2D54;
	background-repeat:no-repeat;
	background-position:center;
	background-size:15px;
}
.vacatures-wrapper .searchandfilter  .select2 {
	width:100%!important;
}
.vacatures-wrapper .searchandfilter  .sf-input-select,
.vacatures-wrapper .searchandfilter  .select2-container--default .select2-selection--single{
	background-color:#FFFFFF15;
	border:none;
	border-radius:19px;
	padding: 10px 15px;
}
.vacatures-wrapper .searchandfilter  .select2-container--default .select2-selection--single {
	height:52px;
}
.vacatures-wrapper .select2-selection__arrow {
	height:15px!important;
	width:15px!important;
    top: 16px!important;
    right: 15px!important;
	background-image:url(/wp-content/uploads/2023/01/Icon-ionic-ios-arrow-down.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:15px;
}
.select2-container--open .select2-dropdown {
	background-color:#100411;
}
.select2-container--open .select2-dropdown li {
	color:#FFF;
	font-family: "Dosis", Sans-serif;
	font-size:16px;
	line-height:16px;
	font-weight:500;
}
.vacatures-wrapper .select2-selection__arrow b,
.vacatures-wrapper .elementor-accordion-icon,
.vacatures-wrapper .elementor-tab-title {
	display:none!important;
}
.vacatures-wrapper .elementor-tab-title  {
    color: #FFFFFF;
    font-family: "Dosis", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.vacatures-wrapper .elementor-tab-title a {
	text-decoration:none;
}
.vacatures-wrapper .elementor-accordion .elementor-accordion-item,
.vacatures-wrapper .elementor-accordion .elementor-tab-content{
	border:none;
}

.vacatures-wrapper .searchandfilter {
	margin-top:0px!important;
}
.vacatures-wrapper .elementor-accordion .elementor-tab-content {
	padding: 0px;
}
@media screen and (min-width:1024px) {
.vacatures-wrapper .elementor-tab-content {
	display:block!important;
	}
}
@media screen and (max-width: 1500px) {
    .elementor-widget-posts.vacatures .ecs-posts {
        max-width: 1000px;
        margin: 0 auto;
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .elementor-widget-posts.vacatures .ecs-posts {
        max-width: 500px;
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
	.vacatures-wrapper .elementor-tab-title {
		display:block!important;
	}
	.vacatures-wrapper .filter-col {
		max-width:100%;
		width:100%;
	}
	.vacatures-wrapper .elementor-active .searchandfilter > ul {
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}
	.vacatures-wrapper .searchandfilter > ul > li {
		flex-basis:40%;
		max-width:50%;
	}
	.vacatures-wrapper .elementor-accordion .elementor-tab-title {
		text-align:center;
		padding:50px 0;
		background-image:url(/wp-content/uploads/2023/01/filtering_red.svg);
		background-repeat:no-repeat;
		background-position: top center;
	}
	.vacatures-wrapper .sf-field-reset {
		display:flex;
		justify-content:center;
		flex-basis:100%!important;
		max-width:100%!important;
	}
}
@media screen and (max-width: 400px) {
	.vacatures-wrapper .searchandfilter > ul > li {
		flex-basis:100%;
		max-width:100%;
	}
}


/********** SINGLE PAGE **********/
.single-vacature .subhero .elementor-icon-list-items .elementor-icon-list-text {
    color: #fff !important;
}

.single-vacature .elementor-widget-theme-post-content h2 {
    color: #FFFFFF;
    font-family: "Dosis", Sans-serif;
    font-size: 58px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 68px;
    margin-bottom: 15px;
}

.single-vacature .elementor-widget-theme-post-content p {
    color: rgba(255, 255, 255, 0.75) !important;
}

.single-vacature .elementor-widget-theme-post-content p:not(:last-child) {
	margin-bottom: 20px;
}

.single-vacature .elementor-widget-theme-post-content p strong{
    color: #fff !important;
    font-weight: 600;
}

section.vacature-footer-wrapper::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/gradient_footer_bottom_right.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1200px;
    height: 1300px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

@media screen and (max-width: 1400px) {
    section.vacature-footer-wrapper::before {
        width: 900px;
        height: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    section.vacature-footer-wrapper::before {
        width: 600px;
        height: 700px;
    }

    .single-vacature #info > .elementor-container {
        max-width: 650px;
    }
}

@media screen and (max-width: 767px) {
    section.vacature-footer-wrapper::before {
        width: 500px;
        height: 600px;
    }
}

/* #endregion */


/* #region PROFESSIONALS */
/****************************************** PROFESSIONALS ******************************************/
/********** NO TITLE TEMPLATE **********/
section.no-title .elementor-widget-template .elementor-widget-heading {
	display: none !important;
}

/********** WHAT'S IN IT FOR YOU **********/

section.whats-in .elementor-section {
    background-color: rgba(29, 17, 30, .45) !important;
    -webkit-backdrop-filter: blur(30px) brightness(108%);
            backdrop-filter: blur(30px) brightness(108%);
}

section.whats-in ul.elementor-icon-list-items .elementor-icon-list-text {
    color: #fff !important;
    font-weight: 600;
}


@media screen and (max-width: 1366px) {
    section.whats-in .elementor-section {
        padding: 100px !important;
    }
}

@media screen and (max-width: 1024px) {
    section.whats-in .elementor-section {
        max-width: 650px !important;
        margin: 0 auto;
        padding: 75px !important;
    }

    section.whats-in .elementor-section .elementor-column {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    section.whats-in .elementor-section {
        padding: 50px !important;
        border-radius: 75px !important;
    }

    section.whats-in .elementor-section .elementor-column {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    section.whats-in .elementor-section {
        padding: 20px !important;
        border-radius: 50px !important;
    }
}


/* #endregion */


/* #region OPDRACHTGEVER */
/****************************************** OPDRACHTGEVER ******************************************/
/********** COLLABORATION **********/
section.collaboration {
    z-index: 2;
}

section.collaboration .elementor-widget-icon-list {
    background-color: rgba(29, 17, 30, 0.45) !important;
    -webkit-backdrop-filter: blur(30px) brightness(108%);
            backdrop-filter: blur(30px) brightness(108%);
    border-radius: 80px;
    padding: 80px;
    width: calc(100% - 50px);
    margin-left: auto;
}

section.collaboration .elementor-widget-icon-list ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

section.collaboration .elementor-widget-icon-list .elementor-icon-list-text {
    color: #fff !important;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    section.collaboration > .elementor-container {
        max-width: 650px !important;
        margin: 0 auto;
    }

    section.collaboration .elementor-widget-icon-list {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 650px) {
    section.collaboration .elementor-widget-icon-list {
        border-radius: 40px;
        padding: 40px;
    }
}

@media screen and (max-width: 400px) {
    section.collaboration .elementor-widget-icon-list {
        padding: 30px;
    }
}

/********** DOUBLE TEXT **********/
section.double-text .elementor-section > .elementor-container > .elementor-column:last-of-type > div {
    padding-left: 60px;
}

@media screen and (max-width: 1260px) and (min-width: 1024px){
    section.double-text > .elementor-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    section.double-text .elementor-section > .elementor-container > .elementor-column:first-of-type > div {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 1024px) {
	section.double-text .elementor-section > .elementor-container > .elementor-column {
	    width: 100% !important;
	}

    section.double-text > .elementor-container {
        max-width: 650px !important;
        margin: 0 auto;
    }

    section.double-text .elementor-section > .elementor-container {
        row-gap: 25px;
    }

    section.double-text .elementor-section > .elementor-container > .elementor-column:last-of-type > div {
        padding-left: 0px !important;
    }

    section.double-text .elementor-section > .elementor-container > .elementor-column .elementor-widget-text-editor {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 670px) {
    section.double-text > .elementor-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/********** SOLLICITATIEPROCES **********/
@media screen and (max-width: 670px) {
    section#sollicitatieproces > .elementor-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* #endregion */


/* #region ABOUT US */
/****************************************** ABOUT US ******************************************/
/********** WE ARE **********/
section.we-are .elementor-section .elementor-widget-text-editor h4 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 5px !important;
}

section.we-are .elementor-section .elementor-widget-text-editor p strong {
    color: var(--primary) !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}

section.we-are .elementor-section .elementor-widget-text-editor h4 + p {
    margin-bottom: 15px;
}

section.we-are .elementor-section {
    background-color: rgba(29, 17, 30, 0.45);
    -webkit-backdrop-filter: blur(30px) brightness(150%);
            backdrop-filter: blur(30px) brightness(150%);
    border-radius: 60px 60px 60px 0;
    padding: 40px;
}

section.we-are .elementor-section .elementor-social-icons-wrapper {
    margin-top: 20px;
    text-align: left;
}

section.we-are .elementor-section .elementor-social-icons-wrapper a{
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(30px) brightness(108%);
            backdrop-filter: blur(30px) brightness(108%);
    border-radius: 14px;
    --icon-padding: 0.75em !important;
}

section.we-are .elementor-section .elementor-social-icons-wrapper a:hover{
    background-color: var(--primary);
}

section.we-are > .elementor-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
}

section.we-are > .elementor-container > .elementor-column {
    width: 100% !important;
}

@media screen and (max-width: 1024px) {
    section.we-are > .elementor-container {
        max-width: 650px !important;
        margin: 0 auto;
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
    } 
}

@media screen and (max-width: 767px) {
    section.we-are .elementor-section > .elementor-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    section.we-are .elementor-section > .elementor-container .elementor-widget-image > div {
        text-align: left;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 550px) {
    section.we-are .elementor-section {
        border-radius: 40px 40px 40px 0 !important;
        padding: 25px;
    }
}


/* #endregion */