/*
BASIC.CSS PORTAAL

#1c819a = blauwgroen
#84bbc8 = lichtblauw
#ddecf0 = lichterblauw
#999900 = groen
#e0dcab = lichtgroen
#c41717 = rood
#f2cccc = lichtrood
*/

* {
	margin:0;
	padding:0;
	border:0;
}

html {
	width:100%;
	height:100%;
}

body {
	font-family:'Source Sans Pro', sans-serif;
	/* background:#e6f8ff; */
	text-align:center;
	position:relative;
	font-size:16px;
	line-height:24px;
	text-align:left;
	word-break:break-word;
	width:100%;
	min-height:100%;
	/* google chrome font-fix 1/2: */
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	overflow-x:auto;
	overflow-y:scroll;
}
@media screen and (max-width: 1335px) {
	html, body {background-color:#fff;}
}

@-webkit-keyframes fontfix {
	/* google chrome font-fix 2/2: */
	from { opacity: 1; }
	to   { opacity: 1; }
}

a {
	outline:0;
}

#welkom {
	width:1270px;
	max-width:100%;
	/* margin: 0 15px 20px 15px; */
	margin: 0 auto 20px auto;
	max-width: 100%;
	text-align: center;
	color: #555;
	min-height: 40px;
	line-height: 27px;
	padding: 6px 30px 6px 30px;
	box-sizing: border-box;
}

div, form {
	box-sizing:border-box;
}

#container {
	width:100%;
	min-height:100%;
	margin:0 auto;
}

#main {
	width:1270px;
	max-width:100%;
	margin:0 auto;
	padding:0 15px;
}

h1 {
	font-family:'Oswald', sans-serif;
	font-size:30px;
	line-height:24px;
	font-weight:normal;
	color:#1c819a;
	margin:7px 0 40px 0;
}

h2, h2 a {
	font-family:'Oswald', sans-serif;
	font-size:24px;
	line-height:20px;
	font-weight:normal;
	/* text-transform:uppercase; */
	color:#1c819a;
	margin:9px 0 30px 0;
	text-decoration:none;
}

h3 {
	font-family:'Oswald', sans-serif;
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	text-transform:none;
	color:#1c819a;
	margin:30px 0 23px 0;
}

h4 {
	font-family:'Oswald', sans-serif;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	text-transform:none;
	color:#000;
	margin:18px 0 18px 0;
}

p {
	margin:0 0 25px 0;
	overflow:hidden;
}

ul, ol {
	margin-left:20px;
}

label, input {
	box-sizing: border-box;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}
label {
	width:100%;
	font-style: italic;
	margin-bottom:5px;
}
input[type='text'], input[type='email'], input[type='date'], input[type='time'], input[type='number'], input[type='password'], textarea, select {
	background:#fff;
	padding:0 10px;
	border:1px solid #1c819a;
	width:100%;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
}
input[type='date'], input[type='time'] {
	width:auto;
}
input[type='text']:disabled, input[type='email']:disabled, input[type='date']:disabled, input[type='time']:disabled, input[type='number']:disabled, input[type='password']:disabled, textarea:disabled {
	background-color:#f2f2f2;
	color:#000;
	cursor:not-allowed;
}

input[type='text']:read-only, input[type='email']:read-only, input[type='date']:read-only, input[type='time']:read-only, input[type='number']:read-only, input[type='password']:read-only, textarea:read-only {
	background-color:#f2f2f2;
	color:#000;
	cursor:not-allowed;
}

input[type='time'], input[type='date'] {
	padding:0;
}

textarea {
	box-sizing:border-box;
	font-family:inherit;
	font-size:18px;
	line-height:29px;
	width:100%;
	min-height:30px;
	height:150px;
	resize:vertical;
}
@media screen and (max-width: 500px) {
	textarea {
		height:300px;
	}
}

input[type='submit'], input[type='reset'], input[type='button'] {
	/* background-color:#990; */
	background-color: #669900;/* aangepast 13-08-2022 */
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 0;
	padding: 20px 45px;
	cursor: pointer;
	float: right;
	border-radius: 10px;/* toegevoegd 13-08-2022 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-appearance: none;
}
#chapters input[type='submit'] {
	box-sizing:border-box;
	display:block;
	width:400px;
	max-width:100%;
	height:80px;
	margin:0 auto;
	float:none;
	clear:both;
}
input[type='reset'] {
	background-color:#999;
	float:left;
}
input[type='button'] {
	background-color:#999;
	float:left;
}
input[type='button'][value='Cancel'] {
	clear:left;
	margin-top:20px;
}

.vcenter {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hcenter {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.circle {
	height:25px;
	width:25px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:inline-block;
	color:#fff;
	text-align:center;
}

a.cancel {
	text-decoration:none !important;
	color:#000 !important;
	width:auto !important;
	padding:20px;
	margin:50px 0 -20px 0 !important;/* form bottom nl ook 20px */
	border-top:1px dashed #000;
	float:left;
	clear:both;
}

.subregel_textballoon {
	box-sizing:border-box;
	display:table;
	/* width:100%; */
	width:auto;
	float:right;
	margin-left:20px;
	/* padding-right:20px; */
	padding-top:20px;
	font-style:italic;
	font-size:14px;
	line-height:18px;
	text-align:right;
}

@media screen and (max-width: 450px) {
	/* start mobile */
	body {
		font-size:18px;
		line-height:27px;
	}
}

.nobr {
	white-space:nowrap;
}

/* START CHECKOVERLAY */

.checkoverlay {
background-color:rgba(0,0,0,0.2);
position:absolute;
width:100%;
height:100%;
text-align:center;
}

.checkoverlay div {
	display: inline-block;
	padding: 25px;
	position: fixed;    
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#check-group {
    animation: 0.32s ease-in-out 1.03s check-group;
    transform-origin: center;
}

#check-group #check {
    animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
    stroke-dasharray: 0, 75px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#check-group #outline {
    animation: 0.38s ease-in outline;
    transform: rotate(0deg);
    transform-origin: center;
}

#check-group #white-circle {
    animation: 0.35s ease-in 0.35s forwards circle;
    transform: none;
    transform-origin: center;
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}

/* EINDE CHECKOVERLAY */
