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

.e-filter {
	button[data-filter="ontwerpen"] {
		order: 2;
	}
	button[data-filter="woningbouw"] {
		order: 3;
	}
	button[data-filter="utiliteit"] {
		order: 4;
	}
	button[data-filter="projectmatig"] {
		order: 5;
	}
	button[data-filter="cpo"] {
		order: 6;
	}
}

.ontwerp-titels .elementor-icon-list-text {
	    word-break: break-all;
}

.image-hero {
	height: 100%;
	width: 100%;
	    top: 0px;
    z-index: -1;
	position: absolute;
	left: 0;    object-fit: cover;
	
	img {
	width: 100%;
    height: 100%;	    object-fit: cover;
	}
}

.elementor-icon {
    display: flex;	
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: calc(100vw - 20px) !important;
    padding-left: 20px !important;
    box-sizing: border-box;
	background: unset !important;
	
	&::before {
                content: "";
        position: absolute;
        left: 20px;
        border-radius: 10px;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: -1;
    }
}

#breadcrumbs, #breadcrumbs * {
    margin: 0;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.home-hero {
    max-height: 2000px	
}

.elementor-tab-content p:first-of-type {
 margin-top: 0	
}

.elementor-widget-text-editor strong {
    	    font-weight: 600;
}

.gform_confirmation_message {
	color: #fff !important;
    font-family: 'Inter', sans-serif !important;
}

.elementor-widget-text-editor ul:last-of-type,
.elementor-widget-text-editor p:last-of-type,
.elementor-widget-theme-post-content ul:last-of-type,
.elementor-widget-theme-post-content p:last-of-type {
	margin-bottom: 0;
}

.gfield_description.validation_message {
    font-family: 'Inter', sans-serif !important;
}

.arrow-project-right svg {
 	height: 10px !important;
    width: 10px !important;
        transition: all .3s;
}

.arrow-project-right a:hover svg {
    transform: rotate(45deg);	
        transition: all .3s;
}

#sb_instagram #sbi_images {
    padding-bottom: 50px !important;	
}

#sb_instagram #sbi_load .sbi_follow_btn {
	a {
		padding: 5px 5px 5px 25px;
	         display: flex;
    gap: 20px;
    align-items: center;
	}
	
	a:after {
	   	content: '';
        background-image: url(/wp-content/uploads/2026/02/circle-arrow-right.svg);
        background-position: center center;
        background-size: contain;
        width: 46px;
        height: 46px;
        display: inline-flex;
        transition: all .3s;
	}
	
	a:hover:after {
	    transform: rotate(45deg);	
        transition: all .3s;
	}
	
	.fa-instagram {
        display: none;
	}
}

.projecten-raster .elementor-loop-container {
    display: flex;
    flex-direction: column;
}

.elementor-toc__header {
    padding-bottom: 0;	
}

.elementor-toc__body {
    padding-top: 10px;
}

.image-full a {
   width: 100%;	
}

.gfield_required_asterisk, .gform_required_legend {
	display: none !important
}

.project-image {
    overflow: hidden;
    border-radius: 15px;
    transition: all .3s;
	
	img {
        transition: all .3s;
		
		&:hover {
		    transform: scale(1.1); 
            transition: all .3s;	
		}
	}
}

.thinner {
    font-weight: 300;
}

body.tax-project-categorie .e-filter {
    display: none
}

.elementor-widget-theme-post-content p, .elementor-widget-text-editor p {
    margin-top: 0 !important;
}

.image-bottom {
    overflow: hidden;

    img {
        margin-bottom: -20px;
        margin-right: -20px;
    }
}

.elementor-menu-toggle {
    margin: 7px !important;
}

.elementor-menu-toggle__icon--close {
    display: flex;
}

html {
    scroll-behavior: smooth
}

.werknemer-icons a {
    text-decoration-color: #fff !important;
}

.link-open {
    color: #fff;
    font-size: 15px;
    text-decoration: underline !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
    padding-left: 20px;
}

