@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;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
  -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],
input[type=password],
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: 'Muli', sans-serif;
}

/* GDPR */ 

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #D80001;
  margin-bottom: 20px;
  margin-top: 150px;
}


#content-container h2 {
  color:#D80001;
  font-size:2.4em;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #D80001;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.2em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #D80001;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* Einde GDPR */

/* Cookie Melding */
.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  z-index: 500;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  transition: all .5s;
}

.plenso_cookies > img {
  width: 50px;
}

.plenso_cookies > div {
  color: #10182F;
  padding: 25px 0px;
  line-height: 25px;
}

.plenso_cookies > div a {
  color: #10182F;
  text-decoration: underline;
}

.plenso_cookies > a {
  background-color: #D80001;
  color: white;
  font-weight: 700;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies > a:hover {
  transform: scale(1.1);
}

/* Einde Cookie Melding */



/* Login */

.login {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100vh;
}

.loginpart {
  width: 100%;
  max-width: 500px;
  background-color: white;
  border-right: 2px solid #F5F5F5;
  z-index: 1;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.loginpart img {
  width: 100%;
  max-width: 150px;
}

.loginpart form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 90%;
}

.loginpart form h2 {
  font-size: 20px;
  color: #D80001;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.loginpart form h3 {
  color: #8f8f8f;
  line-height: 150%;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 20px;
}

.spcc {
  color: #8f8f8f;
  line-height: 150%;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 20px;
}

.loginpart form input[type=email], .loginpart form input[type=password] {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.loginpart form input[type=submit] {
  background-color: #D80001;
  border-radius: 4px;
  border: 2px solid #D80001;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  padding: 10px 30px;
  color: white;
  font-size: 18px;
  transition: all .3s;
  margin: 0 !important;
  height: initial !important;
  display: inline-block;
  line-height: initial !important;
}

.loginpart form input[type=submit]:hover {
  background-color: #fff;
  color: #D80001;
}

.loginpart form div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.loginpart form div a {
  font-size: 15px;
  font-weight: 700;
  color: #d1d1d1;
}

.loginpart form div.link-options {
  display: block;
}
.loginpart form div.link-options a:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}

.logincontent {
  width: 100%;
  background-color: white;
  background-image: url(/images/login.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.forgot_pass {
  color: #7d7d7d;
  font-weight: 700;
  font-size: .9em;
  cursor: pointer;
}
/* Einde Login */

/* Registreren */

.register_page {
  position: relative;
  overflow: hidden;
}

.register_page::after {
  width: 65%;
  background-image: url(/images/login.jpg);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}

.register_holder {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;

}

.register_form {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 50px 50px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: #E1E1E1 1px solid;
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 4px;
}

.register_form_uitleg {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.register_form_uitleg h1 {
  font-size: 28px;
  font-weight: 700;
  text-align-last: left;
  font-family: 'Poppins', serif;
  color: #D80001;
  margin-bottom: 15px;
  width: 100%;
}

.register_form_devid {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.register_form_devid a {
  color: #9f9f9f;
  font-size: 17px;
  font-weight: 200;
}

.register_form_devid input[type=submit] {
  padding: 8px 40px;
  height: initial !important;
  margin: 0 !important;
  background-color: #D80001;
  border-radius: 4px;
  color: white;
  font-family: 'Poppins', serif;
  border: none;
  font-size: 18px;
  font-weight: 200;
  width: 200px;
}

.register_form_uitleg p {
  text-align: center;
  max-width: 200px;
  font-size: 16px;
  color: #252525;
  line-height: 150%;
  margin-bottom: 25px;
}


.register_form .field {
  position: relative;
  margin-bottom: 15px;
}


.register_form input[type=text],
.register_form input[type=email],
.register_form input[type=password] {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Poppins', sans-serif;
}

.register_form .field label {
  position: absolute;
  left: 13px;
  top: 18px;
  font-size: 14px;
  transition: all .2s;
}

.register_form .floatlabel input,
.register_form .floatlabel select,
.register_form .floatlabel textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}



.register_form .floatlabel label {
  top: 10px;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}


.register_form input[type=text]:focus,
.register_form input[type=email]:focus,
.register_form input[type=password]:focus {
  border: #D80001 1px solid;
}

.full_width_input {
  width: 100%;
}

.half_width_input {
  width: 49%;
}

.third_width_input {
  width: 32.33%;
}

.two_thirds_width_input {
  width: 65.66%;
}


/* Einde Registreren */

/* Dashboard */
.dashboardholder {
  background-color: #F9F9F9;
  padding-top: 30px;
}

.dashboard {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.dashboard_bestellingen {
  width: calc(100% - 450px);
  margin-left: 50px;
} 

.dashboard_bestellingen article {
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
}

.lessinfo,
.moreinfo {
  cursor: pointer;
}

.dashboard_bestellingen article h2 {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
}

.dashboard_bestellingen article h3 {
  font-size: 16px;
  font-weight: 200;
  margin-top: 3px;
  color: #888888;
}

.dashboard_bestellingen article table {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ececec;
}

.dashboard_bestellingen article table thead {
  background-color: #ececec;
  padding: 10px;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
}

.dashboard_bestellingen article table thead th {
  padding: 10px;
  text-align: left;
}

.dashboard_bestellingen article table tbody td {
  padding: 10px;
  font-weight: 200;
  font-size: 16px;
}

.dashboard_bestellingen article .betaling {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dashboard_bestellingen article .methode {
  width: 50%;
  padding-top: 15px;

}

.dashboard_bestellingen article .methode h3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #616161;
  margin-bottom: 15px;
}

.dashboard_bestellingen article .methode h3 div {
  font-weight: 700;
  width: 180px;
}

.dashboard_bestellingen article .financial {
  width: 50%;
}


.dashboard_bestellingen > h2 {
  font-size: 25px;
  font-weight: 700;
  color: #D80001;
  margin-bottom: 20px;
}

.dashboard aside {
  width: 400px;
  padding: 15px;
  padding-bottom: 25px;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  background-color: white;
}


.dashboard aside h2 {
  font-size: 25px;
  font-weight: 700;
  color: #D80001;
  padding: 20px 20px;
  padding-bottom: 5px;
}

.dashboard aside h3 {
  font-size: 14px;
  font-weight: 200;
  color: #252525;
  padding: 0;
  padding-bottom: 10px;
  margin: 0 20px;
  margin-bottom: 20px;
  border-bottom: #e8e8e8 1px solid;
}

.dashboard .menuitem {
  border-left: 3px solid white;
  padding: 5px 15px;
  margin: 5px 0;
  width: 100%;
  display: inline-block;
  color: #252525;
  cursor: pointer;
}

.dashboard .menuitem i {
  width: 30px;
}

.dashboard .menuitem.active {
  border-left: 3px solid #D80001;
}

.form_holder_edit,
.password_holder,
.tegoeden_holder {
  width: calc(100% - 450px);
  margin-left: 50px;
}

.form_holder_edit > h2,
.password_holder > h2,
.tegoeden_holder > h2 {
  font-size: 25px;
  font-weight: 700;
  color: #D80001;
  margin-bottom: 20px;
}

.dashboard aside div > a {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #f1f8fd;
  padding: 15px;
  color: #252525;
  border-radius: 4px;
}


.dashboard aside .full_width_input label,
.dashboard aside .half_width_input label,
.dashboard aside .two_thirds_width_input label,
.dashboard aside .third_width_input label {
  margin-bottom: 5px;
  font-weight: 200;
  display: inline-block;
  color: #717171;
}

.tegoeden {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  font-size: 15px;
}

.noggeenbestellingen {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.noggeenbestellingen p {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
}

.noggeenbestellingen a {
  padding: 8px 30px;
  display: inline-block;
  background-color: #D80001;
  color: white;
  font-weight: 200;
  border-radius: 4px;
}


.ca_box {
  background-color: #fff;
  padding: 15px;
  border: 2px solid #f6f6f6;
  border-radius: 4px;
  margin-bottom: 20px;
}

.ca_titel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px !important;
}

.ca_titel span {
  font-size: 22px;
  font-weight: 700;
  color: #D80001;
}

.ca_table {
  width: 100%;
}

.ca_table tr {
  border-left: #f9f9f9 2px solid;
  border-right: #f9f9f9 2px solid;
}



.ca_table th {
  background-color: #f9f9f9!important;
  color: #0e1936;
  border: none;
  font-size: 13px;
  padding: 15px 10px;
}

.ca_table th:not(:first-of-type), .ca_table td:not(:first-of-type) {
  text-align: center;
}

.ca_table td {
  border: none;
  padding: 15px 10px;
  font-size: 14px;
  border-bottom: 1px dashed #ebebeb;
}

.ca_table th:not(:first-of-type), .ca_table td:not(:first-of-type) {
  text-align: center;
}

.ca_table td a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}


/* Einde Dashboard */




/* Navigatie */

.navigatie {
  width: 100%;
}

.fixedheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: white;
}

.fixedheader .logo {
  width: 100px !important;
  margin: 5px 0 !important;
}

.fixedheader nav a {
  padding: 5px 0 !important;
}


.navigatie>div {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f3f3f3;
}


.navigatie>div .logo {
  width: 180px;
  margin: 15px 0;
}

.navigatie nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigatie nav ul a {
  margin: 0 20px;
  padding: 10px 0;
  color: #5e5e5e;
  font-size: 1.1em;
  border-bottom: 2px solid transparent;
}

.navigatie nav ul li a:hover{
  border-bottom: 2px solid #D80001;
}

.navigatie nav .active {
  color: #D80001 !important;
  border-bottom: 2px solid #D80001 !important;
}


.loginbtn a {
  color: white !important;
  background-color: #D80001;
  padding: 10px 30px !important;
  border-radius: 4px;
}

.loginbtn a i {
  margin-right: 10px;
}



.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #fff;
  padding-bottom: 100px;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
}

.menubtn:hover {
  transform: scale(1.05);
}

.resshow {
  display: none;
  justify-content: center;
  align-items: center;
}

.resshow a {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #D80001;
  color: white;
  margin-right: 15px;
}

.resshow a i {
  margin-right: 5px;
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

.overvisible {
  display: block;
}

.closebtn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 25px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(0deg);
}

.rotateImg  {
  transform: rotate(-180deg) !important;
} 


.navitem a {
  width: 100%;
  text-align: left;
  display: inline-block;
  color: #353535;
  font-size: 1.2em;
  font-weight: 600;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-left: 2px solid #c8c8c8;
  margin-top: 10px;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  padding-left: 20px;
  color: #c8c8c8;
}

/* Einde Navigatie */

/* Contact Pagina */

.contact_pagina {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 10px 0 10px;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #D80001;
  padding: 50px 80px;
  margin-top: 20px;
  width: 100%;

}

.contact_info p {
  font-size: 20px;
  font-weight: 200;
  color: #252525;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 900;
  color: #D80001;
  margin-bottom: 20px;
  font-size: 2em;
}

.contact_gegevens h2 {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  line-height: 150%;
}

.contact_gegevens p {
  padding-bottom: 10px;
}

.contact_split {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_split h2 {
  font-weight: 700;
  color: #fff;
  font-size: 35px;
  margin-bottom: 25px;
  line-height: 130%;
}

.contact_split h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.contact_split div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #fff;
}

.contact_split div p a {
  color: #fff;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.contact_split img {
  width: 100px;
  border-radius: 200px;
  margin-right: 20px;
}

.contact_formulier {
  width: 55%;
}

.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] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  padding: 8px 0px;
  color: #CDB562;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.contact_form input[type=text]:focus, 
.contact_form input[type=email]:focus {
  border-bottom: 2px solid #D80001;
  font-weight: 400;
}

.contact_form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 10px 0px;
  color: #CDB562;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  height: 100px;

}

