@charset "UTF-8";

.swiper-container {
	position: relative;
	width: 100%;
	height: auto;
	//background-color: orange;
}


/* knoppen */
.swiper-knop-next,
.swiper-knop-prev {
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: white;
	color: #4a3577;
	top: 85px;
	left: 0px;
	z-index: 99;
	text-align: center;
}
.swiper-knop-next:hover,
.swiper-knop-prev:hover {
	background-color: #4a3577;
	color: #fff;
	cursor: pointer;
}
.swiper-knop-next:after,
.swiper-knop-prev:after {
	font-family: "icons";
	content: "\23";
	font-size:18px;
	line-height:35px;
}
.swiper-knop-prev:after {
	font-family: "icons";
	content: "\24";
}
.swiper-knop-next {
	left: auto;
	right: 0px;
}
/* bullets */
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}
.swiper-pagination-bullet-active {
	background: #4a3577;
}
/* SLIDER BELOFTES */
.beloftes {
	position: relative;
}
.swiper-container.swiper-container-beloftes {
	width: 100%;
	min-height: 100px;
	padding-bottom: 40px;
	margin-top: 30px;
}
.swiper-container-beloftes .swiper-slide {
	position: relative;
	width: 200px;
	min-height: 100px;
	font-family: "TheMix-SemiBoldItalic";
	font-family: "TheMix-PlainItalic";
	background-color: #866cbd;
	background-color: #e4dce2;
	//color: #fff;
	border-radius: 7px;
}
.swiper-container-beloftes .swiper-slide a {
	//min-height: 200px;
}
.swiper-container-beloftes .swiper-knop-next,
.swiper-container-beloftes .swiper-knop-prev {
	display: none;
}
@media only screen and (min-width: 768px) {
	.swiper-container-beloftes .swiper-slide {
		width: 250px;
	}
	.swiper-container-beloftes .swiper-slide a {
		//min-height: 250px;
	}
}
@media only screen and (min-width: 1280px) {
	.swiper-container-beloftes .swiper-slide {
		width: 300px;
	}
	.swiper-container-beloftes .swiper-slide a {
		//min-height: 300px;
	}
	.swiper-container-beloftes .swiper-knop-next,
	.swiper-container-beloftes .swiper-knop-prev {
		display: inherit;
		top: 85px;
		left: 20px;
	}
	.swiper-container-beloftes .swiper-knop-next {
		left: auto;
		right: 20px;
	}
}
.container-slide-txt {
	position: relative;
	padding: 20px;
	padding-bottom: 0px;
	z-index: 10;
}
.container-slide-txt h4 {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 10px;
	color: #4a3577;
}
@media only screen and (min-width: 768px) {
	.container-slide-txt h4 {
		//font-size: 26px;
		//line-height: 30px;
	}
}

/* SLIDER QUOTES */
section.recencies {
	//padding-top: 50px;
	//padding-bottom: 50px;
}
.swiper-container-quotes .swiper-wrapper {
	margin-bottom: 30px;
}
.swiper-container-quotes .swiper-slide {
	text-align: center;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
.swiper-container-quotes:hover {
	cursor: wait;
}
.swiper-container-quotes .swiper-slide .quote {
	font-family: "TheMix-SemiBoldItalic";
	font-family: "TheMix-PlainItalic";
	font-size: 16px;
	line-height: 28px;
	color: #777;
	margin-bottom: 30px;
	padding-left: 15%;
	padding-right: 15%;
}
.swiper-container-quotes .swiper-slide .naam {
	text-align: center;
	padding-bottom: 0px;
}
@media only screen and (min-width: 768px) {
	.swiper-container-quotes .swiper-wrapper {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.swiper-container-quotes .swiper-slide .quote {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 30px;
		margin-left: 70px;
		margin-right: 70px;
	}
}