/* ==========================================================================
Circulair Connect - HOMEPAGE
========================================================================== */

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

.header-homepage {
	height: 40vh;
	width: 100%;
	text-align: center;
	background-color: #f4972845;
	display: inline-block;
	background-image: url("/tl_files/files/circulairconnect/images/Header-Hompage-Circulair-Connect.png");
	background-size: cover;
}

.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: #f8f8f8f0;
	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 {
	margin-top: 0px;
	color: white;
	font-size: 42px;
	line-height: 54px;
	font-family: Poppins, Verdana;
	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;
}

.show-all {
    width: 1024px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
}

.show-all a {
    background: #009a97;
    color: white;
    display: inline;
    padding: 10px 20px;
    border-radius: 12px;
transition: 0.3s all ease
}

.show-all a:hover{
    background: #018684;
}

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

.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%;
}

body#top {
	margin: 0px;
}

div#iframe-homepage .item_container img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

div#iframe-homepage .item_teaser {
    display: none;
}

div#iframe-homepage .item_info {
    padding: 15px 0px;
}

div#iframe-homepage .item_info strong {
    white-space: nowrap;   /* houdt tekst op één regel */
    overflow: hidden;      /* verbergt het teveel */
    text-overflow: ellipsis; /* voegt … toe */
        display: inline-block; /* of block, afhankelijk van je layout */
width: 100% !important;
    
}

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


/* ==========================================================================
Circulair Connect - HOMEPAGE - 1023px
========================================================================== */

@media screen and (max-width: 1023px) {
	.wrapper-homepage {
		width: 100% !important;
		margin: 0% !important;
		margin-top: 0% !important;
	}

	.header-homepage {
		height: 50vh;
	}

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

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

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

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

    .show-all {
        width: unset !important;
        padding: 0px 0px;
    }

	.wrapper-homepage {
    height: 100% !important;
	}
}


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