.contact_form textarea:focus {
  border-bottom: 2px solid #D80001;
  font-weight: 400;
}

.contact_form input[type=submit] {
  border-radius: 4px;
  padding: 10px 40px;
  background: transparent;
  border: 2px solid #D80001;
  font-weight: 200;
  color: #D80001;
  font-size: 1.2em;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  transition: all .3s;
}

.contact_form input[type=submit]:disabled{
  opacity: .3;
}

.contact_form input[type=submit]:disabled:hover{
  background: transparent;
  color: #D80001;
}

.contact_form input[type=submit]:hover {
  background-color: #D80001;
  color: #fff;
}

#dasmap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -70px;
  margin-bottom: 50px;
}

.contact_formulier #EmailInput {
  width: 100%;
}

.contact_formulier #NaamInput {
  width: 49%;
}

.contact_formulier #PostcodeInput {
  width: 31.33%;
}

.contact_formulier #GemeenteInput {
  width: 66.66%;
}

/* Einde Contact Pagina */


/* Home */

.home_banner {
  width: 100%;
}

.home_banner img {
  width: 100%;
}

.home_banner .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 200px;
  border: none;
  background-color: rgba(0,0,0,.7);
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 2;
}

.home_banner .slick-next {
  left: initial;
  right: 10px;
}

