/*
Theme Name: Hello Elementor Child
Theme URI: https://www.humbolt.nl/
Description: Child theme voor Hello Elementor (hello-elementor). Bewaart aanpassingen bij updates.
Author: Humbolt
Author URI: https://www.humbolt.nl/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child-custom
*/

/* -------------------------------------------- */
/* -------------- BEGIN ALGEMEEN -------------- */
/* ---------- BEGIN BINNENKORT ONLINE --------- */
/* ----------------- BEGIN 404 ---------------- */
/* --------------- BEGIN HEADER --------------- */
/* --------------- BEGIN FOOTER --------------- */
/* ------------ BEGIN GRAVITY FORM ------------ */
/* ---------------- BEGIN HOME ---------------- */
/* --------------- BEGIN DETAIL --------------- */
/* ---------------- BEGIN TEAM ---------------- */
/* ---------------- BEGIN WORK ---------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* -------------- BEGIN ALGEMEEN -------------- */
/* -------------------------------------------- */

:root {
    --masker-linksboven: url(/wp-content/uploads/humbolt_hap_linksboven.svg);
    --masker-linksonder: url(/wp-content/uploads/humbolt_hap_linksonder.svg);
    --masker-size: cover;
    --masker-repeat: no-repeat;
    --masker-positie-linksboven: top left;
    --masker-positie-linksonder: bottom left;
}

.hide {
    display: none !important;
}

.admin-only {
    display: none !important;
}

.logged-in .admin-only {
    display: block !important;
}

header > .e-con-boxed.e-parent,
[data-elementor-type="page"] > .e-con-boxed.e-parent,
[data-elementor-type="wp-page"] > .e-con-boxed.e-parent,
[data-elementor-type="error-404"] > .e-con-boxed.e-parent,
[data-elementor-type="single-post"] > .e-con-boxed.e-parent,
[data-elementor-type="archive"] > .e-con-boxed.e-parent,
footer > .e-con-boxed.e-parent {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

input:focus,
input:focus-within,
input:focus-visible,
button:focus,
button:focus-within,
button:focus-visible,
select:focus,
select:focus-within,
select:focus-visible,
a:focus,
a:focus-within,
a:focus-visible {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-wrap: balance;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

body.home .heading_bold .elementor-heading-title {
    font-size: 5em !important;
}

.heading_bold .elementor-heading-title {
    font-size: 5em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--e-global-color-secondary);
    transform: translateX(10px);
}

p:first-of-type {
    margin-top: 0px !important;
}

p:last-of-type {
    margin-bottom: 0px !important;
}

.subtitel .elementor-heading-title,
.subtitel .jet-listing-dynamic-field__content,
.subtitel .jet-listing-dynamic-terms {
    font-size: 0.9em;
    font-weight: 600;
}

.jet-listing-grid a.jet-engine-listing-overlay-link { 
    z-index: 1;
}

.sub-menu li a {
    border-left: none !important;
}

table {
    border-spacing: 0px !important;
}

.elementor-social-icon:hover {
    opacity: 1 !important;
}

/* U elementen */
u {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    margin: -6px 0;
    color: var(--e-global-color-secondary);
    text-decoration: none;
    isolation: isolate;
}

u::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 4px;
    background-color: var(--e-global-color-primary);
    transform: rotate(-0.5deg);
    z-index: -1;
    pointer-events: none;
}

/* Masker */
.masker_linksboven {
    -webkit-mask-image: var(--masker-linksboven);
    -webkit-mask-size: var(--masker-size);
    -webkit-mask-repeat: var(--masker-repeat);
    -webkit-mask-position: var(--masker-positie-linksboven);
}

.masker_linksonder {
    -webkit-mask-image: var(--masker-linksonder);
    -webkit-mask-size: var(--masker-size);
    -webkit-mask-repeat: var(--masker-repeat);
    -webkit-mask-position: var(--masker-positie-linksonder);
}

/* Rotate */
.rotate_links {
    transform: rotate(-1deg) !important;
}

