/* ==========================================================================
MEUBELMATCHERS - TOP
========================================================================== */
.meubelmatchers-header-wrapper {
	padding: 20px 20px;
	background: white;
}

.wrapper {
	width: unset;
	margin: unset;
	padding: unset;
}

.part3 p.footer-links a {
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    font-size: 14px !important;
}

.wrapper-homepage {
	width: 76%;
	margin: 10% 12%;
}

.meubelmatchers-header-img {
	display: inline-block;
}

.meubelmatchers-header-img img {
	height: 45px;
	max-width: 175px;
}

.meubelmatchers-header-menu-items {
	width: auto;
	display: inline-block;
	float: right;
	margin-top: 12px;
}

.header-menu-item {
	display: inline-block;
	margin: 0px 0px 0px 20px;
}

.header-menu-item a {
	color: #0c2f4f;
	text-decoration: none;
	font-size: 18px;
}

.meubelmatchers_footer.part2 {
	/* padding-left: 100px; */
}

.meubelmatchers_footer.part2,
.meubelmatchers_footer.part3 {
	padding-top: 30px;
}

.footer a {
	text-decoration: unset;
	color: black;
}

.meubelmatchers_footer {
	width: 33.33333%;
	float: left;
	vertical-align: top;
	padding: 0px 20px 0px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footer p {
	font-size: unset;
}

.footer {
	background: #f8f8f8;
	width: 100%;
	padding: 100px 0px;
	display: inline-block;
}

.meubelmatchers_footer.part1 img {
	width: 250px;
}

.meubelmatchers_footer_wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

div#footer {
	padding: 0px !important;
}

.header-menu-item.registreren-inkoper a,
.header-menu-item.registreren-verkoper a {
	border-radius: 10px;
	color: white !important;
	text-decoration: none !important;
	padding: 10px;
	font-size: 16px !important;
}

.header-menu-item.registreren-verkoper a {
	background: #f7911e;
}

.header-menu-item.registreren-inkoper a {
	background: #0c2f4f;
}


/* ==========================================================================
END
========================================================================== */


/* ==========================================================================
MEUBELMATCHERS - TOP - RESPONSIVE
========================================================================== */

@media screen and (max-width: 1023px) {
	.meubelmatchers_footer {
		width: 100%;
		padding: 0px 50px !important;
		text-align: center;
	}

	.meubelmatchers_footer.part2,
	.meubelmatchers_footer.part3 {
		padding-top: 0px;
	}

	.header-menu-item {
		width: 100%;
		text-align: right;
		margin-left: 0px;
	}

	.meubelmatchers-header-img img {
		height: 55px;
	}

	.meubelmatchers-header-menu-items {
		margin-bottom: 20px;
	}

	.header-menu-item a {
		font-size: 16px;
	}
}