.home_banner .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.home_banner .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  margin: 10px 3px;
  background-color: #fff;
  cursor: pointer;
}

.home_banner .slick-dots .slick-active {
  background-color: #000;
}

.home_banner .slick-dots li button {
  display: none;
}

.home_banner article {
  position: relative;
}

.home_banner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 120px);
  max-width: 1600px;
  transform: translate(-50%, -50%);
}

.home_banner .content a {
  background-color: #D80001;
  color: white;
  padding: 14px 25px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
  border: solid 2px #D80001;
}

.home_banner .content h2 {
  font-size: 2.8em;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.47);
}

.home_banner .content h3 {
  font-size: 1.1em;
  color: white;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.47);
}

.home_banner .overlayer {
  background-color: rgba(130,114,76,.37);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

/* Einde Home */


/* Page Header */

.page_header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}


.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.page_header>h1 {
  color: #D80001;
  font-weight: 700;
  font-size: 2.7rem;
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
}

.page_header_tekst {
  line-height: 150%;
  font-weight: 200;
  font-size: 22px;
  color: #4C4C4C;
  text-align: center;
  width: 100%;
}

/* Einde Page Header */



/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 10px 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: 20px 0;
  width: 100%;
}

.blokken article>img {
  width: 42%;
  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: #000;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.6em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  font-size: 22px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a {
  display: inline-block;
  color: #D80001;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) img {
  order: 3;
}
/* Blokken */


