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;
}

body {
	font-family: "Roboto", sans-serif;
	background: #ccc;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	
}
html {
	box-sizing: border-box;
	margin: 0!important;
}
*, *:before, *:after {
	box-sizing: inherit;
}
img {
	display: block;
}

h1 {
	font-size:25px;
	line-height:31px;
	color:#8bbd0d;
	margin-bottom:20px;
	font-weight:bold;
	float:left;
	display:block;
	position:relative;
}

h2 {
	font-size:20px;
	line-height:26px;
	color:#004e9e;
	margin-bottom:20px;
	font-weight:bold;
	float:left;
	display:block;
	position:relative;
	width:100%;
}

.h2form {
	color:#8bbd0d;
}

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

strong {
	font-weight:600;
	
}

ul {padding: 0 0 0 24px;width:100%;float:left;position:relative;display:block;list-style: none;}
ol {padding: 0 0 0 24px;width:100%;float:left;position:relative;display:block;}
ul li, ol li {color:#000;font-size:15px;}
ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #8bbd0d; /* 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:#000;}

p {
	font-size:15px;
	line-height:23px;
	color:#000;
	float:left;
	display:block;
	position:relative;
	width:100%;
	font-weight:300;
	margin-bottom:20px;
}

p a{
	color:#fff;
}

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:#000;}

.req {display:none;}
.afleveradres {display:none;
	position:relative;
	width:100%;
	float:left;}

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



.listBold {
	font-weight:700;
}


.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:1800px;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
}

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

.innerContainerContent {
	padding:20px;
	display:block;
	position:relative;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	
}

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

.headerBorder {
	border-bottom: 1px solid #aabcc4;
}


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

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

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

.headerRight {	
	display:block;
	position:relative;
	width:50%;
	float:right;
	padding:20px;
}

.headerText {
	display:block;
	position:relative;
	width:100%;
	float:right;
	padding:5px 0 0 0;
	text-align:right;
}

.headerText a{
	display:block;
	position:relative;
	color:#666;
	margin:10px;
	float:right;
}

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

.headerImg {
	display:block;
	position:relative;
	max-width:100%;
	width:100%;
	float:left;
	padding:0 20px;
}

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


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

.content-inner {
	padding:20px;
}

.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;
}

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

.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:15px;
	width:30%;
	height:auto;
	line-height:normal;
	outline:none;
	margin:0;
	color: #004e9e;
	-moz-appearance:textfield;
	float:left;
	padding:10px 10px 10px 0;
	font-weight:600;
}

.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 #000;
}

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

.form-group .form-control-90{
	width:200px;
}

.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;
}

.afl-size  {
	font-size:20px!important;
}

.hide-radio {
	display:none;
}

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

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

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

.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:#8bbd0d;
	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:#8bbd0d;
	cursor:pointer;
}

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

.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:#8bbd0d;
	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:#8bbd0d;
	cursor:pointer;
	font-weight:700;
	position:absolute;
	left:0;
	
}

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

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

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

.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;
}


.containerFooter {
	background:#00005a;
	padding:50px 0 20px 0;
}

/* INNER CONTAINER FOOTER */
.innerContainerFooter{
	width:100%;
	float:left;
	position:relative;
	display:block;
}

.innerContainerFooter h2{
	color:#fff;
}

.innerContainerFooter p{
	color: #8e98e9;
	text-decoration:none;
	display:block;
	float:left;
	position:relative;
	text-align:left;
	width:100%;
}

.innerContainerFooter p a{
	color: #8e98e9;
	text-decoration:none;
	position:relative;
	text-align:center;
}

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

.footer-left-white {
	width:200px;
	display:block;
	float:left;
	position:relative;
	padding-right:10px;
}



.blockfooter p a{
	color:#000;
	font-family: "Roboto", sans-serif;
	font-size:13px;
}

.footer-left a{
	color:#00005a;
	text-decoration:none;
}

.block {
	position:relative;
	width:100%;
	display:block;
	padding:0 20px 20px 20px;
	float:left;
	overflow:visible;
}
.blockfooter {
	
	padding:0;
}

.block50 {
	width:50%;
}

.footer-right {
	width:50%;
	display:block;
	float:right;
	position:relative;	
	text-align:right;
}

.footer-right p{
	font-size:13px;
}


.footer-right-white {
	width:200px;
	display:block;
	float:left;
	position:relative;	
	text-align:left;
}

.footer-left-white p, .footer-right-white p{
	font-size:14px;
	color:#fff;
	line-height:14px;
	margin-bottom:0;
}

.logo-footer{
	width:300px;
	display:block;
	float:left;
	position:relative;
}

.logo-footer img{
	width:100%;
	display:block;
}


@media only screen and (max-width: 768px) {	
h1 {
	font-size:20px;
	line-height:26px;
}

p {
	font-size:14px;
	line-height:20px;
}
	
.content {
	display:block;
	position:relative;
	width:100%;
	padding:10px 10px 10px 10px;
	margin:0 auto;
}

.pSmallLeft {
	padding-right:0;
	width:100%;
}

.pSmallRight {
	width:100%;
}

.headerRight {
	width:70%;
}

.headerLeft {
	width:30%;;
}
	
.headerLeft img{
	width:100%;
}
	
.headerText a {
    display: inline-block;
    position: relative;
    color: #666;
    margin: 0 10px;
	font-size:12px;
}

.content-inner {
	padding:10px;
}
	
.content-left, .content-right{
	display:block;
	position:relative;
	width:100%;
	padding:0;
}
.content-right{
	padding-top:40px;
}
	
	form {padding:30px 10px 10px 10px;}

.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%;
}
	
.form-group .product {
  padding-top:10px;
}
	
.containerBlue .block25, .containerFooter .block33 {
		
		width:100%;
	}
	
	.block50, .footer-left-white {
		
		width:100%;
	}
	
	.containerBlue .block50 {
		
		width:100%;
	}
	
	    .logo-footer {
        width: 140px;
        display: block;
        right: inherit;
        top: inherit;
        position: relative;
        margin: 0 auto;
    }
	
	    .footer-left {
        width: 100%;
        display: block;
        float: left;
        position: relative;
        text-align: center;
    }
	
	    .footer-right {
        width: 100%;
        display: block;
        float: right;
        position: relative;
        padding-right: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 420px) {	
.footer25 {
	display:block;
	width:50%;
}
}