*{
	font-family: Helvetica, serif;
}

a.verwijder_regel{
	cursor:pointer;
}

.bg-clouds{
	background-image:	url('/uploads/20201222103554_background.jpg');
	background-repeat:	no-repeat;
	background-size:	cover;
	background-attachment: fixed;
	min-height:400px;
}

.bg-white{
	background-color:white;
}

.bg-gray{
	background-color:#eee;
}

.slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	/*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
}

.slider {
	display: flex;
	width: 100%;
	transition: transform 0.6s ease;
	list-style: none;
	margin: 0;
	padding: 0;
}

.slide {
	min-width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
}

.slide img {
	width: 100%;
	border-radius: 10px;
}

.dots {
	text-align: center;
	margin: 15px 0;
}

.dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border-radius: 50%;
	border:2px solid #007BFF;
	cursor: pointer;
	background-color:white;
}

.dot.active {
	background-color: #007BFF;
}