.home_slider {
  width: 100%;
}

.home_slider .slick-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #D80001;
  z-index: 3;
  border: 2px solid #D80001;
  transition: all .3s;
}

.home_slider .slick-arrow:hover {
  background-color: transparent;
  color: #D80001;
}

.home_slider .slick-prev {
  right: 70px;
}

.home_slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; 
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.home_slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #a0a0a0;
  cursor: pointer;
}

.home_slider .slick-dots .slick-active {
  background-color: #D80001;
  border: #D80001 2px solid;
}

.home_slider .slick-dots li button {
  display: none;
}

.home_slider article {
  position: relative;
}

.home_slider article img {
  width: 100%;
}


.home_slider article .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1600px;
  padding: 10px;
}

.home_slider article .content h2 {
  font-size: 45px;
  font-weight: 700;
  color: white;
}

.home_slider article .content h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200;
  color: white;
}

.home_slider article .content a {
  background-color: #D80001;
  border: #D80001 2px solid;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 15px;
  color: #fff;
  transition: all .3s;
}

.home_slider article .content a:hover {
  background-color: transparent;
  color: #D80001;
}


/* Tickertape */

.ticker {
  background-color: #f3f3f3;
}

.ticker article {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.ticker article h2 {
  font-size: 35px;
  font-weight: 700;
  color: #353535;
}

/* Einde Tickertape */

/* Footer */

footer {
  background-color: white;
  border-top: 2px solid #f3f3f3;
  padding: 50px 10px;
}

.innerfooter {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.withlove i{
  animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.footer_item {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.footer_item div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin: 10px;
  color: #818181;
}

.footer_item div span {
  width: 50px;
  height: 20px;
}

.footer_item div a {
  color: #818181;
}

.siteby {
  background-color: #EEEEEE;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  color: #818181;
  font-size: .9em;
}

.siteby span {
  margin: 0 10px;
}

.siteby a {
  color: #818181;
}

/* Einde Footer */

/* grijze ak */

.grijze_ak {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 10px;
  position: relative;
  background-color: #EFEFEF;
}

.grijze_ak>h2 {
  position: absolute;
  top: 0;
  left: 49%;
  transform: translate(-50%, -50%);
  max-width: 1070px;
  width: 100%;
  font-size: 180px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
  color: #e0dee0;
  letter-spacing: 1px;
}

.aks {
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  position: relative;
  padding-bottom: 20px;
  transform: translateY(-70px);
}

.aks .slick-arrow {
  position: absolute;
  left: 47%;
  bottom: 5px;
  background-color: transparent;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  border: none;
  color: #394056;
  z-index: 2;
}

.aks .slick-next {
  left: 50%;
}

.aks .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
  width: 50%;
  margin-left: 50%;
}

.aks .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  border: 2px solid #394056;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
}

.aks .slick-dots li button {
  display: none;
}

.aks .slick-dots .slick-active {
  background-color: #394056;
}

.grijze_ak_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.grijze_ak_content>div {
  width: 45%;
}

.grijze_ak_content img {
  width: 50%;
}

.grijze_ak_content>div h2 {
  font-size: 35px;
  color: #353535;
  font-family: 'Muli', sans-serif;
  margin-bottom: 30px;
}

.grijze_ak_content>div div {
  line-height: 180%;
  font-weight: 200;
  color: #4c4c4c;
  font-size: 22px;
}

.grijze_ak_content>div a {
  color: #D80001;
  border: 1px solid #D80001;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  transition: all .3s; 
}

.grijze_ak_content>div a:hover {
  background-color: #D80001;
  color: white;
}


.blog_ov {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.blog_ov article {
  width: 31.33%;
  margin: 1%;
  position: relative;
  border: 2px solid #f6f6f6;
  overflow: hidden;
  background-color: white;
}

.blog_ov article img {
  width: 100%;
  position: relative;
  transition: all 1.5s;
  z-index: 0;
}

.blog_ov article h2 {
  font-size: 22px;
  font-weight: 400;
  color: #353535;
  padding: 10px;
  padding-top: 20px;
  background-color: white;
  position: relative;
  z-index: 1;
  font-family: 'Muli', sans-serif;
}


.blog_ov article .c {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  text-align: left;
  line-height: 170%;
  padding: 10px;
  padding-top: 0;
  z-index: 1;
  position: relative;
  background-color: white;
}

.blog_ov article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.blog_ov article button {
  margin: 10px 10px 10px 10px;
  border: none;
  color: #D80001;
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.blog_ov article button i {
  margin-left: 10px;
  font-size: 22px;
}

.blog_ov article:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.15);

}




.shareblog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #f6f6f6;
}

