/* ==========================================================================
MEUBELMATCHERS - HOMEPAGE
========================================================================== */

.wrapper-homepage-text {
	margin-top: 50px;
}

.header-homepage {
	height: 75vh;
	width: 100%;
	text-align: center;
	background-color: #f7911e45;
	display: inline-block;
	background-image: url("/tl_files/files/meubelmatchers/images/header.jpg");
	background-position: 10% 80%;
}

.search {
	position: relative;
}

input#ctrl_keywords {
	width: 90%;
	max-width: 1024px;
	border: 0px;
	border-radius: 10px;
	padding: 18px;
	font-size: 16px;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f8f8f8;
	border: 1px solid #b8b8b8;
}

.filters.left,
.filters.right {
	display: none;
}

a.button_inline.event_Search {
	top: 10px !important;
	margin-left: -60px !important;
	position: absolute;
	background: #525252;
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: transparent;
	border-radius: 10px;
}

a.button_inline.event_Search span {
	background: url(/tl_files/files/parksharing/parksharing/images/loupe.svg) no-repeat center center;
	width: 70px;
	height: 50px;
	position: absolute;
	color: transparent;
	border-radius: 0px 4px 4px 0px;
	top: -4px;
	right: -12px;
	background-size: 22px;
}

.wrapper-homepage-text h1 {
	color: white;
	font-size: 42px;
	line-height: 54px;
	font-family: Sailec;
	text-shadow: 0px 0px 10px black;
}

.wrapper-meubelmatchers {
	width: 1024px;
	margin: 0 auto;
	padding: 50px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row-numbers h3 {
	color: black;
	font-weight: normal;
	font-size: 32px;
}

.count-text {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: black;
}

.wrapper-numbers i {
	font-size: 80px;
	color: #0c2f4f;
}

.wrapper-numbers div {
	width: calc(100% / 3) !important;
	float: left;
	text-align: center;
	width: calc(100% / 4);
	vertical-align: top;
}

.wrapper-numbers {
	color: #788487;
	padding: 50px 20px;
	position: relative;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}

/* ==========================================================================
End
========================================================================== */


/* ==========================================================================
MEUBELMATCHERS - HOMEPAGE - 1023px
========================================================================== */

@media screen and (max-width: 1023px) {
	.header-homepage {
		height: 50vh;
	}

	.wrapper-meubelmatchers {
		padding: 50px 50px;
		width: 100%;
	}

	.wrapper-homepage-text h1 {
		font-size: 25px;
	}

	.wrapper-numbers div {
		width: 100% !important;
		padding: 10px 0px;
	}

	.container-wrapper,
	.wrapper-numbers {
		padding: 0px !important;
	}
}


/* ==========================================================================
End
========================================================================== */