/*
 * Search
 */
.search {
}

.visual-text {
	margin-top: 100px;
}
.search .form-group {
	margin-bottom:		0;
}
.responsive-slider, .responsive-slider .responsive-image {
	height:			80vh;
}
.slide-numer-1 .responsive-image{
	background-image: url(/upload/visual-beheer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.slide-numer-2 .responsive-image{
	background-image: url(/upload/visual-verhuur.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.slide-numer-3 .responsive-image{
	background-image: url(/upload/visual-diensten.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.slide-numer-4 .responsive-image{
	background-image: url(/upload/team-kimmel-visual-home-24.jpg?v2024);
	background-color: #000000 !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.responsive-slider-bullet {
    display: none;
}
.responsive-slider, .responsive-slider .responsive-image {
    height: calc(80vh - 150px) !important;
}
.is-sticky .responsive-slider, .is-sticky .responsive-slider .responsive-image {
    height: calc(100vh - 95px) !important;
}
/*
 * Mobile
 */
@media screen and (max-width: 767px) {
	.visual-text {
		margin-top: 80px;
	}
	.responsive-slider, .responsive-slider .responsive-image {
		background-color: #dd042b;
		height: 80vh!important;
	}
	.responsive-image {
		background-size: contain;
	}
}

/*
 * Tablet
 */
@media screen and (min-width: 768px) and (max-width: 991px) {

}

/*
 * Small desktop
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {

}
