@charset "utf-8";
.form {
	align-content: center;
}
#cookie {
    opacity: .6;
}
footer {
	font: 700;
	text-align: center;
	color: white;
	min-height: 150px;
	width: 100%;
	bottom: 0;
}

.scl-media {
	margin: 0px 10px;
}

nav .navbar .navbar-expand-md .bg-dark .navbar-dark {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 0;
}

.nav-register {
	align-content: flex-end;
}

#formulier {
	min-height: 800px;
}

.button {
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.anders {
	background: green;
}
header {
	position: sticky;
}