.rotate_rechts {
    transform: rotate(1deg) !important;
}

/* ------------ */
/* Button First */
/* ------------ */
.btn_first a.elementor-button {
    transform: rotate(0deg);
}

.btn_first a.elementor-button:hover {
    transform: rotate(2deg);
    background-color: #D1330E;
    border-color: #D1330E;
}

/* ------------- */
/* Button Second */
/* ------------- */
.btn_second a.elementor-button {
    transform: rotate(0deg);
    background-color: transparent;
    color: var(--e-global-color-text);
}

.btn_second a.elementor-button:hover {
    transform: rotate(2deg);
    background-color: var(--e-global-color-text);
    border-color: var(--e-global-color-text);
    color: var(--e-global-color-secondary);
}

/* ------------ */
/* Button Third */
/* ------------ */
.btn_third a.elementor-button {
    transform: rotate(0deg);
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
}

.btn_third a.elementor-button:hover {
    transform: rotate(2deg);
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: #ffffff;
}

/* ------------- */
/* Button Fourth */
/* ------------- */
.btn_fourth a.elementor-button {
    background-color: transparent;
    border-style: none;
    color: var(--e-global-color-text);
    padding: 0px 0px;
}

.btn_fourth a.elementor-button .elementor-button-icon {
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transform: translateY(-0.5px);
}

.btn_fourth a.elementor-button:hover .elementor-button-icon {
    transform: translateX(-6px);
}

.btn_fourth a.elementor-button .elementor-button-icon {
    fill: var(--e-global-color-text);
}

/* -------------------------------------------- */
/* --------------- END ALGEMEEN --------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------- BEGIN BINNENKORT ONLINE --------- */
/* -------------------------------------------- */

.elementor-maintenance-mode header,
.elementor-maintenance-mode footer {
    display: none !important;
}

/* -------------------------------------------- */
/* ----------- END BINNENKORT ONLINE ---------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ----------------- BEGIN 404 ---------------- */
/* -------------------------------------------- */

.error404 header,
.error404 footer {
    display: none !important;
}

/* -------------------------------------------- */
/* ------------------ END 404 ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --------------- BEGIN HEADER --------------- */
/* -------------------------------------------- */

.header_top {
    pointer-events: none;
}

.header_top .header_top_container {
    pointer-events: auto;
}

.header_top .header_top_menu ul.elementor-nav-menu li a.elementor-item-active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--e-global-color-accent);
}

.header_top .header_top_logo {

}

.header_top .header_top_button {

}

.header_top .header_top_icon .elementor-icon-wrapper {
    line-height: 0;
}

/* ----------- */
/* Sticky menu */
/* ----------- */
.header_top.elementor-sticky--effects {

}

/* ----------- */
/* Pop-up menu */
/* ----------- */
.popup_menu {

}

.popup_menu > .dialog-widget-content a.dialog-close-button svg {
    display: none !important;
}

.popup_menu > .dialog-widget-content a.dialog-close-button {
    padding: 0px 0px;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}
  
.popup_menu > .dialog-widget-content a.dialog-close-button::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/uploads/icon_close_dark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.popup_menu > .dialog-widget-content .dialog-message {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.popup_menu_menu ul.elementor-nav-menu li::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 1px;
    background-color: #F74F27;
}

.popup_menu_button a.elementor-button {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
    font-size: 1em;
}

.popup_menu_button a.elementor-button:hover {
    background-color: var(--e-global-color-text);
    border-color: var(--e-global-color-text);
    color: var(--e-global-color-secondary);
}

/* -------------------------------------------- */
/* ---------------- END HEADER ---------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --------------- BEGIN FOOTER --------------- */
/* -------------------------------------------- */

.footer_top {

}

.footer_top .footer_top_container {

}

.footer_top .footer_top_container .footer_top_container_inner {
    
}

