html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

@font-face {
    font-family: 'Asap';
    src: url('../font/Asap-Regular.woff2') format('woff2'),
        url('../font/Asap-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Asap Bold';
    src: url('../font/Asap-Bold.woff2') format('woff2'),
        url('../font/Asap-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
        url('../font/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
	font-family: 'Asap', Arial, sans-serif;
	background: #00005A;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #003a81;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	
}
html {
	box-sizing: border-box;
	margin: 0!important;
}
*, *:before, *:after {
	box-sizing: inherit;
}
img {
	display: block;
}

strong {
	font-family: 'Asap Bold';	
}

h1 {
	font-size:25px;
	line-height:31px;
	color:#003a81;
	margin-bottom:20px;
	font-weight:bold;
	float:left;
	display:block;
	position:relative;
	font-family: 'Asap', Arial, sans-serif;
	text-align:center;
}

h2 {
	font-size:20px;
	line-height:26px;
	color:#003a81;
	margin-bottom:20px;
	margin-top:20px;
	font-weight:bold;
	float:left;
	display:block;
	position:relative;
	width:100%;
	font-family: 'Asap', Arial, sans-serif;
	text-align:center;
}

.h2form {
	color:#003a81;
}

h3 {
	font-size:20px;
	line-height:26px;
	color:#003a81;
	margin-bottom:20px;
	font-weight:bold;
	float:left;
	display:block;
	position:relative;
	width:100%;
	text-align:center;
}

ul {padding: 0 0 0 24px;width:100%;float:left;position:relative;display:block;list-style: none;}
ul li {color:#303030;font-size:16px;}
ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #303030; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ul li a{color:#303030;}

p {
	font-size:16px;
	line-height:22px;
	color:#303030;
	float:left;
	display:block;
	position:relative;
	width:100%;
	font-weight:300;
	margin-bottom:20px;
	text-align:center;
}


p b{
	font-weight:600;
}

.pSmall {
	font-size:14px;
	line-height:20px;
	font-style:italic;
	padding-bottom:20px;
}

.pSmallLeft {
	padding-right:60px;
	float:left;
	display:block;
	position:relative;
}

.pSmallRight {
	float:left;
	display:block;
	position:relative;
}

form p {color:#303030;}

.list {
	padding:0 0 0 30px;
	font-weight:300;
	width:100%;
	display:block;
	float:left;
	position:relative;
}

.pSmallLeft {
	padding-right:60px;
	float:left;
	display:block;
	position:relative;
}

.pSmallRight {
	float:left;
	display:block;
	position:relative;
}

.container {
	display:block;
	position:relative;
	width:100%;
	float:left;
}

.innerContainer {
	display:block;
	position:relative;
	max-width:100%;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
}

.header {
	display:block;
	position:relative;
	width:100%;
	float:left;
	background-image: url(../img/bg.png);
	background-position:left;
	border-bottom: 5px solid #B9944B;
	background-size: cover;
}

.header-inner {
	display:block;
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:1200px;
}

.headerLeft {
	display:block;
	position:relative;
	width:100%;
	float:left;
	padding:20px;
}

.headerLeft img{
	display:block;
	width:100px;
	
}

.headerLeft .headerText {
	display:block;
	position:absolute;
	padding-left:110px;
	top:32px;
	color:#fff;
	
}


.headerText a img{
	display:inline-block;
	width:20px;
}


.visual {
	display:block;
	position:relative;
	max-width:100%;
	width:100%;
	float:left;
}

.visual img{
	display:block;
	width:100%;
}

.content {
	display:block;
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:1200px;
	overflow:hidden;
}

.content-inner {
	padding:20px 20px 20px 20px;
	margin:0 auto;
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
}

.content-wrap {
	float:left;
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
}

.content-left {
	display:block;
	position:relative;
	width:50%;
	float:left;
	padding-right:10px;
}

.content-right {
	display:block;
	position:relative;
	width:50%;
	float:left;
	padding-left:10px;
}

.content-left img, .content-right img{
	display:block;
	position:relative;
	width:100%;
	padding-bottom:20px;
}

.content-33 {
	display:block;
	position:relative;
	width:33.333%;
	float:left;
	
}

.content-33 img{
	display:block;
	width:100%;
	margin-bottom:20px;
}

.content-33-left{
	padding-right:10px;
}

.content-33-center{
	padding-right:5px;
	padding-left:5px;
}

.content-33-right{
	padding-left:10px;
}

form {
	position:relative;
	float:left;
	display:block;
	width:100%;
	padding:20px 0;
}

.row {
	display:block;
	position:relative;
	width:100%;
	float:left;
	margin-bottom:10px;
}

.rowRadio {
	margin-bottom:30px;
}

.rowLast {
	margin-bottom:30px;
}
	
.form-group {
	display:block;
	position:relative;
	width:100%;
	float:left;
}

.form-group label{
	font-size:16px;
	width:30%;
	height:auto;
	line-height:normal;
	outline:none;
	margin:0;
	color: #303030;
	-moz-appearance:textfield;
	float:left;
	padding:10px 10px 10px 0;
	font-family: 'Asap';
}

.form-group .label-100{
	width:100%;
}

.form-group .form-control{
	font-size:15px;
	width:70%;
	height:auto;
	line-height:normal;
	outline:none;
	margin:0;
	color: #303030;
	-moz-appearance:textfield;
	background:#fff;
	float:left;
	padding:10px;
	border:1px solid #003a81;
	font-family: 'Asap', Arial, sans-serif;
}

.form-group textarea{
	font-size:15px;
	width:70%;
	resize:none;
	font-family: 'Asap', Arial, sans-serif;
}

.form-group .form-control-100{
	width:100%;
}

.form-group .product {
  width: 100%;
  padding-left: 90px;
  position: relative;
  float: left;
	padding-bottom:0;
}

.form-control-aantal {
	width: 90px;
  padding: 10px 10px 10px 0;
  position: absolute;
  float: left;
	margin:0;
	font-size:15px;
	line-height:17px;
}

.form-group .form-control-number{
	width:80px!important;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	margin-bottom:10px;
}

.aantal{
	width:100%;
	float:left;
	position:relative;
	padding-bottom:10px;
	display:block;
}
	
.toggle {
	display:block;
	position:relative;
	width:100%;
	float:left;
}

.afl  {
	display:block;
	position:relative;
	width:100%;
	float:left;
}

.hide-radio {
	display:none;
}

.radio-container {
	float:left;
	position:relative;
	width:100%;
}

.radio-container-100 {
	float:left;
	position:relative;
	width:100px;
}

.radio-container-100-width {
	float:left;
	position:relative;
	width:100%;
}

.radio-container-160 {
	float:left;
	position:relative;
	width:160px;
}

.radio-container label{
	display:block;
	float:left;
	position:relative;
	width:100%;
	padding-bottom:0;
	cursor:pointer;
	line-height:23px;
}

.toggle .form-group .radio-container label{
	padding-left:26px;
	padding-top:0;
}

.radio-container label img{
	display:inline-block;
	float:left;
	padding-right:5px;
	width:28px;
}

.radio-container input[type=radio] + label:before {
	content:"\f111";
	font-family: 'Font Awesome 5 Free'; 	
	text-align:left;
	padding:0 6px 0 0;
	float:left;
	font-size:16px;
	color:#003a81;
	cursor:pointer;
}

.radio-container input[type=radio]:checked + label:before {
	content:"\f058";
	font-family: 'Font Awesome 5 Free'; 	
	text-align:left;
	padding:0 6px 0 0;
	float:left;
	font-size:16px;
	color:#003a81;
	cursor:pointer;
}

.radio-container input[type=radio]:checked + label{
	color:#003a81;
}

.hide-checkbox {
	display:none;
}

.checkbox-container {
	float:left;
	position:relative;
	width:100%;
	padding-top:10px;
	cursor:pointer;
}

.checkbox-container-100 {
	float:left;
	position:relative;
	width:90px;
}

.checkbox-container label{
	display:block;
	float:left;
	position:relative;
	width:100%;
	padding-bottom:0;
	cursor:pointer;
	line-height:23px;
	padding-left:24px;
}

.checkbox-container input[type=checkbox] + label:before {
	content:"\f0c8";
	font-family: 'Font Awesome 5 Free'; 	
	text-align:left;
	padding:0 6px 0 0;
	float:left;
	font-size:20px;
	color:#003a81;
	cursor:pointer;
	font-weight:300;
	position:absolute;
	left:0;
}

.checkbox-container input[type=checkbox]:checked + label:before {
	content:"\f14a";
	font-family: 'Font Awesome 5 Free'; 	
	text-align:left;
	padding:0 6px 0 0;
	float:left;
	font-size:20px;
	color:#003a81;
	cursor:pointer;
	font-weight:700;
	position:absolute;
	left:0;
	
}

.checkbox-container input[type=checkbox]:checked + label{
	color:#003a81;
}

.btnposition {
	position:relative;
	float:left;
	display:block;
	width:100%;
	margin-bottom:20px;
}

.btn {
	height:auto; 
	background:#003a81;
	color: #fff;
	float:left;
	width:auto;
	padding:10px 20px 10px 20px;
	border:1px solid #003a81;		
	font-size:20px;	
	font-weight:bold;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius:0;
	text-decoration:none;
}

.has-error .radio-container label{
	color:red;
}

.has-error .form-control{
	border:1px solid red;
}

.list-unstyled li{
	color:#fff;
}

.with-errors {
	color:#fff;
	font-style:italic;
	position:relative;
	width:70%;
	float:right;
	padding-top:5px;
	font-size:12px;
	padding-left:20px;
}

.with-errors-100 {
	width:100%;
}


.with-errors-numbers {
	width:100%;
}

.checkbox-container .with-errors {
	width:100%;
}

.with-errors ul{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	color:red;
}

.with-errors ul li {
	color:red;
}

.with-errors ul li:before {
	content:"\f062";
	font-family: 'Font Awesome 5 Free'; 	
	text-align:left;
	padding:0 6px 0 0;
	float:left;
	font-size:16px;
	color:red;
	cursor:pointer;
	font-style:normal;
}

.footer {
	position:relative;
	width:100%;
	float:left;
	display:block;
	background:#00005A;
	padding:40px 0;
}

.footer-inner {
	display:flex;
  align-items: center;
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:1200px;
	padding: 20px;
}

.footer p{
	color:#fff;
	font-size:13px;
	margin-bottom:0;
}

.footerLeft {
	width:30%;
	position:relative;
	float:left;
	display:block;
	padding-right:40px;
}

.footerLeft img{
	width:100%;
        max-width: 400px;
}

.footerRight{
	width:50%;
	position:relative;
	float:left;
	display:block;
}

.footerRight a{
	color:#fff;
}
@media only screen and (max-width: 768px) {	
.content-33 {
	display:block;
	position:relative;
	width:100%;
	float:left;
	
}
	
.content-33 {
	padding:0;
	
}
	
	
.content-inner {
	padding:20px;
}
	
.content-left, .content-right{
	display:block;
	position:relative;
	width:100%;
	padding:0;
}
	
form {padding:0;}

.form-group label{
	width:100%;
	padding-top:0;
}

.radio-container label{
	width:100%;
	padding-top:10px;
}

.form-group .form-control{
	width:100%;
}

.with-errors {
	width:100%;
}
	
.footer-inner {
	display:block;
  align-items: center;
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:1200px;
	padding: 20px;
}
	
.footerLeft {
	width:100%;
	position:relative;
	float:left;
	display:block;
	padding-right:0;
}

.footerLeft img{
	width:230px;
}

.footerRight{
	width:100%;
	position:relative;
	float:left;
	display:block;
	padding-top:30px;
}
}
