/*
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
*/

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.elementor-location-header {
    flex-shrink: 0;
}

.elementor-location-footer {
    margin-top: auto;
}

.elementor-toc__header{
	display: none !important;
}

.gform_required_legend {
    display: none;
}

.product-title h1{
	word-break: break-word;
    overflow-wrap: break-word;
}

.elementor-widget-text-editor p {
    margin-top: 0;

    &:last-of-type {
        margin-bottom: 0;
    }
}

.elementor-icon-wrapper {
    display: flex;
}

.st0 {
    fill: #34828b !important;
}

.sluiten .st0 {
    fill: #fdfaf5 !important;
}

.bewise-link a {
    color: white !Important;
}

.elementor-loop-container.elementor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,  308px);
    justify-content: center;
    gap: 30px;
}

@media (max-width: 767px){
.elementor-loop-container.elementor-grid {
        grid-template-columns: 100%;
    }}

.producten-grid:hover {
    box-shadow: 0 3px 6px #00000029;
}

.gsection_title{
	margin-bottom: 5px !important;
}


.footer-menu .elementor-nav-menu {
    column-count: 2;
    column-gap: 40px;
}

.contact-video video {
    object-fit: cover !important;
}

#gform_confirmation_message_1 {
    text-align: center;
}

#gform_fields_1 textarea,
#gform_fields_2 textarea {
    min-block-size: 150px !important;
}

.arrow-knop {
    &:hover  .elementor-button-icon {
        transform: translateX(6px);
    }

    .elementor-button-icon {
        transition: transform 0.25s ease;
    }
}

#contact-knop {
    svg {
        width: 21px !important;
    }

    > a {
        line-height: 20px !important;
    }
}

.gform_fields select{
	border: 1px solid #B5B5B5 !important;
    border-radius: 10px !important;
    background: unset !important;
	padding: 0 20px !important;
	height: 50px;
	align-items: center;
	
	option{
			color:#2C3B50;

	}
	
}
.gform_description{
	margin-top: -20px;
    margin-bottom: 35px;
}


.gform_fields {
    row-gap: 20px !important;

    input,
    textarea,
    input,
    textarea{
        border: 1px solid #B5B5B5 !important;
        border-radius: 10px !important;
        color: #2C3B50;
        background: unset !important;
        padding: 24px 20px !important;

        &::placeholder {
            color: #B5B5B5 !important;
        }
    }
}

#input_3_10, #input_3_9{
	pointer-events: none;
	color: gray !important;
}

.gform_fields select.is-placeholder {
    color: #B5B5B5 !important;
}

#gform_wrapper_1 .gform-footer{
	justify-content: center !Important;
}

#gform_2 .gform-page-footer{
	justify-content: flex-start !important;
}

.gform-page-footer, .gform-footer {
    display: flex !important;
    justify-content: flex-start;

    .gform_button, .gform_next_button {
        background-color: #34828b !important;
        border-radius: 10px !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 16px !important;
        padding: 15px 40px 15px 20px !important;
        background-image: url(/wp-content/uploads/2025/12/Path-1080.svg);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: right 16px center;
        transition: background-position 0.25s ease !important;

        &:hover {
            background-position: right 10px center; /* 6px naar rechts */
            background-color: #2a6971 !important;
        }
    }

    .gform_previous_button {
 border-radius: 10px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;

    padding: 15px 20px 15px 45px !important; /* extra padding links */

    background-image: url(/wp-content/uploads/2025/12/res-4.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 16px center;

    transition: all 0.25s ease !important;

        &:hover {
            background-position: left 10px center; /* 6px naar rechts */
            background-color: #2a6971 !important;
			color: white !important;
			background-image: url(/wp-content/uploads/2025/12/res-5.svg);
			border-color: #2a6971 !Important;
        }
		
    }
}


.cookie-notice-container {
    background-color: #fff;
    font-size: 13px;
    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-text-font-family ), sans-serif;
    margin-bottom: 15px;
}


.cn-more-info {
    text-decoration: underline !important;
    padding-right: 0 !important;
    padding-left: 5px !important;
    background: unset !important;
    font-weight: 400 !important;
    font-family: var(--e-global-typography-0ab5ea4-font-family), sans-serif !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: #fff !important;
    background: #34828b !important;
    padding: 14px 20px !important;
    border: 1px solid #fff;
    border-radius: 10px !important;
    transition: all .3s;

}

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

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

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

@media only screen and (min-width: 1024px) {
    .video-dienst .elementor-video {
        width: 818px !important;
        border-radius: 30px;
        height: 590px !important;
    }
}

@media only screen and (max-width: 1024px) {
	
	.gform_description{
	margin-top: 0px !important;
    margin-bottom: 25px;
}
    .video-dienst .elementor-video {
        width: 100% !important;
        border-radius: 30px;
    }
}

@media only screen and (max-width: 767px) {
	
	.gform-theme--foundation .gform_page_footer{
		justify-content: space-between !important;
	}
	.cookie-notice-container {
		width: 90% !important
	}
	
	.gform_description{
	margin-top: -20px;
    margin-bottom: 35px;
}
	
    .colum-phone .elementor-nav-menu {
        flex-direction: column;
    }
}
