@import 'font-awesome.css';
body, html {
  font-family: "trebuchet ms", geneva !important;
  color: #555;
}

* {
  color: #555;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0px;
}

.pointer {
  cursor: pointer;
}

header {
  display: block;
  width: 1140px;
  height: auto;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  background-color: white;
}
header .small-961 {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -100px;
}
header .small-961 .logo {
  width: 200px;
}
header .small-641 {
  display: none;
}
header #menu-icon {
  display: none;
}
header nav {
  display: block;
  width: 100%;
  height: 70px;
  float: none;
  background-color: #BBB;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
}
header nav ul {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: left;
}
header nav ul > li {
  display: block;
  float: left;
  height: auto;
  min-height: 70px;
  text-align: center;
  width: 160px;
  text-transform: uppercase;
  color: white;
  font-weight: bolder;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  font-family: "Poppins";
}
header nav ul > li a {
  color: white;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
}
header nav ul > li.fa-home {
  width: 60px;
  line-height: 70px !important;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
header nav ul > li.fa-home.active {
  line-height: 50px !important;
}
header nav ul > li.fa-home.active:hover {
  color: white;
}
header nav ul > li.fa-home.active:hover a {
  color: white;
}
header nav ul > li.fa-home:hover {
  color: #297AA8;
}
header nav ul > li.half {
  line-height: 20px !important;
}
header nav ul > li.half a {
  line-height: 20px !important;
}
header nav ul > li:hover a {
  color: #297AA8;
}
header nav ul > li:hover > ul {
  display: block;
}
header nav ul > li ul {
  display: none;
  background-color: #BBB;
  width: auto;
  min-width: 100%;
  width: 220px !important;
  float: left !important;
  clear: both !important;
}
header nav ul > li ul li {
  line-height: 40px;
  min-height: 40px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  font-weight: 100;
  font-size: 0.9em;
  width: auto;
  clear: both !important;
  /*ul {
  	float: left !important;
  	margin-left: -20px !important;
  	margin-right: -35px !important;
  	padding-left: 15px !important;
  	background-color: lighten($secondary, 10%);
  	border-color: lighten($secondary, 6%) !important;


  }

  &:hover ul {
  	display: block !important;
  }*/
}
header nav ul > li ul li a {
  color: white !important;
  line-height: 40px;
  width: 100%;
  height: 100%;
}
header nav ul > li ul li a:hover {
  color: #297AA8 !important;
}
header nav ul:first-child {
  padding-left: 15px;
}
header nav ul:first-child > li:first-child ul {
  float: left;
  margin-left: -15px;
}
header nav ul:first-child > li:last-child ul {
  margin-right: -15px;
}
header nav ul:last-child {
  float: right;
  padding-right: 15px !important;
}
header nav ul:last-child > li:last-child ul {
  float: right;
}
header nav > ul > li.active {
  background-color: #297AA8;
  color: white;
  height: 50px;
  line-height: 50px !important;
}
header nav > ul > li.active > a {
  color: white;
  line-height: 50px;
  border-top: 10px solid #BBB;
  border-bottom: 10px solid #BBB;
  box-sizing: border-box;
}
header nav > ul > li.active > a:hover {
  color: white;
}
header nav > ul > li.active:hover {
  background-color: #2c83b4;
}
header nav > ul > li.active:hover a {
  color: white;
}
header nav > ul > li.active.fa-home {
  box-sizing: border-box;
  border-top: 10px solid #BBB;
  height: 50px;
  line-height: 50px;
  border-bottom: 10px solid #BBB;
}
header nav > ul > li > ul > li.active {
  color: #297AA8;
}
header nav > ul > li > ul > li.active > a {
  color: #297AA8 !important;
}
header nav > ul > li > ul > li.active > a:hover {
  color: #2c83b4 !important;
}
header nav:last-child:hover {
  margin-right: 0px !important;
}
header aside {
  display: block;
  width: 100%;
  float: none;
  height: 140px;
}
header aside .particulier {
  position: absolute;
  display: inline-block;
  margin-top: 0px;
  top: 0px;
  height: 30px;
  width: auto;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  line-height: 30px;
  background: #297AA8;
  text-decoration: none;
  margin-left: 15px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
header aside .particulier:hover {
  background: #2c83b4;
}
header aside .logo-container {
  position: absolute;
  display: block;
  width: 400px;
  height: 340px;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
}
header aside .logo-container .outer {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #297AA8;
}
header aside .logo-container .outer .inner {
  display: block;
  width: 280px;
  height: 280px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  margin-left: 60px;
  margin-top: 60px;
}
header aside .logo-container .outer .inner .logo {
  width: auto;
  height: 150px;
  margin: 0 auto;
  padding-top: 125px;
  display: block;
}
header aside .logo-container .outer .fa-home {
  color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 100%;
  margin-top: -55px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
header aside .logo-container .outer .fa-home:hover {
  color: #BBB;
}
header aside .logo-container .outer .fa-home.active, header aside .logo-container .outer .fa-home:hover {
  color: #297AA8;
  background-color: white;
}
header aside .logo-container .outer .fa-home.active:hover, header aside .logo-container .outer .fa-home:hover:hover {
  color: #2c83b4;
}
header aside table {
  width: auto;
  height: auto;
  float: right;
  padding-top: 20px;
  /*tr:first-child td, tr:nth-child(3) td {
  	color: $primary !important;
  	text-transform: uppercase;
  }*/
}
header aside table span {
  margin-top: -2px;
  color: #297AA8;
  font-size: 2em !important;
}
header aside table tr:nth-child(2) td {
  padding-top: 20px;
}
header aside table tr td:last-child {
  font-size: 14px;
}

.page-wrap:after {
  content: "";
  display: block;
  margin-bottom: 50px;
}

footer, .page-wrap:after {
  height: 200px;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -200px;
}

footer {
  background: #297aa8;
  /*article {
  	display: block;
  	width: 440px;
  	margin: 0;
  	padding: 0;
  	float: left;

  	p {
  		color: #DDD;
  		padding: 0px;
  		line-height: 2em;
  		margin: 0px;
  	}
  }*/
}
footer .footer-wrapper {
  width: 1140px;
  display: table;
  margin: 0 auto;
  padding-top: 0px;
  height: 150px;
}
footer ul {
  display: block;
  width: 100%;
  list-style: none;
  float: none;
  clear: both;
  height: auto;
  padding: 0px;
}
footer ul li {
  display: block;
  width: 25%;
  height: auto;
  float: left;
  color: #DDD;
  line-height: 1.6em;
}
footer ul li h3 {
  color: white;
  margin-bottom: 10px;
}
footer ul li span {
  display: block;
  width: 14%;
  clear: both;
  float: none;
  margin-bottom: 10px;
  height: 2px;
  background-color: #1f5c7f;
}
footer .developed-by {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  background-color: #1f5c7f;
  line-height: 60px;
}
footer .developed-by h6 {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #DDD;
  font-size: 12px;
  font-weight: normal;
}
footer .developed-by h6 a {
  color: #DDD;
  text-decoration: none;
  border-bottom: 1px solid #DDD;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
footer .developed-by h6 a:hover {
  border-bottom: none;
  color: #EEE;
}
footer .sitemap {
  display: block;
  width: 640px;
  margin: 0 auto;
  height: auto;
  float: right;
}
footer .sitemap ul {
  width: 25%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
}
footer .sitemap ul li {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: auto;
  line-height: 2em;
  box-sizing: border-box;
}
footer .sitemap ul li a {
  color: #DDD;
  text-decoration: none;
  text-transform: lowercase;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
footer .sitemap ul li a:hover {
  padding-left: 4px;
  color: #EEE;
}
footer .sitemap ul li:first-child {
  border-bottom: 1px solid #1f5c7f;
}
footer .sitemap ul li:first-child a {
  color: #EFEFEF;
  font-weight: bold;
  text-transform: uppercase;
}
footer .sitemap ul li:nth-child(2) {
  margin-top: 10px;
}

.banner {
  display: block;
  width: 100%;
  height: 400px;
  margin-top: -35px;
  z-index: 98;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.banner ul li {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/img/banner/bg1.jpg");
  background-size: cover;
  background-position: center center;
}

h1 {
  width: 100%;
  margin: 0 auto;
  font-size: 4em;
  color: #297AA8;
  text-align: center;
  margin-top: 40px;
}
h1 sup, h1 sub {
  color: #297AA8;
}
h1 sup {
  margin-left: -80px;
}
h1 + .line {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 2px;
  margin-top: 10px;
  background-color: #297AA8;
}

.crumble {
  display: block;
  float: none;
  clear: both;
  height: 72px;
  width: 100%;
  line-height: 72px;
  background-color: #EEE;
}
.crumble h5 {
  width: 1140px;
  height: auto;
  color: #AAA;
  margin: 0 auto;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}
.crumble h5 a {
  text-decoration: none;
  color: #AAA;
}
.crumble h5 a:hover {
  border-bottom: 1px solid #AAA;
}
.crumble h5 a:last-child {
  color: #666;
}
.crumble h5 a:last-child:hover {
  border-color: #666;
}

/*																						MAIN														*/
main {
  display: block;
  width: 1140px;
  margin: 0 auto;
}

h2 {
  color: #555;
  font-size: 3em;
}

article {
  display: inline-block;
  width: 1140px;
  margin: 0 auto;
  line-height: 1.6em;
  clear: both;
}
article a {
  color: #297AA8 !important;
  text-decoration: none;
}
article a:hover {
  border-bottom: 1px solid #297AA8;
}
article ul, article ol {
  clear: both !important;
  margin-top: 0px;
}
article p {
  line-height: 1.6em;
  width: 100%;
  float: left;
  text-align: justify;
  box-sizing: border-box;
}
article p:first-child {
  margin-top: 0px;
}
article.over-ons p {
  width: calc(100% - 440px);
  padding-right: 20px;
  margin-top: 0px;
}
article.over-ons p + p {
  padding-right: 0px;
  width: 440px;
}
article.over-ons p img {
  width: 440px;
  box-sizing: border-box;
  border: 2px solid #297AA8;
  -webkit-box-shadow: 0px 0px 5px #333;
  -moz-box-shadow: 0px 0px 5px #333;
  -ms-box-shadow: 0px 0px 5px #333;
  box-shadow: 0px 0px 5px #333;
  border: 6px solid white;
  float: right;
}

article.documenten ul a, article.documenten ol a {
  clear: none !important;
}

.partners table {
  width: 100%;
}
.partners table tr td {
  width: auto;
  box-sizing: border-box;
  height: 30px;
}
.partners table tr td:first-child {
  font-weight: bold;
}
.partners table tr td a {
  text-decoration: none;
  box-sizing: border-box;
}
.partners table tr td a:hover {
  border-bottom: 1px solid #297AA8;
}
.partners table tr:first-child td {
  font-weight: bold;
  font-size: 1.7em;
  color: #297AA8;
  padding-bottom: 10px;
}
.partners table:not(:first-child) {
  padding-top: 60px;
}

.ui-accordion > * {
  outline: none !important;
  clear: both !important;
}
.ui-accordion > * ul {
  clear: both !important;
}

.ui-accordion p {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.ui-accordion-header {
  height: 30px !important;
  line-height: 30px !important;
  background-color: #EEE !important;
  border-color: #EFEFEF !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
}
.ui-accordion-header:hover {
  background-color: #F2F2F2 !important;
}

.ui-accordion-content {
  border-color: #EFEFEF !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
}

.ui-accordion-header-active {
  background-color: #297AA8 !important;
  border: 1px solid #246b94 !important;
}
.ui-accordion-header-active:hover {
  background-color: #2e89bc !important;
  border: 1px solid #297AA8 !important;
}

.documenten table {
  width: 100%;
}
.documenten table tr td {
  width: 50%;
}
.documenten table tr td a {
  line-height: 30px;
  float: left;
  display: block;
}
.documenten table tr td a:hover {
  border-bottom: none !important;
  text-decoration: underline !important;
}
.documenten table tr td img {
  width: auto;
  height: 30px;
  margin-right: 10px;
  display: block;
  float: left;
}

form {
  display: block;
  width: 1140px;
  margin: 0 auto;
  margin-top: 0px;
  height: auto !important;
}

form table tr td {
  width: 480px;
}

form table {
  height: 350px;
  width: 100%;
}

form table tr td input[type=text], form table tr td input[type=email], form table tr td input[type=tel], form table tr td textarea {
  display: block;
  outline: none;
  border: 1px solid #297AA8;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box !important;
  height: 40px;
  font-size: 13px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

input[type=submit] {
  display: block;
  float: right;
  outline: none;
  width: 150px;
  height: 40px;
  color: #297AA8;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #297AA8;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=submit]:disabled {
  border-color: #555;
  color: white;
  pointer-events: none;
  cursor: pointer;
  background-color: #a2a2a2 !important;
}

form table tr td .star {
  color: #297AA8;
  font-size: 18px;
}

input[type=submit]:hover {
  background-color: #297AA8;
  color: #FFF;
}

form table tr {
  height: 40px;
}

form table tr td textarea {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1%;
  padding-right: 1%;
  height: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 450px;
  background-color: rgba(255, 255, 255, 0.8);
}

form table tr td:nth-child(2) {
  width: 20px;
}

#result {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  margin-top: 20px !important;
}

.sterretje {
  display: block;
  width: 100%;
  height: auto;
  list-style-type: circle;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding-left: 25px;
}
.sterretje li {
  height: 25px;
  line-height: 25px;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #b91a1a !important;
}

form table tr td {
  box-sizing: border-box !important;
  width: 50% !important;
}
form table tr td textarea {
  width: 100%;
  box-sizing: border-box;
}

form table tr:nth-child(5) td:first-child {
  padding-right: 4px !important;
}
form table tr:nth-child(5) td:last-child {
  padding-left: 4px !important;
}

form table tr:last-child td {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.testmodus {
  width: 100%;
  position: relative;
  width: 100%;
  height: 40px;
  text-align: center;
  color: white;
  background-color: #cf1313;
  z-index: 100000000;
  -webkit-box-shadow: 0 0 6px #888;
  -moz-box-shadow: 0 0 6px #888;
  -ms-box-shadow: 0 0 6px #888;
  box-shadow: 0 0 6px #888;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 55px;
}
.testmodus span {
  display: inline-block;
  float: right;
  color: white;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.testmodus span:hover {
  color: #e6e6e6;
}

iframe {
  width: 100%;
  overflow-x: hidden !important;
}

nav > ul:last-child:hover {
  border-right: none !important;
}

tr td, tr td p {
  text-align: left;
}

.page_documenten tr td a {
  display: inline !important;
  float: none !important;
}

.post {
  min-height: 130px;
}

#postex-code {
  position: absolute;
  width: 362px;
  left: 50%;
  margin-left: -181px;
}

.accordion .accordion h1 {
  border-left: none !important;
  border-right: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.accordion .accordion .ui-accordion-content {
  box-sizing: border-box !important;
  width: 100% !important;
}

.accordion article {
  max-width: 100% !important;
}

.page_aanvraagformulier .btn-wrapper {
  position: relative;
  width: 100%;
  height: 660px;
}
.page_aanvraagformulier .btn-wrapper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url("../img/aanvraagformulierbg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.page_aanvraagformulier .btn-wrapper .inner-wrapper {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  height: 100%;
  background-color: rgba(41, 122, 168, 0.6);
}
.page_aanvraagformulier .btn-wrapper .inner-wrapper.off {
  background-color: rgba(41, 122, 168, 0.8);
}
.page_aanvraagformulier .btn-wrapper h1, .page_aanvraagformulier .btn-wrapper h2, .page_aanvraagformulier .btn-wrapper h3, .page_aanvraagformulier .btn-wrapper h4, .page_aanvraagformulier .btn-wrapper p, .page_aanvraagformulier .btn-wrapper span, .page_aanvraagformulier .btn-wrapper article {
  color: white !important;
  width: 100%;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
  line-height: 1.2em !important;
}
.page_aanvraagformulier .btn-wrapper h2 {
  margin-bottom: 14px !important;
  padding-left: 50px;
  padding-right: 50px;
}
.page_aanvraagformulier .btn-wrapper p {
  line-height: 1.8em;
  margin-bottom: 120px !important;
  font-size: 1.2em;
}
.page_aanvraagformulier .btn-wrapper .stripe {
  display: block;
  width: 80px !important;
  clear: both;
  float: none;
  margin: 0 auto;
  height: 4px;
  background-color: white;
  margin-bottom: 50px;
}
.page_aanvraagformulier .btn-wrapper .btn {
  box-sizing: border-box;
  background-color: none;
  border: 2px solid white;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  color: white !important;
  width: 260px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -130px;
  -webkit-transition-duration: 0.4s;
}
.page_aanvraagformulier .btn-wrapper .btn a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: white !important;
  text-align: center;
}
.page_aanvraagformulier .btn-wrapper .btn a:hover {
  color: #297AA8 !important;
}
.page_aanvraagformulier .btn-wrapper .btn + .btn {
  float: right !important;
}
.page_aanvraagformulier .btn-wrapper .btn:hover {
  background-color: white;
  color: #297AA8 !important;
}
.page_aanvraagformulier.particulier h2, .page_aanvraagformulier.zakelijk h2 {
  display: none !important;
}

.page_bijlage.ontvangen main > h2 {
  display: none !important;
}

form.bijlage_ontvangen_form {
  margin-top: 50px;
}
form.bijlage_ontvangen_form span {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
}
form.bijlage_ontvangen_form input[type=text] {
  height: 50px !important;
  box-sizing: border-box;
  max-width: 70% !important;
  width: 400px;
  line-height: 38px;
  margin-right: 10px;
  float: left;
  margin-left: 10px;
}
form.bijlage_ontvangen_form .btn {
  background-color: #297AA8;
  height: 50px;
  line-height: 50px;
  width: 200px;
  text-align: center;
  float: left;
  color: white !important;
}
form.bijlage_ontvangen_form .btn:hover {
  background-color: #3697ce;
  cursor: pointer;
}

@media (max-width: 1281px) {
  header, footer .footer-wrapper, .crumble h5, main, article, form {
    width: 1000px !important;
  }

  /* hi-res laptops and desktops */
}
@media (max-width: 1025px) {
  header, footer .footer-wrapper, .crumble h5, main, article, form {
    width: 940px !important;
  }

  /* big landscape tablets, laptops, and desktops */
}
@media (max-width: 961px) {
  header, footer .footer-wrapper, .crumble h5, main, article, form {
    width: 749px !important;
  }

  header {
    width: 100% !important;
  }

  header aside {
    height: 205px !important;
  }

  .banner {
    height: 300px !important;
  }

  footer .footer-wrapper ul li {
    width: 33.33%;
  }
  footer .footer-wrapper ul li:nth-child(2) {
    display: none;
  }

  article.over-ons p {
    width: calc(100% - 310px) !important;
  }
  article.over-ons p + p {
    width: 310px !important;
  }
  article.over-ons p img {
    width: 310px !important;
  }

  header nav > ul {
    width: 50% !important;
    box-sizing: border-box !important;
  }
  header nav > ul > li {
    width: 50% !important;
  }

  article.aanvraagformulier .btn-wrapper {
    height: 820px;
  }

  .logo-container {
    width: 350px;
    margin-left: -175px;
  }
  .logo-container .outer {
    width: 350px;
    height: 350px;
  }
  .logo-container .outer .inner {
    width: 230px;
    height: 230px;
  }
  .logo-container .outer .inner .logo {
    height: 130px;
  }
  .logo-container .outer .fa-home {
    display: none;
  }

  header .small-961 {
    display: block !important;
  }
  header ul.small-961 {
    width: auto !important;
  }

  header .large {
    display: none !important;
  }

  .mob-contact-height {
    height: 1780px !important;
  }

  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (max-width: 769px) {
  header .small-961 {
    display: block !important;
    width: 160px !important;
    margin-left: -80px !important;
  }
  header .small-961 img {
    width: 160px !important;
  }
  header ul.small-961 {
    width: auto !important;
  }
  header aside table span {
    font-size: 1.5em !important;
    line-height: 35px !important;
    height: 35px !important;
  }
  header aside table tr:first-child td:first-child {
    text-align: right !important;
  }

  header .large {
    display: none !important;
  }

  footer .footer-wrapper, .crumble h5, main, article, form {
    width: 620px !important;
  }

  header aside {
    height: 190px !important;
  }
  header aside table {
    float: none !important;
    clear: both !important;
    margin: 0 auto !important;
    padding-top: 150px !important;
  }
  header aside table tr {
    float: left;
  }
  header aside table tr td {
    height: 35px;
    line-height: 35px;
    padding-top: 0px !important;
  }
  header aside table tr:nth-child(2) td:first-child {
    text-align: right !important;
  }

  article.over-ons p {
    width: 100% !important;
    padding-right: 0px !important;
  }
  article.over-ons p + p {
    width: 100% !important;
  }
  article.over-ons p img {
    width: 100% !important;
  }

  footer {
    height: auto !important;
  }

  footer .footer-wrapper ul li {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  footer .footer-wrapper ul li:first-child {
    padding-top: 20px !important;
  }

  .btn-wrapper {
    height: auto !important;
    display: inline-block !important;
  }
  .btn-wrapper .inner-wrapper {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
    min-height: 300px !important;
  }

  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (max-width: 641px) {
  header, footer .footer-wrapper, .crumble h5, main, article, form {
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  header, form, article {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  h1 {
    font-size: 3.5em !important;
  }

  .accordion h1 {
    font-size: 1em !important;
  }
  .accordion p {
    text-align: left !important;
  }

  header .small-961 {
    margin-top: 60px !important;
    left: 0% !important;
    margin-left: 15px !important;
    width: auto !important;
    height: 80px !important;
  }
  header .small-961 img {
    height: 80px !important;
    width: auto !important;
  }

  header aside table {
    display: none !important;
    float: right !important;
    padding-top: 60px !important;
    padding-right: 15px !important;
  }
  header aside table.small-641 {
    display: block !important;
  }
  header aside table tr {
    float: none;
  }
  header aside table tr td {
    height: 40px;
    line-height: 40px;
    padding-top: 0px !important;
  }
  header aside table tr td:nth-child(2) {
    display: none;
  }
  header aside table tr td a {
    font-size: 1.2em !important;
  }
  header aside table tr:nth-child(2) td:first-child {
    text-align: right !important;
  }

  header nav {
    display: none !important;
  }
  header nav.small-641 {
    display: block !important;
    position: absolute !important;
    height: auto !important;
  }
  header nav.small-641 div {
    width: 100%;
  }
  header nav.small-641 div .fa-navicon {
    width: 60px;
    height: 70px;
    color: #297AA8;
    line-height: 70px;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
  }
  header nav.small-641 div > ul {
    display: none;
    width: 100% !important;
    float: left !important;
    box-sizing: border-box;
    border-right: 0px !important;
    padding-right: 0px !important;
  }
  header nav.small-641 div > ul > li {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    line-height: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    border-right: 15px solid #BBB !important;
    border-left: 15px solid #BBB !important;
    box-sizing: border-box !important;
  }
  header nav.small-641 div > ul > li a {
    height: 40px !important;
    line-height: 40px !important;
    text-align: left !important;
  }
  header nav.small-641 div > ul > li.children > a > span {
    display: block !important;
    float: right;
    line-height: 35px !important;
    height: 35px !important;
    font-size: 1.6em;
    color: #BBB !important;
  }
  header nav.small-641 div > ul > li > ul {
    margin: 0px !important;
    padding: 0px !important;
  }
  header nav.small-641 div > ul > li > ul > li {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    list-style-type: square !important;
    list-style-position: inside !important;
    display: list-item !important;
  }
  header nav.small-641 div > ul > li:hover {
    background-color: #c8c8c8 !important;
    border-color: #c8c8c8 !important;
  }

  .active > div > ul {
    display: block !important;
  }

  main h2 {
    font-size: 2.4em !important;
  }

  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media (max-width: 481px) {
  header {
    height: 200px !important;
  }
  header aside {
    height: 140px !important;
  }
  header aside .small-961 {
    margin-left: 40px !important;
  }
  header aside .small-961 .logo {
    width: 175px !important;
    height: auto !important;
  }
  header aside .particulier {
    font-size: 0.7em !important;
    transform: rotate(90deg);
    transform-origin: left !important;
  }
  header aside table {
    display: none !important;
  }
  header .small-641 div {
    height: 60px !important;
  }
  header .small-641 div span {
    height: 60px !important;
    line-height: 60px !important;
  }
  header nav > ul > li {
    font-size: 0.8em !important;
  }

  .banner {
    display: none !important;
  }

  h1 {
    font-size: 2.6em !important;
  }

  .crumble {
    height: 50px;
    line-height: 50px;
  }

  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media (max-width: 320px) {
  h1 {
    font-size: 1.5em !important;
  }

  /* smartphones, iPhone, portrait 480x320 phones */
}

.documenten .accordion p {
	float: none;
}

/*# sourceMappingURL=style.css.map */
