@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Poppins', sans-serif;
}
body.modal-open {
  overflow: visible !important;
}
/* Navigatie */
.topper {
  background-color: #142028;
}
.topper>div {
  color: white;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.topper a {
  display: inline-block;
  padding: 10px;
  color: white;
  font-size: .9em;
}
.navigatie {
  width: 100%;
  position: relative;
  z-index: 2;
}
.navigatie>div {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #7ea1a8;
  padding: 5px 10px;
}
.navigatie ul {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.navigatie ul a {
  margin: 0 35px;
  padding: 10px 0;
  color: #004F61;
  font-weight: 400;
  font-size: 1em;
}
.navigatie ul a:last-of-type {
  margin-right: 0;
}
.speciallink {
  padding: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
}
.speciallink a {
  color: #0D515F !important;
}
.logo {
  width: 200px;
}

.logo img {
  width: 100%;
}
/* Einde Navigatie */

.juridisch {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.juridisch h2 {
  width: 100%;
  text-align: center;
  color: #004F61;
  font-size: 0.8em;
  margin-top: 30px;
  font-weight: 700;
}

.juridisch img {
  width: 200px;
}

/*====Bootbox====*/
.modal-content .modal-footer {
  border-top: 0;
  justify-content: space-around;
  width: 100%;
  display: flex;
}
.bootbox .btn {
  margin-top: 0;
}
.bootbox .btn-default:hover {
  color: white;
}
.modal-header .close {
  position: relative;
  z-index: 10000 !important;
}
.modal-open .modal:not(.bootbox-alert) {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal:not(.bootbox-alert) {
  z-index: -1 !important;
}
.modal.in:not(.bootbox-alert) {
  z-index: 1050 !important;
}
.modal:not(.bootbox-alert) .modal-content {
  margin-top: -10%;
}
.bootbox-alert .modal-dialog {
  margin: 0 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -o-transform: translate(-50%,-50%) !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  -moz-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.bootbox .error {
  color: red;
}
.bootbox-body {
  text-align: center;
  line-height: 175%;
  padding-bottom: 0 !important;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.bootbox-body a {
  color: #e6007e;
  font-weight: bold;
}
.modal-content {
  padding:30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.modal-footer {
  text-align: center !important;
}
.modal-footer .btn {
  margin:0 10px;
  background-color: #0d515f !important;
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
  border:0 !important;
}
.modal-footer .btn:hover,.modal-foote .btn.focus, .modal-foote .btn:focus, .modal-foote .btn:hover {
  color: #fff !important;
  opacity: 0.9;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.modal-content .modal-footer .btn.btnPopup {
  text-transform: uppercase !important;
  color: #000 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #ecdeb8 !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 !important;
  font-size: 1em;
}
.modal-content .modal-footer .btn.dn {
  display: none !important;
}
.modal-content .modal-footer .btn.btnPopupSubtle {
  width: 100% !important;
  background-color: transparent !important;
  padding: 5px !important;
  color: #ACACAC !important;
  font-size: 1.3rem !important;
  margin-top: 20px;
}
/*====/Bootbox====*/
/* Power Titel */

.logo {
  color:#142028;
  font-size:1.6em;
  font-weight:700;

}

.logo a {
  color:#142028;
  font-size:1.6em;
  font-weight:700;
}

.faqitem {
  margin-top:50px;
  margin-bottom:50px;
}

.faqitem h3{
  font-weight:600;
  text-align:left;
  margin-bottom:20px;
}

.faqitem p{
  text-align:left;
}

.pagetext {
  width:100%;
  max-width:1150px;
  margin-top:50px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  padding:10px;
}

.pagetext a {
  color:#004F61;
}

.pagetext li {
  list-style: disc;
  list-style-position: inside;
}

.pagetext h3 {
  font-size:1.2em;
  font-weight:700;
}


.power_titel_holder {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  padding: 30px 20px;
}

.power_titel {
  font-size: 3em;
  font-weight: 700;
  color: #B5B5B5;
  line-height: 130%;
}

.power_titel strong {
  font-weight: 700;
  color: #3C3C3B;
}

/* Einde Power Titel */ 

/* Footer */

footer {
  width: 100%;
  background-color: #004F61;
  position: relative;
  padding-top: 50px;
}

.footer_banner {
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5px;
  width: 100%;
}

.inner_footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 50px 10px;
  border-bottom: 2px solid #054351;
}

.inner_footer > div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;  
} 

.inner_footer > div h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: white;
}

.inner_footer > div div:first-of-type {
  margin-right: 30px;
  font-size: 2.3em;
  display: flex;
  padding-top: 10px;
  color: white;
}

.inner_footer > div div:last-of-type {
  line-height: 170%;
  font-size: 1.1em;
  color: white;
  font-weight: 200;
}


.inner_footer > div div li {
  list-style-type: none;
  padding-left: 0;
}

.inner_footer > div a {
  color: white;
}

.inner_footer > div div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.footer_logo {
  margin: 0 auto;
  display: block;
  width: 200px;
  margin-top: 30px;
}

.betaalwijzes {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px 0;
}

.betaalwijzes img {
  width: 45px;
  margin: 0 20px;
  transition: all .5s;
}

.betaalwijzes img:hover {
  transform: scale(1.3);
}

.disclaimer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 10px;
  color: white;
  font-weight: 200;
  font-size: 1em;
  border-top: 2px solid #054351;
  max-width: 1200px;
  margin: 0 auto;
}

.disclaimer span {
  margin: 0 10px;
}

.disclaimer a {
  color: white;
  display: inline-block;
}

.cta_res {
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
}

.cta_res a {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  width:90%;
  padding: 10px 30px;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}

/* Einde Footer */

/* Curtaindrop */

.curtain-click {
  cursor: pointer;
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-color: rgba(58, 58, 58, .67);
}

.curtaindrop>div>div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(58,58,58,.67);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 1000px;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}

.curtaindrop .button {
  display: inline-block;
  background: #075060;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  padding: 15px 20px;
  transition: all .2s;
}

.curtaindrop .button:hover {
  background: #000;
  color: #fff;
}

.curtaindrop p {
  font-size: 1.2em;
  line-height: 1.6em;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: bold;
  font-size: 2em;
  margin: 1em 0;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #92C020;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  z-index: 5;
}

.button {
  border-radius: 200px;
  padding: 10px 30px;
  background-color: #075060;
  font-size: 1em;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width:96%;
  text-align:center;
  margin-top: 1em;
  color: #fff;
}  


/* Einde Curtaindrop */

/* Contact Pagina */

.contact_pagina {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 10px;
}

.contact_gegevens {
  width: 30%;
}

.contact_gegevens h1 {
  font-weight: 900;
  color: #0D515F;
  margin-bottom: 5px;
  font-size: 3em;
}

.contact_gegevens h2 {
  font-size: 1.4em;
  font-weight: 200;
  color: #353535;
}

.contact_split {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.contact_split div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_split img {
  width: 100px;
  border-radius: 200px;
  margin-right: 20px;
}

.contact_gegevens > div a {
  font-weight: 200;
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #353535;
}

.contact_gegevens > div a:last-of-type {
  margin-bottom: 0;
}

.contact_gegevens > div a i {
  width: 40px;
}

.contact_formulier {
  width: 65%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_label {
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
  width: 100%;
  border: none;
  background-color: #f6f6f6;
  padding: 10px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  color: #0D515F;
}

.contact_form textarea {
  height: 100px;
}

.contact_form input[type=submit] {
  padding: 7px 30px;
  background-color: #0D515F;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  border: none;
}

.contact_form input[type=submit]:disabled {
  background-color: #888888;
}

.contact_formulier #NaamInput {
  width: 49%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

/* Einde Contact Pagina */

/* Home Pagina */

.home_header {
  width: 100%;
  position: relative;
  z-index: 0;
}

.home_header img {
  width: 100%;
}
.slim, .slis {
  display: none;
}

.home_overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(6,77,99,.82);
}

.home_image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.home_head {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 1600px;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.home_head>h2 {
  font-size: 2.5em;
  font-weight: 900;
  max-width: 850px;
  color: white;
  line-height: 130%;
  text-align: center;
}

.searchbar {
  transition: all 1s;
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  opacity: 1;
  top: 50%;

}

.searchbar h3 {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
  border-top: #7FA2A7 1px solid;
  padding-top: 2%;
}

.home_head h3 {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
}


.searchbar>form {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.searchbar input {
  border: none;
  box-sizing: border-box;
  border-right: 0;
  background-color: #fff;
  font-weight: 200;
  color: #151F29;
  padding-left: 15px;
  height: 60px;
  font-size: 1.2em;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.searchbar button {
  width: 60px;
  height: 60px;
  border: none;
  background-color: #151F29;
  color: white;
  display: flex;
  font-size: 1.3em;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.banner_head {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all .3s;
  cursor: pointer;
}

.banner_head p {
  font-weight: 900;
  color: white;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.banner_head div {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  background-color: #142028;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 1.2em;
}

.banner_head:hover {
  transform: translate(-50%,10px);
}


.home_steps {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.home_steps article {
  width: 29.33%;
  margin: 2%;
  padding: 25px;
}

.home_steps article > div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px 30px 15px;
  border: #e9e9e9 solid 4px;
  min-height: 270px;
}

.home_steps article h2 {
  font-size: 1.5em;
  line-height:1.5em;
  height:80px;
  font-weight: 700;
  color: #004F61;
  margin-bottom: 10px;
  text-align: center;
}

.home_steps article h3 {
  font-size: 2.4em;
  color: #004F61;
  text-align: center;
  border-radius: 200px;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #e9e9e9;
}

.home_steps article > div div {
  width: 100%;
  font-size: 1.2em;
  line-height: 150%;
  font-weight: 200;
  color: #142028;
  text-align: center;
}

.home_steps article > div div img {
  width: 75%;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
}


/* Einde Home Pagina */

/* AKS */

.first_ak {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #e9f5f8;
  margin: 50px 0;
  overflow-y: hidden;
}

.first_ak > div {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.first_ak > div:last-of-type {
  padding: 120px 50px;
}

.first_ak_image {
  position: absolute;
  right: 0;
  top: -2px;
  height: 103%;
  bottom: 0;
}

.first_ak h2 {
  font-size: 2em;
  font-weight: 900;
  color: #004F61;
  line-height: 150%;
  margin-bottom: 15px;
  max-width: 700px;
}

.first_ak h3 {
  font-size: 1.4em;
  font-weight: 200;
  color: #142028;
  margin-bottom: 30px;
  max-width: 700px;
  line-height: 180%;
}

.first_ak a {
  background-color: #004F61;
  padding: 10px 30px;
  border-radius: 200px;
  color: white;
  font-weight: 200;
  font-size: 1.3em;
  display: inline-block;
}

/* Einde AKS */

/* Page Header */

.page_header {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  padding-bottom: 50px;
}

.page_header>div:first-of-type {
  height: 55px;
  width: 2px;
  background-color: #002D5B;
  margin-bottom: 30px;
}

.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.page_header>h1 {
  color: #004F61;
  font-weight: 900;
  font-size: 60px;
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
}

.page_header_tekst {
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  text-align: center;
}

/* Einde Page Header */


/* Ondernemingen */

.ondernemingen_header {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/ondernemingen_header.jpg);
}

.ondernemingen_pagina {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

.ondernemingen_pagina aside {
  width: 100%;
  padding: 20px 0;
}

.items_ov {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.ondernemingen_holder {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}

.items_ov article {
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  background-color: white;
  position: relative;
  overflow: hidden;
  transition: all .8s;
}

.items_ov article>img {
  width: 100%;
  position: relative;
  z-index: 0;
  transition: all .3s;
}

.items_ov .listview img {
  display: none !important;
}

.items_ov article>div {
  padding: 20px;
  background-color: white;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.items_ov article h2 {
  font-weight: 700;
  font-size: 1.1em;
  min-height: 30px;
  color: #151F29;
  line-height: 150%;
}

.items_ov article h3 {
  color: #353535;
}

.items_ov_text {
  line-height: 180%;
  color: #b1b1b1;
  font-size: .95em;
}

.items_ov_content {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.items_ov_link {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .9em;
  color: #064d63;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.listview .items_ov_link {
  position: relative;
  left: initial;
  bottom: initial;
  right: initial;
}

.items_ov .listview>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}

.items_ov_link div {
  width: 40px;
  height: 40px;
  background-color: #064d63;
  color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  transition: all .3s;
}

.items_ov_link div:hover {
  transform: scale(1.05);
}

.subcategorie_controls {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin: 20px auto;
  padding: 15px;
  background-color: white;
  border: 2px solid #f6f6f6;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  flex-wrap: wrap;
  align-items: center;
  transition: all .8s;
  margin-top: -80px;
}

.subcategorie_controls_top {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.fadethis {
  transform: translateY(-20%);
  opacity: 0;
  transition: all .8s;
}

.subcategorie_list {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 10px;
}

.subcategorie_list div {
  min-width: 100px;
  height: 40px;
  border: 1px solid #0D515F;
  font-size: 1.2em;
  color: #0D515F;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}

.subcategorie_list .active {
  background-color: #0D515F;
  color: white;
}

.subcategorie_list div:first-of-type {
  border-radius: 200px 0 0 200px;
}

.subcategorie_list div:last-of-type {
  border-radius: 0 200px 200px 0;
}

.subcategorie_zoeken {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 0 .5%;
}

.subcategorie_zoeken input {
  padding: 10px;
  padding-left: 15px;
  width: 100%;
  font-weight: 200;
  font-size: 1.2em;
  border: none;
  position: relative;
  font-family: 'Poppins', sans-serif;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-bottom: 2px solid #f0f0f0;
  box-sizing: border-box;
}

.subcat_filter_holder {
  width: 32.33%;
  position: relative;
}

.subcat_filter_holder i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.3em;
  color: #0D515F;
  z-index: 2;
}

.subcat_filter_holder input {
  padding-left: 35px;
  z-index: 0;
  position: relative;
}


.subcat_filter_holder:first-of-type {
  margin-right: .5%;
}

.subcat_filter_holder:last-of-type {
  margin-left: .5%;
}

.subcat_filter_holder>h2 {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
  color: #004F61;
  margin-bottom: 15px;
  width: 100%;
}

.subcategorie_zoeken .selectric-wrapper {
  width: 100%;
}

.subcategorie_zoeken .selectric-scroll li:first-of-type {
  text-align: center;
  padding: 15px;
  font-size: 1.6em;
  font-weight: 200;
  opacity: 1 !important;
  border-bottom: 2px dashed #f1f1f1;
  margin-top: 0 !important;
  color: #0D515F!important;
}

.subcategorie_zoeken .selectric-scroll li:first-of-type:before {
  display: none !important;
}

.selectric-hover .selectric, .selectric-focus .selectric {
  background-color: transparent !important; 
}

.subcat_filter_holder .selectric {
  background-color: transparent;
}

.subcat_filter_holder .selectric .label {
  padding-top: 16px;
  padding-left: 0;
  background-color: transparent;
  border-bottom: 2px solid #f0f0f0;
}

.spinnerbox {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.spinnerbox img {
  width: 80px;
}

.hiddenarticles {
  opacity: 0;
  transition: all .3s;
  transform: translateY(70px);
}

.filter_type {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.filter_type h2 {
  font-size: 1.2em;
  text-align: left;
  padding-left: 10px;
  font-weight: 700;
  color: #004F61;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 20px;
}

.categorieen {
  width: 100%;
}

.filter_cats {
  width: 15.6666%;
  margin: .5%;
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.filter_cats>div {
  width: 100%;
  padding: 10px 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  font-size: .9em;
  font-weight: 200;
  color: #0D515F;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: all .2s;
  border: 2px solid #cce6ef;
}

.filter_cats>div:hover {
  background-color: #ECF5F8;
}

.filter_cats input:checked + div {
  background-color: #0D515F !important;
  color: white;
  border: 2px solid #0D515F;
}


.filter_cats>div i {
  font-size: 2em;
  margin-bottom: 10px;
}

.filter_cats input {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

.checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s;
  color: #737373;
  font-size: 1.2em;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  transition: all .3s;
  width: 20px;
  font-size: .8em;
  background-color: #E4E4E4;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.1em;
}

.checkbox input:checked ~ .checkmark i {
  display: block;
}

.checkbox .checkmark i {
  left: 2px;
  top: 2px;
  color: white;
}

.cadeaubon_kopen {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ECF5F8;
  color: #0D515F;
  border-radius: 5px;
  padding: 15px 10px;
  font-weight: 400;
  transition: all .3s;
}

.cadeaubon_kopen:hover {
  transform: scale(1.05);
}

.results {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #353535;
  font-size: 1.2em;
  font-weight: 700; 
  padding: 0 10px;
}

.results span {
  color: #12525E;
}

/* Einde Ondernemingen */


/* Ondernemingen Detail */

.onderneming_header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.onderneming_header img {
  width: 100%;
}

.onderneming_header_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 30px;
}

.onderneming_header_content h2 {
  margin-bottom: 10px;
  padding: 7px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 200px;
  background-color: #004F61;
  font-size: .9em;
  font-weight: 400;
  color: white;
}

.onderneming_header_content h1 {
  font-size: 3em;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.27);
}

.onderneming_actions {
  transform: translateY(-50%);
  background-color: #075060;
  padding: 15px;
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}

.onderneming_links a {
  font-size: 1.3em;
  color: white;
  margin: 0 10px;
}

.onderneming_links a:last-of-type {
  margin-right: 0;
}

.onderneming_buttons a {
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
  border-right: 1px solid white;
}

.onderneming_buttons a:last-of-type {
  border-right: none;
}

.onderneming_buttons a:first-of-type {
  padding-left: 0;
}

.onderneming_buttons a i {
  font-size: 1.2em;
  margin-right: 3px;
}

.onderneming_content {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.onderneming_info {
 width: 70%;
 background-color: white;
 border: 1px solid #E0E0E0;
 border-radius: 4px;
 padding: 35px;
}

.onderneming_info>h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #075060;
}

.onderneming_info>div h2 {
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9em;
}

.onderneming_info>div {
 line-height: 150%;
 font-size: 1.2em;
 color: #8c8c8c;
 font-weight: 200;
}

.onderneming_content aside {
  width: 28%;
  padding: 35px;
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}

.onderneming_vestigingen > h2 {
  font-weight: 700;
  font-size: 1.2em;
  color: #004F61;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

.onderneming_vestigingen article {
  width: 100%;
  padding: 10px 0 ;
  margin-top: 10px;
  border-top: 2px dashed #f0f0f0;
}

.onderneming_vestigingen article h2 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 5px;
  color: #142028;
}

.onderneming_vestigingen article h3 {
  color: #142028;
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: 10px;
}

.onderneming_vestigingen article ul {
  font-weight: 200;
  color: #142028;
  font-size: 1.1em;
  line-height: 150%;
}

.onderneming_vestigingen article ul i {
  margin-right: 5px;
  color: #62ce2d;
}

.onderneming_gegevens {
  width: 100%;
}

.onderneming_gegevens h2 {
  font-weight: 700;
  font-size: 1.2em;
  color: #0D515F;
  margin-top: 20px;
}

.onderneming_gegevens > div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  color: #353535;
  padding-top: 5px;
  font-weight: 200;
}

.onderneming_gegevens > div ul {
  line-height: 180%;
  margin-top: 5px;
}

.onderneming_gegevens > div ul i {
  font-size: 1.2em;
  color: #42AC6F;
}

.onderneming_gegevens > div a {
  color: #353535;
  font-weight: 200;
}

.onderneming_gegevens h2:first-of-type {
  margin-top: 0;
}

.onderneming_action_big {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.onderneming_action_big > div {
  width: 31.33%;
  margin-right: 2%;
}

.onderneming_action_big > div > h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #075060;
}

.payitforward_button {
  color: #fff;
  font-weight: 900;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #0D515F;
  height: 50px;
  margin-top: 10px;
  font-size: 1em;
}

.payitforward_button i {
  font-size: 1.3em;
  margin-right: 10px;
  margin-bottom: 2px;
}

/* Einde Ondernemingen Detail */

/* Payitforward */

.type_bon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.type_bon>div {
  width: 49%;
}

.type_bon>div:first-of-type {
  border-right: 2px solid #f5f5f5;
  padding-right: 20px;
}

.type_bon h3 {
  font-size: 1.2em;
  color: #353535;
  margin-bottom: 10px;
  font-weight: 700;
}

.bon_vaste_bedragen {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.bon_vaste_bedragen .bon_option {
  width: 49%;
  padding: 15px;
  display: flex;
  margin-bottom: 2%;
  font-weight: 900;
  font-size: 1.5em;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #f5f5f5;
  color: #12525E;
  cursor: pointer;
  transition: all .3s;
  border-radius: 5px;
}

.bon_vaste_bedragen .bon_option:hover {
  background-color: #f5f5f5;
}

.bon_active {
  border: 2px solid #9ca9ac !important;
}

.bon_vrij_bedrag {
  width: 100%;
  position: relative;
}

.bon_vrij_bedrag>i {
  position: absolute;
  left: 15px;
  top: 50%;
  color: #12525E;
  font-size: 1.4em;
  transform: translateY(-50%);
}

.bon_vrij_bedrag input {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0;
  width: 100%;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  padding-left: 40px;
  border: none;
  color: #12525E;
  border: 2px solid #f5f5f5;
}

.bon_pakketten {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bon_pakketten .bon_option {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  font-weight: 200;
  border: 2px solid #f5f5f5;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.bon_pakketten .bon_option:hover {
  background-color: #f5f5f5;
}

.bon_pakketten .bon_option h4 {
  font-size: 1.2em;
  color: #353535;
}

.bon_pakketten .bon_option p {
  font-size: 1.5em;
  color: #12525E;
  font-weight: 900;
}

.fields_holder {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.halfwidth {
  width: 49%;
}

.fullwidth {
  width: 100%;
}

.thirdwidth {
  width: 32.33%;
}

.twothridwidth {
  width: 65.66%;
}

.payitforward_header {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.payitforward_header h1 {
  text-align: center;
  font-size: 2.8em;
  font-weight: 700;
  color: #0D515F;
  line-height: 120%;
  max-width: 650px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.progressbar {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  margin-top: 20px;
  justify-content: space-between;
}

.progressbar li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 700;
  color: #535353;
  font-weight: 200;
  width: 33.33%;
  position: relative;
}

.progressbar li a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}

.progressbar li div {
  width: 45px;
  height: 45px;
  border-radius: 200px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5em;
  z-index: 2;
}

.checkedStep div {
  background-color: #0D515F !important;
  color: #fff;
}

.checkedStep {
  color: #0D515F !important;
}

.righthr {
  position: absolute;
  left: 50%;
  right: 0;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

.lefthr {
  position: absolute;
  left: 0;
  right: 50%;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

#pif-form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
}

#pif-form h2 {
  padding-bottom: 15px;
  border-bottom: 2px dashed #e9e9e9;
  font-size: 1.3em;
  color: #0D515F;
  font-weight: 700;
}

#pif-form .uitleg {
  width: 100%;
  font-size: 1em;
  font-weight: 200;
  color: #353535;
  line-height: 180%;
  padding: 20px 0;
}

#pif-form textarea {
  width: 100%;
  height: 150px;
  background-color: #f6f6f6;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  padding: 10px;
  border: none;
  color: #353535;
  margin-bottom: 20px;
}

.bon_labels {
  font-size: 1.2em;
  color: #353535;
  margin-bottom: 10px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

.bon_input {
  width: 100%;
  border: none;
  background-color: #f1f5f6;
  padding: 10px;
  font-weight: 200;
  font-size: 1.2em;
  color: 353535;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.stap1_content {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.stap1_content>div:first-of-type {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.payitforward_logo {
  width: 75px;
  height: 75px;
  border-radius: 200px;
  padding: 4px;
  overflow: hidden;
  border: 2px solid #f6f6f6;
}

.payitforward_logo img {
  width: 100%;
}

.stap1_content div:first-of-type h3 {
  font-size: 1.5em;
  font-weight: 700;
  color: #353535;
  margin-left: 20px;
}

.stap1_content div:first-of-type h4 {
  color: #b3b3b3;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 20px;
  padding-top: 5px;
}

.stap1_content>div:last-of-type {
  width: 100%;
}


.buttonholder {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.buttonholder input[type=submit] {
  background-color: #0D515F;
  color: white;
  border-radius: 200px;
  padding: 10px 25px;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 200;
}

.nextstep {
  background-color: #0D515F;
  color: white;
  border-radius: 200px;
  padding: 10px 25px;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 200;
}

.prevstep {
  color: #7c7c7c;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
}

/* Einde Payitforward */


/* Subscribe */
.subscribe_steps {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.subscribe_steps article {
  width: 19%;
  margin: 0 .5%;
  border: 5px solid #f6f6f6;
  padding: 15px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.subscribe_steps article i {
  font-size: 2.5em;
  color: #075060;
}

.subscribe_steps article h2 {
  font-size: 1.7em;
  font-weight: 700;
  color: #075060;
  margin-top: 10px;
}

.subscribe_steps article div {
  text-align: center;
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  line-height: 150%;
  margin-top: 10px;
}

.subscribe {
  width: 100%;
  background-color: #EAF5F8;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 10px;
}

.subscribe > h1 {
  font-size: 2em;
  font-weight: 900;
  max-width: 1200px;
  width: 100%;
  color: #0D515F;
  margin-bottom: 20px;
}

.godown {
  border-radius: 200px;
  padding: 20px 20px;
  font-weight: 900;
  font-size: 1.4em;
  color: white;
  background-color: #0D515F;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 50px auto 50px auto;
  cursor: pointer;
}

.godown a {
  font-size:0.8em;
  color:white;
}


.subscribe_quote {
  width: 40%;
  background-image: url(/images/contact.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
}

.quote_container {
  width: 100%;
  max-width: 500px;
  background-color: white;
  padding: 50px;
  padding-top: 0;
}

.quote_persona {
  width: 80px;
  height: 80px;
  background-image: url(/images/persona.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 200px;
  transform: translateY(-50%);
  margin-bottom: -20px;
}

.quote_container h2 {
  font-size: 1.7em;
  font-weight: 700;
  color: #075060;
  margin-bottom: 20px;
}

.quote_container div {
  line-height: 150%;
  color: #7a7a7a;
  font-size: 1.2em;
  font-weight: 200;
}

.subscribe_form {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 30px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
}

.subscribe_form h2 {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #075060;
  width: 100%;
}
.subscribe_form h3 {
  font-size: 1.2em;
  font-weight: 900;
  color: #0D515F;
  margin-bottom: 20px;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 2px solid #f7f7f7;
}

.subscribe_form .form-title:first-of-type h3 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.subscribe_form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.subscribe_form form .form_split {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.subscribe_form .text-normal {
  position: relative;
  width: 48%;
  margin-bottom: 20px;
}

.subscribe_form .text-full {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.subscribe_form .text-quarter {
  position: relative;
  width: 22%;
  margin-bottom: 20px;
}

.subscribe_form .ml-select {
  width: 100%;
}

.subscribe_form .form-title {
  width: 100%;
}

.subscribe_form .form-field label {
  color: #686868;
  font-weight: 700;
  font-size: 1em;
  transition: all .5s;
  margin-bottom: 5px;
  display: inline-block;
}

.subscribe_form form input[type=text], .subscribe_form form input[type=email], .subscribe_form form input[type=tel], .subscribe_form form select {
  width: 100%;
  border: none;
  background-color: #f1f5f6;
  padding: 10px;
  font-weight: 200;
  font-size: 1.2em;
  color: 353535;
  font-family: 'Poppins', sans-serif;
}

.subscribe_form .selectric, .subscribe_form .selectric .label {
  background-color: #f1f5f6;
}

.subscribe_form .selectric .label {
  padding-top: 16px;
}

.subscribe_form form select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.subscribe_form .selectric-scroll li:first-of-type {
  text-align: left;
  padding: 15px;
  font-size: 1.6em;
  font-weight: 200;
  opacity: 1 !important;
  border-bottom: 2px dashed #f1f1f1;
  margin-top: 0 !important;
  color: #0D515F!important;
}

.subscribe_form .selectric-scroll li:first-of-type:before {
  display: none !important;
}

.form_buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-top: 20px;
}

.subscribe_form form input[type=submit] {
  border-radius: 200px;
  padding: 10px 30px;
  background-color: #075060;
  font-size: 1em;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
}

/* Einde Subscribe */

/* Signup Geslaagd */

.signupgeslaagd {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 10px;
  background-image: url(/images/bevestiging.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -40px;
}

.signupgeslaagd>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 600px;
  flex-direction: column;
  padding: 50px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
}

.signupgeslaagd>div i {
  font-size: 3em;
  color: #0D515F;
}

.signupgeslaagd>div h1 {
  font-size: 1.8em;
  font-weight: 900;
  color: #0D515F;
  margin-top: 10px;
  margin-bottom: 20px;
}

.signupgeslaagd>div div {
  font-size: 1.4em;
  font-weight: 200;
  color: #585858;
  line-height: 150%;
  text-align: center;
}

.signupgeslaagd>div a {
  padding: 10px 30px;
  background-color: #0D515F;
  border-radius: 200px;
  margin-top: 20px;
  font-size: 1em;
  font-weight: 700;
  color: white;
}

/* Einde Signup Geslaagd */


/* Dashboard */

.dashboard_page {
  background-color: #EBF5F8;
  margin: 0 auto;
  padding: 50px 10px;
}

.dashboard_page>div {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.dashboard_page aside {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  margin-bottom: 20px;
}

.dashboard_page aside > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.dash_logo {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 2px solid #ECEBF2;
  border-radius: 200px;
  background-color: white;
  margin-right: 15px;
}

.dashboard_page aside h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #130F22;
}

.dashboard_page aside h2 small {
  font-weight: 200;
  font-size: .8em;
  color: #6a6a6a;
}

.dashboard_page aside>a {
  font-size: 1.3em;
  color: #16535D;
  background-color: #ECF5F8;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}



.dashboard_page section {
  padding: 30px 30px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
}

.dashboard_header {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.dashboard_header h1 {
  font-size: 1.5em;
  font-weight: 900;
  color: #12525E;
}

.dashboard_header div {
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}


.dashboard_header div a {
  background-color: #bee0eb;
  color: #16535D;
  border-radius: 5px;
  height: 35px;
  font-size: .9em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.dashboard_header div a:hover,.dashboard_header div a.active {
  background-color: #12525E;
  color: #fff;
}

.dashboard_bonnen {
  width: 70%;
}


.bonnen_head {
  font-weight: 700;
  font-size: 1.2em;
  color: #130F22;
  margin-bottom: 20px;
}

.dashboard_main_button {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ECF5F8;
  color: #0D515F;
  border-radius: 5px;
  padding: 15px 10px;
  font-weight: 400;
  transition: all .3s;
  margin-top: 15px;
}

.dashboard_main_button:hover {
  transform: scale(1.02);
}

.dashboard_bonnen article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 2px dashed #f7f7f7;
}

.dashboard_bonnen article:last-of-type {
  border-bottom: none;
}

.dashboard_bonnen article h2 {
  font-size: 1.2em;
  font-weight: 200;
}

.dashboard_bonnen article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 200;
}

.dashboard_bonnen .more_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fafafa;
  padding: 15px;
  margin-top: 10px;
}

.dashboard_bonnen .more_info div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  padding: 5px 0;
  font-weight: 400;
  font-size: .9em;
}

.dashboard_bonnen .more_info div a {
  font-weight: 400;
  color: #16535D;
}

.dashboard_bonnen .more_info div span {
  margin-right: 10px;
  min-width: 140px;
  font-weight: 200;
}

.dashboard_bonnen .more_info div i {
  color: #42AC6F;

}

.dashboard_bonnen article div:first-of-type i {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  color: #16535D;
  margin-left: 20px;
  background-color: #ECF5F8;
  transition: all .3s;
  cursor: pointer;
  border: 2px solid #ECF5F8;
}

.dashboard_bonnen article div:first-of-type i:hover {
  background-color: transparent;
}

.rote i {
  transform: rotate(90deg);
}

.dashboard_totaal {
  width: calc(30% - 20px);
}

.dashboard_totaal>h2 {
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  color: #130F22;
  margin-bottom: 10px;
}

.dashboard_totaal article {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px dashed #f7f7f7;
}

.dashboard_totaal article h2 {
  font-weight: 700;
  color: #353535;
  margin-bottom: 8px;
}

.dashboard_totaal article p {
  font-weight: 200;
}

.dashboard_totaal article a {
  color: #16535D;
}

.bonnen_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

/* Einde Dashboard */

/* Login */

.login .errors {
  background-color: #ee9d9d;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.login {
  width: 100%;
  min-height: 100vh;
  background-color: #EBF5F8;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.login>div {
  width: 100%;
  max-width: 600px;
}

.login>div h1 {
  font-size: 1.4em;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 35px;
  color: #353535;
}

.login>div img {
  width: 250px;
}

.login>div form {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
}

.login>div form p {
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  line-height: 150%;
}

.login>div form label {
  font-size: 1.2em;
  font-weight: 900;
  color: #0D515F;
  margin-bottom: 10px;
  width: 100%;
}

.login>div form input[type=text], .login>div form input[type=email], .login>div form input[type=password] {
  width: 100%;
  border: none;
  background-color: #f1f5f6;
  font-weight: 200;
  font-size: 1.2em;
  color: #353535;
  height: 45px;
  padding-left: 55px;
  font-family: 'Poppins', sans-serif;
}

.login .login_field {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.login .login_field i {
  position: absolute;
  left: 0;
  color: #12525E;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3em;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #deeaed;

}

.login>div form input[type=submit] {
  padding: 8px 30px;
  font-weight: 700;
  color: white;
  border: none;
  background-color: #0D515F;
  font-family: 'Poppins', sans-serif;
  border-radius: 200px;
}

.login>div form div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.login>div form div a {
  font-size: .9em;
  color: #969696;
}

/* Einde Login */


/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.30);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.30);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.30);
}

.PL_Wrapper h2 {
  color: #002D5B;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #43474A;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
  font-size: 1.2em;
  font-weight: 200;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #002D5B;
  border: 2px solid #002D5B;
  color: #ffffff;
  width: 48%;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
  text-decoration: none;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #002D5B;
}
/* Einde Cookie Melding */

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  width: 100%;
}

.blokken article>img {
  width: 48%;
  order: 1;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #075060;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 900;
  font-size: 2em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.4em;
  margin-bottom: 20px;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a {
  padding: 10px 0;
  display: inline-block;
  margin-top: 5px;
  color: #075060;
  font-weight: 700;
  font-size: 1.2em;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s;
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(odd) img {
  order: 3;
}


/* Einde Blokken */




/* Media Query's */

@media screen and (max-width: 1350px) {
  .slib, .slis {
    display: none;
  }

  .slim {
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  .subscribe {
    flex-wrap: wrap;
  }

  .subscribe_form {
    width: 100%;
    padding: 20px;
  }
  
  .subscribe_quote {
    width: 100%;
    padding: 150px 10px;
  }

  .first_ak h2 {
    font-size: 1.5em;
  }

  .first_ak h3 {
    font-size: 1.1em;
  }

  .first_ak a {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 1200px) {
  .blokken article>img {
    width: 100%;
  }

  .blokken article:nth-child(odd) img {
    order: 1;
  }

  .blokken_content{
    width: 100%;
  }

  .blokken_tekst {
    max-width: 100%;
  }

  .power_titel {
    font-size: 2em;
  }

  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 50px;
    padding: 30px 10px;
    background-color: #f0f6f7;
  }

  .contact_gegevens, .contact_formulier {
    width: 100%;
  }

  .contact_gegevens h1, .contact_gegevens h2 {
    text-align: center;
  }

  .contact_gegevens > div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .contact_gegevens > div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_gegevens > div a i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #0D515F;
    border-radius: 100px;
    font-size: 1em;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 1100px) {
  .logo {
    width: 150px;
  }

  .navigatie ul a {
    font-size: 1em;
  }

  .home_steps article > div {
    min-height: 350px;
  }

  .subcategorie_zoeken {
    flex-wrap: wrap;
  }

  .subcat_filter_holder {
    width: 49%;
    margin-bottom: 10px;
  }

  .subcat_filter_holder:last-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 1050px) {
  .home_steps article > div {
    min-height: 270px;
  }
}

@media screen and (max-width: 950px) {
  .items_ov article {
    width: 48%;
  }
}

@media screen and (max-width: 900px) {
  .logo {
    font-size:1.2em;
    text-align:center;
  }

  .navigatie nav {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .inner_footer {
    flex-wrap: wrap;

  }

  .inner_footer > div {
    width: 50%;
    justify-content: flex-start;
    font-size:0.9em;
  }

  .inner_footer > div i {
    width: 50px;
  }

  .disclaimer {
    font-size: .8em;
  }

  .first_ak {
    flex-wrap: wrap;
  }

  .first_ak > div {
    width: 100%;
    min-height: 300px;
  }

  .first_ak_image {
    display: none;
  }

  .first_ak > div:last-of-type {
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .first_ak h2 {
    max-width: 100%;
    text-align: center;
  }

  .first_ak h3 {
    max-width: 100%;
    text-align: center;
  }

  .page_header>h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .page_header>h2 {
    margin-bottom: 10px;
    font-size: .8em;
  }

  .page_header_tekst {
    font-size: 18px;
  }
  .page_header {
    padding-bottom: 30px;
  }

  .home_head {
    padding: 10px;
  }

  .home_head>h2 {
    font-size: 1.2em;
  }

  .home_head>h3 {
    font-size: 1em;
  }

  .filter_cats {
    width: 24%;
  }

  .subscribe_form .text-normal {
    width: 100%;
  }

  .subscribe_form .text-quarter {
    width: 100%;
  }

}

@media screen and (max-width: 850px) {
  .slib, .slim {
    display: none;
  }

  .slis {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .subscribe_form form .form_split {
    width: 100%;
  }

  .subscribe_form h1 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 750px) {
  .blokken_content {
    padding: 10px;
  }
  .blokken_titel h2 {
    font-size: 1.5em;
  }

  .blokken_tekst {
    font-size: 1.1em;
    margin-bottom: 5px;
  }

  .blokken_content>a {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 700px) {
  .topper>div {
    justify-content: center;
  }

  .power_titel {
    font-size: 1.5em;
  }

  .home_steps article {
    padding: 25px 10px;
  }

  .home_head>h2 {
    font-size: 1.4em;
  }

  .cta_res {
    display: flex;
  }
}

@media screen and (max-width: 650px) {
  .form_buttons {
    flex-wrap: wrap;
  }
  .subscribe_form form input[type=submit] {
    width: 100%;
  }

  .inner_footer {
    padding: 20px 10px;
  }

  .inner_footer > div {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .inner_footer > div div:last-of-type {
    width: 100%;
    text-align: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .inner_footer > div div:first-of-type {
    margin-right: 0;
  }

  .disclaimer {
    flex-wrap: wrap;
    line-height: 180%;
  }

  .disclaimer span {
    visibility: hidden;
  }

  .home_steps article h2 {
    font-size: 1.3em;
  }

  .home_steps article > div div {
    font-size: 1em;
  }

  .searchbar h2 {
    font-size: 1.5em;
  }

  .items_ov article {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }
  .home_steps article > div {

    padding-bottom: 0;
  }

  .banner_head {
    bottom: 0;
  }

  .home_head>h2 {
    font-size: 1em;
  }

  .searchbar h3 {
    font-size: 0.8em;
  }

  .filter_cats {
    width: 32.33%;
  }

  .subcat_filter_holder {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 550px) {
  .contact_formulier #NaamInput {
    width: 100%;
  }

  .contact_form input[type=submit] {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .searchbar h2 {
    font-size: 1.2em;
  } 

  .searchbar input {
    font-size: 1em;
  }
}