.shareblog > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shareblog > div a {
  color: #fff;
  border-radius: 4px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 35px;
  height: 35px;
  transition: all .3s;
  font-weight: 700;
}

.shareblog > div a:hover {
  transform: scale(1.15);
}

.shareblog > div a i {
  font-size: 20px;
}

.shareblog p {
  font-weight: 700;
  color: #353535;
  margin-right: 10px;
}

.shareblog > a {
  display: inline-block;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  color: white;
  background: -webkit-linear-gradient(-20deg, #E53323 30%, #ED7024 100%);
  transition: all 0.8s ease;
}

.blog-img img {
  width: 100%;
}
.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}
.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  margin-top: 30px;
}
.footermar-blog {
  padding-bottom: 50px;
}
.blog-item {
  position: relative;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
}
.blog-rows {
  margin-top: 1%;
}
.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.blog-row:last-child {
  margin-bottom: 0;
}
.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}
.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}
.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}
.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}
.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .blog-main .blog-item {
  width: 100%;
}
.blog-row .extra .blog-item:nth-child(n+3){
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px;
  z-index: 1;
  border: 2px solid #f1f1f1;
  background-color: #fff;
  color: #252525;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}
.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}
.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}
.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c.reverse .combo-img .big {
  order:2;
}
.type-c .combo-img > * {
  width: 50%;
}
.type-c .combo-img .big img {
  width: 100%;
}
.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  color: white;
  background: -webkit-linear-gradient(-20deg, #E53323 30%, #ED7024 100%);
  transition: all 0.8s ease;
}
.button-hold a:hover {
  transform: scale(1.1);
}
  /**
 * Blog detail
 **/
 .blog-holder {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: 2px solid #f1f1f1;

}
.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: -.5px;
  color: #353535;
  text-align: left;
  line-height: 170%;
}

.blog-item .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 20px;
  font-family: 'Muli', sans-serif;
}
.blog-aside h3 {
  font-weight: 700;
  font-family: 'Muli', sans-serif;
  color: #252525;
  font-size: 30px;
  text-align: left;
  margin-bottom: 25px;  
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
}
.blog-nav a:hover,.blog-nav a.active {
  color: #F18E24;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #F18E24;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 20px;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #353535;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}

.blog-recent .c {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -.5px;
  color: #353535;
  text-align: left;
  margin-bottom: 15px;
  line-height: 170%;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #D80001;
  font-family: 'Muli', sans-serif;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  font-weight: 700;
  color: #D80001;
  border: none;
  font-family: 'Muli', sans-serif;
  font-size: 18px;
}
.blog-overzicht .btn-hold a:hover {

}
.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 140%;
  color: #626572;
  font-weight: 700;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  -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);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6){
  width: 32%;
  margin-bottom: 2%;
}
.blog-overzicht .blog-item:nth-child(n+6) .c, .blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
  display: none;
}
.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)){
  margin-right: 2%;
}
.blog-content-row {
  margin-bottom: 30px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-size: 22px;
  line-height: 150%;
  color: #252525;
  font-family: 'Muli', sans-serif;
}
.blog-content-row .c {
  width: 100%;
  margin:0 auto;
}
.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}
.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}
.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}
.blog-content-row .multi-img-holder>a img {
  width: 100%;
}
.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-content-row .tekst-and-image > * {
  width: 50%;
}
.blog-content-row .tekst-and-image .c {
  padding:0 20px;
}
.blog-content-row .tekst-and-image.reverse .img {
  order:2;
} 
.title-hold {
  text-align: center;
  margin-bottom: 36px;
}
.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #353535;
  border-top: 3px solid #ececec;
  font-size: 35px;
  font-family: 'Muli', sans-serif;
  font-weight: bold;
}

/* Einde Blog */


/* Over Ons */

