/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
 

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
footer {
	position: relative;
}
footer:before {
	content: "";
	position: absolute;
	top: -70px;
	left: 0;
	width: 100%;
	height: 80px; /* aanpassen naar wat mooi oogt */
	background-image: url('/wp-content/uploads/2022/12/footer-top.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: 1;
	pointer-events: none;
}
.naw-icon:before{
	position: relative;
	font-family: 'ETmodules';
	margin-right: 10px;
	font-size: 15px;
}

.home-wes:before{
	content: "\e009";
}
.street:before{
	content: "\e01d";
}
.postal:before{
	content: "\e01f";
}
.email:before{
	content: "\e010";
}
.phone:before{
	content: "\e090";
}
.btw:before{
	content: "\68";
}
.kvk:before{
	content: "\e0fe";
}
#footer-info {
	text-align: left;
	color: #666;
	padding-bottom: 10px;
	float: left;
}
#footer-info a {
	font-weight: 700;
	color: #666;
}
.footer-menu li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	display: block;
	width:80%;
	padding-top:5px;
	}
.footer-menu li a {
	color: #fff!important;
	font-size: 90%;
}
/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/