#sb_instagram {
    #sbi_load {
        button.sbi_load_btn, a {
            font-size: 15px;
            border-radius: 30px;
            padding: 20px 25px;
            line-height: 19px;
            margin-bottom: 10px !important;
            margin: 0;
            font-family: 'Inter', sans-serif;
            background: var(--e-global-color-primary) !important;
            box-shadow: unset !important;
        }
    }


    .sbi_likes,
    .sbi_comments {
        display: inline-flex;
        gap: 5px;

        > span {
            display: inline-flex;
            background-position: center center;
            background-size: contain !important;
            width: 17.5px;
            height: 16px;

            background-repeat: no-repeat;
        }

        svg {
            display: none;
        }
    }

    /* Only the image differs */

    .sbi_likes > span {
        background-image: url(/wp-content/uploads/2026/02/likes.svg);
    }

    .sbi_comments > span {
        background-image: url(/wp-content/uploads/2026/02/comments.svg);
    }


    #sbi_images {
        gap: 30px 25px !important;
    }

    .sbi_photo_wrap {
        border-radius: 15px !important;;
    }

    .sbi_lightbox_carousel_icon {
        width: 20px;
    }

    .sbi_photo, .sbi_photo img {
        max-height: 330px;
        border-radius: 15px;
    }

    .sbi_link {
        display: none !important
    }

    .sbi_meta_wrap {
        .sbi_meta {

            padding-left: 0 !important;
            text-align: left;
            color: #191919 !important;

            span {
                font-family: 'Inter', sans-serif;
                font-size: 16px !important;
                color: #191919;
                margin-left: 0 !important;
            }
        }
    }

    .sbi_caption_wrap, .sbi_caption_wrap span {
        padding-left: 0 !important;
        text-align: left;
        color: #191919 !important;
        font-size: 21px !important;
        font-weight: 600;
        font-family: 'Geist', sans-serif;
    }
}

.projecten-loop-no-dienst .categories-projects {
    display: none;
}

.gform-footer .gform_button[type="submit"] {
    background-color: var(--e-global-color-713d224) !important;
    padding: 5px 5px 5px 25px !important;
    border-radius: 50px !important;
    font-family: var(--e-global-typography-accent-font-family), sans-serif !important;
    font-weight: var(--e-global-typography-accent-weight) !important;
    color: var(--e-global-color-primary) !important;
    font-size: 15px !important;
    gap: 20px !important;

    &:hover img {
        transition: transform 0.3s ease;
        transform: rotate(45deg);
    }

    img {
        border-radius: 25px;
        color: #fff;
		overflow: visible;
        transition: transform 0.3s ease;
        background: var(--e-global-color-primary);
        padding: 20px;
    }
}

.ginput_container_consent {

    label, a {
        font-family: "Inter", sans-serif !important;
        font-size: 16px !important;
        color: #fff !important;
    }

    a {
        text-decoration: underline;
    }

    input[type="checkbox"] {
        width: 21px;
        height: 21px;
        padding: 0 !important;
        border-radius: 5px !important;
		
		&:before {
		    color: #fff !important;	
		}
    }
}

body {
    counter-reset: section;
}

.cijfers li .elementor-icon-list-icon::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-family: 'Geist', sans-serif;
}

.cijfers li {
    gap: 20px;

    svg {
        margin: 0 !important;
    }
}

.gform_validation_errors {
    display: none !important;
}

.project-specs {
    text-align: left;

	th {
	    font-weight: 600;	
        padding-right: 10px;
	}
	
    td {
        padding: 0 50px 0 10px;
	}
	
	td:last-of-type {
	    padding-right: 0 !important;	
	}
}

#hero-gradient:before, .hero-gradient:before {
    content: '';
    background: transparent linear-gradient(54deg, #071839 0%, #07183900 38%, #071839 100%) 0% 0% no-repeat padding-box;
}

#hero-gradient-black:before, .hero-gradient-black:before {
    content: '';
    background: transparent linear-gradient(62deg, #191919 0%, #07183900 44%, #191919 100%) 0% 0% no-repeat padding-box;
}

.menubalk {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#diensten-loop {
    .elementor-1050 {
        order: 10000;
    }
}

.zoom-no-text a {
    transition: all .3s;

    .elementor-button-text {
        transition: all .3s;
    }

    &:hover {
        transform: scale(0.8);
        transition: all .3s;

        .elementor-button-text {
            transform: scale(1.25);
            transition: all .3s;
        }
    }
}

.circle-button {
    &.white a {
        color: var(--e-global-color-primary) !important;
        background-color: #fff !important;
    }

    a {
        width: 150px !important;
        height: 150px !important;
        white-space: nowrap;

        display: flex;
        justify-content: center;
        transition: all .3s;

        .elementor-button-text {
            transition: all .3s;
        }

        &:hover {
            transform: scale(0.8);
            transition: all .3s;

            .elementor-button-text {
                transform: scale(1.2);
                transition: all .3s;
            }
        }
    }
}

.gradient-slider .elementor-image-carousel-wrapper {
    position: relative;
}

.gradient-slider .elementor-image-carousel-wrapper::before,
.gradient-slider .elementor-image-carousel-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    pointer-events: none;
    z-index: 2;
}