.overons {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.overons h2 {
  width: 100%;
  font-weight: 700;
  color: #D80001;
  font-size: 30px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 50px;
}

.overonsitem > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.overonsitem article {
  width: 23%;
  margin: 1%;
  border: #f3f3f3 2px solid;
}

.overonsitem article h3 {
  padding: 10px;
  color: #D80001;
  font-weight: 700;
  font-size: 20px;
}

.overonsitem article h4 {
  margin-bottom: 10px;
  padding: 0 10px;
  color: #252525;
}

.overons article img {
  width: 100%;
}

/* Einde Over Ons */

/* Producten */

.producten_preview .producten {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.producten_preview .producten article {
  width: 31.33%;
  margin: 1%;
  position: relative;
  overflow: hidden;
}

.producten article .overlay {
  content: "";
  height: 60%;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  transition: all 2s;
  opacity: 1;
  top: auto;
  position: absolute;
  pointer-events: none;
  background-image: -webkit-linear-gradient(bottom,#19191b 0,rgba(25,25,27,0) 100%);
  background-image: linear-gradient(to top,#19191b 0,rgba(25,25,27,0) 100%);
  -webkit-transition: .2s cubic-bezier(.4,0,.2,1);
  transition: 2s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.producten_preview .producten article:hover .overlay {
  opacity: 0;
}

.producten_preview .producten article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

.producten_preview .producten article img {
  width: 100%;
  position: relative;
  transition: all 2s;
  z-index: 0;
}

.producten_preview .producten article h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  font-size: 22px;
  z-index: 4;
  color: #fff;
  transition: all .8s;
  width: 100%;
  font-family: 'Muli', sans-serif;
}

/* Einde Producten */


/* Waarden */

.waarden {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

.kernwaarden {
  width: 40%;
  background-color: transparent;
  background: #efefef;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 80px;
  padding-bottom: 50px;
  flex-direction: column;
}

.kernwaarden > h2 {
  font-weight: 300;
  color: #000;
  font-size: 60px;
  line-height: 110%;
  width: 100%;
  text-align: right;
  font-size: 35px;
  margin-bottom: 35px;
  font-family: 'Muli', sans-serif;
}

.kernwaarden ul {
  padding: 0px 0 0 0;
  list-style-type: none;
}

.kernwaarden ul li>div:first-of-type {
  width: 70px;
  color: #353535;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kernwaarden ul li>div:first-of-type i {
  color: #D80001;
}

.kernwaarden ul li>div:last-of-type {
  font-size: 20px;
  min-width: 275px;
  max-width: 275px;
  color: #353535;
  text-align: right;
  font-weight: 200;
}

.kernwaarden ul li {
  display: flex;
  padding: 18px 0;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.troeven {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 80px;
  flex-wrap: wrap;
}


.troeven > h2 {
  width: 100%;
  font-size: 35px;
  font-family: 'Muli', sans-serif;
  color: #D80001;
  font-weight: 700;
}

.troeven article {
  width: 45%;
  margin: 25px 0;
}

.troeven article > h2 {
  font-weight: 300;
  color: #353535;
  font-size: 60px;
  line-height: 110%;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 25px;
  font-family: 'Muli', sans-serif;
}

.troeven article div {
  line-height: 200%;
  font-size: 1.1em;
  color: #5F5F5F;
}



/* Einde Waarden */

/* Vragen */

.vragensplit {
  padding: 0 10px 50px 10px;
}

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 68%;
}

.vragen article {
  border: 2px solid #f3f3f3;
  background-color: white;
  padding: 25px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.vragen article h2 {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 1.3em;
  color: #D80001;
  align-items: center;
  cursor: pointer;
  line-height: 130%;
}

.vragen h3 {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 1px;
	border-bottom: 2px solid #c00056ab;
	padding-bottom: 10px;
  margin-top: 60px;
  color: #D80001;
}

.vragen h3:first-of-type {
	margin-top: 0;
}

.vragen article h2 i {
  transition: all .3s;
  color: #a1a1a1;
}

.vragen article div p {
  margin-bottom: 15px !important;
}

.arrowUp i {
  transform: rotate(180deg);
}

.vragen article div {
  margin-top: 20px;
  color: #a1a1a1;
  line-height: 180%;
  font-size: 1.2em;
}

.vragen article div a {
  color: #D80001;
  font-weight: 600;
  transition: transform 0.8s ease;
  z-index: 50;
}

.vragen_form {
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f3f3f3;
  width: 30%;
}

.vragen_form h2 {
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #D80001;
}

.vragen_form input[type=text], 
.vragen_form input[type=email],
.vragen_form textarea {
  padding: 10px;
  font-family: 'Muli', sans-serif;
  color: #353535;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  width: 100%;
  height: 50px;
  display: flex;
  border-radius: 4px;
  -ms-align-items: center;
  align-items: center;
  font-size: 1em;
}

.vragen_form textarea {
  height: 100px;
}

.vragen_form #NaamInput,
.vragen_form #EmailInput {
  margin-bottom: 10px;
}

.vragen_form input[type=submit] {
  border: none;
  font-family: 'Muli', sans-serif;
  color: #fff;
  font-weight: 600;
  background-color: #D80001;
  padding: 12px 35px;
  border-radius: 4px;
}
/* Einde Vragen */

/* Home Banner */
.home_banner {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.dark_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color:  rgba(0,0,0,.6);
}

.home_banner .content {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.home_banner .content h2 {
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 70px;

  font-family: 'Muli', sans-serif;
}

.home_banner .content a {
  padding: 15px 10px;
  font-weight: 700;
  font-size: 19px;
  border: 1px solid #D80001;
  display: inline-block;
  color: white;
  transition: all .3s;
  margin-top: 50px;
  font-family: 'Muli', sans-serif;
}

.home_banner .content a:hover {
  background-color: transparent;
  color: #D80001;
}
/* Einde Home Banner */


/* Media Query's */

@media screen and (max-width: 1400px){
  .navigatie>div {
    padding: 0 10px;
  }

  .instagram_feed .instagram_post {  
    width: 270px;
    height: 270px;
  }
}


@media screen and (max-width: 1300px) {
  .blog-overzicht .blog-item {
    width: 98%;
  }
}

@media screen and (max-width: 1250px) {
  .instagram_feed .instagram_post {  
    width: 260px;
    height: 260px;
  }
}

@media screen and (max-width: 1200px){
  .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6em;
  }
  .blog-content-row .tekst-and-image > * {
    width: 100%;
  }
  .blog-content-row .tekst-and-image .img {
    margin:15px auto;
    max-width: 500px;
  }
  .instagram_feed .instagram_post {  
    width: 250px;
    height: 250px;
  }

  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 20px;
    padding: 30px 10px;
  }

  .contact_gegevens, .contact_formulier {
    width: 100%;
    padding: 0 10px;
  }

  .contact_gegevens h1, .contact_gegevens h2 {
    text-align: center;
    line-height: 120%;
  }

  .contact_gegevens > div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact_split div {
    padding: 20px;
  }

  #dasmap {
    margin-top: 15px;
    height: 400px;
  }

  .contact_gegevens > div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }
  .contact_split img {
    display: none;
  }

  .contact_split div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .kernwaarden {
    width: 100%;
    padding: 30px 10px;
  }

  .troeven {
    width: 100%;
    padding: 20px;
  }

  .kernwaarden ul {
    padding-top: 20px;
  }

  .kernwaarden ul li {
    justify-content: center;
    flex-direction: column;
  }

  .kernwaarden ul li>div:first-of-type {
    width: initial;
    margin-bottom: 10px;
  }

  .kernwaarden ul li>div:last-of-type {
    min-width: initial;
  }

  .kernwaarden > h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .kernwaarden ul {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .instagram_feed .instagram_post {  
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 1100px){
  .vragen {
    width: 100%;
    margin-bottom: 50px;
  }

  .navigatie>div .logo {
    width: 80px;
  }

  .fixedheader .logo {
    width: 70px !important;
    margin: 5px 0 !important;
  }

  .navigatie nav ul a {
    font-size: 1em;
    margin: 0 15px;
  }

  footer {
    padding: 20px 10px;
  }

  .footer_item {
    width: 50%;
    order: 1;
    padding: 10px;
  }

  .footer_item:first-of-type {
    order: 2;
  }

  .loginpart {
    padding: 10px 0;
    max-width: 100%;
  }

  .logincontent {
    display: none;
  }

  .login {
    height: 80vh;
  }
}

@media screen and (max-width: 1050px){
  .diensten article {
    width: 33.33%;
  }

  .instagram_feed .instagram_post {  
    width: 200px;
    height: 200px;
  }

  .contact-form, .location {
    width: 49%;
  }

  .location {
    margin-left: 2%;
    margin-right: 0;
  }

  .contacteer-ons {
    width: 60%;
    float: left;
  }

  .overonsitem article {
    width: 31.33%;
  }
}


@media screen and (max-width: 1000px) {
  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .blog-aside {
    order:2;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
    padding: 10px;
  }
  .row-block .extra {
    padding: 10px;
  }
  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .blog-recent .blog-item {
    width: 45%;
  }
}

@media screen and (max-width: 950px) {
  #content-container h1 {
    font-size: 2.5em;
    margin-bottom: 60px !important;
  }

  #content-container h2 {
    font-size:1.8em;
  }
  .blokken article>img {
    width: 100%;
    order: 1 !important;
  }

  .blokken_content {
    width: 100%;
    padding: 10px;
    order: 2 !important;
  }

  .blokken_titel h2 {
    font-size: 1.3em;
  }

  .blokken_tekst {
    font-size: 18px;
  }

  .navigatie nav ul a {
    margin: 0 10px;
  }

  .instagram_feed {
    justify-content: center;
    max-width: 90%;
    padding-top: 0;
  }

  .instagram_feed .instagram_post {  
    width: 300px;
    height: 300px;
    margin: 1%;
  }

  .insta_titel {
    padding-bottom: 30px;
  }

  .insta_titel .line-hold h2 {
    font-size: 25px;
    padding: 0 20px;
  }

  .producten_preview .producten article {
    width: 48%;
  }

  .blog_ov article {
    width: 48%;
  }
}

@media screen and (max-width: 900px) {
  .blog-main .c {
    font-size: 1em;
  }

  .power_titel {
    font-size: 2em;
  }

  .grijze_ak_content {
    flex-wrap: wrap;
  }

  .grijze_ak_content img {
    width: 100%;
    order: 1;
  }

  .aks .slick-dots {
    width: 100%;
    margin-left: 0;
  }

  .grijze_ak_content>div {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }

  .grijze_ak_content>div h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 850px) {
  .navigatie nav {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .resshow {
    display: flex;
  }

  .home_banner .content h3 {
    display: none;
  }

  .home_banner .content h2 {
    font-size: 2em;
  }

}

@media screen and (max-width: 800px) {

  .instagram_feed .instagram_post {  
    width: 280px;
    height: 280px;
  }
  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6em;
  }
  .blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
    width: 49%;
  }
  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
    margin-bottom: 2%;
  }
  .blog-content-row .multi-img-holder.three>*:last-child{
    display: none;
  }

  .vragen article,
  .vragen_form {
    padding: 15px;
  }

  .home_slider article .content {
    display: none;
  }

  .overonsitem article {
    width: 48%;
  }
}

