/* --------------------
	Set root URL
	for LESS compiling
-------------------- */
/* --------------------
	Imports
-------------------- */
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body {
  font-size: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Browser reset  */
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,
figure,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* General  */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* Float & align  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
.module {
  text-align: left;
}
/* Columns  */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.garamond {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.palatino {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* Mixins  */
@font-face {
  font-family: "buurtzorg";
  src: url("/wp-content/themes/buurtzorg/static/fonts/buurtzorg.eot");
  src: url("/wp-content/themes/buurtzorg/static/fonts/buurtzorg.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/buurtzorg/static/fonts/buurtzorg.woff") format("woff"), url("/wp-content/themes/buurtzorg/static/fonts/buurtzorg.ttf") format("truetype"), url("/wp-content/themes/buurtzorg/static/fonts/buurtzorg.svg#buurtzorg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'buurtzorg';
  font-weight: 300;
}
[data-icon]:before {
  font-family: "buurtzorg" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="bz-"]:before,
[class*=" bz-"]:before {
  font-family: "buurtzorg" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bz-clients:before {
  content: "a";
}
.bz-countries:before {
  content: "b";
}
.bz-employees:before {
  content: "c";
}
.bz-partners:before {
  content: "d";
}
.bz-search:before {
  content: "e";
}
.bz-light:before {
  content: "f";
}
.bz-send:before {
  content: "g";
}
.bz-at:before {
  content: "h";
}
.bz-quote:before {
  content: "i";
}
.bz-email:before {
  content: "j";
}
.bz-emailclosed:before {
  content: "k";
}
.bz-world:before {
  content: "l";
}
.bz-world-marker:before {
  content: "m";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ----------------------------------------------------------------
	Algemeen ======================================================
---------------------------------------------------------------- */
/* --------------------
	Algemeen | Body & html
-------------------- */
html {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
body {
  background-color: #fdf8f6;
  overflow-x: hidden;
  height: 100% !important;
}
img {
  max-width: 100%;
  height: auto;
}
::selection {
  background: #5b91ac;
  /* WebKit/Blink Browsers */
  color: #fdf8f6;
}
::-moz-selection {
  background: #5b91ac;
  /* Gecko Browsers */
  color: #fdf8f6;
}
/* --------------------
	Algemeen | Grid
-------------------- */
.row {
  margin: 0 auto;
  max-width: 100%;
}
.col-left {
  max-width: 40.625rem;
  width: 100%;
  float: right;
}
.col-right {
  max-width: 40.625rem;
  width: 100%;
  float: left;
}
.row > .col-1-1 {
  max-width: 81.25rem;
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
  float: none;
  margin: 0 auto;
}
.row > .col-1-2 .col-left {
  max-width: 40.625rem;
}
.row > .col-1-2 .col-right {
  max-width: 40.625rem;
}
.row > .col-1-3 .col-left {
  max-width: 27.08333333rem;
}
.row > .col-1-3 .col-right {
  max-width: 27.08333333rem;
}
.row > .col-2-3 .col-left {
  max-width: 54.16666667rem;
}
.row > .col-2-3 .col-right {
  max-width: 54.16666667rem;
}
/* --------------------
	Algemeen | Kleurstelling
-------------------- */
/*
@darkblue: 								#004177;
@blue: 									#006ec7;
@lightblue: 							#8dbee6;
*/
/* --------------------
	Algemeen | Typografie
-------------------- */
h1 {
  font-size: 2.75em;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: #fdf8f6;
  font-family: 'Raleway', sans-serif;
}
h2 {
  font-size: 1.875em;
  line-height: 1.3;
  margin-bottom: 0.875rem;
  color: #244f65;
  font-family: 'Raleway', sans-serif;
}
h3 {
  font-size: 1.375em;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #244f65;
  font-family: 'Raleway', sans-serif;
}
h4 {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 0.875rem;
  color: #244f65;
}
h5 {
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #ea672c;
  font-family: 'Raleway', sans-serif;
}
h6 {
  font-family: 'Raleway', sans-serif;
}
p {
  font-size: 1em;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 1.8rem;
  color: #5b91ac;
  font-family: 'Roboto', sans-serif;
}
p a {
  text-decoration: underline;
  color: #5b91ac;
}
a {
  text-decoration: none;
  line-height: 1.5;
}
a.stripe {
  position: relative;
  display: inline-block;
  color: #ea672c;
  font-weight: 500;
  text-decoration: none;
  padding-left: 0;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: all 0.3s 0.3s ease-in-out;
  -moz-transition: all 0.3s 0.3s ease-in-out;
  -ms-transition: all 0.3s 0.3s ease-in-out;
  -o-transition: all 0.3s 0.3s ease-in-out;
  transition: all 0.3s 0.3s ease-in-out;
}
a.stripe:before {
  display: inline-block;
  position: absolute;
  left: -15px;
  bottom: 5px;
  content: '';
  width: 10px;
  height: 2px;
  background: #ea672c;
  margin-right: 10px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.2s ease-in-out, left 0.25s ease-in-out 0.2s, width 0.25s ease-in-out 0.2s;
  -moz-transition: transform 0.2s ease-in-out, left 0.25s ease-in-out 0.2s, width 0.25s ease-in-out 0.2s;
  -ms-transition: transform 0.2s ease-in-out, left 0.25s ease-in-out 0.2s, width 0.25s ease-in-out 0.2s;
  -o-transition: transform 0.2s ease-in-out, left 0.25s ease-in-out 0.2s, width 0.25s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out, left 0.25s ease-in-out 0.2s, width 0.25s ease-in-out 0.2s;
}
a.stripe:hover {
  -webkit-transform: translateX(35px);
  -moz-transform: translateX(35px);
  -ms-transform: translateX(35px);
  -o-transform: translateX(35px);
  transform: translateX(35px);
}
a.stripe:hover:before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  width: 20px;
  left: -35px;
}
ol {
  counter-reset: li-counter;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  color: #5b91ac;
  margin-bottom: 0.3rem;
}
ol li:before {
  position: absolute;
  left: 0;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
blockquote {
  position: relative;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  padding-left: 50px;
}
blockquote:before {
  position: absolute;
  font-style: italic;
  font-size: 50px;
  line-height: 1.5;
  left: 0;
  top: -8px;
  content: '"';
  color: #ea672c;
}
ul li,
li a {
  line-height: 1.5;
  color: #5b91ac;
  margin-bottom: 0.3rem;
}
/* --------------------
	Algemeen | Form
-------------------- */
form.form,
form.wpcf7-form {
  width: 100%;
  position: relative;
  padding-bottom: 55px;
}
form.form input[type="text"],
form.wpcf7-form input[type="text"],
form.form input[type="email"],
form.wpcf7-form input[type="email"],
form.form textarea,
form.wpcf7-form textarea {
  line-height: 1.525rem;
  padding: 0.85rem 0;
  border: none;
  margin-bottom: 0.5rem;
  font-family: 'Raleway', sans-serif;
  background: transparent;
  -webkit-appearance: none;
  font-size: 1.25rem;
  width: 100%;
  color: #244f65;
  background: url('/wp-content/themes/buurtzorg/static/images/icons/circle-darkblue.svg');
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-top: 0;
}
form.form input[type="text"]::-webkit-input-placeholder,
form.wpcf7-form input[type="text"]::-webkit-input-placeholder,
form.form input[type="email"]::-webkit-input-placeholder,
form.wpcf7-form input[type="email"]::-webkit-input-placeholder,
form.form textarea::-webkit-input-placeholder,
form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #b8c9d3;
}
form.form input[type="text"]:-moz-placeholder,
form.wpcf7-form input[type="text"]:-moz-placeholder,
form.form input[type="email"]:-moz-placeholder,
form.wpcf7-form input[type="email"]:-moz-placeholder,
form.form textarea:-moz-placeholder,
form.wpcf7-form textarea:-moz-placeholder {
  color: #b8c9d3;
}
form.form input[type="text"]::-moz-placeholder,
form.wpcf7-form input[type="text"]::-moz-placeholder,
form.form input[type="email"]::-moz-placeholder,
form.wpcf7-form input[type="email"]::-moz-placeholder,
form.form textarea::-moz-placeholder,
form.wpcf7-form textarea::-moz-placeholder {
  color: #b8c9d3;
}
form.form input[type="text"]:-ms-input-placeholder,
form.wpcf7-form input[type="text"]:-ms-input-placeholder,
form.form input[type="email"]:-ms-input-placeholder,
form.wpcf7-form input[type="email"]:-ms-input-placeholder,
form.form textarea:-ms-input-placeholder,
form.wpcf7-form textarea:-ms-input-placeholder {
  color: #b8c9d3;
}
form.form input[aria-invalid="true"]::-webkit-input-placeholder,
form.wpcf7-form input[aria-invalid="true"]::-webkit-input-placeholder {
  color: #f3877a;
}
form.form input[aria-invalid="true"]:-moz-placeholder,
form.wpcf7-form input[aria-invalid="true"]:-moz-placeholder {
  color: #f3877a;
}
form.form input[aria-invalid="true"]::-moz-placeholder,
form.wpcf7-form input[aria-invalid="true"]::-moz-placeholder {
  color: #f3877a;
}
form.form input[aria-invalid="true"]:-ms-input-placeholder,
form.wpcf7-form input[aria-invalid="true"]:-ms-input-placeholder {
  color: #f3877a;
}
form.form input[type="submit"],
form.wpcf7-form input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #244f65;
  font-size: 1.625rem;
  font-weight: 500;
  padding: 0;
}
form.form .submit,
form.wpcf7-form .submit {
  float: right;
  margin-top: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
}
form.form .submit:before,
form.wpcf7-form .submit:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 2px;
  background: #244f65;
  margin-right: 10px;
}
form.form textarea,
form.wpcf7-form textarea {
  height: 100px;
}
/* --------------------
	Algemeen | Backgrounds
-------------------- */
.bg-white {
  background: #fdf8f6;
}
.bg-blue {
  background: #5b91ac;
}
.bg-darkblue {
  background: #244f65;
}
.bg-orange {
  background: #ea672c;
}
.image {
  width: 100%;
  background-position: center;
  background-size: cover;
}
/* --------------------
	Algemeen | Misc
-------------------- */
section ul {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 1.8rem;
}
section ul li {
  padding-left: 10px;
}
.side-navigation ul {
  list-style: none;
  margin: 0;
}
.side-navigation ul li {
  padding: 0;
}
/* ----------------------------------------------------------------
	Paginas  ======================================================
---------------------------------------------------------------- */
/* --------------------
	Pagina | Home
-------------------- */
.home section.header {
  background-position: center top;
}
section.about-buurtzorg .col-1-2:first-of-type .information {
  height: 50%;
}
section.about-buurtzorg .col-1-2:first-of-type .information > div {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
}
section.about-buurtzorg .col-1-2:first-of-type .information > div .inner {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 65px;
}
section.about-buurtzorg .col-1-2:first-of-type .information > div .inner .count {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 3em;
  color: #244f65;
}
section.about-buurtzorg .col-1-2:first-of-type .information > div .inner .type {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  margin-top: 0.6rem;
}
section.about-buurtzorg .col-1-2:first-of-type .information > div .inner:before {
  font-size: 45px;
  font-family: 'buurtzorg';
  font-weight: 300;
  position: absolute;
  left: 5px;
  top: 10px;
  color: #5b91ac;
}
section.about-buurtzorg .col-1-2:first-of-type .information > div:nth-of-type(1) {
  border-right: 1px solid #d2d6d9;
  border-bottom: 1px solid #d2d6d9;
}
section.about-buurtzorg .col-1-2:first-of-type .information > div:nth-of-type(1):before {
  position: absolute;
  content: '';
  background-color: #d2d6d9;
  right: 100%;
  width: 50vw;
  height: 1px;
  bottom: -1px;
}
section.about-buurtzorg .col-1-2:first-of-type .information > div:nth-of-type(2) {
  border-bottom: 1px solid #d2d6d9;
}
section.about-buurtzorg .col-1-2:first-of-type .information > div:nth-of-type(3) {
  border-right: 1px solid #d2d6d9;
}
section.about-buurtzorg .col-1-2:first-of-type .image {
  height: 50%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  float: right;
}
section.about-buurtzorg .col-1-2:last-of-type {
  position: relative;
  border-left: 1px solid #d2d6d9;
  border-bottom: 1px solid #d2d6d9;
}
section.about-buurtzorg .col-1-2:last-of-type:after {
  position: absolute;
  display: inline-block;
  content: '';
  height: 1px;
  width: 2000px;
  left: 100%;
  bottom: -1px;
  background: #d2d6d9;
}
section.initiatives .col-1-2:first-of-type {
  background: #5b91ac;
}
section.collaborate .col-1-2:last-of-type {
  background: #244f65;
}
/* --------------------
	Pagina | About buurtzorg
-------------------- */
section.about > .row {
  max-width: 81.25rem;
}
/* --------------------
	Pagina | Initiatives
-------------------- */
.page-breadcrumbs-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.page-breadcrumbs-wrapper .page-breadcrumbs {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.page-breadcrumbs-wrapper .page-breadcrumbs span {
  margin-left: 5px;
  margin-right: 5px;
}
.page-breadcrumbs-wrapper .page-breadcrumbs span:first-child {
  margin-left: 0;
}
.page-breadcrumbs-wrapper .page-breadcrumbs span a {
  color: white;
}
.page-breadcrumbs-wrapper .page-breadcrumbs span a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1300px) {
  .page-breadcrumbs-wrapper .page-breadcrumbs {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .page-breadcrumbs-wrapper .page-breadcrumbs {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
}
@media only screen and (max-width: 550px) {
  section.header {
    padding-top: 9.6rem !important;
  }
  .page-breadcrumbs-wrapper {
    display: none;
  }
  .page-breadcrumbs-wrapper .page-breadcrumbs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* --------------------
	Pagina | Initiatives
-------------------- */
section.initiatives-overview .row .col-1-2:last-of-type {
  background-size: cover;
  background-position: center;
}
section.initiatives-overview .row h2 {
  position: relative;
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
}
section.initiatives-overview .row h2:after {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: 0;
  left: 0;
  height: 3px;
  background: #5b91ac;
  width: 0%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.initiatives-overview .row h2:hover:after {
  width: 100%;
}
section.initiatives-overview .row:nth-of-type(odd) .col-1-2:first-of-type {
  position: relative;
  left: 50%;
}
section.initiatives-overview .row:nth-of-type(odd) .col-1-2:last-of-type {
  position: relative;
  right: 50%;
}
section.initiatives-overview .row:nth-of-type(odd) .image {
  background-size: cover;
  background-position: center center;
}
section.initiatives-overview .row:nth-of-type(odd) .white-block:after,
section.initiatives-overview .row:nth-of-type(odd) .blue-block:after,
section.initiatives-overview .row:nth-of-type(odd) .darkblue-block:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 14px 0;
  border-color: transparent #fdf8f6 transparent transparent;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
section.initiatives-overview .row:nth-of-type(odd) .white-block:after {
  border-color: transparent #fdf8f6 transparent transparent;
}
section.initiatives-overview .row:nth-of-type(odd) .blue-block:after {
  border-color: transparent #5b91ac transparent transparent;
}
section.initiatives-overview .row:nth-of-type(odd) .blue-block h2:after {
  background: #244f65;
}
section.initiatives-overview .row:nth-of-type(odd) .darkblue-block:after {
  border-color: transparent #244f65 transparent transparent;
}
section.initiatives-overview .row:nth-of-type(odd) .darkblue-block h2:after {
  background: #fdf8f6;
}
section.initiatives-overview .row:nth-of-type(even) .image {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 50vw;
}
section.initiatives-overview .row:nth-of-type(even) .white-block:after,
section.initiatives-overview .row:nth-of-type(even) .blue-block:after,
section.initiatives-overview .row:nth-of-type(even) .darkblue-block:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #fdf8f6;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
section.initiatives-overview .row:nth-of-type(even) .white-block:after {
  border-color: transparent transparent transparent #fdf8f6;
}
section.initiatives-overview .row:nth-of-type(even) .blue-block:after {
  border-color: transparent transparent transparent #5b91ac;
}
section.initiatives-overview .row:nth-of-type(even) .blue-block h2:after {
  background: #244f65;
}
section.initiatives-overview .row:nth-of-type(even) .darkblue-block:after {
  border-color: transparent transparent transparent #244f65;
}
section.initiatives-overview .row:nth-of-type(even) .darkblue-block h2:after {
  background: #fdf8f6;
}
/* --------------------
	Pagina | Collaberation
-------------------- */
section.collaboration .col-1-2:first-of-type {
  position: relative;
  border-bottom: 1px solid #d2d6d9;
}
section.collaboration .col-1-2:first-of-type:after {
  position: absolute;
  display: inline-block;
  content: '';
  height: 1px;
  width: 2000px;
  right: 100%;
  bottom: -1px;
  background: #d2d6d9;
}
section.collaboration .information {
  height: 100%;
  border-left: 1px solid #d2d6d9;
}
section.collaboration .information > div {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
}
section.collaboration .information > div .inner {
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 65px;
}
section.collaboration .information > div .inner .count {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 3em;
  color: #244f65;
}
section.collaboration .information > div .inner .type {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  margin-top: 0.6rem;
}
section.collaboration .information > div .inner:before {
  font-size: 45px;
  font-family: 'buurtzorg';
  font-weight: 300;
  position: absolute;
  left: 5px;
  top: 10px;
  color: #5b91ac;
}
section.collaboration .information > div:nth-of-type(1) {
  border-right: 1px solid #d2d6d9;
  border-bottom: 1px solid #d2d6d9;
}
section.collaboration .information > div:nth-of-type(1) .inner {
  bottom: 45px;
}
section.collaboration .information > div:nth-of-type(2) {
  border-bottom: 1px solid #d2d6d9;
}
section.collaboration .information > div:nth-of-type(2) .inner {
  bottom: 45px;
}
section.collaboration .information > div:nth-of-type(2):before {
  position: absolute;
  content: '';
  background-color: #d2d6d9;
  left: 100%;
  width: 50vw;
  height: 1px;
  bottom: -1px;
}
section.collaboration .information > div:nth-of-type(3) {
  border-right: 1px solid #d2d6d9;
}
section.collaboration .information > div:nth-of-type(3) .inner {
  top: 40px;
}
section.collaboration .information > div:nth-of-type(4) .inner {
  top: 40px;
}
section.quote-collab .col-1-2:last-of-type {
  background: #5b91ac;
}
section.quote-collab h2 {
  margin-bottom: 50px;
}
section.quote-collab .quote-slider .slick-slide > div:first-of-type {
  padding-right: 85px;
}
section.quote-collab .quote-slider .slick-slide > div:first-of-type h5 {
  padding-left: 65px;
}
section.quote-collab .quote-slider .slick-slide > div:last-of-type {
  width: 100%;
  left: auto;
  padding-top: 50px;
  text-align: center;
}
section.quote-collab ul.collab-logos li {
  display: inline-block;
  width: 50%;
  float: left;
  color: white;
  cursor: pointer;
}
section.quote-collab ul.collab-logos li:nth-of-type(odd) {
  padding-right: 1rem;
}
section.quote-collab ul.collab-logos li:nth-of-type(even) {
  padding-left: 1rem;
}
section.quote-collab ul.collab-logos li img {
  opacity: 0.7;
}
section.quote-collab ul.collab-logos li.active img {
  opacity: 1;
}
section.get-in-touch .col-1-2:first-of-type {
  background: #244f65;
}
section.get-in-touch .col-1-2:first-of-type > div:first-of-type {
  height: 50%;
}
section.get-in-touch .col-1-2:first-of-type > div:last-of-type {
  height: 50%;
}
section.get-in-touch .col-1-2:first-of-type .image {
  height: 50%;
  width: 100%;
  float: right;
  background-size: cover;
  background-position: center center;
}
section.get-in-touch .col-1-2:last-of-type h2 {
  padding-left: 80px;
  position: relative;
}
section.get-in-touch .col-1-2:last-of-type h2:before {
  font-family: 'buurtzorg';
  position: absolute;
  content: 'j';
  font-weight: 300;
  color: #5b91ac;
  left: 0;
  font-size: 46px;
  margin-top: -12px;
}
section.get-in-touch .col-1-2:last-of-type form {
  padding-left: 80px;
}
/* --------------------
	Pagina | Contact us
-------------------- */
section.contact-form .col-1-2:first-of-type > div:first-of-type {
  height: 70%;
}
section.contact-form .col-1-2:first-of-type > div:last-of-type {
  height: 30%;
}
section.contact-form .col-1-2:last-of-type {
  background: #5b91ac;
}
section.contact-form .col-1-2:last-of-type h2 {
  padding-left: 80px;
  position: relative;
}
section.contact-form .col-1-2:last-of-type h2:before {
  font-family: 'buurtzorg';
  position: absolute;
  content: 'j';
  font-weight: 300;
  color: #fdf8f6;
  left: 0;
  font-size: 46px;
  margin-top: -12px;
}
section.contact-form .col-1-2:last-of-type form {
  padding-left: 80px;
}
section.contact-form .col-1-2:last-of-type form.form input[type="text"],
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="text"],
section.contact-form .col-1-2:last-of-type form.form input[type="email"],
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="email"],
section.contact-form .col-1-2:last-of-type form.form textarea,
section.contact-form .col-1-2:last-of-type form.wpcf7-form textarea {
  color: #fdf8f6;
}
section.contact-form .col-1-2:last-of-type form.form input[type="text"]::-webkit-input-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="text"]::-webkit-input-placeholder,
section.contact-form .col-1-2:last-of-type form.form input[type="email"]::-webkit-input-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="email"]::-webkit-input-placeholder,
section.contact-form .col-1-2:last-of-type form.form textarea::-webkit-input-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #244f65;
}
section.contact-form .col-1-2:last-of-type form.form input[type="text"]:-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="text"]:-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.form input[type="email"]:-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="email"]:-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.form textarea:-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form textarea:-moz-placeholder {
  color: #244f65;
}
section.contact-form .col-1-2:last-of-type form.form input[type="text"]::-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="text"]::-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.form input[type="email"]::-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="email"]::-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.form textarea::-moz-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form textarea::-moz-placeholder {
  color: #244f65;
}
section.contact-form .col-1-2:last-of-type form.form input[type="text"]:-ms-input-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="text"]:-ms-input-placeholder,
section.contact-form .col-1-2:last-of-type form.form input[type="email"]:-ms-input-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="email"]:-ms-input-placeholder,
section.contact-form .col-1-2:last-of-type form.form textarea:-ms-input-placeholder,
section.contact-form .col-1-2:last-of-type form.wpcf7-form textarea:-ms-input-placeholder {
  color: #244f65;
}
section.contact-form .col-1-2:last-of-type form.form input[type="submit"],
section.contact-form .col-1-2:last-of-type form.wpcf7-form input[type="submit"] {
  color: #fdf8f6;
}
section.contact-form .col-1-2:last-of-type form.form .submit:before,
section.contact-form .col-1-2:last-of-type form.wpcf7-form .submit:before {
  background: #fdf8f6;
}
section.contact-form .col-1-2:last-of-type .jvFloat .placeHolder {
  color: rgba(253, 248, 247, 0.65);
}
section.contact-form .image {
  height: 50%;
  background-size: cover;
  background-position: center center;
  float: right;
}
section.bz-map {
  background-color: #244f65;
}
section.bz-map .darkblue-block {
  transition: all 0.3s ease-in-out;
  min-height: 660px;
}
section.bz-map .col-1-2:first-of-type {
  transition: all 0.3s ease-in-out;
}
section.bz-map .col-1-2:first-of-type h2 {
  padding-left: 80px;
  position: relative;
}
section.bz-map .col-1-2:first-of-type h2:before {
  font-family: 'buurtzorg';
  position: absolute;
  content: 'm';
  font-weight: 300;
  color: #fdf8f6;
  left: 0;
  font-size: 46px;
  margin-top: -12px;
}
section.bz-map .col-1-2:first-of-type p {
  padding-left: 80px;
}
section.bz-map .col-1-2:last-of-type > div {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.bz-map .country-information {
  padding-left: 80px;
  display: inline-block;
  width: 125%;
  transition: all 0.3s ease-in-out;
}
section.bz-map .country-information > div {
  display: none;
  padding: 30px 0;
}
section.bz-map .country-information ul {
  list-style: none;
  margin: 0;
}
section.bz-map .country-information ul li {
  color: #ea672c;
  font-weight: 500;
  font-size: 1rem;
  padding: 0;
}
section.bz-map .country-information ul li a {
  color: #ea672c;
  font-weight: 500;
  font-size: 1rem;
}
section.bz-map .country-information ul li span {
  width: 25px;
  display: inline-block;
}
section.bz-map.home {
  background-color: #5b91ac;
}
section.bz-map.home .lightblue-block h2 {
  color: white;
}
section.bz-map.home .lightblue-block p {
  color: #244f65;
}
section.bz-map.home .country-information ul li {
  color: white;
}
section.bz-map.home .country-information ul li a {
  color: white;
}
/* --------------------
	Pagina | Search
-------------------- */
body.search .white-block,
body.search .blue-block,
body.search .darkblue-block {
  padding: 50px 0 50px 0;
}
/* ----------------------------------------------------------------
	Modules  ======================================================
---------------------------------------------------------------- */
/* --------------------
	Module | Navigatie
-------------------- */
.navigation .row .col-1-1 {
  max-width: 1920px;
}
nav.navigation {
  position: fixed;
  position: absolute !important;
  z-index: 100;
  height: 128px;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
nav.navigation .row {
  height: 100%;
}
nav.navigation .nav-left {
  float: left;
  display: inline-block;
  height: 100%;
}
nav.navigation .nav-left .logo {
  margin-top: 36px;
  width: 210px;
}
nav.navigation .nav-right {
  float: right;
  display: inline-block;
  height: 100%;
}
nav.navigation .menu-items {
  padding-top: 8px;
}
nav.navigation .menu-items ul li {
  display: inline-block;
  padding-left: 45px;
}
nav.navigation .menu-items ul li a {
  font-family: 'Raleway', sans-serif;
  color: #82ccec;
  font-weight: bold;
  font-size: 18px;
}
nav.navigation .menu-items ul li a:hover {
  color: #fdf8f6;
}
nav.navigation .menu-items ul li.current-menu-item a {
  color: #fdf8f6;
}
nav.navigation .menu-items ul li.current-menu-item a:hover {
  color: #244f65;
}
nav.navigation .search {
  text-align: right;
  padding: 18px 0;
}
nav.navigation .search #s {
  background: transparent;
  border: none;
  font-size: 14px;
  color: white;
  height: 40px;
  padding: 0 20px;
  -webkit-appearance: none;
  font-weight: 500;
}
nav.navigation .search #s::-webkit-input-placeholder {
  color: #fdf8f6;
}
nav.navigation .search #s:-moz-placeholder {
  color: #fdf8f6;
}
nav.navigation .search #s::-moz-placeholder {
  color: #fdf8f6;
}
nav.navigation .search #s:-ms-input-placeholder {
  color: #fdf8f6;
}
nav.navigation .search form {
  position: relative;
}
nav.navigation .search form:after {
  font-family: 'buurtzorg';
  font-weight: 300;
  content: 'e';
  position: absolute;
  color: #fdf8f6;
  right: 9px;
  top: 10px;
  font-size: 20px;
  pointer-events: none;
}
nav.navigation .search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
}
nav.navigation.scrolled {
  /*
		background-color: @white;
		.menu-items ul li 				{
			a 							{
				&:hover 				{ color: @darkblue; }
			}
			&.current-menu-item 		{
				a 						{ color: @darkblue;
					&:hover 			{ color: @blue; }
				}
			}
		}
		.search 						{
			#s 							{ color: @darkblue; .placeholder(@darkblue); }
			form 						{
				&:after 				{ color: @darkblue; }
			}
			input[type="submit"] 		{ }
		}
*/
}
@media only screen and (max-width: 1250px) {
  nav.navigation .menu-items ul li {
    padding-left: 26px;
  }
}
/* --------------------
	Module | Header
-------------------- */
section.header {
  position: relative;
  min-height: 496px;
  padding-top: 13.6rem;
  padding-bottom: 4.25rem;
  background-size: cover;
  background-position: center center;
}
section.header:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(36, 79, 101, 0.6);
}
section.header .inner {
  position: relative;
  z-index: 1;
  max-width: 34.6rem;
  margin: 0 auto;
  text-align: center;
}
section.header p {
  color: #fdf8f6;
  padding: 0 40px;
}
section.header .row {
  position: relative;
  z-index: 10;
}
.top-gallery-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-gallery-wrapper:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(36, 79, 101, 0.6);
  z-index: 1;
}
.top-gallery-wrapper .top-gallery {
  height: 100%;
}
.top-gallery-wrapper .top-gallery .slick-list {
  height: 100%;
}
.top-gallery-wrapper .top-gallery .slick-list .slick-track {
  height: 100%;
}
.top-gallery-wrapper .top-gallery .slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* --------------------
	Module | Hamburger menu