.gradient-slider .elementor-image-carousel-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.gradient-slider .elementor-image-carousel-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}


.togglers .elementor-tab-title {

    position: relative;

    .elementor-toggle-title {

        max-width: 85%;
        display: flex;
    }

    .elementor-toggle-icon {
        position: absolute;
        right: 0;
        top: 0;
        height: 100% !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


.togglers .elementor-toggle-icon, .togglers .elementor-toggle-icon svg {
    width: 35px !important;
    height: 35px !important;
}

.categories-projects {
    font-weight: 300;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 5px;
    display: inline-block;

    a {
        color: #191919 !important;
    }
}

.circle-navigatie {/*
    .swiper-slide-inner img {
        max-height: 200px;
        object-fit: cover;
    }

    .swiper-slide {
        width: auto !important;
    }*/

    .elementor-swiper-button {
        bottom: -70px;
        top: unset !important;
        background-color: #071839;
        opacity: 1 !important;
        border-radius: 50px;
        padding: 10px;
        right: 0 !important;
        left: unset !important;

        &.elementor-swiper-button-prev {
            right: 45px !important;
        }

        &.swiper-button-disabled {
            background: #ECF3F8;

            svg {
                fill: #071839 !important;
            }
        }
    }
}

.icon-rotate .elementor-button {
    transition: all .3s;

    &:hover .elementor-button-icon {
        transform: rotate(45deg);
        transition: all .3s;
    }
}

.icon-knop-blauw .elementor-button-icon, .icon-knop-wit .elementor-button-icon {
    padding: 12px;
    border-radius: 25px;
    color: #fff;
}

.elementor-button-icon svg {
    height: 9px;
    width: 9px;
}

.elementor-button-content-wrapper {
    align-items: center;
}

.icon-knop-wit .elementor-button-icon {
    background: var(--e-global-color-primary);
}

.icon-knop-blauw .elementor-button-icon {
    background: var(--e-global-color-713d224);
}


/* Zorg voor een vloeiende animatie */
.icon-knop-blauw .elementor-button-icon svg, .icon-knop-wit .elementor-button-icon svg {
    transition: transform 0.3s ease;
}

/* Roteer het icoon 45 graden bij hover */
.icon-knop-blauw .elementor-button:hover .elementor-button-icon svg, .icon-knop-wit .elementor-button:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}

.titel-licht {
    color: var(--e-global-color-accent);
}

.titel-midden {
    color: var(--e-global-color-eefb651);
}

.titel-donker {
    color: var(--e-global-color-primary);
}


.cookie-notice-container {
    background-color: #071839;
    color: #fff !important;
    font-size: 15px;
    padding: 14px 25px !important;
    position: absolute;
    z-index: 9999 !important;
    box-shadow: 0 -1px 10px 0 #0000002b;
    width: 30% !important;
    left: 15px;
    bottom: 15px !important;
    border-radius: 10px;
    text-align: left !important;
    font-family: var(--e-global-typography-0ab5ea4-font-family), sans-serif;
}

#cn-notice-text {
    margin-bottom: 15px;
    font-weight: 300;
}

.cn-more-info {
    text-decoration: underline !important;
    padding-right: 0 !important;
    padding-left: 5px !important;
}

#cookie-notice .cn-button:not(.cn-more-info) {
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 1;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    padding: 11px 20px !important;
    border-radius: 20px !important;
    font-family: var(--e-global-typography-0ab5ea4-font-family), sans-serif !important;
}

#cookie-notice #cn-accept-cookie {
    margin-left: 0 !important;
    color: #071839 !important;
    background: #fff !important;
    padding: 14px 20px !important;
    border: 1px solid #fff;
    border-radius: 40px !important;
    transition: all .3s;

    &:hover {
        background: #FFFFFF29 !important;
        color: #fff !important;
        transition: all .3s;
    }
}

#cookie-notice .cn-button:not(.cn-button-custom) {

    font-family: 'Inter', sans-serif;
}

#cn-close-notice {
    display: none;
}

.header-menu li a {
    font-weight: 400 !important;	
}

.header-menu .menu-item-has-children {
    .sub-arrow {
        display: none;
    }
}

.elementor-flip-box__layer {
    background-position: center center !important;
    background-size: cover  !important;	
}

.elementor-flip-box__layer__title {
    font-size: 30px !important;
    font-weight: 500 !important;
}

.elementor-flip-box__layer.elementor-flip-box__back {
    backdrop-filter: blur(4px);
}

