/*
 * Search
 */
.search {
}

.search .form-group {
	margin-bottom: 0;
}
.visual {
	height: 100vh;
}
.visual h1 {
	text-shadow: 0px 0px 10px #000 !important;
}
.responsive-slider {
	position: fixed;
	height: 100% !important;
}
.responsive-slider-slide.slide1 {
	background: url(/upload/home-visual.jpg) bottom center / cover no-repeat;
}
.responsive-slider-slide.slide2 {
	background: url(/upload/visual-peekenpompe.jpg) bottom center / cover no-repeat;
	/* background: url(/upload/home-visual30-09-2020.jpg) bottom center /cover no-repeat; */
}
.responsive-slider-slide.slide3 {
	background: url(/upload/home-visual-peekenpompe-makelaar-maarssen.jpg) bottom center / cover no-repeat;
	/* background: url(/upload/home-visual2.jpg) bottom center /cover no-repeat; */
}
.responsive-slider-slide.slide4 {
	background: url(/upload/visual-peekenpompe-makelaar-utrecht-leidsche-rijn.jpg) bottom center / cover no-repeat;
}

.responsive-slider-prev img {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 50%;
	height: auto;
}
.responsive-slider-next img {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 50%;
	height: auto;
}
.statics {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
.static-count.static-sold,
.static-count.static-sold a {
	font-size: 35px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
}
.static-count.static-sold span {
	font-weight: 700;
	font-size: 45px;
}
.visual .funda-img {
	width: 100px;
	margin-top: 10px;
}

.responsive-slider-slides h1 {
	line-height: 45px;
	font-size: 36px;
}

.responsive-slider-slides p {
	line-height: 28px;
	font-size: 18px;
}

.responsive-slider-slides h1 small {
	margin-bottom: 0px;
}

/*
 * Mobile
 */
@media screen and (max-width: 767px) {
}

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

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