/* ==========================================================================
Circulair Connect - TOP
========================================================================== */

.btn_grey {
	background: grey;
	padding: 6px 10px;
	border-radius: 10px;
	opacity: 0.2;
	color: white;
}

.meubelmatchers-header-wrapper {
	padding: 20px 20px;
	background: white;
}

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

.wrapper-homepage {
    width: 100%;
    margin: auto;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

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

.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: #0083a1;
	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: #f49728;
}

.header-menu-item.registreren-inkoper a {
	background: #0083a1;
}

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

.meubelmatchers-header-img img {
	max-width: 225px;
	height: auto;
	width: auto;
}

.meubelmatchers-header-wrapper {
	padding: 20px 20px;
	background: white;
	margin-bottom: -20px;
}

.meubelmatchers_footer.part3 a {
    text-decoration: unset !important;
    font-size: unset !important;
    font-family: unset !important;
}



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


/* ==========================================================================
Circulair Connect - 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;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {


	.meubelmatchers-header-menu-items {
		display: flex;
		flex-direction: column;
		gap: 10px;
		justify-content: center;
		align-items: end !important;
	}

	.header-menu-item.registreren-verkoper {
		display: flex;
	}

	.header-menu-item.registreren-inkoper {
		display: flex;
		align-self: end;
		flex-direction: row-reverse;
	}
}

@media (max-width: 767px) {
	.meubelmatchers-header-wrapper {
		display: flex;
		flex-direction: column;
		gap: 20px;
		position: relative;
	}


	.meubelmatchers-header-menu-items {
		display: flex;
		flex-direction: row;
		gap: 20px
	}

	.header-menu-item.registreren-verkoper span {
		width: 100%;
		display: block;
	}

	.header-menu-item.inloggen {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.header-menu-item.registreren-inkoper span {
		width: 100%;
		display: block;
	}

	.header-menu-item.registreren-verkoper {
		display: flex;
		text-align: center;
	}

	.header-menu-item.registreren-inkoper {
		display: flex;
		text-align: center;
	}
}