.elementor-flip-box__layer__description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    h3 {
        margin: 0;
        font-weight: 300;
        margin-bottom: 10px;
        font-size: 20px;
    }

    a.email {
        color: #FFFFFF;
        font-size: 15px;
        text-decoration: underline;
        margin-bottom: 10px;
    }

    img {
        width: 24px;
        margin-left: -3px;
    }
}


.contact-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/uploads/2026/01/W-20-1240_01.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 15px 15px 0;
    z-index: 1;
    width: 49%;
}

.contact-image > * {
    position: relative;
    z-index: 2;
}


.gform_wrapper {
    .gform_fields {
        gap: 25px !important;
    }

    input[type="text"], input[type="email"], textarea {
        min-height: 46px !important;
        background-color: transparent !important;
        color: #fff !important;
		border-color: #fff !important;
        font-size: 16px !important;
        font-family: var(--e-global-typography-text-font-family), sans-serif !important;
        border-radius: 10px !important;
        padding: 10px 20px !important;
    }
}

.carousel img {
	height: 500px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .contact-image::before {
        display: none !important;
    }
	
	
	.carousel img {
	    height: 400px;
	}
}


@media (max-width: 767px) {
	
	.carousel img {
	    height: 225px;
	}
	
	.sub-menu.elementor-nav-menu--dropdown {
		background: #ECF3F8;
		border-radius: 0 !important;
	}
	
	.gform_button {
	    	
	}
	
	#sb_instagram #sbi_load .sbi_follow_btn a {
	    		
    padding: 15px 30px;
    display: flex;
    justify-content: center;
	}
	
	#sb_instagram #sbi_load .sbi_follow_btn a:after{
        display: none
	}
	
	
    body #sb_instagram #sbi_images {
	    gap: 20px !important;	
	}
	
    .elementor-flip-box__layer__description {
        h3 {
            margin-bottom: 15px !important;
        }

        a.email {
            margin-bottom: 5px !important;
        }
    }
	
	.header-menu .menu-item-has-children .sub-menu a {
	    font-size: 15px;
        font-weight: 400 !important;
		    border-radius: 0 !important;
		
        &:focus, &:hover, &.elementor-item-active {
		    background: #ECF3F8 !important;
            color: #191919 !important;
		}
	}
	
	#sb_instagram {
    #sbi_load {
        button.sbi_load_btn, a {
			width: 100%;
			padding: 15px;
		}
		.sbi_follow_btn {
		 width: 100%;	
			margin-left: 0 !important;
		}
		
		}
	}
	
	.e-loop__load-more {
	    	    padding: 0 20px;
	}
	
	.gform_wrapper {
        .gform_fields {
            gap: 15px !important;
        }
	}
	
    .icon-knop-wit .elementor-button-icon, .icon-knop-blauw .elementor-button-icon {
        display: none;
    }

    #sb_instagram {
        .sbi_photo, .sbi_photo img {
            max-height: 250px !important;
        }
    }


    .gform-footer .gform_button[type="submit"] {
		padding: 15px 30px !important;
        width: 100% !important;
		
		img {
		    display: none
		}
    }

    .cijfers li .elementor-icon-list-icon::before {
        font-size: 16px
    }

    .elementor-flip-box__layer__title {
        font-size: 25px !important;
    }

    .elementor-flip-box__layer__description {
        h3 {
            font-size: 18px !important;
        }
    }

    .project-specs {
        tr {
            display: flex;
            flex-direction: column;
        }

        td {
            padding: 0 0 10px;
        }
    }

    .cookie-notice-container {
        width: 80% !important;
    }
}

@media (min-width: 768px) {
    .header-menu .menu-item-has-children {
        justify-content: center;

        .highlighted ~ ul {
            /*display: flex !important;*/
        }

        .sub-menu {
            z-index: 9999 !important;
            margin-top: 10px !important;
            background-color: #FFFFFF29;
            padding: 15px;
            backdrop-filter: blur(10px);
            border-style: solid;
            border-width: 1px 1px 1px 1px;
            border-color: #FFFFFF33;
            border-radius: 20px;
            width: auto;

            a {
                background: unset !important;
                color: #fff;
                padding: 7px 7px 7px 4px;
                font-size: 15px;
                font-weight: 300;
            }
        }
    }

    .togglers .elementor-toggle-icon, .togglers .elementor-toggle-icon svg {
        width: 55px !important;
        height: 55px !important;
    }

    .icon-knop-blauw .elementor-button-icon, .icon-knop-wit .elementor-button-icon {
        padding: 20px;
    }

    .circle-navigatie {
        .swiper-slide-inner img {
            max-height: 500px;
			width: 100%;
        }
    }


    .categories-projects {
        margin-left: 20px;

        a {
            margin-left: 10px;
        }
    }
}