.footer_bottom {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.footer_bottom .footer_bottom_menu {

}

.footer_bottom .footer_bottom_copyright {

}

.footer_bottom .footer_bottom_copyright .copyright {
    font-size: 0.8em;
}

.footer_bottom .footer_bottom_copyright .copyright a {
    text-decoration: underline;
}

.footer_bottom .footer_bottom_backtotop {

}

.footer_bottom .footer_bottom_recaptcha {
    text-wrap: balance;
}

.footer_bottom .footer_bottom_recaptcha a {
    text-decoration: underline;
}

.footer_bottom .footer_bottom_logo img {
    transform: scale(1.05);
}

/* Work Footer Listing */
.work_footer_listing {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.work_footer_listing .work_footer_listing_container {
    
}

.work_footer_listing .work_footer_listing_container::before {
    content: '';
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.work_footer_listing .work_footer_listing_container .work_footer_listing_titel {
    opacity: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.work_footer_listing .work_footer_listing_container .work_footer_listing_categorie {
    opacity: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.work_footer_listing .work_footer_listing_container .work_footer_listing_categorie .jet-listing-dynamic-terms {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.work_footer_listing .work_footer_listing_container:hover {
    -webkit-mask-image: var(--masker-linksboven);
    -webkit-mask-size: var(--masker-size);
    -webkit-mask-repeat: var(--masker-repeat);
    -webkit-mask-position: var(--masker-positie-linksboven);
}

.work_footer_listing .work_footer_listing_container:hover::before {
    opacity: 0.4;
}

.work_footer_listing .work_footer_listing_container:hover .work_footer_listing_titel {
    opacity: 1;
}

.work_footer_listing .work_footer_listing_container:hover .work_footer_listing_categorie {
    opacity: 1;
}

.work_footer_listing .jet-listing-grid__items {

}

.work_footer_listing .jet-listing-grid__items .jet-listing-grid__item {
    position: absolute;
    width: 300px;
    height: 300px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.work_footer_listing .jet-listing-grid__items .jet-listing-grid__item:nth-child(1) {
    top: -5%;
    left: 5%;
    transform: rotate(7deg);
    z-index: 2; 
}

.work_footer_listing .jet-listing-grid__items .jet-listing-grid__item:nth-child(2) {
    bottom: 75px;
    left: 2.5%;
    transform: rotate(-3deg);
    z-index: 2; 
}

.work_footer_listing .jet-listing-grid__items .jet-listing-grid__item:nth-child(3) {
    top: 80%;
    left: 7.5%;
    transform: rotate(10deg);
    z-index: 2; 
}

.work_footer_listing .jet-listing-grid__items .jet-listing-grid__item:nth-child(4) {
    top: -2.5%;
    right: 7.5%;
    transform: rotate(-5deg);
    z-index: 2; 
}

.work_footer_listing .jet-listing-grid__items .jet-listing-grid__item:nth-child(5) {
    top: 150px;
    right: -2.5%;
    transform: rotate(5deg);
    z-index: 2; 
}

.work_footer_listing .jet-listing-grid__items .jet-listing-grid__item:nth-child(6) {
    bottom: -10%;
    right: 10%;
    transform: rotate(-3deg);
    z-index: 2; 
}

.work_footer_listing .jet-listing-grid__items .jet-listing-grid__item:hover {
    transform: scale(0.95) rotate(1deg);
}

.footer_top {

}

.bottom_bar {
    
}

.bottom_bar .bottom_bar_menu {

}

.bottom_bar .bottom_bar_copyright .copyright {

}

.bottom_bar .bottom_bar_copyright .copyright a {
    text-decoration: underline;
}

.google_recaptcha .elementor-widget-text-editor a {
    text-decoration: underline;
}

/* -------------------------------------------- */
/* ---------------- END FOOTER ---------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------ BEGIN GRAVITY FORM ------------ */
/* -------------------------------------------- */

/* -------------------- */
/* Nieuwsbriefformulier */
/* -------------------- */
.form_nieuwsbrief {
    
}

/* ---------------- */
/* Contactformulier */
/* ---------------- */
.form_contact {
    
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-text,
body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-email,
body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-phone,
body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-textarea {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: start;
    column-gap: 24px;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    padding-top: 4px;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield input,
body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield textarea {
    background-color: transparent;
    border: none;
    padding: 0px 0px;
    font-family: "PP Palma Fizzy Heavy", Sans-serif;
    font-size: 2em;
    line-height: 1.3 !important;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield input::placeholder,
body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder {
    color: #c7bfb2;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox {
    display: block;
    position: relative;
    padding-left: 184px;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox > .gfield_label {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice {
    
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice .gfield-choice-input {
    display: none;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked + label {
    background-color: var(--e-global-color-accent);
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice .gfield-choice-input:not(:checked) + label {
    background-color: var(--e-global-color-9c96ec8);
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice .gfield-choice-input:not(:checked) + label:hover {
    background-color: var(--e-global-color-accent);
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice .gform-field-label {
    max-width: 100%;
    padding: 8px 8px 6px;
    border-radius: 4px;
    font-family: "PP Palma Fizzy Heavy", sans-serif;
    font-size: 1.1em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-consent {
    margin-top: 20px;
}

body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield_error input,
body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea {
    border: none;
}

/* -------- */
/* Algemeen */
/* -------- */
body .gform_wrapper {

}

body .gform_wrapper .gform_heading {
    display: none;
}

body .gform_wrapper .gform_body {

}

body .gform_wrapper .gform_body .gform_fields {
    
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: inherit;
    font-size: 1em;
    line-height: inherit;
    color: var(--e-global-color-text);
    margin-bottom: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: inherit;
    font-size: inherit;
    padding-inline-start: 0px;
    margin-left: 2px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1 !important;
    border-color: blue;
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    padding: 10px 15px;
    min-height: auto !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:focus
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
    outline: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield input {

}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    resize: none;
    height: auto !important;
    field-sizing: content;
    min-height: 2.5em;
    max-height: 400px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {

}

body .gform_wrapper .gform_body .gform_fields .gfield :where(textarea:focus, textarea:focus-within, textarea:focus-visible) {
    outline: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input::placeholder,
body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
body .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
    color: blue;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent {
    display: flex;
    column-gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input {
    margin: 0px 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label {
    font-size: 0.9em;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label a {
    text-decoration: underline;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label .gfield_required_asterisk {
    font-size: inherit;
    color: inherit;
}

body .gform_wrapper .gform_footer {
    margin: 30px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    justify-content: flex-start;
}

body .gform_wrapper .gform_footer .gform_button {
    cursor: pointer;
    font-family: "PP Palma Fizzy Heavy", Sans-serif;
    font-weight: inherit;
    font-size: 0.8em;
    line-height: 1 !important;
    background-color: var( --e-global-color-primary);
    border-color: var( --e-global-color-primary);
    border-width: 1px;
    border-radius: 4px;
    padding: 16px 24px 14px 24px;
    margin-bottom: 0px !important;
    transform: rotate(0deg);
    transition: .3s all;
    -webkit-transition: .3s all;
    min-height: auto !important;
}

body .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #D1330E;
    border-color: #D1330E;
    transform: rotate(2deg);
}

/* ------- */
/* Success */
/* ------- */
body .gform_confirmation_wrapper {
    background: green;
    border: 1px solid green;
    border-radius: 4px;
    padding: 16px 24px;
    text-align: center;
    width: 400px
}

body .gform_confirmation_wrapper .gform_confirmation_message {
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    font-size: 0.9em;
    line-height: inherit;
    text-wrap: balance;
}

/* ----- */
/* Error */
/* ----- */
body .gform_wrapper.gform_validation_error .gform_validation_errors {
    display: none !important;
    background: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 0px;
    padding: 15px 20px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    text-align: center;
    box-shadow: none;
    outline: none !important;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 {
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: inherit;
    text-wrap: balance;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 span {
    display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
    color: #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error select {
    border: 1px solid #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_description.gfield_validation_message {
    display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label a {
    color: #ff0000;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label .gfield_required_asterisk {
    color: #ff0000;
}

/* -------------------------------------------- */
/* ------------- END GRAVITY FORM ------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------------- BEGIN HOME ---------------- */
/* -------------------------------------------- */

.home .header_breadcrumb {
    display: none;
}

.hero {

}

.hero .hero_video {

}

/* Container met dienst */
#dienst_container {
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

#dienst_container::before {
    content: '';
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

#dienst_container .dienst_container_titel {

}

#dienst_container .dienst_container_tag {
    opacity: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

#dienst_container:hover {
    transform: scale(0.95) rotate(1deg);
    -webkit-mask-image: var(--masker-linksboven);
    -webkit-mask-size: var(--masker-size);
    -webkit-mask-repeat: var(--masker-repeat);
    -webkit-mask-position: var(--masker-positie-linksboven);
}

#dienst_container:hover::before {
    opacity: 0.4;
    
}

#dienst_container:hover .dienst_container_titel {
    transform: rotate(-1deg);
    background-color: var(--e-global-color-primary);
}

#dienst_container:hover .dienst_container_titel .elementor-heading-title {
    color: var(--e-global-color-secondary);
}

#dienst_container:hover .dienst_container_tag {
    opacity: 1;
}

/* Afbeelding carrousel */
.afbeelding_carrousel {

}

.afbeelding_carrousel .elementor-image-carousel-wrapper {
    overflow: visible;
    pointer-events: none;
}

.afbeelding_carrousel .elementor-image-carousel-wrapper .swiper-wrapper {
    transition-timing-function: linear !important;
    line-height: 0;
}

.afbeelding_carrousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide {
    transition: transform 0.3s ease;
}

.afbeelding_carrousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide:nth-child(even) {
    transform: rotate(1deg);
}

.afbeelding_carrousel .elementor-image-carousel-wrapper .swiper-wrapper .swiper-slide:nth-child(odd) {
    transform: rotate(-1deg);
}

/* -------------------------------------------- */
/* ----------------- END HOME ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --------------- BEGIN DETAIL --------------- */
/* -------------------------------------------- */



/* -------------------------------------------- */
/* ---------------- END DETAIL ---------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------------- BEGIN TEAM ---------------- */
/* -------------------------------------------- */

#team {
    scroll-margin-top: 40px;
}

.team_listing {

}

.team_listing .team_listing_afbeelding {
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.team_listing .team_listing_container {
    transform: rotate(1deg);
}

.team_listing .team_listing_container .team_listing_voornaam {

}

.team_listing .team_listing_container .team_listing_functie {

}

.team_listing .team_listing_quote {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .3s ease, opacity .3s ease !important;
    overflow: hidden;
}

.team_listing .team_listing_quote > * {
    overflow: hidden;
    min-height: 0;
}

.team_listing .team_listing_quote .jet-listing-dynamic-field__content {
    text-wrap: balance;
}

.team_listing .team_listing_icons {
    
}

.team_listing .team_listing_afbeelding:hover {
    transform: scale(0.95) rotate(1deg);
    -webkit-mask-image: var(--masker-linksboven);
    -webkit-mask-size: var(--masker-size);
    -webkit-mask-repeat: var(--masker-repeat);
    -webkit-mask-position: var(--masker-positie-linksboven);
}

.team_listing .team_listing_afbeelding:hover .team_listing_quote {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 8px;
    margin-bottom: 8px;
}
    
/* -------------------------------------------- */
/* ----------------- END TEAM ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------------- BEGIN WORK ---------------- */
/* -------------------------------------------- */

/* Work Logo Listing */
.work_logo_listing {
    pointer-events: none;
}

.work_logo_listing .jet-listing-grid__items {
    justify-content: center;
}

.work_logo_listing .jet-listing-grid__items .jet-listing-grid__item {
    width: auto !important;
}

.work_logo_listing .jet-listing-grid__items .jet-listing-grid__item .work_logo_listing_afbeelding img {
    height: 60px;
    width: auto !important;
    object-fit: contain;
}

/* Work Listing */
.work_listing {

}

.work_listing .jet-listing-grid__items {

}

/* .work_listing .jet-listing-grid__items .jet-listing-grid__item .work_listing_afbeelding:hover {
    cursor: url("/wp-content/uploads/humbolt_cursor_hover.svg") 48 46, pointer;
} */

.work_listing .jet-listing-grid__items .jet-listing-grid__item .work_listing_afbeelding .jet-listing-dynamic-image img {
    
}

.work_listing .jet-listing-grid__items .jet-listing-grid__item:nth-child(4n+2) .work_listing_afbeelding .jet-listing-dynamic-image img,
.work_listing .jet-listing-grid__items .jet-listing-grid__item:nth-child(4n+3) .work_listing_afbeelding .jet-listing-dynamic-image img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.work_listing .work_listing_titel {

}

.work_listing .work_listing_categorie {

}

.work_listing .work_listing_categorie .jet-listing-dynamic-terms {
    line-height: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

/* Work Review Listing */
.work_review_listing {

}

.work_review_listing .work_review_listing_left {

}

.work_review_listing .work_review_listing_left .work_review_listing_afbeelding {
    
}

.work_review_listing .work_review_listing_right {
    transform: rotate(1deg);
}

.work_review_listing .work_review_listing_right .work_review_listing_review {

}

.work_review_listing .work_review_listing_right .work_review_listing_rating {
    
}

.work_review_listing .work_review_listing_right .work_review_listing_naam {

}

.work_review_listing .work_review_listing_right .work_review_listing_functie {

}

.work_review_listing .work_review_listing_right .work_review_listing_logo {

}

.work_review_listing .jet-listing-grid__slider {
    overflow: visible;
}

.work_review_listing .jet-listing-grid__slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.25;
    filter: grayscale(100%) blur(5px);
}

.work_review_listing .jet-listing-grid__slider-icon {
    border-radius: 50%;
    border: 1px solid #DCD4C7;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.work_review_listing .jet-listing-grid__slider-icon.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.work_review_listing .jet-listing-grid__slider-icon:hover {
    background-color: var(--e-global-color-text) !important;
    border-color: var(--e-global-color-text) !important;
    color: var(--e-global-color-secondary) !important;
}

.work_review_listing .jet-listing-grid__slider-icon.swiper-button-disabled:hover {
    
}

.work_review_listing .jet-engine-swiper-pagination-wrapper {
    display: flex;
    justify-content: flex-start !important;
    transform: translateY(28px) translateX(20px);
}

/* -------------------------------------------- */
/* ----------------- END WORK ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1200px) {
    .work_logo_listing .jet-listing-grid__items .jet-listing-grid__item .work_logo_listing_afbeelding img {
        height: 50px;
    }
    .work_footer_listing .jet-listing-grid__items .jet-listing-grid__item {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer_bottom .footer_bottom_menu ul.elementor-nav-menu {
        flex-direction: column;
        align-items: center;
    }
    .footer_bottom .footer_bottom_menu ul.elementor-nav-menu li a {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .heading_bold .elementor-heading-title {
        font-size: 4em;
    }
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .work_logo_listing .jet-listing-grid__items .jet-listing-grid__item .work_logo_listing_afbeelding img {
        height: 40px;
    }
    .heading_bold .elementor-heading-title {
        font-size: 3.5em;
    }
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-text,
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-email,
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-phone,
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-textarea {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield input,
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield textarea {
        font-size: 1.75em;
    }
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox {
        padding-left: 0px;
    }
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox > .gfield_label {
        position: relative;
        width: 100%;
        margin-bottom: 8px;
    }
    body .form_contact_wrapper.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox {

    }
}

@media only screen and (max-width: 640px) {
    .header_top .header_top_button {
        display: none;
    }
    #team {
        scroll-margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .heading_bold .elementor-heading-title {
        font-size: 3em;
    }
    body .gform_confirmation_wrapper {
        width: 100%;
    }
}

/* -------------------------------------------- */
/* -------------- END RESPONSIVE -------------- */
/* -------------------------------------------- */