:root {
	--blue: #3490dc;
	--indigo: #6574cd;
	--purple: #9561e2;
	--pink: #f66d9b;
	--red: #e3342f;
	--orange: #f6993f;
	--yellow: #ffed4a;
	--green: #38c172;
	--teal: #4dc0b5;
	--cyan: #6cb2eb;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #3490dc;
	--secondary: #6c757d;
	--success: #38c172;
	--info: #6cb2eb;
	--warning: #ffed4a;
	--danger: #e3342f;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Nunito", sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-family: "Arial", "Tahoma", "Verdana", sans-serif;
	line-height: 1.15
}

main {
	display: block
}

body {
	background-color: #1d0102;
	color: #212529;
	font-family: Nunito, sans-serif;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	margin-top: 0
}

p {
	margin-bottom: 1rem;
	margin-top: 0
}

a {
	background-color: transparent;
	color: #3490dc;
	text-decoration: none
}

a:hover {
	color: #1d68a7;
	text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

[role=button] {
	cursor: pointer
}

[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

.text-center{
	text-align:center;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: none;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem
}

.h1,
h1 {
	font-size: 2.25rem
}

.h2,
h2 {
	font-size: 1.8rem
}

.h3,
h3 {
	font-size: 1.575rem
}

.h4,
h4 {
	font-size: 1.35rem
}

.h5,
h5 {
	font-size: 1.125rem
}

.h6,
h6 {
	font-size: .9rem
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1;
		transform: none
	}
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

@media print {
	*,
	:after,
	:before {
		box-shadow: none!important;
		text-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	img {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		min-width: 992px!important
	}
}

body,
html {
	font-family: 'OpenSans';
	height: 100%
}

body {
	background-color:#0F8856;
	background-size: 100% auto;
	color: #fff;
	min-height: 100%;
	padding: 0 60px;
	width: 100%
}

@media only screen and (max-width:450px) {
	body {
		padding: 0 30px
	}
}

body main {
	display: grid;
	grid-template-columns: max(350px);
	justify-content: center;
	place-items: center
}

@media only screen and (max-width:450px) {
	body main {
		grid-template-columns: 100%
	}
}

body main img.logo-top {
	width: 185px
}

body main .appstore-container {
	grid-column-gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%
}

body main .appstore-container img {
	cursor: pointer;
	width: 100%
}

body main .appstore-container img:hover {
	opacity: .5;
	transition: all .5s
}

body main .bottom-container {
	text-align: center
}

body main .bottom-container * {
	margin-top: 1em
}

body main .bottom-container img.wij-doen-dingen-logo {
	padding-bottom: 1rem;
	display:block;
	width: 150px;
	margin:auto;
}

body main .bottom-container img.corforma-logo {
	padding-bottom: 1rem;
	display:block;
	width: 175px;
	margin:auto;
}