@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }

  .vragen article h2 {
    font-size: 1em;
  }

  .vragen article div {
    font-size: .9em;
  }

  .diensten article {
    width: 50%;
    padding: 10px;
  }

  .power_titel_holder > div {
    padding: 30px 10px;
  }

  .power_titel {
    font-size: 1.5em;
  }

  .instagram_feed .instagram_post {  
    width: 260px;
    height: 260px;
  }

  .contact_info>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .contact_info {
    padding: 20px 10px;
  }

  .contact_info h2 {
    text-align: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .blog-row .row-block,.blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }
  .row-block:not(:nth-child(2n)){
    margin-right: 0;
  }
  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }
  .blog-row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 680px){
  .blog-main .blog-img .h1 {
    position:static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }
  .instagram_feed .instagram_post {  
    width: 240px;
    height: 240px;
  }

  .blog_ov article {
    width: 98%;
  }
}

@media screen and (max-width: 650px) {
  .instagram_feed {
    max-width: 100%;
    margin-bottom: 0;
  }

  .instagram_feed .instagram_post {  
    width: 240px;
    height: 240px;
  }

  #content-container h1 {
    font-size: 2.1em;

  }

  #content-container h2 {
    font-size:1.5em;
  }
  
  .res-nav {
    width: 100%;
    right: -650px;
  }

  .menu-is-open {
    right: 0;
  }

  .footer_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer_item div span {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .instagram_feed .instagram_post {  
    width: 220px;
    height: 220px;
  }
  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }

  .page_header>h1 {
    font-size: 20px;
  }

  .page_header>h2 {
    font-size: 14px;
  }

  .page_header_tekst,
  .blokken_tekst {
    font-size: 17px;
  }

  .diensten article h2 {
    font-size: 16px;
  }

  .home_banner .content h2 {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
  }

  .home_banner .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .home_banner .content a {
    padding: 8px 15px;
  }

  .home_banner .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .siteby {
    font-size: .7em;
  }

  .contact-us {
    position: relative;
  }
  .contact-form, .location,.contacteer-ons {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;   
  }
  .contacteer-ons {
    padding-top: 40px;    
  }
  .location {
    margin-top: 60px;
  }
  .contact-form>input[type="submit"] {
    width: 100%;
  }
}

@media screen and (max-width: 530px){
  .producten_preview .producten article {
    width: 98%;
  }
}

@media screen and (max-width: 450px){
  .plenso_cookies {
    right: 10px;
  }

  .plenso_cookies > div {
    font-size: 15px;
  }

  .plenso_cookies > a {
    padding: 17px 30px;
    font-size: 15px;
  }
}

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }

  .navigatie .logo {
    width: 250px !important;
    margin: 5px 0 !important;
  } 
}






@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}