-------------------- */
.hamburger-wrapper {
  display: none;
  float: right;
  font-size: 14px;
  padding: 14px 16px;
  border: 2px solid #fdf8f6;
  border-radius: 3px;
  text-transform: uppercase;
}
#hamburger-icon {
  width: 70px;
  height: 12px;
  position: relative;
  display: block;
}
#hamburger-icon:after {
  content: 'menu';
  color: #fdf8f6;
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 14px;
}
#hamburger-icon .line {
  display: block;
  background: #fdf8f6;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1.5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon.active .line-1 {
  transform: translateY(6px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
  -moz-transform: translateY(6px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
}
/* --------------------
	Module | Newsletter
-------------------- */
section.newsletter .col-1-2:first-of-type {
  border-bottom: 1px solid #d2d6d9;
  position: relative;
  border-top: 1px solid #d2d6d9;
}
section.newsletter .col-1-2:first-of-type > .white-block {
  padding-top: 31px;
  padding-bottom: 31px;
  padding-right: 1rem;
}
section.newsletter .col-1-2:first-of-type:after {
  position: absolute;
  display: inline-block;
  content: '';
  height: 1px;
  width: 2000px;
  right: 100%;
  bottom: -1px;
  background: #d2d6d9;
}
section.newsletter .col-1-2:first-of-type:before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 1px;
  width: 2000px;
  right: 100%;
  top: -1px;
  background: #d2d6d9;
}
section.newsletter .col-1-2:first-of-type span {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #244f65;
  display: inline-block;
  padding-left: 68px;
  position: relative;
}
section.newsletter .col-1-2:first-of-type span:before {
  font-family: 'buurtzorg';
  font-weight: 300;
  position: absolute;
  left: 0;
  content: 'h';
  font-size: 30px;
  color: #5b91ac;
}
section.newsletter .col-1-2:last-of-type {
  background: #5b91ac;
  position: relative;
}
section.newsletter .col-1-2:last-of-type > .blue-block {
  padding-top: 31px;
  padding-bottom: 31px;
}
section.newsletter .col-1-2:last-of-type:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #fdf8f6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.newsletter .col-1-2:last-of-type form {
  width: 100%;
  position: relative;
}
section.newsletter .col-1-2:last-of-type form:after {
  font-family: 'buurtzorg';
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
  content: 'g';
  color: #244f65;
  font-size: 30px;
  pointer-events: none;
}
section.newsletter .col-1-2:last-of-type input[type="submit"] {
  background: transparent;
  border: none;
  -webkit-appearance: none;
}
section.newsletter .col-1-2:last-of-type input[type="email"] {
  font-family: 'Raleway', sans-serif;
  background: transparent;
  height: 30px;
  line-height: 30px;
  border: none;
  -webkit-appearance: none;
  font-size: 22px;
  width: 100%;
  color: #244f65;
}
section.newsletter .col-1-2:last-of-type input[type="email"]::-webkit-input-placeholder {
  color: #b8c9d3;
}
section.newsletter .col-1-2:last-of-type input[type="email"]:-moz-placeholder {
  color: #b8c9d3;
}
section.newsletter .col-1-2:last-of-type input[type="email"]::-moz-placeholder {
  color: #b8c9d3;
}
section.newsletter .col-1-2:last-of-type input[type="email"]:-ms-input-placeholder {
  color: #b8c9d3;
}
section.newsletter .col-1-2:last-of-type .emailsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.home section.newsletter .col-1-2:last-of-type,
.page-id-10 section.newsletter .col-1-2:last-of-type {
  background: #244f65;
}
.home section.newsletter .col-1-2:last-of-type > .blue-block,
.page-id-10 section.newsletter .col-1-2:last-of-type > .blue-block {
  background: #244f65;
}
.home section.newsletter .col-1-2:last-of-type form:after,
.page-id-10 section.newsletter .col-1-2:last-of-type form:after {
  color: #ea672c;
}
.home section.newsletter .col-1-2:last-of-type input[type="email"],
.page-id-10 section.newsletter .col-1-2:last-of-type input[type="email"] {
  color: white;
}
/* --------------------
	Module | Footer
-------------------- */
footer {
  padding: 73px 0 30px 0;
  border-top: 1px solid #d2d6d9;
  z-index: 1;
  position: relative;
}
footer .row:first-of-type > div > div {
  float: left;
  padding-right: 40px;
}
footer ul {
  margin-top: 30px;
}
footer .logo-wrapper {
  float: right;
  width: 20%;
}
footer .logo-wrapper .logo {
  float: left;
  width: 170px;
  height: auto;
  margin-top: 42px;
}
footer .disclaimer ul {
  margin-top: 62px;
}
footer .disclaimer li {
  display: inline-block;
  margin-right: 1rem;
}
footer .disclaimer li:after {
  content: '|';
  padding-left: 1rem;
}
footer .disclaimer li:last-of-type:after {
  display: none;
}
/* --------------------
	Module | Dropdown
-------------------- */
.wrapper-dropdown {
  position: relative;
  width: auto;
  padding: 15px 0;
  margin-left: 80px;
  color: #ea672c;
  outline: none;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  background: url('/wp-content/themes/buurtzorg/static/images/icons/circle-orange.svg');
  background-repeat: repeat-x;
  background-position: bottom;
}
.wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ea672c transparent;
}
.wrapper-dropdown .dropdown {
  list-style: none;
  margin: 0;
  position: absolute;
  background: #244f65;
  top: 100%;
  left: -10px;
  right: -20px;
  opacity: 0;
  pointer-events: none;
  padding: 10px 0px;
  width: calc(100% + 125px);
  z-index: 15;
}
.wrapper-dropdown .dropdown li a {
  display: block;
  padding: 5px 0;
  color: #ea672c;
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.home .wrapper-dropdown {
  color: white;
  background: url('/wp-content/themes/buurtzorg/static/images/icons/circle-white.svg');
  background-repeat: repeat-x;
  background-position: bottom;
}
.home .wrapper-dropdown:after {
  border-color: white transparent;
}
.home .wrapper-dropdown .dropdown {
  background: #5b91ac;
}
.home .wrapper-dropdown .dropdown li a {
  color: white;
}
/* --------------------
	Module | Copyright
-------------------- */
section.copyright {
  background-color: #244f65;
  padding: 25px 0;
}
section.copyright p {
  display: inline-block;
  color: #fdf8f6;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 8px;
}
section.copyright .logo {
  position: relative;
  float: right;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
section.copyright .logo .st0,
section.copyright .logo .st1,
section.copyright .logo .st2,
section.copyright .logo .st3,
section.copyright .logo .st4 {
  fill: #fdf8f6;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
section.copyright .logo:hover .st0 {
  fill: #F2B14E;
}
section.copyright .logo:hover .st1 {
  fill: #DA475C;
}
section.copyright .logo:hover .st2 {
  fill: #AC85B5;
}
section.copyright .logo:hover .st3 {
  fill: #00AEE5;
}
section.copyright .logo:hover .st4 {
  fill: #DBD535;
}
/* --------------------
	Content
-------------------- */
.content-single {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.content-single .wp-caption {
  max-width: 100%;
}
.content-single .wp-caption p {
  font-size: 14px;
  margin-top: 10px;
}
.content-single img {
  display: block;
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  margin-left: -25px;
}
.post-navigation {
  float: left;
  width: 100%;
  border-top: 1px solid #d2d6d9;
}
.post-navigation .col-1-1 {
  float: none;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.post-navigation .col-1-1 > div {
  float: left;
  width: 50%;
}
.post-navigation .col-1-1 > div a {
  display: block;
  padding-bottom: 50px;
  padding-right: 30px;
  padding-top: 50px;
  color: #5b91ac;
  max-width: 465px;
}
.post-navigation .col-1-1 > div a .top {
  font-size: 12px;
  color: #ea672c;
}
.post-navigation .col-1-1 > div a .title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #244f65;
}
.post-navigation .col-1-1 > div a .date {
  font-size: 14px;
}
.post-navigation .col-1-1 > div:first-child {
  border-right: 1px solid #d2d6d9;
}
.post-navigation .col-1-1 > div:first-child a {
  padding-right: 50px;
  padding-left: 0;
}
.post-navigation .col-1-1 > div:nth-child(2) a {
  padding-left: 50px;
  padding-right: 0;
}
.post-navigation .col-1-1 > div:hover * {
  opacity: .85;
}
.post-navigation .col-1-1:after {
  clear: both !important;
  content: "";
  display: table;
}
@media only screen and (max-width: 1300px) {
  .post-navigation .col-1-1 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .post-navigation .col-1-1 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
}
@media only screen and (max-width: 850px) {
  .white-block-single {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 730px) {
  .post-navigation .col-1-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .post-navigation .col-1-1 > div {
    width: 100%;
    border-right: none !important;
  }
  .post-navigation .col-1-1 > div a {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }
  .post-navigation .col-1-1 > div:first-child {
    border-bottom: 1px solid #d2d6d9;
  }
}
@media only screen and (max-width: 550px) {
  .post-navigation .col-1-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .post-navigation .col-1-1 > div {
    width: 100%;
    border-right: none !important;
  }
  .post-navigation .col-1-1 > div a {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .post-navigation .col-1-1 > div a .title {
    font-size: 28px;
  }
}
/* --------------------
	Module | Copyright
-------------------- */
#cookie-law-info-bar {
  border-top: none !important;
  padding: 15px 0;
  color: #5b91ac !important;
}
#cookie-law-info-bar #cookie_action_close_header {
  border-radius: 3px !important;
  background-image: none !important;
  box-shadow: none !important;
}
/* --------------------
	Module | Side navigation
-------------------- */
.sidebar {
  border-left: 1px solid #d2d6d9;
}
.sidebar .side-navigation:before {
  position: absolute;
  content: '';
  background-color: #244f65;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100%;
}
.sidebar .side-navigation ul li a.stripe {
  color: #5b91ac;
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}
.sidebar .side-navigation ul li a.stripe:before {
  background: #5b91ac;
}
.sidebar .side-navigation ul li:last-of-type {
  margin-bottom: 0;
}
.sidebar .side-navigation ul li:last-of-type a.stripe {
  margin-bottom: 0;
}
.sidebar .side-navigation ul li.active a {
  color: #ea672c;
}
.sidebar .side-navigation ul li.active a:before {
  background: #ea672c;
}
/* --------------------
	Module | Get in touch
-------------------- */
/* --------------------
	Module | Borders
-------------------- */
.border-left-bottom {
  position: relative;
  border-left: 1px solid #d2d6d9;
  border-bottom: 1px solid #d2d6d9;
}
.border-left-bottom:after {
  position: absolute;
  display: inline-block;
  content: '';
  height: 1px;
  width: 2000px;
  left: 100%;
  bottom: -1px;
  background: #d2d6d9;
}
.border-bottom-after-left {
  position: relative;
  border-bottom: 1px solid #d2d6d9;
}
.border-bottom-after-left:after {
  position: absolute;
  display: inline-block;
  content: '';
  height: 1px;
  width: 2000px;
  right: 100%;
  bottom: -1px;
  background: #d2d6d9;
}
.border-top-before-left {
  position: relative;
  border-top: 1px solid #d2d6d9;
}
.border-top-before-left:before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 1px;
  width: 2000px;
  right: 100%;
  top: -1px;
  background: #d2d6d9;
}
/* --------------------
	Module | Blocks
-------------------- */
.post-block {
  float: left;
  width: 100%;
  padding: 100px 0 0 0;
}
.post-block ul {
  clear: both !important;
  list-style: none;
  margin: 0 -15px;
}
.post-block ul li {
  padding: 15px;
}
.post-block ul li a {
  display: block;
  border: 1px solid #d2d6d9;
  background: white;
}
.post-block ul li a .image-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
}
.post-block ul li a .block-info {
  padding: 24px;
}
.post-block ul li a .block-info h3 {
  font-size: 18px;
}
.post-block ul li a .block-info .date {
  font-size: 14px;
}
.post-block ul li a:hover {
  border: 1px solid #5b91ac;
}
.post-block ul:after {
  clear: both !important;
  content: "";
  display: table;
}
.content-wrapper {
  max-width: 640px;
}
.news-content-wrapper {
  margin-bottom: 40px;
}
.events-content-wrapper {
  border-top: 1px solid #d2d6d9;
  margin: 35px 0;
}
@media only screen and (max-width: 960px) {
  .post-block ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .post-block ul li {
    width: 100%;
  }
}
.stimmt-vermelding {
  float: right;
}
.stimmt-vermelding a {
  color: white;
}
@media only screen and (max-width: 640px) {
  .stimmt-vermelding {
    float: left;
  }
}
/* --------------------
	Module | Blocks
-------------------- */
.white-block,
.blue-block,
.darkblue-block,
.lightblue-block {
  padding: 100px 5.3125rem 135px 5.3125rem;
}
.white-block {
  position: relative;
  background-color: #fdf8f6;
}
.blue-block {
  position: relative;
  background-color: #5b91ac;
}
.blue-block h2 {
  color: #fdf8f6;
}
.blue-block p {
  color: #244f65;
}
.blue-block p a {
  color: #244f65;
}
.blue-block a.stripe {
  color: #fdf8f6;
}
.blue-block a.stripe:before {
  background: #fdf8f6;
}
.darkblue-block {
  position: relative;
  background-color: #244f65;
}
.darkblue-block h2,
.darkblue-block h3 {
  color: #fdf8f6;
}
.darkblue-block p {
  color: #5b91ac;
}
.darkblue-block p a {
  color: #5b91ac;
}
.darkblue-block a.stripe {
  color: #fdf8f6;
}
.darkblue-block a.stripe:before {
  background: #fdf8f6;
}
.page-template-page-initiatives .blue-block a.stripe {
  color: #244f65;
}
.page-template-page-initiatives .blue-block a.stripe:before {
  background: #244f65;
}
.page-template-page-initiatives .darkblue-block a.stripe {
  color: #ea672c;
}
.page-template-page-initiatives .darkblue-block a.stripe:before {
  background: #ea672c;
}
.padding-left {
  /* padding-left: 0 !important; */
}
.padding-right {
  /* padding-right: 0 !important; */
}
.blue-left:before {
  position: absolute;
  content: '';
  background-color: #5b91ac;
  top: 0;
  right: 100%;
  width: 50vw;
  height: 100%;
}
.blue-right:before {
  position: absolute;
  content: '';
  background-color: #5b91ac;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100%;
}
.darkblue-left:before {
  position: absolute;
  content: '';
  background-color: #244f65;
  top: 0;
  right: 100%;
  width: 50vw;
  height: 100%;
}
.darkblue-right:before {
  position: absolute;
  content: '';
  background-color: #244f65;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100%;
}
/* --------------------
	Module | Recent initiatives slider & Quotes slider
-------------------- */
.recent-initiative-slider,
.quote-slider {
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
}
.recent-initiative-slider .slick-list,
.quote-slider .slick-list {
  height: 100%;
  width: 100%;
  overflow: visible;
}
.recent-initiative-slider .slick-track,
.quote-slider .slick-track {
  height: 100%;
}
.recent-initiative-slider .slick-slide,
.quote-slider .slick-slide {
  height: 100%;
  width: 100%;
}
.recent-initiative-slider .slick-slide > div:first-of-type,
.quote-slider .slick-slide > div:first-of-type {
  height: 50%;
}
.recent-initiative-slider .slick-slide > div:first-of-type h2,
.quote-slider .slick-slide > div:first-of-type h2 {
  position: relative;
  padding-left: 65px;
}
.recent-initiative-slider .slick-slide > div:first-of-type h2:before,
.quote-slider .slick-slide > div:first-of-type h2:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #5b91ac;
  font-size: 50px;
}
.recent-initiative-slider .slick-slide > div:last-of-type,
.quote-slider .slick-slide > div:last-of-type {
  height: 50%;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
body.home .quote-slider {
  background: white;
}
body.home .quote-slider .slick-slide > div:first-of-type {
  background: white;
}
.quote-slider .slick-slide > div:first-of-type {
  padding-right: 85px;
}
.quote-slider .slick-slide > div:first-of-type h5 {
  padding-left: 65px;
}
/* ----------------------------------------------------------------
	Responsive  ===================================================
---------------------------------------------------------------- */
/* --------------------
	Responsive | Tablet liggend
-------------------- */
@media only screen and (max-width: 950px) {
  /* ------------------------------------
	Algemeen ==========================
	------------------------------------ */
  section .col-1-2 {
    width: 100%;
  }
  .row > .col-1-1 {
    max-width: 100%;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
    float: none;
    margin: 0 auto;
  }
  .row > .col-1-2 .col-left {
    max-width: 100%;
  }
  .row > .col-1-2 .col-right {
    max-width: 100%;
  }
  .row > .col-1-3 .col-left {
    max-width: 100%;
  }
  .row > .col-1-3 .col-right {
    max-width: 100%;
  }
  .row > .col-2-3 .col-left {
    max-width: 100%;
  }
  .row > .col-2-3 .col-right {
    max-width: 100%;
  }
  /* ------------------------------------
	Paginas  ==========================
	------------------------------------ */
  /* --------------------
		Pagina | Home
	-------------------- */
  section.about-buurtzorg .col-1-2:first-of-type .information {
    min-height: 300px;
    height: 300px;
    border-bottom: 1px solid #d2d6d9;
  }
  /* --------------------
		Pagina | Initiatives
	-------------------- */
  section.initiatives-overview .row:nth-of-type(odd) .col-1-2:first-of-type {
    position: relative;
    left: 0;
  }
  section.initiatives-overview .row:nth-of-type(odd) .col-1-2:last-of-type {
    position: relative;
    right: 0;
  }
  section.initiatives-overview .row .col-1-2:first-of-type {
    width: 80%;
  }
  section.initiatives-overview .row .col-1-2:last-of-type {
    width: 20%;
  }
  section.initiatives-overview .row:nth-of-type(even) .white-block:after,
  section.initiatives-overview .row:nth-of-type(odd) .white-block:after,
  section.initiatives-overview .row:nth-of-type(even) .blue-block:after,
  section.initiatives-overview .row:nth-of-type(odd) .blue-block:after,
  section.initiatives-overview .row:nth-of-type(even) .darkblue-block:after,
  section.initiatives-overview .row:nth-of-type(odd) .darkblue-block:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #fdf8f6;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: auto;
  }
  section.initiatives-overview .row:nth-of-type(even) .white-block:after,
  section.initiatives-overview .row:nth-of-type(odd) .white-block:after {
    border-color: transparent transparent transparent #fdf8f6;
  }
  section.initiatives-overview .row:nth-of-type(even) .blue-block:after,
  section.initiatives-overview .row:nth-of-type(odd) .blue-block:after {
    border-color: transparent transparent transparent #5b91ac;
  }
  section.initiatives-overview .row:nth-of-type(even) .blue-block h2:after,
  section.initiatives-overview .row:nth-of-type(odd) .blue-block h2:after {
    background: #244f65;
  }
  section.initiatives-overview .row:nth-of-type(even) .darkblue-block:after,
  section.initiatives-overview .row:nth-of-type(odd) .darkblue-block:after {
    border-color: transparent transparent transparent #244f65;
  }
  section.initiatives-overview .row:nth-of-type(even) .darkblue-block h2:after,
  section.initiatives-overview .row:nth-of-type(odd) .darkblue-block h2:after {
    background: #fdf8f6;
  }
  /* --------------------
		Pagina | Collaberation
	-------------------- */
  section.collaboration .information {
    min-height: 340px;
    height: 340px;
    border-bottom: 1px solid #d2d6d9;
  }
  section.quote-collab .quote-slider .slick-slide > div:first-of-type {
    padding-right: 3.4375rem;
  }
  section.quote-collab ul.collab-logos li {
    width: 25%;
  }
  section.quote-collab ul.collab-logos li:nth-of-type(odd) {
    padding-right: 1rem;
  }
  section.quote-collab ul.collab-logos li:nth-of-type(even) {
    padding-left: 0;
    padding-right: 1rem;
  }
  /* --------------------
		Pagina | Contact us
	-------------------- */
  section.bz-map > .row > .col-1-2:last-of-type {
    padding: 3.4375rem;
    padding-top: 0;
  }
  section.bz-map .country-information .col-1-2 {
    width: 50%;
  }
  section.bz-map .country-information {
    width: 100%;
  }
  /* ------------------------------------
		Modules  ==========================
	------------------------------------ */
  /* --------------------
		Module | Recent initiatives slider & Quotes slider
	-------------------- */
  .recent-initiative-slider .slick-slide > div:last-of-type,
  .quote-slider .slick-slide > div:last-of-type {
    min-height: 250px;
  }
  /* --------------------
		Module | Blocks
	-------------------- */
  .white-block,
  .blue-block,
  .darkblue-block {
    padding: 64px 3.4375rem 87px 3.4375rem;
  }
  /* --------------------
		Module | Newsletter
	-------------------- */
  section.newsletter .col-1-2:last-of-type:after {
    display: none;
  }
  /* --------------------
		Module | Navigatie
	-------------------- */
  nav.navigation .row .menu-items ul li {
    padding-left: 3.4375rem !important;
  }
  /* --------------------
		Module | Footer
	-------------------- */
  footer .row:first-of-type > div > div {
    width: 33.333333%;
    margin-bottom: 2rem;
  }
  footer .col-1-1 {
    position: relative;
  }
}
/* --------------------
	Responsive | Tablet staand
-------------------- */
@media only screen and (max-width: 800px) {
  /* ------------------------------------
	Algemeen ==========================
	------------------------------------ */
  section .col-2-3 {
    width: 100%;
  }
  section .col-1-3 {
    width: 100%;
  }
  /* ------------------------------------
	Paginas  ==========================
	------------------------------------ */
  /* --------------------
		Pagina | Collaberation
	-------------------- */
  section.quote-collab ul.collab-logos li {
    width: 50%;
  }
}
/* --------------------
	Responsive | Mobile liggend
-------------------- */
@media only screen and (max-width: 550px) {
  /* ------------------------------------
	Algemeen ==========================
	------------------------------------ */
  .row > .col-1-1 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  /* ------------------------------------
	Paginas  ==========================
	------------------------------------ */
  /* --------------------
		Pagina | Collaberation
	-------------------- */
  section.quote-collab .quote-slider .slick-slide > div:first-of-type {
    padding-right: 2.5em;
  }
  /* --------------------
		Pagina | Initiatives
	-------------------- */
  section.initiatives-overview .row .col-1-2:first-of-type {
    width: 100%;
  }
  section.initiatives-overview .row .col-1-2:last-of-type {
    width: 100%;
    min-height: 100px;
  }
  /* --------------------
		Pagina | Collaberation
	-------------------- */
  section.quote-collab ul.collab-logos li {
    width: 100%;
  }
  /* --------------------
		Pagina | Contact us
	-------------------- */
  section.bz-map > .row > .col-1-2:last-of-type {
    padding: 2.5em;
    padding-top: 0;
  }
  /* ------------------------------------
		Modules  ==========================
	------------------------------------ */
  /* --------------------
		Module | Blocks
	-------------------- */
  .white-block,
  .blue-block,
  .darkblue-block {
    padding: 47px 2.5em 63px 2.5em;
  }
  /* --------------------
		Module | Navigatie
	-------------------- */
  nav.navigation .row .menu-items ul li {
    padding-left: 2.5em !important;
  }
  /* --------------------
		Module | Footer
	-------------------- */
  footer .logo-wrapper {
    width: 100%;
  }
  footer .logo-wrapper .logo {
    left: 2.5em !important;
  }
}
/* --------------------
	Responsive | Mobile staand
-------------------- */
/* --------------------
	Responsive | Specifiek
-------------------- */
@media only screen and (max-width: 1140px) {
  /* ------------------------------------
		Modules  ==========================
	------------------------------------ */
  /* --------------------
		Module | Hamburger menu
	-------------------- */
  .hamburger-wrapper {
    display: inline-block;
    position: relative;
    z-index: 1000;
    margin: 45px 0;
  }
  /* --------------------
		Module | Navigatie
	-------------------- */
  nav.navigation .row .menu-items {
    position: fixed;
    padding-top: 106px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out;
    background: #244f65;
    opacity: 0;
    pointer-events: none;
    max-height: 100vh;
    overflow: scroll;
  }
  nav.navigation .row .menu-items ul li {
    width: 100%;
    padding-left: 5.3125rem;
  }
  nav.navigation .row .menu-items ul li a {
    font-size: 64px;
  }
  nav.navigation .row .menu-items ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  nav.navigation .row .search {
    float: right;
    padding: 45px 20px 45px 0;
  }
  nav.navigation .row.menu-open .menu-items {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1100px) {
  /* ------------------------------------
		Modules  ==========================
	------------------------------------ */
  /* --------------------
		Module | Newsletter
	-------------------- */
  section.newsletter .col-1-2:first-of-type {
    width: 100%;
  }
  section.newsletter .col-1-2:last-of-type {
    width: 100%;
  }
  section.newsletter .col-1-2:last-of-type:after {
    display: none;
  }
  section.newsletter .row > .col-1-2 .col-left {
    max-width: 100%;
  }
  section.newsletter .row > .col-1-2 .col-right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  /* --------------------
		Pagina | Contact us
	-------------------- */
  section.bz-map .country-information .col-1-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  /* ------------------------------------
		Modules  ==========================
	------------------------------------ */
  /* --------------------
		Module | Footer
	-------------------- */
  footer {
    padding: 123px 0 30px 0;
  }
  footer .row:first-of-type > div > div {
    width: 50%;
  }
  footer .logo {
    right: auto;
    left: 3.4375rem;
    margin-top: -95px;
  }
}
@media only screen and (max-width: 650px) {
  /* ------------------------------------
		Modules  ==========================
	------------------------------------ */
  /* --------------------
		Module | Navigatie
	-------------------- */
  nav.navigation .row .menu-items ul li a {
    font-size: 38px;
  }
  nav.navigation .row .search {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* ------------------------------------
	Paginas  ==========================
	------------------------------------ */
  section.about-buurtzorg .col-1-2:first-of-type .information > div .inner .count {
    font-size: 1.5em;
  }
  /* --------------------
		Pagina | Contact us
	-------------------- */
  section.contact-form .col-1-2:last-of-type {
    background: #5b91ac;
  }
  section.contact-form .col-1-2:last-of-type h2 {
    padding-left: 0px;
    margin-top: 80px;
  }
  section.contact-form .col-1-2:last-of-type h2:before {
    margin-top: -80px;
  }
  section.contact-form .col-1-2:last-of-type form {
    padding-left: 0px;
  }
  section.bz-map .col-1-2:first-of-type h2 {
    padding-left: 0px;
    margin-top: 80px;
  }
  section.bz-map .col-1-2:first-of-type h2:before {
    margin-top: -80px;
  }
  section.bz-map .col-1-2:first-of-type p {
    padding-left: 0px;
  }
  section.bz-map .country-information {
    padding-left: 0px;
  }
  /* --------------------
		Pagina | Collaboration
	-------------------- */
  section.get-in-touch .col-1-2:last-of-type {
    padding-left: 0px;
    margin-top: 80px;
  }
  section.get-in-touch .col-1-2:last-of-type h2 {
    padding-left: 0px;
  }
  section.get-in-touch .col-1-2:last-of-type h2:before {
    margin-top: -80px;
  }
  section.get-in-touch .col-1-2:last-of-type form {
    padding-left: 0px;
  }
  section.quote-collab .quote-slider .slick-slide > div:first-of-type h5 {
    padding-left: 0;
  }
  section.quote-collab .quote-slider .slick-slide > div:first-of-type {
    padding-right: 0;
    padding-top: 0;
  }
  .quote-collab .row .col-1-2:last-child {
    display: none;
  }
  section.collaboration .information {
    border-left: none !important;
    border-right: none !important;
    height: auto;
  }
  section.collaboration .information > div {
    height: 170px;
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }
  section.collaboration .information > div:last-child {
    border-top: 1px solid #d2d6d9;
  }
  .collab-logos {
    margin-left: 0;
  }
  /* ------------------------------------
		Modules  ==========================
	------------------------------------ */
  /* --------------------
		Module | Recent initiatives slider & Quotes slider
	-------------------- */
  .recent-initiative-slider .slick-slide > div:first-of-type h2,
  .quote-slider .slick-slide > div:first-of-type h2 {
    padding-left: 0px;
    margin-top: 80px;
    font-size: 22px;
  }
  .recent-initiative-slider .slick-slide > div:first-of-type h2:before,
  .quote-slider .slick-slide > div:first-of-type h2:before {
    margin-top: -60px;
    left: 50%;
    margin-left: -25px;
  }
  .quote-slider .slick-slide > div:first-of-type h5 {
    padding-left: 0px;
  }
  /* --------------------
		Module | Dropdown
	-------------------- */
  .wrapper-dropdown {
    margin-left: 0px;
  }
  /* --------------------
		Module | Navigatie
	-------------------- */
  nav.navigation .row .nav-left {
    width: 160px;
  }
  .hamburger-wrapper {
    margin: 40px 0;
  }
  /* --------------------
		Module | Footer
	-------------------- */
  footer .row:first-of-type > div > div {
    width: 100%;
  }
}
@media only screen and (max-width: 370px) {
  /* ------------------------------------
		Modules  ==========================
	------------------------------------ */
  /* --------------------
		Module | Navigatie
	-------------------- */
  nav.navigation .row .nav-left {
    width: 120px;
  }
  nav.navigation .row .nav-left .logo {
    margin-top: 45px;
  }
}
/* ------------------------------------
	Webinars  ==========================
------------------------------------ */
.webinars input[type="submit"] {
  margin-top: 16px;
}
.webinars iframe {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .webinars iframe {
    height: 350px;
  }
}
/* ----------------------------------------------------------------
	Change Later  =================================================
---------------------------------------------------------------- */
.jvFloat {
  position: relative;
  display: inline-block;
  margin-top: 1.15em;
  width: 100%;
}
.jvFloat .placeHolder.required {
  color: red;
}
.jvFloat .placeHolder.textarea {
  top: 0px;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  display: none;
}
/* Start CSS3 Animations on supported browser */
.jvFloat .placeHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  color: #5b91ac;
  font-size: .8em;
  font-weight: 300;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 150ms, opacity 100ms, visibility 100ms;
  transition: transform 150ms, opacity 100ms, visibility 100ms;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.jvFloat .placeHolder.active {
  display: block;
  visibility: visible;
  -webkit-transform: translate(0, -1.35em);
  -moz-transform: translate(0, -1.35em);
  -ms-transform: translate(0, -1.35em);
  -o-transform: translate(0, -1.35em);
  transform: translate(0, -1.35em);
  -webkit-transition: -webkit-transform 100ms, opacity 120ms, visibility 120ms;
  transition: transform 100ms, opacity 120ms, visibility 120ms;
  opacity: 1;
}
.ajax-loader {
  display: none;
  margin: 15px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(255, 255, 255, 0.2);
  border-right: 0.3em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left: 0.3em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: ajax-loader 1.1s infinite linear;
  animation: ajax-loader 1.1s infinite linear;
}
.ajax-loader.is-active {
  display: inline-block;
}
.ajax-loader,
.ajax-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.grecaptcha-badge {
  display: none;
}
