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

/*
    Add your custom styles here
*/
/*ALGEMEEN*/

/*END ALGEMEEN*/

/*ACCORDION*/
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    height: 25px;
    width: 25px;
}
.elementor-accordion-item .elementor-active a {
    font-weight: bold !important;
}
.elementor-accordion-item {
    border-bottom: 2px #707070 solid !important;
}
.elementor-accordion-item:last-child {
    border-bottom: 0px #707070 solid !important;
}
.faq-white .elementor-accordion-item {
    border-bottom: 2px #fff solid !important;
}
.faq-white .elementor-accordion-item:last-child {
    border-bottom: 0px #707070 solid !important;
}

/*ENDACCORDION*/

/*SLIDER*/

.elementor-widget-n-carousel .e-n-carousel {
    clip-path: inset(0 -9999px 0 0);
    overflow: visible;
}
#aanbod {
    overflow-x: hidden;
}
/*END SLIDER*/

 /*FOOTER*/
    .site-footer .grid-container {
    	max-width: 1600px!important;
    	padding: 0 30px;
    	margin: auto;
    	display: grid;
    	grid-column-gap: 30px;
    	grid-template-columns: calc(50% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px);
    }

    .site-footer {
    	max-width: 100%!important;
    	width: 100%;
    	background-color: #1d1d1b;
    	color: #ffffff;
    	padding: 100px 0 0;
    	line-height: 38px;
    }
    .site-footer h3 {
    	font-size: 16px;
    	font-weight: 600;
        font-family: "fieldwork", Sans-serif;
    	text-transform: uppercase;
    	line-height: 24px;
    	letter-spacing: 2px;
    	color: #ffffff;
    	margin-bottom: 40px;
    }
    .site-footer ul {
    	list-style: none;
    	padding: 0px;
    }
    .site-footer a {
    	color: #ffffff;
    	font-weight: normal;
    }
    .site-footer a:hover {
    	font-weight: normal;
    }
    .site-footer .footer-contact-list {
    	width: 50%;
    	display: inline-block;
    	float: left;
    }
    .site-footer .grid-item {
    	text-align: left;
    }
    .site-footer .social-icons img {
    	margin-right: 20px;
    	width: 30px
    }
    .site-footer .copyright-bar-wrapper {
    	width: 100%;
    	margin: 100px auto 0;
    }
    .site-footer .copyright-bar {
    	grid-template-columns: calc(50% - 22.5px) calc(50% - 22.5px);
    	padding-bottom: 15px;
    	font-size: 12px;
    	line-height: 22px;
    	padding: 20px 30px; 
    }
    .site-footer .copyright-bar .grid-item:last-child {
    	text-align: right;
    }
    .site-footer .copyright-bar p {
    	margin-bottom: 0px;
    }

    /*END FOOTER*/